ST Halo Bias Function Type

ST Halo Bias Function Type — Sheth-Tormen Spherical FIXME

Synopsis

struct              NcHaloBiasTypeSTSpher;
struct              NcHaloBiasTypeSTSpherClass;
gdouble             nc_halo_bias_type_st_spher_get_a    (const NcHaloBiasTypeSTSpher *biasf_st_spher);
gdouble             nc_halo_bias_type_st_spher_get_delta_c
                                                        (const NcHaloBiasTypeSTSpher *biasf_st_spher);
gdouble             nc_halo_bias_type_st_spher_get_p    (const NcHaloBiasTypeSTSpher *biasf_st_spher);
NcHaloBiasType *    nc_halo_bias_type_st_spher_new      (gdouble delta_c,
                                                         gdouble a,
                                                         gdouble p);
void                nc_halo_bias_type_st_spher_set_a    (NcHaloBiasTypeSTSpher *biasf_st_spher,
                                                         gdouble a);
void                nc_halo_bias_type_st_spher_set_delta_c
                                                        (NcHaloBiasTypeSTSpher *biasf_st_spher,
                                                         gdouble delta_c);
void                nc_halo_bias_type_st_spher_set_p    (NcHaloBiasTypeSTSpher *biasf_st_spher,
                                                         gdouble p);

Object Hierarchy

  GObject
   +----NcHaloBiasType
         +----NcHaloBiasTypeSTSpher

Properties

  "a"                        gdouble               : Read / Write / Construct Only
  "critical-delta"           gdouble               : Read / Write / Construct Only
  "p"                        gdouble               : Read / Write / Construct Only

Description

FIXME

Details

struct NcHaloBiasTypeSTSpher

struct NcHaloBiasTypeSTSpher;

struct NcHaloBiasTypeSTSpherClass

struct NcHaloBiasTypeSTSpherClass {
};

nc_halo_bias_type_st_spher_get_a ()

gdouble             nc_halo_bias_type_st_spher_get_a    (const NcHaloBiasTypeSTSpher *biasf_st_spher);

biasf_st_spher :

a NcHaloBiasTypeSTSpher.

Returns :

the value of "a" property.

nc_halo_bias_type_st_spher_get_delta_c ()

gdouble             nc_halo_bias_type_st_spher_get_delta_c
                                                        (const NcHaloBiasTypeSTSpher *biasf_st_spher);

biasf_st_spher :

a NcHaloBiasTypeSTSpher.

Returns :

the value of "critical_delta" property.

nc_halo_bias_type_st_spher_get_p ()

gdouble             nc_halo_bias_type_st_spher_get_p    (const NcHaloBiasTypeSTSpher *biasf_st_spher);

biasf_st_spher :

a NcHaloBiasTypeSTSpher.

Returns :

the value of "p" property.

nc_halo_bias_type_st_spher_new ()

NcHaloBiasType *    nc_halo_bias_type_st_spher_new      (gdouble delta_c,
                                                         gdouble a,
                                                         gdouble p);

FIXME

delta_c :

FIXME

a :

FIXME

p :

FIXME

Returns :

A new NcHaloBiasType.

nc_halo_bias_type_st_spher_set_a ()

void                nc_halo_bias_type_st_spher_set_a    (NcHaloBiasTypeSTSpher *biasf_st_spher,
                                                         gdouble a);

Sets the value a to the "a" property.

biasf_st_spher :

a NcHaloBiasTypeSTSpher.

a :

value of "a".

nc_halo_bias_type_st_spher_set_delta_c ()

void                nc_halo_bias_type_st_spher_set_delta_c
                                                        (NcHaloBiasTypeSTSpher *biasf_st_spher,
                                                         gdouble delta_c);

Sets the value delta_c to the "critical-delta" property.

biasf_st_spher :

a NcHaloBiasTypeSTSpher.

delta_c :

value of "critical-delta".

nc_halo_bias_type_st_spher_set_p ()

void                nc_halo_bias_type_st_spher_set_p    (NcHaloBiasTypeSTSpher *biasf_st_spher,
                                                         gdouble p);

Sets the value p to the "p" property.

biasf_st_spher :

a NcHaloBiasTypeSTSpher.

p :

value of "p".

Property Details

The "a" property

  "a"                        gdouble               : Read / Write / Construct Only

FIXME (check limits values)

Default value: 0.75


The "critical-delta" property

  "critical-delta"           gdouble               : Read / Write / Construct Only

Critical delta.

Default value: 1.686


The "p" property

  "p"                        gdouble               : Read / Write / Construct Only

FIXME (check limits values)

Default value: 0.75