Index: trunk/MagicSoft/Mars/mhbase/MH3.h
===================================================================
--- trunk/MagicSoft/Mars/mhbase/MH3.h	(revision 9041)
+++ trunk/MagicSoft/Mars/mhbase/MH3.h	(revision 9044)
@@ -152,4 +152,7 @@
     void SetTitle(const char *title);
 
+    const char *GetTitle() const { return fHist ? fHist->GetTitle() : static_cast<const char *>(fTitle); }
+    const TString &GetFullTitle() const { return fTitle; }
+
     void Draw(Option_t *opt=NULL);
     void Paint(Option_t *opt="");
