Skip to content

Commit

Permalink
Making sure uHBHE FEDs aren't processed in HcalDigiMonitor
Browse files Browse the repository at this point in the history
  • Loading branch information
vkhristenko committed Oct 26, 2015
1 parent d02df4e commit 557140c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DQM/HcalMonitorTasks/src/HcalDigiMonitor.cc
Expand Up @@ -570,6 +570,8 @@ void HcalDigiMonitor::analyze(edm::Event const&e, edm::EventSetup const&s)
i<=FEDNumbering::MAXHCALuTCAFEDID; i++) {
if (i>FEDNumbering::MAXHCALFEDID && i<FEDNumbering::MINHCALuTCAFEDID)
continue;
if (i<1118)
continue;
const FEDRawData& fed = rawraw->FEDData(i);
if (fed.size()<12) continue; //At least the size of headers and trailers of a DCC.

Expand Down

0 comments on commit 557140c

Please sign in to comment.