|
CLASSpp Manual
Cosmology reference and developer manual
|
Go to the source code of this file.
Data Structures | |
| struct | transfers |
| struct | transfer_workspace |
Enumerations | |
| enum | radial_function_type |
Input data and shared types for transfer functions.
| struct transfers |
Input parameters for transfer functions.
Computed transfer-function tables belong to TransferModule; this structure holds the shared configuration read by InputModule.
| Data Fields | ||
|---|---|---|
| double | lcmb_rescale = 1. |
normally set to one, can be used exceptionally to rescale by hand the CMB lensing potential |
| double | lcmb_tilt = 0. |
normally set to zero, can be used exceptionally to tilt by hand the CMB lensing potential |
| double | lcmb_pivot = 0.1 |
if lcmb_tilt non-zero, corresponding pivot scale |
| double | selection_bias[_SELECTION_NUM_MAX_] |
light-to-mass bias; element [0] default 1, rest 0 |
| double | selection_magnification_bias[_SELECTION_NUM_MAX_] |
magnification bias; default 0 |
| bool | has_nz_file = false |
Has dN/dz (selection function) input file? |
| bool | has_nz_analytic |
Use analytic form for dN/dz (selection function) distribution? |
| string | nz_file_name |
dN/dz (selection function) input file name |
| bool | has_nz_evo_file = false |
Has dN/dz (evolution function) input file? |
| bool | has_nz_evo_analytic |
Use analytic form for dN/dz (evolution function) distribution? |
| string | nz_evo_file_name |
dN/dz (evolution function) input file name |
| bool | initialise_HIS_cache |
only true if we are using CLASS for setting up a cache of HIS structures |
| short | transfer_verbose |
flag regulating the amount of information sent to standard output (none if set to zero) |
| struct transfer_workspace |
Structure containing all the quantities that each thread needs to know for computing transfer functions (but that can be forgotten once the transfer functions are known, otherwise they would be stored in the transfer module)
| enum radial_function_type |
enumeration of possible source types. This looks redundant with respect to the definition of indices index_tt_... This definition is however convenient and time-saving: it allows to use a "case" statement in transfer_radial_function()