Changeset 1600 for trunk/MagicSoft/Mars/mfileio/MReadTree.h
- Timestamp:
- 11/13/02 17:03:19 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfileio/MReadTree.h
r1572 r1600 2 2 #define MARS_MReadTree 3 3 4 #ifndef MARS_M Task5 #include "M Task.h"4 #ifndef MARS_MRead 5 #include "MRead.h" 6 6 #endif 7 7 8 8 class MChain; 9 9 class TBranch; 10 class TGProgressBar;11 10 12 class MReadTree : public M Task11 class MReadTree : public MRead 13 12 { 14 13 private: … … 27 26 28 27 private: 29 TGProgressBar *fProgress; //! Possible display of status30 31 28 void SetBranchStatus(const TList *list, Bool_t status); 32 29 void SetBranchStatus(TObject *branch, Bool_t status); … … 50 47 void EnableBranch(const char *name); 51 48 void VetoBranch(const char *name); 52 53 void SetProgressBar(TGProgressBar *bar) { fProgress = bar; }54 49 55 50 Bool_t GetEvent();
Note:
See TracChangeset
for help on using the changeset viewer.