Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
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
{
6
return
vertex;
7
}
8
9
template
<
unsigned
int
N>
10
DummyVertexSmoother<N>
*
DummyVertexSmoother<N>::clone
()
const
11
{
12
return
new
DummyVertexSmoother
( *
this
);
13
}
14
15
template
class
DummyVertexSmoother<5>
;
16
template
class
DummyVertexSmoother<6>
;
DummyVertexSmoother
Definition:
DummyVertexSmoother.h:11
CachingVertex
Definition:
CachingVertex.h:25
DummyVertexSmoother::clone
DummyVertexSmoother * clone() const
Definition:
DummyVertexSmoother.cc:10
DummyVertexSmoother.h
DummyVertexSmoother::smooth
CachingVertex< N > smooth(const CachingVertex< N > &) const
Definition:
DummyVertexSmoother.cc:4
Generated for CMSSW Reference Manual by
1.8.5