Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 7144)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 7145)
@@ -87,4 +87,9 @@
    * mpointing/Makefile, mpointing/PointingLinkDef.h:
      - added MSrcPosCorrect
+
+   * mhflux/MHDisp.cc:
+     - fixed the scaling of the abs-limit of m3l above which 
+       we assume that the 3rd moment is a good measurement for the
+       correct disp point
 
 
Index: /trunk/MagicSoft/Mars/mhflux/MHDisp.cc
===================================================================
--- /trunk/MagicSoft/Mars/mhflux/MHDisp.cc	(revision 7144)
+++ /trunk/MagicSoft/Mars/mhflux/MHDisp.cc	(revision 7145)
@@ -181,5 +181,5 @@
     // position. This can only be the case if the third moment
     // has a value higher than the absolute cut value.
-    if (TMath::Abs(fHilExt->GetM3Long()) > fM3lCut)
+    if (TMath::Abs(fHilExt->GetM3Long()*fMm2Deg) > fM3lCut)
     {
         // Because at one position the event is considered a gamma
