CosmoBolognaLib
Free Software C++/Python libraries for cosmological calculations
Modelling_MassObservableRelation.h File Reference

The class Modelling_MassObservableRelation. More...

#include "Cosmology.h"
#include "Measure.h"
#include "Modelling.h"
Include dependency graph for Modelling_MassObservableRelation.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  cbl::modelling::massobsrel::STR_MOrelation_data_model
 the structure STR_MOrelation_data_model More...
 
class  cbl::modelling::massobsrel::Modelling_MassObservableRelation
 The class Modelling_MassObservableRelation. More...
 

Namespaces

 cbl
 The global namespace of the CosmoBolognaLib
 
 cbl::modelling
 The namespace of the functions and classes used for modelling
 
 cbl::modelling::massobsrel
 The namespace of the cluster mass - mass proxy scaling relation modelling
 

Functions

double cbl::modelling::massobsrel::scaling_relation (const double alpha, const double beta, const double gamma, const double div_proxy, const double f_z)
 compute the mass - mass proxy scaling relation More...
 
std::vector< double > cbl::modelling::massobsrel::model_scaling_relation (const std::vector< double > proxy, const std::shared_ptr< void > inputs, std::vector< double > &parameter)
 set the cluster scaling relation model More...
 
std::vector< double > cbl::modelling::massobsrel::model_scaling_relation_int (const std::vector< double > proxy, const std::shared_ptr< void > inputs, std::vector< double > &parameter)
 set the cluster scaling relation model More...
 

Detailed Description

The class Modelling_MassObservableRelation.

This file defines the interface of the class Modelling_MassObservableRelation, used to model the mass - mass proxy scaling relation for galaxy clusters.

Authors
Giorgio Lesci (and Federico Marulli)
giorg.nosp@m.io.l.nosp@m.esci2.nosp@m.@uni.nosp@m.bo.it (and feder.nosp@m.ico..nosp@m.marul.nosp@m.li3@.nosp@m.unibo.nosp@m..it)

Definition in file Modelling_MassObservableRelation.h.