Changeset 6941 for trunk/MagicSoft/Mars
- Timestamp:
- 04/14/05 10:30:20 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r6938 r6941 21 21 22 22 -*-*- END OF LINE -*-*- 23 24 2005/04/14 Thomas Bretz 25 26 * mjobs/MJCut.cc: 27 - added MPointingPos to output 28 29 23 30 24 31 2005/04/13 Thomas Bretz -
trunk/MagicSoft/Mars/mjobs/MJCut.cc
r6917 r6941 74 74 MJCut::MJCut(const char *name, const char *title) 75 75 : fStoreSummary(kFALSE), fStoreResult(kFALSE), fWriteOnly(kFALSE), 76 fIsWobble(kFALSE), fFullDisplay(kFALSE), fEstimateEnergy(0),77 f CalcHadronness(0)76 fIsWobble(kFALSE), fFullDisplay(kFALSE), /*fSubstraction(kFALSE),*/ 77 fEstimateEnergy(0), fCalcHadronness(0) 78 78 { 79 79 fName = name ? name : "MJCut"; … … 253 253 EnableStorageOfResult(GetEnv("ResultFile", fStoreResult)); 254 254 EnableWobbleMode(GetEnv("WobbleMode", fIsWobble)); 255 EnableFullDisplay(GetEnv("FullDisplay", fFullDisplay)); 256 //EnableSubstraction(GetEnv("HistogramSubstraction", fSubstraction)); 255 257 256 258 return kTRUE; … … 276 278 write->AddContainer("MHillas", "Events"); 277 279 write->AddContainer("MHillasSrc", "Events"); 280 write->AddContainer("MPointingPos", "Events"); 278 281 write->AddContainer("MHillasSrcAnti", "Events", kFALSE); 279 282 write->AddContainer("MNewImagePar", "Events", kFALSE); … … 542 545 fillvs.SetNameTab("OnTime"); 543 546 544 /*545 M Weightweight;546 weight.Set Weight(-1);547 /* 548 MParameterD weight; 549 weight.SetVal(-1); 547 550 fill2a.SetWeight(&weight); 548 551 fill3a.SetWeight(&weight); 549 */ 552 fill4a.SetWeight(&weight); 553 fill5a.SetWeight(&weight); 554 fill6a.SetWeight(&weight); 555 fill7a.SetWeight(&weight); 556 if (fSubstraction) 557 { 558 fill2a.SetNameTab("PostCut-"); 559 fill3a.SetNameTab("VsSize-"); 560 fill4a.SetNameTab("HilExt-"); 561 fill5a.SetNameTab("HilSrc-"); 562 fill6a.SetNameTab("ImgPar-"); 563 fill7a.SetNameTab("NewPar-"); 564 } 565 */ 550 566 MFillH falpha2("MHAlpha", "MHillasSrc", "FillAlpha"); 551 567 MFillH ffs2("MHFalseSource", "MHillas", "FillFS");
Note:
See TracChangeset
for help on using the changeset viewer.