Changeset 3226 for trunk/MagicSoft/Mars/mfileio
- Timestamp:
- 02/18/04 15:36:57 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfileio/MReadReports.cc
r3144 r3226 205 205 } 206 206 207 if (tree->GetEntries()==0) 208 { 209 *fLog << warn << "No events in tree '" << tree->GetName() << "'... skipped." << endl; 210 fTrees->RemoveFromList(tree); 211 continue; 212 } 213 207 214 TString tn(tree->GetTitle()); 208 215 if (tn.IsNull())
Note:
See TracChangeset
for help on using the changeset viewer.