Changeset 9856 for trunk/Mars/mhist


Ignore:
Timestamp:
08/13/10 11:36:48 (15 years ago)
Author:
tbretz
Message:
Fixed scaling of the intgeral histogram in MHHadroness.
File:
1 edited

Legend:

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

    r9153 r9856  
    120120    fIntGhness->SetYTitle("Acceptance");
    121121    fIntPhness->SetYTitle("Acceptance");
    122     fIntGhness->SetMaximum(1.1);
    123     fIntPhness->SetMaximum(1.1);
     122    fIntGhness->SetMaximum(1);
     123    fIntPhness->SetMaximum(1);
     124    fIntGhness->SetMinimum(0);
     125    fIntPhness->SetMinimum(0);
    124126    fIntGhness->SetDirectory(NULL);
    125127    fIntPhness->SetDirectory(NULL);
Note: See TracChangeset for help on using the changeset viewer.