Changeset 504
- Timestamp:
- 01/15/01 12:37:48 (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/Camera/creadparam.cxx
r435 r504 19 19 //= 20 20 //= $RCSfile: creadparam.cxx,v $ 21 //= $Revision: 1. 6$22 //= $Author: harald$23 //= $Date: 200 0-09-21 11:47:33$21 //= $Revision: 1.7 $ 22 //= $Author: magicsol $ 23 //= $Date: 2001-01-15 12:37:48 $ 24 24 //= 25 25 //=////////////////////////////////////////////////////////////////////// … … 103 103 static int Trigger_Loop = FALSE; 104 104 static float Trigger_gate_length = 3.0; 105 static float Trigger_over_time = 0.25; 105 106 static float Trigger_response_ampl = 1.0; 106 107 static float Trigger_response_fwhm = 2.0; … … 400 401 // Get parameters for the diskriminator and the electronic 401 402 // response for one phe 402 sscanf(line, "%s %f %f %f ", token, &Trigger_gate_length, &Trigger_response_ampl,&Trigger_response_fwhm);403 sscanf(line, "%s %f %f %f %f", token, &Trigger_gate_length,&Trigger_over_time, &Trigger_response_ampl,&Trigger_response_fwhm); 403 404 404 405 break; … … 1002 1003 //!@{ 1003 1004 void 1004 get_Trigger_properties(float *gl, float * ra, float *rf)1005 get_Trigger_properties(float *gl, float *ot, float *ra, float *rf) 1005 1006 { 1006 1007 *gl=Trigger_gate_length; 1008 *ot=Trigger_over_time; 1007 1009 *ra=Trigger_response_ampl; 1008 1010 *rf=Trigger_response_fwhm; 1011 1009 1012 } 1010 1013 //!@} … … 1059 1062 // 1060 1063 // $Log: not supported by cvs2svn $ 1064 // Revision 1.6 2000/09/21 11:47:33 harald 1065 // Oscar found some smaller errors in the calculation of the pixel shape and 1066 // corrected it. 1067 // 1061 1068 // Revision 1.5 2000/07/04 14:13:02 MagicSol 1062 1069 // It reads from the general input card the parameters for the
Note:
See TracChangeset
for help on using the changeset viewer.