Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 8112)
+++ trunk/MagicSoft/Mars/Changelog	(revision 8113)
@@ -78,4 +78,15 @@
    * macros/checkaclic.C:
      - added (allows to check whether all macros compile)
+
+   * macros/dohtml.C:
+     - added extralgo
+     - added new macros
+
+   * mjobs/MJStar.cc:
+     - removed some obsolete includes
+
+   * macros/optim/optimonoff.C:
+     - updated start values to our current best values
+     - updated scale region
 
 
Index: trunk/MagicSoft/Mars/macros/optim/optimonoff.C
===================================================================
--- trunk/MagicSoft/Mars/macros/optim/optimonoff.C	(revision 8112)
+++ trunk/MagicSoft/Mars/macros/optim/optimonoff.C	(revision 8113)
@@ -36,13 +36,4 @@
     cuts.SetThetaCut(MFMagicCuts::kNone);
 
-    // ---------------- Quality-Cuts ----------------
-
-    opt.AddPreCut("MNewImagePar.fNumUsedPixels>5");
-    opt.AddPreCut("(MNewImagePar.fLeakage1 < 0.3)");
-    opt.AddPreCut("(MImagePar.fNumSatPixelsLG<2)");
-    opt.AddPreCut("(MImagePar.fNumIslands<3)");
-    opt.AddPreCut("(log10(MNewImagePar.fConc1) < (-0.371)*log10(MHillas.fSize) + 0.596)");
-    opt.AddPreCut("(MImagePar.fNumSatPixelsHG < 1) || (MHillas.GetArea*(MGeomCam.fConvMm2Deg^2) > (0.003*MImagePar.fNumSatPixelsHG) + 0.0325)");
-
     // ----------------------------------------------
 
Index: trunk/MagicSoft/Mars/macros/tutorials/threshold.C
===================================================================
--- trunk/MagicSoft/Mars/macros/tutorials/threshold.C	(revision 8112)
+++ trunk/MagicSoft/Mars/macros/tutorials/threshold.C	(revision 8113)
@@ -46,9 +46,9 @@
     TArrayD cuts(8);
     cuts[0]=  1.3245;
-    cuts[1]=  0.2087;
-    cuts[2]=  0.2292;
-    cuts[3]=  5.2552;
-    cuts[4]=  0.09893;
-    cuts[5]= -0.08295;
+    cuts[1]=  0.22;
+    cuts[2]=  0.215;
+    cuts[3]=  5.486;
+    cuts[4]=  0.0897;
+    cuts[5]= -0.07;
     cuts[6]=  8.2957;
     cuts[7]=  0.8677;
@@ -56,4 +56,5 @@
     MFMagicCuts mcuts;
     mcuts.SetThetaCut(MFMagicCuts::kOn);
+    mcuts.SetHadronnessCut(MFMagicCuts::kArea);
     mcuts.SetVariables(cuts);
 
