Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 2403)
+++ trunk/MagicSoft/Mars/Changelog	(revision 2404)
@@ -1,4 +1,8 @@
                                                  -*-*- END OF LINE -*-*-
   2003/10/20: Thomas Bretz
+
+   * mraw/MRawEvtPixelIter.[h,cc]:
+     - changed name of member function from GetNumMax[Hi,Lo]GainSamples
+       to GetIdxMax[Hi,Lo]GainSamples
   
    * manalysis/MMcPedestalCopy.cc:
Index: trunk/MagicSoft/Mars/mraw/MRawEvtPixelIter.cc
===================================================================
--- trunk/MagicSoft/Mars/mraw/MRawEvtPixelIter.cc	(revision 2403)
+++ trunk/MagicSoft/Mars/mraw/MRawEvtPixelIter.cc	(revision 2404)
@@ -211,5 +211,5 @@
 // Returns the index of the FADC slice the maximum signal in
 //
-Byte_t MRawEvtPixelIter::GetNumMaxHiGainSample() const
+Byte_t MRawEvtPixelIter::GetIdxMaxHiGainSample() const
 {
     Byte_t max  = 0;
@@ -230,5 +230,5 @@
 // Returns the index of the FADC slice the maximum signal in
 //
-Byte_t MRawEvtPixelIter::GetNumMaxLoGainSample() const
+Byte_t MRawEvtPixelIter::GetIdxMaxLoGainSample() const
 {
     Byte_t max  = 0;
Index: trunk/MagicSoft/Mars/mraw/MRawEvtPixelIter.h
===================================================================
--- trunk/MagicSoft/Mars/mraw/MRawEvtPixelIter.h	(revision 2403)
+++ trunk/MagicSoft/Mars/mraw/MRawEvtPixelIter.h	(revision 2404)
@@ -81,6 +81,6 @@
     Float_t GetVarHiGainSamples() const;
 
-    Byte_t GetNumMaxHiGainSample() const;
-    Byte_t GetNumMaxLoGainSample() const;
+    Byte_t GetIdxMaxHiGainSample() const;
+    Byte_t GetIdxMaxLoGainSample() const;
     Byte_t GetMaxHiGainSample() const;
     Byte_t GetMaxLoGainSample() const;
