CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch1/src/CondFormats/EcalObjects/src/EcalTPGLutIdMap.cc

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