source: trunk/MagicSoft/Mars/mars.rc@ 9146

Last change on this file since 9146 was 8939, checked in by tbretz, 16 years ago
*** empty log message ***
File size: 5.0 KB
Line 
1# ==========================================================================
2#############################################################################
3# ==========================================================================
4#
5# This is a resource file for the Mars executable. You can here setup
6# setup the tasks of the eventloops executed in the Mars executable -
7# if supported by these tasks.
8#
9# ==========================================================================
10#############################################################################
11# ==========================================================================
12
13# -------------------------------------------------------------------------
14# Use this if you want to setup the logging stream for the jobs
15# (overwrites command line options)
16# -------------------------------------------------------------------------
17#MLog.VerbosityLevel: 2
18#MLog.DebugLevel: 1
19#MLog.NoColors: yes
20
21# -------------------------------------------------------------------------
22# Define here which signal extractor you are going to use for the
23# whole calibration chain
24# -------------------------------------------------------------------------
25#ExtractSignal: MExtractTimeAndChargeDigitalFilter
26#ExtractSignal.WeightsFile: msignal/MC_weights46.dat
27# -------------------------------------------------------------------------
28# Define here parameters valid for all extractors above
29# -------------------------------------------------------------------------
30#ExtractSignal.LoGainSwitch: 120
31#ExtractSignal.LoGainStartShift: -2.5
32# -------------------------------------------------------------------------
33# Define here parameters valid for the spline:
34# -------------------------------------------------------------------------
35#ExtractSignal.HiGainFirst: 0
36#ExtractSignal.HiGainLast: 14
37#ExtractSignal.LoGainFirst: 1
38#ExtractSignal.LoGainLast: 14
39#ExtractSignal.Resolution: 0.05
40#ExtractSignal.RiseTimeHiGain: 0.64
41#ExtractSignal.FallTimeHiGain: 0.76
42#ExtractSignal.LoGainStretch: 1.5
43#ExtractSignal.OffsetLoGain: 1.3
44#ExtractSignal.ExtractionType: Integral <default>
45#ExtractSignal.ExtractionType: Amplitude
46# -------------------------------------------------------------------------
47# Define here parameters valid for the Digital Filter:
48# -------------------------------------------------------------------------
49#ExtractSignal.HiGainFirst: 0
50#ExtractSignal.HiGainLast: 16
51#ExtractSignal.LoGainFirst: 1
52#ExtractSignal.LoGainLast: 14
53#ExtractSignal.OffsetLoGain: 0.95
54
55# =========================================================================
56# To look into MUX data use the following setup
57# =========================================================================
58#ExtractSignal: MExtractTimeAndChargeSpline
59#ExtractSignal.RiseTimeHiGain: 4.3
60#ExtractSignal.FallTimeHiGain: 5.1
61#ExtractSignal.HiGainFirst: 0
62#ExtractSignal.HiGainLast: 49
63
64# -------------------------------------------------------------------------
65# In the case of the Digital filter you have to overwrite the default
66# weights file depending on what you are extracting
67# -------------------------------------------------------------------------
68#ExtractSignal.WeightsFile: msignal/cosmics_weights.dat
69
70# -------------------------------------------------------------------------
71# Setup level for determining of bad pixels
72# -------------------------------------------------------------------------
73#MBadPixelsCalc.PedestalLevel: 3.0
74#MBadPixelsCalc.PedestalLevelVariance: 3.0
75#MBadPixelsTreat.NumMinNeighbors: 3
76#MBadPixelsTreat.UseInterpolation: yes
77#MBadPixelsTreat.ProcessPedestalEvt: yes
78#MBadPixelsTreat.ProcessPedestalRun: no
79#MBadPixelsTreat.ProcessTimes: yes
80#MBadPixelsTreat.UseCentralPixel: no
81#MBadPixelsTreat.HardTreatment: no
82
83# -------------------------------------------------------------------------
84# This is how you can setup the Image cleaning used in the Camera Display
85# e.g. Standard, Absolute, Scaled, Time
86# -------------------------------------------------------------------------
87MImgCleanStd.CleanMethod: absolute
88#MImgCleanStd.CleanLevel0: 6.0
89MImgCleanStd.CleanLevel1: 6.0
90MImgCleanStd.CleanLevel2: 3.0
91MImgCleanStd.TimeLevel1: 1.75
92MImgCleanStd.TimeLevel2: 1.75
93MImgCleanStd.PostCleanType: 3
94
95#MImgCleanStd.CleanRings: 1
96#MImgCleanStd.KeepSinglePixels: No
97
98# -------------------------------------------------------------------------
99# Setup a cut to choose the events which should be displayed
100# (Use this cuts to display only good Muon candidates)
101# -------------------------------------------------------------------------
102#Cut.Inverted: Yes
103#Cut.Condition: {0} && {1} && {2}
104#Cut.0: MHillas.fSize>150
105#Cut.1: (MMuonSearchPar.fRadius>180) && (MMuonSearchPar.fRadius<400) && (MMuonSearchPar.fDeviation<45)
106#Cut.2: (MMuonCalibPar.fArcPhi>190) && (MMuonSearchPar.fDeviation<35) && (MMuonCalibPar.fArcWidth<0.20) && (MMuonCalibPar.fArcWidth>0.04)
Note: See TracBrowser for help on using the repository browser.