source: trunk/MagicSoft/Mars/ganymed_onoff.rc@ 7208

Last change on this file since 7208 was 7204, checked in by tbretz, 20 years ago
*** empty log message ***
File size: 5.1 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
68
69# -------------------------------------------------------------------------
70# There are three cuts:
71# Cut0: After energy estimation, before writing summary file
72# Cut1: After writing summary file before filling false source plots
73# Cut2: After filling false source plots before filling alpha plots
74# Cut3: After filling alpha plots (eg. Alpha cuts) for image parameter
75# display
76# -------------------------------------------------------------------------
77Cut0.Inverted: Yes
78Cut1.Inverted: Yes
79Cut2.Inverted: Yes
80Cut3.Inverted: Yes
81
82# Get rid of triangular events...
83#Cut0.Condition: log10(MNewImagePar.fConc1) < (-0.467)*log10(MHillas.fSize) + 0.75
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 ONOFF-MODE -----------
93MAlphaFitter.BackgroundFitMin: 0.137
94MAlphaFitter.BackgroundFitMax: 0.64
95MAlphaFitter.PolynomOrder: 1
96MAlphaFitter.ScaleMode: Background
97MAlphaFitter.SignalFunction: ThetaSq
98
99Cut1.Condition: MFMagicCuts
100Cut1.ThetaCut: None
101Cut1.Param0: 1.3245
102Cut1.Param1: 0.189
103Cut1.Param2: 0.230
104Cut1.Param3: 5.320
105Cut1.Param4: 0.100
106Cut1.Param5: -0.0636
107Cut1.Param6: 8.2957
108Cut1.Param7: 0.8677
109
110# Be carefull: The spectrum might be done with a different binning
111# This might change the scale factor
112#MHThetaSq.NumBinsSignal: 3
113#MHThetaSq.NumBinsTotal: 75
114
115# -------------------------------------------------------------------------
116# Use this to executa a task (eg to calc hadronness) after energy
117# before Cut1
118# -------------------------------------------------------------------------
119# CalcHadronness: MRanForestCalc
120# CalcHadronness.File: /home/tbretz/Mars.cvs/RFspot3cmAll.root
121# CalcHadronness.Debug: No
Note: See TracBrowser for help on using the repository browser.