CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/CondFormats/EcalObjects/src/EcalTPGWeightIdMap.cc

Go to the documentation of this file.
00001 #include "CondFormats/EcalObjects/interface/EcalTPGWeightIdMap.h"
00002 
00003 EcalTPGWeightIdMap::EcalTPGWeightIdMap()
00004 { }
00005 
00006 EcalTPGWeightIdMap::~EcalTPGWeightIdMap()
00007 { }
00008 
00009 void  EcalTPGWeightIdMap::setValue(const uint32_t & id, const  EcalTPGWeights & value)
00010 { 
00011   map_[id] = value ;
00012 }
00013