source: tags/Mars-V0.9.4.1/star.rc@ 12597

Last change on this file since 12597 was 7225, checked in by tbretz, 19 years ago
*** empty log message ***
File size: 4.0 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# Use this to define where the program should search for the pedestal
34# and calibration files defined in the sequence. To use the local
35# directory use '.' If nothing is specified the default path in the
36# datacenter is used. (overwrites command line options)
37# -------------------------------------------------------------------------
38#MJStar.PathData: /data/MAGIC/Period016/
39
40# -------------------------------------------------------------------------
41# Configure MJStar
42# -------------------------------------------------------------------------
43#MJStar.MaxEvents: 10000
44#MJStar.Overwrite: yes,no
45
46# -------------------------------------------------------------------------
47# Use this if you want to change the parameters of the software trigger
48# -------------------------------------------------------------------------
49#FilterSwTrigger.Threshold: 5
50#FilterSwTrigger.NumNeighbors: 4
51#FilterSwTrigger.TimeWindow: 0.5
52
53# -------------------------------------------------------------------------
54# Setup or switch off the muon analysis here
55# -------------------------------------------------------------------------
56#MJStar.MuonAnalysis: On
57
58#MMuonSetup.Margin: 0.2
59#MMuonSetup.ThresholdArcPhi: 30
60#MMuonSetup.ThresholdArcWidth: 2
61
62#BinningRadius.Raw: 20 0.5 1.5
63#BinningArcWidth.Raw: 60 0.0 0.3
64#BinningRingBroadening.Raw: 20 0.5 1.5
65#BinningSizeVsArcRadius.Raw: 20 0.5 1.5
66#BinningsArcPhi.Raw: 20 -180 180
67#BinningsMuonWidth.Raw: 28 0.3 1.7
68
69#MuonPreCut.Condition: MHillas.fSize>150
70#MuonSearcCut.Condition: (MMuonSearchPar.fRadius>180) && (MMuonSearchPar.fRadius<400) && (MMuonSearchPar.fDeviation<45)
71#MuonFinalCut.Condition: (MMuonCalibPar.fArcPhi>190) && (MMuonSearchPar.fDeviation<35) && (MMuonCalibPar.fArcWidth<0.20) && (MMuonCalibPar.fArcWidth>0.04)
72
73# -------------------------------------------------------------------------
74# Setup the image cleaning here
75# -------------------------------------------------------------------------
76MImgCleanStd.CleanLevel1: 8.5
77MImgCleanStd.CleanLevel2: 4.0
78MImgCleanStd.CleanMethod: Absolute
79#MImgCleanStd.KeepSinglePixels: No
80
81# -------------------------------------------------------------------------
82# setup the image parameter calculation here
83# -------------------------------------------------------------------------
84#MHillasCalc.IdxIsland: 0
85
Note: See TracBrowser for help on using the repository browser.