]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONVClusterFinder.h
Initial version (Laurent)
[u/mrichter/AliRoot.git] / MUON / AliMUONVClusterFinder.h
index d2d3d78d5780ccf2f6606f62294f57a526fada79..3015738fa786956a5be9743c93d5db7ea00d1596 100644 (file)
@@ -18,8 +18,8 @@
 
 class AliMUONCluster;
 class AliMpVSegmentation;
-class TClonesArray;
 class AliMUONPad;
+class AliMUONVDigitStore;
 
 class AliMUONVClusterFinder : public TObject
 {
@@ -29,7 +29,7 @@ public:
   
   /// \todo add comment
   virtual Bool_t Prepare(const AliMpVSegmentation* segmentations[2],
-                         TClonesArray* digits[2]) = 0;
+                         const AliMUONVDigitStore& digitStore) = 0;
   
   /// \todo add comment
   virtual AliMUONCluster* NextCluster() = 0;