source: trunk/MagicSoft/Mars/ceres.rc@ 9420

Last change on this file since 9420 was 9420, checked in by tbretz, 15 years ago
*** empty log message ***
File size: 9.6 KB
Line 
1# ==========================================================================
2#############################################################################
3# ==========================================================================
4# General
5# ==========================================================================
6#############################################################################
7# ==========================================================================
8
9# -------------------------------------------------------------------------
10# Use this if you want to setup the logging stream for the jobs
11# (overwrites command line options)
12# -------------------------------------------------------------------------
13#MLog.VerbosityLevel: 2
14#MLog.DebugLevel: 1
15#MLog.NoColors: yes
16
17# ==========================================================================
18#############################################################################
19# ==========================================================================
20# Ceres
21# ==========================================================================
22#############################################################################
23# ==========================================================================
24
25# -------------------------------------------------------------------------
26# Use this if you want to write the MJStar output somewhere
27# If you don't want it, it is written to the calibration output anyhow.
28# -------------------------------------------------------------------------
29#PathOut: .
30#PathIn: .
31
32
33# -------------------------------------------------------------------------
34# Configure Eventloop
35# -------------------------------------------------------------------------
36#MaxEvents: 10000
37#Overwrite: yes,no
38
39
40# -------------------------------------------------------------------------
41# Use this to setup binnings. For more details see: MBinning::ReadEnv
42# -------------------------------------------------------------------------
43# BinningEnergy.Raw: 100 1 100000 log
44# BinningSize.Raw: 100 1 10000000 log
45# BinningImpact.Raw: 50 -250 250
46# BinningHeight.Raw: 50 0 12
47# BinningAz.Raw: 360 -360 360
48# BinningZd.Raw: 70 0 70
49# BinningViewCone.Raw: 155 0 31
50# BinningTrigPod.Raw: 150 -25 125
51# BinningEvtWidth.Raw: 150 0 25
52# BinningDist.Raw: 100 0 2.5
53# BinningDistC.Raw: 100 0 2.5
54# BinningThreshold.Raw: 35 0.9 90000 log
55# BinningEnergyEst.Raw: 100 0.9 90000 log
56
57
58# -------------------------------------------------------------------------
59# Initialize random number generator (see MJob::InitRandomNumberGenerator)
60# -------------------------------------------------------------------------
61RandomNumberGenerator: TRandom3
62#RandomNumberSeedValue: 0
63
64
65# -------------------------------------------------------------------------
66# Ceres general setup
67# -------------------------------------------------------------------------
68
69# Switch off the camera "electronics"
70#Camera: Off
71
72# Force the use of the "hardware" trigger for calibration data
73#ForceTrigger: Yes
74
75
76# -------------------------------------------------------------------------
77# Some setup for the atmosphere. The default should be well suited.
78# -------------------------------------------------------------------------
79#MSimAtmosphere.FileAerosols: resmc/atmopshere-aerosols.txt
80#MSimAtmosphere.FileOzone: resmc/atmopshere-ozone.txt
81
82
83# -------------------------------------------------------------------------
84# Here you can control the poiting of the telescope. To switch on
85# off-target observations set a value for the distance !=0 [deg].
86# For details see MSimPointingPos
87# -------------------------------------------------------------------------
88#MSimPointingPos.OffTargetDistance: 0.4
89#MSimPointingPos.OffTargetPhi: -1
90
91
92# -------------------------------------------------------------------------
93# Setup the reflector and camera geometry
94# -------------------------------------------------------------------------
95Reflector.Constructor: MReflector
96
97# For the file definition see MReflector::ReadFile
98
99#Reflector.FileName: resmc/magic-reflector.txt
100#Reflector.FileName: resmc/magic-reflector-chessboard.txt
101# Units mm: ~0.020°
102#Reflector.SetSigmaPSF: 6.0
103# Units mm: ~0.025°
104#Reflector.SetSigmaPSF: 7.5
105
106Reflector.FileName: resmc/dwarf-reflector.txt
107# Units mm: ~0.02°
108#Reflector.SetSigmaPSF: 1.8
109# Units mm: ~0.03°
110Reflector.SetSigmaPSF: 2.6
111
112
113# --- DWARF ---
114# distance from mirror to camera [cm]
115#focal_distance 489.73
116# TRUE focal of the paraboloid (must correspond to that of the mirror positions defined below!)
117#paraboloid_focal 488.87
118
119# Hex cones maximum D=8mm
120GeomCones.Constructor: MGeomCamDwarf(209.5, 7.5, 4.8887);
121MGeomCam.Constructor: MGeomCamDwarf(209.5, 15, 4.8887);
122
123MSimBundlePhotons.FileName: resmc/dwarf-apdmap.txt
124
125# Set the APD type (1: 30x30 <default>, 2: 60x60)
126#MSimAPD.Type: 1
127
128# --- MAGIC ---
129#MGeomCam.Constructor: MGeomCamMagic(17.0)
130#MSimAPD.NameGeomCam:
131
132
133# -------------------------------------------------------------------------
134# Setup the absorption, conversion efficiency and angular acceptance
135# -------------------------------------------------------------------------
136MirrorReflectivity.FileName: resmc/dwarf-reflectivity.txt
137PhotonDetectionEfficiency.FileName: resmc/dwarf-pde-gapd.txt
138ConesAngularAcceptance.FileName: resmc/dwarf-cones.txt
139
140
141# -------------------------------------------------------------------------
142# Setup what in MMCS would be called "additional spot size"
143# -------------------------------------------------------------------------
144#MSimPSF.Sigma: -1
145#MSimReflector.DetectorMargin: 0
146
147
148# -------------------------------------------------------------------------
149# Setup the dark counts (FrequencyFixed) and the NSB noise per cm^2
150# -------------------------------------------------------------------------
151# Dark Counts per APD: ~4MHz
152MSimRandomPhotons.FrequencyFixed: 0.004
153# NSB photon rate per cm^2 ~40MHz (folded with the cones' angular
154# acceptance and the wavelength acceptance of the camera (window, apd, etc)
155MSimRandomPhotons.FrequencyNSB: 0.040
156
157# FIXME: With a class describing the cones we could give NSB as
158# per sr and cm^2
159
160# -------------------------------------------------------------------------
161# Setup the trigger
162# -------------------------------------------------------------------------
163# This line could be omitted but then the discriminator would be
164# evaluated for all pixels not just for the pixels which are
165# later "connected" in the trigger (used in the coincidence map)
166# MSimTrigger.FileNameRouteAC: resmc/magic-trigger-1NN.txt
167
168# HEGRA like single pixel above threshold trigger
169#MSimTrigger.DiscriminatorThreshold: 10.00
170# Is this an option for a single pixel trigger?
171#MSimTrigger.DigitalSignalLength: -1
172#MSimTrigger.CoincidenceTime: 3
173
174# Magic like 2NN trigger (inner 396 pixel)
175#MSimTrigger.FileNameCoincidenceMap: resmc/magic-trigger-2NN.txt
176#MSimTrigger.DiscriminatorThreshold: 7.00
177#MSimTrigger.DigitalSignalLength: 8
178#MSimTrigger.CoincidenceTime: 0.5
179
180# Magic like 3NN trigger (inner 396 pixel)
181#MSimTrigger.FileNameCoincidenceMap: resmc/magic-trigger-3NN.txt
182#MSimTrigger.DiscriminatorThreshold: 6.0
183#MSimTrigger.DigitalSignalLength: 8
184#MSimTrigger.CoincidenceTime: 0.5
185
186# Magic like 4NN trigger (inner 396 pixel)
187#MSimTrigger.FileNameCoincidenceMap: resmc/magic-trigger-4NN.txt
188#MSimTrigger.DiscriminatorThreshold: 5.0
189#MSimTrigger.DigitalSignalLength: 8
190#MSimTrigger.CoincidenceTime: 0.5
191
192MSimTrigger.FileNameRouteAC: resmc/magic-trigger-3NN.txt
193MSimTrigger.DiscriminatorThreshold: 11000
194MSimTrigger.DigitalSignalLength: 8
195MSimTrigger.CoincidenceTime: 0.5
196
197IntendedPulsePos.Val: 40
198
199
200# -------------------------------------------------------------------------
201# Description how a pedestal/calibration signal is produced
202# -------------------------------------------------------------------------
203
204#MSimCalibrationSignal.NumEvents: 1000
205#MSimCalibrationSignal.NumPhotons; 5
206#MSimCalibrationSignal.TimeJitter; 1.0
207
208
209# -------------------------------------------------------------------------
210# Setup the FADC
211# -------------------------------------------------------------------------
212
213# Currently only 1GHz is supported
214MRawRunHeader.SamplingFrequency: 1000
215MRawRunHeader.NumSamples: 150
216MRawRunHeader.NumBytesPerSample: 2
217MRawRunHeader.FadcResolution: 12
218
219#MSimReadout.fConversionFactor: 1
220
221# The number of sampling points is almost irrelevant because they
222# are equidistant, i.e. calculated and no search is necessary.
223# Nevertheless, you must make sure that there are enough points
224# to sample the function accuratly enough.
225#MPulseShape.Function.Name: 3.51308*exp(-1.4105*(exp(-0.5*x)+0.310942*x)) + 4.33521e-3*exp(-1.4105*(exp(-0.5*x)+6.09265e-3*x))
226#MPulseShape.Function.Npx: 250
227#MPulseShape.Function.Xmin: -5
228#MPulseShape.Function.Xmax: 45
229
230# -------------------------------------------------------------------------
231# Setup an image cleaning on the pure gamma signal (without noise)
232# -------------------------------------------------------------------------
233
234#MImgCleanStd.CleanLevel1: 6.0
235#MImgCleanStd.CleanLevel2: 6.0
236
237# -------------------------------------------------------------------------
238# This is a cut executed after the calculation of the image parameters
239# -------------------------------------------------------------------------
240#Cut.Inverted: Yes
241#Cut.Condition: MNewImagePar.fNumUsedPixels>4 && MHillas.fSize>30
Note: See TracBrowser for help on using the repository browser.