Changeset 5447 for trunk/MagicSoft/Simulation/Detector/ReflectorII
- Timestamp:
- 11/21/04 20:28:03 (20 years ago)
- Location:
- trunk/MagicSoft/Simulation/Detector/ReflectorII
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/ReflectorII/Changelog
r5445 r5447 16 16 both the magic,def and the magic_chessboard.def files cobtain 964 17 17 mirrors. 18 19 geometry.[c,h]: added reading of token chessboarded_panels from magic 20 definitions file. Nothing special is done with the token. It will simply 21 be written to the ascii tail of the reflector simulation output, which 22 will in turn be read by the camera simulation. 18 23 19 24 03/11/2004 A. Moralejo -
trunk/MagicSoft/Simulation/Detector/ReflectorII/geometry.c
r2046 r5447 201 201 ReadAxisDev(value_ptr); 202 202 break; 203 case chessboarded_panels: 204 /* Nothing to be done. The flag will be written to the 205 ascii tail of the reflector output. */ 206 break; 203 207 case define_mirrors: 204 208 if (ct_NMirrors) ReadMirrorTable(geofile); -
trunk/MagicSoft/Simulation/Detector/ReflectorII/geometry.h
r1431 r5447 17 17 T(refl_file), /* path of file containing refl. data */ \ 18 18 T(axisdev_file), /* path of file containing axis dev. data */ \ 19 T(define_mirrors), 19 T(define_mirrors), /* this entry is followed by the def. of pixels */ \ 20 20 T(n_centralpixels), /* this token is not for reflector but for camera */ \ 21 T(n_gappixels) /* same comment as for previous token. */22 21 T(n_gappixels), /* same comment as for previous token. */ \ 22 T(chessboarded_panels)/* Flag to indicate chessboard panel configuration */ 23 23 #define T(x) x /* define T() as the name as it is */ 24 24 enum { ITEM_LIST };
Note:
See TracChangeset
for help on using the changeset viewer.