CMS 3D CMS Logo

MeasurementExtractor.cc
Go to the documentation of this file.
2 
5  AlgebraicMatrix H(hit.projectionMatrix());
6  return H * par5;
7 }
8 
11  AlgebraicMatrix H(hit.projectionMatrix());
12  // return AlgebraicSymMatrix( H * err5 * H.T());
13  return err5.similarity(H);
14 }
CLHEP::HepMatrix asHepMatrix(const ROOT::Math::SMatrix< double, N1, N2, typename ROOT::Math::MatRepStd< double, N1, N2 > > &rm)
Definition: Migration.h:60
const LocalTrajectoryError & localError() const
AlgebraicVector measuredParameters(const TrackingRecHit &)
const LocalTrajectoryParameters & localParameters() const
CLHEP::HepMatrix AlgebraicMatrix
AlgebraicSymMatrix measuredError(const TrackingRecHit &)
AlgebraicVector5 vector() const
CLHEP::HepVector AlgebraicVector
const TrajectoryStateOnSurface & theTSoS
const AlgebraicSymMatrix55 & matrix() const
CLHEP::HepSymMatrix AlgebraicSymMatrix
CLHEP::HepVector asHepVector(const ROOT::Math::SVector< double, N > &v)
Definition: Migration.h:53