Changeset 1527 for trunk/MagicSoft/Mars/mfileio/MReadTree.h
- Timestamp:
- 09/17/02 11:06:33 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfileio/MReadTree.h
r1477 r1527 60 60 UInt_t GetEntries() const { return fNumEntries; } 61 61 62 TString GetFileName() const;63 Int_t GetFileIndex() const;62 TString GetFileName() const; 63 Int_t GetFileIndex() const; 64 64 65 65 virtual void AddNotify(TObject *obj); … … 68 68 69 69 virtual Int_t AddFile(const char *fname); 70 virtual Int_t AddFiles(const MReadTree &read); 70 71 71 72 virtual Bool_t PreProcess(MParList *pList);
Note:
See TracChangeset
for help on using the changeset viewer.