00001 #ifndef _DummyVertexSmoother_H_ 00002 #define _DummyVertexSmoother_H_ 00003 00004 #include "RecoVertex/VertexPrimitives/interface/VertexSmoother.h" 00005 00010 template <unsigned int N> 00011 class DummyVertexSmoother : public VertexSmoother<N> { 00012 public: 00013 CachingVertex<N> smooth(const CachingVertex<N> & ) const; 00014 DummyVertexSmoother * clone() const; 00015 }; 00016 00017 #endif