Index: trunk/MagicSoft/Mars/mhbase/MH.h
===================================================================
--- trunk/MagicSoft/Mars/mhbase/MH.h	(revision 9195)
+++ trunk/MagicSoft/Mars/mhbase/MH.h	(revision 9205)
@@ -17,4 +17,5 @@
 class MArrayD;
 class TCanvas;
+class TProfile;
 
 class MBinning;
@@ -130,4 +131,9 @@
     static void SetPalette(TString paletteName="pretty", Int_t ncol=50);
 
+    static char *GetObjectInfoH(Int_t px, Int_t py, const TH1 &h);
+    static char *GetObjectInfoP(Int_t px, Int_t py, const TProfile &p);
+    static char *GetObjectInfo(Int_t px, Int_t py, const TObject &o);
+    char *GetObjectInfo(Int_t px, Int_t py) const { return MParContainer::GetObjectInfo(px, py); }
+
     ClassDef(MH, 2) //A base class for Mars histograms
 };
