Changeset 1476 for trunk/MagicSoft/Mars/mfileio
- Timestamp:
- 08/02/02 10:50:32 (22 years ago)
- Location:
- trunk/MagicSoft/Mars/mfileio
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfileio/MReadTree.cc
r1474 r1476 783 783 // gui elements to a macro-file. 784 784 // 785 void MReadTree::SavePrimitive(ofstream &out, Option_t *o ="")785 void MReadTree::SavePrimitive(ofstream &out, Option_t *o) 786 786 { 787 787 TString name = ToLower(fName); -
trunk/MagicSoft/Mars/mfileio/MWriteRootFile.cc
r1474 r1476 403 403 // gui elements to a macro-file. 404 404 // 405 void MWriteRootFile::SavePrimitive(ofstream &out, Option_t *o ="")405 void MWriteRootFile::SavePrimitive(ofstream &out, Option_t *o) 406 406 { 407 407 out << " MWriteRootFile " << ToLower(fName) << "(\"";
Note:
See TracChangeset
for help on using the changeset viewer.