Ignore:
Timestamp:
08/06/07 15:44:16 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r8047 r8657  
    8080    static void RemoveFirstBin(TH1 &h);
    8181
    82     static Bool_t ApplyBinning(const MParList &plist, TString name, TH1 *h);
     82    static Bool_t ApplyBinning(const MParList &plist, TString x, TH1 *h);
     83    static Bool_t ApplyBinning(const MParList &plist, TString x, TString y, TH2 *h);
     84    static Bool_t ApplyBinning(const MParList &plist, TString x, TString y, TString z, TH3 *h);
    8385
    8486    static void    ScaleArray(TArrayD &bins, Double_t f);
Note: See TracChangeset for help on using the changeset viewer.