]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSRecoParam.h
Fast SDD cluster finder
[u/mrichter/AliRoot.git] / ITS / AliITSRecoParam.h
index 4b49ad215aaccd4d0d9d29e927f415604c0138d7..b6136037fd63eb0d46be2ebea167cafeaf2744bc 100644 (file)
@@ -92,7 +92,7 @@ class AliITSRecoParam : public AliDetectorRecoParam
 
   void     SetClusterFinder(Int_t cf=0) { fClusterFinder=cf; }
   void     SetClusterFinderV2() { SetClusterFinder(0); }
-  void     SetClusterFinderOrig() { SetClusterFinder(1); }
+  void     SetClusterFinderSDDfast() { SetClusterFinder(1); }
   Int_t    GetClusterFinder() const { return fClusterFinder; }
   void     SetPID(Int_t pid=0) {fPID=pid;}
   void     SetDefaultPID() {SetPID(0);}