Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74460
b: "refs/heads/CMSSW_7_1_X"
c: 5eb6f2b
h: "refs/heads/CMSSW_7_1_X"
v: v3
  • Loading branch information
Steven Won committed Sep 30, 2009
1 parent 3de6ba8 commit 96b0f1d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 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": d5ce1c47c57bdacb23b0684e456a229d13d7abc9
"refs/heads/CMSSW_7_1_X": 5eb6f2bddf2e5a01d248d2c052b7c4c9566d575d
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,11 @@ HcalPedestalsAnalysis::~HcalPedestalsAnalysis()
}
}

dephist[bunch_it->detid.depth()-1]->Fill(bunch_it->detid.ieta(),bunch_it->detid.iphi(),

int fillphi = bunch_it->detid.iphi();
if (bunch_it->detid.depth()==4) fillphi++;

dephist[bunch_it->detid.depth()-1]->Fill(bunch_it->detid.ieta(),fillphi,
(bunch_it->cap[0]+bunch_it->cap[1]+bunch_it->cap[2]+bunch_it->cap[3])/4);

const HcalPedestal item(bunch_it->detid, bunch_it->cap[0], bunch_it->cap[1], bunch_it->cap[2], bunch_it->cap[3],
Expand Down

0 comments on commit 96b0f1d

Please sign in to comment.