Index: trunk/MagicSoft/Simulation/Detector/Camera/creadparam.h
===================================================================
--- trunk/MagicSoft/Simulation/Detector/Camera/creadparam.h	(revision 384)
+++ trunk/MagicSoft/Simulation/Detector/Camera/creadparam.h	(revision 385)
@@ -19,7 +19,7 @@
 //=
 //= $RCSfile: creadparam.h,v $
-//= $Revision: 1.2 $
-//= $Author: petry $ 
-//= $Date: 2000-02-18 17:50:07 $
+//= $Revision: 1.3 $
+//= $Author: blanch $ 
+//= $Date: 2000-03-24 18:15:46 $
 //=
 //=//////////////////////////////////////////////////////////////////////
@@ -159,8 +159,13 @@
 T(read_phe),        /* read an already camera processed file */ \
 T(write_all_images),/* write to file .phe ALL images (even w.o. trigger)*/ \
+T(nowrite_McEvt),   /* nowrite to file .root McEvt infos */ \
+T(write_McTrig),    /* write to file .root McTrig infos */ \
+T(write_RawEvt),    /* write to file .root RawEvt infos */ \
 T(write_all_data),  /* write to file .dat ALL image data */ \
 T(select_energy),   /* energy range to read: only for .phe files */ \
 T(trigger_radius),  /* trigger radius for the camera */ \
 T(correction),      /* factor for correction in the pixel values */ \
+T(trigger_scan),    /* show signal in the diskriminator */ \
+T(fadc_scan),       /* show fadc signal */ \
 T(end_file)         /* end of the parameters file */
   
@@ -219,8 +224,15 @@
 int get_read_phe_all(void);
 int get_write_all_images(void);
+//
+int get_write_McEvt(void);
+int get_write_McTrig(void);
+int get_write_RawEvt(void);
+//
 int get_write_all_data(void);
 int get_select_energy(float *le, float *ue);
 int get_trigger_radius(float *radius);
 int get_correction(float *corr);
+int get_FADC_Scan(void);
+int get_Trigger_Scan(void);
 //!@}
 
@@ -238,4 +250,12 @@
 /*
  * $Log: not supported by cvs2svn $
+ * Revision 1.2  2000/02/18 17:50:07  petry
+ * This version belongs to camera.cxx 1.5.
+ * It version has been put in the repository in order to be
+ * able to share the further development with others.
+ *
+ * If you need something working, wait or take an earlier one.
+ * See file README
+ *
  * Revision 1.1.1.1  1999/11/05 11:59:34  harald
  * This the starting point for CVS controlled further developments of the
