Index: trunk/MagicSoft/Mars/mcalib/MCalibrationCalc.cc
===================================================================
--- trunk/MagicSoft/Mars/mcalib/MCalibrationCalc.cc	(revision 2800)
+++ trunk/MagicSoft/Mars/mcalib/MCalibrationCalc.cc	(revision 2809)
@@ -233,4 +233,5 @@
     fNumHiGainSamples =  fSignals->GetNumUsedHiGainFADCSlices();
     fNumLoGainSamples =  fSignals->GetNumUsedLoGainFADCSlices();
+
     fSqrtHiGainSamples = TMath::Sqrt((Float_t)fNumHiGainSamples);
 
@@ -315,4 +316,5 @@
     fEvents++;
 
+
     //
     // Create a second loop to do fill the calibration histograms
@@ -353,11 +355,11 @@
             if (!pindiode.FillCharge(sumhi)) 
               *fLog << warn << 
-                "Overflow or Underflow occurred filling HCharge: means = " << sumhi << endl;
+                "Overflow or Underflow occurred filling PINDiode: sum = " << sumhi << endl;
             if (!pindiode.FillTime((int)mtime)) 
               *fLog << warn << 
-                "Overflow or Underflow occurred filling HTime: time = " << mtime << endl;
+                "Overflow or Underflow occurred filling PINDiode: time = " << mtime << endl;
             if (!pindiode.FillRChargevsTime(sumhi,fEvents))
               *fLog << warn << 
-                "Overflow or Underflow occurred filling HChargevsN: eventnr = " << fEvents << endl;
+                "Overflow or Underflow occurred filling PINDiode: eventnr = " << fEvents << endl;
 	    break;
 
@@ -414,5 +416,4 @@
   if (fEvents == 0)
     {
-
       *fLog << err << GetDescriptor() 
             << ": This run contains only cosmics or pedestals, " 
