Ignore:
Timestamp:
07/27/08 15:09:59 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r8893 r9044  
    152152    void SetTitle(const char *title);
    153153
     154    const char *GetTitle() const { return fHist ? fHist->GetTitle() : static_cast<const char *>(fTitle); }
     155    const TString &GetFullTitle() const { return fTitle; }
     156
    154157    void Draw(Option_t *opt=NULL);
    155158    void Paint(Option_t *opt="");
Note: See TracChangeset for help on using the changeset viewer.