StRoot
1
|
Public Member Functions | |
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 |
Definition at line 20 of file EvtValError.hh.