Class
NumCosmoHaloMassFunction
Description [src]
class NumCosmo.HaloMassFunction : GObject.Object
{
/* No available fields */
}
Clusters mass function.
Class that implements the mass function of clusters dark matter halos.
Constructors
nc_halo_mass_function_new
This function allocates memory for a new NcHaloMassFunction object and sets its properties to the values from
the input arguments.
Functions
nc_halo_mass_function_clear
Atomically decrements the reference count of mfp by one. If the reference count drops to 0,
all memory allocated by mfp is released. Set pointer to NULL.
Instance methods
nc_halo_mass_function_dn_dlnM
This function computes the comoving number density of dark matter halos at redshift z and
mass $M$.
nc_halo_mass_function_dn_dlnR
This function computes the comoving number density of dark matter halos per redshift z and
volume with ln-radius lnR.
nc_halo_mass_function_dn_dz
Computes the number density of halos in the mass range $[M_l, M_u]$ at redshift $z$.
nc_halo_mass_function_dv_dzdomega
This function computes the comoving volume element per unit solid angle $d\Omega$
given z. See #nc_distance_comoving_volume_element.
nc_halo_mass_function_free
Atomically decrements the reference count of mfp by one. If the reference count drops to 0,
all memory allocated by mfp is released.
nc_halo_mass_function_lnM_to_lnR
This function computes the ln-radius of related to the ln-mass $\ln(M / M_\odot)$.
nc_halo_mass_function_lnR_to_lnM
This function computes the ln-mass of the mass enclosed in the filter volume.
nc_halo_mass_function_n
Computes the total number of halos in the mass range $[M_l, M_u]$ and redshift range $[z_l, z_u]$ within the survey area.
nc_halo_mass_function_sigma_lnM
This function computes the matter variance for $\ln R$ = lnR
at redshift z.
nc_halo_mass_function_sigma_lnR
This function computes the matter variance for $\ln R$ = lnR
at redshift z.
Properties
NumCosmo.HaloMassFunction:lnMf
This property sets the maximum halo mass (logarithm base e) $\ln M_f$.
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.