Changeset 1069 for trunk/MagicSoft/Simulation/Detector/Camera
- Timestamp:
- 11/13/01 17:06:01 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/Camera/creadparam.h
r885 r1069 19 19 //= 20 20 //= $RCSfile: creadparam.h,v $ 21 //= $Revision: 1. 9$21 //= $Revision: 1.10 $ 22 22 //= $Author: blanch $ 23 //= $Date: 2001- 07-19 09:29:02$23 //= $Date: 2001-11-13 17:06:01 $ 24 24 //= 25 25 //=////////////////////////////////////////////////////////////////////// … … 135 135 //!@{ 136 136 137 // now we define the list ITEM_LIST of possible items in137 // now we define the list PM_ITEM_LIST of possible items in 138 138 // the parameters file. note that they are functions of 139 139 // T(x). we will change T(x) to be the real item or the 140 140 // string of this item when needed 141 141 142 #define ITEM_LIST /* LIST OF ITEMS IN THE PARAMETERS FILE */ \142 #define PM_ITEM_LIST /* LIST OF ITEMS IN THE PARAMETERS FILE */ \ 143 143 T(input_file), /* input file */ \ 144 144 T(starfield_file), /* starfield file */ \ 145 T(starfield_center),/* center of thestarfield FOV */ \ 145 146 T(data_file), /* data file */ \ 146 147 T(root_file), /* ROOT file */ \ … … 176 177 T(trigger_single), /* trigger conditions */ \ 177 178 T(Trigger_Loop_Output_Only_Specialists), /* special steercard */ \ 179 T(telescope_axis), /* Direction of the axis telescope */ \ 180 T(source_offset), /* Displacement of the source from the center */ \ 181 T(corsika_vers), /* Version of Corsika */ \ 178 182 T(end_file) /* end of the parameters file */ 179 183 … … 181 185 182 186 enum ITEM_TYPE { 183 ITEM_LIST187 PM_ITEM_LIST 184 188 }; 185 189 … … 189 193 190 194 const char *const ITEM_NAMES[] = { 191 ITEM_LIST195 PM_ITEM_LIST 192 196 }; 193 197 … … 216 220 char *get_input_filename(void); 217 221 char *get_starfield_filename(void); 222 void get_starfield_center(int *rh,int *rm,int *rs,int *dd,int *dm,int *ds); 218 223 char *get_data_filename(void); 219 224 char *get_root_filename(void); … … 250 255 void get_threshold(float *t); 251 256 int get_indi_thres_pixel(void); 257 void get_teles_axis(float *th, float *p); 258 void get_source_off(float *th, float *p); 259 int get_corsika_ver(void); 252 260 //!@} 253 261 … … 265 273 /* 266 274 * $Log: not supported by cvs2svn $ 275 * Revision 1.9 2001/07/19 09:29:02 blanch 276 * Header file for creadparam.cxx vrsion 1.10 277 * 267 278 * Revision 1.8 2001/03/05 10:44:44 blanch 268 279 * Header file of creadparam.cxx version 1.9
Note:
See TracChangeset
for help on using the changeset viewer.