source: trunk/Mars/star_mux.rc@ 18147

Last change on this file since 18147 was 8726, checked in by tbretz, 17 years ago
*** empty log message ***
File size: 4.6 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# Star
21# ==========================================================================
22#############################################################################
23# ==========================================================================
24
25# -------------------------------------------------------------------------
26# Use this if you want to write the MJStar output somewhere
27# If you don't want it, it is written to the calibration output anyhow.
28# -------------------------------------------------------------------------
29#MJStar.PathOut: .
30#MJStar.PathIn: .
31
32# -------------------------------------------------------------------------
33# Configure MJStar
34# -------------------------------------------------------------------------
35#MJStar.MaxEvents: 10000
36#MJStar.Overwrite: yes,no
37
38# -------------------------------------------------------------------------
39# Use this if you want to change the parameters of the software trigger
40# -------------------------------------------------------------------------
41#FilterSwTrigger.Threshold: 5
42#FilterSwTrigger.NumNeighbors: 4
43#FilterSwTrigger.TimeWindow: 0.5
44
45# -------------------------------------------------------------------------
46# It seems that the MUX FADCs have s lightly higher dead time...
47# -------------------------------------------------------------------------
48MHEffectiveOnTime.FirstBin: 4
49
50# -------------------------------------------------------------------------
51# Setup the image cleaning here
52# -------------------------------------------------------------------------
53MImgCleanStd.CleanMethod: absolute
54#MImgCleanStd.CleanLevel0: 6.0
55MImgCleanStd.CleanLevel1: 6.0
56MImgCleanStd.CleanLevel2: 3.0
57MImgCleanStd.TimeLevel1: 1.75
58MImgCleanStd.TimeLevel2: 1.75
59MImgCleanStd.PostCleanType: 3
60
61#MImgCleanStd.CleanRings: 3
62#MImgCleanStd.KeepIsolatedPixels: Yes
63#MImgCleanStd.RecoverIsolatedPixles: Yes
64
65# -------------------------------------------------------------------------
66# Setup the cut applied to the Sparkless tab
67# -------------------------------------------------------------------------
68
69# This is the simple default
70#SparkCut.Condition: log10(MNewImagePar.fConc1) < (-0.371)*log10(MHillas.fSize) + 0.596
71
72# This is the more complicated cut from ganymed.rc
73#SparkCut.Condition: ({0} || {1}) && {2}
74#SparkCut.0: MImagePar.fNumSatPixelsHG < 1
75#SparkCut.1: MHillas.GetArea*(MGeomCam.fConvMm2Deg^2) > (0.003*MImagePar.fNumSatPixelsHG) + 0.0325
76#SparkCut.2: log10(MNewImagePar.fConc1) < (-0.371)*log10(MHillas.fSize) + 0.596
77
78# -------------------------------------------------------------------------
79# setup the image parameter calculation here
80# -------------------------------------------------------------------------
81#MHillasCalc.IdxIsland: 0
82
83# -------------------------------------------------------------------------
84# Setup or switch off the muon analysis here
85# -------------------------------------------------------------------------
86#MJStar.MuonAnalysis: On
87
88#MMuonSetup.Margin: 0.2
89#MMuonSetup.ThresholdArcPhi: 30
90#MMuonSetup.ThresholdArcWidth: 2
91
92#BinningRadius.Raw: 20 0.5 1.5
93#BinningArcWidth.Raw: 60 0.0 0.3
94#BinningRingBroadening.Raw: 20 0.5 1.5
95#BinningSizeVsArcRadius.Raw: 20 0.5 1.5
96#BinningsArcPhi.Raw: 20 -180 180
97#BinningsMuonWidth.Raw: 28 0.3 1.7
98
99#MuonPreCut.Condition: MHillas.fSize>150
100#MuonSearcCut.Condition: (MMuonSearchPar.fRadius>180) && (MMuonSearchPar.fRadius<400) && (MMuonSearchPar.fDeviation<45)
101#MuonFinalCut.Condition: (MMuonCalibPar.fArcPhi>190) && (MMuonSearchPar.fDeviation<35) && (MMuonCalibPar.fArcWidth<0.20) && (MMuonCalibPar.fArcWidth>0.04)
Note: See TracBrowser for help on using the repository browser.