diff --git a/DDG4/python/DDSim/Helper/Physics.py b/DDG4/python/DDSim/Helper/Physics.py index 344404cf112ae81e0cb9b3150b403a370388ef6e..150d713285c10846e512f2ea2212785066e89801 100644 --- a/DDG4/python/DDSim/Helper/Physics.py +++ b/DDG4/python/DDSim/Helper/Physics.py @@ -13,7 +13,7 @@ class Physics( ConfigHelper ): self.list ="FTFP_BERT" self.decays = True self._pdgfile = None - self._rejectPDGs = {1,2,3,4,5,6,21,23,24} + self._rejectPDGs = {1,2,3,4,5,6,21,23,24,25} @property def rejectPDGs( self ):