Ignore:
Timestamp:
09/09/04 10:51:39 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhvstime/MHVsTime.h

    r4889 r4891  
    1515class MHVsTime : public MH
    1616{
     17private:
     18    static const TString gsDefName;
     19    static const TString gsDefTitle;
     20
    1721protected:
    1822    // Could be const but root < 3.02/06 doesn't like this...
     
    2933    Int_t       fN;         //! Number of entries in fMean
    3034    MTime       fLast;      //! For checks
    31 
    32     TString     fAxisTitle;
    3335
    3436    enum {
     
    5052
    5153    void SetLogy(Bool_t b=kTRUE) { b ? SetBit(kIsLogy) : ResetBit(kIsLogy); }
    52     void SetAxisTitle(const char *y) { fAxisTitle=y; }
    5354
    5455    Bool_t SetupFill(const MParList *pList);
Note: See TracChangeset for help on using the changeset viewer.