]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONClusterFinderCOG.h
In reconstruction:
[u/mrichter/AliRoot.git] / MUON / AliMUONClusterFinderCOG.h
index 8c453473db781984333ce078cfe8e1dead70214c..3cadac8025b7605dd2b8d76cb197c401c55d7369 100644 (file)
 #  include "AliMUONVClusterFinder.h"
 #endif
 
-class AliMUONMathieson;
-
 class AliMUONClusterFinderCOG : public AliMUONVClusterFinder
 {
 public:
-  AliMUONClusterFinderCOG();
+  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();
   
@@ -40,7 +41,7 @@ private:
 private:
     AliMUONVClusterFinder* fPreClusterFinder; ///< the preclustering we use
 
-  ClassDef(AliMUONClusterFinderCOG,1) // 
+  ClassDef(AliMUONClusterFinderCOG,1) // A very basic (and mostly useless, probably) cluster finder
 };
 
 #endif