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

Last change on this file since 7909 was 7744, checked in by tbretz, 18 years ago
*** empty log message ***
File size: 6.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# 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
36#BinningTheta.Raw: 50 0 60 cos
37BinningWidth.Raw: 50 0 1
38BinningLength.Raw: 25 0 1
39BinningDist.Raw: 25 0 2
40BinningMaxDist.Raw: 25 0 2
41
42# -------------------------------------------------------------------------
43# Using the starguider for pointing correction.
44# To switch it off use "MPointingDevCalc.MaxAbsDev: -1"
45# -------------------------------------------------------------------------
46#MPointingDevCalc.MaxAbsDev: 15
47#MPointingDevCalc.NumMinStars: 8
48#MPointingDevCalc.NsbLevel: 3.0
49#MPointingDevCalc.NsbMin: 30
50#MPointingDevCalc.NsbMax: 60
51#MPointingDevCalc.MaxAbsDev: 15
52#MPointingDevCalc.Dx -7
53#MPointingDevCalc.Dy 16
54#MPointingDevCalc.MaxAge 1.0
55
56# -------------------------------------------------------------------------
57# Setup fit mode and ranges
58# -------------------------------------------------------------------------
59#MAlphaFitter.SignalIntegralMax: 15
60#MAlphaFitter.SignalFitMax: 25
61#MAlphaFitter.BackgroundFitMin: 35
62#MAlphaFitter.BackgroundFitMax: 75
63#MAlphaFitter.ScaleMin: 35
64#MAlphaFitter.ScaleMax: 80
65#MAlphaFitter.PolynomOrder: 2
66#MAlphaFitter.ScaleMode: None
67
68# -------------------------------------------------------------------------
69# Define here which histogram class to use to determin the signal.
70# Currently availyble: MHAlpha, MHTheta <default>
71# -------------------------------------------------------------------------
72#MJCut.NameHist: MHAlpha
73
74# -------------------------------------------------------------------------
75# To get a meaningfull false source plot in wobble mode use magic cuts
76# and the following two lines.
77# -------------------------------------------------------------------------
78MJCut.NameHistFS: MHDisp
79
80MHDisp.Wobble: Yes
81MHDisp.Smearing: 0.06
82#MHDisp.ScaleMin: 0.325
83#MHDisp.ScaleMax: 0.475
84
85# -------------------------------------------------------------------------
86# Use this to set the number of bins corresponding to the signal region
87# and if you use a Anti-Theta cut the second one has to be enabled
88# -------------------------------------------------------------------------
89#MHPhi.NumBinsSignal: 2
90#MHPhi.UseAntiPhiCut: No
91
92# -------------------------------------------------------------------------
93# There are three cuts:
94# Cut0: After energy estimation, before writing summary file
95# Cut1: After writing summary file before filling false source plots
96# Cut2: After filling false source plots before filling alpha plots
97# Cut3: After filling alpha plots (eg. Alpha cuts) for image parameter
98# display
99# -------------------------------------------------------------------------
100Cut0.Inverted: Yes
101Cut1.Inverted: Yes
102Cut2.Inverted: Yes
103Cut3.Inverted: Yes
104
105# Get rid of triangular events...
106Cut0.Condition: ({0} || {1}) && {2} && {3} && {4} && {5} && {6}
107Cut0.0: MImagePar.fNumSatPixelsHG < 1
108Cut0.1: MHillas.GetArea*(MGeomCam.fConvMm2Deg^2) > (0.002*MImagePar.fNumSatPixelsHG) + 0.025
109Cut0.2: MNewImagePar.fNumUsedPixels>5
110Cut0.3: MNewImagePar.fLeakage1 < 0.3
111Cut0.4: MImagePar.fNumSatPixelsLG<2
112Cut0.5: MImagePar.fNumIslands<3
113Cut0.6: log10(MNewImagePar.fConc1) < (-0.371)*log10(MHillas.fSize) + 0.596
114
115# ---------- SETUP FOR WOBBLE-MODE -----------
116MAlphaFitter.ScaleMode: none
117MAlphaFitter.BackgroundFitMin: 0.09
118MAlphaFitter.BackgroundFitMax: 0.25
119MAlphaFitter.PolynomOrder: 1
120MAlphaFitter.SignalFunction: ThetaSq
121
122Cut1.Condition: MFMagicCuts
123Cut1.ThetaCut: Off
124Cut1.Param0: 1.221
125Cut1.Param1: 0.22
126Cut1.Param2: 0.222
127Cut1.Param3: 5.524
128Cut1.Param4: 0.0878
129Cut1.Param5: -0.07
130Cut1.Param6: 13.425
131Cut1.Param7: 1.04343
132
133# Be carefull: The spectrum might be done with a different binning
134# This might change the scale factor
135#MHThetaSq.NumBinsSignal: 3
136#MHThetaSq.NumBinsTotal: 75
137
138# -------------------------------------------------------------------------
139# Setup cuts in false source plot
140# -------------------------------------------------------------------------
141#MHFalseSource.DistMin: 0.55
142#MHFalseSource.DistMax: 0.55
143#MHFalseSource.DWMin: 0.55
144#MHFalseSource.DWMax: 0.55
145
146# -------------------------------------------------------------------------
147# Use this to executa a task (eg to calc hadronness) before Cut1
148# -------------------------------------------------------------------------
149# CalcHadronness: MRanForestCalc
150# CalcHadronness.FileName: rf-separation.root
151# CalcHadronness.NameOutput: Hadronness
152# CalcHadronness.Debug: No
153
154# -------------------------------------------------------------------------
155# Use this to executa a task (eg to calc disp) before Cut1
156# -------------------------------------------------------------------------
157# CalcDisp: MRanForestCalc
158# CalcDisp.FileName: rf-disp.root
159# CalcDisp.NameOutput: Disp
160# CalcDisp.Debug: No
161# Cut1.CalcDisp: No
Note: See TracBrowser for help on using the repository browser.