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