]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONV2DStore.h
New classes for shuttle (Laurent)
[u/mrichter/AliRoot.git] / MUON / AliMUONV2DStore.h
index 00647491366b02f332333b875748f4c48032d9b2..61c7fda9ad9240ec1cb36a5b65fe143cbaee12c5 100644 (file)
@@ -4,10 +4,10 @@
 // $Id$
 
 /// \ingroup base
-/// \class AliMUON2DStore
+/// \class AliMUONV2DStore
 /// \brief Generic container indexed by a pair of integers.
 /// 
-/// \author Laurent Aphecetche
+//  Author Laurent Aphecetche
 
 #ifndef AliMUONV2DSTORE_H
 #define AliMUONV2DSTORE_H
 #  include "TObject.h"
 #endif
 
+class AliMUONVDataIterator;
+
 class AliMUONV2DStore : public TObject
 {
 public:
+  AliMUONV2DStore();
   virtual ~AliMUONV2DStore();
   
+  virtual AliMUONVDataIterator* Iterator() const { return 0x0; }
+  
   /// Return the object stored at (i,j).
   virtual TObject* Get(Int_t i, Int_t j) const = 0;