Index: trunk/MagicSoft/Mars/mhist/MBinning.cc
===================================================================
--- trunk/MagicSoft/Mars/mhist/MBinning.cc	(revision 1326)
+++ trunk/MagicSoft/Mars/mhist/MBinning.cc	(revision 1330)
@@ -16,5 +16,5 @@
 !
 !
-!   Author(s): Thomas Bretz  01/2002 <mailto:tbretz@uni-sw.gwdg.de>
+!   Author(s): Thomas Bretz  01/2002 <mailto:tbretz@astro.uni-wuerzburg.de>
 !
 !   Copyright: MAGIC Software Development, 2000-2002
Index: trunk/MagicSoft/Mars/mhist/MFillH.cc
===================================================================
--- trunk/MagicSoft/Mars/mhist/MFillH.cc	(revision 1326)
+++ trunk/MagicSoft/Mars/mhist/MFillH.cc	(revision 1330)
@@ -16,5 +16,5 @@
 !
 !
-!   Author(s): Thomas Bretz  07/2001 <mailto:tbretz@uni-sw.gwdg.de>
+!   Author(s): Thomas Bretz  07/2001 <mailto:tbretz@astro.uni-wuerzburg.de>
 !
 !   Copyright: MAGIC Software Development, 2000-2002
Index: trunk/MagicSoft/Mars/mhist/MH.cc
===================================================================
--- trunk/MagicSoft/Mars/mhist/MH.cc	(revision 1326)
+++ trunk/MagicSoft/Mars/mhist/MH.cc	(revision 1330)
@@ -16,5 +16,5 @@
 !
 !
-!   Author(s): Thomas Bretz  07/2001 <mailto:tbretz@uni-sw.gwdg.de>
+!   Author(s): Thomas Bretz  07/2001 <mailto:tbretz@astro.uni-wuerzburg.de>
 !
 !   Copyright: MAGIC Software Development, 2000-2002
Index: trunk/MagicSoft/Mars/mhist/MHAlphaEnergyTheta.cc
===================================================================
--- trunk/MagicSoft/Mars/mhist/MHAlphaEnergyTheta.cc	(revision 1326)
+++ trunk/MagicSoft/Mars/mhist/MHAlphaEnergyTheta.cc	(revision 1330)
@@ -16,5 +16,5 @@
 !
 !
-!   Author(s): Thomas Bretz    1/2002 <mailto:tbretz@uni-sw.gwdg.de>
+!   Author(s): Thomas Bretz    1/2002 <mailto:tbretz@astro.uni-wuerzburg.de>
 !   Author(s): Wolfgang Wittek 1/2002 <mailto:wittek@mppmu.mpg.de>
 !
@@ -66,5 +66,5 @@
     fHist.SetTitle("3D-plot of alpha, E-est, Theta");
     fHist.SetXTitle("\\alpha [\\circ]");
-    fHist.SetYTitle("E-est [GeV]            ");
+    fHist.SetYTitle("E_{est} [GeV]");
     fHist.SetZTitle("\\Theta [\\circ]");
 }
@@ -146,5 +146,5 @@
 
     h->SetTitle("Distribution of E-est [GeV]");
-    h->SetXTitle("E-est [GeV]            ");
+    h->SetXTitle("E_{est} [GeV]");
     h->SetYTitle("Counts");
 
Index: trunk/MagicSoft/Mars/mhist/MHAlphaEnergyTime.cc
===================================================================
--- trunk/MagicSoft/Mars/mhist/MHAlphaEnergyTime.cc	(revision 1326)
+++ trunk/MagicSoft/Mars/mhist/MHAlphaEnergyTime.cc	(revision 1330)
@@ -16,5 +16,5 @@
 !
 !
-!   Author(s): Thomas Bretz    1/2002 <mailto:tbretz@uni-sw.gwdg.de>
+!   Author(s): Thomas Bretz    1/2002 <mailto:tbretz@astro.uni-wuerzburg.de>
 !   Author(s): Wolfgang Wittek 1/2002 <mailto:wittek@mppmu.mpg.de>
 !
@@ -68,5 +68,5 @@
     fHist.SetTitle("3D-plot of alpha, E-est, time");
     fHist.SetXTitle("\\alpha [\\circ]");
-    fHist.SetYTitle("E-est [GeV]            ");
+    fHist.SetYTitle("E_{est} [GeV]");
     fHist.SetZTitle("time [s]");
 }
@@ -147,5 +147,5 @@
 
     h->SetTitle("Distribution of E-est [GeV]");
-    h->SetXTitle("E-est [GeV]            ");
+    h->SetXTitle("E_{est} [GeV]");
     h->SetYTitle("Counts");
 
Index: trunk/MagicSoft/Mars/mhist/MHEffOnTimeTheta.cc
===================================================================
--- trunk/MagicSoft/Mars/mhist/MHEffOnTimeTheta.cc	(revision 1326)
+++ trunk/MagicSoft/Mars/mhist/MHEffOnTimeTheta.cc	(revision 1330)
@@ -16,5 +16,5 @@
 !
 !
-!   Author(s): Thomas Bretz    1/2002 <mailto:tbretz@uni-sw.gwdg.de>
+!   Author(s): Thomas Bretz    1/2002 <mailto:tbretz@astro.uni-wuerzburg.de>
 !   Author(s): Wolfgang Wittek 1/2002 <mailto:wittek@mppmu.mpg.de>
 !
@@ -70,5 +70,5 @@
 
     fHEffOn.SetXTitle("\\Theta [\\circ]");
-    fHEffOn.SetYTitle("t-eff [s]");
+    fHEffOn.SetYTitle("t_{eff} [s]");
 
     // chi2/NDF versus theta
@@ -79,5 +79,5 @@
 
     fHChi2.SetXTitle("\\Theta [\\circ]");
-    fHChi2.SetYTitle("chi2/NDF");
+    fHChi2.SetYTitle("chi^{2}/NDF");
 
     // lambda versus theta
@@ -322,15 +322,2 @@
     gPad->Update();
 }
-
-
-
-
-
-
-
-
-
-
-
-
-
Index: trunk/MagicSoft/Mars/mhist/MHEffOnTimeTime.cc
===================================================================
--- trunk/MagicSoft/Mars/mhist/MHEffOnTimeTime.cc	(revision 1326)
+++ trunk/MagicSoft/Mars/mhist/MHEffOnTimeTime.cc	(revision 1330)
@@ -16,5 +16,5 @@
 !
 !
-!   Author(s): Thomas Bretz    1/2002 <mailto:tbretz@uni-sw.gwdg.de>
+!   Author(s): Thomas Bretz    1/2002 <mailto:tbretz@astro.uni-wuerzburg.de>
 !   Author(s): Wolfgang Wittek 1/2002 <mailto:wittek@mppmu.mpg.de>
 !
@@ -71,5 +71,5 @@
 
     fHEffOn.SetXTitle("time [s]");
-    fHEffOn.SetYTitle("t-eff [s]");
+    fHEffOn.SetYTitle("t_{eff} [s]");
 
     // chi2/NDF versus time
@@ -80,5 +80,5 @@
 
     fHChi2.SetXTitle("time [s]");
-    fHChi2.SetYTitle("chi2/NDF");
+    fHChi2.SetYTitle("chi^{2}/NDF");
 
     // lambda versus time
Index: trunk/MagicSoft/Mars/mhist/MHEnergyTheta.cc
===================================================================
--- trunk/MagicSoft/Mars/mhist/MHEnergyTheta.cc	(revision 1326)
+++ trunk/MagicSoft/Mars/mhist/MHEnergyTheta.cc	(revision 1330)
@@ -16,5 +16,5 @@
 !
 !
-!   Author(s): Thomas Bretz  1/2002 <mailto:tbretz@uni-sw.gwdg.de>
+!   Author(s): Thomas Bretz  1/2002 <mailto:tbretz@astro.uni-wuerzburg.de>
 !
 !   Copyright: MAGIC Software Development, 2000-2002
@@ -23,5 +23,11 @@
 \* ======================================================================== */
 
-#include "MHEnergyTheta.h" 
+//////////////////////////////////////////////////////////////////////////////
+//                                                                          //
+//  MHEnergyTheta                                                           //
+//                                                                          //
+//////////////////////////////////////////////////////////////////////////////
+
+#include "MHEnergyTheta.h"
 
 #include <TCanvas.h>
Index: trunk/MagicSoft/Mars/mhist/MHEnergyTime.cc
===================================================================
--- trunk/MagicSoft/Mars/mhist/MHEnergyTime.cc	(revision 1326)
+++ trunk/MagicSoft/Mars/mhist/MHEnergyTime.cc	(revision 1330)
@@ -16,5 +16,5 @@
 !
 !
-!   Author(s): Thomas Bretz  1/2002 <mailto:tbretz@uni-sw.gwdg.de>
+!   Author(s): Thomas Bretz  1/2002 <mailto:tbretz@astro.uni-wuerzburg.de>
 !
 !   Copyright: MAGIC Software Development, 2000-2002
@@ -22,4 +22,10 @@
 !
 \* ======================================================================== */
+
+//////////////////////////////////////////////////////////////////////////////
+//                                                                          //
+//  MHEnergyTime                                                            //
+//                                                                          //
+//////////////////////////////////////////////////////////////////////////////
 
 #include "MHEnergyTime.h" 
Index: trunk/MagicSoft/Mars/mhist/MHMcCollectionArea.cc
===================================================================
--- trunk/MagicSoft/Mars/mhist/MHMcCollectionArea.cc	(revision 1326)
+++ trunk/MagicSoft/Mars/mhist/MHMcCollectionArea.cc	(revision 1330)
@@ -16,11 +16,17 @@
 !
 !
-!   Author(s): Thomas Bretz  12/2000 <mailto:tbretz@uni-sw.gwdg.de>
+!   Author(s): Thomas Bretz  12/2000 <mailto:tbretz@astro.uni-wuerzburg.de>
 !   Author(s): Harald Kornmayer 1/2001
 !
-!   Copyright: MAGIC Software Development, 2000-2001
+!   Copyright: MAGIC Software Development, 2000-2002
 !
 !
 \* ======================================================================== */
+
+//////////////////////////////////////////////////////////////////////////////
+//                                                                          //
+//  MHMcCollectionArea                                                      //
+//                                                                          //
+//////////////////////////////////////////////////////////////////////////////
 
 #include "MHMcCollectionArea.h" 
Index: trunk/MagicSoft/Mars/mhist/MHMcEnergyMigration.cc
===================================================================
--- trunk/MagicSoft/Mars/mhist/MHMcEnergyMigration.cc	(revision 1326)
+++ trunk/MagicSoft/Mars/mhist/MHMcEnergyMigration.cc	(revision 1330)
@@ -65,6 +65,6 @@
 
     fHist.SetTitle("3D-plot   E-true E-est Theta");
-    fHist.SetXTitle("E-true [GeV]            ");
-    fHist.SetYTitle("E-est [GeV]            ");
+    fHist.SetXTitle("E_{true} [GeV]");
+    fHist.SetYTitle("E_{est} [GeV]");
     fHist.SetZTitle("\\Theta [\\circ]");
 }
@@ -123,5 +123,5 @@
 
     h->SetTitle("Distribution of E-true");
-    h->SetXTitle("E-true [GeV]            ");
+    h->SetXTitle("E_{true} [GeV]");
     h->SetYTitle("Counts");
 
@@ -135,5 +135,5 @@
 
     h->SetTitle("Distribution of E-est");
-    h->SetXTitle("E-est [GeV]            ");
+    h->SetXTitle("E_{est} [GeV]");
     h->SetYTitle("Counts");
 
@@ -179,5 +179,5 @@
 
     h->SetTitle("Distribution of E-true");
-    h->SetXTitle("E-true [GeV]            ");
+    h->SetXTitle("E_{true} [GeV]");
 
     h->Draw(opt);
@@ -190,5 +190,5 @@
 
     h->SetTitle("Distribution of E-est");
-    h->SetXTitle("E-est [GeV]            ");
+    h->SetXTitle("E_{est} [GeV]");
     h->Draw(opt);
     h->SetBit(kCanDelete);
Index: trunk/MagicSoft/Mars/mhist/MHStarMap.cc
===================================================================
--- trunk/MagicSoft/Mars/mhist/MHStarMap.cc	(revision 1326)
+++ trunk/MagicSoft/Mars/mhist/MHStarMap.cc	(revision 1330)
@@ -16,5 +16,5 @@
 !
 !
-!   Author(s): Thomas Bretz  12/2000 <mailto:tbretz@uni-sw.gwdg.de>
+!   Author(s): Thomas Bretz  12/2000 <mailto:tbretz@astro.uni-wuerzburg.de>
 !
 !   Copyright: MAGIC Software Development, 2000-2002
@@ -23,5 +23,5 @@
 \* ======================================================================== */
 
-///////////////////////////////////////////////////////////////////////
+/////////////////////////////////////////////////////////////////////////////
 //
 // MHStarMap
@@ -31,5 +31,5 @@
 // from the Hillas parameters (Fill) can be enhanced.
 //
-///////////////////////////////////////////////////////////////////////
+/////////////////////////////////////////////////////////////////////////////
 
 #include "MHStarMap.h"
