Index: trunk/MagicSoft/Simulation/Detector/Camera/creadparam.cxx
===================================================================
--- trunk/MagicSoft/Simulation/Detector/Camera/creadparam.cxx	(revision 503)
+++ trunk/MagicSoft/Simulation/Detector/Camera/creadparam.cxx	(revision 504)
@@ -19,7 +19,7 @@
 //=
 //= $RCSfile: creadparam.cxx,v $
-//= $Revision: 1.6 $
-//= $Author: harald $ 
-//= $Date: 2000-09-21 11:47:33 $
+//= $Revision: 1.7 $
+//= $Author: magicsol $ 
+//= $Date: 2001-01-15 12:37:48 $
 //=
 //=//////////////////////////////////////////////////////////////////////
@@ -103,4 +103,5 @@
 static int Trigger_Loop = FALSE;
 static float Trigger_gate_length = 3.0;
+static float Trigger_over_time = 0.25;
 static float Trigger_response_ampl = 1.0;
 static float Trigger_response_fwhm = 2.0;
@@ -400,5 +401,5 @@
       //  Get parameters for the diskriminator and the electronic
       //  response for one phe
-      sscanf(line, "%s %f %f %f", token, &Trigger_gate_length, &Trigger_response_ampl,&Trigger_response_fwhm);
+      sscanf(line, "%s %f %f %f %f", token, &Trigger_gate_length,&Trigger_over_time, &Trigger_response_ampl,&Trigger_response_fwhm);
 
       break;
@@ -1002,9 +1003,11 @@
 //!@{
 void
-get_Trigger_properties(float *gl, float *ra, float *rf)
+get_Trigger_properties(float *gl, float *ot, float *ra, float *rf)
 {
   *gl=Trigger_gate_length;
+  *ot=Trigger_over_time;
   *ra=Trigger_response_ampl;
   *rf=Trigger_response_fwhm;
+
 }
 //!@}
@@ -1059,4 +1062,8 @@
 //
 // $Log: not supported by cvs2svn $
+// Revision 1.6  2000/09/21 11:47:33  harald
+// Oscar found some smaller errors in the calculation of the pixel shape and
+// corrected it.
+//
 // Revision 1.5  2000/07/04 14:13:02  MagicSol
 // It reads from the general input card the parameters for the
