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
VertexPrimitives
interface
VertexSmoother.h
Go to the documentation of this file.
1
#ifndef _VertexSmoother_H_
2
#define _VertexSmoother_H_
3
4
#include "
RecoVertex/VertexPrimitives/interface/CachingVertex.h
"
5
12
template
<
unsigned
int
N>
13
class
VertexSmoother
{
14
public
:
15
VertexSmoother
() {}
16
virtual
~VertexSmoother
() {}
17
21
virtual
CachingVertex<N>
smooth
(
const
CachingVertex<N>
&
vertex
)
const
= 0;
22
26
virtual
VertexSmoother
*
clone
()
const
= 0;
27
};
28
29
#endif
CachingVertex.h
bphysicsOniaDQM_cfi.vertex
vertex
Definition:
bphysicsOniaDQM_cfi.py:7
VertexSmoother
Definition:
VertexSmoother.h:13
VertexSmoother::clone
virtual VertexSmoother * clone() const =0
VertexSmoother::VertexSmoother
VertexSmoother()
Definition:
VertexSmoother.h:15
CachingVertex
Definition:
CachingVertex.h:22
VertexSmoother::smooth
virtual CachingVertex< N > smooth(const CachingVertex< N > &vertex) const =0
VertexSmoother::~VertexSmoother
virtual ~VertexSmoother()
Definition:
VertexSmoother.h:16
Generated for CMSSW Reference Manual by
1.8.14