- Timestamp:
- 07/22/08 17:04:19 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfileio/MReadFiles.cc
r9029 r9031 119 119 // This opens the next file in the list and deletes its name from the list. 120 120 // 121 Bool_t MReadFiles::OpenNextFile( )121 Bool_t MReadFiles::OpenNextFile(Int_t num) 122 122 { 123 123 // First close an open file, if any 124 124 Close(); 125 126 if (num>=0) 127 fNumFile=num; 125 128 126 129 // Check for the existence of a next file to read … … 199 202 } 200 203 204 Int_t MReadFiles::PostProcess() 205 { 206 Close(); 207 return kTRUE; 208 } 209 201 210 202 211 // --------------------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.