Alexandria 2.31.0
SDC-CH common library for the Euclid project
|
Store the spectroscopic redshift of a source. More...
#include <SpectroscopicRedshift.h>
Public Member Functions | |
SpectroscopicRedshift (double value, double error) | |
Constructor. | |
~SpectroscopicRedshift () override=default | |
double | getValue () const |
double | getError () const |
![]() | |
virtual | ~Attribute ()=default |
Private Attributes | |
double | m_value {} |
double | m_error {} |
Store the spectroscopic redshift of a source.
Definition at line 40 of file SpectroscopicRedshift.h.
|
inline |
Constructor.
value | Value of the redshift |
error | Error value of the value parameter |
Definition at line 49 of file SpectroscopicRedshift.h.
|
overridedefault |
|
inline |
Definition at line 56 of file SpectroscopicRedshift.h.
References m_error.
|
inline |
Definition at line 53 of file SpectroscopicRedshift.h.
References m_value.
|
private |
Definition at line 62 of file SpectroscopicRedshift.h.
Referenced by getError().
|
private |
Definition at line 61 of file SpectroscopicRedshift.h.
Referenced by getValue().