Index: trunk/MagicSoft/Simulation/Detector/Camera/creadparam.h
===================================================================
--- trunk/MagicSoft/Simulation/Detector/Camera/creadparam.h	(revision 2963)
+++ trunk/MagicSoft/Simulation/Detector/Camera/creadparam.h	(revision 2964)
@@ -19,7 +19,7 @@
 //=
 //= $RCSfile: creadparam.h,v $
-//= $Revision: 1.22 $
+//= $Revision: 1.23 $
 //= $Author: blanch $ 
-//= $Date: 2003-10-26 19:51:30 $
+//= $Date: 2004-01-30 09:55:33 $
 //=
 //=//////////////////////////////////////////////////////////////////////
@@ -187,4 +187,7 @@
 T(source_offset),   /* Displacement of the source from the center */ \
 T(high_to_low),   /* Displacement of the source from the center */ \
+T(sigma_xy_cm_spot), /* Additional gaussian spread of mirror spot on camera */ \
+T(trigger_delay), /*  Delay in ns between beginning of FADC
+                      time window and the trigger instant.*/ \
 T(end_file)         /* end of the parameters file */
   
@@ -256,4 +259,6 @@
 void get_source_off(float *th, float *p);
 float get_High_to_Low(void);
+float get_sigma_xy_cm_spot(void);
+float get_trig_delay(void);
 //!@}
 
@@ -271,4 +276,7 @@
 /*
  * $Log: not supported by cvs2svn $
+ * Revision 1.22  2003/10/26 19:51:30  blanch
+ * Header file for creadparam.cxx version 1.25
+ *
  * Revision 1.21  2003/10/17 19:40:47  blanch
  * *** empty log message ***
