Index: trunk/MagicSoft/Mars/mimage/MHHillas.cc
===================================================================
--- trunk/MagicSoft/Mars/mimage/MHHillas.cc	(revision 6453)
+++ trunk/MagicSoft/Mars/mimage/MHHillas.cc	(revision 6454)
@@ -69,8 +69,8 @@
     fTitle = title ? title : "Source independent image parameters";
 
-    fLength  = new TH1F("Length",  "Length of Ellipse",               100,   0, 296.7);
-    fWidth   = new TH1F("Width",   "Width of Ellipse",                100,   0, 296.7);
-    fDistC   = new TH1F("DistC",   "Distance from center of camera",  100,   0, 445);
-    fDelta   = new TH1F("Delta",   "Angle (Main axis - x-axis)",      101, -90,  90);
+    fLength  = new TH1F("Length", "Length of Ellipse",               100,   0, 296.7);
+    fWidth   = new TH1F("Width",  "Width of Ellipse",                100,   0, 296.7);
+    fDistC   = new TH1F("DistC",  "Distance from center of camera",  100,   0, 445);
+    fDelta   = new TH1F("Delta",  "Angle (Main axis - x-axis)",      101, -90,  90);
 
     fLength->SetLineColor(kBlue);
