Index: /trunk/MagicSoft/Simulation/Detector/Camera/camera.h
===================================================================
--- /trunk/MagicSoft/Simulation/Detector/Camera/camera.h	(revision 1694)
+++ /trunk/MagicSoft/Simulation/Detector/Camera/camera.h	(revision 1695)
@@ -19,7 +19,7 @@
 //=
 //= $RCSfile: camera.h,v $
-//= $Revision: 1.14 $
+//= $Revision: 1.15 $
 //= $Author: blanch $ 
-//= $Date: 2002-12-12 17:41:13 $
+//= $Date: 2003-01-07 16:34:09 $
 //=
 //=//////////////////////////////////////////////////////////////////////
@@ -294,5 +294,5 @@
 float lin_interpol(float x1, float y1, float x2, float y2, float x);
 int produce_phes( FILE *sp, // the input file
-		  MGeomCamMagic *camgeom, // the camera layout
+		  class MGeomCamMagic *camgeom, // the camera layout
 		  float minwl_nm, // the minimum accepted wavelength
 		  float maxwl_nm, // the maximum accepted wavelength
@@ -303,7 +303,6 @@
 		  int *incph,    // total number of cph read
 		  float *tmin_ns,   // minimum arrival time of all phes
-		  float *tmax_ns,    // maximum arrival time of all phes
-		  int star   //  0 if the photon provides the starfield -1 doesn't provide of the starfield
-                   ); 
+		  float *tmax_ns   // maximum arrival time of all phes
+		  ); 
 
 int produce_nsbrates( char *inname,
@@ -325,4 +324,8 @@
 		      float base_mv[iMAXNUMPIX]); 
 
+int size_rotated ( float *rotated,
+		   float nsb[iMAXNUMPIX],
+		   float ro);
+
 //!@}
 
@@ -334,4 +337,7 @@
 /*
  *$Log: not supported by cvs2svn $
+ *Revision 1.14  2002/12/12 17:41:13  blanch
+ **** empty log message ***
+ *
  *Revision 1.13  2002/12/10 17:20:32  blanch
  **** empty log message ***
