![]() |
CosmoBolognaLib
Free Software C++/Python libraries for cosmological calculations
|
#include "Headers/Object.h"
Public Member Functions | |
Constructors/destructors | |
Object ()=default | |
default constructor | |
Object (const int ID) | |
specific constructor for ChainMeshCell More... | |
Object (const comovingCoordinates coord, const double weight=1., const long region=par::defaultLong, const int ID=par::defaultInt, const std::string field=par::defaultString, const double x_displacement=par::defaultDouble, const double y_displacement=par::defaultDouble, const double z_displacement=par::defaultDouble, const double redshiftMin=par::defaultDouble, const double redshiftMax=par::defaultDouble, const double sn=par::defaultDouble) | |
constructor that uses comoving coordinates More... | |
Object (const comovingCoordinates coord, const cosmology::Cosmology &cosm, const double z1_guess=0., const double z2_guess=10., const double weight=1., const long region=par::defaultLong, const int ID=par::defaultInt, const std::string field=par::defaultString, const double x_displacement=par::defaultDouble, const double y_displacement=par::defaultDouble, const double z_displacement=par::defaultDouble, const double redshiftMin=par::defaultDouble, const double redshiftMax=par::defaultDouble, const double sn=par::defaultDouble) | |
constructor that uses comoving coordinates and a cosmological model to estimate the redshift More... | |
Object (const observedCoordinates coord, const double weight=1., const long region=par::defaultLong, const int ID=par::defaultInt, const std::string field=par::defaultString, const double x_displacement=par::defaultDouble, const double y_displacement=par::defaultDouble, const double z_displacement=par::defaultDouble, const double redshiftMin=par::defaultDouble, const double redshiftMax=par::defaultDouble, const double sn=par::defaultDouble) | |
constructor that uses observed coordinates in radians More... | |
Object (const observedCoordinates coord, const CoordinateUnits inputUnits, const double weight=1., const long region=par::defaultLong, const int ID=par::defaultInt, const std::string field=par::defaultString, const double x_displacement=par::defaultDouble, const double y_displacement=par::defaultDouble, const double z_displacement=par::defaultDouble, const double redshiftMin=par::defaultDouble, const double redshiftMax=par::defaultDouble, const double sn=par::defaultDouble) | |
constructor that uses observed coordinates in any angular units More... | |
Object (const observedCoordinates coord, const cosmology::Cosmology &cosm, const double weight=1., const long region=par::defaultLong, const int ID=par::defaultInt, const std::string field=par::defaultString, const double x_displacement=par::defaultDouble, const double y_displacement=par::defaultDouble, const double z_displacement=par::defaultDouble, const double redshiftMin=par::defaultDouble, const double redshiftMax=par::defaultDouble, const double sn=par::defaultDouble) | |
constructor that uses observed coordinates in radians and a cosmological model to estimate the comoving coordinates More... | |
Object (const observedCoordinates coord, const CoordinateUnits inputUnits, const cosmology::Cosmology &cosm, const double weight=1., const long region=par::defaultLong, const int ID=par::defaultInt, const std::string field=par::defaultString, const double x_displacement=par::defaultDouble, const double y_displacement=par::defaultDouble, const double z_displacement=par::defaultDouble, const double redshiftMin=par::defaultDouble, const double redshiftMax=par::defaultDouble, const double sn=par::defaultDouble) | |
constructor that uses observed coordinates and a cosmological model to estimate the comoving coordinates More... | |
Object (const double xx, const double yy, const double zz, const double ra, const double dec, const double redshift, const double weight=1., const long region=par::defaultLong, const int ID=par::defaultInt, const std::string field=par::defaultString, const double x_displacement=par::defaultDouble, const double y_displacement=par::defaultDouble, const double z_displacement=par::defaultDouble, const double redshiftMin=par::defaultDouble, const double redshiftMax=par::defaultDouble, const double sn=par::defaultDouble) | |
constructor that uses both comoving and observed coordinates More... | |
virtual std::shared_ptr< Object > | getShared () |
function that allows copying private variables of the class when an object of class Catalogue is copied More... | |
virtual | ~Object ()=default |
default destructor | |
Member functions used to get the protected members | |
double | xx () const |
get the member m_xx More... | |
double | yy () const |
get the member m_yy More... | |
double | zz () const |
get the member m_zz More... | |
double | dc () const |
get the member m_dc More... | |
double | ra () const |
get the member m_ra More... | |
double | dec () const |
get the member m_dec More... | |
double | ra_tile () const |
get the member m_ra_tile More... | |
double | dec_tile () const |
get the member m_dec_tile More... | |
double | sn () const |
get the member m_sn More... | |
double | redshift () const |
get the member m_redshift More... | |
double | redshiftMin () const |
get the member m_redshiftMin More... | |
double | redshiftMax () const |
get the member m_redshiftMax More... | |
double | weight () const |
get the member m_weight More... | |
long | region () const |
get the member m_region More... | |
int | ID () const |
get the member m_radius More... | |
std::string | field () const |
get the member m_field More... | |
double | x_displacement () const |
get the member m_x_displacement More... | |
double | y_displacement () const |
get the member m_y_displacement More... | |
double | z_displacement () const |
get the member m_z_displacement More... | |
std::vector< double > | coords () const |
get the object coordinates More... | |
virtual double | vx () const |
get the member m_vx More... | |
virtual double | vy () const |
get the member m_vy More... | |
virtual double | vz () const |
get the member m_vz More... | |
virtual double | mass () const |
get the member m_mass More... | |
virtual double | proxyerror () const |
get the member m_proxyerror More... | |
virtual double | magnitude () const |
get the member m_magnitude More... | |
virtual double | magnitudeU () const |
get the member m_magnitudeU More... | |
virtual double | magnitudeG () const |
get the member m_magnitudeG More... | |
virtual double | magnitudeR () const |
get the member m_magnitudeR More... | |
virtual double | magnitudeI () const |
get the member m_magnitudeI More... | |
virtual double | odds () const |
get the member m_odds More... | |
virtual double | shear1 () const |
get the member m_shear1 More... | |
virtual double | shear2 () const |
get the member m_shear1 More... | |
virtual double | lensingWeight () const |
get the member m_lensingWeight More... | |
virtual double | lensingCalib () const |
get the member m_lensingCalib More... | |
virtual double | SFR () const |
get the private member Galaxy::m_SFR More... | |
virtual double | sSFR () const |
get the private member Galaxy::m_sSFR More... | |
virtual double | mass_proxy () const |
get the member m_mass_proxy More... | |
virtual double | mass_proxy_error () const |
get the member m_mass_proxy_error More... | |
virtual int | IDHost () const |
get the member m_IDHost More... | |
virtual double | galaxyTag () const |
get the member m_galaxyTag More... | |
virtual double | mstar () const |
get the member m_mstar More... | |
virtual double | massinfall () const |
get the member m_massinfall More... | |
virtual double | bias () const |
get the member m_bias More... | |
virtual double | generic () const |
get the member m_generic More... | |
virtual double | radius () const |
get the member m_radius More... | |
virtual double | densityContrast () const |
get the member m_radius More... | |
virtual double | centralDensity () const |
get the member m_radius More... | |
virtual double | mass_estimate () const |
get the private member m_mass_estimate More... | |
virtual double | radius_estimate () const |
get the private member m_radius_estimate More... | |
virtual double | veldisp_estimate () const |
get the private member m_veldisp_estimate More... | |
virtual double | xcm () const |
get the private member m_xcm More... | |
virtual double | ycm () const |
get the private member m_ycm More... | |
virtual double | zcm () const |
get the private member m_zcm More... | |
virtual double | spin_x () const |
get the private member m_spin_x More... | |
virtual double | spin_y () const |
get the private member m_spin_y More... | |
virtual double | spin_z () const |
get the private member m_spin_z More... | |
virtual double | veldisp () const |
get the private member m_veldisp More... | |
virtual double | vmax () const |
get the private member m_vmax More... | |
virtual double | vmax_rad () const |
get the private member m_vmax_rad More... | |
virtual double | tot_mass () const |
get the private member m_tot_mass More... | |
virtual int | parent () const |
get the private member m_parent More... | |
virtual int | nsub () const |
get the private member m_nsub More... | |
virtual std::vector< std::shared_ptr< Object > > | satellites () const |
get the member m_satellites More... | |
virtual std::vector< unsigned int > | part () const |
get the virtual member m_part, member of ChainMeshCell More... | |
virtual std::vector< std::vector< unsigned int > > | nearCells () const |
get the virtual member m_nearCells, member of ChainMeshCell More... | |
Member functions used to set the protected members | |
void | set_xx (const double xx) |
set the member m_xx More... | |
void | set_yy (const double yy) |
set the member m_yy More... | |
void | set_zz (const double zz) |
set the member m_zz More... | |
void | set_ra (const double ra, const CoordinateUnits inputUnits=CoordinateUnits::_radians_) |
set the member m_ra, updating the comoving coordinates accordingly (if already set) More... | |
void | set_dec (const double dec, const CoordinateUnits inputUnits=CoordinateUnits::_radians_) |
set the member m_dec, updating the comoving coordinates accordingly (if already set) More... | |
void | set_ra_tile (const double ra, const CoordinateUnits inputUnits=CoordinateUnits::_radians_) |
set the member m_ra_tile More... | |
void | set_dec_tile (const double dec, const CoordinateUnits inputUnits=CoordinateUnits::_radians_) |
set the member m_dec_tile More... | |
void | set_sn (const double sn) |
set the member m_sn More... | |
void | set_redshift (const double redshift, const cosmology::Cosmology cosmology, const bool update_coordinates=true) |
set the member m_redshift, updating the comoving coordinates accordingly (if already set) More... | |
void | set_redshiftMin (const double redshiftMin) |
set the member m_redshiftMin More... | |
void | set_redshiftMax (const double redshiftMax) |
set the member m_redshiftMax More... | |
virtual void | set_odds (const double odds) |
set the member m_odds More... | |
virtual void | set_shear1 (const double shear1) |
set the member m_shear1 More... | |
virtual void | set_shear2 (const double shear2) |
set the member m_shear2 More... | |
virtual void | set_lensingWeight (const double lensingWeight) |
set the member m_lensingWeight More... | |
virtual void | set_lensingCalib (const double lensingCalib) |
set the member m_lensingCalib More... | |
void | set_dc (const double dc) |
set the member m_dc, updating the comoving coordinates accordingly More... | |
void | set_weight (const double weight) |
set the member m_weight More... | |
void | set_region (const long region) |
set the member m_region More... | |
void | set_ID (const int ID) |
set the member m_ID More... | |
void | set_field (const std::string field) |
set the member m_field More... | |
void | set_x_displacement (const double x_displacement) |
set the member m_x_displacement More... | |
void | set_y_displacement (const double y_displacement) |
set the member m_y_displacement More... | |
void | set_z_displacement (const double z_displacement) |
set the member m_z_displacement More... | |
virtual void | set_vx (const double vx) |
set the member m_vx More... | |
virtual void | set_vy (const double vy) |
set the member m_vy More... | |
virtual void | set_vz (const double vz) |
set the member m_vz More... | |
virtual void | set_mass (const double mass) |
set the member m_mass More... | |
virtual void | set_IDHost (const int IDHost) |
set the member m_IDHost More... | |
virtual void | set_galaxyTag (const double galaxyTag) |
set the member m_galaxyTag More... | |
virtual void | set_mstar (const double mstar) |
set the member m_mstar More... | |
virtual void | set_massinfall (const double massinfall) |
set the member m_massinfall More... | |
virtual void | set_proxyerror (const double value) |
set the member m_proxyerror More... | |
virtual void | set_magnitude (const double magnitude) |
set the member m_magnitude More... | |
virtual void | set_magnitudeU (const double magnitudeU) |
set the member m_magnitudeU More... | |
virtual void | set_magnitudeG (const double magnitudeG) |
set the member m_magnitudeG More... | |
virtual void | set_magnitudeR (const double magnitudeR) |
set the member m_magnitudeR More... | |
virtual void | set_magnitudeI (const double magnitudeI) |
set the member m_magnitudeI More... | |
virtual void | set_SFR (const double SFR) |
set the private member Galaxy::m_SFR More... | |
virtual void | set_sSFR (const double sSFR) |
set the private member Galaxy::m_sSFR More... | |
virtual void | set_mass_proxy (const double mass_proxy) |
set the member m_mass_proxy More... | |
virtual void | set_mass_proxy_error (const double mass_proxy_error) |
set the member m_mass_proxy_error More... | |
virtual void | set_bias (const double bias) |
set the member m_bias More... | |
virtual void | set_generic (const double generic) |
set the member m_generic More... | |
virtual void | set_radius (const double radius) |
set the member m_radius More... | |
virtual void | set_densityContrast (const double densityContrast) |
set the member m_densityContrast More... | |
virtual void | set_centralDensity (const double centralDensity) |
set the member m_centralDensity More... | |
virtual void | set_mass_estimate (const double mass_estimate) |
set the private member m_mass_estimate More... | |
virtual void | set_radius_estimate (const double radius_estimate) |
set the private member m_radius_estimate More... | |
virtual void | set_veldisp_estimate (const double veldisp_estimate) |
set the private member m_veldisp_estimate More... | |
virtual void | set_xcm (const double xcm) |
set the private member m_xcm More... | |
virtual void | set_ycm (const double ycm) |
set the private member m_ycm More... | |
virtual void | set_zcm (const double zcm) |
set the private member m_zcm More... | |
virtual void | set_spin_x (const double spin_x) |
set the private member m_spin_x More... | |
virtual void | set_spin_y (const double spin_y) |
set the private member m_spin_y More... | |
virtual void | set_spin_z (const double spin_z) |
set the private member m_spin_z More... | |
virtual void | set_veldisp (const double veldisp) |
set the private member m_veldisp More... | |
virtual void | set_vmax (const double vmax) |
set the private member m_vmax More... | |
virtual void | set_vmax_rad (const double vmax_rad) |
set the private member m_vmax_rad More... | |
virtual void | set_tot_mass (const double tot_mass) |
set the private member m_tot_mass More... | |
virtual void | set_parent (const int parent) |
set the private member m_parent More... | |
virtual void | set_nsub (const int nsub) |
set the private member m_nsub More... | |
virtual void | set_satellite (const std::shared_ptr< Object > satellite) |
set the private member m_satellites More... | |
virtual void | set_satellites (const std::vector< std::shared_ptr< Object >> satellites) |
set the private member m_satellites More... | |
virtual void | set_part (const std::vector< unsigned int > part) |
set the virtual private member m_part (member of ChainMeshCell) More... | |
virtual void | set_nearCells (const std::vector< std::vector< unsigned int >> nearCells) |
set the virtual private member m_nearCells (member of ChainMeshCell) More... | |
Member functions used to check if the protected members are set | |
bool | isSet_xx () const |
check if the member m_xx is set More... | |
bool | isSet_yy () const |
check if the member m_yy is set More... | |
bool | isSet_zz () |
check if the member m_zz is set More... | |
bool | isSet_ra () |
check if the member m_ra is set More... | |
bool | isSet_dec () |
check if the member m_dec is set More... | |
bool | isSet_ra_tile () |
check if the member m_ra_tile is set More... | |
bool | isSet_dec_tile () |
check if the member m_dec_tile is set More... | |
bool | isSet_sn () |
check if the member m_sn is set More... | |
bool | isSet_redshift () |
check if the member m_redshift is set More... | |
bool | isSet_redshiftMin () |
check if the member m_redshiftMin is set More... | |
bool | isSet_redshiftMax () |
check if the member m_redshiftMax is set More... | |
virtual bool | isSet_shear1 () |
check if the member m_shear1 is set More... | |
virtual bool | isSet_shear2 () |
check if the member m_shear2 is set More... | |
virtual bool | isSet_odds () |
check if the member m_odds is set More... | |
virtual bool | isSet_lensingWeight () |
check if the member m_lensingWeight is set More... | |
virtual bool | isSet_lensingCalib () |
check if the member m_lensingCalib is set More... | |
bool | isSet_dc () |
check if the member m_dc is set More... | |
bool | isSet_weight () |
check if the member m_weight is set More... | |
bool | isSet_region () |
check if the member m_region is set More... | |
bool | isSet_field () |
check if the member m_field is set More... | |
bool | isSet_x_displacement () |
check if the member m_x_displacement is set More... | |
bool | isSet_y_displacement () |
check if the member m_y_displacement is set More... | |
bool | isSet_z_displacement () |
check if the member m_z_displacement is set More... | |
virtual bool | isSet_vx () |
check if the member m_vx is set More... | |
virtual bool | isSet_vy () |
check if the member m_vy is set More... | |
virtual bool | isSet_vz () |
check if the member m_vz is set More... | |
virtual bool | isSet_mass () |
check if the member m_mass is set More... | |
virtual bool | isSet_magnitude () |
check if the member m_magnitude is set More... | |
virtual bool | isSet_magnitudeU () |
check if the member m_magnitudeU is set More... | |
virtual bool | isSet_magnitudeG () |
check if the member m_magnitudeG is set More... | |
virtual bool | isSet_magnitudeR () |
check if the member m_magnitudeR is set More... | |
virtual bool | isSet_magnitudeI () |
check if the member m_magnitudeI is set More... | |
virtual bool | isSet_SFR () |
check if the member m_SFR is set More... | |
virtual bool | isSet_sSFR () |
check if the private member Galaxy::m_sSFR is set More... | |
virtual bool | isSet_mass_proxy () |
check if the member m_mass_proxy is set More... | |
virtual bool | isSet_mass_proxy_error () |
check if the member m_mass_proxy_error is set More... | |
virtual bool | isSet_bias () |
check if the member m_bias is set More... | |
virtual bool | isSet_generic () |
check if the member m_generic is set More... | |
virtual bool | isSet_radius () |
check if the member m_radius is set More... | |
virtual bool | isSet_densityContrast () |
check if the member m_densityContrast is set More... | |
virtual bool | isSet_centralDensity () |
check if the member m_centralDensity is set More... | |
virtual bool | isSet_mass_estimate () |
check if the member m_mass_estimate is set More... | |
virtual bool | isSet_radius_estimate () |
check if the member m_radius_estimate is set More... | |
virtual bool | isSet_veldisp_estimate () |
check if the member m_veldisp_estimate is set More... | |
virtual bool | isSet_xcm () |
check if the member m_xcm is set More... | |
virtual bool | isSet_ycm () |
check if the member m_ycm is set More... | |
virtual bool | isSet_zcm () |
check if the member m_zcm is set More... | |
virtual bool | isSet_spin_x () |
check if the member m_spin_x is set More... | |
virtual bool | isSet_spin_y () |
check if the member m_spin_y is set More... | |
virtual bool | isSet_spin_z () |
check if the member m_spin_z is set More... | |
virtual bool | isSet_veldisp () |
check if the member m_veldisp is set More... | |
virtual bool | isSet_vmax () |
check if the member m_vmax is set More... | |
virtual bool | isSet_vmax_rad () |
check if the member m_vmax_rad is set More... | |
virtual bool | isSet_tot_mass () |
check if the member m_tot_mass is set More... | |
virtual bool | isSet_parent () |
check if the member m_parent is set More... | |
virtual bool | isSet_nsub () |
check if the member m_nsub is set More... | |
virtual bool | isSet_ID () |
check if the member m_ID is set More... | |
virtual bool | isSet_IDHost () |
get the member m_IDHost More... | |
virtual bool | isSet_galaxyTag () |
get the member m_galaxyTag More... | |
virtual bool | isSet_mstar () |
check if the member m_mstar is set More... | |
virtual bool | isSet_massinfall () |
check if the member m_massinfall is set More... | |
Static Public Member Functions | |
Static factories | |
static std::shared_ptr< Object > | Create (const ObjectType ObjectType) |
static factory used to construct objects of any type, providing in input comoving coordinates More... | |
static std::shared_ptr< Object > | Create (const ObjectType ObjectType, const comovingCoordinates coord, const double weight=1., const long region=par::defaultLong, const int ID=par::defaultInt, const std::string field=par::defaultString, const double x_displacement=par::defaultDouble, const double y_displacement=par::defaultDouble, const double z_displacement=par::defaultDouble) |
static factory used to construct objects of any type, providing in input comoving coordinates More... | |
static std::shared_ptr< Object > | Create (const ObjectType ObjectType, const comovingCoordinates coord, const cosmology::Cosmology &cosm, const double z1_guess=0., const double z2_guess=10., const double weight=1., const long region=par::defaultLong, const int ID=par::defaultInt, const std::string field=par::defaultString, const double x_displacement=par::defaultDouble, const double y_displacement=par::defaultDouble, const double z_displacement=par::defaultDouble) |
static factory used to construct objects of any type, providing in input comoving coordinates and a cosmological model to estimate the redshift More... | |
static std::shared_ptr< Object > | Create (const ObjectType ObjectType, const observedCoordinates coord, const double weight=1., const long region=par::defaultLong, const int ID=par::defaultInt, const std::string field=par::defaultString, const double x_displacement=par::defaultDouble, const double y_displacement=par::defaultDouble, const double z_displacement=par::defaultDouble) |
static factory used to construct objects of any kind, providing in input observed coordinates in radians More... | |
static std::shared_ptr< Object > | Create (const ObjectType ObjectType, const observedCoordinates coord, const CoordinateUnits inputUnits, const double weight=1., const long region=par::defaultLong, const int ID=par::defaultInt, const std::string field=par::defaultString, const double x_displacement=par::defaultDouble, const double y_displacement=par::defaultDouble, const double z_displacement=par::defaultDouble) |
static factory used to construct objects of any kind, providing in input observed coordinates in any angular units More... | |
static std::shared_ptr< Object > | Create (const ObjectType ObjectType, const observedCoordinates coord, const cosmology::Cosmology &cosm, const double weight=1., const long region=par::defaultLong, const int ID=par::defaultInt, const std::string field=par::defaultString, const double x_displacement=par::defaultDouble, const double y_displacement=par::defaultDouble, const double z_displacement=par::defaultDouble) |
static factory used to construct objects of any kind, providing in input observed coordinates in radians and a cosmological model to estimate the comoving coordinates More... | |
static std::shared_ptr< Object > | Create (const ObjectType ObjectType, const observedCoordinates coord, const CoordinateUnits inputUnits, const cosmology::Cosmology &cosm, const double weight=1., const long region=par::defaultLong, const int ID=par::defaultInt, const std::string field=par::defaultString, const double x_displacement=par::defaultDouble, const double y_displacement=par::defaultDouble, const double z_displacement=par::defaultDouble) |
static factory used to construct objects of any kind, providing in input observed coordinates and a cosmological model to estimate the comoving coordinates More... | |
static std::shared_ptr< Object > | Create (const ObjectType ObjectType, const double xx, const double yy, const double zz, const double ra, const double dec, const double redshift, const double weight=1., const long region=par::defaultLong, const int ID=par::defaultInt, const std::string field=par::defaultString, const double x_displacement=par::defaultDouble, const double y_displacement=par::defaultDouble, const double z_displacement=par::defaultDouble) |
static factory used to construct objects of any kind, providing in input both comoving and observed coordinates More... | |
static std::shared_ptr< Object > | Create (const int ID=par::defaultInt, const std::vector< unsigned int > part={}, std::vector< std::vector< unsigned int >> nearCells={}) |
static factory used to construct objects of ChainMeshCell type More... | |
Protected Attributes | |
double | m_xx = cbl::par::defaultDouble |
comoving coordinate x | |
double | m_yy = cbl::par::defaultDouble |
comoving coordinate y | |
double | m_zz = cbl::par::defaultDouble |
comoving coordinate z | |
double | m_ra = cbl::par::defaultDouble |
Right Ascension. | |
double | m_dec = cbl::par::defaultDouble |
Declination. | |
double | m_ra_tile = cbl::par::defaultDouble |
Tile central Right Ascension. | |
double | m_dec_tile = cbl::par::defaultDouble |
Tile central Declination. | |
double | m_redshift = cbl::par::defaultDouble |
redshift | |
double | m_dc = cbl::par::defaultDouble |
comoving distance | |
double | m_weight = 1. |
weight | |
long | m_region = cbl::par::defaultLong |
region (used for jackknife/bootstrap) | |
int | m_ID = cbl::par::defaultInt |
ID. | |
std::string | m_field = cbl::par::defaultString |
observed field | |
double | m_x_displacement = cbl::par::defaultDouble |
displacement along the x-axis | |
double | m_y_displacement = cbl::par::defaultDouble |
displacement along the y-axis | |
double | m_z_displacement = cbl::par::defaultDouble |
displacement along the z-axis | |
double | m_redshiftMin = cbl::par::defaultDouble |
minimum redshift | |
double | m_redshiftMax = cbl::par::defaultDouble |
maximum redshift | |
double | m_sn = cbl::par::defaultDouble |
Signal-to-noise. | |
The class Object.
This class is used to handle objects of type object
|
inline |
specific constructor for ChainMeshCell
ID | the object ID |
|
inline |
constructor that uses comoving coordinates
coord | structure containing the comoving coordinates {x, y, z} |
weight | weight |
region | region, used e.g. for jackknife and bootstrap |
ID | the object ID |
field | the field where the object has been observed |
x_displacement | the displacement along the x-axis |
y_displacement | the displacement along the y-axis |
z_displacement | the displacement along the z-axis |
redshiftMin | minimum redshift |
redshiftMax | maximum redshift |
sn | signal-to-noise |
|
inline |
constructor that uses comoving coordinates and a cosmological model to estimate the redshift
coord | structure containing the comoving coordinates {x, y, z} |
cosm | object of class Cosmology, used to estimate comoving distances |
z1_guess | minimum prior on the redshift |
z2_guess | maximum prior on the redshift |
weight | weight |
region | region, used e.g. for jackknife and bootstrap |
ID | the object ID |
field | the field where the object has been observed |
x_displacement | the displacement along the x-axis |
y_displacement | the displacement along the y-axis |
z_displacement | the displacement along the z-axis |
redshiftMin | minimum redshift |
redshiftMax | maximum redshift |
sn | signal-to-noise |
|
inline |
constructor that uses observed coordinates in radians
coord | structure containing the observed coordinates {R.A., Dec, redshift} |
weight | weight |
region | region, used e.g. for jackknife and bootstrap |
ID | the object ID |
field | the field where the object has been observed |
x_displacement | the displacement along the x-axis |
y_displacement | the displacement along the y-axis |
z_displacement | the displacement along the z-axis |
redshiftMin | minimum redshift |
redshiftMax | maximum redshift |
sn | signal-to-noise |
|
inline |
constructor that uses observed coordinates in any angular units
coord | structure containing the observed coordinates {R.A., Dec, redshift} |
inputUnits | the units of the input coordinates |
weight | weight |
region | region, used e.g. for jackknife and bootstrap |
ID | the object ID |
field | the field where the object has been observed |
x_displacement | the displacement along the x-axis |
y_displacement | the displacement along the y-axis |
z_displacement | the displacement along the z-axis |
redshiftMin | minimum redshift |
redshiftMax | maximum redshift |
sn | signal-to-noise |
|
inline |
constructor that uses observed coordinates in radians and a cosmological model to estimate the comoving coordinates
coord | structure containing the observed coordinates {R.A., Dec, redshitf} |
cosm | object of class Cosmology, used to estimate comoving distances |
weight | weight |
region | region, used e.g. for jackknife and bootstrap |
ID | the object ID |
field | the field where the object has been observed |
x_displacement | the displacement along the x-axis |
y_displacement | the displacement along the y-axis |
z_displacement | the displacement along the z-axis |
redshiftMin | minimum redshift |
redshiftMax | maximum redshift |
sn | signal-to-noise |
|
inline |
constructor that uses observed coordinates and a cosmological model to estimate the comoving coordinates
coord | structure containing the observed coordinates {R.A., Dec, redshift} |
inputUnits | the units of the input coordinates |
cosm | object of class Cosmology, used to estimate comoving distances |
weight | weight |
region | region, used e.g. for jackknife and bootstrap |
ID | the object ID |
field | the field where the object has been observed |
x_displacement | the displacement along the x-axis |
y_displacement | the displacement along the y-axis |
z_displacement | the displacement along the z-axis |
redshiftMin | minimum redshift |
redshiftMax | maximum redshift |
sn | signal-to-noise |
|
inline |
constructor that uses both comoving and observed coordinates
xx | comoving coordinate |
yy | comoving coordinate |
zz | comoving coordinate |
ra | Right Ascension |
dec | Declination |
redshift | redshift |
weight | weight |
region | region, used e.g. for jackknife and bootstrap |
ID | the object ID |
field | the field where the object has been observed |
x_displacement | the displacement along the x-axis |
y_displacement | the displacement along the y-axis |
z_displacement | the displacement along the z-axis |
redshiftMin | minimum redshift |
redshiftMax | maximum redshift |
sn | signal-to-noise |
|
inlinevirtual |
|
inlinevirtual |
get the member m_radius
Reimplemented in cbl::catalogue::Void.
|
inline |
|
static |
static factory used to construct objects of ChainMeshCell type
ID | the object ID |
part | the particles in the cell |
nearCells | the cells near the object, sorted for distance |
Definition at line 175 of file Object.cpp.
|
static |
static factory used to construct objects of any type, providing in input comoving coordinates
ObjectType | the object type; it can be: GenericObject, RandomObject, Mock, Halo, Galaxy, Cluster, Void, HostHalo, ChainMeshCell |
Definition at line 46 of file Object.cpp.
|
static |
static factory used to construct objects of any type, providing in input comoving coordinates and a cosmological model to estimate the redshift
ObjectType | the object type; it can be: GenericObject, RandomObject, Mock, Halo, Galaxy, Cluster, Void, HostHalo |
coord | structure containing the comoving coordinates {x, y, z} |
cosm | object of class Cosmology, used to estimate comoving distances |
z1_guess | minimum prior on the redshift |
z2_guess | maximum prior on the redshift |
weight | weight |
region | region, used e.g. for jackknife and bootstrap |
ID | the object ID |
field | the field where the object has been observed |
x_displacement | the displacement along the x-axis |
y_displacement | the displacement along the y-axis |
z_displacement | the displacement along the z-axis |
Definition at line 81 of file Object.cpp.
|
static |
static factory used to construct objects of any type, providing in input comoving coordinates
ObjectType | the object type; it can be: GenericObject, RandomObject, Mock, Halo, Galaxy, Cluster, Void, HostHalo |
coord | structure containing the comoving coordinates {x, y, z} |
weight | weight |
region | region, used e.g. for jackknife and bootstrap |
ID | the object ID |
field | the field where the object has been observed |
x_displacement | the displacement along the x-axis |
y_displacement | the displacement along the y-axis |
z_displacement | the displacement along the z-axis |
Definition at line 64 of file Object.cpp.
|
static |
static factory used to construct objects of any kind, providing in input both comoving and observed coordinates
ObjectType | the object type; it can be: GenericObject, RandomObject, Mock, Halo, Galaxy, Cluster, Void, HostHalo |
xx | comoving coordinate |
yy | comoving coordinate |
zz | comoving coordinate |
ra | Right Ascension |
dec | Declination |
redshift | redshift |
weight | weight |
region | the object region, used e.g. for jackknife and bootstrap |
ID | the object ID |
field | the field where the object has been observed |
x_displacement | the displacement along the x-axis |
y_displacement | the displacement along the y-axis |
z_displacement | the displacement along the z-axis |
Definition at line 161 of file Object.cpp.
|
static |
static factory used to construct objects of any kind, providing in input observed coordinates and a cosmological model to estimate the comoving coordinates
ObjectType | the object type; it can be: GenericObject, RandomObject, Mock, Halo, Galaxy, Cluster, Void, HostHalo |
coord | structure containing the observed coordinates {R.A., Dec, redshitf} |
inputUnits | the units of the input coordinates |
cosm | object of class Cosmology, used to estimate comoving distances |
weight | weight |
region | region, used e.g. for jackknife and bootstrap |
ID | the object ID |
field | the field where the object has been observed |
x_displacement | the displacement along the x-axis |
y_displacement | the displacement along the y-axis |
z_displacement | the displacement along the z-axis |
Definition at line 145 of file Object.cpp.
|
static |
static factory used to construct objects of any kind, providing in input observed coordinates in any angular units
ObjectType | the object type; it can be: GenericObject, RandomObject, Mock, Halo, Galaxy, Cluster, Void, HostHalo |
coord | structure containing the observed coordinates {ra Right Ascension} |
inputUnits | the units of the input coordinates |
weight | weight |
region | region, used e.g. for jackknife and bootstrap |
ID | the object ID |
field | the field where the object has been observed |
x_displacement | the displacement along the x-axis |
y_displacement | the displacement along the y-axis |
z_displacement | the displacement along the z-axis |
Definition at line 113 of file Object.cpp.
|
static |
static factory used to construct objects of any kind, providing in input observed coordinates in radians and a cosmological model to estimate the comoving coordinates
ObjectType | the object type; it can be: GenericObject, RandomObject, Mock, Halo, Galaxy, Cluster, Void, HostHalo |
coord | structure containing the observed coordinates {R.A., Dec, redshitf} |
cosm | object of class Cosmology, used to estimate comoving distances |
weight | weight |
region | region, used e.g. for jackknife and bootstrap |
ID | the object ID |
field | the field where the object has been observed |
x_displacement | the displacement along the x-axis |
y_displacement | the displacement along the y-axis |
z_displacement | the displacement along the z-axis |
Definition at line 129 of file Object.cpp.
|
static |
static factory used to construct objects of any kind, providing in input observed coordinates in radians
ObjectType | the object type; it can be: GenericObject, RandomObject, Mock, Halo, Galaxy, Cluster, Void, HostHalo |
coord | structure containing the observed coordinates {R.A., Dec, redshitf} |
weight | weight |
region | region, used e.g. for jackknife and bootstrap |
ID | the object ID |
field | the field where the object has been observed |
x_displacement | the displacement along the x-axis |
y_displacement | the displacement along the y-axis |
z_displacement | the displacement along the z-axis |
Definition at line 97 of file Object.cpp.
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
get the member m_radius
Reimplemented in cbl::catalogue::Void.
|
inline |
|
inlinevirtual |
get the member m_galaxyTag
Reimplemented in cbl::catalogue::Galaxy.
|
inlinevirtual |
get the member m_generic
Reimplemented in cbl::catalogue::Void, and cbl::catalogue::Mock.
|
inlinevirtual |
function that allows copying private variables of the class when an object of class Catalogue is copied
Reimplemented in cbl::catalogue::Void, cbl::catalogue::Mock, cbl::catalogue::HostHalo, cbl::catalogue::Halo, cbl::catalogue::Galaxy, cbl::catalogue::Cluster, and cbl::catalogue::ChainMeshCell.
|
inline |
|
inlinevirtual |
get the member m_IDHost
Reimplemented in cbl::catalogue::Galaxy.
|
inlinevirtual |
|
inlinevirtual |
check if the member m_centralDensity is set
Reimplemented in cbl::catalogue::Void.
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
check if the member m_densityContrast is set
Reimplemented in cbl::catalogue::Void.
|
inline |
|
inlinevirtual |
get the member m_galaxyTag
Reimplemented in cbl::catalogue::Galaxy.
|
inlinevirtual |
check if the member m_generic is set
Reimplemented in cbl::catalogue::Void, and cbl::catalogue::Mock.
|
inlinevirtual |
|
inlinevirtual |
get the member m_IDHost
Reimplemented in cbl::catalogue::Galaxy.
|
inlinevirtual |
check if the member m_lensingCalib is set
Reimplemented in cbl::catalogue::Galaxy.
|
inlinevirtual |
check if the member m_lensingWeight is set
Reimplemented in cbl::catalogue::Galaxy.
|
inlinevirtual |
check if the member m_magnitude is set
Reimplemented in cbl::catalogue::Galaxy.
|
inlinevirtual |
check if the member m_magnitudeG is set
Reimplemented in cbl::catalogue::Galaxy.
|
inlinevirtual |
check if the member m_magnitudeI is set
Reimplemented in cbl::catalogue::Galaxy.
|
inlinevirtual |
check if the member m_magnitudeR is set
Reimplemented in cbl::catalogue::Galaxy.
|
inlinevirtual |
check if the member m_magnitudeU is set
Reimplemented in cbl::catalogue::Galaxy.
|
inlinevirtual |
check if the member m_mass is set
Reimplemented in cbl::catalogue::Halo, cbl::catalogue::Galaxy, and cbl::catalogue::Cluster.
|
inlinevirtual |
check if the member m_mass_estimate is set
Reimplemented in cbl::catalogue::HostHalo.
|
inlinevirtual |
check if the member m_mass_proxy is set
Reimplemented in cbl::catalogue::Cluster.
|
inlinevirtual |
check if the member m_mass_proxy_error is set
Reimplemented in cbl::catalogue::Cluster.
|
inlinevirtual |
check if the member m_massinfall is set
Reimplemented in cbl::catalogue::Galaxy.
|
inlinevirtual |
check if the member m_mstar is set
Reimplemented in cbl::catalogue::Galaxy.
|
inlinevirtual |
check if the member m_nsub is set
Reimplemented in cbl::catalogue::HostHalo.
|
inlinevirtual |
check if the member m_odds is set
Reimplemented in cbl::catalogue::Galaxy.
|
inlinevirtual |
check if the member m_parent is set
Reimplemented in cbl::catalogue::HostHalo.
|
inline |
|
inline |
|
inlinevirtual |
check if the member m_radius is set
Reimplemented in cbl::catalogue::Void, and cbl::catalogue::HostHalo.
|
inlinevirtual |
check if the member m_radius_estimate is set
Reimplemented in cbl::catalogue::HostHalo.
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
check if the member m_SFR is set
Reimplemented in cbl::catalogue::Galaxy.
|
inlinevirtual |
check if the member m_shear1 is set
Reimplemented in cbl::catalogue::Galaxy.
|
inlinevirtual |
check if the member m_shear2 is set
Reimplemented in cbl::catalogue::Galaxy.
|
inline |
|
inlinevirtual |
check if the member m_spin_x is set
Reimplemented in cbl::catalogue::HostHalo.
|
inlinevirtual |
check if the member m_spin_y is set
Reimplemented in cbl::catalogue::HostHalo.
|
inlinevirtual |
check if the member m_spin_z is set
Reimplemented in cbl::catalogue::HostHalo.
|
inlinevirtual |
check if the private member Galaxy::m_sSFR is set
Reimplemented in cbl::catalogue::Galaxy.
|
inlinevirtual |
check if the member m_tot_mass is set
Reimplemented in cbl::catalogue::HostHalo.
|
inlinevirtual |
check if the member m_veldisp is set
Reimplemented in cbl::catalogue::HostHalo.
|
inlinevirtual |
check if the member m_veldisp_estimate is set
Reimplemented in cbl::catalogue::HostHalo.
|
inlinevirtual |
check if the member m_vmax is set
Reimplemented in cbl::catalogue::HostHalo.
|
inlinevirtual |
check if the member m_vmax_rad is set
Reimplemented in cbl::catalogue::HostHalo.
|
inlinevirtual |
check if the member m_vx is set
Reimplemented in cbl::catalogue::Halo.
|
inlinevirtual |
check if the member m_vy is set
Reimplemented in cbl::catalogue::Halo.
|
inlinevirtual |
check if the member m_vz is set
Reimplemented in cbl::catalogue::Halo.
|
inline |
|
inline |
|
inlinevirtual |
check if the member m_xcm is set
Reimplemented in cbl::catalogue::HostHalo.
|
inline |
|
inline |
|
inlinevirtual |
check if the member m_ycm is set
Reimplemented in cbl::catalogue::HostHalo.
|
inline |
|
inline |
|
inlinevirtual |
check if the member m_zcm is set
Reimplemented in cbl::catalogue::HostHalo.
|
inline |
|
inlinevirtual |
get the member m_lensingCalib
Reimplemented in cbl::catalogue::Galaxy.
|
inlinevirtual |
get the member m_lensingWeight
Reimplemented in cbl::catalogue::Galaxy.
|
inlinevirtual |
get the member m_magnitude
Reimplemented in cbl::catalogue::Galaxy.
|
inlinevirtual |
get the member m_magnitudeG
Reimplemented in cbl::catalogue::Galaxy.
|
inlinevirtual |
get the member m_magnitudeI
Reimplemented in cbl::catalogue::Galaxy.
|
inlinevirtual |
get the member m_magnitudeR
Reimplemented in cbl::catalogue::Galaxy.
|
inlinevirtual |
get the member m_magnitudeU
Reimplemented in cbl::catalogue::Galaxy.
|
inlinevirtual |
get the member m_mass
Reimplemented in cbl::catalogue::Halo, cbl::catalogue::Galaxy, and cbl::catalogue::Cluster.
|
inlinevirtual |
get the private member m_mass_estimate
Reimplemented in cbl::catalogue::HostHalo.
|
inlinevirtual |
get the member m_mass_proxy
Reimplemented in cbl::catalogue::Cluster.
|
inlinevirtual |
get the member m_mass_proxy_error
Reimplemented in cbl::catalogue::Cluster.
|
inlinevirtual |
get the member m_massinfall
Reimplemented in cbl::catalogue::Galaxy.
|
inlinevirtual |
get the member m_mstar
Reimplemented in cbl::catalogue::Galaxy.
|
inlinevirtual |
get the virtual member m_nearCells, member of ChainMeshCell
Reimplemented in cbl::catalogue::ChainMeshCell.
|
inlinevirtual |
get the private member m_nsub
Reimplemented in cbl::catalogue::HostHalo.
|
inlinevirtual |
|
inlinevirtual |
get the private member m_parent
Reimplemented in cbl::catalogue::HostHalo.
|
inlinevirtual |
get the virtual member m_part, member of ChainMeshCell
Reimplemented in cbl::catalogue::ChainMeshCell.
|
inlinevirtual |
|
inline |
|
inline |
|
inlinevirtual |
get the member m_radius
Reimplemented in cbl::catalogue::Void, and cbl::catalogue::HostHalo.
|
inlinevirtual |
get the private member m_radius_estimate
Reimplemented in cbl::catalogue::HostHalo.
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
get the member m_satellites
Reimplemented in cbl::catalogue::HostHalo.
|
inlinevirtual |
|
inlinevirtual |
set the member m_centralDensity
centralDensity | the central density |
Reimplemented in cbl::catalogue::Void.
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
set the member m_densityContrast
densityContrast | the density contrast |
Reimplemented in cbl::catalogue::Void.
|
inline |
|
inlinevirtual |
set the member m_galaxyTag
galaxyTag | the tag of the galaxy indeed "central" or "satellite" |
Reimplemented in cbl::catalogue::Galaxy.
|
inlinevirtual |
set the member m_generic
generic | the generic variable, or an error message if the derived object does not have this member |
Reimplemented in cbl::catalogue::Void, and cbl::catalogue::Mock.
|
inline |
|
inlinevirtual |
set the member m_IDHost
IDHost | the ID of host halo |
Reimplemented in cbl::catalogue::Galaxy.
|
inlinevirtual |
set the member m_lensingCalib
lensingCalib | the lensing calibration factor |
Reimplemented in cbl::catalogue::Galaxy.
|
inlinevirtual |
set the member m_lensingWeight
lensingWeight | the lensing weight |
Reimplemented in cbl::catalogue::Galaxy.
|
inlinevirtual |
set the member m_magnitude
magnitude | the magnitude |
Reimplemented in cbl::catalogue::Galaxy.
|
inlinevirtual |
set the member m_magnitudeG
magnitudeG | the g magnitude |
Reimplemented in cbl::catalogue::Galaxy.
|
inlinevirtual |
set the member m_magnitudeI
magnitudeI | the i magnitude |
Reimplemented in cbl::catalogue::Galaxy.
|
inlinevirtual |
set the member m_magnitudeR
magnitudeR | the r magnitude |
Reimplemented in cbl::catalogue::Galaxy.
|
inlinevirtual |
set the member m_magnitudeU
magnitudeU | the u magnitude |
Reimplemented in cbl::catalogue::Galaxy.
|
inlinevirtual |
set the member m_mass
mass | the mass |
Reimplemented in cbl::catalogue::Halo, cbl::catalogue::Galaxy, and cbl::catalogue::Cluster.
|
inlinevirtual |
set the private member m_mass_estimate
mass_estimate | the mass estimate of the group |
Reimplemented in cbl::catalogue::HostHalo.
|
inlinevirtual |
set the member m_mass_proxy
mass_proxy | the mass proxy |
Reimplemented in cbl::catalogue::Cluster.
|
inlinevirtual |
set the member m_mass_proxy_error
mass_proxy_error | the mass proxy error |
Reimplemented in cbl::catalogue::Cluster.
|
inlinevirtual |
set the member m_massinfall
massinfall | the infall mass of the substructure |
Reimplemented in cbl::catalogue::Galaxy.
|
inlinevirtual |
|
inlinevirtual |
set the virtual private member m_nearCells (member of ChainMeshCell)
nearCells | the matrix of near cells to be set |
Reimplemented in cbl::catalogue::ChainMeshCell.
|
inlinevirtual |
set the private member m_nsub
nsub | the number of sub-groups in the group |
Reimplemented in cbl::catalogue::HostHalo.
|
inlinevirtual |
|
inlinevirtual |
set the private member m_parent
parent | the id of the parent group |
Reimplemented in cbl::catalogue::HostHalo.
|
inlinevirtual |
set the virtual private member m_part (member of ChainMeshCell)
part | the vector to be replaced to the particles vector |
Reimplemented in cbl::catalogue::ChainMeshCell.
|
inlinevirtual |
|
inline |
|
inline |
|
inlinevirtual |
set the member m_radius
radius | the radius |
Reimplemented in cbl::catalogue::Void, and cbl::catalogue::HostHalo.
|
inlinevirtual |
set the private member m_radius_estimate
radius_estimate | the radius estimate of the group |
Reimplemented in cbl::catalogue::HostHalo.
|
inline |
set the member m_redshift, updating the comoving coordinates accordingly (if already set)
redshift | the redshift of the object |
cosmology | object of class Cosmology, used to estimate the comoving distance from the given redshift |
update_coordinates | if true the function cbl::catalogue::Object::set_redshift update the coordinates according to the redshift value |
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
set the private member m_satellites
satellite | the shared pointers to be added to the satellite objects pointer vector |
Reimplemented in cbl::catalogue::HostHalo.
|
inlinevirtual |
set the private member m_satellites
satellites | the vector of shared pointers to satellite objects |
Reimplemented in cbl::catalogue::HostHalo.
|
inlinevirtual |
set the private member Galaxy::m_SFR
SFR | the star formation rate of the galaxy |
Reimplemented in cbl::catalogue::Galaxy.
|
inlinevirtual |
set the member m_shear1
shear1 | the first shear component |
Reimplemented in cbl::catalogue::Galaxy.
|
inlinevirtual |
set the member m_shear2
shear2 | the second shear component |
Reimplemented in cbl::catalogue::Galaxy.
|
inline |
|
inlinevirtual |
set the private member m_spin_x
spin_x | the x-axis component of the spin |
Reimplemented in cbl::catalogue::HostHalo.
|
inlinevirtual |
set the private member m_spin_y
spin_y | the y-axis component of the spin |
Reimplemented in cbl::catalogue::HostHalo.
|
inlinevirtual |
set the private member m_spin_z
spin_z | the z-axis component of the spin |
Reimplemented in cbl::catalogue::HostHalo.
|
inlinevirtual |
set the private member Galaxy::m_sSFR
sSFR | the specific star formation rate of the galaxy |
Reimplemented in cbl::catalogue::Galaxy.
|
inlinevirtual |
set the private member m_tot_mass
tot_mass | the total mass of the parent halo |
Reimplemented in cbl::catalogue::HostHalo.
|
inlinevirtual |
set the private member m_veldisp
veldisp | the velocity dispersion of the sub-group |
Reimplemented in cbl::catalogue::HostHalo.
|
inlinevirtual |
set the private member m_veldisp_estimate
veldisp_estimate | the velocity dispersion estimate of the group |
Reimplemented in cbl::catalogue::HostHalo.
|
inlinevirtual |
set the private member m_vmax
vmax | the maximum total velocity of the sub-group |
Reimplemented in cbl::catalogue::HostHalo.
|
inlinevirtual |
set the private member m_vmax_rad
vmax_rad | the maximum radial velocity of the sub-group |
Reimplemented in cbl::catalogue::HostHalo.
|
inlinevirtual |
set the member m_vx
vx | the peculiar velocity along the x direction |
Reimplemented in cbl::catalogue::Halo.
|
inlinevirtual |
set the member m_vy
vy | the peculiar velocity along the y direction |
Reimplemented in cbl::catalogue::Halo.
|
inlinevirtual |
set the member m_vz
vz | the peculiar velocity along the z direction |
Reimplemented in cbl::catalogue::Halo.
|
inline |
|
inline |
|
inlinevirtual |
set the private member m_xcm
xcm | the x-axis coordinate of the centre of mass |
Reimplemented in cbl::catalogue::HostHalo.
|
inline |
|
inline |
|
inlinevirtual |
set the private member m_ycm
ycm | the y-axis coordinate of the centre of mass |
Reimplemented in cbl::catalogue::HostHalo.
|
inline |
|
inline |
|
inlinevirtual |
set the private member m_zcm
zcm | the z-axis coordinate of the centre of mass |
Reimplemented in cbl::catalogue::HostHalo.
|
inline |
|
inlinevirtual |
get the private member Galaxy::m_SFR
Reimplemented in cbl::catalogue::Galaxy.
|
inlinevirtual |
get the member m_shear1
Reimplemented in cbl::catalogue::Galaxy.
|
inlinevirtual |
get the member m_shear1
Reimplemented in cbl::catalogue::Galaxy.
|
inline |
|
inlinevirtual |
get the private member m_spin_x
Reimplemented in cbl::catalogue::HostHalo.
|
inlinevirtual |
get the private member m_spin_y
Reimplemented in cbl::catalogue::HostHalo.
|
inlinevirtual |
get the private member m_spin_z
Reimplemented in cbl::catalogue::HostHalo.
|
inlinevirtual |
get the private member Galaxy::m_sSFR
Reimplemented in cbl::catalogue::Galaxy.
|
inlinevirtual |
get the private member m_tot_mass
Reimplemented in cbl::catalogue::HostHalo.
|
inlinevirtual |
get the private member m_veldisp
Reimplemented in cbl::catalogue::HostHalo.
|
inlinevirtual |
get the private member m_veldisp_estimate
Reimplemented in cbl::catalogue::HostHalo.
|
inlinevirtual |
get the private member m_vmax
Reimplemented in cbl::catalogue::HostHalo.
|
inlinevirtual |
get the private member m_vmax_rad
Reimplemented in cbl::catalogue::HostHalo.
|
inlinevirtual |
get the member m_vx
Reimplemented in cbl::catalogue::Halo.
|
inlinevirtual |
get the member m_vy
Reimplemented in cbl::catalogue::Halo.
|
inlinevirtual |
get the member m_vz
Reimplemented in cbl::catalogue::Halo.
|
inline |
|
inline |
|
inlinevirtual |
get the private member m_xcm
Reimplemented in cbl::catalogue::HostHalo.
|
inline |
|
inline |
|
inlinevirtual |
get the private member m_ycm
Reimplemented in cbl::catalogue::HostHalo.
|
inline |
|
inline |
|
inlinevirtual |
get the private member m_zcm
Reimplemented in cbl::catalogue::HostHalo.
|
inline |