Ignore:
Timestamp:
08/19/07 22:40:04 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhbase/MH.h

    r8657 r8679  
    119119    static void ProjectionY(TH1D &dest, const TH2 &src, Int_t firstxbin=-1, Int_t lastxbin=9999);
    120120
     121    static void GetRangeUser(const TH1 &hist, Axis_t &lo, Axis_t &hi);
     122    static void GetRange(const TH1 &hist, Int_t &lo, Int_t &hi);
     123
    121124    static TObject *FindObjectInPad(const char *name, TVirtualPad *pad=NULL);
    122125
Note: See TracChangeset for help on using the changeset viewer.