Index: trunk/MagicSoft/Mars/mhflux/MAlphaFitter.cc
===================================================================
--- trunk/MagicSoft/Mars/mhflux/MAlphaFitter.cc	(revision 7221)
+++ trunk/MagicSoft/Mars/mhflux/MAlphaFitter.cc	(revision 7224)
@@ -45,5 +45,7 @@
 #include <TRandom.h>
 
+#include <TLine.h>
 #include <TLatex.h>
+#include <TVirtualPad.h>
 
 #include "MMath.h"
@@ -274,4 +276,8 @@
     text.SetTextSize(size);
     text.Paint();
+
+    TLine line;
+    line.SetLineColor(14);
+    line.PaintLine(m, gPad->GetUymin(), m, gPad->GetUymax());
 }
 
Index: trunk/MagicSoft/Mars/mhflux/MHDisp.cc
===================================================================
--- trunk/MagicSoft/Mars/mhflux/MHDisp.cc	(revision 7221)
+++ trunk/MagicSoft/Mars/mhflux/MHDisp.cc	(revision 7224)
@@ -153,8 +153,6 @@
 
     // Vector of length disp in direction of shower
-    const TVector2 p(hil->GetCosDelta(), hil->GetSinDelta());
-
     // Move origin of vector to center-of-gravity of shower and derotate
-    TVector2 pos1 = hil->GetMean()*fMm2Deg + p*fDisp->GetVal();
+    TVector2 pos1 = hil->GetMean()*fMm2Deg + hil->GetNormAxis()*fDisp->GetVal();
 
     Double_t w0 = 1;
