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

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