Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
RecoVertex
VertexPrimitives
interface
VertexSmoother.h
Go to the documentation of this file.
1
#ifndef _VertexSmoother_H_
2
#define _VertexSmoother_H_
3
4
5
#include "
RecoVertex/VertexPrimitives/interface/CachingVertex.h
"
6
7
14
template
<
unsigned
int
N>
15
class
VertexSmoother
{
16
17
public
:
18
19
VertexSmoother
() {}
20
virtual
~VertexSmoother
() {}
21
25
virtual
CachingVertex<N>
smooth
(
const
CachingVertex<N>
& vertex)
const
= 0;
26
30
virtual
VertexSmoother
*
clone
()
const
= 0;
31
32
};
33
34
#endif
CachingVertex.h
VertexSmoother
Definition:
VertexSmoother.h:15
VertexSmoother::clone
virtual VertexSmoother * clone() const =0
VertexSmoother::VertexSmoother
VertexSmoother()
Definition:
VertexSmoother.h:19
CachingVertex
Definition:
CachingVertex.h:25
VertexSmoother::smooth
virtual CachingVertex< N > smooth(const CachingVertex< N > &vertex) const =0
VertexSmoother::~VertexSmoother
virtual ~VertexSmoother()
Definition:
VertexSmoother.h:20
Generated for CMSSW Reference Manual by
1.8.5