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
ConstantsForCablingSource.h
Go to the documentation of this file.
1
2
#ifndef DataFormats_SiStripCommon_ConstantsForCablingSource_H
3
#define DataFormats_SiStripCommon_ConstantsForCablingSource_H
4
5
#include "
DataFormats/SiStripCommon/interface/Constants.h
"
6
#include <string>
7
14
namespace
sistrip
{
15
16
// ---------- Constants ----------
17
18
static
const
char
unknownCablingSource_
[] =
"UnknownCablingSource"
;
19
static
const
char
undefinedCablingSource_
[] =
"UndefinedCablingSource"
;
20
21
static
const
char
cablingFromConns_
[] =
"CablingFromConnections"
;
22
static
const
char
cablingFromDevices_
[] =
"CablingFromDevices"
;
23
static
const
char
cablingFromDetIds_
[] =
"CablingFromDetIds"
;
24
25
// ---------- Enumerated type ----------
26
27
enum
CablingSource
{
28
UNKNOWN_CABLING_SOURCE
=
sistrip::unknown_
,
29
UNDEFINED_CABLING_SOURCE
=
sistrip::invalid_
,
30
CABLING_FROM_CONNS
= 1,
31
CABLING_FROM_DEVICES
= 2,
32
CABLING_FROM_DETIDS
= 3
33
};
34
35
}
// namespace sistrip
36
37
#endif // DataFormats_SiStripCommon_ConstantsForCablingSource_H
Constants.h
Generic constants.
sistrip::unknownCablingSource_
static const char unknownCablingSource_[]
Definition:
ConstantsForCablingSource.h:18
sistrip::CABLING_FROM_DEVICES
Definition:
ConstantsForCablingSource.h:31
sistrip::undefinedCablingSource_
static const char undefinedCablingSource_[]
Definition:
ConstantsForCablingSource.h:19
sistrip::cablingFromDetIds_
static const char cablingFromDetIds_[]
Definition:
ConstantsForCablingSource.h:23
sistrip::UNKNOWN_CABLING_SOURCE
Definition:
ConstantsForCablingSource.h:28
sistrip::invalid_
static const uint16_t invalid_
Definition:
Constants.h:16
sistrip::UNDEFINED_CABLING_SOURCE
Definition:
ConstantsForCablingSource.h:29
sistrip::cablingFromDevices_
static const char cablingFromDevices_[]
Definition:
ConstantsForCablingSource.h:22
sistrip::unknown_
static const uint16_t unknown_
Definition:
Constants.h:19
sistrip::cablingFromConns_
static const char cablingFromConns_[]
Definition:
ConstantsForCablingSource.h:21
sistrip::CABLING_FROM_CONNS
Definition:
ConstantsForCablingSource.h:30
sistrip
sistrip classes
Definition:
EnsembleCalibrationLA.cc:10
sistrip::CABLING_FROM_DETIDS
Definition:
ConstantsForCablingSource.h:32
sistrip::CablingSource
CablingSource
Definition:
ConstantsForCablingSource.h:27
Generated for CMSSW Reference Manual by
1.8.16