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

Global functions to model number counts. More...

Include dependency graph for ModelFunction_NumberCounts2D_RedshiftMass.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 cbl
 The global namespace of the CosmoBolognaLib
 
 cbl::modelling
 The namespace of the functions and classes used for modelling
 
 cbl::modelling::numbercounts
 The namespace of the number counts modelling
 

Functions

std::vector< std::vector< double > > cbl::modelling::numbercounts::mass_function_redshift_mass (const std::vector< double > redshift, const std::vector< double > mass, const std::shared_ptr< void > inputs, std::vector< double > &parameter)
 compute the mass function as a function of the mass and redshift More...
 
std::vector< std::vector< double > > cbl::modelling::numbercounts::number_density_redshift_mass (const std::vector< double > redshift, const std::vector< double > mass, const std::shared_ptr< void > inputs, std::vector< double > &parameter)
 compute the number density as a function of the mass and redshift More...
 
std::vector< std::vector< double > > cbl::modelling::numbercounts::number_counts_redshift_mass (const std::vector< double > redshift, const std::vector< double > mass, const std::shared_ptr< void > inputs, std::vector< double > &parameter)
 compute the number counts as a function of the mass and redshift More...
 

Detailed Description

Global functions to model number counts.

This file contains all the prototypes of the global functions used to model redshift-mass number counts

Author
Federico Marulli, Alfonso Veropalumbo
feder.nosp@m.ico..nosp@m.marul.nosp@m.li3@.nosp@m.unibo.nosp@m..it, alfon.nosp@m.so.v.nosp@m.eropa.nosp@m.lumb.nosp@m.o@uni.nosp@m.bo.i.nosp@m.t

Definition in file ModelFunction_NumberCounts2D_RedshiftMass.h.