Ignore:
Timestamp:
03/02/05 21:45:30 (20 years ago)
Author:
moralejo
Message:
 Changed meaning of pmt_jitter: now it is not the jitter per phe-, but
 the jitter of the total pulse in each pixel (and independent from pixel
 to pixel).
File:
1 edited

Legend:

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

    r6710 r6713  
    1919//=
    2020//= $RCSfile: creadparam.cxx,v $
    21 //= $Revision: 1.38 $
     21//= $Revision: 1.39 $
    2222//= $Author: moralejo $
    23 //= $Date: 2005-03-02 20:49:19 $
     23//= $Date: 2005-03-02 21:45:30 $
    2424//=
    2525//=//////////////////////////////////////////////////////////////////////
     
    9595static float FADC_slices_per_ns = FADC_SLICES_PER_NSEC;
    9696static int   FADC_slices_written = FADC_SLICES;
    97 static float High_to_Low = 10.0;      //@< Low gain channel respct to High
     97static float High_to_Low = 10.0; // Low gain channel respect to High
    9898
    9999static float sigma_x_spot = 0.; // Sigma in x and y (cm) for additional
     
    106106                                // time window and the trigger instant.
    107107
    108 static float pmt_jitter = 0.25; // Time jitter in ns (sigma of gaussian)
    109                                 // of the PMT (per phe)
     108static float pmt_jitter = 0.2; // Time jitter in ns (sigma of gaussian); it is the
     109                               // jitter, due to the PMT, of the whole pulse from the pixel!
    110110
    111111static float CTcoor[MAX_NUMBER_OF_CTS][3];
     
    14451445//
    14461446// $Log: not supported by cvs2svn $
     1447// Revision 1.38  2005/03/02 20:49:19  moralejo
     1448//
     1449//  Changed default pulse position in the FADC window. Now the high gain peak
     1450//  is around the 5th slice (changed default value of trigger_delay from 25 to
     1451//  19 ns)
     1452//
    14471453// Revision 1.37  2005/02/17 09:15:28  moralejo
    14481454//
Note: See TracChangeset for help on using the changeset viewer.