Index: trunk/MagicSoft/Simulation/Detector/Camera/creadparam.h
===================================================================
--- trunk/MagicSoft/Simulation/Detector/Camera/creadparam.h	(revision 367)
+++ trunk/MagicSoft/Simulation/Detector/Camera/creadparam.h	(revision 368)
@@ -19,7 +19,7 @@
 //=
 //= $RCSfile: creadparam.h,v $
-//= $Revision: 1.1.1.1 $
-//= $Author: harald $ 
-//= $Date: 1999-11-05 11:59:34 $
+//= $Revision: 1.2 $
+//= $Author: petry $ 
+//= $Date: 2000-02-18 17:50:07 $
 //=
 //=//////////////////////////////////////////////////////////////////////
@@ -47,6 +47,6 @@
   @- |input_file| filename :    
      Sets the name of the input file (|.rfl|).
-  @- |output_file| filename :    
-     Sets the name of the output file (|.phe|).
+  @- |starfield_file| filename :    
+     Sets the name of the starfield input file (|.rfl|).
   @- |ct_file| filename :    
      Sets the name of the CT definition file (|.def|).
@@ -139,5 +139,5 @@
 #define ITEM_LIST   /* LIST OF ITEMS IN THE PARAMETERS FILE */     \
 T(input_file),      /* input file */                              \
-T(output_file),     /* output file */                              \
+T(starfield_file),  /* starfield file */                              \
 T(data_file),       /* data file */                              \
 T(diag_file),       /* diagnostic output file (ROOT format) */   \
@@ -202,5 +202,5 @@
 void readparam(char * filename);
 char *get_input_filename(void);
-char *get_output_filename(void);
+char *get_starfield_filename(void);
 char *get_data_filename(void);
 char *get_diag_filename(void);
@@ -238,4 +238,13 @@
 /*
  * $Log: not supported by cvs2svn $
+ * Revision 1.1.1.1  1999/11/05 11:59:34  harald
+ * This the starting point for CVS controlled further developments of the
+ * camera program. The program was originally written by Jose Carlos. 
+ * But here you can find a "rootified" version to the program. This means 
+ * that there is no hbook stuff in it now. Also the output of the
+ * program changed to the MagicRawDataFormat. 
+ *
+ * The "rootification" was done by Dirk Petry and Harald Kornmayer. 
+ *
  * Revision 1.2  1999/10/22 15:01:29  petry
  * version sent to H.K. and N.M. on Fri Oct 22 1999
