Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
+
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Properties
_
a
c
d
e
f
l
m
o
p
s
t
u
v
+
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
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