CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_5/src/CondFormats/EcalObjects/src/EcalTPGSlidingWindow.cc

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