CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_6/src/CondFormats/EcalObjects/src/EcalTPGStripStatus.cc

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