Index: trunk/MagicSoft/Mars/macros/tutorials/threshold.C
===================================================================
--- trunk/MagicSoft/Mars/macros/tutorials/threshold.C	(revision 7894)
+++ 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);
 
