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

Last change on this file since 1201 was 1194, checked in by blanch, 24 years ago
The commands fadc_noise, trig_noise and elec_noise_off have been added. The two first are used to set the width of the electronic noise, both for the FADC system and the trigger system. The later command is used to switch off the electronic noise. It has been change camera 0.4 by camera 0.5, since the camera version number has been changed.
File size: 2.4 KB
Line 
1camera 0.5
2input_file /home/magic/RawData/Proton_20_1_370to379.rfl
3#
4# Reflector format file that gives the NSB from the stars
5#starfield_file /home/magic/RawData/CrabNebula.rfl
6#
7# Center of the FOV for stars light, right information should
8# be here since it is no checked in the Camera program (RA and DEC)
9#starfield_center 5 34 32 22 00 55
10#
11# Output file with a brief summary about trigger
12data_file test.dat
13#
14# Root file with the output information
15root_file test.root
16#
17# Information about the telescope
18ct_file ../Data/magic.def
19#
20# Directory to look for the NSB database (it should finish with /)
21nsb_directory /tmp/Starlight/
22#
23# Diskriminator and response properties (gate_lentgh, minimum overlaping time,
24# amplitude and fwhm) needed for the trigger studies
25trigger_prop 6.0 0.25 1.0 2.0
26#
27# Trig electronic noise (the width of the gaussian noise is that times
28# the amplitude of the single phe response for the trigger)
29trig_noise 2.0
30#
31# Fadc properties (amplitude and fwhm) needed for the fadc simulation
32fadc_prop 4.0 5.0
33#
34# Fadc electronic noise (width of the gaussian on top of FADC signal)
35fadc_noise 2.0
36#
37# Trigger loop mode (theshold, multiplicity and topology)
38#trigger_loop 4 7 4 4 2 2
39#
40# Single trigger mode (theshold, multiplicity and topology)
41trigger_single 3 4 2
42#
43# Pixels with special trigger threshold (one line for each pixel)
44#pixel_thres 37 7.0
45#
46# Write also images that do not trigger
47#write_all_images
48#
49# Do not write Mc information
50#nowrite_McEvt
51#
52# Write Mc trigger information
53write_McTrig
54#
55# Write Mc fadc information
56write_McFadc
57#
58# Analised pixels
59ana_pixels 577
60#
61# Switch off the Electronic Noise
62#elec_noise_off
63#
64# Switch on NSB
65#nsb_on
66#
67# Switch off NSB
68nsb_off
69# Number of photons from the diffuse NSB and
70# minmum number of phe from shower required to simulate NSB
71nsb_mean 0.09 10
72#
73# Show signal of diskriminator on the screen
74#trigger_scan
75#
76# Show signal of FADC on the screen
77#fadc_scan
78#
79# Select Energy of particles
80#select_energy 0 10000000000
81#
82# Skip showers (interactive)
83#skip
84#
85#Data from STDIN
86#data_from_stdin
87#
88# Seeds for random numbers
89seeds 69184 10406
90#
91# Axis of the telescope while running the reflector simualtion
92# 200 400 means that the telescope axis is always paralel to the
93# shower axis
94telescope_axis 20 90
95#
96# Distance from source position to camera center (Theta, phi)
97source_offset 0.0 0.0
98#
99# Version of the Corsika, the actual version*1000
100corsika_vers 5200
101#
102# End of steercards
103end_file
104
105
Note: See TracBrowser for help on using the repository browser.