Changeset 5072 for trunk/MagicSoft/Simulation/Detector/Camera/input.card
- Timestamp:
- 09/16/04 16:16:34 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/Camera/input.card
r2392 r5072 1 1 camera 0.7 2 # 3 # Enter the input card for each telescope (0, 1, ...) that you want to 4 # simulate 5 input_file 0 /disc02/Data/RefData/Protons/Proton_0/Proton_0_90_4_0to0.rfl 6 # 7 # qe file name for each telescope (0, 1, ...) 8 qe_file 0 ../Data/qe-emi-coat.RFL.dat 9 # 10 # Reflector format file that gives the NSB from the stars 11 #starfield_file /remote/disc02/magic/Data/RefData/CrabNebula.rfl 12 # 13 # Center of the FOV for stars light, right information should 14 # be here since it is no checked in the Camera program (RA and DEC) 15 #starfield_center 5 34 32 22 00 55 16 # 17 # Output file with a brief summary about trigger 18 data_file test.dat 19 # 20 # Root file with the output information 21 root_file test.root 22 # 23 # Number of telescopes 2 # Number of telescopes: 24 3 ct_num 1 25 # 26 # Camera geometry ( code(ct=0)+10*code(ct=1)+100* ... ) 4 # Telescope geometry type: 27 5 ct_geom 1 28 # 29 # Directory to look for the NSB database (it should finish with /) 30 nsb_directory /remote/disc02/magic/Data/StarLight/Fwhm20/ 31 # 32 # Directory to look for the NSB database for outer pixels33 # (it should finish with /) 34 nsb_dir_outer /remote/disc02/magic/Data/StarLight/Fwhm20/ 35 # 36 # Diskriminator and response properties (gate_lentgh, minimum overlaping time,37 # amplitude and fwhm) needed for the trigger studies6 # Quantum efficiency file: 7 qe_file 0 /home/magic/MagicProgs/Simulation/Detector/Data/qe-emi-coat.RFL.dat 8 # Input file (one per telescope): 9 input_file 0 /home/magic/tmp/Gamma_Short.rfl 10 # Ascii output file name: 11 data_file /home/magic/tmp/Gamma_Short.dat 12 # root output file name: 13 root_file /home/magic/tmp/Gamma_Short.root 14 # Trigger characteristics: gate length (ns), min. overlapping time (ns), 15 # amplitude and FWHM of (gaussian) single phe response for trigger: 38 16 trigger_prop 3.0 0.25 1.0 2.0 39 # 40 # Trig electronic noise (the width of the gaussian noise is that times 41 # the amplitude of the single phe response for the trigger) 42 trig_noise 0.3 43 # 44 # Fadc properties (integral and fwhm) needed for the fadc simulation 45 fadc_prop 6.3 5.0 46 # 47 # Fadc properties (integral and fwhm) for the outer pixels 48 fadc_outer 6.3 5.0 49 # 50 # Fadc electronic noise (width of the gaussian on top of FADC signal in 51 # FADC counts) 52 fadc_noise 2.0 1.0 53 # 54 # Fadc pedestal (10 by default) 55 fadc_pedestal 10.0 56 # 57 # Trigger loop mode (theshold(low, high and step), multiplicity and topology) 58 #trigger_loop 1.0 2.05 0.5 3 4 0 0 59 # 60 # Single trigger mode (telescope, theshold, multiplicity and topology) 61 # for each CT (0, 1, .. ) 62 trigger_single 0 4.0 4 2 63 # 64 # Pixels with special trigger threshold (one line for each pixel) 65 #pixel_thres 37 7.0 66 # 67 # Numper of (phe/ns) from NSB per pixel to (rise) discriminator threshold 68 #secure_disc 50.0 7.0 69 # 70 # Write also images that do not trigger 71 #write_all_events 72 # 73 # Do not write Mc information 74 #nowrite_McEvt 75 # 76 # Do not write Raw Evt information 77 #nowrite_RawEvt 78 # 79 # Write Mc trigger information 17 # L1 Trigger condition: CT number, threshold (mV), multiplicity and topology: 18 trigger_single 0 4 4 2 19 # Switch on NSB: 20 nsb_on 21 # Number of photons from the diffuse NSB (nphe / ns 0.1*0.1 deg^2 239 m^2) and 22 # minimum number of phe from shower required to simulate NSB: 23 nsb_mean 0.13 30 24 # Starfield (see Starfieldadder program) 25 # starfield_file /home/magic/MagicProgs/Simulation/Detector/Starfield/starfield.rfl 26 # Electronic noise in FADC (sigma in ADC counts): Inner pixels, outer pixels, digital noise: 27 fadc_noise 1.48 2.1 0. 28 # Mean pedestal per slice (ADC counts): 29 fadc_pedestal 10. 30 # Additional sigma of mirror spot (cm): 31 sigma_xy_cm_spot 2. 32 # Fraction of currently active mirror: 33 mirror_fraction 0 1. 34 # Seeds for random number generation: 35 seeds 66767 45069 36 # Directory where NSB database can be found for inner and outer pixels: 37 nsb_directory /home/magic/MagicProgs/Simulation/Detector/StarLight/p016/inner/ 38 nsb_dir_outer /home/magic/MagicProgs/Simulation/Detector/StarLight/p016/outer/ 39 # FADC properties: shape of single phe response (1 means realistic one, from 40 # Pulpo setup), integral in FADC counts for 1 phe. (3rd argument is ignored unless 41 # gaussian shape - 1st argument=0 - was chosen) : 42 fadc_prop 1 7.3 5.0 43 # Same as above for outer pixels: 44 fadc_outer 1 2.5 5.0 45 # Write to output trigger information: 80 46 write_McTrig 81 # 82 # Write Mc fadc information 47 # Write to output FADC information: 83 48 write_McFadc 84 #85 # Switch off the Electronic Noise86 #elec_noise_off87 #88 #Switch on Star Field Rotation89 #sfr_on90 #91 # Switch on NSB92 nsb_on93 #94 # Switch off NSB95 #nsb_off96 # Number of photons from the diffuse NSB (nphe / ns 0.1*0.1 deg^2 239 m^2) and97 # minmum number of phe from shower required to simulate NSB98 nsb_mean 0.13 199 #100 # Show signal of diskriminator on the screen101 #trigger_scan102 #103 # Show signal of FADC on the screen104 #fadc_scan105 #106 # Select Energy of particles107 #select_energy 0 10000000000108 #109 # Skip showers (interactive)110 #skip111 #112 #Data from STDIN113 #data_from_stdin114 #115 # Seeds for random numbers116 seeds 6520 10406117 #118 #119 # Distance from source position to camera center (Theta, phi)120 source_offset 0.0 0.0121 #122 #123 # End of steercards124 49 end_file 125 126 127
Note:
See TracChangeset
for help on using the changeset viewer.