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

Last change on this file since 1078 was 1075, checked in by blanch, 24 years ago
New items in the input card.
File size: 2.2 KB
Line 
1camera 0.4
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 /usr/users/magicsol/RefData/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 /mnt/sarastro/hdb1/users/blanch/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# Fadc properties (amplitude and fwhm) needed for the fadc simulation
28fadc_prop 4.0 5.0
29#
30# Trigger loop mode (theshold, multiplicity and topology)
31#trigger_loop 4 7 4 4 2 2
32#
33# Single trigger mode (theshold, multiplicity and topology)
34trigger_single 3 4 2
35#
36# Pixels with special trigger threshold (one line for each pixel)
37#pixel_thres 37 7.0
38#
39# Write also images that do not trigger
40write_all_images
41#
42# Do not write Mc information
43#nowrite_McEvt
44#
45# Write Mc trigger information
46write_McTrig
47#
48# Write Mc fadc information
49write_McFadc
50#
51# Analised pixels
52ana_pixels 577
53#
54# Switch on NSB
55#nsb_on
56#
57# Switch off NSB
58nsb_off
59# Number of photons from the diffuse NSB and
60# minmum number of phe from shower required to simulate NSB
61#nsb_mean 0.09 1
62#
63# Show signal of diskriminator on the screen
64#trigger_scan
65#
66# Show signal of FADC on the screen
67#fadc_scan
68#
69# Select Energy of particles
70#select_energy 0 10000000000
71#
72# Skip showers (interactive)
73#skip
74#
75#Data from STDIN
76#data_from_stdin
77#
78# Seeds for random numbers
79seeds 69184 10406
80#
81# Axis of the telescope while running the reflector simualtion
82# 200 400 means that the telescope axis is always paralel to the
83# shower axis
84telescope_axis 20 90
85#
86# Distance from source position to camera center (Theta, phi)
87source_offset 5.0 0.25
88#
89# Version of the Corsika, the actual version*1000
90corsika_vers 5200
91#
92# End of steercards
93end_file
94
95
Note: See TracBrowser for help on using the repository browser.