Ignore:
Timestamp:
03/02/05 20:49:19 (20 years ago)
Author:
moralejo
Message:
 Changed default pulse position in the FADC window. Now the high gain peak
 is around the 5th slice (changed default value of trigger_delay from 25 to
 19 ns)
File:
1 edited

Legend:

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

    r6560 r6710  
    1919//=
    2020//= $RCSfile: creadparam.cxx,v $
    21 //= $Revision: 1.37 $
     21//= $Revision: 1.38 $
    2222//= $Author: moralejo $
    23 //= $Date: 2005-02-17 09:15:28 $
     23//= $Date: 2005-03-02 20:49:19 $
    2424//=
    2525//=//////////////////////////////////////////////////////////////////////
     
    103103static float misp_y = 0.; // Mispointing in y
    104104
    105 static float trig_delay = 25.;  // Delay in ns between beginning of FADC
     105static float trig_delay = 19.;  // Delay in ns between beginning of FADC
    106106                                // time window and the trigger instant.
    107107
     
    14451445//
    14461446// $Log: not supported by cvs2svn $
     1447// Revision 1.37  2005/02/17 09:15:28  moralejo
     1448//
     1449// Set as default option that of writing all event headers to output file,
     1450// not only those of the triggered events. To disable it, set the input card
     1451// flag "no_write_all_event_headers".
     1452//
     1453// Changed such that output images for events below the minimum number of
     1454// photoelectrons nphe2NSB required to simulate the noise (NSB & electronic)
     1455// will be empty. This will avoid the problem of these events being processed,
     1456// without any noise, later in the chain. Although those images are not in the
     1457// output, one can still check in the headers (MMcTrig) how many such events
     1458// with less than nphe2NSB photoelectrons would have triggered.
     1459//
    14471460// Revision 1.36  2005/02/10 19:28:10  moralejo
    14481461//
Note: See TracChangeset for help on using the changeset viewer.