GooFit
v2.1.3
|
#include <Uncertain.h>
Public Member Functions | |
Uncertain (fptype value, fptype uncertainty=0) | |
Uncertain (const Variable &val) | |
fptype | get_value () const |
fptype | get_uncertainty () const |
fptype | get_relative_uncertainty () const |
bool | operator== (const Uncertain &other) const |
bool | operator!= (const Uncertain &other) const |
Uncertain | operator+ (const Uncertain &other) const |
Uncertain | operator- (const Uncertain &other) const |
Uncertain | operator* (const Uncertain &other) const |
Uncertain | operator* (fptype other) const |
Allow int and float multiplies. More... | |
Uncertain | operator/ (const Uncertain &other) const |
Uncertain | operator/ (const fptype &other) const |
Definition at line 36 of file Uncertain.h.
Definition at line 43 of file Uncertain.h.
Referenced by operator*(), GooFit::operator*(), operator+(), operator-(), and operator/().
|
inline |
Definition at line 50 of file Uncertain.h.
|
inline |
Definition at line 58 of file Uncertain.h.
Referenced by operator*(), and operator/().
|
inline |
Definition at line 56 of file Uncertain.h.
Referenced by GooFit::format_arg(), GooFit::operator*(), and GooFit::operator<<().
|
inline |
Definition at line 54 of file Uncertain.h.
Referenced by GooFit::format_arg(), GooFit::operator*(), and GooFit::operator<<().
|
inline |
Definition at line 65 of file Uncertain.h.
References operator==().
Definition at line 76 of file Uncertain.h.
References get_relative_uncertainty(), and Uncertain().
Definition at line 83 of file Uncertain.h.
References get_relative_uncertainty(), and Uncertain().
|
inline |
Definition at line 61 of file Uncertain.h.
Referenced by operator!=().