Changeset 7653 for trunk/MagicSoft
- Timestamp:
- 04/23/06 14:11:40 (19 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7652 r7653 18 18 19 19 -*-*- END OF LINE -*-*- 20 21 2006/04/23 Thomas Bretz 22 23 * mhist/MHHadronness.cc: 24 - do not reset the two hadronness-histograms in SetupFill 25 otherwise MJTrainSeparation cannot work correctly 26 27 20 28 21 29 2006/04/22 Thomas Bretz -
trunk/MagicSoft/Mars/mhist/MHHadronness.cc
r7413 r7653 165 165 fHadronness = (MParameterD*)plist->FindObject("MHadronness"); 166 166 167 fGhness->Reset();168 fPhness->Reset();167 // fGhness->Reset(); 168 // fPhness->Reset(); 169 169 170 170 /* -
trunk/MagicSoft/Mars/mjtrain/MJTrainSeparation.cc
r7552 r7653 509 509 plist.AddToList(&binsy); 510 510 511 MH3 h31("MHillas.fSize", "MHadronness.fVal"); 512 MH3 h32("MHillas.fSize", "MHadronness.fVal"); 511 MH3 h31("MHillas.fSize", "MHadronness.fVal"); 512 MH3 h32("MHillas.fSize", "MHadronness.fVal"); 513 MH3 h40("MMcEvt.fEnergy", "MHadronness.fVal"); 513 514 h31.SetTitle("Background probability vs. Size:Size [phe]:Hadronness"); 514 515 h32.SetTitle("Background probability vs. Size:Size [phe]:Hadronness"); 516 h40.SetTitle("Background probability vs. Energy:Energy [GeV]:Hadronness"); 515 517 516 518 MHHadronness hist; … … 520 522 MFillH fillh1(&h31); 521 523 MFillH fillh2(&h32); 524 MFillH fillh4(&h40); 522 525 fillh1.SetNameTab("Background"); 523 fillh2.SetNameTab("Gammas"); 526 fillh2.SetNameTab("GammasH"); 527 fillh4.SetNameTab("GammasE"); 524 528 fillh0.SetBit(MFillH::kDoNotDisplay); 525 529 … … 562 566 tlist.Replace(&read4); 563 567 tlist.Replace(&fillh2); 568 tlist.AddAfter(&fillh2, &fillh4); 564 569 565 570 if (!loop.Eventloop())
Note:
See TracChangeset
for help on using the changeset viewer.