CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalTBWeights.cc
Go to the documentation of this file.
1 
8 //
9 // defualt ctor creates vectors of length EBDataFrame::MAXSAMPLES==10
10 //
12 
13 }
14 
16 }
17 
18 void
20  const EcalTDCId& tdcId,
21  const EcalWeightSet& weight) {
22  setValue( std::make_pair(groupId,tdcId), weight);
23 }
24 
25 void
26 EcalTBWeights::setValue(const std::pair<EcalXtalGroupId,EcalTDCId >& keyPair, const EcalWeightSet& weight) {
27  map_.insert( std::make_pair(keyPair,weight) );
28 }
29 
void setValue(const EcalXtalGroupId &groupId, const EcalTDCId &tdcId, const EcalWeightSet &weight)
EcalTBWeightMap map_
Definition: EcalTBWeights.h:32