src
RecoVertex
VertexPrimitives
interface
VertexSmoother.h
Go to the documentation of this file.
1
#ifndef _VertexSmoother_H_
2
#define _VertexSmoother_H_
3
4
#include "
RecoVertex/VertexPrimitives/interface/CachingVertex.h
"
5
12
template
<
unsigned
int
N>
13
class
VertexSmoother
{
14
public
:
15
VertexSmoother
() {}
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.h
bphysicsOniaDQM_cfi.vertex
vertex
Definition:
bphysicsOniaDQM_cfi.py:7
VertexSmoother
Definition:
VertexSmoother.h:13
VertexSmoother::clone
virtual VertexSmoother * clone() const =0
VertexSmoother::VertexSmoother
VertexSmoother()
Definition:
VertexSmoother.h:15
CachingVertex
Definition:
CachingVertex.h:22
VertexSmoother::smooth
virtual CachingVertex< N > smooth(const CachingVertex< N > &vertex) const =0
VertexSmoother::~VertexSmoother
virtual ~VertexSmoother()
Definition:
VertexSmoother.h:16
Generated for CMSSW Reference Manual by
1.8.14