]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONClusterFinderCOG.h
In QA:
[u/mrichter/AliRoot.git] / MUON / AliMUONClusterFinderCOG.h
index 3891987502cb788bd919d7ebbb429d3251e8c9d2..3cadac8025b7605dd2b8d76cb197c401c55d7369 100644 (file)
@@ -21,9 +21,12 @@ class AliMUONClusterFinderCOG : public AliMUONVClusterFinder
 public:
   AliMUONClusterFinderCOG(AliMUONVClusterFinder* clusterFinder);
   virtual ~AliMUONClusterFinderCOG();
+
+  using AliMUONVClusterFinder::Prepare;
   
-  virtual Bool_t Prepare(const AliMpVSegmentation* segmentations[2],
-                         const AliMUONVDigitStore& digitStore);
+  virtual Bool_t Prepare(Int_t detElemId,
+                         TClonesArray* pads[2],
+                         const AliMpArea& area);
   
   virtual AliMUONCluster* NextCluster();