![]() |
HepPDT Reference DocumentationHepPDT |
#include <Measurement.hh>
Public Member Functions | |
Measurement () | |
Measurement (double value, double sigma) | |
Measurement (const Measurement &m) | |
void | swap (Measurement &other) |
Measurement & | operator= (Measurement const &rhs) |
bool | operator< (Measurement const &other) const |
compare the value, ignore the error | |
bool | operator== (Measurement const &other) const |
compare the value, ignore the error | |
double | value () const |
double | sigma () const |
operator double () const |
Definition at line 20 of file Measurement.hh.
HepPDT::Measurement::Measurement | ( | ) | [inline] |
HepPDT::Measurement::Measurement | ( | double | value, | |
double | sigma | |||
) | [inline] |
HepPDT::Measurement::Measurement | ( | const Measurement & | m | ) | [inline] |
HepPDT::Measurement::operator double | ( | ) | const [inline] |
bool HepPDT::Measurement::operator< | ( | Measurement const & | other | ) | const [inline] |
compare the value, ignore the error
Measurement& HepPDT::Measurement::operator= | ( | Measurement const & | rhs | ) | [inline] |
bool HepPDT::Measurement::operator== | ( | Measurement const & | other | ) | const [inline] |
compare the value, ignore the error
double HepPDT::Measurement::sigma | ( | ) | const [inline] |
void HepPDT::Measurement::swap | ( | Measurement & | other | ) | [inline] |
Referenced by HepPDT::ResonanceStructure::swap(), and HepPDT::swap().
double HepPDT::Measurement::value | ( | ) | const [inline] |