Index: trunk/MagicSoft/Simulation/Detector/Camera/creadparam.cxx
===================================================================
--- trunk/MagicSoft/Simulation/Detector/Camera/creadparam.cxx	(revision 2354)
+++ trunk/MagicSoft/Simulation/Detector/Camera/creadparam.cxx	(revision 2355)
@@ -19,7 +19,7 @@
 //=
 //= $RCSfile: creadparam.cxx,v $
-//= $Revision: 1.22 $
+//= $Revision: 1.23 $
 //= $Author: blanch $ 
-//= $Date: 2003-09-23 16:52:07 $
+//= $Date: 2003-09-23 17:38:48 $
 //=
 //=//////////////////////////////////////////////////////////////////////
@@ -86,5 +86,4 @@
 static float Trig_Noise = 0.3;                //@< Factor for Trigger ElecNoise
 static int simulateNSB = TRUE;                //@< Will we simulate NSB?
-static int anaPixels = -1;      //@< number of pixels for the analysis
 static float meanNSB;           //@< NSB mean value (per pixel)
 static int nphe2NSB=0;          //@< Number of phe from shower to do NSB simulation 
@@ -345,11 +344,4 @@
       break;
 
-    case ana_pixels:          //@< number of pixels for analysis
-          
-      // number of pixels for analysis
-      sscanf(line, "%s %d", token, &anaPixels);
-
-      break;
-
     case pixel_thres:           //@< value of threshold for trigger (q0)
           
@@ -887,24 +879,4 @@
 int get_indi_thres_pixel(void){
   return  Individual_Thres;
-}
-//!@}
-
-
-//!-----------------------------------------------------------
-// @name get_ana_pixels
-//                                                
-// @desc number of pixels for the analysis
-//
-// @return  Number of pixels to use in the image parameters
-//
-// @date Mon Sep 14 13:27:56 MET DST 1998
-//------------------------------------------------------------
-// @function 
-
-//!@{
-int
-get_ana_pixels(void)
-{
-  return ( anaPixels );
 }
 //!@}
@@ -1289,4 +1261,7 @@
 //
 // $Log: not supported by cvs2svn $
+// Revision 1.22  2003/09/23 16:52:07  blanch
+// We do not read ct_file anymore.
+//
 // Revision 1.21  2003/09/15 10:17:09  blanch
 // Some modifications in the input card has been done for the multitelescope
