Changeset 368
- Timestamp:
- 02/18/00 17:50:07 (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/Camera/creadparam.h
r308 r368 19 19 //= 20 20 //= $RCSfile: creadparam.h,v $ 21 //= $Revision: 1. 1.1.1$22 //= $Author: harald$23 //= $Date: 1999-11-05 11:59:34$21 //= $Revision: 1.2 $ 22 //= $Author: petry $ 23 //= $Date: 2000-02-18 17:50:07 $ 24 24 //= 25 25 //=////////////////////////////////////////////////////////////////////// … … 47 47 @- |input_file| filename : 48 48 Sets the name of the input file (|.rfl|). 49 @- | output_file| filename :50 Sets the name of the output file (|.phe|).49 @- |starfield_file| filename : 50 Sets the name of the starfield input file (|.rfl|). 51 51 @- |ct_file| filename : 52 52 Sets the name of the CT definition file (|.def|). … … 139 139 #define ITEM_LIST /* LIST OF ITEMS IN THE PARAMETERS FILE */ \ 140 140 T(input_file), /* input file */ \ 141 T( output_file), /* outputfile */ \141 T(starfield_file), /* starfield file */ \ 142 142 T(data_file), /* data file */ \ 143 143 T(diag_file), /* diagnostic output file (ROOT format) */ \ … … 202 202 void readparam(char * filename); 203 203 char *get_input_filename(void); 204 char *get_ output_filename(void);204 char *get_starfield_filename(void); 205 205 char *get_data_filename(void); 206 206 char *get_diag_filename(void); … … 238 238 /* 239 239 * $Log: not supported by cvs2svn $ 240 * Revision 1.1.1.1 1999/11/05 11:59:34 harald 241 * This the starting point for CVS controlled further developments of the 242 * camera program. The program was originally written by Jose Carlos. 243 * But here you can find a "rootified" version to the program. This means 244 * that there is no hbook stuff in it now. Also the output of the 245 * program changed to the MagicRawDataFormat. 246 * 247 * The "rootification" was done by Dirk Petry and Harald Kornmayer. 248 * 240 249 * Revision 1.2 1999/10/22 15:01:29 petry 241 250 * version sent to H.K. and N.M. on Fri Oct 22 1999
Note:
See TracChangeset
for help on using the changeset viewer.