]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUON2DMapIteratorByI.h
No effc++ warnings in RALICE
[u/mrichter/AliRoot.git] / MUON / AliMUON2DMapIteratorByI.h
index 7c8b61bb9ae0a001e8058efaf854e8d0795620e4..b85b60f8e8130b994a40c954786b39e087ff2875 100644 (file)
@@ -6,8 +6,8 @@
 
 // $Id$
 
-/// \ingroup calib
-/// \class AliMUON2DMapIteratorByIByI
+/// \ingroup core
+/// \class AliMUON2DMapIteratorByI
 /// \brief Implementation of TIterator for 2D maps
 /// 
 //  Author Laurent Aphecetche
@@ -45,7 +45,7 @@ private:
   TObject* GetValue(TExMapIter& iter, Int_t& key) const;
   
 private:
-  const AliMpExMap* fMap; //!< map to iterate upon
+  const AliMpExMap* fkMap; //!< map to iterate upon
   TExMapIter* fIter2; //!< second iterator
   Int_t fCurrentI; //!< current index in direction i 
   Int_t fCurrentJ; //!< current index in direction j