]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/TrackDisplay.C
Update of the tracking by Sergei
[u/mrichter/AliRoot.git] / TRD / TrackDisplay.C
index 83a031a6e8927b050ac84e63b7ce487fced5c5d9..a5a20dc64631389e2ece7af5b019ad67391d5347 100644 (file)
@@ -46,12 +46,13 @@ void TrackDisplay(Int_t track) {
   TObjArray rparray(2000);
   TObjArray *RecPointsArray = &rparray;
   AliTRDtracker *Tracker = new AliTRDtracker("dummy","dummy");
-  Tracker->ReadClusters(RecPointsArray,alifile,nEvent,-1); 
+  Tracker->ReadClusters(RecPointsArray,alifile,-1); 
   Int_t nRecPoints = RecPointsArray->GetEntriesFast();
   cerr<<"Found "<<nRecPoints<<" rec. points"<<endl;
 
 
   // Connect the AliRoot file containing Geometry, Kine, Hits, and Digits
+  alifile = "galice.root";
   TFile *gafl = (TFile*) gROOT->GetListOfFiles()->FindObject(alifile);
   if (!gafl) {
     cout << "Open the ALIROOT-file " << alifile << endl;