FairRoot/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 |
Private Attributes | |
Double_t | fValue |
Double_t | fCovariance |
Definition at line 33 of file RhoDoubleErr.h.
|
inline |
Definition at line 38 of file RhoDoubleErr.h.
Referenced by operator*(), operator+(), operator-(), and operator/().
|
inline |
Definition at line 39 of file RhoDoubleErr.h.
Definition at line 40 of file RhoDoubleErr.h.
RhoDoubleErr::RhoDoubleErr | ( | const RhoDoubleErr & | original | ) |
Definition at line 30 of file RhoDoubleErr.cxx.
|
inlinevirtual |
Definition at line 46 of file RhoDoubleErr.h.
|
inline |
RhoDoubleErr RhoDoubleErr::operator* | ( | const RhoDoubleErr & | bde | ) |
RhoDoubleErr & RhoDoubleErr::operator*= | ( | const RhoDoubleErr & | bde | ) |
Definition at line 97 of file RhoDoubleErr.cxx.
RhoDoubleErr RhoDoubleErr::operator+ | ( | const RhoDoubleErr & | bde | ) |
RhoDoubleErr & RhoDoubleErr::operator+= | ( | const RhoDoubleErr & | bde | ) |
Definition at line 85 of file RhoDoubleErr.cxx.
RhoDoubleErr RhoDoubleErr::operator- | ( | ) |
RhoDoubleErr RhoDoubleErr::operator- | ( | const RhoDoubleErr & | bde | ) |
RhoDoubleErr & RhoDoubleErr::operator-= | ( | const RhoDoubleErr & | bde | ) |
Definition at line 91 of file RhoDoubleErr.cxx.
RhoDoubleErr RhoDoubleErr::operator/ | ( | const RhoDoubleErr & | bde | ) |
Definition at line 76 of file RhoDoubleErr.cxx.
References Double_t, fCovariance, fValue, and RhoDoubleErr().
RhoDoubleErr & RhoDoubleErr::operator/= | ( | const RhoDoubleErr & | bde | ) |
Definition at line 103 of file RhoDoubleErr.cxx.
|
inline |
RhoDoubleErr & RhoDoubleErr::operator= | ( | const RhoDoubleErr & | original | ) |
|
inline |
|
inline |
|
inline |
Definition at line 73 of file RhoDoubleErr.h.
|
inline |
|
private |
Definition at line 97 of file RhoDoubleErr.h.
Referenced by Covariance(), DetermineChisq(), operator*(), operator+(), operator-(), operator/(), operator=(), operator==(), and SetCovariance().
|
private |
Definition at line 96 of file RhoDoubleErr.h.
Referenced by DetermineChisq(), operator*(), operator+(), operator-(), operator/(), operator<(), operator=(), operator==(), SetValue(), and Value().