21 obj = (
RhoVector3Err* ) buf.ReadObject ( RhoVector3Err::Class() );
40 fCovMatrix ( v.CovMatrix() ) {}
49 TVector3::operator= ( v );
77 TVector3::Transform ( rot );
119 temp ( 0 ) = refVector.X()-this->
X();
120 temp ( 1 ) = refVector.Y()-this->
Y();
121 temp ( 2 ) = refVector.Z()-this->
Z();
128 RhoVector3Err ve ( TVector3 ( v.X() +w.X(),v.Y() +w.Y(),v.Z() +w.Z() ),
135 RhoVector3Err ve ( TVector3 ( v.X()-w.X(),v.Y()-w.Y(),v.Z()-w.Z() ),
146 stream << (
const TVector3& ) verr
155 stream >> verr >> mat;
std::ostream & operator<<(std::ostream &stream, const RhoVector3Err &verr)
Double_t DetermineChisq(TVectorD &diff)
void SetCovMatrix(const RhoError &v)
std::istream & operator>>(std::istream &stream, RhoVector3Err &verr)
RhoVector3Err & operator+=(const RhoVector3Err &v)
friend void operator+=(F32vec1 &a, const F32vec1 &b)
RhoVector3Err & operator-=(const RhoVector3Err &v)
ClassImp(RhoVector3Err) TBuffer &operator>>(TBuffer &buf
friend void operator-=(F32vec1 &a, const F32vec1 &b)
Double_t DetermineChisq(const TVector3 &refVector)
RhoVector3Err & operator-()
RhoVector3Err & operator=(const RhoVector3Err &v)
RhoVector3Err & Transform(const TRotation &rot)
RhoError Similarity(const TMatrixD &m1) const
RhoVector3Err operator-(const RhoVector3Err &v, const RhoVector3Err &w)
const RhoError & CovMatrix() const
RhoVector3Err operator+(const RhoVector3Err &v, const RhoVector3Err &w)