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
CondFormats
EcalObjects
interface
EcalTPGFineGrainTowerEE.h
Go to the documentation of this file.
1
#ifndef EcalTPGFineGrainTowerEE_h
2
#define EcalTPGFineGrainTowerEE_h
3
4
#include "
CondFormats/Serialization/interface/Serializable.h
"
5
6
#include <map>
7
#include <cstdint>
8
9
class
EcalTPGFineGrainTowerEE
{
10
public
:
11
EcalTPGFineGrainTowerEE
();
12
~EcalTPGFineGrainTowerEE
();
13
14
// map<stripId, lut>
15
const
std::map<uint32_t, uint32_t>&
getMap
()
const
{
return
map_
; }
16
void
setValue
(
const
uint32_t&
id
,
const
uint32_t& lut);
17
18
private
:
19
std::map<uint32_t, uint32_t>
map_
;
20
21
COND_SERIALIZABLE
;
22
};
23
24
typedef
std::map<uint32_t, uint32_t>
EcalTPGFineGrainTowerEEMap
;
25
typedef
std::map<uint32_t, uint32_t>::const_iterator
EcalTPGFineGrainTowerEEMapIterator
;
26
27
#endif
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:39
EcalTPGFineGrainTowerEE::EcalTPGFineGrainTowerEE
EcalTPGFineGrainTowerEE()
Definition:
EcalTPGFineGrainTowerEE.cc:3
EcalTPGFineGrainTowerEE::getMap
const std::map< uint32_t, uint32_t > & getMap() const
Definition:
EcalTPGFineGrainTowerEE.h:15
EcalTPGFineGrainTowerEE::map_
std::map< uint32_t, uint32_t > map_
Definition:
EcalTPGFineGrainTowerEE.h:19
EcalTPGFineGrainTowerEE
Definition:
EcalTPGFineGrainTowerEE.h:9
EcalTPGFineGrainTowerEEMapIterator
std::map< uint32_t, uint32_t >::const_iterator EcalTPGFineGrainTowerEEMapIterator
Definition:
EcalTPGFineGrainTowerEE.h:25
EcalTPGFineGrainTowerEEMap
std::map< uint32_t, uint32_t > EcalTPGFineGrainTowerEEMap
Definition:
EcalTPGFineGrainTowerEE.h:24
Serializable.h
EcalTPGFineGrainTowerEE::setValue
void setValue(const uint32_t &id, const uint32_t &lut)
Definition:
EcalTPGFineGrainTowerEE.cc:7
EcalTPGFineGrainTowerEE::~EcalTPGFineGrainTowerEE
~EcalTPGFineGrainTowerEE()
Definition:
EcalTPGFineGrainTowerEE.cc:5
Generated for CMSSW Reference Manual by
1.8.16