]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONClusterFinderSimpleFit.h
Start a list of OCDB objects we use
[u/mrichter/AliRoot.git] / MUON / AliMUONClusterFinderSimpleFit.h
index 31768e149f0c8422c3c70d5cc8de3807f6f9a4f9..837ebac6b1e335d3a3a1132af911106cc9ccbf1d 100644 (file)
@@ -24,8 +24,11 @@ public:
   AliMUONClusterFinderSimpleFit(AliMUONVClusterFinder* clusterFinder);
   virtual ~AliMUONClusterFinderSimpleFit();
   
-  virtual Bool_t Prepare(const AliMpVSegmentation* segmentations[2],
-                         const AliMUONVDigitStore& digitStore);
+  using AliMUONVClusterFinder::Prepare;
+
+  virtual Bool_t Prepare(Int_t detElemId,
+                         TClonesArray* pads[2],
+                         const AliMpArea& area);
   
   virtual AliMUONCluster* NextCluster();