]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSClusterFinder.h
Added new function AddCluster.
[u/mrichter/AliRoot.git] / ITS / AliITSClusterFinder.h
index 21b5df0b756f65caaf7f497d416f2a649d14a022..156d8d22f8625cf8187cbb378fea4bae2a126cde 100644 (file)
@@ -14,6 +14,7 @@ class AliITSresponse;
 class AliITSsegmentation;
 class AliITSRawCluster;
 class AliITS;
+class AliITSRecPoint;
 
 //---------------------------------------------------------------
 class AliITSClusterFinder :public TObject
@@ -47,15 +48,13 @@ public:
     return fNdigits;
   }
   
-  virtual void SetMap() {
-    // set map
-  }
   AliITSMap   *Map()  {
     // map
     return fMap;
   }
   //
   virtual void AddCluster(Int_t branch, AliITSRawCluster *c);
+  virtual void AddCluster(Int_t branch, AliITSRawCluster *c, AliITSRecPoint &rp);
   
   virtual void FindRawClusters() {
     // Search for raw clusters