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

Last change on this file since 2287 was 2285, checked in by blanch, 22 years ago
Some new commands have been added (qe_file, fadc_outer, nsb_dir_outer) and some other already obsolete have been removed.
File size: 2.7 KB
Line 
1camera 0.6
2input_file /Data/RefData/Protons/Proton_0/Proton_0_90_4_0to0.rfl
3#
4# qe file name
5qe_file ../Data/qe-emi-coat.RFL.dat
6#
7# Reflector format file that gives the NSB from the stars
8#starfield_file ../ReflectorData/CrabNebula.rfl
9#
10# Center of the FOV for stars light, right information should
11# be here since it is no checked in the Camera program (RA and DEC)
12starfield_center 5 34 32 22 00 55
13#
14# Output file with a brief summary about trigger
15data_file test.dat
16#
17# Root file with the output information
18root_file test.root
19#
20# Information about the telescope
21ct_file ../Data/magic.def
22#
23# Directory to look for the NSB database (it should finish with /)
24nsb_directory /Data/StarLight/Fwhm20/
25#
26# Directory to look for the NSB database for outer pixels
27# (it should finish with /)
28nsb_dir_outer /Data/StarLight/Fwhm20/
29#
30# Diskriminator and response properties (gate_lentgh, minimum overlaping time,
31# amplitude and fwhm) needed for the trigger studies
32trigger_prop 3.0 0.25 1.0 2.0
33#
34# Trig electronic noise (the width of the gaussian noise is that times
35# the amplitude of the single phe response for the trigger)
36trig_noise 0.3
37#
38# Fadc properties (integral and fwhm) needed for the fadc simulation
39fadc_prop 4.0 5.0
40#
41# Fadc properties (integral and fwhm) for the outer pixels
42fadc_outer 4.0 5.0
43#
44# Fadc electronic noise (width of the gaussian on top of FADC signal)
45fadc_noise 2.0
46#
47# Fadc pedestal (50 by default)
48fadc_pedestal 50.0
49#
50# Trigger loop mode (theshold, multiplicity and topology)
51#trigger_loop 1.0 1.0 0.5 3 5 0 0
52#
53# Single trigger mode (theshold, multiplicity and topology)
54trigger_single 4 4 2
55#
56# Pixels with special trigger threshold (one line for each pixel)
57#pixel_thres 37 7.0
58#
59# Numper of (phe/ns) from NSB per pixel to (rise) discriminator threshold
60#secure_disc 50.0 7.0
61#
62# Write also images that do not trigger
63write_all_events
64#
65# Do not write Mc information
66#nowrite_McEvt
67#
68# Do not write Raw Evt information
69#nowrite_RawEvt
70#
71# Write Mc trigger information
72write_McTrig
73#
74# Write Mc fadc information
75write_McFadc
76#
77# Analised pixels
78ana_pixels 577
79#
80# Switch off the Electronic Noise
81#elec_noise_off
82#
83#Switch on Star Field Rotation
84#sfr_on
85#
86# Switch on NSB
87nsb_on
88#
89# Switch off NSB
90#nsb_off
91# Number of photons from the diffuse NSB and
92# minmum number of phe from shower required to simulate NSB
93nsb_mean 0.13 1
94#
95# Show signal of diskriminator on the screen
96#trigger_scan
97#
98# Show signal of FADC on the screen
99#fadc_scan
100#
101# Select Energy of particles
102#select_energy 0 10000000000
103#
104# Skip showers (interactive)
105#skip
106#
107#Data from STDIN
108#data_from_stdin
109#
110# Seeds for random numbers
111seeds 69184 10406
112#
113#
114# Distance from source position to camera center (Theta, phi)
115source_offset 0.0 0.0
116#
117#
118# End of steercards
119end_file
120
Note: See TracBrowser for help on using the repository browser.