Index: trunk/MagicSoft/Mars/meventdisp/MGCamDisplay.cc
===================================================================
--- trunk/MagicSoft/Mars/meventdisp/MGCamDisplay.cc	(revision 2026)
+++ trunk/MagicSoft/Mars/meventdisp/MGCamDisplay.cc	(revision 2161)
@@ -38,4 +38,5 @@
 #include "MCamDisplay.h"         // MCamDisplay
 #include "MHillasCalc.h"         // MHillasCalc
+#include "MHillasSrcCalc.h"      // MHillasSrcCalc
 #include "MPedestalCam.h"        // MPedestalCam
 #include "MCerPhotCalc.h"        // MCerPhotCalc
@@ -123,4 +124,5 @@
     MBlindPixelCalc   *blind = new MBlindPixelCalc;
     MHillasCalc       *hcalc = new MHillasCalc;
+    MHillasSrcCalc    *scalc = new MHillasSrcCalc;
 
     tlist->AddToList(pcopy);
@@ -131,4 +133,5 @@
     tlist->AddToList(blind);
     tlist->AddToList(hcalc);
+    tlist->AddToList(scalc);
 
     MGeomCamMagic *geom   = new MGeomCamMagic;
@@ -210,8 +213,9 @@
     MHillas *hillas = (MHillas*)plist->FindObject("MHillas");
 
+    hillas->Print();
     plist->FindObject("MHillasExt")->Print();
+    plist->FindObject("MHillasSrc")->Print();
     plist->FindObject("MNewImagePar")->Print();
 
-    hillas->Print();
     if (fDisplayHillas)
     {
Index: trunk/MagicSoft/Mars/meventdisp/MGEvtDisplay.cc
===================================================================
--- trunk/MagicSoft/Mars/meventdisp/MGEvtDisplay.cc	(revision 2026)
+++ trunk/MagicSoft/Mars/meventdisp/MGEvtDisplay.cc	(revision 2161)
@@ -16,7 +16,7 @@
 !
 !
-!   Author(s): Thomas Bretz  10/2001 <mailto:tbretz@uni-sw.gwdg.de>
+!   Author(s): Thomas Bretz, 10/2001 <mailto:tbretz@astro.uni-wuerzburg.de>
 !
-!   Copyright: MAGIC Software Development, 2000-2002
+!   Copyright: MAGIC Software Development, 2000-2003
 !
 !
@@ -39,4 +39,7 @@
 #include <TG3DLine.h>             // TGHorizontal3DLine
                                   // use TGSplitter instead for root<3.00
+
+#include "MLog.h"
+#include "MLogManip.h"
 
 #include "MParList.h"
@@ -516,4 +519,7 @@
     fEvtInfo->SetText(txt);
 
+    gLog << all;
+    gLog.Separator(txt);
+
     //
     // Seems to be necessary to newly layout the upper part to display
@@ -535,6 +541,6 @@
     {
         GetReader()->DecEventNum();
+        UpdateMcLabel();
         UpdateDisplay();
-        UpdateMcLabel();
     }
 
