Changeset 1232
- Timestamp:
- 03/04/02 17:20:50 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/Camera/creadparam.h
r1225 r1232 19 19 //= 20 20 //= $RCSfile: creadparam.h,v $ 21 //= $Revision: 1.1 2$21 //= $Revision: 1.13 $ 22 22 //= $Author: blanch $ 23 //= $Date: 2002-0 2-28 15:08:01$23 //= $Date: 2002-03-04 17:20:50 $ 24 24 //= 25 25 //=////////////////////////////////////////////////////////////////////// … … 169 169 T(data_from_stdin), /* to read data from STDIN */ \ 170 170 T(skip), /* skip pathological showers */ \ 171 T(read_phe_all), /* id., but was processed with write_all_ images */ \171 T(read_phe_all), /* id., but was processed with write_all_events */ \ 172 172 T(read_phe), /* read an already camera processed file */ \ 173 T(write_all_ images),/* write to file .phe ALL images (even w.o. trigger)*/ \173 T(write_all_events),/* write to file .phe ALL images (even w.o. trigger)*/ \ 174 174 T(nowrite_McEvt), /* nowrite to file .root McEvt infos */ \ 175 175 T(write_McTrig), /* write to file .root McTrig infos */ \ 176 176 T(write_McFadc), /* write to file .root McFadc infos */ \ 177 T(nowrite_RawEvt), /* write to file .root RawData infos */ \ 177 178 T(write_all_data), /* write to file .dat ALL image data */ \ 178 179 T(select_energy), /* energy range to read: only for .phe files */ \ … … 246 247 int get_read_phe(void); 247 248 int get_read_phe_all(void); 248 int get_write_all_ images(void);249 int get_write_all_events(void); 249 250 // 250 251 int get_write_McEvt(void); … … 283 284 /* 284 285 * $Log: not supported by cvs2svn $ 286 * Revision 1.12 2002/02/28 15:08:01 blanch 287 * Header file for creadparam.cxx 1.14. 288 * 285 289 * Revision 1.11 2002/01/18 17:45:37 blanch 286 290 * Header file for creadparam.cxx 1.13.
Note:
See TracChangeset
for help on using the changeset viewer.