Changeset 3199 for trunk/MagicSoft/Mars/mfileio
- Timestamp:
- 02/16/04 15:37:25 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfileio/MWriteRootFile.cc
r2604 r3199 357 357 // The containers should be written in Splitlevel=1 358 358 // 359 *fLog << inf << "Creating Branch " << cname << " of " << cont->ClassName() << "... " << flush; 360 359 361 TString branchname(cname); 360 362 branchname.Append("."); … … 366 368 if (!branch) 367 369 { 370 *fLog << endl; 368 371 *fLog << err << "Unable to create branch '" << cname << "'." << endl; 369 372 return kFALSE; 370 373 } 371 374 375 *fLog << "done." << endl; 376 372 377 // 373 378 // Tell the entry also which branch belongs to it (this is necessary … … 375 380 // 376 381 entry->SetBranch(branch); 377 *fLog << inf << "Created Branch " << cname << " of " << cont->ClassName() << "." << endl;378 382 } 379 383 return kTRUE;
Note:
See TracChangeset
for help on using the changeset viewer.