Index: /trunk/MagicSoft/Mars/mcalib/MHCalibrationChargeBlindPix.cc
===================================================================
--- /trunk/MagicSoft/Mars/mcalib/MHCalibrationChargeBlindPix.cc	(revision 3952)
+++ /trunk/MagicSoft/Mars/mcalib/MHCalibrationChargeBlindPix.cc	(revision 3953)
@@ -122,5 +122,4 @@
 // - fASinglePheFADCSlices(0);
 // - fAPedestalFADCSlices(0);
-//
 //
 // Calls:
Index: /trunk/MagicSoft/Mars/mhist/MHCamera.cc
===================================================================
--- /trunk/MagicSoft/Mars/mhist/MHCamera.cc	(revision 3952)
+++ /trunk/MagicSoft/Mars/mhist/MHCamera.cc	(revision 3953)
@@ -1618,17 +1618,10 @@
           
           gLog << all << GetName() 
-               << Form("%s%5.3f%s%3.2f"," Mean: Inner Pixels: ",
+               << Form("%s%5.3f%s%3.2f"," Inner Pixels: ",
                        inout[0]->GetFunction("gaus")->GetParameter(1),"+-",
-                       inout[0]->GetFunction("gaus")->GetParError(1));
-          gLog << Form("%s%5.3f%s%3.2f","  Outer Pixels: ",
+                       inout[0]->GetFunction("gaus")->GetParameter(2));
+          gLog << Form("%s%5.3f%s%3.2f"," Outer Pixels: ",
                        inout[1]->GetFunction("gaus")->GetParameter(1),"+-",
-                       inout[1]->GetFunction("gaus")->GetParError(1)) << endl;
-          gLog << all << GetName()
-               << Form("%s%5.3f%s%3.2f"," Sigma: Inner Pixels: ",
-                       inout[0]->GetFunction("gaus")->GetParameter(2),"+-",
-                       inout[0]->GetFunction("gaus")->GetParError(2));
-          gLog << Form("%s%5.3f%s%3.2f","  Outer Pixels: ",
-                       inout[1]->GetFunction("gaus")->GetParameter(2),"+-",
-                       inout[1]->GetFunction("gaus")->GetParError(2)) << endl;
+                       inout[1]->GetFunction("gaus")->GetParameter(2)) << endl;
 
         }
