Ignore:
Timestamp:
07/25/02 13:58:19 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r1388 r1441  
    4444    static void SetBinning(TH1 *h, TH1 *x);
    4545
     46    static void ScaleAxis(TArrayD &bins, Double_t f);
     47    static void ScaleAxis(TH1 *bins, Double_t fx=1, Double_t fy=1, Double_t fz=1);
     48
    4649    ClassDef(MH, 1) //A histogram base class for Mars histograms
    4750};
Note: See TracChangeset for help on using the changeset viewer.