]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUON2DMapIterator.h
Updated list of MUON libraries
[u/mrichter/AliRoot.git] / MUON / AliMUON2DMapIterator.h
index 56d82a4b12c85ab9c2365b939a1b1160b4e86782..04ae997f7f569d1272cd80184d07b21e31d02618 100644 (file)
@@ -6,7 +6,7 @@
 
 // $Id$
 
-/// \ingroup base
+/// \ingroup calib
 /// \class AliMUON2DMapIterator
 /// \brief Implementation of AliMUONVDataIterator for 2D maps
 /// 
@@ -35,7 +35,7 @@ public:
   /** The object returned by this iterator is an AliMUONObjectPair(TObject* key,TObject* value)
     where key is an AliMpIntPair (detElemId,manuId), and value is 
     an AliMUONVCalibParam.
-    The returned object must be deleted by the user.
+    The returned object must be deleted by the user (as advertised by the IsOwner() method below)                                                     
     */
   virtual TObject* Next();
   
@@ -43,6 +43,8 @@ public:
   
   virtual Bool_t Remove();
   
+  virtual Bool_t IsOwner() const { return kTRUE; }
+  
 private:
   /// copy ctor will not implemented
   AliMUON2DMapIterator(const AliMUON2DMapIterator&);