00001 #include "RecoVertex/KalmanVertexFit/interface/KalmanVertexSmoother.h" 00002 #include "RecoVertex/KalmanVertexFit/interface/KalmanVertexTrackUpdator.h" 00003 #include "RecoVertex/KalmanVertexFit/interface/KalmanSmoothedVertexChi2Estimator.h" 00004 #include "RecoVertex/KalmanVertexFit/interface/KalmanTrackToTrackCovCalculator.h" 00005 00006 KalmanVertexSmoother::KalmanVertexSmoother() : SequentialVertexSmoother<5> ( 00007 KalmanVertexTrackUpdator<5>(), KalmanSmoothedVertexChi2Estimator<5>(), 00008 KalmanTrackToTrackCovCalculator<5> () ) 00009 {}