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
src
EcalTBWeights.cc
Go to the documentation of this file.
1
7
#include "
CondFormats/EcalObjects/interface/EcalTBWeights.h
"
8
//
9
// defualt ctor creates vectors of length EBDataFrame::MAXSAMPLES==10
10
//
11
EcalTBWeights::EcalTBWeights
() {}
12
13
EcalTBWeights::~EcalTBWeights
() {}
14
15
void
EcalTBWeights::setValue
(
const
EcalXtalGroupId
& groupId,
const
EcalTDCId
& tdcId,
const
EcalWeightSet
&
weight
) {
16
setValue
(std::make_pair(groupId, tdcId),
weight
);
17
}
18
19
void
EcalTBWeights::setValue
(
const
std::pair<EcalXtalGroupId, EcalTDCId>& keyPair,
const
EcalWeightSet
&
weight
) {
20
map_
.insert(std::make_pair(keyPair,
weight
));
21
}
EcalWeightSet
Definition:
EcalWeightSet.h:17
EcalXtalGroupId
Definition:
EcalXtalGroupId.h:11
weight
Definition:
weight.py:1
EcalTBWeights::setValue
void setValue(const EcalXtalGroupId &groupId, const EcalTDCId &tdcId, const EcalWeightSet &weight)
Definition:
EcalTBWeights.cc:15
EcalTBWeights::~EcalTBWeights
~EcalTBWeights()
Definition:
EcalTBWeights.cc:13
EcalTBWeights::EcalTBWeights
EcalTBWeights()
Definition:
EcalTBWeights.cc:11
EcalTBWeights::EcalTDCId
int EcalTDCId
Definition:
EcalTBWeights.h:17
EcalTBWeights::map_
EcalTBWeightMap map_
Definition:
EcalTBWeights.h:31
EcalTBWeights.h
Generated for CMSSW Reference Manual by
1.8.14