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
EcalTPGPedestals.h
Go to the documentation of this file.
1
#ifndef EcalTPGPedestals_h
2
#define EcalTPGPedestals_h
3
4
#include "
CondFormats/Serialization/interface/Serializable.h
"
5
6
#include "
CondFormats/EcalObjects/interface/EcalCondObjectContainer.h
"
7
8
struct
EcalTPGPedestal
{
9
EcalTPGPedestal
() :
mean_x12
(0),
mean_x6
(0),
mean_x1
(0) {}
10
uint32_t
mean_x12
;
11
uint32_t
mean_x6
;
12
uint32_t
mean_x1
;
13
14
COND_SERIALIZABLE
;
15
};
16
17
typedef
EcalCondObjectContainer<EcalTPGPedestal>
EcalTPGPedestalsMap
;
18
typedef
EcalTPGPedestalsMap::const_iterator
EcalTPGPedestalsMapIterator
;
19
typedef
EcalTPGPedestalsMap
EcalTPGPedestals
;
20
21
#endif
EcalCondObjectContainer.h
EcalTPGPedestal::mean_x12
uint32_t mean_x12
Definition:
EcalTPGPedestals.h:10
EcalTPGPedestalsMap
EcalCondObjectContainer< EcalTPGPedestal > EcalTPGPedestalsMap
Definition:
EcalTPGPedestals.h:17
EcalTPGPedestalsMapIterator
EcalTPGPedestalsMap::const_iterator EcalTPGPedestalsMapIterator
Definition:
EcalTPGPedestals.h:18
EcalTPGPedestal::mean_x1
uint32_t mean_x1
Definition:
EcalTPGPedestals.h:12
EcalTPGPedestal::EcalTPGPedestal
EcalTPGPedestal()
Definition:
EcalTPGPedestals.h:9
EcalTPGPedestal::mean_x6
uint32_t mean_x6
Definition:
EcalTPGPedestals.h:11
EcalCondObjectContainer::const_iterator
std::vector< Item >::const_iterator const_iterator
Definition:
EcalCondObjectContainer.h:19
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:39
Serializable.h
EcalTPGPedestals
EcalTPGPedestalsMap EcalTPGPedestals
Definition:
EcalTPGPedestals.h:19
EcalTPGPedestal
Definition:
EcalTPGPedestals.h:8
EcalCondObjectContainer
Definition:
EcalCondObjectContainer.h:13
Generated for CMSSW Reference Manual by
1.8.14