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
SimDataFormats
Associations
interface
TrackAssociation.h
Go to the documentation of this file.
1
#ifndef TrackAssociation_h
2
#define TrackAssociation_h
3
4
#include "
DataFormats/TrackCandidate/interface/TrackCandidateCollection.h
"
5
#include "
DataFormats/TrackReco/interface/Track.h
"
6
#include "
DataFormats/TrackReco/interface/TrackFwd.h
"
7
#include "
DataFormats/TrajectorySeed/interface/TrajectorySeed.h
"
8
#include "
SimDataFormats/TrackingAnalysis/interface/TrackingParticle.h
"
9
#include "
SimDataFormats/TrackingAnalysis/interface/TrackingParticleFwd.h
"
10
#include "
DataFormats/Common/interface/OneToManyWithQualityGeneric.h
"
11
#include "
DataFormats/Common/interface/AssociationMap.h
"
12
#include "
DataFormats/Common/interface/View.h
"
13
14
namespace
reco
{
15
16
template
<
typename
T_TrackColl>
17
using
SimToRecoCollectionT
=
18
edm::AssociationMap<edm::OneToManyWithQualityGeneric<TrackingParticleCollection, T_TrackColl, double>
>;
19
20
using
SimToRecoCollection
=
SimToRecoCollectionT<edm::View<reco::Track>
>;
21
using
SimToRecoCollectionSeed
=
SimToRecoCollectionT<edm::View<TrajectorySeed>
>;
22
using
SimToRecoCollectionTCandidate
=
SimToRecoCollectionT<TrackCandidateCollection>
;
23
24
template
<
typename
T_TrackColl>
25
using
RecoToSimCollectionT
=
26
edm::AssociationMap<edm::OneToManyWithQualityGeneric<T_TrackColl, TrackingParticleCollection, double>
>;
27
28
using
RecoToSimCollection
=
RecoToSimCollectionT<edm::View<reco::Track>
>;
29
using
RecoToSimCollectionSeed
=
RecoToSimCollectionT<edm::View<TrajectorySeed>
>;
30
using
RecoToSimCollectionTCandidate
=
RecoToSimCollectionT<TrackCandidateCollection>
;
31
32
}
// namespace reco
33
34
#endif
reco::SimToRecoCollectionT
edm::AssociationMap< edm::OneToManyWithQualityGeneric< TrackingParticleCollection, T_TrackColl, double > > SimToRecoCollectionT
Definition:
TrackAssociation.h:18
AssociationMap.h
TrackFwd.h
TrackingParticle.h
View.h
edm::AssociationMap
Definition:
AssociationMap.h:48
TrackCandidateCollection.h
TrajectorySeed.h
OneToManyWithQualityGeneric.h
reco
fixed size matrix
Definition:
AlignmentAlgorithmBase.h:46
Track.h
TrackingParticleFwd.h
Generated for CMSSW Reference Manual by
1.8.14