Changeset 9856 for trunk/Mars


Ignore:
Timestamp:
08/13/10 11:36:48 (14 years ago)
Author:
tbretz
Message:
Fixed scaling of the intgeral histogram in MHHadroness.
Location:
trunk/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/Changelog

    r9855 r9856  
    2828     - fixed claculation of the weighted time spreads
    2929     - fixed a bug in the calculation of the third moments!
     30
     31   * mhist/MHHadronness.cc:
     32     - fixed min/max of the intgral histogram
    3033
    3134
  • 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.