Index: trunk/MagicSoft/Simulation/Detector/Camera/creadparam.h
===================================================================
--- trunk/MagicSoft/Simulation/Detector/Camera/creadparam.h	(revision 1196)
+++ trunk/MagicSoft/Simulation/Detector/Camera/creadparam.h	(revision 1197)
@@ -19,7 +19,7 @@
 //=
 //= $RCSfile: creadparam.h,v $
-//= $Revision: 1.10 $
+//= $Revision: 1.11 $
 //= $Author: blanch $ 
-//= $Date: 2001-11-13 17:06:01 $
+//= $Date: 2002-01-18 17:45:37 $
 //=
 //=//////////////////////////////////////////////////////////////////////
@@ -53,4 +53,10 @@
   @- |data_file| filename :    
      Sets the name of the output data file (|.dat|).
+  @- |elec_noise_off| :    
+     De-activates ElecNoise for FADC and Trigger channels. By default it is on.
+  @- |fadc_noise_off| :    
+     Sets the  ElecNoise for FADC.
+  @- |trig_noise_off| :    
+     Sets the  ElecNoise for trigger system.
   @- |nsb_on| :    
      Activates the NSB simulation. This is the default.
@@ -148,4 +154,7 @@
 T(ct_file),         /* file with the characteristics of the CT */  \
 T(ana_pixels),      /* size of the camera for parameters calculation */  \
+T(elec_noise_off),  /* de-activates ElecNoise for FADC and Trigger channels */\
+T(fadc_noise),      /* ElecNoise for FADC */\
+T(trig_noise),      /* ElecNoise for trigger */\
 T(nsb_on),          /* activates NSB simulation */ \
 T(nsb_off),         /* de-activates NSB simulation */ \
@@ -226,4 +235,5 @@
 char *get_ct_filename(void);
 char *get_nsb_directory(void);
+int add_elec_noise(float *fadc, float *trig);
 int get_nsb(float *n, int *m);
 float get_tail_cut(void);
@@ -273,4 +283,7 @@
 /*
  * $Log: not supported by cvs2svn $
+ * Revision 1.10  2001/11/13 17:06:01  blanch
+ * Header file for creadparam.cxx version 1.12
+ *
  * Revision 1.9  2001/07/19 09:29:02  blanch
  * Header file for creadparam.cxx vrsion 1.10
