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

Last change on this file since 7348 was 7287, 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.
63# -------------------------------------------------------------------------
64MJCut.NameHistFS: MHDisp
65
66MHDisp.Smearing: 0.03
67#MHDisp.Wobble: Yes
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...
83Cut0.Condition: ({0} || {1}) && {2} && {3} && {4} && {5}
84Cut0.0: MImagePar.fNumSatPixelsHG < 1
85Cut0.1: MHillas.GetArea*(MGeomCam.fConvMm2Deg^2) > (0.0014*MImagePar.fNumSatPixelsHG) + 0.02
86Cut0.2: MNewImagePar.fNumUsedPixels>5
87Cut0.3: MNewImagePar.fLeakage1 < 0.3
88Cut0.4: MImagePar.fNumSatPixelsLG<2
89Cut0.5: MImagePar.fNumIslands<3
90
91# ---------- SETUP FOR ONOFF-MODE -----------
92MAlphaFitter.BackgroundFitMin: 0.137
93MAlphaFitter.BackgroundFitMax: 0.64
94MAlphaFitter.PolynomOrder: 1
95MAlphaFitter.ScaleMode: Background
96MAlphaFitter.SignalFunction: ThetaSq
97
98Cut1.Condition: MFMagicCuts
99Cut1.ThetaCut: None
100Cut1.Param0: 1.3245
101Cut1.Param1: 0.189
102Cut1.Param2: 0.230
103Cut1.Param3: 5.320
104Cut1.Param4: 0.100
105Cut1.Param5: -0.0636
106Cut1.Param6: 8.2957
107Cut1.Param7: 0.8677
108
109# ---------- SETUP FOR WOBBLE-MODE -----------
110#MAlphaFitter.ScaleMode: none
111#MAlphaFitter.BackgroundFitMin: 0.09
112#MAlphaFitter.BackgroundFitMax: 0.25
113#MAlphaFitter.SignalFunction: ThetaSq
114#Cut1.Condition: MFMagicCuts
115#Cut1.ThetaCut: Off
116#Cut1.Param0: 1.221
117#Cut1.Param1: 0.233161
118#Cut1.Param2: 0.234233
119#Cut1.Param3: 5.23611
120#Cut1.Param4: 0.109593
121#Cut1.Param5: -0.095321
122#Cut1.Param6: 13.425
123#Cut1.Param7: 1.04343
124
125# Be carefull: The spectrum might be done with a different binning
126# This might change the scale factor
127MHThetaSq.NumBinsSignal: 3
128MHThetaSq.NumBinsTotal: 75
129
130# -------------------------------------------------------------------------
131# Setup cuts in false source plot
132# -------------------------------------------------------------------------
133#MHFalseSource.DistMin: 0.55
134#MHFalseSource.DistMax: 0.55
135#MHFalseSource.DWMin: 0.55
136#MHFalseSource.DWMax: 0.55
137
138# -------------------------------------------------------------------------
139# Use this to executa a task (eg to calc hadronness) after energy
140# before Cut1
141# -------------------------------------------------------------------------
142# CalcHadronness: MRanForestCalc
143# CalcHadronness.File: /home/tbretz/Mars.cvs/RFspot3cmAll.root
144# CalcHadronness.Debug: No
Note: See TracBrowser for help on using the repository browser.