34 #ifndef __MODELLINGTWOPOINT__
35 #define __MODELLINGTWOPOINT__
108 static std::shared_ptr<Modelling_TwoPointCorrelation>
Create (
const std::shared_ptr<measure::twopt::TwoPointCorrelation> twop);
Global functions to model two-point correlation functions of any type.
The class TwoPointCorrelation.
The class Modelling_TwoPointCorrelation.
static std::shared_ptr< Modelling_TwoPointCorrelation > Create(const std::shared_ptr< measure::twopt::TwoPointCorrelation > twop)
static factory used to construct modelling of two-point correlation functions of any type
virtual ~Modelling_TwoPointCorrelation()=default
default destructor
measure::twopt::TwoPType m_twoPType
the two-point correlation function type
measure::twopt::TwoPType twoPType()
get the member m_twoPType
std::shared_ptr< modelling::twopt::STR_data_model > m_data_model
the container of parameters for two-point correlation function model computation
Modelling_TwoPointCorrelation()=default
default constuctor
std::shared_ptr< modelling::twopt::STR_data_model > data_model()
get the member m_data_model
TwoPType
the two-point correlation function type
The global namespace of the CosmoBolognaLib