CMS 3D CMS Logo

ESTBWeights.cc
Go to the documentation of this file.
2 //
3 // defualt ctor creates vectors of length EBDataFrame::MAXSAMPLES==10
4 //
6 
8 
9 void ESTBWeights::setValue(const ESStripGroupId& groupId, const ESWeightSet& weight) {
10  map_.insert(std::make_pair(groupId, weight));
11 }
Definition: weight.py:1
ESTBWeightMap map_
Definition: ESTBWeights.h:24
void setValue(const ESStripGroupId &groupId, const ESWeightSet &weight)
Definition: ESTBWeights.cc:9