From 74d8dc697422a73fd96fb150da9de7ba600c29eb Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wdconinc@gmail.com> Date: Wed, 24 Nov 2021 03:53:33 +0000 Subject: [PATCH] Physics.py: add all diquarks to rejectPDGs --- src/dd4pod/python/npsim/DDSim/Helper/Physics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dd4pod/python/npsim/DDSim/Helper/Physics.py b/src/dd4pod/python/npsim/DDSim/Helper/Physics.py index e6da39b9..5e9260a5 100644 --- a/src/dd4pod/python/npsim/DDSim/Helper/Physics.py +++ b/src/dd4pod/python/npsim/DDSim/Helper/Physics.py @@ -19,7 +19,7 @@ class Physics(ConfigHelper): self._list = "FTFP_BERT" self._decays = False self._pdgfile = None - self._rejectPDGs = {1, 2, 3, 4, 5, 6, 21, 23, 24, 25, 431, 433, 2101} + self._rejectPDGs = {1, 2, 3, 4, 5, 6, 21, 23, 24, 25, 431, 433, 1103, 2101, 2103, 2203, 3101, 3103, 3201, 3203, 3303, 101, 4103, 4201, 4203, 4301, 4303, 4403} self._zeroTimePDGs = {11, 13, 15, 17} self._trackSecondariesFirst = False -- GitLab