CMS 3D CMS Logo

DummyVertexSmoother.h
Go to the documentation of this file.
1 #ifndef _DummyVertexSmoother_H_
2 #define _DummyVertexSmoother_H_
3 
5 
10 template <unsigned int N>
12 public:
13  CachingVertex<N> smooth(const CachingVertex<N>&) const override;
14  DummyVertexSmoother* clone() const override;
15 };
16 
17 #endif
DummyVertexSmoother * clone() const override
CachingVertex< N > smooth(const CachingVertex< N > &) const override