Ignore:
Timestamp:
12/15/04 01:56:39 (20 years ago)
Author:
MAGIC
Message:
 Added input card option pmt_jitter_ns to simulate the time jitter of
 PMTs. The input parameter is the sigma of a gaussian, which by
 default is sigma=0.25 ns. This jitter is applied to each phe-
 independently. We have not applied this to the NSB noise, since the
 arrival time of NSB photons is random and nothing would change.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Simulation/Detector/Camera/creadparam.h

    r5418 r5600  
    1919//=
    2020//= $RCSfile: creadparam.h,v $
    21 //= $Revision: 1.30 $
    22 //= $Author: moralejo $
    23 //= $Date: 2004-11-17 11:36:07 $
     21//= $Revision: 1.31 $
     22//= $Author: MAGIC $
     23//= $Date: 2004-12-15 01:56:39 $
    2424//=
    2525//=//////////////////////////////////////////////////////////////////////
     
    118118T(gain_fluctuations_off), /* Switches off PMT gain fluctuations for signal */ \
    119119T(noise_gain_fluctuations_off), /* Switches off PMT gain fluctuations for NSB noise */ \
     120T(pmt_jitter_ns), /* Sets the time jitter of each phe in the PMT */ \
    120121T(end_file)         /* end of the parameters file */
    121122
     
    193194float get_telescope_location_cm(int j, int icoor);
    194195float get_mirror_fraction(int j);
     196float get_pmt_jitter_ns();
    195197
    196198int   is_calibration_run();
     
    214216/*
    215217 * $Log: not supported by cvs2svn $
     218 * Revision 1.30  2004/11/17 11:36:07  moralejo
     219 * *** empty log message ***
     220 *
    216221 * Revision 1.29  2004/10/26 13:58:59  moralejo
    217222 *
Note: See TracChangeset for help on using the changeset viewer.