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
Definition: DummyVertexSmoother.h:11
CachingVertex
Definition: CachingVertex.h:22
DummyVertexSmoother::smooth
CachingVertex< N > smooth(const CachingVertex< N > &) const override
Definition: DummyVertexSmoother.cc:4
DummyVertexSmoother::clone
DummyVertexSmoother * clone() const override
Definition: DummyVertexSmoother.cc:9
VertexSmoother.h
VertexSmoother
Definition: VertexSmoother.h:13