CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_2_SLHC2_patch1/src/DQM/EcalCommon/src/EcalDQMCommonUtils.cc

Go to the documentation of this file.
00001 #include "DQM/EcalCommon/interface/EcalDQMCommonUtils.h"
00002 
00003 namespace ecaldqm {
00004   const EcalElectronicsMapping* electronicsMap(0);
00005   const EcalTrigTowerConstituentsMap* trigtowerMap(0);
00006 
00007   unsigned nomemarr[] = {kEEm09, kEEm01, kEEm04, kEEm05, kEEm06, kEEp09, kEEp01, kEEp04, kEEp05, kEEp06};
00008   const std::set<unsigned> dccNoMEM(nomemarr, nomemarr + 10);
00009 }