1 #ifndef MeasurementExtractor_H 2 #define MeasurementExtractor_H 24 template <
unsigned int D>
28 Mat
H = asSMatrix<D, 5>(
hit.projectionMatrix());
32 template <
unsigned int D>
36 Mat
H = asSMatrix<D, 5>(
hit.projectionMatrix());
37 return ROOT::Math::Similarity(
H, err5);
const LocalTrajectoryError & localError() const
ROOT::Math::SMatrix< double, D1, D1, ROOT::Math::MatRepSym< double, D1 > > SymMatrix
const LocalTrajectoryParameters & localParameters() const
ROOT::Math::SMatrix< double, D1, D2, ROOT::Math::MatRepStd< double, D1, D2 > > Matrix
AlgebraicVector5 vector() const
ROOT::Math::SVector< double, 5 > AlgebraicVector5
CLHEP::HepVector AlgebraicVector
ROOT::Math::SMatrix< double, 5, 5, ROOT::Math::MatRepSym< double, 5 > > AlgebraicSymMatrix55
ROOT::Math::SVector< double, D1 > Vector
const AlgebraicSymMatrix55 & matrix() const
CLHEP::HepSymMatrix AlgebraicSymMatrix