CMS 3D CMS Logo

VertexSmoother.h
Go to the documentation of this file.
1 #ifndef _VertexSmoother_H_
2 #define _VertexSmoother_H_
3 
5 
12 template <unsigned int N>
14 public:
16  virtual ~VertexSmoother() {}
17 
21  virtual CachingVertex<N> smooth(const CachingVertex<N>& vertex) const = 0;
22 
26  virtual VertexSmoother* clone() const = 0;
27 };
28 
29 #endif
CachingVertex
Definition: CachingVertex.h:22
CachingVertex.h
VertexSmoother::smooth
virtual CachingVertex< N > smooth(const CachingVertex< N > &vertex) const =0
bphysicsOniaDQM_cfi.vertex
vertex
Definition: bphysicsOniaDQM_cfi.py:7
VertexSmoother::VertexSmoother
VertexSmoother()
Definition: VertexSmoother.h:15
VertexSmoother::~VertexSmoother
virtual ~VertexSmoother()
Definition: VertexSmoother.h:16
VertexSmoother::clone
virtual VertexSmoother * clone() const =0
VertexSmoother
Definition: VertexSmoother.h:13