Index: trunk/MagicSoft/Mars/msignal/MExtractFixedWindow.cc
===================================================================
--- trunk/MagicSoft/Mars/msignal/MExtractFixedWindow.cc	(revision 4297)
+++ trunk/MagicSoft/Mars/msignal/MExtractFixedWindow.cc	(revision 4298)
@@ -164,10 +164,10 @@
 
   *fLog << endl;
-  *fLog << inf << GetDescriptor() << ": Taking " << (int)fNumHiGainSamples
-        << " HiGain FADC samples from slice: " << (int)fHiGainFirst 
-        << " to (including) slice: " << (int)fHiGainLast+(int)fHiLoLast << endl;
-  *fLog << inf << GetDescriptor() << ": Taking " << (int)fNumLoGainSamples
-        << " LoGain FADC samples from slice: " << (int)fLoGainFirst 
-        << " to (including) slice: " << (int)fLoGainLast << endl;
+  *fLog << inf << GetDescriptor() << ": Taking " << fNumHiGainSamples
+        << " HiGain FADC samples from slice: " << (Int_t)fHiGainFirst 
+        << " to (including) slice: " << (Int_t)(fHiGainLast+fHiLoLast) << endl;
+  *fLog << inf << GetDescriptor() << ": Taking " << fNumLoGainSamples
+        << " LoGain FADC samples from slice: " << (Int_t)fLoGainFirst 
+        << " to (including) slice: " << (Int_t)fLoGainLast << endl;
   return kTRUE;
   
