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

Last change on this file since 6351 was 6282, checked in by tbretz, 20 years ago
*** empty log message ***
File size: 5.1 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# -------------------------------------------------------------------------
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# -------------------------------------------------------------------------
59Cut0.Inverted: Yes
60Cut1.Inverted: Yes
61Cut2.Inverted: Yes
62Cut3.Inverted: Yes
63
64#Cut0.Condition: MCameraCooling.fTempCenter < 55
65Cut0.Condition: {0} && {1}
66Cut0.0: log10(MNewImagePar.fConc) < 1.19 - (0.37 * log10(MHillas.fSize))
67Cut0.1: MNewImagePar.fConc > 0.45
68
69# If you could setup MFEventSelector by resource file you could use it here
70# To produce trainings and test sample use: "{MMcEvt.fEvtNumber%2}>0.5"
71#Cut1.Condition: <MFSupercuts>
72#Cut1.Param0: 0.056
73#Cut1.Param8: 0.222
74#Cut1.Param16: 0.042
75#Cut1.Param24: 0.087
76#Cut1.Param32: 0.33
77
78Cut1.Condition: {0} && {1} && {2} && {3} && {4}
79
80Cut1.0: MHillas.fLength*MGeomCam.fConvMm2Deg > 0.0063*log10(MHillas.fSize)+0.0974
81Cut1.1: MHillas.fLength*MGeomCam.fConvMm2Deg < 0.0040*log10(MHillas.fSize)+0.1791
82Cut1.2: MHillas.fWidth *MGeomCam.fConvMm2Deg > 0.0067*log10(MHillas.fSize)+0.0511
83Cut1.3: MHillas.fWidth *MGeomCam.fConvMm2Deg < 0.0050*log10(MHillas.fSize)+0.1203
84Cut1.4: MHillas.fSize>95
85
86Cut2.Condition: MHillasSrc.fDist*MGeomCam.fConvMm2Deg>0.55
87
88Cut3.Condition: abs(MHillasSrc.fAlpha)<10
89
90# -------------------------------------------------------------------------
91# Setup cuts in false source plot
92# -------------------------------------------------------------------------
93MHFalseSource.DistMin: 0.55
94#MHFalseSource.DistMax: 0.55
95#MHFalseSource.DWMin: 0.55
96#MHFalseSource.DWMax: 0.55
97
98# -------------------------------------------------------------------------
99# Energy Estimation
100# -------------------------------------------------------------------------
101
102#EstimateEnergy: MEnergyEstimate
103EstimateEnergy.Rule: {0} + {1} + {2} + {3} + {4} + {5}
104EstimateEnergy.0: 6.3
105EstimateEnergy.1: 0.04*MHillasSrc.fDist*MGeomCam.fConvMm2Deg
106EstimateEnergy.2: -0.13*MHillas.fLength*MGeomCam.fConvMm2Deg
107EstimateEnergy.3: 0.15*MHillas.fSize
108EstimateEnergy.4: 0.0000519*MHillas.fSize*MHillasSrc.fDist*MGeomCam.fConvMm2Deg
109EstimateEnergy.5: 0.0000519*MHillas.fLength*MGeomCam.fConvMm2Deg*MHillasSrc.fDist*MGeomCam.fConvMm2Deg
110
111
112# -------------------------------------------------------------------------
113# Use this to executa a task (eg to calc hadronness) after energy
114# before Cut1
115# -------------------------------------------------------------------------
116# CalcHadronness: MRanForestCalc
117# CalcHadronness.File: /home/tbretz/Mars.cvs/RFspot3cmAll.root
118# CalcHadronness.Debug: No
Note: See TracBrowser for help on using the repository browser.