Index: trunk/MagicSoft/Mars/mpedestal/MPedCalcFromLoGain.cc
===================================================================
--- trunk/MagicSoft/Mars/mpedestal/MPedCalcFromLoGain.cc	(revision 5381)
+++ trunk/MagicSoft/Mars/mpedestal/MPedCalcFromLoGain.cc	(revision 5387)
@@ -325,5 +325,4 @@
 Int_t MPedCalcFromLoGain::PreProcess(MParList *pList)
 {
-
     Clear();
 
@@ -441,5 +440,5 @@
 
   // 2. Scale the variance to the number of slices:
-  var /= (Float_t)(fExtractWinSize);
+  var /= fExtractWinSize;
   
   // 3. Calculate the RMS from the Variance:
@@ -648,6 +647,6 @@
     *fLog << GetDescriptor() << ":" << endl;
     *fLog << "Parameters used for pedestal calculation from " << fNamePedestalCam << ":"<<endl;
-    *fLog << "CheckWindow   from slice " << fCheckWinFirst   << " to " << fCheckWinLast << endl;
-    *fLog << "ExtractWindow from slice " << fExtractWinFirst << " to " << fExtractWinLast << endl;
+    *fLog << "CheckWindow from slice " << fCheckWinFirst   << " to " << fCheckWinLast << " included." << endl;
+    *fLog << "ExtractWindow from slice " << fExtractWinFirst << " to " << fExtractWinLast << " included." << endl;
     *fLog << "Max allowed signal variation: " << fMaxSignalVar << endl;
     *fLog << "Pedestal Update is " << (fPedestalUpdate?"on":"off") << endl;
