Index: trunk/MagicSoft/Simulation/Detector/Camera/creadparam.h
===================================================================
--- trunk/MagicSoft/Simulation/Detector/Camera/creadparam.h	(revision 2391)
+++ trunk/MagicSoft/Simulation/Detector/Camera/creadparam.h	(revision 2392)
@@ -19,7 +19,7 @@
 //=
 //= $RCSfile: creadparam.h,v $
-//= $Revision: 1.20 $
+//= $Revision: 1.21 $
 //= $Author: blanch $ 
-//= $Date: 2003-09-23 17:38:59 $
+//= $Date: 2003-10-17 19:40:47 $
 //=
 //=//////////////////////////////////////////////////////////////////////
@@ -157,5 +157,5 @@
 T(qe_file),         /* file with the characteristics of the CT */ \
 T(elec_noise_off),  /* de-activates ElecNoise for FADC and Trigger channels */\
-T(fadc_pedestal),      /* Pedestal value for FADC */\
+T(fadc_pedestal),   /* Pedestal value for FADC */\
 T(fadc_noise),      /* ElecNoise for FADC */\
 T(trig_noise),      /* ElecNoise for trigger */\
@@ -187,4 +187,5 @@
 T(Trigger_Loop_Output_Only_Specialists),   /* special steercard */ \
 T(source_offset),   /* Displacement of the source from the center */ \
+T(high_to_low),   /* Displacement of the source from the center */ \
 T(end_file)         /* end of the parameters file */
   
@@ -232,5 +233,5 @@
 char *get_nsb_directory(void);
 char *get_nsb_directory_outer(void);
-int add_elec_noise(float *fadc, float *trig);
+int add_elec_noise(float *fadc, float *digi, float *trig);
 int get_nsb(float *n, int *m);
 long int get_seeds(int n);
@@ -256,4 +257,5 @@
 int get_indi_thres_pixel(void);
 void get_source_off(float *th, float *p);
+float get_High_to_Low(void);
 //!@}
 
@@ -271,4 +273,7 @@
 /*
  * $Log: not supported by cvs2svn $
+ * Revision 1.20  2003/09/23 17:38:59  blanch
+ * *** empty log message ***
+ *
  * Revision 1.19  2003/09/23 16:52:43  blanch
  * Header file for creadparam.cxx 1.22
Index: trunk/MagicSoft/Simulation/Detector/Camera/input.card
===================================================================
--- trunk/MagicSoft/Simulation/Detector/Camera/input.card	(revision 2391)
+++ trunk/MagicSoft/Simulation/Detector/Camera/input.card	(revision 2392)
@@ -3,5 +3,5 @@
 # Enter the input card for each telescope (0, 1, ...) that you want to
 # simulate
-input_file  0  /remote/disc02/magic/Data/RefData/Protons/Proton_0/Proton_0_90_4_0to0.rfl
+input_file  0  /disc02/Data/RefData/Protons/Proton_0/Proton_0_90_4_0to0.rfl
 #
 # qe file name for each telescope (0, 1, ...)
@@ -9,9 +9,9 @@
 #
 # Reflector format file that gives the NSB from the stars
-#starfield_file    ../ReflectorData/CrabNebula.rfl
+#starfield_file    /remote/disc02/magic/Data/RefData/CrabNebula.rfl 
 #
 # Center of the FOV for stars light, right information should
 # be here since it is no checked in the Camera program (RA and DEC)
-starfield_center  5 34 32 22 00 55
+#starfield_center  5 34 32 22 00 55
 #
 # Output file with a brief summary about trigger
@@ -20,7 +20,4 @@
 # Root file with the output information
 root_file test.root
-#
-# Information about the telescope
-ct_file ../Data/magic.def
 #
 # Number of telescopes
@@ -46,22 +43,22 @@
 #
 # Fadc properties (integral and fwhm) needed for the fadc simulation
-fadc_prop 4.0 5.0
+fadc_prop 6.3 5.0
 #
 # Fadc properties (integral and fwhm) for the outer pixels
-fadc_outer 4.0 5.0
+fadc_outer 6.3 5.0
 #
 # Fadc electronic noise (width of the gaussian on top of FADC signal in 
 # FADC counts)
-fadc_noise 2.0
+fadc_noise 2.0 1.0
 #
-# Fadc pedestal (50 by default)
-fadc_pedestal 50.0
+# Fadc pedestal (10 by default)
+fadc_pedestal 10.0
 #
 # Trigger loop mode (theshold(low, high and step), multiplicity and topology)
-#trigger_loop 1.0 1.0 0.5 3 5 0 0
+#trigger_loop 1.0 2.05 0.5 3 4 0 0
 #
 # Single trigger mode (telescope, theshold, multiplicity and topology) 
 # for each CT (0, 1, .. )
-trigger_single 0 4 4 2
+trigger_single 0 4.0 4 2
 #
 # Pixels with special trigger threshold (one line for each pixel)
@@ -99,5 +96,5 @@
 # Number of photons from the diffuse NSB (nphe / ns 0.1*0.1 deg^2 239 m^2) and
 # minmum number of phe from shower required to simulate NSB
-nsb_mean 0.13 0
+nsb_mean 0.13 1
 #
 # Show signal of diskriminator on the screen
@@ -117,5 +114,5 @@
 #
 # Seeds for random numbers
-seeds 69184 10406
+seeds 6520 10406
 #
 #
@@ -126,2 +123,5 @@
 # End of steercards
 end_file
+
+
+
