Class for storing redshift bin properties.
More...
#include <zbin_class.hpp>
|
| Zbin (int num_val, double z_val, double z_bin_size) |
| Initialise Zbin instance. More...
|
|
void | assign_dist (double, double, double, double) |
| This method calculates the angular diameter distance of a Zbin instance for a given cosmology. More...
|
|
void | assign_rfriend (double) |
| This method scales transverse lining parameter value to the redshift of the Zbin instance. More...
|
|
void | assign_fixed_rfriend (double) |
| This method sets a fixed transverse lining parameter value for the Zbin instance. More...
|
|
Class for storing redshift bin properties.
This class calculates and stores Zbin properties.
◆ Zbin()
Zbin::Zbin |
( |
int |
num_val, |
|
|
double |
z_val, |
|
|
double |
z_bin_size |
|
) |
| |
Initialise Zbin instance.
- Parameters
-
[in] | num_val | Integer value. |
[in] | z_val | Redshift. |
[in] | z_bin_size | Redshift bin size. |
< Initialise Zbin instance.
◆ assign_dist()
void Zbin::assign_dist |
( |
double |
c, |
|
|
double |
H0, |
|
|
double |
Omega_M, |
|
|
double |
Omega_L |
|
) |
| |
This method calculates the angular diameter distance of a Zbin instance for a given cosmology.
- Parameters
-
[in] | c | Speed of light [km/s]. |
[in] | H0 | Hubble parameter [km/s/Mpc]. |
[in] | Omega_M | Matter density. |
[in] | Omega_L | Dark energy density. |
◆ assign_fixed_rfriend()
void Zbin::assign_fixed_rfriend |
( |
double |
link_r_val | ) |
|
This method sets a fixed transverse lining parameter value for the Zbin instance.
- Parameters
-
[in] | link_r_val | Transverse linking parameter value. |
◆ assign_rfriend()
void Zbin::assign_rfriend |
( |
double |
r_ref | ) |
|
This method scales transverse lining parameter value to the redshift of the Zbin instance.
- Parameters
-
[in] | r_ref | Reference transverse linking parameter value. |
◆ cosmo
◆ count
Number of Galaxy instances corresponding to Zbin instance.
◆ da
Angular diameter distance of Zbin instance.
◆ dndv
Volume number density of Zbin instance.
◆ dndz
Surface number density of Zbin instance.
◆ dvdz
Differential comoving volume of Zbin instance.
◆ dz
Redshift bin size of Zbin instance.
◆ link_r
Corrected transverse linking parameter value of Zbin instance.
◆ num
Number associated to Zbin instance.
◆ rfriend
Transverse linking radius of Zbin instance.
Redshift of Zbin instance.
The documentation for this class was generated from the following files: