Index: trunk/MagicSoft/Mars/mbase/MMath.cc
===================================================================
--- trunk/MagicSoft/Mars/mbase/MMath.cc	(revision 8578)
+++ trunk/MagicSoft/Mars/mbase/MMath.cc	(revision 8581)
@@ -1,4 +1,4 @@
 /* ======================================================================== *\
-! $Name: not supported by cvs2svn $:$Id: MMath.cc,v 1.34 2007-06-18 14:29:32 tbretz Exp $
+! $Name: not supported by cvs2svn $:$Id: MMath.cc,v 1.35 2007-06-18 14:42:32 tbretz Exp $
 ! --------------------------------------------------------------------------
 !
@@ -199,4 +199,6 @@
         arr[i] = TMath::Abs(a[i]-med);
 
+    //return TMath::Median(n, arr)/0.67449896936; //MMath::GaussProb(x)=0.5
+
     // Define where to divide (floor because the highest possible is n-1)
     const Int_t div = TMath::FloorNint(n*prob);
@@ -691,5 +693,5 @@
         const Double_t sqrtd = TMath::Sqrt(D);
 
-        const Double_t A = TMah::Sign(1., R)*MMath::Sqrt3(TMath::Abs(R)+sqrtd);
+        const Double_t A = TMath::Sign(1., R)*MMath::Sqrt3(TMath::Abs(R)+sqrtd);
 
         // The case A==0 cannot happen. This would imply D==0
