#include <VertexTrackUpdator.h>
Public Member Functions | |
virtual VertexTrackUpdator * | clone () const =0 |
virtual CachingVertex< N >::RefCountedVertexTrack | update (const CachingVertex< N > &v, typename CachingVertex< N >::RefCountedVertexTrack t) const =0 |
virtual | ~VertexTrackUpdator () |
Pure abstract base class for VertexTrackUpdators. Improves the track parameters at the vertex using the vertex constraint.
Definition at line 12 of file VertexTrackUpdator.h.
|
inlinevirtual |
Definition at line 21 of file VertexTrackUpdator.h.
|
pure virtual |
Implemented in KalmanVertexTrackUpdator< N >, KalmanVertexTrackUpdator< 5 >, and DummyVertexTrackUpdator< N >.
|
pure virtual |
Computes the constrained track parameters
Implemented in DummyVertexTrackUpdator< N >.
Referenced by progressbar.ProgressBar::__next__(), MatrixUtil.Matrix::__setitem__(), MatrixUtil.Steps::__setitem__(), progressbar.ProgressBar::finish(), and MatrixUtil.Steps::overwrite().