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

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