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
EcalMappingElectronics.h
Go to the documentation of this file.
1
#ifndef EcalMappingElectronics_
2
#define EcalMappingElectronics_
3
8
#include "
CondFormats/Serialization/interface/Serializable.h
"
9
10
#include "
CondFormats/EcalObjects/interface/EcalCondObjectContainer.h
"
11
12
struct
EcalMappingElement
{
13
EcalMappingElement
() :
electronicsid
(0),
triggerid
(0) {}
14
uint32_t
electronicsid
;
15
uint32_t
triggerid
;
16
17
COND_SERIALIZABLE
;
18
};
19
20
typedef
EcalCondObjectContainer<EcalMappingElement>
EcalMappingElectronicsMap
;
21
typedef
EcalMappingElectronicsMap::const_iterator
EcalMappingElectronicsMapIterator
;
22
typedef
EcalMappingElectronicsMap
EcalMappingElectronics
;
23
24
#endif
EcalCondObjectContainer.h
EcalMappingElement::electronicsid
uint32_t electronicsid
Definition:
EcalMappingElectronics.h:14
EcalMappingElement
Definition:
EcalMappingElectronics.h:12
EcalMappingElectronicsMap
EcalCondObjectContainer< EcalMappingElement > EcalMappingElectronicsMap
Definition:
EcalMappingElectronics.h:20
EcalMappingElectronics
EcalMappingElectronicsMap EcalMappingElectronics
Definition:
EcalMappingElectronics.h:22
EcalMappingElement::EcalMappingElement
EcalMappingElement()
Definition:
EcalMappingElectronics.h:13
EcalMappingElectronicsMapIterator
EcalMappingElectronicsMap::const_iterator EcalMappingElectronicsMapIterator
Definition:
EcalMappingElectronics.h:21
EcalCondObjectContainer::const_iterator
std::vector< Item >::const_iterator const_iterator
Definition:
EcalCondObjectContainer.h:19
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:39
EcalMappingElement::triggerid
uint32_t triggerid
Definition:
EcalMappingElectronics.h:15
Serializable.h
EcalCondObjectContainer
Definition:
EcalCondObjectContainer.h:13
Generated for CMSSW Reference Manual by
1.8.14