]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCFindTracks.C
Restored backward compatibility to use the hits from Dec. 2000 production.
[u/mrichter/AliRoot.git] / TPC / AliTPCFindTracks.C
index a9ea84d0d951846011c218762b7d9ff3cd05fc52..4c3d32ed2bc614f7df31e77bd8106413e5185060 100644 (file)
@@ -16,7 +16,7 @@ Int_t AliTPCFindTracks(Int_t eventn=1) {
    TFile *in=TFile::Open("AliTPCclusters.root");
    if (!in->IsOpen()) {cerr<<"Can't open AliTPCclusters.root !\n"; return 2;}
 
-   AliTPCParam *par=(AliTPCParam*)in->Get("75x40_100x60");
+   AliTPCParam *par=(AliTPCParam*)in->Get("75x40_100x60_150x60");
    if (!par) {cerr<<"Can't get TPC parameters !\n"; return 3;}
  
    TStopwatch timer;