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

Last change on this file since 7422 was 7362, checked in by tbretz, 19 years ago
*** empty log message ***
File size: 5.7 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.
74# -------------------------------------------------------------------------
75MJCut.NameHistFS: MHDisp
76
77MHDisp.Smearing: 0.03
78MHDisp.Wobble: Yes
79
80# -------------------------------------------------------------------------
81# There are three cuts:
82# Cut0: After energy estimation, before writing summary file
83# Cut1: After writing summary file before filling false source plots
84# Cut2: After filling false source plots before filling alpha plots
85# Cut3: After filling alpha plots (eg. Alpha cuts) for image parameter
86# display
87# -------------------------------------------------------------------------
88Cut0.Inverted: Yes
89Cut1.Inverted: Yes
90Cut2.Inverted: Yes
91Cut3.Inverted: Yes
92
93# Get rid of triangular events...
94Cut0.Condition: ({0} || {1}) && {2} && {3} && {4} && {5}
95Cut0.0: MImagePar.fNumSatPixelsHG < 1
96Cut0.1: MHillas.GetArea*(MGeomCam.fConvMm2Deg^2) > (0.002*MImagePar.fNumSatPixelsHG) + 0.025
97Cut0.2: MNewImagePar.fNumUsedPixels>5
98Cut0.3: MNewImagePar.fLeakage1 < 0.3
99Cut0.4: MImagePar.fNumSatPixelsLG<2
100Cut0.5: MImagePar.fNumIslands<3
101
102# ---------- SETUP FOR WOBBLE-MODE -----------
103MAlphaFitter.ScaleMode: none
104MAlphaFitter.BackgroundFitMin: 0.09
105MAlphaFitter.BackgroundFitMax: 0.25
106MAlphaFitter.PolynomOrder: 1
107MAlphaFitter.SignalFunction: ThetaSq
108
109Cut1.Condition: MFMagicCuts
110Cut1.ThetaCut: Off
111Cut1.Param0: 1.221
112Cut1.Param1: 0.233161
113Cut1.Param2: 0.234233
114Cut1.Param3: 5.23611
115Cut1.Param4: 0.109593
116Cut1.Param5: -0.095321
117Cut1.Param6: 13.425
118Cut1.Param7: 1.04343
119
120# Be carefull: The spectrum might be done with a different binning
121# This might change the scale factor
122#MHThetaSq.NumBinsSignal: 3
123#MHThetaSq.NumBinsTotal: 75
124
125# -------------------------------------------------------------------------
126# Setup cuts in false source plot
127# -------------------------------------------------------------------------
128#MHFalseSource.DistMin: 0.55
129#MHFalseSource.DistMax: 0.55
130#MHFalseSource.DWMin: 0.55
131#MHFalseSource.DWMax: 0.55
132
133# -------------------------------------------------------------------------
134# Use this to executa a task (eg to calc hadronness) after energy
135# before Cut1
136# -------------------------------------------------------------------------
137# CalcHadronness: MRanForestCalc
138# CalcHadronness.File: /home/tbretz/Mars.cvs/RFspot3cmAll.root
139# CalcHadronness.Debug: No
Note: See TracBrowser for help on using the repository browser.