CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/RecoVertex/VertexTools/interface/DummyVertexSmoother.h

Go to the documentation of this file.
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