Changeset 3507
- Timestamp:
- 03/15/04 16:54:54 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3506 r3507 25 25 26 26 27 27 28 2004/03/15: Wolfgang Wittek 28 29 … … 75 76 - added MRawEvtHeader to output 76 77 77 * mbase/MStatusDisplay. cc:78 * mbase/MStatusDisplay.[h,cc]: 78 79 - changed displayed year 80 - read and store MStatusArray to and from files 79 81 80 82 * mfileio/MReadTree.cc: … … 89 91 * mbase/Makefile, mbase/BaseLinkDef.h: 90 92 - added MStatusArray 91 92 * mbase/MStatusDisplay.cc:93 - read and store MStatusArray to and from files94 93 95 94 -
trunk/MagicSoft/Mars/mbase/MStatusDisplay.h
r2897 r3507 33 33 class MStatusDisplay : public TGMainFrame 34 34 { 35 friend class MStatusArray; 35 36 public: 36 TString fName; // status display identifier (name) (gROOT->FindObject())37 TString fTitle; // status display title38 39 37 typedef enum { 40 38 // kFile … … 65 63 66 64 protected: 65 TString fName; // status display identifier (name) (gROOT->FindObject()) 66 TString fTitle; // status display title 67 67 68 MLog *fLog; 68 69 MGList *fList; … … 118 119 void DrawClonePad(TCanvas &newc, const TCanvas &oldc) const; 119 120 void CanvasSetFillColor(TPad &c, Int_t col) const; 121 Bool_t Display(const TObjArray &list); 120 122 121 123 void AddExtension(TString &name, const TString &ext, Int_t num) const;
Note:
See TracChangeset
for help on using the changeset viewer.