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
src
RecoVertex
VertexPrimitives
interface
VertexTrackUpdator.h
Go to the documentation of this file.
1
#ifndef _VertexTrackUpdator_H_
2
#define _VertexTrackUpdator_H_
3
4
#include "
RecoVertex/VertexPrimitives/interface/CachingVertex.h
"
5
11
template
<
unsigned
int
N>
12
class
VertexTrackUpdator
{
13
public
:
17
virtual
typename
CachingVertex<N>::RefCountedVertexTrack
update
(
18
const
CachingVertex<N>
&
v
,
typename
CachingVertex<N>::RefCountedVertexTrack
t
)
const
= 0;
19
20
virtual
VertexTrackUpdator
*
clone
()
const
= 0;
21
virtual
~VertexTrackUpdator
(){};
22
};
23
24
#endif
CachingVertex.h
submitPVValidationJobs.t
string t
Definition:
submitPVValidationJobs.py:650
findQualityFiles.v
v
Definition:
findQualityFiles.py:179
VertexTrackUpdator::update
virtual CachingVertex< N >::RefCountedVertexTrack update(const CachingVertex< N > &v, typename CachingVertex< N >::RefCountedVertexTrack t) const =0
ReferenceCountingPointer
Definition:
ReferenceCounted.h:60
VertexTrackUpdator::clone
virtual VertexTrackUpdator * clone() const =0
CachingVertex
Definition:
CachingVertex.h:22
VertexTrackUpdator
Definition:
VertexTrackUpdator.h:12
VertexTrackUpdator::~VertexTrackUpdator
virtual ~VertexTrackUpdator()
Definition:
VertexTrackUpdator.h:21
Generated for CMSSW Reference Manual by
1.8.14