RecoVertex
VertexTools
src
DummyVertexSmoother.cc
Go to the documentation of this file.
1
#include "
RecoVertex/VertexTools/interface/DummyVertexSmoother.h
"
2
3
template
<
unsigned
int
N>
4
CachingVertex<N>
DummyVertexSmoother<N>::smooth
(
const
CachingVertex<N>
&
vertex
)
const
{
5
return
vertex
;
6
}
7
8
template
<
unsigned
int
N>
9
DummyVertexSmoother<N>
*
DummyVertexSmoother<N>::clone
()
const
{
10
return
new
DummyVertexSmoother
(*
this
);
11
}
12
13
template
class
DummyVertexSmoother<5>
;
14
template
class
DummyVertexSmoother<6>
;
DummyVertexSmoother::clone
DummyVertexSmoother * clone() const override
Definition:
DummyVertexSmoother.cc:9
bphysicsOniaDQM_cfi.vertex
vertex
Definition:
bphysicsOniaDQM_cfi.py:7
DummyVertexSmoother::smooth
CachingVertex< N > smooth(const CachingVertex< N > &) const override
Definition:
DummyVertexSmoother.cc:4
DummyVertexSmoother
Definition:
DummyVertexSmoother.h:11
CachingVertex
Definition:
CachingVertex.h:22
DummyVertexSmoother.h
Generated for CMSSW Reference Manual by
1.8.14