source: trunk/MagicSoft/Mars/ganymed_wobble.rc@ 8696

Last change on this file since 8696 was 8668, checked in by tbretz, 17 years ago
*** empty log message ***
File size: 8.1 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# Cuts
21# ==========================================================================
22#############################################################################
23# ==========================================================================
24
25# -------------------------------------------------------------------------
26# Use this if you want to write output to somewhere here you can give
27# the output path
28# -------------------------------------------------------------------------
29#MJCuts.PathOut: .
30
31# -------------------------------------------------------------------------
32# Use this to setup binnings. For more details see: MBinning::ReadEnv
33# -------------------------------------------------------------------------
34BinningAlpha.Raw: 36 0 90
35BinningFalseSource.Raw: 91 -1.5 1.5
36BinningWidth.Raw: 50 0 1
37BinningLength.Raw: 25 0 1
38BinningDist.Raw: 25 0 2
39BinningAsym.Raw: 51 -0.7 0.7
40BinningM3Long.Raw: 51 -0.7 0.7
41BinningM3Trans.Raw: 51 -0.7 0.7
42BinningSlope.Raw: 51 -7.5 7.5
43
44# -------------------------------------------------------------------------
45# Using the starguider for pointing correction.
46# To switch it off use "MPointingDevCalc.MaxAbsDev: -1"
47# -------------------------------------------------------------------------
48#MPointingDevCalc.MaxAbsDev: 15
49#MPointingDevCalc.NumMinStars: 8
50#MPointingDevCalc.NsbLevel: 3.0
51#MPointingDevCalc.NsbMin: 30
52#MPointingDevCalc.NsbMax: 60
53#MPointingDevCalc.Dx -7
54#MPointingDevCalc.Dy 16
55#MPointingDevCalc.MaxAge 1.0
56
57# -------------------------------------------------------------------------
58# Setup the misfocussing correction
59# -------------------------------------------------------------------------
60#MSrcPosCorrect.Dx: 0
61#MSrcPosCorrect.Dy: 0
62
63# -------------------------------------------------------------------------
64# Setup fit mode and ranges
65# -------------------------------------------------------------------------
66#MAlphaFitter.SignalIntegralMax: 15
67#MAlphaFitter.SignalFitMax: 25
68#MAlphaFitter.BackgroundFitMin: 35
69#MAlphaFitter.BackgroundFitMax: 75
70#MAlphaFitter.ScaleMin: 35
71#MAlphaFitter.ScaleMax: 80
72#MAlphaFitter.PolynomOrder: 2
73#MAlphaFitter.ScaleMode: None
74
75# -------------------------------------------------------------------------
76# Define here which histogram class to use to determin the signal.
77# Currently availyble: MHAlpha, MHTheta <default>
78# -------------------------------------------------------------------------
79#MJCut.NameHist: MHAlpha
80
81# -------------------------------------------------------------------------
82# Define here the number of off-source regions used in wobble mode
83# -------------------------------------------------------------------------
84MJCut.NumOffSourcePositions: 3
85
86# -------------------------------------------------------------------------
87# To get a meaningfull false source plot in wobble mode use magic cuts
88# and the following two lines.
89# -------------------------------------------------------------------------
90MJCut.NameHistFS: MHDisp
91
92MHDisp.Wobble: Yes
93MHDisp.Smearing: 0.06
94#MHDisp.ScaleMin: 0.325
95#MHDisp.ScaleMax: 0.475
96
97# -------------------------------------------------------------------------
98# Use this to set the number of bins corresponding to the signal region
99# and if you use a Anti-Theta cut the second one has to be enabled
100# -------------------------------------------------------------------------
101#MHPhi.NumBinsSignal: 2
102#MHPhi.UseAntiPhiCut: No
103
104# -------------------------------------------------------------------------
105# There are three cuts:
106# CutQ: Cut after reading file
107# Cut0: After calculation of src dependant parameters, energy estimation
108# and disp calculation, before writing summary file
109# Cut1: After writing summary file before filling false source plots
110# Cut2: After filling false source plots before filling alpha plots
111# Cut3: After filling alpha plots (eg. Alpha cuts) for image parameter
112# display, eg. write only events after alpha cut to ganymed file
113# -------------------------------------------------------------------------
114CutQ.Inverted: Yes
115Cut0.Inverted: Yes
116Cut1.Inverted: Yes
117Cut2.Inverted: Yes
118Cut3.Inverted: Yes
119
120# Get rid of triangular events...
121CutQ.Condition: {0} && {1} && {2} && ({3} || {4})
122#CutQ.Condition: {0} && {1} && {2} && ({3} || {4}) && {5}
123CutQ.0: MImagePar.fNumIslands<3
124CutQ.1: MNewImagePar.fNumUsedPixels>5
125CutQ.2: MNewImagePar.fLeakage1 < 0.3
126CutQ.3: MNewImagePar.fConcCOG<0.25
127CutQ.4: log10(MNewImagePar.fConcCOG)<-0.3*(log10(MHillas.fSize)-2.5)-0.24
128CutQ.5: MImagePar.fNumSatPixelsLG < 2
129
130# -------------------------------------------------------------------------
131# Such a cut could be used to exclude starnge pointing positions. like
132# the camera center in wobble mode. However this directly influences the
133# effective observation time, which must then be corrected manually!
134# It is currently not recommended to use such a cut except for tests!
135# -------------------------------------------------------------------------
136#Cut0.Condition: MSrcPosCam.GetDist*MGeomCam.fConvMm2Deg>0.3
137
138# ---------- SETUP FOR WOBBLE-MODE -----------
139#MAlphaFitter.ScaleMode: none
140MAlphaFitter.BackgroundFitMin: 0.09
141MAlphaFitter.BackgroundFitMax: 0.25
142MAlphaFitter.PolynomOrder: 1
143MAlphaFitter.SignalFunction: ThetaSq
144
145# For more details on the magic cuts see its class reference
146Cut1.Condition: MFMagicCuts
147Cut1.ThetaCut: None
148# Parametrization of Disp
149Cut1.Param0: 1.15136
150Cut1.Param8: 0.0681437
151Cut1.Param9: 2.62932
152Cut1.Param10: 1.51279
153Cut1.Param11: 0.0507821
154# Parametrization for sign of disp (m3long, slope)
155Cut1.Param5: -0.07
156Cut1.Param6: 7.2
157Cut1.Param7: 0.5
158# ThetaSq-Cut
159Cut1.Param1: 0.215
160# Area-Cut
161Cut1.Param2: 0.215468
162Cut1.Param3: 5.63973
163Cut1.Param4: 0.0836169
164
165# To switch on random forest uncomment the following lines
166#Cut1.HadronnessCut: Hadronness
167#Cut1.Param14: 0.5
168#Cut1.Param15: 100
169
170# To use both, hadronness and area cut do
171#Cut1.HadronnessCut: All
172
173# -------------------------------------------------------------------------
174# Use this to executa a task (eg to calc hadronness) before Cut1
175# -------------------------------------------------------------------------
176# CalcHadronness: MRanForestCalc
177# CalcHadronness.FileName: rf-separation.root
178# CalcHadronness.NameOutput: Hadronness
179# CalcHadronness.Debug: No
180
181# -------------------------------------------------------------------------
182# Use this to executa a task (eg to calc disp) before Cut1
183# -------------------------------------------------------------------------
184# CalcDisp: MRanForestCalc
185# CalcDisp.FileName: rf-disp.root
186# CalcDisp.NameOutput: Disp
187# CalcDisp.Debug: No
188# Cut1.CalcDisp: No
189
190# -------------------------------------------------------------------------
191# Use this to executa a task (eg to estimate energy) after all Cuts
192# -------------------------------------------------------------------------
193# EstimateEnergy: MRanForestCalc
194# EstimateEnergy.NameOutput: MEnergyEst
195# EstimateEnergy.FileName: ranforest.root
196# EstimateEnergy.Debug: No
Note: See TracBrowser for help on using the repository browser.