source: tags/Mars-V2.3/ceres.rc@ 20115

Last change on this file since 20115 was 9378, checked in by tbretz, 16 years ago
*** empty log message ***
File size: 8.8 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# Setup the absorption, conversion efficiency and angular acceptance
134# -------------------------------------------------------------------------
135MirrorReflectivity.FileName: resmc/dwarf-reflectivity.txt
136PhotonDetectionEfficiency.FileName: resmc/dwarf-pde-gapd.txt
137ConesAngularAcceptance.FileName: resmc/dwarf-cones.txt
138
139
140# -------------------------------------------------------------------------
141# Setup what in MMCS would be called "additional spot size"
142# -------------------------------------------------------------------------
143#MSimPSF.Sigma: -1
144#MSimReflector.DetectorMargin: 0
145
146
147# -------------------------------------------------------------------------
148# Setup the trigger
149# -------------------------------------------------------------------------
150# This line could be omitted but then the discriminator would be
151# evaluated for all pixels not just for the pixels which are
152# later "connected" in the trigger (used in the coincidence map)
153# MSimTrigger.FileNameRouteAC: resmc/magic-trigger-1NN.txt
154
155# HEGRA like single pixel above threshold trigger
156#MSimTrigger.DiscriminatorThreshold: 10.00
157# Is this an option for a single pixel trigger?
158#MSimTrigger.DigitalSignalLength: -1
159#MSimTrigger.CoincidenceTime: 3
160
161# Magic like 2NN trigger (inner 396 pixel)
162#MSimTrigger.FileNameCoincidenceMap: resmc/magic-trigger-2NN.txt
163#MSimTrigger.DiscriminatorThreshold: 7.00
164#MSimTrigger.DigitalSignalLength: 8
165#MSimTrigger.CoincidenceTime: 0.5
166
167# Magic like 3NN trigger (inner 396 pixel)
168#MSimTrigger.FileNameCoincidenceMap: resmc/magic-trigger-3NN.txt
169#MSimTrigger.DiscriminatorThreshold: 6.0
170#MSimTrigger.DigitalSignalLength: 8
171#MSimTrigger.CoincidenceTime: 0.5
172
173# Magic like 4NN trigger (inner 396 pixel)
174#MSimTrigger.FileNameCoincidenceMap: resmc/magic-trigger-4NN.txt
175#MSimTrigger.DiscriminatorThreshold: 5.0
176#MSimTrigger.DigitalSignalLength: 8
177#MSimTrigger.CoincidenceTime: 0.5
178
179MSimTrigger.FileNameRouteAC: resmc/magic-trigger-3NN.txt
180MSimTrigger.DiscriminatorThreshold: 11000
181MSimTrigger.DigitalSignalLength: 8
182MSimTrigger.CoincidenceTime: 0.5
183
184IntendedPulsePos.Val: 40
185
186
187# -------------------------------------------------------------------------
188# Description how a pedestal/calibration signal is produced
189# -------------------------------------------------------------------------
190
191#MSimCalibrationSignal.NumEvents: 1000
192#MSimCalibrationSignal.NumPhotons; 5
193#MSimCalibrationSignal.TimeJitter; 1.0
194
195
196# -------------------------------------------------------------------------
197# Setup the FADC
198# -------------------------------------------------------------------------
199
200# Currently only 1GHz is supported
201MRawRunHeader.SamplingFrequency: 1000
202MRawRunHeader.NumSamples: 150
203MRawRunHeader.NumBytesPerSample: 2
204MRawRunHeader.FadcResolution: 12
205
206#MSimReadout.fConversionFactor: 1
207
208# The number of sampling points is almost irrelevant because they
209# are equidistant, i.e. calculated and no search is necessary.
210# Nevertheless, you must make sure that there are enough points
211# to sample the function accuratly enough.
212#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))
213#MPulseShape.Function.Npx: 250
214#MPulseShape.Function.Xmin: -5
215#MPulseShape.Function.Xmax: 45
216
217# -------------------------------------------------------------------------
218# Setup an image cleaning on the pure gamma signal (without noise)
219# -------------------------------------------------------------------------
220
221#MImgCleanStd.CleanLevel1: 6.0
222#MImgCleanStd.CleanLevel2: 6.0
Note: See TracBrowser for help on using the repository browser.