Virtual Method
NumCosmoClusterMassP_bin_limits
Declaration [src]
void
P_bin_limits (
NcClusterMass* clusterm,
NcHICosmo* cosmo,
const gdouble* lnM_obs_lower,
const gdouble* lnM_obs_upper,
const gdouble* lnM_obs_params,
gdouble* lnM_lower,
gdouble* lnM_upper
)
Description [src]
Computes the integration limits for the true mass given the observed mass bin boundaries.
Parameters
cosmo-
Type:
NcHICosmoA
NcHICosmo.The data is owned by the caller of the method. lnM_obs_lower-
Type: An array of
doubleLower bounds of observed mass bins.
The data is owned by the caller of the method. lnM_obs_upper-
Type: An array of
doubleUpper bounds of observed mass bins.
The data is owned by the caller of the method. lnM_obs_params-
Type: An array of
doubleObserved mass params.
The data is owned by the caller of the method. lnM_lower-
Type:
gdouble*Pointer to the lower limit of the real mass integration.
The argument will be set by the function. lnM_upper-
Type:
gdouble*Pointer to the upper limit of the real mass integration.
The argument will be set by the function.