FairRoot/PandaRoot
|
#include <RhoError.h>
Public Member Functions | |
RhoError (Int_t n, Double_t init=0.0) | |
RhoError (const TMatrixD &p) | |
RhoError (const RhoError &v) | |
RhoError & | operator= (const RhoError &v) |
RhoError & | operator= (const TMatrixD &v) |
virtual | ~RhoError () |
Double_t | DetermineChisq (TVectorD &diff) |
RhoError & | operator*= (Double_t t) |
RhoError & | operator- () |
RhoError | Similarity (const TMatrixD &m1) const |
RhoError & | SimilarityWith (const RhoError &m, const TMatrixD &m1) |
RhoError | Similarity (const TRotation &rot) const |
RhoError | Similarity (const TLorentzRotation &rot) const |
Double_t | Similarity (TVectorD &m1) |
TMatrixD | SimilarityT (TMatrixD &m1) |
Static Public Attributes | |
static const Double_t | chisqUndef = -1. |
Friends | |
RhoError | operator* (Double_t t, const RhoError &m1) |
RhoError | operator* (const RhoError &m1, Double_t t) |
RhoError | operator+ (const RhoError &m1, const RhoError &m2) |
RhoError | operator- (const RhoError &m1, const RhoError &m2) |
std::ostream & | operator<< (std::ostream &out, const RhoError &mat) |
std::istream & | operator>> (std::istream &in, RhoError &mat) |
Definition at line 34 of file RhoError.h.
RhoError::RhoError | ( | Int_t | n, |
Double_t | init = 0.0 |
||
) |
Definition at line 25 of file RhoError.cxx.
RhoError::RhoError | ( | const TMatrixD & | p | ) |
Definition at line 41 of file RhoError.cxx.
RhoError::RhoError | ( | const RhoError & | v | ) |
Definition at line 34 of file RhoError.cxx.
|
inlinevirtual |
Definition at line 56 of file RhoError.h.
Double_t RhoError::DetermineChisq | ( | TVectorD & | diff | ) |
Definition at line 166 of file RhoError.cxx.
References Double_t, i, and SimilarityT().
Referenced by RhoVector3Err::DetermineChisq(), and RhoLorentzVectorErr::DetermineChisq().
RhoError & RhoError::operator- | ( | ) |
Definition at line 81 of file RhoError.cxx.
Definition at line 47 of file RhoError.cxx.
Definition at line 54 of file RhoError.cxx.
Definition at line 104 of file RhoError.cxx.
References SimilarityWith().
Referenced by RhoCandidate::Set(), Similarity(), RhoVector3Err::Transform(), and RhoLorentzVectorErr::Transform().
RhoError RhoError::Similarity | ( | const TRotation & | rot | ) | const |
RhoError RhoError::Similarity | ( | const TLorentzRotation & | rot | ) | const |
Double_t RhoError::Similarity | ( | TVectorD & | m1 | ) |
Definition at line 278 of file RhoError.cxx.
References c, Double_t, i, n, and r.
Referenced by DetermineChisq().
Definition at line 140 of file RhoError.cxx.
References c, Double_t, and r.
Referenced by Similarity().
Definition at line 213 of file RhoError.cxx.
Definition at line 222 of file RhoError.cxx.
Definition at line 245 of file RhoError.cxx.
Definition at line 255 of file RhoError.cxx.
|
friend |
Definition at line 179 of file RhoError.cxx.
|
friend |
Definition at line 186 of file RhoError.cxx.
|
static |
Definition at line 39 of file RhoError.h.