]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpMotifTypePadIterator.h
Coding conventions
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpMotifTypePadIterator.h
index e12fadf1291ec3787f79249d8b53a8dd70084f55..f41c6fe072805d0e0a3135ef3373fb758d65ccf0 100755 (executable)
@@ -42,10 +42,10 @@ class AliMpMotifTypePadIterator : public AliMpVPadIterator
     Bool_t IsValid() const;
 
     // private data members
-    const AliMpMotifType* fMotifType;///< the motif type over which iterate
-    AliMpIntPair fCurrentPosition;   ///< the current position inside the motif type
+    const AliMpMotifType* fkMotifType;///< the motif type over which iterate
+    AliMpIntPair fCurrentPosition;    ///< the current position inside the motif type
 
- ClassDef(AliMpMotifTypePadIterator,1) // iterator over motif's pads
+ ClassDef(AliMpMotifTypePadIterator,2) // iterator over motif's pads
 };
 
 #endif // ALI_MP_MOTIF_TYPE_PAD_ITERATOR_H