- Timestamp:
- 12/15/04 01:56:39 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/Camera/creadparam.cxx
r5418 r5600 19 19 //= 20 20 //= $RCSfile: creadparam.cxx,v $ 21 //= $Revision: 1.3 4$22 //= $Author: moralejo$23 //= $Date: 2004-1 1-17 11:36:07$21 //= $Revision: 1.35 $ 22 //= $Author: MAGIC $ 23 //= $Date: 2004-12-15 01:56:39 $ 24 24 //= 25 25 //=////////////////////////////////////////////////////////////////////// … … 106 106 // time window and the trigger instant. 107 107 108 static float pmt_jitter = 0.25; // Time jitter in ns (sigma of gaussian) 109 // of the PMT (per phe) 110 108 111 static float CTcoor[MAX_NUMBER_OF_CTS][3]; 109 112 … … 563 566 break; 564 567 568 case pmt_jitter_ns: 569 570 sscanf(line, "%s %f", token, &pmt_jitter); 571 break; 572 565 573 566 574 case sigma_xy_cm_spot: … … 1389 1397 } 1390 1398 1399 float get_pmt_jitter_ns(){ 1400 1401 return pmt_jitter; 1402 1403 } 1404 1391 1405 float get_telescope_location_cm(int j, int icoor){ 1392 1406 … … 1430 1444 // 1431 1445 // $Log: not supported by cvs2svn $ 1446 // Revision 1.34 2004/11/17 11:36:07 moralejo 1447 // *** empty log message *** 1448 // 1432 1449 // Revision 1.33 2004/10/26 13:58:59 moralejo 1433 1450 //
Note:
See TracChangeset
for help on using the changeset viewer.