]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliReconstruction.cxx
preliminary PID in TPC needed by the ITS tracker
[u/mrichter/AliRoot.git] / STEER / AliReconstruction.cxx
index a16a4ae3edf1cc5d66d8995d6b268cfee09655b9..d36e33b8a7c241046eb1a1040ddcae9ab04d9e16 100644 (file)
@@ -470,6 +470,11 @@ Bool_t AliReconstruction::RunTracking(AliESD*& esd)
     if (fCheckPointLevel > 1) {
       WriteESD(esd, Form("%s.tracking", fgkDetectorName[iDet]));
     }
+    // preliminary PID in TPC needed by the ITS tracker
+    if (iDet == 1) {
+      GetReconstructor(1)->FillESD(fRunLoader, esd);
+      AliESDpid::MakePID(esd);
+    }
   }
 
   // pass 2: ALL backwards