Changeset 9103 for trunk/MagicSoft/Mars/mfileio/MReadTree.cc
- Timestamp:
- 08/06/08 15:10:17 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfileio/MReadTree.cc
r9041 r9103 295 295 Bool_t MReadTree::Notify() 296 296 { 297 cout << "--notify1--" << endl;298 299 297 // 300 298 // Do a consistency check for all branches … … 302 300 if (!CheckBranchSize()) 303 301 return kFALSE; 304 305 cout << "--notify2--" << endl;306 302 307 303 *fLog << inf << GetDescriptor() << ": Next file #" << GetFileIndex(); … … 345 341 return kFALSE; 346 342 } 347 348 cout << "--done--" << endl;349 343 350 344 return kTRUE;
Note:
See TracChangeset
for help on using the changeset viewer.