Changeset 6713 for trunk/MagicSoft/Simulation/Detector/Camera
- Timestamp:
- 03/02/05 21:45:30 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/Camera/creadparam.cxx
r6710 r6713 19 19 //= 20 20 //= $RCSfile: creadparam.cxx,v $ 21 //= $Revision: 1.3 8$21 //= $Revision: 1.39 $ 22 22 //= $Author: moralejo $ 23 //= $Date: 2005-03-02 2 0:49:19$23 //= $Date: 2005-03-02 21:45:30 $ 24 24 //= 25 25 //=////////////////////////////////////////////////////////////////////// … … 95 95 static float FADC_slices_per_ns = FADC_SLICES_PER_NSEC; 96 96 static int FADC_slices_written = FADC_SLICES; 97 static float High_to_Low = 10.0; //@< Low gain channel respct to High97 static float High_to_Low = 10.0; // Low gain channel respect to High 98 98 99 99 static float sigma_x_spot = 0.; // Sigma in x and y (cm) for additional … … 106 106 // time window and the trigger instant. 107 107 108 static float pmt_jitter = 0.2 5; // Time jitter in ns (sigma of gaussian)109 // of the PMT (per phe)108 static 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! 110 110 111 111 static float CTcoor[MAX_NUMBER_OF_CTS][3]; … … 1445 1445 // 1446 1446 // $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 // 1447 1453 // Revision 1.37 2005/02/17 09:15:28 moralejo 1448 1454 //
Note:
See TracChangeset
for help on using the changeset viewer.