From d2cfebcbe0ac64017264c09c866688e0e8096374 Mon Sep 17 00:00:00 2001 From: hristov Date: Fri, 22 Nov 2002 09:09:39 +0000 Subject: [PATCH] Reverting to the correct version of the code --- TPC/AliTPCComparison.C | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/TPC/AliTPCComparison.C b/TPC/AliTPCComparison.C index a12eabf2f67..e938a881f15 100644 --- a/TPC/AliTPCComparison.C +++ b/TPC/AliTPCComparison.C @@ -11,7 +11,6 @@ #ifndef __CINT__ #include "alles.h" #include "AliTPCtracker.h" - #include #endif struct GoodTrackTPC { @@ -24,7 +23,7 @@ struct GoodTrackTPC { Int_t AliTPCComparison(Int_t event=0) { cerr<<"Doing comparison...\n"; - AliKalmanTrack::SetConvConst(1000/0.299792458/gAlice->Field()->SolenoidField()); + const Int_t MAX=20000; Int_t good_tracks_tpc(GoodTrackTPC *gt, const Int_t max, const Int_t event); @@ -353,8 +352,6 @@ Int_t good_tracks_tpc(GoodTrackTPC *gt, const Int_t max, const Int_t event) { break; case 2: { - TFile fff("galice.root"); - char dname[100]; sprintf(dname,"TreeD_75x40_100x60_150x60_%d",event); TTree *TD=(TTree*)gDirectory->Get(dname); AliSimDigits da, *digits=&da; -- 2.31.1