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
CondFormats
EcalObjects
interface
EcalEBPhase2TPGLinearizationConst.h
Go to the documentation of this file.
1
#ifndef CondFormats_EcalObjects_EcalEBPhase2TPGLinearizationConst_h
2
#define CondFormats_EcalObjects_EcalEBPhase2TPGLinearizationConst_h
3
4
#include "
CondFormats/Serialization/interface/Serializable.h
"
5
6
#include "
CondFormats/EcalObjects/interface/EcalCondObjectContainer.h
"
7
8
struct
EcalEBPhase2TPGLinearizationConstant
{
9
EcalEBPhase2TPGLinearizationConstant
()
10
:
mult_x10
(0),
mult_x1
(0),
shift_x10
(0),
shift_x1
(0),
i2cSub_x10
(0),
i2cSub_x1
(0) {}
11
12
uint32_t
mult_x10
;
13
uint32_t
mult_x1
;
14
uint32_t
shift_x10
;
15
uint32_t
shift_x1
;
16
uint32_t
i2cSub_x10
;
17
uint32_t
i2cSub_x1
;
18
19
COND_SERIALIZABLE
;
20
};
21
22
typedef
EcalCondObjectContainer<EcalEBPhase2TPGLinearizationConstant>
EcalEBPhase2TPGLinearizationConstMap
;
23
typedef
EcalCondObjectContainer<EcalEBPhase2TPGLinearizationConstant>::const_iterator
24
EcalEBPhase2TPGLinearizationConstMapIterator
;
25
typedef
EcalEBPhase2TPGLinearizationConstMap
EcalEBPhase2TPGLinearizationConst
;
26
27
#endif
EcalCondObjectContainer.h
EcalEBPhase2TPGLinearizationConst
EcalEBPhase2TPGLinearizationConstMap EcalEBPhase2TPGLinearizationConst
Definition:
EcalEBPhase2TPGLinearizationConst.h:25
EcalEBPhase2TPGLinearizationConstant::shift_x1
uint32_t shift_x1
Definition:
EcalEBPhase2TPGLinearizationConst.h:15
EcalEBPhase2TPGLinearizationConstMapIterator
EcalCondObjectContainer< EcalEBPhase2TPGLinearizationConstant >::const_iterator EcalEBPhase2TPGLinearizationConstMapIterator
Definition:
EcalEBPhase2TPGLinearizationConst.h:24
EcalEBPhase2TPGLinearizationConstant::shift_x10
uint32_t shift_x10
Definition:
EcalEBPhase2TPGLinearizationConst.h:14
EcalEBPhase2TPGLinearizationConstant::mult_x1
uint32_t mult_x1
Definition:
EcalEBPhase2TPGLinearizationConst.h:13
EcalEBPhase2TPGLinearizationConstant::i2cSub_x10
uint32_t i2cSub_x10
Definition:
EcalEBPhase2TPGLinearizationConst.h:16
EcalEBPhase2TPGLinearizationConstant::i2cSub_x1
uint32_t i2cSub_x1
Definition:
EcalEBPhase2TPGLinearizationConst.h:17
EcalCondObjectContainer::const_iterator
std::vector< Item >::const_iterator const_iterator
Definition:
EcalCondObjectContainer.h:19
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:39
EcalEBPhase2TPGLinearizationConstMap
EcalCondObjectContainer< EcalEBPhase2TPGLinearizationConstant > EcalEBPhase2TPGLinearizationConstMap
Definition:
EcalEBPhase2TPGLinearizationConst.h:22
Serializable.h
EcalCondObjectContainer
Definition:
EcalCondObjectContainer.h:13
EcalEBPhase2TPGLinearizationConstant::EcalEBPhase2TPGLinearizationConstant
EcalEBPhase2TPGLinearizationConstant()
Definition:
EcalEBPhase2TPGLinearizationConst.h:9
EcalEBPhase2TPGLinearizationConstant
Definition:
EcalEBPhase2TPGLinearizationConst.h:8
EcalEBPhase2TPGLinearizationConstant::mult_x10
uint32_t mult_x10
Definition:
EcalEBPhase2TPGLinearizationConst.h:12
Generated for CMSSW Reference Manual by
1.8.14