Constructor

NumCosmoHaloCMDuffy08new

Declaration [src]

NcHaloCMDuffy08*
nc_halo_cm_duffy08_new (
  const NcHaloMassSummaryMassDef mdef,
  const gdouble Delta
)

Description [src]

This function returns the NcHaloCMDuffy08 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$.

Return value

Type: NcHaloCMDuffy08

A new instance of NcHaloCMDuffy08.

The caller of the function takes ownership of the data, and is responsible for freeing it.