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: 9 0 90
|
---|
35 | #BinningFalseSource.Raw: 30 -1.2 1.2
|
---|
36 | #BinningEnergyEst.Raw: 25 10 1000000 log
|
---|
37 | #BinningTheta.Raw: 50 0 60 cos
|
---|
38 |
|
---|
39 | # -------------------------------------------------------------------------
|
---|
40 | # Setup fit mode and ranges
|
---|
41 | # -------------------------------------------------------------------------
|
---|
42 | #MAlphaFitter.SignalIntegralMax: 15
|
---|
43 | #MAlphaFitter.SignalFitMax: 25
|
---|
44 | #MAlphaFitter.BackgroundFitMin: 35
|
---|
45 | #MAlphaFitter.BackgroundFitMax: 75
|
---|
46 | #MAlphaFitter.ScaleMin: 35
|
---|
47 | #MAlphaFitter.ScaleMax: 80
|
---|
48 | #MAlphaFitter.PolynomOrder: 2
|
---|
49 | #/*MISSING*/ ScaleMode
|
---|
50 |
|
---|
51 | # -------------------------------------------------------------------------
|
---|
52 | # There are three cuts:
|
---|
53 | # Cut0: After energy estimation, before writing summary file
|
---|
54 | # Cut1: After writing summary file before filling false source plots
|
---|
55 | # Cut2: After filling false source plots before filling alpha plots
|
---|
56 | # Cut3: After filling alpha plots (eg. Alpha cuts) for image parameter
|
---|
57 | # display
|
---|
58 | # -------------------------------------------------------------------------
|
---|
59 | Cut0.Inverted: Yes
|
---|
60 | Cut1.Inverted: Yes
|
---|
61 | Cut2.Inverted: Yes
|
---|
62 | Cut3.Inverted: Yes
|
---|
63 |
|
---|
64 | #Cut0.Condition: MCameraCooling.fTempCenter < 55
|
---|
65 |
|
---|
66 | # Get rid of triangular events...
|
---|
67 | Cut0.Condition: {0}
|
---|
68 | Cut0.0: 0.33 * log10(MHillas.fSize) < 1.05 - log10(MNewImagePar.fConc)
|
---|
69 |
|
---|
70 | # If you could setup MFEventSelector by resource file you could use it here
|
---|
71 | # To produce trainings and test sample use: "{MMcEvt.fEvtNumber%2}>0.5"
|
---|
72 | #Cut1.Condition: <MFSupercuts>
|
---|
73 | #Cut1.Param0: 0.056
|
---|
74 | #Cut1.Param8: 0.222
|
---|
75 | #Cut1.Param16: 0.042
|
---|
76 | #Cut1.Param24: 0.087
|
---|
77 | #Cut1.Param32: 0.33
|
---|
78 |
|
---|
79 | Cut1.Condition: {0} && {1} && {2} && {3} && {4}
|
---|
80 |
|
---|
81 | Cut1.0: MHillas.fLength*MGeomCam.fConvMm2Deg > 0.0063*log10(MHillas.fSize)+0.0974
|
---|
82 | Cut1.1: MHillas.fLength*MGeomCam.fConvMm2Deg < 0.0040*log10(MHillas.fSize)+0.1791
|
---|
83 | Cut1.2: MHillas.fWidth *MGeomCam.fConvMm2Deg > 0.0067*log10(MHillas.fSize)+0.0511
|
---|
84 | Cut1.3: MHillas.fWidth *MGeomCam.fConvMm2Deg < 0.0050*log10(MHillas.fSize)+0.1203
|
---|
85 | Cut1.4: MHillas.fSize>95
|
---|
86 |
|
---|
87 | Cut2.Condition: MHillasSrc.fDist*MGeomCam.fConvMm2Deg>0.55
|
---|
88 |
|
---|
89 | Cut3.Condition: abs(MHillasSrc.fAlpha)<10
|
---|
90 |
|
---|
91 | # -------------------------------------------------------------------------
|
---|
92 | # Setup cuts in false source plot
|
---|
93 | # -------------------------------------------------------------------------
|
---|
94 | MHFalseSource.DistMin: 0.55
|
---|
95 | #MHFalseSource.DistMax: 0.55
|
---|
96 | #MHFalseSource.DWMin: 0.55
|
---|
97 | #MHFalseSource.DWMax: 0.55
|
---|
98 |
|
---|
99 | # -------------------------------------------------------------------------
|
---|
100 | # Energy Estimation
|
---|
101 | # -------------------------------------------------------------------------
|
---|
102 |
|
---|
103 | #EstimateEnergy: MEnergyEstimate
|
---|
104 | EstimateEnergy.Rule: {0} + {1} + {2} + {3} + {4} + {5}
|
---|
105 | EstimateEnergy.0: 6.3
|
---|
106 | EstimateEnergy.1: 0.04*MHillasSrc.fDist*MGeomCam.fConvMm2Deg
|
---|
107 | EstimateEnergy.2: -0.13*MHillas.fLength*MGeomCam.fConvMm2Deg
|
---|
108 | EstimateEnergy.3: 0.15*MHillas.fSize
|
---|
109 | EstimateEnergy.4: 0.0000519*MHillas.fSize*MHillasSrc.fDist*MGeomCam.fConvMm2Deg
|
---|
110 | EstimateEnergy.5: 0.0000519*MHillas.fLength*MGeomCam.fConvMm2Deg*MHillasSrc.fDist*MGeomCam.fConvMm2Deg
|
---|
111 |
|
---|
112 |
|
---|
113 | # -------------------------------------------------------------------------
|
---|
114 | # Use this to executa a task (eg to calc hadronness) after energy
|
---|
115 | # before Cut1
|
---|
116 | # -------------------------------------------------------------------------
|
---|
117 | # CalcHadronness: MRanForestCalc
|
---|
118 | # CalcHadronness.File: /home/tbretz/Mars.cvs/RFspot3cmAll.root
|
---|
119 | # CalcHadronness.Debug: No
|
---|