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