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
DataFormats
SiStripCommon
interface
ConstantsForView.h
Go to the documentation of this file.
1
#ifndef DataFormats_SiStripCommon_ConstantsForView_H
2
#define DataFormats_SiStripCommon_ConstantsForView_H
3
4
#include "
DataFormats/SiStripCommon/interface/Constants.h
"
5
#include <string>
6
13
namespace
sistrip
{
14
15
// ---------- Constants ----------
16
17
static
const
char
unknownView_
[] =
"UnknownView"
;
18
static
const
char
undefinedView_
[] =
"UndefinedView"
;
19
20
static
const
char
readoutView_
[] =
"ReadoutView"
;
21
static
const
char
controlView_
[] =
"ControlView"
;
22
static
const
char
detectorView_
[] =
"DetectorView"
;
23
24
// ---------- Enumerated type ----------
25
26
enum
View
{
27
UNKNOWN_VIEW
=
sistrip::unknown_
,
28
UNDEFINED_VIEW
=
sistrip::invalid_
,
29
READOUT_VIEW
= 1,
30
CONTROL_VIEW
= 2,
31
DETECTOR_VIEW
= 3
32
};
33
34
}
// namespace sistrip
35
36
#endif // DataFormats_SiStripCommon_ConstantsForView_H
Constants.h
Generic constants.
sistrip::View
View
Definition:
ConstantsForView.h:26
sistrip::UNDEFINED_VIEW
Definition:
ConstantsForView.h:28
sistrip::detectorView_
static const char detectorView_[]
Definition:
ConstantsForView.h:22
sistrip::unknownView_
static const char unknownView_[]
Definition:
ConstantsForView.h:17
sistrip::DETECTOR_VIEW
Definition:
ConstantsForView.h:31
sistrip::undefinedView_
static const char undefinedView_[]
Definition:
ConstantsForView.h:18
sistrip::controlView_
static const char controlView_[]
Definition:
ConstantsForView.h:21
sistrip::invalid_
static const uint16_t invalid_
Definition:
Constants.h:16
sistrip::UNKNOWN_VIEW
Definition:
ConstantsForView.h:27
sistrip::unknown_
static const uint16_t unknown_
Definition:
Constants.h:19
sistrip::CONTROL_VIEW
Definition:
ConstantsForView.h:30
sistrip::readoutView_
static const char readoutView_[]
Definition:
ConstantsForView.h:20
sistrip
sistrip classes
Definition:
SiStripQualityHelpers.h:14
sistrip::READOUT_VIEW
Definition:
ConstantsForView.h:29
Generated for CMSSW Reference Manual by
1.8.16