#include <MeasurementExtractor.h>
Public Member Functions | |
AlgebraicSymMatrix | measuredError (const TrackingRecHit &) |
template<unsigned int D> | |
AlgebraicROOTObject< D >::SymMatrix | measuredError (const TrackingRecHit &hit) |
AlgebraicVector | measuredParameters (const TrackingRecHit &) |
template<unsigned int D> | |
AlgebraicROOTObject< D >::Vector | measuredParameters (const TrackingRecHit &hit) |
MeasurementExtractor (const TrajectoryStateOnSurface &aTSoS) | |
Private Attributes | |
const TrajectoryStateOnSurface & | theTSoS |
Extracts the subset of TrajectoryState parameters and errors that correspond to the parameters measured by a RecHit.
Definition at line 12 of file MeasurementExtractor.h.
|
inline |
Definition at line 15 of file MeasurementExtractor.h.
References measuredError(), and measuredParameters().
AlgebraicSymMatrix MeasurementExtractor::measuredError | ( | const TrackingRecHit & | hit | ) |
Definition at line 9 of file MeasurementExtractor.cc.
References asHepMatrix(), class-composition::H, TrajectoryStateOnSurface::localError(), LocalTrajectoryError::matrix(), TrackingRecHit::projectionMatrix(), and theTSoS.
Referenced by CkfDebugger::analyseRecHitExistance(), TestTrackHits::computeChi2Increment(), CkfDebugger::computePulls(), and MeasurementExtractor().
|
inline |
Definition at line 33 of file MeasurementExtractor.h.
References class-composition::H, TrajectoryStateOnSurface::localError(), LocalTrajectoryError::matrix(), TrackingRecHit::projectionMatrix(), and theTSoS.
AlgebraicVector MeasurementExtractor::measuredParameters | ( | const TrackingRecHit & | hit | ) |
Definition at line 3 of file MeasurementExtractor.cc.
References asHepVector(), class-composition::H, TrajectoryStateOnSurface::localParameters(), TrackingRecHit::projectionMatrix(), theTSoS, and LocalTrajectoryParameters::vector().
Referenced by CkfDebugger::analyseRecHitExistance(), TestTrackHits::computeChi2Increment(), CkfDebugger::computePulls(), and MeasurementExtractor().
|
inline |
Definition at line 26 of file MeasurementExtractor.h.
References class-composition::H, TrajectoryStateOnSurface::localParameters(), TrackingRecHit::projectionMatrix(), theTSoS, and LocalTrajectoryParameters::vector().
|
private |
Definition at line 41 of file MeasurementExtractor.h.
Referenced by measuredError(), and measuredParameters().