CMS 3D CMS Logo

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

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