Index: trunk/MagicSoft/Mars/manalysis/MHillas.cc
===================================================================
--- trunk/MagicSoft/Mars/manalysis/MHillas.cc	(revision 1017)
+++ trunk/MagicSoft/Mars/manalysis/MHillas.cc	(revision 1018)
@@ -95,11 +95,12 @@
 {
     *fLog << "Hillas Parameter:" << endl;
-    *fLog << " - Alpha  = " << fabs(fAlpha)  << endl;
-    *fLog << " - Width  = " << fWidth  << endl;
-    *fLog << " - Length = " << fLength << endl;
-    *fLog << " - Size   = " << fSize   << endl;
-    *fLog << " - Dist   = " << fDist   << endl;
-}
-
+    *fLog << " - Alpha  = " << fabs(fAlpha) << "°"    << endl;
+    *fLog << " - Width  = " << fWidth  << " mm"       << endl;
+    *fLog << " - Length = " << fLength << " mm"       << endl;
+    *fLog << " - Size   = " << fSize   << " #CerPhot" << endl;
+    *fLog << " - Dist   = " << fDist   << " mm"       << endl;
+}
+
+/*
 // --------------------------------------------------------------------------
 //
@@ -113,4 +114,5 @@
     fEllipse->Paint();
 }
+*/
 
 // --------------------------------------------------------------------------
@@ -122,5 +124,5 @@
 // (s. Clear() )
 //
-void MHillas::Draw(Option_t *)
+void MHillas::Draw(Option_t *opt)
 {
     Clear();
@@ -132,4 +134,5 @@
     fEllipse->SetLineWidth(2);
     fEllipse->Draw();
+    //AppendPad(opt);
 
     /*
Index: trunk/MagicSoft/Mars/manalysis/MHillas.h
===================================================================
--- trunk/MagicSoft/Mars/manalysis/MHillas.h	(revision 1017)
+++ trunk/MagicSoft/Mars/manalysis/MHillas.h	(revision 1018)
@@ -16,8 +16,8 @@
     Float_t fAlpha;     // [deg] Angle between the length axis of the ellipse and the camera center
     Float_t fTheta;     // [rad] Angle between the x axis and the center of the ellipse
-    Float_t fWidth;     // Width of the ellipse
-    Float_t fLength;    // Length of the ellipse
-    Float_t fSize;      // Size of the ellipse
-    Float_t fDist;      // Distance of the ellipse COM from the camera center
+    Float_t fWidth;     // [mm]  Width of the ellipse
+    Float_t fLength;    // [mm]  Length of the ellipse
+    Float_t fSize;      // [#CerPhot] Size of the ellipse
+    Float_t fDist;      // [mm] Distance of the ellipse COM from the camera center
 
     TEllipse *fEllipse; //! Graphical Object to Display Ellipse
@@ -33,5 +33,5 @@
     void Print(Option_t *opt=NULL) const;
     void Draw(Option_t *opt=NULL);
-    void Paint(Option_t *opt=NULL);
+    //void Paint(Option_t *opt=NULL);
 
     void Clear(Option_t *opt=NULL);
Index: trunk/MagicSoft/Mars/manalysis/Makefile
===================================================================
--- trunk/MagicSoft/Mars/manalysis/Makefile	(revision 1017)
+++ trunk/MagicSoft/Mars/manalysis/Makefile	(revision 1018)
@@ -29,6 +29,6 @@
 
 SRCFILES = MCT1ReadAscii.cc \
+           MPedestalPix.cc \
            MPedestalCam.cc \
-           MPedestalPix.cc \
            MMcPedestalCopy.cc \
            MImgCleanStd.cc \
