Index: trunk/MagicSoft/Simulation/Detector/StarResponse/srreadparam.h
===================================================================
--- trunk/MagicSoft/Simulation/Detector/StarResponse/srreadparam.h	(revision 682)
+++ trunk/MagicSoft/Simulation/Detector/StarResponse/srreadparam.h	(revision 683)
@@ -19,7 +19,7 @@
 //=
 //= $RCSfile: srreadparam.h,v $
-//= $Revision: 1.1 $
-//= $Author: magicsol $ 
-//= $Date: 2001-02-23 10:14:13 $
+//= $Revision: 1.2 $
+//= $Author: blanch $ 
+//= $Date: 2001-03-05 11:02:10 $
 //=
 //=//////////////////////////////////////////////////////////////////////
@@ -72,4 +72,7 @@
 #include "jcdebug.h"
 
+#include "MFadcDefine.h"
+#include "MTriggerDefine.h"
+
 //!@}
 
@@ -86,4 +89,7 @@
 T(database_path),   /* path to store the database */               \
 T(simulated_phe),   /* starfield file */                              \
+T(trig_properties), /* shape for the single phe trigger response */  \
+T(fadc_properties), /* shape for the single phe fadc response */ \
+T(write_root),      /* write root file with some histograms */ \
 T(end_file)         /* end of the parameters file */
   
@@ -121,4 +127,7 @@
 char *get_database_path(void);
 void get_simulated_phe(float *lphe, float *uphe, float *pphe);
+void get_trig_properties(float *shape, float *ampl, float *fwhm);
+void get_fadc_properties(float *shape, float *ampl, float *fwhm);
+int get_write_root();
 //!@}
 
@@ -136,4 +145,7 @@
 /*
  * $Log: not supported by cvs2svn $
+ * Revision 1.1  2001/02/23 10:14:13  magicsol
+ * Header file for srreadparam.cxx version 1.1
+ *
  */
 
