Index: trunk/MagicSoft/Simulation/Detector/StarResponse/srreadparam.cxx
===================================================================
--- trunk/MagicSoft/Simulation/Detector/StarResponse/srreadparam.cxx	(revision 2976)
+++ trunk/MagicSoft/Simulation/Detector/StarResponse/srreadparam.cxx	(revision 2977)
@@ -19,7 +19,7 @@
 //=
 //= $RCSfile: srreadparam.cxx,v $
-//= $Revision: 1.2 $
+//= $Revision: 1.3 $
 //= $Author: blanch $ 
-//= $Date: 2001-03-05 11:01:44 $
+//= $Date: 2004-01-30 10:34:59 $
 //=
 //=//////////////////////////////////////////////////////////////////////
@@ -73,5 +73,5 @@
 static float Simulated_Phe_p = 0.1;          //@< precision for phe loop
 static float FADC_Shape=0.0;
-static float FADC_Ampl=MFADC_RESPONSE_AMPLITUDE;
+static float FADC_Integ=MFADC_RESPONSE_INTEGRAL;
 static float FADC_FWHM=MFADC_RESPONSE_FWHM;
 static float Trig_Shape=0.0;
@@ -162,5 +162,5 @@
     case fadc_properties:       //@< shape of fadc response
           
-      sscanf(line, "%s %f %f %f", token, &FADC_Shape, &FADC_Ampl,
+      sscanf(line, "%s %f %f %f", token, &FADC_Shape, &FADC_Integ,
 	     &FADC_FWHM);
 
@@ -271,8 +271,8 @@
 //!@{
 void
-get_fadc_properties(float *shape, float *ampl, float *fwhm)
+get_fadc_properties(float *shape, float *integ, float *fwhm)
 {
   *shape =  FADC_Shape;
-  *ampl =  FADC_Ampl;
+  *integ =  FADC_Integ;
   *fwhm =  FADC_FWHM;
 }
@@ -304,4 +304,8 @@
 //
 // $Log: not supported by cvs2svn $
+// Revision 1.2  2001/03/05 11:01:44  blanch
+// Commads to enter the FADC and trigger properties have been added.
+// There is also a new command that allows to writte the root files or not
+//
 // Revision 1.1  2001/02/23 10:13:44  magicsol
 // It read form an input card (defeult=starresponse.par) the parameters that
