Index: trunk/MagicSoft/Mars/mhflux/MAlphaFitter.cc
===================================================================
--- trunk/MagicSoft/Mars/mhflux/MAlphaFitter.cc	(revision 6954)
+++ trunk/MagicSoft/Mars/mhflux/MAlphaFitter.cc	(revision 6958)
@@ -328,5 +328,5 @@
 void MAlphaFitter::Print(Option_t *o) const
 {
-    *fLog << inf << GetDescriptor() << ": Fitting..." << endl;
+    *fLog << GetDescriptor() << ": Fitting..." << endl;
     *fLog << " ...background from " << fBgMin << " to " << fBgMax << endl;
     *fLog << " ...signal to " << fSigMax << " (integrate into bin at " << fSigInt << ")" << endl;
Index: trunk/MagicSoft/Mars/mhflux/MHAlpha.cc
===================================================================
--- trunk/MagicSoft/Mars/mhflux/MHAlpha.cc	(revision 6954)
+++ trunk/MagicSoft/Mars/mhflux/MHAlpha.cc	(revision 6958)
@@ -352,4 +352,5 @@
         fit->Copy(fFit);
 
+    *fLog << inf;
     fFit.Print();
 
@@ -864,4 +865,5 @@
 
     // Store the final result in fFit
+    *fLog << all;
     fFit.Print("result");
 
Index: trunk/MagicSoft/Mars/mhflux/MHAlpha.h
===================================================================
--- trunk/MagicSoft/Mars/mhflux/MHAlpha.h	(revision 6954)
+++ trunk/MagicSoft/Mars/mhflux/MHAlpha.h	(revision 6958)
@@ -137,4 +137,6 @@
     const MAlphaFitter &GetAlphaFitter() const { return fFit; }
 
+    const TH1D &GetHEnergy() const { return fHEnergy; }
+
     void SetOffData(const MHAlpha &h)
     {
