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

Last change on this file since 4308 was 2392, checked in by blanch, 21 years ago
*** empty log message ***
File size: 3.0 KB
Line 
1camera 0.7
2#
3# Enter the input card for each telescope (0, 1, ...) that you want to
4# simulate
5input_file 0 /disc02/Data/RefData/Protons/Proton_0/Proton_0_90_4_0to0.rfl
6#
7# qe file name for each telescope (0, 1, ...)
8qe_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
18data_file test.dat
19#
20# Root file with the output information
21root_file test.root
22#
23# Number of telescopes
24ct_num 1
25#
26# Camera geometry ( code(ct=0)+10*code(ct=1)+100* ... )
27ct_geom 1
28#
29# Directory to look for the NSB database (it should finish with /)
30nsb_directory /remote/disc02/magic/Data/StarLight/Fwhm20/
31#
32# Directory to look for the NSB database for outer pixels
33# (it should finish with /)
34nsb_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 studies
38trigger_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)
42trig_noise 0.3
43#
44# Fadc properties (integral and fwhm) needed for the fadc simulation
45fadc_prop 6.3 5.0
46#
47# Fadc properties (integral and fwhm) for the outer pixels
48fadc_outer 6.3 5.0
49#
50# Fadc electronic noise (width of the gaussian on top of FADC signal in
51# FADC counts)
52fadc_noise 2.0 1.0
53#
54# Fadc pedestal (10 by default)
55fadc_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, .. )
62trigger_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
80write_McTrig
81#
82# Write Mc fadc information
83write_McFadc
84#
85# Switch off the Electronic Noise
86#elec_noise_off
87#
88#Switch on Star Field Rotation
89#sfr_on
90#
91# Switch on NSB
92nsb_on
93#
94# Switch off NSB
95#nsb_off
96# Number of photons from the diffuse NSB (nphe / ns 0.1*0.1 deg^2 239 m^2) and
97# minmum number of phe from shower required to simulate NSB
98nsb_mean 0.13 1
99#
100# Show signal of diskriminator on the screen
101#trigger_scan
102#
103# Show signal of FADC on the screen
104#fadc_scan
105#
106# Select Energy of particles
107#select_energy 0 10000000000
108#
109# Skip showers (interactive)
110#skip
111#
112#Data from STDIN
113#data_from_stdin
114#
115# Seeds for random numbers
116seeds 6520 10406
117#
118#
119# Distance from source position to camera center (Theta, phi)
120source_offset 0.0 0.0
121#
122#
123# End of steercards
124end_file
125
126
127
Note: See TracBrowser for help on using the repository browser.