Changeset 1474 for trunk/MagicSoft/Mars/mfileio
- Timestamp:
- 08/02/02 09:32:34 (23 years ago)
- Location:
- trunk/MagicSoft/Mars/mfileio
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfileio/MReadTree.cc
r1472 r1474 777 777 } 778 778 779 // -------------------------------------------------------------------------- 780 // 781 // Implementation of SavePrimitive. Used to write the call to a constructor 782 // to a macro. In the original root implementation it is used to write 783 // gui elements to a macro-file. 784 // 779 785 void MReadTree::SavePrimitive(ofstream &out, Option_t *o="") 780 786 { -
trunk/MagicSoft/Mars/mfileio/MWriteRootFile.cc
r1472 r1474 397 397 } 398 398 399 // -------------------------------------------------------------------------- 400 // 401 // Implementation of SavePrimitive. Used to write the call to a constructor 402 // to a macro. In the original root implementation it is used to write 403 // gui elements to a macro-file. 404 // 399 405 void MWriteRootFile::SavePrimitive(ofstream &out, Option_t *o="") 400 406 { … … 413 419 out << entry->GetContName() << "\", \""; 414 420 out << entry->GetName() << "\", \""; 415 out << entry->GetTitle() << "\") " << endl;421 out << entry->GetTitle() << "\");" << endl; 416 422 } 417 423 }
Note:
See TracChangeset
for help on using the changeset viewer.