CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_2_SLHC2_patch1/src/RecoVertex/KalmanVertexFit/src/KalmanVertexSmoother.cc

Go to the documentation of this file.
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 {}