Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 3945)
+++ trunk/MagicSoft/Mars/Changelog	(revision 3949)
@@ -37,4 +37,10 @@
 
  2004/05/03: Markus Gaug
+
+   * mraw/MRawEvtPixelIter.cc
+     - corrected bug in GetIdxMaxLoGainSamples() which looped over 
+       one slice too much 
+	end = fLoGainPos + fNumLoGainSamples + 1 replaced by:
+	end = fLoGainPos + fNumLoGainSamples
 
    * msignal/MTimeExtractor.[h,cc]
