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
DataFormats
TrackReco
src
SeedStopReason.cc
Go to the documentation of this file.
1
#include "
DataFormats/TrackReco/interface/SeedStopReason.h
"
2
3
const
std::string
SeedStopReasonName::SeedStopReasonName
[] = {
4
"UNINITIALIZED"
,
// 0
5
"NOT_STOPPED"
,
// 1
6
"SEED_CLEANING"
,
// 2
7
"NO_TRAJECTORY"
,
// 3
8
"SEED_REGION_REBUILD"
,
// 4
9
"FINAL_CLEAN"
,
// 5
10
"SMOOTHING_FAILED"
// 6
11
};
12
13
static_assert(
sizeof
(
SeedStopReasonName::SeedStopReasonName
) /
sizeof
(
std::string
) ==
14
static_cast<unsigned int>(
SeedStopReason::SIZE
),
15
"SeedStopReason enum and SeedStopReasonName are out of synch"
);
SeedStopReason::SIZE
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
SeedStopReason.h
SeedStopReasonName::SeedStopReasonName
const std::string SeedStopReasonName[]
Definition:
SeedStopReason.cc:3
Generated for CMSSW Reference Manual by
1.8.14