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 | # -------------------------------------------------------------------------
|
---|
34 | BinningAlpha.Raw: 36 0 90
|
---|
35 | BinningFalseSource.Raw: 91 -1.5 1.5
|
---|
36 | #BinningTheta.Raw: 50 0 60 cos
|
---|
37 | BinningWidth.Raw: 50 0 1
|
---|
38 | BinningLength.Raw: 25 0 1
|
---|
39 | BinningDist.Raw: 25 0 2
|
---|
40 | BinningMaxDist.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 | # -------------------------------------------------------------------------
|
---|
64 | MJCut.NameHistFS: MHDisp
|
---|
65 |
|
---|
66 | MHDisp.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 | # -------------------------------------------------------------------------
|
---|
77 | Cut0.Inverted: Yes
|
---|
78 | Cut1.Inverted: Yes
|
---|
79 | Cut2.Inverted: Yes
|
---|
80 | Cut3.Inverted: Yes
|
---|
81 |
|
---|
82 | # Get rid of triangular events...
|
---|
83 | Cut0.Condition: ({0} || {1}) && {2} && {3} && {4} && {5}
|
---|
84 | Cut0.0: MImagePar.fNumSatPixelsHG < 1
|
---|
85 | Cut0.1: MHillas.GetArea*(MGeomCam.fConvMm2Deg^2) > (0.002*MImagePar.fNumSatPixelsHG) + 0.025
|
---|
86 | Cut0.2: MNewImagePar.fNumUsedPixels>5
|
---|
87 | Cut0.3: MNewImagePar.fLeakage1 < 0.3
|
---|
88 | Cut0.4: MImagePar.fNumSatPixelsLG<2
|
---|
89 | Cut0.5: MImagePar.fNumIslands<3
|
---|
90 |
|
---|
91 | # ---------- SETUP FOR ONOFF-MODE -----------
|
---|
92 | MAlphaFitter.BackgroundFitMin: 0.137
|
---|
93 | MAlphaFitter.BackgroundFitMax: 0.64
|
---|
94 | MAlphaFitter.PolynomOrder: 1
|
---|
95 | MAlphaFitter.ScaleMode: Background
|
---|
96 | MAlphaFitter.SignalFunction: ThetaSq
|
---|
97 |
|
---|
98 | Cut1.Condition: MFMagicCuts
|
---|
99 | Cut1.ThetaCut: None
|
---|
100 | Cut1.Param0: 1.3245
|
---|
101 | Cut1.Param1: 0.189
|
---|
102 | Cut1.Param2: 0.230
|
---|
103 | Cut1.Param3: 5.320
|
---|
104 | Cut1.Param4: 0.100
|
---|
105 | Cut1.Param5: -0.0636
|
---|
106 | Cut1.Param6: 8.2957
|
---|
107 | Cut1.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
|
---|
127 | MHThetaSq.NumBinsSignal: 3
|
---|
128 | MHThetaSq.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
|
---|