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