]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSClusterFinder.h
Cosmetic corrections
[u/mrichter/AliRoot.git] / ITS / AliITSClusterFinder.h
index 9d515ab0f3ce6fdc73bbb8bfdc1509106b955604..d502e204e08dcaa79ff2019ac29453a805631ca0 100644 (file)
@@ -62,9 +62,12 @@ class AliITSClusterFinder :public TObject{
     virtual void AddCluster(Int_t branch, AliITSRawCluster *c);
     virtual void AddCluster(Int_t branch, AliITSRawCluster *c,
                            AliITSRecPoint &rp);
-    virtual void FindRawClusters(Int_t mod=0) {
-       // Search for raw clusters
-    }
+    virtual void FindRawClusters(Int_t mod=0); // Finds cluster of digits.
+    // Determins if digit i has a neighbor and if so that neighor index is j.
+    virtual Bool_t IsNeighbor(TObjArray *digs,Int_t i,Int_t j[]);
+    // Given a cluster of digits, creates the nessesary RecPoint. May also
+    // do some peak separation.
+    virtual void CreateRecPoints(TObjArray *cluster,Int_t mod){};
     virtual void FindCluster(Int_t i, Int_t j, AliITSRawCluster *c) {
        // find cluster
     }