CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_2_SLHC2_patch1/src/RecoVertex/KalmanVertexFit/interface/KalmanVertexSmoother.h

Go to the documentation of this file.
00001 #ifndef KalmanVertexSmoother_H
00002 #define KalmanVertexSmoother_H
00003 
00004 #include "RecoVertex/VertexTools/interface/SequentialVertexSmoother.h"
00005 
00006 class KalmanVertexSmoother : public SequentialVertexSmoother<5> {
00011 public:
00012   KalmanVertexSmoother();
00013 };
00014 
00015 #endif