Index: trunk/MagicSoft/Simulation/Detector/Camera/creadparam.cxx
===================================================================
--- trunk/MagicSoft/Simulation/Detector/Camera/creadparam.cxx	(revision 1252)
+++ trunk/MagicSoft/Simulation/Detector/Camera/creadparam.cxx	(revision 1253)
@@ -19,7 +19,7 @@
 //=
 //= $RCSfile: creadparam.cxx,v $
-//= $Revision: 1.15 $
+//= $Revision: 1.16 $
 //= $Author: blanch $ 
-//= $Date: 2002-03-04 17:15:51 $
+//= $Date: 2002-03-15 15:17:18 $
 //=
 //=//////////////////////////////////////////////////////////////////////
@@ -84,5 +84,5 @@
 static float meanNSB;           //@< NSB mean value (per pixel)
 static int nphe2NSB=0;          //@< Number of phe from shower to do NSB simulation 
-static float qThreshold[TRIGGER_PIXELS];     //@< Threshold values
+static float qThreshold[CAMERA_PIXELS];     //@< Threshold values
 static int Individual_Thres = FALSE;
 static float qTailCut;          //@< Tail Cut value
@@ -496,5 +496,5 @@
 
       // Set qThreshold to a global value
-      for(k=0;k<TRIGGER_PIXELS;k++){
+      for(k=0;k<CAMERA_PIXELS;k++){
 	qThreshold[k]=Trigger_loop_lthres;
       }
@@ -513,5 +513,5 @@
 
       // Set qThreshold to a global value
-      for(k=0;k<TRIGGER_PIXELS;k++){
+      for(k=0;k<CAMERA_PIXELS;k++){
 	qThreshold[k]=Trigger_threshold;
       }
@@ -790,5 +790,5 @@
 get_threshold(float *t)
 {
-  for(int i=0;i<TRIGGER_PIXELS;i++)
+  for(int i=0;i<CAMERA_PIXELS;i++)
     t[i]=qThreshold[i];
 }
@@ -1287,5 +1287,5 @@
 get_Trigger_Single(float *t, int *m, int *g)
 {
-  for(int i=0;i<TRIGGER_PIXELS;i++)
+  for(int i=0;i<CAMERA_PIXELS;i++)
     t[i]=qThreshold[i];
   *m=Trigger_multiplicity;
@@ -1346,4 +1346,9 @@
 //
 // $Log: not supported by cvs2svn $
+// Revision 1.15  2002/03/04 17:15:51  blanch
+// An item, which allows to switch off the storage of the RawEvt, has been
+// introduced. It is called nowrite_RawEvt. To avoid confusion the item
+// write_all_images has been moved to write_all_events.
+//
 // Revision 1.14  2002/02/28 15:07:23  blanch
 // Small changes have been done to introduce thes step variable for the
