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

Last change on this file since 7392 was 7392, checked in by tbretz, 19 years ago
*** empty log message ***
File size: 5.5 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
78
79# -------------------------------------------------------------------------
80# There are three cuts:
81# Cut0: After energy estimation, before writing summary file
82# Cut1: After writing summary file before filling false source plots
83# Cut2: After filling false source plots before filling alpha plots
84# Cut3: After filling alpha plots (eg. Alpha cuts) for image parameter
85# display
86# -------------------------------------------------------------------------
87Cut0.Inverted: Yes
88Cut1.Inverted: Yes
89Cut2.Inverted: Yes
90Cut3.Inverted: Yes
91
92# Get rid of triangular events...
93#Cut0.Condition: log10(MNewImagePar.fConc1) < (-0.467)*log10(MHillas.fSize) + 0.75
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 ONOFF-MODE -----------
103MAlphaFitter.ScaleMin: 0.137
104MAlphaFitter.ScaleMax: 0.640
105MAlphaFitter.BackgroundFitMin: 0.137
106MAlphaFitter.BackgroundFitMax: 1.000
107MAlphaFitter.PolynomOrder: 1
108MAlphaFitter.ScaleMode: OffRegion
109MAlphaFitter.SignalFunction: ThetaSq
110
111Cut1.Condition: MFMagicCuts
112Cut1.ThetaCut: None
113Cut1.Param0: 1.3245
114Cut1.Param1: 0.189
115Cut1.Param2: 0.230
116Cut1.Param3: 5.320
117Cut1.Param4: 0.100
118Cut1.Param5: -0.0636
119Cut1.Param6: 8.2957
120Cut1.Param7: 0.8677
121
122# Be carefull: The spectrum might be done with a different binning
123# This might change the scale factor
124#MHThetaSq.NumBinsSignal: 3
125#MHThetaSq.NumBinsTotal: 75
126
127# -------------------------------------------------------------------------
128# Use this to executa a task (eg to calc hadronness) after energy
129# before Cut1
130# -------------------------------------------------------------------------
131# CalcHadronness: MRanForestCalc
132# CalcHadronness.File: /home/tbretz/Mars.cvs/RFspot3cmAll.root
133# CalcHadronness.Debug: No
Note: See TracBrowser for help on using the repository browser.