#include <KalmanVertexSmoother.h>
Public Member Functions | |
KalmanVertexSmoother () | |
Public Member Functions inherited from SequentialVertexSmoother< 5 > | |
virtual SequentialVertexSmoother< N > * | clone () const |
SequentialVertexSmoother (const VertexTrackUpdator< N > &vtu, const VertexSmoothedChiSquaredEstimator< N > &vse, const TrackToTrackCovCalculator< N > &covCalc) | |
SequentialVertexSmoother (const SequentialVertexSmoother< N > &smoother) | |
virtual CachingVertex< N > | smooth (const CachingVertex< N > &vertex) const |
const TrackToTrackCovCalculator< N > * | trackToTrackCovCalculator () const |
const VertexSmoothedChiSquaredEstimator < N > * | vertexSmoothedChiSquaredEstimator () const |
const VertexTrackUpdator< N > * | vertexTrackUpdator () const |
virtual | ~SequentialVertexSmoother () |
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.