Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76214
b: "refs/heads/CMSSW_7_1_X"
c: 027dd27
h: "refs/heads/CMSSW_7_1_X"
v: v3
  • Loading branch information
Jeff Temple committed Oct 23, 2009
1 parent 3a86fcc commit edf352a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
refs/heads/gh-pages: 09c786f70121f131b3715aaf3464996502bbeb7e
"refs/heads/CMSSW_7_1_X": cabb703b0a1c86eeec15c21003b649b5a6911ce7
"refs/heads/CMSSW_7_1_X": 027dd27c443da16ff3ba849e1cdbb37a543e9bfc
9 changes: 4 additions & 5 deletions trunk/DQM/HcalMonitorTasks/src/HcalBeamMonitor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -930,15 +930,14 @@ void HcalBeamMonitor::endLuminosityBlock()
{
// One new luminosity section found with no entries for the cell in question
// Add protection requiring a minimum number of entries before counting as dead?
HFlumi_total_deadcells->setBinContent(x,y,HFlumi_total_deadcells->getBinContent(x,y)+1);
HFlumi_total_deadcells->Fill(x-1,2*y-1,1);
} // dead cell check

if (HFlumi_occ_LS->getBinContent(x,y)>0.5*Nentries)
{
// One new luminosity section found with no entries for the cell in question
// Add protection requiring a minimum number of entries before counting as dead?
HFlumi_total_hotcells->setBinContent(x,y,HFlumi_total_hotcells->getBinContent(x,y)+1);
} // dead cell check
HFlumi_total_dhotcells->Fill(x-1,2*y-1,1);
//HFlumi_total_hotcells->setBinContent(x,y,HFlumi_total_hotcells->getBinContent(x,y)+1);
} // hot cell check
} // loop over y
} // loop over x
return;
Expand Down

0 comments on commit edf352a

Please sign in to comment.