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

Last change on this file since 6982 was 6979, checked in by tbretz, 20 years ago
*** empty log message ***
File size: 3.3 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#MJStar.
46
47# -------------------------------------------------------------------------
48# Setup the muon analysis here
49# -------------------------------------------------------------------------
50# MMuonSetup.Margin: 0.2
51# MMuonSetup.ThresholdArcPhi: 0.1
52# MMuonSetup.ThresholdArcWidth: 0.1
53# BinningRadius.Raw: 20 0.5 1.5
54# BinningArcWidth.Raw: 60 0.0 0.3
55# BinningRingBroadening.Raw: 20 0.5 1.5
56# BinningSizeVsArcRadius.Raw: 20 0.5 1.5
57# BinningsArcPhi.Raw: 21 -180 180
58# BinningsMuonWidth.Raw: 28 0.3 1.7
59
60# -------------------------------------------------------------------------
61# -------------------------------------------------------------------------
62MJStar.MImgCleanStd.CleanLevel1: 4.5
63MJStar.MImgCleanStd.CleanLevel2: 3.0
64MJStar.MImgCleanStd.CleanMethod: Scaled
65
66# -------------------------------------------------------------------------
67# -------------------------------------------------------------------------
68#MJStar.MHillasCalc.IdxIsland: 0
69
Note: See TracBrowser for help on using the repository browser.