src
RecoVertex
VertexTools
interface
DummyVertexSmoother.h
Go to the documentation of this file.
1
#ifndef _DummyVertexSmoother_H_
2
#define _DummyVertexSmoother_H_
3
4
#include "
RecoVertex/VertexPrimitives/interface/VertexSmoother.h
"
5
10
template
<
unsigned
int
N>
11
class
DummyVertexSmoother
:
public
VertexSmoother
<N> {
12
public
:
13
CachingVertex<N>
smooth
(
const
CachingVertex<N>
&)
const override
;
14
DummyVertexSmoother
*
clone
()
const override
;
15
};
16
17
#endif
DummyVertexSmoother::clone
DummyVertexSmoother * clone() const override
Definition:
DummyVertexSmoother.cc:9
DummyVertexSmoother::smooth
CachingVertex< N > smooth(const CachingVertex< N > &) const override
Definition:
DummyVertexSmoother.cc:4
DummyVertexSmoother
Definition:
DummyVertexSmoother.h:11
VertexSmoother
Definition:
VertexSmoother.h:13
CachingVertex
Definition:
CachingVertex.h:22
VertexSmoother.h
Generated for CMSSW Reference Manual by
1.8.14