CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ESTBWeights.cc
Go to the documentation of this file.
2 //
3 // defualt ctor creates vectors of length EBDataFrame::MAXSAMPLES==10
4 //
6 
7 }
8 
10 }
11 
12 void
14  const ESWeightSet& weight) {
15  map_.insert( std::make_pair(groupId ,weight) );
16 }
17 
18 
ESTBWeightMap map_
Definition: ESTBWeights.h:26
void setValue(const ESStripGroupId &groupId, const ESWeightSet &weight)
Definition: ESTBWeights.cc:13