Changeset 1197 for trunk/MagicSoft/Simulation/Detector/Camera
- Timestamp:
- 01/18/02 17:45:37 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/Camera/creadparam.h
r1069 r1197 19 19 //= 20 20 //= $RCSfile: creadparam.h,v $ 21 //= $Revision: 1.1 0$21 //= $Revision: 1.11 $ 22 22 //= $Author: blanch $ 23 //= $Date: 200 1-11-13 17:06:01$23 //= $Date: 2002-01-18 17:45:37 $ 24 24 //= 25 25 //=////////////////////////////////////////////////////////////////////// … … 53 53 @- |data_file| filename : 54 54 Sets the name of the output data file (|.dat|). 55 @- |elec_noise_off| : 56 De-activates ElecNoise for FADC and Trigger channels. By default it is on. 57 @- |fadc_noise_off| : 58 Sets the ElecNoise for FADC. 59 @- |trig_noise_off| : 60 Sets the ElecNoise for trigger system. 55 61 @- |nsb_on| : 56 62 Activates the NSB simulation. This is the default. … … 148 154 T(ct_file), /* file with the characteristics of the CT */ \ 149 155 T(ana_pixels), /* size of the camera for parameters calculation */ \ 156 T(elec_noise_off), /* de-activates ElecNoise for FADC and Trigger channels */\ 157 T(fadc_noise), /* ElecNoise for FADC */\ 158 T(trig_noise), /* ElecNoise for trigger */\ 150 159 T(nsb_on), /* activates NSB simulation */ \ 151 160 T(nsb_off), /* de-activates NSB simulation */ \ … … 226 235 char *get_ct_filename(void); 227 236 char *get_nsb_directory(void); 237 int add_elec_noise(float *fadc, float *trig); 228 238 int get_nsb(float *n, int *m); 229 239 float get_tail_cut(void); … … 273 283 /* 274 284 * $Log: not supported by cvs2svn $ 285 * Revision 1.10 2001/11/13 17:06:01 blanch 286 * Header file for creadparam.cxx version 1.12 287 * 275 288 * Revision 1.9 2001/07/19 09:29:02 blanch 276 289 * Header file for creadparam.cxx vrsion 1.10
Note:
See TracChangeset
for help on using the changeset viewer.