Changeset 385
- Timestamp:
- 03/24/00 18:15:46 (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/Camera/creadparam.h
r368 r385 19 19 //= 20 20 //= $RCSfile: creadparam.h,v $ 21 //= $Revision: 1. 2$22 //= $Author: petry$23 //= $Date: 2000-0 2-18 17:50:07$21 //= $Revision: 1.3 $ 22 //= $Author: blanch $ 23 //= $Date: 2000-03-24 18:15:46 $ 24 24 //= 25 25 //=////////////////////////////////////////////////////////////////////// … … 159 159 T(read_phe), /* read an already camera processed file */ \ 160 160 T(write_all_images),/* write to file .phe ALL images (even w.o. trigger)*/ \ 161 T(nowrite_McEvt), /* nowrite to file .root McEvt infos */ \ 162 T(write_McTrig), /* write to file .root McTrig infos */ \ 163 T(write_RawEvt), /* write to file .root RawEvt infos */ \ 161 164 T(write_all_data), /* write to file .dat ALL image data */ \ 162 165 T(select_energy), /* energy range to read: only for .phe files */ \ 163 166 T(trigger_radius), /* trigger radius for the camera */ \ 164 167 T(correction), /* factor for correction in the pixel values */ \ 168 T(trigger_scan), /* show signal in the diskriminator */ \ 169 T(fadc_scan), /* show fadc signal */ \ 165 170 T(end_file) /* end of the parameters file */ 166 171 … … 219 224 int get_read_phe_all(void); 220 225 int get_write_all_images(void); 226 // 227 int get_write_McEvt(void); 228 int get_write_McTrig(void); 229 int get_write_RawEvt(void); 230 // 221 231 int get_write_all_data(void); 222 232 int get_select_energy(float *le, float *ue); 223 233 int get_trigger_radius(float *radius); 224 234 int get_correction(float *corr); 235 int get_FADC_Scan(void); 236 int get_Trigger_Scan(void); 225 237 //!@} 226 238 … … 238 250 /* 239 251 * $Log: not supported by cvs2svn $ 252 * Revision 1.2 2000/02/18 17:50:07 petry 253 * This version belongs to camera.cxx 1.5. 254 * It version has been put in the repository in order to be 255 * able to share the further development with others. 256 * 257 * If you need something working, wait or take an earlier one. 258 * See file README 259 * 240 260 * Revision 1.1.1.1 1999/11/05 11:59:34 harald 241 261 * This the starting point for CVS controlled further developments of the
Note:
See TracChangeset
for help on using the changeset viewer.