Changeset 2392
- Timestamp:
- 10/17/03 20:41:00 (21 years ago)
- Location:
- trunk/MagicSoft/Simulation/Detector/Camera
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/Camera/creadparam.h
r2356 r2392 19 19 //= 20 20 //= $RCSfile: creadparam.h,v $ 21 //= $Revision: 1.2 0$21 //= $Revision: 1.21 $ 22 22 //= $Author: blanch $ 23 //= $Date: 2003- 09-23 17:38:59$23 //= $Date: 2003-10-17 19:40:47 $ 24 24 //= 25 25 //=////////////////////////////////////////////////////////////////////// … … 157 157 T(qe_file), /* file with the characteristics of the CT */ \ 158 158 T(elec_noise_off), /* de-activates ElecNoise for FADC and Trigger channels */\ 159 T(fadc_pedestal), 159 T(fadc_pedestal), /* Pedestal value for FADC */\ 160 160 T(fadc_noise), /* ElecNoise for FADC */\ 161 161 T(trig_noise), /* ElecNoise for trigger */\ … … 187 187 T(Trigger_Loop_Output_Only_Specialists), /* special steercard */ \ 188 188 T(source_offset), /* Displacement of the source from the center */ \ 189 T(high_to_low), /* Displacement of the source from the center */ \ 189 190 T(end_file) /* end of the parameters file */ 190 191 … … 232 233 char *get_nsb_directory(void); 233 234 char *get_nsb_directory_outer(void); 234 int add_elec_noise(float *fadc, float * trig);235 int add_elec_noise(float *fadc, float *digi, float *trig); 235 236 int get_nsb(float *n, int *m); 236 237 long int get_seeds(int n); … … 256 257 int get_indi_thres_pixel(void); 257 258 void get_source_off(float *th, float *p); 259 float get_High_to_Low(void); 258 260 //!@} 259 261 … … 271 273 /* 272 274 * $Log: not supported by cvs2svn $ 275 * Revision 1.20 2003/09/23 17:38:59 blanch 276 * *** empty log message *** 277 * 273 278 * Revision 1.19 2003/09/23 16:52:43 blanch 274 279 * Header file for creadparam.cxx 1.22 -
trunk/MagicSoft/Simulation/Detector/Camera/input.card
r2338 r2392 3 3 # Enter the input card for each telescope (0, 1, ...) that you want to 4 4 # simulate 5 input_file 0 / remote/disc02/magic/Data/RefData/Protons/Proton_0/Proton_0_90_4_0to0.rfl5 input_file 0 /disc02/Data/RefData/Protons/Proton_0/Proton_0_90_4_0to0.rfl 6 6 # 7 7 # qe file name for each telescope (0, 1, ...) … … 9 9 # 10 10 # Reflector format file that gives the NSB from the stars 11 #starfield_file ../ReflectorData/CrabNebula.rfl11 #starfield_file /remote/disc02/magic/Data/RefData/CrabNebula.rfl 12 12 # 13 13 # Center of the FOV for stars light, right information should 14 14 # be here since it is no checked in the Camera program (RA and DEC) 15 starfield_center 5 34 32 22 00 5515 #starfield_center 5 34 32 22 00 55 16 16 # 17 17 # Output file with a brief summary about trigger … … 20 20 # Root file with the output information 21 21 root_file test.root 22 #23 # Information about the telescope24 ct_file ../Data/magic.def25 22 # 26 23 # Number of telescopes … … 46 43 # 47 44 # Fadc properties (integral and fwhm) needed for the fadc simulation 48 fadc_prop 4.05.045 fadc_prop 6.3 5.0 49 46 # 50 47 # Fadc properties (integral and fwhm) for the outer pixels 51 fadc_outer 4.05.048 fadc_outer 6.3 5.0 52 49 # 53 50 # Fadc electronic noise (width of the gaussian on top of FADC signal in 54 51 # FADC counts) 55 fadc_noise 2.0 52 fadc_noise 2.0 1.0 56 53 # 57 # Fadc pedestal ( 50 by default)58 fadc_pedestal 50.054 # Fadc pedestal (10 by default) 55 fadc_pedestal 10.0 59 56 # 60 57 # Trigger loop mode (theshold(low, high and step), multiplicity and topology) 61 #trigger_loop 1.0 1.0 0.5 3 50 058 #trigger_loop 1.0 2.05 0.5 3 4 0 0 62 59 # 63 60 # Single trigger mode (telescope, theshold, multiplicity and topology) 64 61 # for each CT (0, 1, .. ) 65 trigger_single 0 4 4 262 trigger_single 0 4.0 4 2 66 63 # 67 64 # Pixels with special trigger threshold (one line for each pixel) … … 99 96 # Number of photons from the diffuse NSB (nphe / ns 0.1*0.1 deg^2 239 m^2) and 100 97 # minmum number of phe from shower required to simulate NSB 101 nsb_mean 0.13 098 nsb_mean 0.13 1 102 99 # 103 100 # Show signal of diskriminator on the screen … … 117 114 # 118 115 # Seeds for random numbers 119 seeds 6 918410406116 seeds 6520 10406 120 117 # 121 118 # … … 126 123 # End of steercards 127 124 end_file 125 126 127
Note:
See TracChangeset
for help on using the changeset viewer.