Index: trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.h
===================================================================
--- trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.h	(revision 6152)
+++ trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.h	(revision 6153)
@@ -73,4 +73,5 @@
 
   MCalibrationCam::PulserColor_t fPulserColor; // Calibration LEDs colour 
+  Float_t fStrength;                           // Calibration LEDs strength 
 
   Int_t   fNumInnerFFactorMethodUsed;          // Number of inner pixels used for F-Factor Method calibration
Index: trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.cc
===================================================================
--- trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.cc	(revision 6152)
+++ trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.cc	(revision 6153)
@@ -400,14 +400,18 @@
 
   if (fHiGainOutOfRangeLeft > 0)
-    *fLog << warn << GetDescriptor() << ": " << Form("%4.2f",((Float_t)fHiGainOutOfRangeLeft*100)/GetNumExecutions())
+    *fLog << warn << GetDescriptor() 
+	  << ": " << Form("%4.2f",((Float_t)fHiGainOutOfRangeLeft*100)/GetNumExecutions())
           << "% ranging out of high-gain window to the left!" << endl;
   if (fHiGainOutOfRangeRight > 0)
-    *fLog << warn << GetDescriptor() << ": " << Form("%4.2f",((Float_t)fHiGainOutOfRangeRight*100/GetNumExecutions()) 
-          << "% ranging out of high-gain window to the right!" << endl;
+    *fLog << warn << GetDescriptor() 
+	  << ": " << Form("%4.2f",((Float_t)fHiGainOutOfRangeRight*100)/GetNumExecutions()) 
+	  << "% ranging out of high-gain window to the right!" << endl;
   if (fLoGainOutOfRangeLeft > 0)
-    *fLog << warn << GetDescriptor() << ": " << Form("%4.2f",((Float_t)fLoGainOutOfRangeLeft*100/GetNumExecutions()) 
+    *fLog << warn << GetDescriptor() 
+	  << ": " << Form("%4.2f",((Float_t)fLoGainOutOfRangeLeft*100)/GetNumExecutions()) 
           << "% ranging out of low-gain window to the left!" << endl;
   if (fHiGainOutOfRangeRight > 0)
-    *fLog << warn << GetDescriptor() << ": " << Form("%4.2f",((Float_t)fHiGainOutOfRangeRight*100/GetNumExecutions()) 
+    *fLog << warn << GetDescriptor() 
+	  << ": " << Form("%4.2f",((Float_t)fHiGainOutOfRangeRight*100)/GetNumExecutions()) 
 	  << "% ranging out of high-gain window to the right!" << endl;
 
