source: trunk/MagicSoft/Mars/star.rc@ 7008

Last change on this file since 7008 was 6996, checked in by meyer, 19 years ago
*** empty log message ***
File size: 3.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# 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# Setup or switch off the muon analysis here
48# -------------------------------------------------------------------------
49
50#MJStar.MuonAnalysis: On
51
52#MMuonSetup.Margin: 0.2
53#MMuonSetup.ThresholdArcPhi: 30
54#MMuonSetup.ThresholdArcWidth: 30
55
56#BinningRadius.Raw: 20 0.5 1.5
57#BinningArcWidth.Raw: 60 0.0 0.3
58#BinningRingBroadening.Raw: 20 0.5 1.5
59#BinningSizeVsArcRadius.Raw: 20 0.5 1.5
60#BinningsArcPhi.Raw: 21 -180 180
61#BinningsMuonWidth.Raw: 28 0.3 1.7
62
63#MuonPreCut.Condition: MHillas.fSize>150
64#MuonSearcCut.Condition: (MMuonSearchPar.fRadius>180) && (MMuonSearchPar.fRadius<400) && (MMuonSearchPar.fDeviation<45)
65#MuonFinalCut.Condition: (MMuonCalibPar.fArcPhi>175) && (MMuonSearchPar.fDeviation<37) && (MMuonCalibPar.fArcWidth<0.25)
66
67# -------------------------------------------------------------------------
68# -------------------------------------------------------------------------
69MImgCleanStd.CleanLevel1: 4.5
70MImgCleanStd.CleanLevel2: 3.0
71MImgCleanStd.CleanMethod: Scaled
72
73# -------------------------------------------------------------------------
74# -------------------------------------------------------------------------
75#MJStar.MHillasCalc.IdxIsland: 0
76
Note: See TracBrowser for help on using the repository browser.