| 1 | camera 0.7
|
|---|
| 2 | # Number of telescopes:
|
|---|
| 3 | ct_num 1
|
|---|
| 4 | # Telescope geometry type:
|
|---|
| 5 | ct_geom 1
|
|---|
| 6 | # 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:
|
|---|
| 16 | trigger_prop 3.0 0.25 1.0 2.0
|
|---|
| 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:
|
|---|
| 46 | write_McTrig
|
|---|
| 47 | # Write to output FADC information:
|
|---|
| 48 | write_McFadc
|
|---|
| 49 | end_file
|
|---|