Index: trunk/MagicSoft/Simulation/Detector/Camera/creadparam.h
===================================================================
--- trunk/MagicSoft/Simulation/Detector/Camera/creadparam.h	(revision 2336)
+++ trunk/MagicSoft/Simulation/Detector/Camera/creadparam.h	(revision 2337)
@@ -19,7 +19,7 @@
 //=
 //= $RCSfile: creadparam.h,v $
-//= $Revision: 1.17 $
+//= $Revision: 1.18 $
 //= $Author: blanch $ 
-//= $Date: 2003-07-17 18:05:13 $
+//= $Date: 2003-09-15 10:23:31 $
 //=
 //=//////////////////////////////////////////////////////////////////////
@@ -154,4 +154,6 @@
 T(root_file),       /* ROOT file */                               \
 T(ct_file),         /* file with the characteristics of the CT */ \
+T(ct_num),          /* number of CT, which is number of reflector files */ \
+T(ct_geom),         /* class with the geometry of the CT camera */ \
 T(qe_file),         /* file with the characteristics of the CT */ \
 T(ana_pixels),      /* size of the camera for parameters calculation */  \
@@ -220,5 +222,5 @@
 
 void readparam(char * filename);
-char *get_input_filename(void);
+char *get_input_filename(int i);
 char *get_starfield_filename(void);
 void get_starfield_center(int *rh,int *rm,int *rs,int *dd,int *dm,int *ds);
@@ -228,5 +230,7 @@
 char *get_loop_filename(void);
 char *get_ct_filename(void);
-char *get_qe_filename(void);
+int get_ct_number(void);
+int get_ct_geometry(void);
+char *get_qe_filename(int ict=0);
 char *get_nsb_directory(void);
 char *get_nsb_directory_outer(void);
@@ -251,5 +255,5 @@
 float get_FADC_pedestal(void);
 int get_Trigger_Loop(float *lt, float *ut, float *st, int *lm, int *um, int *lg, int *ug);
-void get_Trigger_Single(float *t, int *m, int *g);
+void get_Trigger_Single(float **t, int *m, int *g);
 void get_threshold(float *t);
 void get_secure_threhold(float *ac, float *disc);
@@ -271,4 +275,7 @@
 /*
  * $Log: not supported by cvs2svn $
+ * Revision 1.17  2003/07/17 18:05:13  blanch
+ * Header file for creadparam.cxx 1.20
+ *
  * Revision 1.16  2003/01/14 13:37:32  blanch
  * Option to set a dc value to rise the discriminator threshold has been added.
