source: trunk/MagicSoft/Simulation/Detector/Camera/input.card@ 6696

Last change on this file since 6696 was 6588, checked in by moralejo, 20 years ago
Changes in MFadc. Added possibility to set a shift (for the moment an integer number of FADC slices) between the signal peak in the high gain and in the low gain.
File size: 2.6 KB
Line 
1camera 0.7
2# Number of telescopes:
3ct_num 1
4# Telescope geometry type:
5ct_geom 1
6# Quantum efficiency file:
7qe_file 0 /users/emc/moralejo/MagicSoft/Simulation/Detector/Data/qe-emi-coat.RFL.dat
8# Input file (one per telescope):
9# input_file 0 /data1/magic/reflex/Gamma_zbin0_0_7_1000to1009_w0.rfl
10# Perform calibration run: lambda sigma_lambda phot_per_pixel time_fwhm n_events [selected_pixel]
11# The values below correspond roughly to 10 LED UV
12#calibration_run 375. 12. 120. 2.5 3000
13calibration_run 375. 12. 120. 2.5 10
14# line below shows how to create a pedestal run (= cal. with 0-photon pulses):
15#calibration_run 0. 0. 0. 0. 1000
16# Ascii output file name:
17#data_file ./Gamma_zbin0_0_7_1000to1009_w0.dat
18data_file ./prueba.dat
19# root output file name:
20#root_file ./Gamma_zbin0_0_7_1000to1009_w0.root
21#root_file ./19990101_00001_P_MonteCarlo_E.root
22root_file ./19990101_00002_C_MonteCarlo_E.root
23# Trigger characteristics: gate length (ns), min. overlapping time (ns),
24# amplitude and FWHM of (gaussian) single phe response for trigger:
25trigger_prop 3.0 0.25 1.0 2.0
26# L1 Trigger condition: CT number, threshold (mV), multiplicity and topology:
27trigger_single 0 4 4 2
28# Correction to overall light collection efficiency: CT# fraction
29mirror_fraction 0 0.73
30# Switch on NSB:
31nsb_on
32#nsb_off
33# Number of photons from the diffuse NSB (nphe / ns 0.1*0.1 deg^2 239 m^2) and
34# minimum number of phe from shower required to simulate NSB:
35nsb_mean 0.183 10
36# Starfield (see Starfieldadder program)
37# starfield_file /users/emc/moralejo/MagicSoft/Simulation/Detector/Starfield/starfield.rfl
38# Electronic noise in FADC (sigma in ADC counts): Inner pixels, outer pixels, digital noise:
39fadc_noise 1.3 2.4 1.
40#elec_noise_off
41# Mean pedestal per slice (ADC counts):
42fadc_pedestal 10.
43# Additional sigma of mirror spot (cm):
44sigma_xy_cm_spot 1.4
45# Seeds for random number generation:
46seeds 66767 45069
47# Directory where NSB database can be found for inner and outer pixels:
48nsb_directory /users/emc/moralejo/MagicSoft/Simulation/Detector/StarLight/inner/
49nsb_dir_outer /users/emc/moralejo/MagicSoft/Simulation/Detector/StarLight/outer/
50#
51# FADC properties: shape of single phe response (1 means realistic one, from
52# Pulpo setup), integral in FADC counts for 1 phe. (3rd argument is ignored
53# unless gaussian shape - 1st argument=0 - was chosen) :
54fadc_prop 1 7.8 5.0
55# Same as above for outer pixels:
56fadc_outer 1 3.2 5.0
57#
58# tentative values for future fast (2 GHz) FADC:
59#
60#fadc_prop 0 40. 3.
61#fadc_outer 0 15. 3.
62# FADC sampling frequency and number of FADC slices:
63#fadc_GHz 2. 100
64#
65# Write to output trigger information:
66write_McTrig
67# Write to output FADC information:
68write_McFadc
69end_file
Note: See TracBrowser for help on using the repository browser.