From 5a9dee8b6145f6d64bc844f1ecbf4dad674d3c30 Mon Sep 17 00:00:00 2001 From: hristov Date: Tue, 10 Dec 2002 15:04:18 +0000 Subject: [PATCH] Adapted to the new interface (M.Ivanov) --- TPC/AliTPCComparison2.C | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/TPC/AliTPCComparison2.C b/TPC/AliTPCComparison2.C index 8486a9bc535..f4b219cc666 100644 --- a/TPC/AliTPCComparison2.C +++ b/TPC/AliTPCComparison2.C @@ -93,12 +93,6 @@ Int_t AliTPCComparison2(Int_t firstev=0, Int_t eventn=1) { cout<<"================================================"<cd(); - tracker = new AliTPCtracker(digp,event); - tracker->LoadInnerSectors(); - tracker->LoadOuterSectors(); - } char tname[100]; if (eventn==-1) { @@ -120,7 +114,7 @@ Int_t AliTPCComparison2(Int_t firstev=0, Int_t eventn=1) { iotrack=new AliTPCtrack; tbranch->SetAddress(&iotrack); tracktree->GetEvent(i); - if(kOLD)tracker->CookLabel(iotrack,0.1); + // if(kOLD)tracker->CookLabel(iotrack,0.1); tarray.AddLast(iotrack); } eventptr[event+1] = nentr; //store end of the event -- 2.43.0