|
EvtGen 2.2.0
Monte Carlo generator of particle decays, in particular the weak decays of heavy flavour particles such as B mesons.
|
#include <EvtGenBase/EvtValError.hh>
Public Member Functions | |
| EvtValError () | |
| EvtValError (double val) | |
| EvtValError (double val, double err) | |
| EvtValError (const EvtValError &other) | |
| int | valueKnown () const |
| double | value () const |
| int | errorKnown () const |
| double | error () const |
| double | prec () const |
| void | operator= (const EvtValError &other) |
| void | operator*= (const EvtValError &other) |
| void | operator/= (const EvtValError &other) |
| void | operator+= (const EvtValError &other) |
| void | operator*= (double c) |
| void | print (std::ostream &) const |
Private Attributes | |
| int | m_valKnown |
| double | m_val |
| int | m_errKnown |
| double | m_err |
Definition at line 31 of file EvtValError.hh.
| EvtValError::EvtValError | ( | ) |
Definition at line 29 of file EvtValError.cpp.
| EvtValError::EvtValError | ( | double | val | ) |
Definition at line 34 of file EvtValError.cpp.
| EvtValError::EvtValError | ( | double | val, |
| double | err ) |
Definition at line 39 of file EvtValError.cpp.
| EvtValError::EvtValError | ( | const EvtValError & | other | ) |
Definition at line 44 of file EvtValError.cpp.
|
inline |
Definition at line 45 of file EvtValError.hh.
|
inline |
Definition at line 44 of file EvtValError.hh.
| void EvtValError::operator*= | ( | const EvtValError & | other | ) |
Definition at line 66 of file EvtValError.cpp.
| void EvtValError::operator*= | ( | double | c | ) |
Definition at line 125 of file EvtValError.cpp.
| void EvtValError::operator+= | ( | const EvtValError & | other | ) |
Definition at line 110 of file EvtValError.cpp.
| void EvtValError::operator/= | ( | const EvtValError & | other | ) |
Definition at line 81 of file EvtValError.cpp.
| void EvtValError::operator= | ( | const EvtValError & | other | ) |
Definition at line 58 of file EvtValError.cpp.
| double EvtValError::prec | ( | ) | const |
Definition at line 52 of file EvtValError.cpp.
| void EvtValError::print | ( | std::ostream & | ) | const |
Definition at line 96 of file EvtValError.cpp.
|
inline |
Definition at line 39 of file EvtValError.hh.
|
inline |
Definition at line 38 of file EvtValError.hh.
|
private |
Definition at line 64 of file EvtValError.hh.
|
private |
Definition at line 63 of file EvtValError.hh.
|
private |
Definition at line 62 of file EvtValError.hh.
|
private |
Definition at line 61 of file EvtValError.hh.