Index: trunk/MagicSoft/Simulation/Detector/Camera/creadparam.cxx
===================================================================
--- trunk/MagicSoft/Simulation/Detector/Camera/creadparam.cxx	(revision 2427)
+++ trunk/MagicSoft/Simulation/Detector/Camera/creadparam.cxx	(revision 2428)
@@ -19,7 +19,7 @@
 //=
 //= $RCSfile: creadparam.cxx,v $
-//= $Revision: 1.24 $
+//= $Revision: 1.25 $
 //= $Author: blanch $ 
-//= $Date: 2003-10-17 19:40:24 $
+//= $Date: 2003-10-26 19:45:38 $
 //=
 //=//////////////////////////////////////////////////////////////////////
@@ -102,5 +102,4 @@
 static int Write_McFadc = FALSE;
 static int Write_RawEvt = TRUE;
-static int Write_All_Data = FALSE;
 static int Select_Energy = TRUE;
 static float Select_Energy_le = 0.0;           //@< GeV
@@ -440,11 +439,4 @@
       break;
 
-    case write_all_data:      //@< to write single pixel data
-          
-      // change boolean value
-      Write_All_Data = TRUE;
-
-      break;
-
     case select_energy:       //@< value of islands_cut (i0)
           
@@ -1008,24 +1000,4 @@
 //!@}
 
-
-//!-----------------------------------------------------------
-// @name write_all_data
-//                                                
-// @desc write single pixel data to file .dat
-//
-// @return  TRUE: we'll write everything; FALSE: we won't
-//
-// @date Wed Nov 25 13:21:00 MET 1998
-//------------------------------------------------------------
-// @function 
-
-//!@{
-int
-get_write_all_data(void)
-{
-  return ( Write_All_Data );
-}
-//!@}
-
 //!-----------------------------------------------------------
 // @name write_McEvt
@@ -1302,4 +1274,8 @@
 //
 // $Log: not supported by cvs2svn $
+// Revision 1.24  2003/10/17 19:40:24  blanch
+// The gain ratio between the high and low FADC gain is controlled from the
+// input card.
+//
 // Revision 1.23  2003/09/23 17:38:48  blanch
 // ana_pixels command has been removed.
