00001 #include "CondFormats/EcalObjects/interface/EcalTPGPhysicsConst.h" 00002 00003 00004 EcalTPGPhysicsConst::EcalTPGPhysicsConst() 00005 { } 00006 00007 EcalTPGPhysicsConst::~EcalTPGPhysicsConst() 00008 { } 00009 00010 void EcalTPGPhysicsConst::setValue(const uint32_t & id, const Item & value) 00011 { 00012 map_[id] = value ; 00013 }