Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef KalmanVertexSmoother_H
0002 #define KalmanVertexSmoother_H
0003 
0004 #include "RecoVertex/VertexTools/interface/SequentialVertexSmoother.h"
0005 
0006 class KalmanVertexSmoother : public SequentialVertexSmoother<5> {
0007   /**
0008    *  A standard vertex smoother: the SequentialVertexSmoother
0009    *  with standard Kalman tools.
0010    */
0011 public:
0012   KalmanVertexSmoother();
0013 };
0014 
0015 #endif