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

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