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

Last change on this file since 1825 was 1705, checked in by blanch, 22 years ago
Labels have adapted to Camera version 0.6
File size: 2.4 KB
Line 
1camera 0.6
2input_file ../ReflectorData/Gamma_10_7_11600to11600_w0.rfl
3#
4# Reflector format file that gives the NSB from the stars
5#starfield_file ../ReflectorData/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 ../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 1.0 1.0 0.5 3 5 0 0
39#
40# Single trigger mode (theshold, multiplicity and topology)
41trigger_single 3.5 4 2
42#
43# Pixels with special trigger threshold (one line for each pixel)
44#pixel_thres 37 7.0
45#
46# Numper of (phe/ns) from NSB per pixel to (rise) discriminator threshold
47#secure_disc 50.0 7.0
48#
49# Write also images that do not trigger
50write_all_events
51#
52# Do not write Mc information
53#nowrite_McEvt
54#
55# Do not write Raw Evt information
56#nowrite_RawEvt
57#
58# Write Mc trigger information
59write_McTrig
60#
61# Write Mc fadc information
62write_McFadc
63#
64# Analised pixels
65ana_pixels 577
66#
67# Switch off the Electronic Noise
68#elec_noise_off
69#
70#Switch on Star Field Rotation
71#sfr_on
72#
73# Switch on NSB
74#nsb_on
75#
76# Switch off NSB
77nsb_off
78# Number of photons from the diffuse NSB and
79# minmum number of phe from shower required to simulate NSB
80nsb_mean 0.09 1
81#
82# Show signal of diskriminator on the screen
83#trigger_scan
84#
85# Show signal of FADC on the screen
86#fadc_scan
87#
88# Select Energy of particles
89#select_energy 0 10000000000
90#
91# Skip showers (interactive)
92#skip
93#
94#Data from STDIN
95#data_from_stdin
96#
97# Seeds for random numbers
98seeds 69184 10406
99#
100#
101# Distance from source position to camera center (Theta, phi)
102source_offset 0.0 0.0
103#
104#
105# End of steercards
106end_file
107
Note: See TracBrowser for help on using the repository browser.