Ignore:
Timestamp:
05/10/03 18:27:17 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r2098 r2109  
    77
    88class TH1;
     9class TH1D;
    910class TH2;
    1011class TH3;
     
    7576    static Double_t GetMinimumGT(const TH1 &h, Double_t gt=0);
    7677
     78    static void ProjectionX(TH1D &dest, const TH2 &src, Int_t firstybin=-1, Int_t lastybin=9999);
     79    static void ProjectionY(TH1D &dest, const TH2 &src, Int_t firstxbin=-1, Int_t lastxbin=9999);
     80
     81    static TObject *FindObjectInPad(const char *name, TVirtualPad *pad=NULL);
     82
    7783    ClassDef(MH, 0) //A base class for Mars histograms
    7884};
Note: See TracChangeset for help on using the changeset viewer.