]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSClusterFinderV2SPD.h
In Open() and GotoEvent() try the ESD operations first, fallback to run-loader.
[u/mrichter/AliRoot.git] / ITS / AliITSClusterFinderV2SPD.h
index fb0083e13efbea557353b618c7f64c9aade18699..205ef4b952db97415124c43c405c3dd2ab5cb7f1 100644 (file)
 class TClonesArray;
 class AliRawReader;
 class AliITSRawStream;
-class AliITSgeom;
 
 class AliITSClusterFinderV2SPD : public AliITSClusterFinderV2 {
 public:
-  AliITSClusterFinderV2SPD(AliITSgeom* geom);
+  AliITSClusterFinderV2SPD(AliITSDetTypeRec* dettyp);
   virtual ~AliITSClusterFinderV2SPD(){;}
   virtual void FindRawClusters(Int_t mod);
   virtual void RawdataToClusters(AliRawReader* rawReader,TClonesArray** clusters);