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
DataFormats
HGCRecHit
interface
HGCSeverityLevel.h
Go to the documentation of this file.
1
7
#ifndef __HGCSeverityLevel_h_
8
#define __HGCSeverityLevel_h_
9
14
namespace
HGCSeverityLevel
{
15
16
enum
SeverityLevel
{
17
kGood
= 0,
// good channel
18
kProblematic
,
// problematic (e.g. noisy)
19
kRecovered
,
// recovered (e.g. an originally dead or saturated)
20
kTime
,
// the channel is out of time (e.g. spike)
21
kWeird
,
// weird (e.g. spike)
22
kBad
// bad, not suitable to be used for reconstruction
23
};
24
25
}
26
27
#endif // __HGCSeverityLevel_h_
HGCSeverityLevel::SeverityLevel
SeverityLevel
Definition:
HGCSeverityLevel.h:16
HGCSeverityLevel
Definition:
HGCSeverityLevel.h:14
HGCSeverityLevel::kBad
Definition:
HGCSeverityLevel.h:22
HGCSeverityLevel::kProblematic
Definition:
HGCSeverityLevel.h:18
HGCSeverityLevel::kRecovered
Definition:
HGCSeverityLevel.h:19
HGCSeverityLevel::kWeird
Definition:
HGCSeverityLevel.h:21
HGCSeverityLevel::kGood
Definition:
HGCSeverityLevel.h:17
HGCSeverityLevel::kTime
Definition:
HGCSeverityLevel.h:20
Generated for CMSSW Reference Manual by
1.8.14