Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 7413)
+++ trunk/MagicSoft/Mars/Changelog	(revision 7414)
@@ -84,4 +84,9 @@
      - added the possibility to use PreCuts befre filling the matrix
      - added ReadEnv
+
+   * ganymed.rc, ganymed_onoff.rc:
+     - changed to new cuts trained with 1ES1218 and Crab-data
+       for maximum sigma*log10(excess)
+     - added new lines for CalcDisp
 
 
Index: trunk/MagicSoft/Mars/NEWS
===================================================================
--- trunk/MagicSoft/Mars/NEWS	(revision 7413)
+++ trunk/MagicSoft/Mars/NEWS	(revision 7414)
@@ -25,4 +25,8 @@
       + new tutorial macros for random forest training in macros/train
         trainenergy.C, traindisp.C, trainseparation.C
+
+   - ganymed: ganymed.rc, ganymed_onoff.rc:
+     changed to new cuts trained with 1ES1218 and Crab-data
+     for maximum sigma*log10(excess)
 
    - ganymed: In addition to the Hadronness calculator (CalcHadronness)
Index: trunk/MagicSoft/Mars/ganymed_onoff.rc
===================================================================
--- trunk/MagicSoft/Mars/ganymed_onoff.rc	(revision 7413)
+++ trunk/MagicSoft/Mars/ganymed_onoff.rc	(revision 7414)
@@ -49,5 +49,10 @@
 #MPointingDevCalc.NsbMin:      30
 #MPointingDevCalc.NsbMax:      60
-#MPointingDevCalc.MaxAbsDev:   15
+
+# -------------------------------------------------------------------------
+# Setup the misfocussing correction
+# -------------------------------------------------------------------------
+#MSrcPosCorrect.Dx: 0
+#MSrcPosCorrect.Dy: 0
 
 # -------------------------------------------------------------------------
@@ -94,5 +99,5 @@
 Cut0.Condition: ({0} || {1}) && {2} && {3} && {4} && {5}
 Cut0.0: MImagePar.fNumSatPixelsHG < 1
-Cut0.1: MHillas.GetArea*(MGeomCam.fConvMm2Deg^2) > (0.002*MImagePar.fNumSatPixelsHG) + 0.025
+Cut0.1: MHillas.GetArea*(MGeomCam.fConvMm2Deg^2) > (0.003*MImagePar.fNumSatPixelsHG) + 0.0325
 Cut0.2: MNewImagePar.fNumUsedPixels>5
 Cut0.3: MNewImagePar.fLeakage1 < 0.3
@@ -112,9 +117,9 @@
 Cut1.ThetaCut: None
 Cut1.Param0:  1.3245
-Cut1.Param1:  0.189
-Cut1.Param2:  0.230
-Cut1.Param3:  5.320
-Cut1.Param4:  0.100
-Cut1.Param5: -0.0636
+Cut1.Param1:  0.204
+Cut1.Param2:  0.228
+Cut1.Param3:  5.50
+Cut1.Param4:  0.088
+Cut1.Param5: -0.07
 Cut1.Param6:  8.2957
 Cut1.Param7:  0.8677
@@ -126,8 +131,17 @@
 
 # -------------------------------------------------------------------------
-# Use this to executa a task (eg to calc hadronness) after energy
-# before Cut1
+# Use this to executa a task (eg to calc hadronness) before Cut1
 # -------------------------------------------------------------------------
 # CalcHadronness: MRanForestCalc
-# CalcHadronness.File: /home/tbretz/Mars.cvs/RFspot3cmAll.root
+# CalcHadronness.File: rf-energy.root
+# CalcHadronness.NameOutput: Hadronness
 # CalcHadronness.Debug: No
+
+# -------------------------------------------------------------------------
+# Use this to executa a task (eg to calc disp) before Cut1
+# -------------------------------------------------------------------------
+# CalcDisp: MRanForestCalc
+# CalcDisp.File: rf-disp.root
+# CalcDisp.NameOutput: Disp
+# CalcDisp.Debug: No
+# Cut1.CalcDisp: No
