X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;ds=sidebyside;f=ITS%2FAliITSRecoParam.h;h=b6136037fd63eb0d46be2ebea167cafeaf2744bc;hb=05b25e73fed5765011f9afb931d16bdd3691ecb8;hp=4b49ad215aaccd4d0d9d29e927f415604c0138d7;hpb=fdfae4b3112e1b5a0bbd0b5636befd217a2e8289;p=u%2Fmrichter%2FAliRoot.git diff --git a/ITS/AliITSRecoParam.h b/ITS/AliITSRecoParam.h index 4b49ad215aa..b6136037fd6 100644 --- a/ITS/AliITSRecoParam.h +++ b/ITS/AliITSRecoParam.h @@ -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);}