Changeset 2296 for trunk/MagicSoft/Mars/mfileio/MRead.h
- Timestamp:
- 07/29/03 13:18:57 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfileio/MRead.h
r2117 r2296 7 7 8 8 class MFilter; 9 class MDirIter; 9 10 10 11 class MRead : public MTask … … 22 23 MFilter *GetSelector() { return fSelector; } 23 24 24 Int_t AddFile(const char *fname, Int_t entries=-1) { return -1; } 25 virtual Int_t AddFile(const char *fname, Int_t entries=-1) { return -1; } 26 Int_t AddFiles(MDirIter &next); 25 27 26 28 Bool_t ReadEnv(const TEnv &env, TString prefix, Bool_t print);
Note:
See TracChangeset
for help on using the changeset viewer.