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 | #MAlphaFitter.ScaleMode: kSignificance
|
---|
50 |
|
---|
51 | # -------------------------------------------------------------------------
|
---|
52 | # Define here which histogram class to use to determin the signal.
|
---|
53 | # Currently availyble: MHAlpha, MHTheta <default>
|
---|
54 | # -------------------------------------------------------------------------
|
---|
55 | #MJCut.NameHist: MHAlpha
|
---|
56 |
|
---|
57 |
|
---|
58 | # -------------------------------------------------------------------------
|
---|
59 | # There are three cuts:
|
---|
60 | # Cut0: After energy estimation, before writing summary file
|
---|
61 | # Cut1: After writing summary file before filling false source plots
|
---|
62 | # Cut2: After filling false source plots before filling alpha plots
|
---|
63 | # Cut3: After filling alpha plots (eg. Alpha cuts) for image parameter
|
---|
64 | # display
|
---|
65 | # -------------------------------------------------------------------------
|
---|
66 | Cut0.Inverted: Yes
|
---|
67 | Cut1.Inverted: Yes
|
---|
68 | Cut2.Inverted: Yes
|
---|
69 | Cut3.Inverted: Yes
|
---|
70 |
|
---|
71 | #Cut0.Condition: MCameraCooling.fTempCenter < 55
|
---|
72 |
|
---|
73 | # Get rid of triangular events...
|
---|
74 | Cut0.Condition: {0}
|
---|
75 | Cut0.0: log10(MNewImagePar.fConc1) < (-0.467)*log10(MHillas.fSize) +0.75
|
---|
76 |
|
---|
77 | # If you could setup MFEventSelector by resource file you could use it here
|
---|
78 | # To produce trainings and test sample use: "{MMcEvt.fEvtNumber%2}>0.5"
|
---|
79 | #Cut1.Condition: <MFSupercuts>
|
---|
80 | #Cut1.Param0: 0.056
|
---|
81 | #Cut1.Param8: 0.222
|
---|
82 | #Cut1.Param16: 0.042
|
---|
83 | #Cut1.Param24: 0.087
|
---|
84 | #Cut1.Param32: 0.33
|
---|
85 |
|
---|
86 | Cut1.Condition: {0} && {1} && {2} && {3} && {4}
|
---|
87 |
|
---|
88 | Cut1.0: MHillas.fLength*MGeomCam.fConvMm2Deg > 0.0063*log10(MHillas.fSize)+0.0974
|
---|
89 | Cut1.1: MHillas.fLength*MGeomCam.fConvMm2Deg < 0.0040*log10(MHillas.fSize)+0.1791
|
---|
90 | Cut1.2: MHillas.fWidth *MGeomCam.fConvMm2Deg > 0.0067*log10(MHillas.fSize)+0.0511
|
---|
91 | Cut1.3: MHillas.fWidth *MGeomCam.fConvMm2Deg < 0.0050*log10(MHillas.fSize)+0.1203
|
---|
92 | Cut1.4: MHillas.fSize>95
|
---|
93 |
|
---|
94 | Cut2.Condition: MHillasSrc.fDist*MGeomCam.fConvMm2Deg>0.55
|
---|
95 |
|
---|
96 | Cut3.Condition: abs(MHillasSrc.fAlpha)<10
|
---|
97 |
|
---|
98 | # -------------------------------------------------------------------------
|
---|
99 | # Setup cuts in false source plot
|
---|
100 | # -------------------------------------------------------------------------
|
---|
101 | #MHFalseSource.DistMin: 0.55
|
---|
102 | #MHFalseSource.DistMax: 0.55
|
---|
103 | #MHFalseSource.DWMin: 0.55
|
---|
104 | #MHFalseSource.DWMax: 0.55
|
---|
105 |
|
---|
106 | # -------------------------------------------------------------------------
|
---|
107 | # Use this to executa a task (eg to calc hadronness) after energy
|
---|
108 | # before Cut1
|
---|
109 | # -------------------------------------------------------------------------
|
---|
110 | # CalcHadronness: MRanForestCalc
|
---|
111 | # CalcHadronness.File: /home/tbretz/Mars.cvs/RFspot3cmAll.root
|
---|
112 | # CalcHadronness.Debug: No
|
---|