Ignore:
Timestamp:
08/16/02 11:47:30 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r1463 r1504  
    5050    static void    ScaleAxis(TH1 *bins, Double_t fx=1, Double_t fy=1, Double_t fz=1);
    5151
     52    static void DrawCopy(const TH1 &hist1, const TH1 &hist2, const TString title);
     53    static void Draw(TH1 &hist1, TH1 &hist2, const TString title);
     54
    5255    static void FindGoodLimits(Int_t nbins, Int_t &newbins, Double_t &xmin, Double_t &xmax, Bool_t isInteger);
    5356    static Double_t GetMinimumGT(const TH1 &h, Double_t gt=0);
Note: See TracChangeset for help on using the changeset viewer.