]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliStack.cxx
silvermy@ornl.gov - SMcalib - directory with tools for SuperModule calibrations at...
[u/mrichter/AliRoot.git] / STEER / AliStack.cxx
index 9a26431f0c902618b87c348b0d6e3323d9cd79bf..30349d72cea3e134d35899018fc767f193c3b29d 100644 (file)
@@ -992,7 +992,7 @@ Bool_t AliStack::IsPhysicalPrimary(Int_t index)
     
     //
     // Initial state particle
-    if (ist > 20) return kFALSE;
+    if (ist > 1) return kFALSE;
     
     Int_t pdg = TMath::Abs(p->GetPdgCode());