Ignore:
Timestamp:
10/09/02 15:14:56 (22 years ago)
Author:
bigongia
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.