Changeset 1084 for trunk/MagicSoft/Mars/mbase/MReadTree.h
- Timestamp:
- 11/15/01 12:28:18 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MReadTree.h
r1035 r1084 21 21 Bool_t fAutoEnable; // Flag for auto enabeling scheme 22 22 23 T OrdCollection *fVetoList;// List of Branches which are not allowed to get enabled24 T OrdCollection *fNotify;// List of TObjects to notify when switching files23 TList *fVetoList; // List of Branches which are not allowed to get enabled 24 TList *fNotify; // List of TObjects to notify when switching files 25 25 26 TGProgressBar *fProgress;// Possible display of status26 TGProgressBar *fProgress; // Possible display of status 27 27 28 void SetBranchStatus(const T OrdCollection*list, Bool_t status);28 void SetBranchStatus(const TList *list, Bool_t status); 29 29 void SetBranchStatus(TObject *branch, Bool_t status); 30 30 … … 58 58 virtual void AddNotify(TObject *obj); 59 59 virtual void SetOwner(Bool_t flag=kTRUE); 60 virtual void SetReadyToSave(Bool_t flag=kTRUE); 61 virtual void Print(Option_t *opt="") const; 60 62 61 63 virtual Int_t AddFile(const char *fname);
Note:
See TracChangeset
for help on using the changeset viewer.