Changeset 1476 for trunk/MagicSoft/Mars/manalysis
- Timestamp:
- 08/02/02 10:50:32 (23 years ago)
- Location:
- trunk/MagicSoft/Mars/manalysis
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/MagicSoft/Mars/manalysis/MHillasSrcCalc.cc ¶
r1474 r1476 103 103 // gui elements to a macro-file. 104 104 // 105 void MHillasSrcCalc::SavePrimitive(ofstream &out, Option_t *o ="")105 void MHillasSrcCalc::SavePrimitive(ofstream &out, Option_t *o) 106 106 { 107 107 out << " MHillasSrcCalc " << ToLower(fName) << "(\""; -
TabularUnified trunk/MagicSoft/Mars/manalysis/MImgCleanStd.cc ¶
r1474 r1476 414 414 // gui elements to a macro-file. 415 415 // 416 void MImgCleanStd::SavePrimitive(ofstream &out, Option_t *o ="")416 void MImgCleanStd::SavePrimitive(ofstream &out, Option_t *o) 417 417 { 418 418 out << " MImgCleanStd " << ToLower(fName) << "("; -
TabularUnified trunk/MagicSoft/Mars/manalysis/MSrcPosCam.cc ¶
r1474 r1476 88 88 // gui elements to a macro-file. 89 89 // 90 void MSrcPosCam::SavePrimitive(ofstream &out, Option_t *o ="")90 void MSrcPosCam::SavePrimitive(ofstream &out, Option_t *o) 91 91 { 92 92 out << " MSrcPosCam " << ToLower(fName) << "(\"";
Note:
See TracChangeset
for help on using the changeset viewer.