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
KalmanVertexFit
interface
KalmanTrackToTrackCovCalculator.h
Go to the documentation of this file.
1
#ifndef KalmanTrackToTrackCovCalculator_H
2
#define KalmanTrackToTrackCovCalculator_H
3
4
#include "
RecoVertex/VertexPrimitives/interface/TrackToTrackCovCalculator.h
"
5
#include "
RecoVertex/VertexPrimitives/interface/CachingVertex.h
"
6
12
template
<
unsigned
int
N>
13
class
KalmanTrackToTrackCovCalculator
:
public
TrackToTrackCovCalculator
<N> {
14
public
:
15
typedef
typename
CachingVertex<N>::RefCountedVertexTrack
RefCountedVertexTrack
;
16
17
KalmanTrackToTrackCovCalculator
() {}
18
26
typename
CachingVertex<N>::TrackToTrackMap
operator()
(
const
CachingVertex<N>
&
vertex
)
const override
;
27
28
KalmanTrackToTrackCovCalculator
*
clone
()
const override
{
return
new
KalmanTrackToTrackCovCalculator
(*
this
); }
29
};
30
31
#endif
CachingVertex.h
bphysicsOniaDQM_cfi.vertex
vertex
Definition:
bphysicsOniaDQM_cfi.py:7
TrackToTrackCovCalculator
Definition:
TrackToTrackCovCalculator.h:15
TrackToTrackCovCalculator.h
KalmanTrackToTrackCovCalculator::operator()
CachingVertex< N >::TrackToTrackMap operator()(const CachingVertex< N > &vertex) const override
Definition:
KalmanTrackToTrackCovCalculator.cc:5
ReferenceCountingPointer
Definition:
ReferenceCounted.h:60
KalmanTrackToTrackCovCalculator::clone
KalmanTrackToTrackCovCalculator * clone() const override
Definition:
KalmanTrackToTrackCovCalculator.h:28
CachingVertex
Definition:
CachingVertex.h:22
KalmanTrackToTrackCovCalculator
Definition:
KalmanTrackToTrackCovCalculator.h:13
KalmanTrackToTrackCovCalculator::KalmanTrackToTrackCovCalculator
KalmanTrackToTrackCovCalculator()
Definition:
KalmanTrackToTrackCovCalculator.h:17
KalmanTrackToTrackCovCalculator::RefCountedVertexTrack
CachingVertex< N >::RefCountedVertexTrack RefCountedVertexTrack
Definition:
KalmanTrackToTrackCovCalculator.h:15
CachingVertex::TrackToTrackMap
std::map< RefCountedVertexTrack, TrackMap > TrackToTrackMap
Definition:
CachingVertex.h:28
Generated for CMSSW Reference Manual by
1.8.14