CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/DQM/HcalMonitorClient/src/HcalHLXMask.cc

Go to the documentation of this file.
00001 #include "DQM/HcalMonitorClient/interface/HcalHLXMask.h"
00002 
00003 void HcalHLXMask::setMaskFromDQMChannelQuality(const HcalDQMChannelQuality::Item item[24]){
00004 
00005   //just a stub... for now we set the masks to 0
00006   //that is, for now, we don't mask anything
00007 
00008   occMask = 0;
00009   lhcMask = 0;
00010   sumEtMask = 0;
00011 }
00012