CepGen 1.2.5
Central exclusive processes event generator
|
A scalar value with its uncertainty. More...
#include <CepGen/Utils/Value.h>
Public Member Functions | |
Value (double val=0., double unc=0.) | |
operator double () const | |
Central value extraction. | |
double | uncertainty () const |
Absolute uncertainty around the central value. | |
double | relativeUncertainty () const |
Relative uncertainty around the central value. | |
bool | operator< (const Value &oth) const |
Comparison operator. | |
Value | operator+ (const Value &) const |
template<typename T > | |
Value | operator+ (T cst) const |
Value | operator- (const Value &) const |
template<typename T > | |
Value | operator- (T cst) const |
Value | operator* (const Value &) const |
template<typename T > | |
Value | operator* (T cst) const |
Value | operator/ (const Value &) const |
template<typename T > | |
Value | operator/ (T cst) const |
Friends | |
std::ostream & | operator<< (std::ostream &, const Value &) |