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 |
|
---|
55 |
|
---|
56 | # -------------------------------------------------------------------------
|
---|
57 | # Initialize random number generator (see MJob::InitRandomNumberGenerator)
|
---|
58 | # -------------------------------------------------------------------------
|
---|
59 | RandomNumberGenerator: TRandom3
|
---|
60 | #RandomNumberSeedValue: 0
|
---|
61 |
|
---|
62 |
|
---|
63 | # -------------------------------------------------------------------------
|
---|
64 | # Ceres general setup
|
---|
65 | # -------------------------------------------------------------------------
|
---|
66 |
|
---|
67 | # Switch off the camera "electronics"
|
---|
68 | #Camera: Off
|
---|
69 |
|
---|
70 | # Force the use of the "hardware" trigger for calibration data
|
---|
71 | #ForceTrigger: Yes
|
---|
72 |
|
---|
73 |
|
---|
74 | # -------------------------------------------------------------------------
|
---|
75 | # Here you can control the poiting of the telescope.
|
---|
76 | # To switch on off-target observations set a value for the distance >0.
|
---|
77 | # Whether they are randomly disributed (<0) or at a fixed phi can also
|
---|
78 | # be decided. Note, that this is options are ignored in the case
|
---|
79 | # a view-cone was used. (All valued given in degree)
|
---|
80 | # -------------------------------------------------------------------------
|
---|
81 |
|
---|
82 | #MSimPointingPos.OffTargetDistance: 0.4
|
---|
83 | #MSimPointingPos.OffTargetPhi: -1
|
---|
84 |
|
---|
85 |
|
---|
86 | # -------------------------------------------------------------------------
|
---|
87 | # Setup the reflector and camera geometry
|
---|
88 | # -------------------------------------------------------------------------
|
---|
89 | Reflector.Constructor: MReflector
|
---|
90 |
|
---|
91 | # For the file definition see MReflector::ReadFile
|
---|
92 |
|
---|
93 | #Reflector.FileName: mreflector/reflector-magic.def
|
---|
94 | #Reflector.FileName: mreflector/magic-chessboard.def
|
---|
95 | # Units mm: ~0.020°
|
---|
96 | #Reflector.SetSigmaPSF: 6.0
|
---|
97 | # Units mm: ~0.025°
|
---|
98 | #Reflector.SetSigmaPSF: 7.5
|
---|
99 |
|
---|
100 | Reflector.FileName: mreflector/reflector-dwarf.def
|
---|
101 | # Units mm: ~0.02°
|
---|
102 | #Reflector.SetSigmaPSF: 1.8
|
---|
103 | # Units mm: ~0.03°
|
---|
104 | Reflector.SetSigmaPSF: 2.6
|
---|
105 |
|
---|
106 |
|
---|
107 | # --- DWARF ---
|
---|
108 | # distance from mirror to camera [cm]
|
---|
109 | #focal_distance 489.73
|
---|
110 | # TRUE focal of the paraboloid (must correspond to that of the mirror positions defined below!)
|
---|
111 | #paraboloid_focal 488.87
|
---|
112 |
|
---|
113 | # Hex cones maximum D=8mm
|
---|
114 | GeomCones.Constructor: MGeomCamDwarf(209.5, 7.5, 4.8887);
|
---|
115 | MGeomCam.Constructor: MGeomCamDwarf(209.5, 15, 4.8887);
|
---|
116 |
|
---|
117 | MSimBundlePhotons.FileName: mreflector/dwarf-apdmap.txt
|
---|
118 |
|
---|
119 | # Set the APD type (1: 30x30 <default>, 2: 60x60)
|
---|
120 | #MSimAPD.Type: 1
|
---|
121 |
|
---|
122 | # --- MAGIC ---
|
---|
123 | #MGeomCam.Constructor: MGeomCamMagic(17.0)
|
---|
124 | #MSimAPD.NameGeomCam:
|
---|
125 |
|
---|
126 | # -------------------------------------------------------------------------
|
---|
127 | # Setup the absorption, conversion efficiency and angular acceptance
|
---|
128 | # -------------------------------------------------------------------------
|
---|
129 | MirrorReflectivity.FileName: mreflector/pde-mirror.txt
|
---|
130 | PhotonDetectionEfficiency.FileName: mreflector/pde-apd.txt
|
---|
131 | ConesAngularAcceptance.FileName: mreflector/dwarf-cones.txt
|
---|
132 |
|
---|
133 |
|
---|
134 | # -------------------------------------------------------------------------
|
---|
135 | # Setup what in MMCS would be called "additional spot size"
|
---|
136 | # -------------------------------------------------------------------------
|
---|
137 | #MSimPSF.Sigma: -1
|
---|
138 | #MSimReflector.DetectorMargin: 0
|
---|
139 |
|
---|
140 |
|
---|
141 | # -------------------------------------------------------------------------
|
---|
142 | # Setup the trigger
|
---|
143 | # -------------------------------------------------------------------------
|
---|
144 | # This line could be omitted but then the discriminator would be
|
---|
145 | # evaluated for all pixels not just for the pixels which are
|
---|
146 | # later "connected" in the trigger (used in the coincidence map)
|
---|
147 | # MSimTrigger.FileNameRouteAC: inner.txt
|
---|
148 |
|
---|
149 | # HEGRA like single pixel above threshold trigger
|
---|
150 | #MSimTrigger.DiscriminatorThreshold: 10.00
|
---|
151 | # Is this an option for a single pixel trigger?
|
---|
152 | #MSimTrigger.DigitalSignalLength: -1
|
---|
153 | #MSimTrigger.CoincidenceTime: 3
|
---|
154 |
|
---|
155 | # Magic like 2NN trigger (inner 396 pixel)
|
---|
156 | #MSimTrigger.FileNameCoincidenceMap: 2NN-lut-uniq.txt
|
---|
157 | #MSimTrigger.DiscriminatorThreshold: 7.00
|
---|
158 | #MSimTrigger.DigitalSignalLength: 8
|
---|
159 | #MSimTrigger.CoincidenceTime: 0.5
|
---|
160 |
|
---|
161 | # Magic like 3NN trigger (inner 396 pixel)
|
---|
162 | MSimTrigger.FileNameCoincidenceMap: 3NN-lut-uniq.txt
|
---|
163 | MSimTrigger.DiscriminatorThreshold: 6.0
|
---|
164 | MSimTrigger.DigitalSignalLength: 8
|
---|
165 | MSimTrigger.CoincidenceTime: 0.5
|
---|
166 |
|
---|
167 | # Magic like 4NN trigger (inner 396 pixel)
|
---|
168 | #MSimTrigger.FileNameCoincidenceMap: 4NN-lut-uniq.txt
|
---|
169 | #MSimTrigger.DiscriminatorThreshold: 5.0
|
---|
170 | #MSimTrigger.DigitalSignalLength: 8
|
---|
171 | #MSimTrigger.CoincidenceTime: 0.5
|
---|
172 |
|
---|
173 | IntendedPulsePos.Val: 40
|
---|
174 |
|
---|
175 |
|
---|
176 | # -------------------------------------------------------------------------
|
---|
177 | # Description how a pedestal/calibration signal is produced
|
---|
178 | # -------------------------------------------------------------------------
|
---|
179 |
|
---|
180 | #MSimCalibrationSignal.NumEvents: 1000
|
---|
181 | #MSimCalibrationSignal.NumPhotons; 5
|
---|
182 | #MSimCalibrationSignal.TimeJitter; 1.0
|
---|
183 |
|
---|
184 |
|
---|
185 | # -------------------------------------------------------------------------
|
---|
186 | # Setup the FADC
|
---|
187 | # -------------------------------------------------------------------------
|
---|
188 |
|
---|
189 | # Currently only 1GHz is supported
|
---|
190 | MRawRunHeader.SamplingFrequency: 1000
|
---|
191 | MRawRunHeader.NumSamples: 150
|
---|
192 | MRawRunHeader.NumBytesPerSample: 2
|
---|
193 | MRawRunHeader.FadcResolution: 12
|
---|
194 |
|
---|
195 | #MSimReadout.fConversionFactor: 1
|
---|
196 |
|
---|
197 | # The number of sampling points is almost irrelevant because they
|
---|
198 | # are equidistant, i.e. calculated and no search is necessary.
|
---|
199 | # Nevertheless, you must make sure that there are enough points
|
---|
200 | # to sample the function accuratly enough.
|
---|
201 | #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))
|
---|
202 | #MPulseShape.Function.Npx: 250
|
---|
203 | #MPulseShape.Function.Xmin: -5
|
---|
204 | #MPulseShape.Function.Xmax: 45
|
---|