Changeset 9205 for trunk/MagicSoft/Mars/mhbase
- Timestamp:
- 01/05/09 13:44:39 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhbase/MH.h
r9153 r9205 17 17 class MArrayD; 18 18 class TCanvas; 19 class TProfile; 19 20 20 21 class MBinning; … … 130 131 static void SetPalette(TString paletteName="pretty", Int_t ncol=50); 131 132 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 132 138 ClassDef(MH, 2) //A base class for Mars histograms 133 139 };
Note:
See TracChangeset
for help on using the changeset viewer.