]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSClusterFinderV2SPD.h
In MUONmappingLinkDef.h:
[u/mrichter/AliRoot.git] / ITS / AliITSClusterFinderV2SPD.h
index 7f6ee33ef9e54d45d2a668ced21bffd376c45d49..e027d28f47da4836434a2c112d022379eee311ef 100644 (file)
@@ -9,15 +9,16 @@
 //
 //   Origin: Iouri Belikov, CERN, Jouri.Belikov@cern.ch 
 //--------------------------------------------------------------
-#include "AliITSClusterFinderV2.h"
+#include "AliITSClusterFinder.h"
 
 class TClonesArray;
 class AliRawReader;
 class AliITSRawStream;
+class AliITSRawStreamSPD;
 
-class AliITSClusterFinderV2SPD : public AliITSClusterFinderV2 {
+class AliITSClusterFinderV2SPD : public AliITSClusterFinder {
 public:
-  AliITSClusterFinderV2SPD();
+  AliITSClusterFinderV2SPD(AliITSDetTypeRec* dettyp);
   virtual ~AliITSClusterFinderV2SPD(){;}
   virtual void FindRawClusters(Int_t mod);
   virtual void RawdataToClusters(AliRawReader* rawReader,TClonesArray** clusters);
@@ -26,7 +27,7 @@ public:
  protected:
 
   void FindClustersSPD(TClonesArray *digits);
-  void FindClustersSPD(AliITSRawStream* input,TClonesArray** clusters);
+  void FindClustersSPD(AliITSRawStreamSPD* input,TClonesArray** clusters);
   Int_t ClustersSPD(AliBin* bins, TClonesArray* digits,TClonesArray* clusters,Int_t maxBins, Int_t nzbins,Int_t iModule,Bool_t rawdata=kFALSE);
 
   Int_t fLastSPD1;       //index of the last SPD1 detector