Changeset 1606 for trunk/MagicSoft/Mars/mhist
- Timestamp:
- 11/14/02 11:08:05 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MHMcIntRate.cc
r1228 r1606 145 145 146 146 for (Int_t i=1; i<=nbinsx; i++) 147 { 147 148 fHist.SetBinContent(i, hist.Integral(i, nbinsx, "width")); 149 fHist.SetBinError(i, hist.GetBinError(i)*axis.GetBinWidth(i)); 150 } 151 152 fHist.SetEntries(hist.GetEntries()); 148 153 149 154 SetReadyToSave();
Note:
See TracChangeset
for help on using the changeset viewer.