Constructor
NumCosmoHaloCMBhattacharya13new
Declaration [src]
NcHaloCMBhattacharya13*
nc_halo_cm_bhattacharya13_new (
const NcHaloMassSummaryMassDef mdef,
const gdouble Delta,
NcHaloMassFunction* mfp,
NcGrowthFunc* gf
)
Description [src]
This function returns the NcHaloCMBhattacharya13 implementation of
NcHaloMassSummary setting NcHaloMassSummary:mass-def to mdef
and NcHaloMassSummary:Delta to Delta.
Parameters
mdef-
Type:
NcHaloMassSummaryMassDefA
NcHaloMassSummaryMassDef. Delta-
Type:
const gdoubleCluster threshold mass definition $\Delta$.
mfp-
Type:
NcHaloMassFunctionA
NcHaloMassFunction.The data is owned by the caller of the function. gf-
Type:
NcGrowthFuncA
NcGrowthFunc.The data is owned by the caller of the function.
Return value
Type: NcHaloCMBhattacharya13
A new instance of NcHaloCMBhattacharya13.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |