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

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