Ignore:
Timestamp:
01/05/09 13:44:39 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r9153 r9205  
    1717class MArrayD;
    1818class TCanvas;
     19class TProfile;
    1920
    2021class MBinning;
     
    130131    static void SetPalette(TString paletteName="pretty", Int_t ncol=50);
    131132
     133    static char *GetObjectInfoH(Int_t px, Int_t py, const TH1 &h);
     134    static char *GetObjectInfoP(Int_t px, Int_t py, const TProfile &p);
     135    static char *GetObjectInfo(Int_t px, Int_t py, const TObject &o);
     136    char *GetObjectInfo(Int_t px, Int_t py) const { return MParContainer::GetObjectInfo(px, py); }
     137
    132138    ClassDef(MH, 2) //A base class for Mars histograms
    133139};
Note: See TracChangeset for help on using the changeset viewer.