Changeset 1921 for trunk/MagicSoft/Mars/mhist/MHHadronness.cc
- Timestamp:
- 04/08/03 10:52:14 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MHHadronness.cc
r1910 r1921 266 266 Float_t max=0; 267 267 268 268 269 for (Int_t i=1; i<=n; i++) 269 270 { 270 const Stat_t ip = sump!=0 ? fPhness->Integral(1, i) /sump: 0;271 const Stat_t ig = sumg!=0 ? fGhness->Integral(1, i) /sumg: 0;271 const Stat_t ip = sump!=0 ? fPhness->Integral(1, i) : 0; 272 const Stat_t ig = sumg!=0 ? fGhness->Integral(1, i) : 0; 272 273 273 274 fIntPhness->SetBinContent(i, ip); … … 463 464 m->Draw(); 464 465 */ 466 467 gStyle->SetOptStat(111100); 468 465 469 return &c; 466 470 }
Note:
See TracChangeset
for help on using the changeset viewer.