Changeset 4891 for trunk/MagicSoft/Mars/mhvstime/MHVsTime.h
- Timestamp:
- 09/09/04 10:51:39 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhvstime/MHVsTime.h
r4889 r4891 15 15 class MHVsTime : public MH 16 16 { 17 private: 18 static const TString gsDefName; 19 static const TString gsDefTitle; 20 17 21 protected: 18 22 // Could be const but root < 3.02/06 doesn't like this... … … 29 33 Int_t fN; //! Number of entries in fMean 30 34 MTime fLast; //! For checks 31 32 TString fAxisTitle;33 35 34 36 enum { … … 50 52 51 53 void SetLogy(Bool_t b=kTRUE) { b ? SetBit(kIsLogy) : ResetBit(kIsLogy); } 52 void SetAxisTitle(const char *y) { fAxisTitle=y; }53 54 54 55 Bool_t SetupFill(const MParList *pList);
Note:
See TracChangeset
for help on using the changeset viewer.