CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch9/src/CondFormats/EcalObjects/src/EcalTPGGroups.cc

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