#include <TrajectoryStateUpdator.h>
Public Member Functions | |
virtual TrajectoryStateUpdator * | clone () const =0 |
TrajectoryStateUpdator () | |
virtual TrajectoryStateOnSurface | update (const TrajectoryStateOnSurface &, const TrackingRecHit &) const =0 |
virtual | ~TrajectoryStateUpdator () |
The TrajectoryState updator is a basic track fititng component that combines the information from a measurement (a RecHit) and a predicted TrajectoryState, as in the Kalman filter formalism. The actual implementation need not be a Kalman filter (but usually is).
Definition at line 14 of file TrajectoryStateUpdator.h.
|
inline |
Definition at line 16 of file TrajectoryStateUpdator.h.
|
inlinevirtual |
Definition at line 17 of file TrajectoryStateUpdator.h.
|
pure virtual |
Implemented in KFUpdator, KFSwitching1DUpdator, KFStrip1DUpdator, and GsfMultiStateUpdator.
|
pure virtual |
Implemented in KFUpdator, KFSwitching1DUpdator, KFStrip1DUpdator, and GsfMultiStateUpdator.
Referenced by progressbar.ProgressBar::__next__(), MatrixUtil.Matrix::__setitem__(), MatrixUtil.Steps::__setitem__(), OutsideInMuonSeeder::doLayer(), progressbar.ProgressBar::finish(), GsfTrajectoryFitter::fitOne(), KFTrajectoryFitter::fitOne(), MatrixUtil.Steps::overwrite(), DynamicTruncation::preliminaryFit(), SeedingOTEDProducer::propagateAndUpdate(), TSGForRoadSearch::pushTrajectorySeed(), SeedingOTEDProducer::run(), BaseCkfTrajectoryBuilder::seedMeasurements(), TSGFromPropagation::trackerSeeds(), FastTSGFromPropagation::trackerSeeds(), GsfTrajectorySmoother::trajectory(), KFTrajectorySmoother::trajectory(), MuonTrajectoryUpdator::update(), DynamicTruncation::update(), CkfTrajectoryBuilder::updateTrajectory(), DynamicTruncation::updateWithCSChits(), and DynamicTruncation::updateWithDThits().