Changeset 1476 for trunk/MagicSoft
- Timestamp:
- 08/02/02 10:50:32 (23 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
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) << "(\""; -
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) << "("; -
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) << "(\""; -
trunk/MagicSoft/Mars/mbase/MEvtLoop.cc
r1474 r1476 292 292 } 293 293 294 void MEvtLoop::MakeMacro(const char *filename="evtloop.C") 294 // -------------------------------------------------------------------------- 295 // 296 // After you setup (or read) an Evtloop you can use this to write the 297 // eventloop setup as a macro. The default name is "evtloop.C". The default 298 // extension is .C If the extension is not given, .C is added. 299 // 300 void MEvtLoop::MakeMacro(const char *filename) 295 301 { 296 302 TString name(filename); -
trunk/MagicSoft/Mars/mbase/MParContainer.cc
r1474 r1476 354 354 // gui elements to a macro-file. 355 355 // 356 void MParContainer::SavePrimitive(ofstream &out, Option_t *o ="")356 void MParContainer::SavePrimitive(ofstream &out, Option_t *o) 357 357 { 358 358 out << " // SavePrimitive not overloaded... using default." << endl; -
trunk/MagicSoft/Mars/mbase/MParList.cc
r1474 r1476 666 666 // gui elements to a macro-file. 667 667 // 668 void MParList::SavePrimitive(ofstream &out, Option_t *o ="")668 void MParList::SavePrimitive(ofstream &out, Option_t *o) 669 669 { 670 670 out << " MParList " << ToLower(fName) << "(\""; -
trunk/MagicSoft/Mars/mbase/MTask.cc
r1474 r1476 269 269 // gui elements to a macro-file. 270 270 // 271 void MTask::SavePrimitive(ofstream &out, Option_t *o ="")271 void MTask::SavePrimitive(ofstream &out, Option_t *o) 272 272 { 273 273 MParContainer::SavePrimitive(out); -
trunk/MagicSoft/Mars/mbase/MTaskList.cc
r1474 r1476 520 520 // gui elements to a macro-file. 521 521 // 522 void MTaskList::SavePrimitive(ofstream &out, Option_t *o ="")522 void MTaskList::SavePrimitive(ofstream &out, Option_t *o) 523 523 { 524 524 out << " MTaskList " << ToLower(fName) << "(\""; -
trunk/MagicSoft/Mars/mdata/MData.cc
r1474 r1476 60 60 } 61 61 62 void MData::Print(Option_t *opt = "") const62 void MData::Print(Option_t *opt) const 63 63 { 64 64 *fLog << GetRule() << flush; -
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) << "(\""; -
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.