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
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
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
RecoTracker
FinalTrackSelectors
interface
TrackAlgoPriorityOrder.h
Go to the documentation of this file.
1
#ifndef RecoTracker_FinalTrackSelectors_TrackAlgoPriorityOrder_h
2
#define RecoTracker_FinalTrackSelectors_TrackAlgoPriorityOrder_h
3
4
#include "
DataFormats/TrackReco/interface/TrackBase.h
"
5
6
class
TrackAlgoPriorityOrder
{
7
public
:
8
explicit
TrackAlgoPriorityOrder
(
const
std::vector<reco::TrackBase::TrackAlgorithm>&
algoOrder
);
9
10
unsigned
int
priority
(
reco::TrackBase::TrackAlgorithm
algo
)
const
{
return
priority_
[
algo
]; }
11
12
private
:
13
std::array<unsigned int, reco::TrackBase::algoSize>
priority_
;
14
};
15
16
#endif
TrackBase.h
reco::TrackBase::TrackAlgorithm
TrackAlgorithm
track algorithm
Definition:
TrackBase.h:89
TrackAlgoPriorityOrder::priority
unsigned int priority(reco::TrackBase::TrackAlgorithm algo) const
Definition:
TrackAlgoPriorityOrder.h:10
TrackAlgoPriorityOrder::priority_
std::array< unsigned int, reco::TrackBase::algoSize > priority_
Definition:
TrackAlgoPriorityOrder.h:13
TrackAlgoPriorityOrder::TrackAlgoPriorityOrder
TrackAlgoPriorityOrder(const std::vector< reco::TrackBase::TrackAlgorithm > &algoOrder)
Definition:
TrackAlgoPriorityOrder.cc:8
cmsdt::algo
algo
Definition:
constants.h:171
TrackAlgoPriorityOrder
Definition:
TrackAlgoPriorityOrder.h:6
HLT_FULL_cff.algoOrder
algoOrder
Definition:
HLT_FULL_cff.py:7939
Generated for CMSSW Reference Manual by
1.8.16