Virtual Method

NumCosmoClusterMassP_limits

Declaration [src]

void
P_limits (
  NcClusterMass* clusterm,
  NcHICosmo* cosmo,
  const gdouble* lnM_obs,
  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 and its parameters.

Parameters

cosmo

Type: NcHICosmo

A NcHICosmo.

The data is owned by the caller of the method.
lnM_obs

Type: An array of double

Observed mass.

The data is owned by the caller of the method.
lnM_obs_params

Type: An array of double

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