Changeset 1926 for trunk/MagicSoft/Mars/mhist/MHHadronness.cc
- Timestamp:
- 04/08/03 12:31:14 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MHHadronness.cc
r1921 r1926 106 106 fIntGhness->SetYTitle("Acceptance"); 107 107 fIntPhness->SetYTitle("Acceptance"); 108 fIntGhness->SetMaximum(1.1); 109 fIntPhness->SetMaximum(1.1); 108 110 109 111 fQfac = new TGraph; … … 261 263 // Normalize hadron distribution 262 264 if (sump>0) 263 f Ghness->Scale(1./sump);265 fPhness->Scale(1./sump); 264 266 265 267 // Calculate acceptances 266 268 Float_t max=0; 267 268 269 269 270 for (Int_t i=1; i<=n; i++)
Note:
See TracChangeset
for help on using the changeset viewer.