Changeset 1926


Ignore:
Timestamp:
04/08/03 12:31:14 (21 years ago)
Author:
wittek
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhist/MHHadronness.cc

    r1921 r1926  
    106106    fIntGhness->SetYTitle("Acceptance");
    107107    fIntPhness->SetYTitle("Acceptance");
     108    fIntGhness->SetMaximum(1.1);
     109    fIntPhness->SetMaximum(1.1);
    108110
    109111    fQfac = new TGraph;
     
    261263    // Normalize hadron distribution
    262264    if (sump>0)
    263         fGhness->Scale(1./sump);
     265        fPhness->Scale(1./sump);
    264266
    265267    // Calculate acceptances
    266268    Float_t max=0;
    267 
    268269
    269270    for (Int_t i=1; i<=n; i++)
Note: See TracChangeset for help on using the changeset viewer.