Changeset 6738 for trunk


Ignore:
Timestamp:
03/04/05 09:39:38 (20 years ago)
Author:
moralejo
Message:
*** empty log message ***
Location:
trunk/MagicSoft
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r6732 r6738  
    2121
    2222                                                 -*-*- END OF LINE -*-*-
     23 2005/03/04 Abelardo Moralejo
     24
     25   * mmc/MFadcDefine.h
     26     - Changed constant SUBBINS from 5 to 500. This defines the
     27       resolution of the analog signal simulation in the camera MC.
     28       The time step is the duration of one FADC slice divided by
     29       SUBBINS. The change was necessary to implement correctly the PMT
     30       time jitter.
     31
    2332 2005/03/03 Markus Gaug
    2433
  • trunk/MagicSoft/include-Classes/MMcFormat/MFadcDefine.h

    r5253 r6738  
    1313//
    1414//  --> Number of bins per FADC slice that we will use for the analog
    15 //      signal simulation.
    16 #define SUBBINS     5
     15//      signal simulation. In March 2005, raised this value from 5 to 500
     16//      so that we can properly simulate the time jitter of the PMTs (which is
     17//      by default 200 ps)
     18#define SUBBINS     500
    1719//
    1820//
Note: See TracChangeset for help on using the changeset viewer.