![]() |
PandaRoot
|
#include <RhoDoubleErr.h>
Public Member Functions | |
| RhoDoubleErr () | |
| RhoDoubleErr (Double_t val) | |
| RhoDoubleErr (Double_t val, Double_t cov) | |
| RhoDoubleErr (const RhoDoubleErr &) | |
| virtual | ~RhoDoubleErr () |
| RhoDoubleErr & | operator= (const RhoDoubleErr &) |
| Double_t | Value () const |
| Double_t | Covariance () const |
| Double_t | DetermineChisq (Double_t ref) const |
| RhoDoubleErr | operator- () |
| RhoDoubleErr | operator- (const RhoDoubleErr &) |
| RhoDoubleErr | operator+ (const RhoDoubleErr &) |
| RhoDoubleErr | operator* (const RhoDoubleErr &) |
| RhoDoubleErr | operator/ (const RhoDoubleErr &) |
| void | SetValue (Double_t val) |
| void | SetCovariance (Double_t cov) |
| RhoDoubleErr & | operator+= (const RhoDoubleErr &) |
| RhoDoubleErr & | operator-= (const RhoDoubleErr &) |
| RhoDoubleErr & | operator*= (const RhoDoubleErr &) |
| RhoDoubleErr & | operator/= (const RhoDoubleErr &) |
| Bool_t | operator== (const RhoDoubleErr &other) const |
| Bool_t | operator< (const RhoDoubleErr &other) const |
Definition at line 33 of file RhoDoubleErr.h.
|
inline |
Definition at line 36 of file RhoDoubleErr.h.
Referenced by RhoDoubleErr().
|
inline |
Definition at line 37 of file RhoDoubleErr.h.
|
inline |
Definition at line 38 of file RhoDoubleErr.h.
References RhoDoubleErr().
| RhoDoubleErr::RhoDoubleErr | ( | const RhoDoubleErr & | ) |
|
inlinevirtual |
|
inline |
Definition at line 51 of file RhoDoubleErr.h.
References DetermineChisq(), operator*(), operator+(), operator-(), and operator/().
| Double_t RhoDoubleErr::DetermineChisq | ( | Double_t | ref | ) | const |
Referenced by Covariance().
| RhoDoubleErr RhoDoubleErr::operator* | ( | const RhoDoubleErr & | ) |
Referenced by Covariance().
| RhoDoubleErr& RhoDoubleErr::operator*= | ( | const RhoDoubleErr & | ) |
Referenced by SetCovariance().
| RhoDoubleErr RhoDoubleErr::operator+ | ( | const RhoDoubleErr & | ) |
Referenced by Covariance().
| RhoDoubleErr& RhoDoubleErr::operator+= | ( | const RhoDoubleErr & | ) |
Referenced by SetCovariance().
| RhoDoubleErr RhoDoubleErr::operator- | ( | ) |
Referenced by Covariance().
| RhoDoubleErr RhoDoubleErr::operator- | ( | const RhoDoubleErr & | ) |
| RhoDoubleErr& RhoDoubleErr::operator-= | ( | const RhoDoubleErr & | ) |
Referenced by SetCovariance().
| RhoDoubleErr RhoDoubleErr::operator/ | ( | const RhoDoubleErr & | ) |
Referenced by Covariance().
| RhoDoubleErr& RhoDoubleErr::operator/= | ( | const RhoDoubleErr & | ) |
Referenced by SetCovariance().
|
inline |
Definition at line 77 of file RhoDoubleErr.h.
References operator<<().
| RhoDoubleErr& RhoDoubleErr::operator= | ( | const RhoDoubleErr & | ) |
Referenced by ~RhoDoubleErr().
|
inline |
Definition at line 76 of file RhoDoubleErr.h.
|
inline |
Definition at line 68 of file RhoDoubleErr.h.
References operator*=(), operator+=(), operator-=(), and operator/=().
|
inline |
Definition at line 67 of file RhoDoubleErr.h.
|
inline |
Definition at line 50 of file RhoDoubleErr.h.