]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Skip the tracking if no tracker was created
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 20 Jun 2005 15:51:48 +0000 (15:51 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 20 Jun 2005 15:51:48 +0000 (15:51 +0000)
STEER/AliReconstruction.cxx

index c584db8d12fcb76471b917d97ea3eef6dba78955..00316776f5b08702212064a1214213116c3e22f6 100644 (file)
@@ -618,6 +618,7 @@ Bool_t AliReconstruction::RunHLTTracking(AliESD*& esd)
     if (!tracker) {
       AliWarning(Form("couldn't create a HLT tracker for %s", detName.Data()));
       if (fStopOnError) return kFALSE;
+      continue;
     }
     Double_t vtxPos[3];
     Double_t vtxErr[3]={0.005,0.005,0.010};