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

Last change on this file since 1234 was 1234, checked in by blanch, 23 years ago
New nowrite_RawEvt and rename write_all_images to write_all_events.
File size: 2.5 KB
Line 
1camera 0.5
2input_file /hdb1/users/production/RefData/Proton_20_1_400to409.rfl
3#
4# Reflector format file that gives the NSB from the stars
5starfield_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)
9starfield_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 0.3
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.0 5.0 0.45 2 4 1 1
39#
40# Single trigger mode (theshold, multiplicity and topology)
41trigger_single 4 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
47write_all_events
48#
49# Do not write Mc information
50#nowrite_McEvt
51#
52# Do not write Raw Evt information
53#nowrite_RawEvt
54#
55# Write Mc trigger information
56write_McTrig
57#
58# Write Mc fadc information
59write_McFadc
60#
61# Analised pixels
62ana_pixels 577
63#
64# Switch off the Electronic Noise
65#elec_noise_off
66#
67# Switch on NSB
68nsb_on
69#
70# Switch off NSB
71#nsb_off
72# Number of photons from the diffuse NSB and
73# minmum number of phe from shower required to simulate NSB
74nsb_mean 0.09 1
75#
76# Show signal of diskriminator on the screen
77#trigger_scan
78#
79# Show signal of FADC on the screen
80#fadc_scan
81#
82# Select Energy of particles
83#select_energy 0 10000000000
84#
85# Skip showers (interactive)
86#skip
87#
88#Data from STDIN
89#data_from_stdin
90#
91# Seeds for random numbers
92seeds 69184 10406
93#
94# Axis of the telescope while running the reflector simualtion
95# 200 400 means that the telescope axis is always paralel to the
96# shower axis
97telescope_axis 20 90
98#
99# Distance from source position to camera center (Theta, phi)
100source_offset 0.0 0.0
101#
102# Version of the Corsika, the actual version*1000
103corsika_vers 5200
104#
105# End of steercards
106end_file
107
108
Note: See TracBrowser for help on using the repository browser.