]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
preliminary PID in TPC needed by the ITS tracker
authortkuhr <tkuhr@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 4 Nov 2004 09:23:31 +0000 (09:23 +0000)
committertkuhr <tkuhr@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 4 Nov 2004 09:23:31 +0000 (09:23 +0000)
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