#include <KalmanVertexSmoother.h>
Public Member Functions | |
KalmanVertexSmoother () | |
Public Member Functions inherited from SequentialVertexSmoother< 5 > | |
SequentialVertexSmoother< N > * | clone () const override |
SequentialVertexSmoother (const VertexTrackUpdator< N > &vtu, const VertexSmoothedChiSquaredEstimator< N > &vse, const TrackToTrackCovCalculator< N > &covCalc) | |
SequentialVertexSmoother (const SequentialVertexSmoother< N > &smoother) | |
CachingVertex< N > | smooth (const CachingVertex< N > &vertex) const override |
const TrackToTrackCovCalculator< N > * | trackToTrackCovCalculator () const |
const VertexSmoothedChiSquaredEstimator< N > * | vertexSmoothedChiSquaredEstimator () const |
const VertexTrackUpdator< N > * | vertexTrackUpdator () const |
~SequentialVertexSmoother () override | |
Public Member Functions inherited from VertexSmoother< N > | |
VertexSmoother () | |
virtual | ~VertexSmoother () |
Additional Inherited Members | |
Public Types inherited from SequentialVertexSmoother< 5 > | |
typedef ReferenceCountingPointer< LinearizedTrackState< N > > | RefCountedLinearizedTrackState |
typedef ReferenceCountingPointer< RefittedTrackState< N > > | RefCountedRefittedTrackState |
typedef ReferenceCountingPointer< VertexTrack< N > > | RefCountedVertexTrack |
Definition at line 6 of file KalmanVertexSmoother.h.
KalmanVertexSmoother::KalmanVertexSmoother | ( | ) |
A standard vertex smoother: the SequentialVertexSmoother with standard Kalman tools.
Definition at line 6 of file KalmanVertexSmoother.cc.