Changeset 7414 for trunk/MagicSoft
- Timestamp:
- 11/21/05 11:10:46 (19 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7413 r7414 84 84 - added the possibility to use PreCuts befre filling the matrix 85 85 - added ReadEnv 86 87 * ganymed.rc, ganymed_onoff.rc: 88 - changed to new cuts trained with 1ES1218 and Crab-data 89 for maximum sigma*log10(excess) 90 - added new lines for CalcDisp 86 91 87 92 -
trunk/MagicSoft/Mars/NEWS
r7413 r7414 25 25 + new tutorial macros for random forest training in macros/train 26 26 trainenergy.C, traindisp.C, trainseparation.C 27 28 - ganymed: ganymed.rc, ganymed_onoff.rc: 29 changed to new cuts trained with 1ES1218 and Crab-data 30 for maximum sigma*log10(excess) 27 31 28 32 - ganymed: In addition to the Hadronness calculator (CalcHadronness) -
trunk/MagicSoft/Mars/ganymed_onoff.rc
r7392 r7414 49 49 #MPointingDevCalc.NsbMin: 30 50 50 #MPointingDevCalc.NsbMax: 60 51 #MPointingDevCalc.MaxAbsDev: 15 51 52 # ------------------------------------------------------------------------- 53 # Setup the misfocussing correction 54 # ------------------------------------------------------------------------- 55 #MSrcPosCorrect.Dx: 0 56 #MSrcPosCorrect.Dy: 0 52 57 53 58 # ------------------------------------------------------------------------- … … 94 99 Cut0.Condition: ({0} || {1}) && {2} && {3} && {4} && {5} 95 100 Cut0.0: MImagePar.fNumSatPixelsHG < 1 96 Cut0.1: MHillas.GetArea*(MGeomCam.fConvMm2Deg^2) > (0.00 2*MImagePar.fNumSatPixelsHG) + 0.025101 Cut0.1: MHillas.GetArea*(MGeomCam.fConvMm2Deg^2) > (0.003*MImagePar.fNumSatPixelsHG) + 0.0325 97 102 Cut0.2: MNewImagePar.fNumUsedPixels>5 98 103 Cut0.3: MNewImagePar.fLeakage1 < 0.3 … … 112 117 Cut1.ThetaCut: None 113 118 Cut1.Param0: 1.3245 114 Cut1.Param1: 0. 189115 Cut1.Param2: 0.2 30116 Cut1.Param3: 5. 320117 Cut1.Param4: 0. 100118 Cut1.Param5: -0.0 636119 Cut1.Param1: 0.204 120 Cut1.Param2: 0.228 121 Cut1.Param3: 5.50 122 Cut1.Param4: 0.088 123 Cut1.Param5: -0.07 119 124 Cut1.Param6: 8.2957 120 125 Cut1.Param7: 0.8677 … … 126 131 127 132 # ------------------------------------------------------------------------- 128 # Use this to executa a task (eg to calc hadronness) after energy 129 # before Cut1 133 # Use this to executa a task (eg to calc hadronness) before Cut1 130 134 # ------------------------------------------------------------------------- 131 135 # CalcHadronness: MRanForestCalc 132 # CalcHadronness.File: /home/tbretz/Mars.cvs/RFspot3cmAll.root 136 # CalcHadronness.File: rf-energy.root 137 # CalcHadronness.NameOutput: Hadronness 133 138 # CalcHadronness.Debug: No 139 140 # ------------------------------------------------------------------------- 141 # Use this to executa a task (eg to calc disp) before Cut1 142 # ------------------------------------------------------------------------- 143 # CalcDisp: MRanForestCalc 144 # CalcDisp.File: rf-disp.root 145 # CalcDisp.NameOutput: Disp 146 # CalcDisp.Debug: No 147 # Cut1.CalcDisp: No
Note:
See TracChangeset
for help on using the changeset viewer.