25 Chi2 myChi2(leftMatrix, rightMatrix, errors);
55 (*result)(real*3,0) = (*
p)(0,0);
56 (*result)(real*3+1,0) = (*
p)(1,0);
57 (*result)(real*3+2,0) = (*
p)(2,0);
71 double rmsn = 1.0/((*p)(0,0)*(*
p)(0,0));
72 (*result)(real*3,real*3) = rmsn;
73 (*result)(real*3+1,real*3+1) = rmsn;
74 (*result)(real*3+2,real*3+2) = rmsn;
87 (*result)(real*3,0)= 1.0;
88 (*result)(real*3,3) = (*
p)(1,0);
89 (*result)(real*3,4) = (*
p)(2,0);
90 (*result)(real*3+1,1) = 1.0;
91 (*result)(real*3+1,3) = -(*
p)(0,0);
92 (*result)(real*3+1,5) = (*
p)(2,0);
93 (*result)(real*3+2,2) = 1.0;
94 (*result)(real*3+2,4) = -(*
p)(0,0);
95 (*result)(real*3+2,5) = -(*
p)(1,0);
104 flujo << obj.
getId() <<
" " DTSurveyChamber(int, int, int, long)
std::vector< TMatrixD > points
float getDeltaZError() const
float getDeltaYError() const
std::vector< TMatrixD > pointsError
int getNumberPoints() const
TMatrixD & getCovariance()
float getDeltaXError() const
std::vector< TMatrixD > pointsTheoretical
void addPoint(int, const TMatrixD &, const TMatrixD &, const TMatrixD &)
float getAlphaError() const
float getGammaError() const
std::ostream & operator<<(std::ostream &flujo, const DTSurveyChamber &obj)
float getBetaError() const
std::vector< TMatrixD > pointsDiff