1 #ifndef CSCSegment_CSCSegFit_h 2 #define CSCSegment_CSCSegFit_h 24 #include <Math/Functions.h> 25 #include <Math/SVector.h> 26 #include <Math/SMatrix.h> 37 typedef ROOT::Math::SMatrix<double, 12, 12, ROOT::Math::MatRepSym<double, 12> >
SMatrixSym12;
43 typedef ROOT::Math::SMatrix<double, 4>
SMatrix4;
44 typedef ROOT::Math::SMatrix<double, 4, 4, ROOT::Math::MatRepSym<double, 4> >
SMatrixSym4;
47 typedef ROOT::Math::SMatrix<double, 2, 2, ROOT::Math::MatRepSym<double, 2> >
SMatrixSym2;
50 typedef ROOT::Math::SVector<double, 4>
SVector4;
70 float xfit(
float z)
const;
71 float yfit(
float z)
const;
74 float xdev(
float x,
float z)
const;
75 float ydev(
float y,
float z)
const;
76 float Rdev(
float x,
float y,
float z)
const;
ROOT::Math::SMatrix< double, 12, 12, ROOT::Math::MatRepSym< double, 12 > > SMatrixSym12
ROOT::Math::SMatrix< double, 4, 4, ROOT::Math::MatRepSym< double, 4 > > SMatrixSym4
AlgebraicSymMatrix flipErrors(const SMatrixSym4 &)
LocalPoint intercept() const
CSCSegFit(const CSCChamber *csc, CSCSetOfHits hits)
float ydev(float y, float z) const
ROOT::Math::SVector< double, 4 > SVector4
float yfit(float z) const
ROOT::Math::SMatrix< double, 2, 2, ROOT::Math::MatRepSym< double, 2 > > SMatrixSym2
const CSCChamber * chamber() const
ROOT::Math::SMatrix< double, 4 > SMatrix4
const CSCChamber * chamber_
float xdev(float x, float z) const
AlgebraicSymMatrix covarianceMatrix(void)
std::vector< const CSCRecHit2D * > CSCSetOfHits
void setScaleXError(double factor)
SMatrixSym12 weightMatrix(void)
float xfit(float z) const
SMatrix12by4 derivativeMatrix(void)
CLHEP::HepSymMatrix AlgebraicSymMatrix
ROOT::Math::SMatrix< double, 12, 4 > SMatrix12by4
LocalVector localdir() const
CSCSetOfHits hits(void) const
double scaleXError(void) const
float Rdev(float x, float y, float z) const