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
EcalRecHit
interface
EcalSeverityLevel.h
Go to the documentation of this file.
1
9
#ifndef __EcalSeverityLevel_h_
10
#define __EcalSeverityLevel_h_
11
16
namespace
EcalSeverityLevel
{
17
18
enum
SeverityLevel
{
19
kGood
= 0,
// good channel
20
kProblematic
,
// problematic (e.g. noisy)
21
kRecovered
,
// recovered (e.g. an originally dead or saturated)
22
kTime
,
// the channel is out of time (e.g. spike)
23
kWeird
,
// weird (e.g. spike)
24
kBad
// bad, not suitable to be used for reconstruction
25
};
26
27
}
28
29
#endif // __EcalSeverityLevel_h_
30
31
// Configure (x)emacs for this file ...
32
// Local Variables:
33
// mode:c++
34
// compile-command: "cd .. ; scram b"
35
// End:
EcalSeverityLevel::kRecovered
Definition:
EcalSeverityLevel.h:21
EcalSeverityLevel::kProblematic
Definition:
EcalSeverityLevel.h:20
EcalSeverityLevel
Definition:
EcalSeverityLevel.h:16
EcalSeverityLevel::kGood
Definition:
EcalSeverityLevel.h:19
EcalSeverityLevel::kWeird
Definition:
EcalSeverityLevel.h:23
EcalSeverityLevel::kTime
Definition:
EcalSeverityLevel.h:22
EcalSeverityLevel::SeverityLevel
SeverityLevel
Definition:
EcalSeverityLevel.h:18
EcalSeverityLevel::kBad
Definition:
EcalSeverityLevel.h:24
Generated for CMSSW Reference Manual by
1.8.14