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