Index: trunk/MagicSoft/Simulation/Detector/Camera/creadparam.h
===================================================================
--- trunk/MagicSoft/Simulation/Detector/Camera/creadparam.h	(revision 672)
+++ trunk/MagicSoft/Simulation/Detector/Camera/creadparam.h	(revision 673)
@@ -19,7 +19,7 @@
 //=
 //= $RCSfile: creadparam.h,v $
-//= $Revision: 1.7 $
-//= $Author: magicsol $ 
-//= $Date: 2001-02-23 10:56:10 $
+//= $Revision: 1.8 $
+//= $Author: blanch $ 
+//= $Date: 2001-03-05 10:44:44 $
 //=
 //=//////////////////////////////////////////////////////////////////////
@@ -126,4 +126,7 @@
 #include "camera-v.h"
 
+#include "MTriggerDefine.h"
+#include "MFadcDefine.h"
+
 //!@}
 
@@ -161,4 +164,5 @@
 T(nowrite_McEvt),   /* nowrite to file .root McEvt infos */ \
 T(write_McTrig),    /* write to file .root McTrig infos */ \
+T(write_McFadc),    /* write to file .root McFadc infos */ \
 T(write_all_data),  /* write to file .dat ALL image data */ \
 T(select_energy),   /* energy range to read: only for .phe files */ \
@@ -169,4 +173,5 @@
 T(trigger_loop),    /* make loop over trigger conditions */ \
 T(trigger_prop),    /* values of trigger properties */ \
+T(fadc_prop),    /* values of fadc properties */ \
 T(trigger_single),  /* trigger conditions */ \
 T(Trigger_Loop_Output_Only_Specialists),   /* special steercard */ \
@@ -216,5 +221,5 @@
 char *get_ct_filename(void);
 char *get_nsb_directory(void);
-int get_nsb(float *n);
+int get_nsb(float *n, int *m);
 float get_threshold(void);
 float get_tail_cut(void);
@@ -231,4 +236,5 @@
 int get_write_McEvt(void);
 int get_write_McTrig(void);
+int get_write_McFadc(void);
 int get_write_RawEvt(void);
 //
@@ -240,4 +246,5 @@
 int get_Trigger_Scan(void);
 void get_Trigger_properties(float *gl, float *ot, float *ra, float *rf);
+void get_FADC_properties(float *ra, float *rf);
 int get_Trigger_Loop(int *lt, int *ut, int *lm, int *um, int *lg, int *ug);
 void get_Trigger_Single(float *t, int *m, int *g);
@@ -257,4 +264,7 @@
 /*
  * $Log: not supported by cvs2svn $
+ * Revision 1.7  2001/02/23 10:56:10  magicsol
+ * Header file for creadparam.cxx version 1.8
+ *
  * Revision 1.6  2001/01/15 12:38:00  magicsol
  * *** empty log message ***
