Changeset 4601 for trunk/MagicSoft/Mars/mfileio
- Timestamp:
- 08/12/04 16:41:37 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/mfileio
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfileio/MRead.cc
r2298 r4601 82 82 // Number of entries at the moment not supported 83 83 // 84 Bool_t MRead::ReadEnv(const TEnv &env, TString prefix, Bool_t print)84 Int_t MRead::ReadEnv(const TEnv &env, TString prefix, Bool_t print) 85 85 { 86 86 // -
trunk/MagicSoft/Mars/mfileio/MRead.h
r2298 r4601 26 26 Int_t AddFiles(MDirIter &dir); 27 27 28 Bool_t ReadEnv(const TEnv &env, TString prefix, Bool_t print);28 Int_t ReadEnv(const TEnv &env, TString prefix, Bool_t print); 29 29 30 30 ClassDef(MRead, 0) // Base class for a reading task
Note:
See TracChangeset
for help on using the changeset viewer.