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

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