Changeset 6949 for trunk/MagicSoft/Mars/mfileio
- Timestamp:
- 04/18/05 10:35:54 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfileio/MReadMarsFile.cc
r6513 r6949 142 142 // returns the number of file which were added 143 143 // 144 if (!fRun) 145 return -1; 146 144 147 Int_t n1 = fRun->AddFile(fname); 145 148 Int_t n2 = MReadTree::AddFile(fname, entries); … … 231 234 Int_t MReadMarsFile::PreProcess(MParList *pList) 232 235 { 236 if (!fRun) 237 { 238 *fLog << err << "Error - Cannot use MReadMarsFile instantiated with default constructor... aborting." << endl; 239 return kFALSE; 240 } 241 233 242 fParList = pList; 234 243
Note:
See TracChangeset
for help on using the changeset viewer.