Changeset 1020 for trunk/MagicSoft/Mars/mbase/MReadTree.h
- Timestamp:
- 10/31/01 14:38:20 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MReadTree.h
r1014 r1020 7 7 8 8 class TChain; 9 class TGProgressBar; 9 10 10 11 class MReadTree : public MTask … … 21 22 TOrdCollection *fVetoList; // List of Branches which are not allowed to get enabled 22 23 24 TGProgressBar *fProgress; // Possible display of status 25 23 26 void EnableBranches(MParList *plist); 24 27 void EnableBranchChoosing(); … … 30 33 Bool_t PreProcess(MParList *pList); 31 34 Bool_t Process(); 35 36 void SetProgressBar(TGProgressBar *bar) { fProgress = bar; } 32 37 33 38 Int_t AddFile(const char *fname);
Note:
See TracChangeset
for help on using the changeset viewer.