source: trunk/MagicSoft/Mars/ganymed.rc@ 7743

Last change on this file since 7743 was 7743, checked in by tbretz, 18 years ago
*** empty log message ***
File size: 7.2 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.Dx -7
52#MPointingDevCalc.Dy 16
53#MPointingDevCalc.MaxAge 1.0
54
55# -------------------------------------------------------------------------
56# Setup the misfocussing correction
57# -------------------------------------------------------------------------
58#MSrcPosCorrect.Dx: 0
59#MSrcPosCorrect.Dy: 0
60
61# -------------------------------------------------------------------------
62# Setup fit mode and ranges
63# -------------------------------------------------------------------------
64#MAlphaFitter.SignalIntegralMax: 15
65#MAlphaFitter.SignalFitMax: 25
66#MAlphaFitter.BackgroundFitMin: 35
67#MAlphaFitter.BackgroundFitMax: 75
68#MAlphaFitter.ScaleMin: 35
69#MAlphaFitter.ScaleMax: 80
70#MAlphaFitter.PolynomOrder: 2
71#MAlphaFitter.ScaleMode: None
72
73# -------------------------------------------------------------------------
74# Define here which histogram class to use to determin the signal.
75# Currently availyble: MHAlpha, MHTheta <default>
76# -------------------------------------------------------------------------
77#MJCut.NameHist: MHAlpha
78
79# -------------------------------------------------------------------------
80# To get a meaningfull false source plot in wobble mode use magic cuts
81# and the following two lines.
82# -------------------------------------------------------------------------
83MJCut.NameHistFS: MHDisp
84
85MHDisp.Smearing: 0.06
86#MHDisp.Wobble: Yes
87#MHDisp.ScaleMin: 0.325
88#MHDisp.ScaleMax: 0.475
89
90# -------------------------------------------------------------------------
91# To get use a random source position in the off data with the distribution
92# in the camera of the on-data
93# -------------------------------------------------------------------------
94#MJCut.RandomSourcePosition: Yes
95
96# -------------------------------------------------------------------------
97# There are three cuts:
98# Cut0: After energy estimation, before writing summary file
99# Cut1: After writing summary file before filling false source plots
100# Cut2: After filling false source plots before filling alpha plots
101# Cut3: After filling alpha plots (eg. Alpha cuts) for image parameter
102# display
103# -------------------------------------------------------------------------
104Cut0.Inverted: Yes
105Cut1.Inverted: Yes
106Cut2.Inverted: Yes
107Cut3.Inverted: Yes
108
109# Get rid of triangular events...
110Cut0.Condition: ({0} || {1}) && {2} && {3} && {4} && {5} && {6}
111Cut0.0: MImagePar.fNumSatPixelsHG < 1
112Cut0.1: MHillas.GetArea*(MGeomCam.fConvMm2Deg^2) > (0.003*MImagePar.fNumSatPixelsHG) + 0.0325
113Cut0.2: MNewImagePar.fNumUsedPixels>5
114Cut0.3: MNewImagePar.fLeakage1 < 0.3
115Cut0.4: MImagePar.fNumSatPixelsLG<2
116Cut0.5: MImagePar.fNumIslands<3
117Cut0.6: log10(MNewImagePar.fConc1) < (-0.371)*log10(MHillas.fSize) + 0.596
118
119# ---------- SETUP FOR ONOFF-MODE -----------
120MAlphaFitter.ScaleMin: 0.137
121MAlphaFitter.ScaleMax: 0.640
122MAlphaFitter.BackgroundFitMin: 0.137
123MAlphaFitter.BackgroundFitMax: 1.000
124MAlphaFitter.PolynomOrder: 1
125MAlphaFitter.ScaleMode: OffRegion
126MAlphaFitter.SignalFunction: ThetaSq
127
128Cut1.Condition: MFMagicCuts
129Cut1.ThetaCut: None
130Cut1.Param0: 1.3245
131Cut1.Param1: 0.22
132Cut1.Param2: 0.215
133Cut1.Param3: 5.486
134Cut1.Param4: 0.0897
135Cut1.Param5: -0.07
136Cut1.Param6: 8.2957
137Cut1.Param7: 0.8677
138
139# ---------- SETUP FOR WOBBLE-MODE -----------
140#MAlphaFitter.ScaleMode: none
141#MAlphaFitter.BackgroundFitMin: 0.09
142#MAlphaFitter.BackgroundFitMax: 0.25
143#MAlphaFitter.SignalFunction: ThetaSq
144#Cut1.Condition: MFMagicCuts
145#Cut1.ThetaCut: Off
146#Cut1.Param0: 1.221
147#Cut1.Param1: 0.233161
148#Cut1.Param2: 0.234233
149#Cut1.Param3: 5.23611
150#Cut1.Param4: 0.109593
151#Cut1.Param5: -0.095321
152#Cut1.Param6: 13.425
153#Cut1.Param7: 1.04343
154
155# Be carefull: The spectrum might be done with a different binning
156# This might change the scale factor
157MHThetaSq.NumBinsSignal: 3
158MHThetaSq.NumBinsTotal: 75
159
160# -------------------------------------------------------------------------
161# Setup cuts in false source plot
162# -------------------------------------------------------------------------
163#MHFalseSource.DistMin: 0.55
164#MHFalseSource.DistMax: 0.55
165#MHFalseSource.DWMin: 0.55
166#MHFalseSource.DWMax: 0.55
167
168# -------------------------------------------------------------------------
169# Use this to executa a task (eg to calc hadronness) before Cut1
170# -------------------------------------------------------------------------
171# CalcHadronness: MRanForestCalc
172# CalcHadronness.FileName: rf-separation.root
173# CalcHadronness.NameOutput: Hadronness
174# CalcHadronness.Debug: No
175
176# -------------------------------------------------------------------------
177# Use this to executa a task (eg to calc disp) before Cut1
178# -------------------------------------------------------------------------
179# CalcDisp: MRanForestCalc
180# CalcDisp.FileName: rf-disp.root
181# CalcDisp.NameOutput: Disp
182# CalcDisp.Debug: No
183# Cut1.CalcDisp: No
Note: See TracBrowser for help on using the repository browser.