]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCv3.cxx
Remove obselete members & methods (Ch. Finck)
[u/mrichter/AliRoot.git] / TPC / AliTPCv3.cxx
index 012d039be61ea9659c01892e001837ea2986daee..c34dc82a2b6a73e09cf1a54cdb05d664fb40b385 100644 (file)
@@ -1633,7 +1633,7 @@ void AliTPCv3::StepManager()
 
   Int_t id,copy;
   TLorentzVector pos;
-  Float_t hits[4];
+  Float_t hits[5];
   Int_t vol[2];  
   
   vol[1]=0;
@@ -1671,6 +1671,9 @@ void AliTPCv3::StepManager()
     hits[1]=pos[1];
     hits[2]=pos[2];
 
+    // Get also the track time for pileup simulation
+    hits[4]=gMC->TrackTime();
+
     //
     // check the selected side of the TPC
     //