src
CondFormats
ESObjects
src
ESTBWeights.cc
Go to the documentation of this file.
1
#include "
CondFormats/ESObjects/interface/ESTBWeights.h
"
2
//
3
// defualt ctor creates vectors of length EBDataFrame::MAXSAMPLES==10
4
//
5
ESTBWeights::ESTBWeights
() {}
6
7
ESTBWeights::~ESTBWeights
() {}
8
9
void
ESTBWeights::setValue
(
const
ESStripGroupId
& groupId,
const
ESWeightSet
&
weight
) {
10
map_
.insert(std::make_pair(groupId,
weight
));
11
}
weight
Definition:
weight.py:1
ESTBWeights::map_
ESTBWeightMap map_
Definition:
ESTBWeights.h:24
ESTBWeights::setValue
void setValue(const ESStripGroupId &groupId, const ESWeightSet &weight)
Definition:
ESTBWeights.cc:9
ESWeightSet
Definition:
ESWeightSet.h:10
ESTBWeights::ESTBWeights
ESTBWeights()
Definition:
ESTBWeights.cc:5
ESTBWeights.h
ESTBWeights::~ESTBWeights
~ESTBWeights()
Definition:
ESTBWeights.cc:7
ESStripGroupId
Definition:
ESStripGroupId.h:6
Generated for CMSSW Reference Manual by
1.8.14