Index: trunk/MagicSoft/Simulation/Detector/Camera/camera.cxx
===================================================================
--- trunk/MagicSoft/Simulation/Detector/Camera/camera.cxx	(revision 1232)
+++ trunk/MagicSoft/Simulation/Detector/Camera/camera.cxx	(revision 1233)
@@ -21,7 +21,7 @@
 //
 // $RCSfile: camera.cxx,v $
-// $Revision: 1.32 $
+// $Revision: 1.33 $
 // $Author: blanch $ 
-// $Date: 2002-02-28 15:04:52 $
+// $Date: 2002-03-04 17:21:48 $
 //
 ////////////////////////////////////////////////////////////////////////
@@ -582,5 +582,5 @@
   // write all images, even those without trigger?
 
-  Write_All_Images = get_write_all_images();
+  Write_All_Images = get_write_all_events();
 
   // write all data (i.e., ph.e.s in pixels)
@@ -683,5 +683,5 @@
       "Flags",
       "Data_From_STDIN",   ONoff(Data_From_STDIN),  
-      "Write_All_Images",  ONoff(Write_All_Images), 
+      "Write_All_Events",  ONoff(Write_All_Images), 
       "Write_All_Data",    ONoff(Write_All_Data));
 
@@ -689,5 +689,5 @@
 
   log(SIGNATURE,
-      "%s:\n\t%20s: %s\n\t%20s: %s\n\t%20s: %s\n",
+      "%s:\n\t%20s: %s\n\t%20s: %s\n\t%20s: %s\n\t%20s: %s\n",
       "Root output",
       "Write_McEvt",   ONoff(Write_McEvt),  
@@ -3348,4 +3348,14 @@
 //
 // $Log: not supported by cvs2svn $
+// Revision 1.32  2002/02/28 15:04:52  blanch
+// A small back has been solved. Before, while not using the option
+// writte_all_images, not all triggered showers were stored. Now it is solved.
+// For that it is importatn taht the less restrictive trigger option is
+// checked first.
+// A new facility has been introduced and now one can choose the step size in
+// trigger loop mode for the discriminator threshold.
+// The close-compact topology for less than 3 pixels does not make sense. Before
+// the program was ignoring that, now it switch to simple neighbour condition.
+//
 // Revision 1.31  2002/01/18 17:41:02  blanch
 // The option of adding noise to all pixels or to not adding the noise
@@ -3438,4 +3448,14 @@
 //
 // $Log: not supported by cvs2svn $
+// Revision 1.32  2002/02/28 15:04:52  blanch
+// A small back has been solved. Before, while not using the option
+// writte_all_images, not all triggered showers were stored. Now it is solved.
+// For that it is importatn taht the less restrictive trigger option is
+// checked first.
+// A new facility has been introduced and now one can choose the step size in
+// trigger loop mode for the discriminator threshold.
+// The close-compact topology for less than 3 pixels does not make sense. Before
+// the program was ignoring that, now it switch to simple neighbour condition.
+//
 // Revision 1.31  2002/01/18 17:41:02  blanch
 // The option of adding noise to all pixels or to not adding the noise
