Changeset 1476 for trunk/MagicSoft/Mars/mhist
- Timestamp:
- 08/02/02 10:50:32 (23 years ago)
- Location:
- trunk/MagicSoft/Mars/mhist
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MBinning.cc
r1474 r1476 70 70 // gui elements to a macro-file. 71 71 // 72 void MBinning::SavePrimitive(ofstream &out, Option_t *o ="")72 void MBinning::SavePrimitive(ofstream &out, Option_t *o) 73 73 { 74 74 out << " TArrayD dummy;" << endl; -
trunk/MagicSoft/Mars/mhist/MFillH.cc
r1474 r1476 350 350 // gui elements to a macro-file. 351 351 // 352 void MFillH::SavePrimitive(ofstream &out, Option_t *o ="")352 void MFillH::SavePrimitive(ofstream &out, Option_t *o) 353 353 { 354 354 out << " MFillH " << ToLower(fName) << "(\""; -
trunk/MagicSoft/Mars/mhist/MH3.cc
r1474 r1476 384 384 // gui elements to a macro-file. 385 385 // 386 void MH3::SavePrimitive(ofstream &out, Option_t *o ="")386 void MH3::SavePrimitive(ofstream &out, Option_t *o) 387 387 { 388 388 TString name = ToLower(fName);
Note:
See TracChangeset
for help on using the changeset viewer.