Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:29:09

0001 #include "RecoVertex/KalmanVertexFit/interface/KalmanVertexSmoother.h"
0002 #include "RecoVertex/KalmanVertexFit/interface/KalmanVertexTrackUpdator.h"
0003 #include "RecoVertex/KalmanVertexFit/interface/KalmanSmoothedVertexChi2Estimator.h"
0004 #include "RecoVertex/KalmanVertexFit/interface/KalmanTrackToTrackCovCalculator.h"
0005 
0006 KalmanVertexSmoother::KalmanVertexSmoother()
0007     : SequentialVertexSmoother<5>(
0008           KalmanVertexTrackUpdator<5>(), KalmanSmoothedVertexChi2Estimator<5>(), KalmanTrackToTrackCovCalculator<5>()) {
0009 }