]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONPreClusterFinder.h
Changing the interface to use digitStore instead of TClonesArrays (Laurent)
[u/mrichter/AliRoot.git] / MUON / AliMUONPreClusterFinder.h
index 8daf8b07cebf646d21c29d32dc3138c9e474da97..455de2c873f7714b257d0fe538d2ad1d0030a70b 100644 (file)
@@ -26,7 +26,7 @@ public:
   virtual ~AliMUONPreClusterFinder();
   
   virtual Bool_t Prepare(const AliMpVSegmentation* segmentations[2],
-                         TClonesArray* digits[2]);
+                         const AliMUONVDigitStore& digitStore);
   
   virtual AliMUONCluster* NextCluster();
 
@@ -43,7 +43,6 @@ private:
 private:
   TClonesArray* fClusters; //!< the clusters we've found (owner)
   const AliMpVSegmentation** fSegmentations; //!< segmentations (not owner)
-  TClonesArray** fDigits; //!< where to find the digits (not owner)
   TClonesArray* fPads[2]; //!< the pads corresponding to the digits (owner)
   Int_t fDetElemId; //!< which DE we're considering