Changeset 1936 for trunk/MagicSoft/Mars/mhist
- Timestamp:
- 04/10/03 10:43:24 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MHHadronness.cc
r1931 r1936 270 270 for (Int_t i=1; i<=n; i++) 271 271 { 272 const Stat_t ip = sump!=0 ? fPhness->Integral(1, i) : 0;273 const Stat_t ig = sumg!=0 ? fGhness->Integral(1, i) : 0;272 const Stat_t ip = fPhness->Integral(1, i); 273 const Stat_t ig = fGhness->Integral(1, i); 274 274 275 275 fIntPhness->SetBinContent(i, ip);
Note:
See TracChangeset
for help on using the changeset viewer.