]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpMotifTypePadIterator.h
Adding option for ownership of objects in the map
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpMotifTypePadIterator.h
index 4a23f92cc1f9b9658ac2edb5ac695526e5891b80..e12fadf1291ec3787f79249d8b53a8dd70084f55 100755 (executable)
@@ -2,13 +2,13 @@
  * See cxx source for full Copyright notice                               */
 
 // $Id$
-// $MpId: AliMpMotifTypePadIterator.h,v 1.5 2005/08/26 15:43:36 ivana Exp $
+// $MpId: AliMpMotifTypePadIterator.h,v 1.8 2006/05/24 13:58:18 ivana Exp $
 
 /// \ingroup motif
 /// \class AliMpMotifTypePadIterator
 /// \brief An iterator over the pads of a given motif type
 ///
-/// Authors: David Guez, Ivana Hrivnacova; IPN Orsay
+/// \author David Guez, Ivana Hrivnacova; IPN Orsay
 
 #ifndef ALI_MP_MOTIF_TYPE_PAD_ITERATOR_H
 #define ALI_MP_MOTIF_TYPE_PAD_ITERATOR_H
@@ -42,9 +42,8 @@ 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
-                                     // EXCLUDED FOR CINT (does not compile on HP)
+    const AliMpMotifType* fMotifType;///< the motif type over which iterate
+    AliMpIntPair fCurrentPosition;   ///< the current position inside the motif type
 
  ClassDef(AliMpMotifTypePadIterator,1) // iterator over motif's pads
 };