Changeset 1568 for trunk/MagicSoft/Mars/mfileio/MReadTree.h
- Timestamp:
- 10/30/02 17:09:31 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfileio/MReadTree.h
r1527 r1568 23 23 TList *fVetoList; // List of Branches which are not allowed to get enabled 24 24 TList *fNotify; // List of TObjects to notify when switching files 25 26 enum { kChainWasChanged = BIT(14) }; 25 27 26 28 private: … … 58 60 59 61 UInt_t GetEventNum() const { return fNumEntry; } 60 UInt_t GetEntries() const { return fNumEntries; }62 UInt_t GetEntries(); 61 63 62 64 TString GetFileName() const;
Note:
See TracChangeset
for help on using the changeset viewer.