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
ConstantsForPresentation.h
Go to the documentation of this file.
1
2
#ifndef DataFormats_SiStripCommon_ConstantsForPresentation_H
3
#define DataFormats_SiStripCommon_ConstantsForPresentation_H
4
5
#include "
DataFormats/SiStripCommon/interface/Constants.h
"
6
#include <string>
7
14
namespace
sistrip
{
15
16
// ---------- Constants ----------
17
18
static
const
char
unknownPresentation_
[] =
"UnknownPresentation"
;
19
static
const
char
undefinedPresentation_
[] =
"UndefinedPresentation"
;
20
21
static
const
char
histo1d_
[] =
"Histo1D"
;
22
static
const
char
histo2dSum_
[] =
"Histo2DSum"
;
23
static
const
char
histo2dScatter_
[] =
"Histo2DScatter"
;
24
static
const
char
profile1D_
[] =
"Profile1D"
;
25
26
// ---------- Enumerated type ----------
27
28
enum
Presentation
{
29
UNKNOWN_PRESENTATION
=
sistrip::unknown_
,
30
UNDEFINED_PRESENTATION
=
sistrip::invalid_
,
31
HISTO_1D
= 1,
32
HISTO_2D_SUM
= 2,
33
HISTO_2D_SCATTER
= 3,
34
PROFILE_1D
= 4
35
};
36
37
}
// namespace sistrip
38
39
#endif // DataFormats_SiStripCommon_ConstantsForPresentation_H
Constants.h
Generic constants.
sistrip::profile1D_
static const char profile1D_[]
Definition:
ConstantsForPresentation.h:24
sistrip::HISTO_2D_SUM
Definition:
ConstantsForPresentation.h:32
sistrip::UNDEFINED_PRESENTATION
Definition:
ConstantsForPresentation.h:30
sistrip::unknownPresentation_
static const char unknownPresentation_[]
Definition:
ConstantsForPresentation.h:18
sistrip::histo2dScatter_
static const char histo2dScatter_[]
Definition:
ConstantsForPresentation.h:23
sistrip::histo2dSum_
static const char histo2dSum_[]
Definition:
ConstantsForPresentation.h:22
sistrip::Presentation
Presentation
Definition:
ConstantsForPresentation.h:28
sistrip::HISTO_1D
Definition:
ConstantsForPresentation.h:31
sistrip::undefinedPresentation_
static const char undefinedPresentation_[]
Definition:
ConstantsForPresentation.h:19
sistrip::HISTO_2D_SCATTER
Definition:
ConstantsForPresentation.h:33
sistrip::PROFILE_1D
Definition:
ConstantsForPresentation.h:34
sistrip::invalid_
static const uint16_t invalid_
Definition:
Constants.h:16
sistrip::unknown_
static const uint16_t unknown_
Definition:
Constants.h:19
sistrip
sistrip classes
Definition:
SiStripQualityHelpers.h:14
sistrip::UNKNOWN_PRESENTATION
Definition:
ConstantsForPresentation.h:29
sistrip::histo1d_
static const char histo1d_[]
Definition:
ConstantsForPresentation.h:21
Generated for CMSSW Reference Manual by
1.8.16