Changeset 3144 for trunk/MagicSoft/Mars/mfileio/MReadTree.cc
- Timestamp:
- 02/13/04 18:02:54 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfileio/MReadTree.cc
r3009 r3144 597 597 598 598 // 599 // check for files and for the tree! 600 // 601 if (!fChain->GetFile()) 602 { 603 *fLog << err << GetDescriptor() << ": No file or no tree with name " << fChain->GetName() << " in file." << endl; 604 return kFALSE; 605 } 606 607 // 599 608 // get number of events in this tree 600 609 // 601 610 if (!GetEntries()) 602 611 { 603 *fLog << warn<< GetDescriptor() << ": No entries found in file(s)" << endl;612 *fLog << err << GetDescriptor() << ": No entries found in file(s)" << endl; 604 613 return kFALSE; 605 614 }
Note:
See TracChangeset
for help on using the changeset viewer.