Changeset 1534


Ignore:
Timestamp:
10/09/02 15:14:56 (22 years ago)
Author:
bigongia
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r1533 r1534  
    11                                                                  -*-*- END -*-*-
     2
     3 2002/10/09: Abelardo Moralejo
     4
     5   * mhist/MHMcRate.cc:
     6     - fixed a bug in total rate calculation (results change very little,
     7       only a 0.2 percent at most)
    28
    39 2002/09/16: Thomas Bretz
  • trunk/MagicSoft/Mars/mhist/MHMcRate.cc

    r1164 r1534  
    195195    fShowerRateError = sqrt(fShowerRate);
    196196
    197     const Double_t anal2 = 1.0-anal*160.0e-9;
     197    // The simulated trigger time in the camera program is 160 ns:
     198    // 9/10/2002, AM: Fixed error below in calculation of "anal2"
     199    // ( added factor fShowerRate/simu )
     200
     201    const Double_t anal2 = 1.0-fShowerRate*(anal/simu)*160.0e-9;
    198202    const Double_t back2 = fBackSim*160.0e-9;
    199203
Note: See TracChangeset for help on using the changeset viewer.