CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch2/src/CondFormats/EcalObjects/src/EcalTPGPhysicsConst.cc

Go to the documentation of this file.
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 }