#include <RecoVertex/KalmanVertexFit/interface/KalmanVertexSmoother.h>
Public Member Functions | |
KalmanVertexSmoother () | |
A standard vertex smoother: the SequentialVertexSmoother with standard Kalman tools. |
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.
References GenMuonPlsPt100GeV_cfg::cout.
00006 : SequentialVertexSmoother<5> ( 00007 KalmanVertexTrackUpdator<5>(), KalmanSmoothedVertexChi2Estimator<5>(), 00008 KalmanTrackToTrackCovCalculator<5> () ) 00009 { cout << "In KalmanVertexSmoother::KalmanVertexSmoother()";}