X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=ITS%2FAliITSClusterFinderV2SPD.h;h=2416476c774533ddd13eb54acc7fd5ba673c328e;hb=20f79d37d89dc1fa42a87fab4697de017cd08cf0;hp=a6be4554e6965599cafd480c0b3458f736b688a8;hpb=8ba39da91cc548b1300a6fffdca0a2199d0eb8ef;p=u%2Fmrichter%2FAliRoot.git diff --git a/ITS/AliITSClusterFinderV2SPD.h b/ITS/AliITSClusterFinderV2SPD.h index a6be4554e69..2416476c774 100644 --- a/ITS/AliITSClusterFinderV2SPD.h +++ b/ITS/AliITSClusterFinderV2SPD.h @@ -9,25 +9,25 @@ // // Origin: Iouri Belikov, CERN, Jouri.Belikov@cern.ch //-------------------------------------------------------------- -#include "AliITSClusterFinderV2.h" +#include "AliITSClusterFinder.h" class TClonesArray; class AliRawReader; class AliITSRawStream; -class AliITSgeom; +class AliITSRawStreamSPD; -class AliITSClusterFinderV2SPD : public AliITSClusterFinderV2 { +class AliITSClusterFinderV2SPD : public AliITSClusterFinder { public: AliITSClusterFinderV2SPD(AliITSDetTypeRec* dettyp); virtual ~AliITSClusterFinderV2SPD(){;} virtual void FindRawClusters(Int_t mod); - virtual void RawdataToClusters(AliRawReader* rawReader,TClonesArray** clusters); + virtual void RawdataToClusters(AliRawReader* rawReader); protected: void FindClustersSPD(TClonesArray *digits); - void FindClustersSPD(AliITSRawStream* input,TClonesArray** clusters); + void FindClustersSPD(AliITSRawStreamSPD* input); 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