Changeset 5375 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
11/10/04 21:02:08 (20 years ago)
Author:
moralejo
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r5374 r5375  
    2020
    2121                                                 -*-*- 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
    2232 2004/11/10: Markus Gaug
    2333
  • trunk/MagicSoft/Mars/mhist/MHHadronness.cc

    r3325 r5375  
    102102    fGraph->SetMarkerStyle(kFullDotSmall);
    103103
    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);
    106106    fGhness->SetXTitle("Hadronness");
    107107    fPhness->SetXTitle("Hadronness");
Note: See TracChangeset for help on using the changeset viewer.