CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10/src/CondFormats/EcalObjects/src/EcalTPGTowerStatus.cc

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