| 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: 20 -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 | # -------------------------------------------------------------------------
|
|---|
| 69 | MImgCleanStd.CleanLevel1: 4.5
|
|---|
| 70 | MImgCleanStd.CleanLevel2: 3.0
|
|---|
| 71 | MImgCleanStd.CleanMethod: Scaled
|
|---|
| 72 |
|
|---|
| 73 | # -------------------------------------------------------------------------
|
|---|
| 74 | # -------------------------------------------------------------------------
|
|---|
| 75 | #MJStar.MHillasCalc.IdxIsland: 0
|
|---|
| 76 |
|
|---|