test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MeasurementExtractor.cc
Go to the documentation of this file.
2 
6  return H*par5;
7 }
8 
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:49
const LocalTrajectoryParameters & localParameters() const
AlgebraicVector measuredParameters(const TrackingRecHit &)
AlgebraicVector5 vector() const
CLHEP::HepMatrix AlgebraicMatrix
AlgebraicSymMatrix measuredError(const TrackingRecHit &)
const AlgebraicSymMatrix55 & matrix() const
const LocalTrajectoryError & localError() const
CLHEP::HepVector AlgebraicVector
const TrajectoryStateOnSurface & theTSoS
virtual AlgebraicMatrix projectionMatrix() const =0
CLHEP::HepSymMatrix AlgebraicSymMatrix
CLHEP::HepVector asHepVector(const ROOT::Math::SVector< double, N > &v)
Definition: Migration.h:43