Changeset 5375 for trunk/MagicSoft/Mars
- Timestamp:
- 11/10/04 21:02:08 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r5374 r5375 20 20 21 21 -*-*- END OF LINE -*-*- 22 2004/11/10: Abelardo Moralejo 23 24 * mhist/MHHadronness.cc 25 - Changed upper limit of hadronness histograms from 1. to 1.0001. 26 Before, events with hadronness=1 were put in the overflow bin, 27 and they were not counted in the calculation of hadron efficiency 28 or of the quality factors that were displayed in the plots and 29 on the text messages. At high energies the underestimation of Q 30 could be as large as a 20%. 31 22 32 2004/11/10: Markus Gaug 23 33 -
trunk/MagicSoft/Mars/mhist/MHHadronness.cc
r3325 r5375 102 102 fGraph->SetMarkerStyle(kFullDotSmall); 103 103 104 fGhness = new TH1D("Ghness", "Acceptance vs. Hadronness (Gammas)", nbins, 0, 1 );105 fPhness = new TH1D("Phness", "Acceptance vs. Hadronness (Hadrons)", nbins, 0, 1 );104 fGhness = new TH1D("Ghness", "Acceptance vs. Hadronness (Gammas)", nbins, 0, 1.0001); 105 fPhness = new TH1D("Phness", "Acceptance vs. Hadronness (Hadrons)", nbins, 0, 1.0001); 106 106 fGhness->SetXTitle("Hadronness"); 107 107 fPhness->SetXTitle("Hadronness");
Note:
See TracChangeset
for help on using the changeset viewer.