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: NcHaloMassSummaryMassDef

A NcHaloMassSummaryMassDef.

Delta

Type: const gdouble

Cluster threshold mass definition $\Delta$.

mfp

Type: NcHaloMassFunction

A NcHaloMassFunction.

The data is owned by the caller of the function.
gf

Type: NcGrowthFunc

A 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.