ATLAS Offline Software
|
simple struct to hold a value and it's associated uncertainty. More...
#include <StatVal.h>
Public Member Functions | |
StatVal () | |
StatVal (double v) | |
StatVal (double v, double e) | |
StatVal | operator*= (const double &d) |
StatVal | operator* (const double &d) const |
StatVal | operator/ (const double &d) const |
Public Attributes | |
double | value |
double | error |
simple struct to hold a value and it's associated uncertainty.
|
inline |
|
inline |