From 50a1f101b001b0ccde81dc5ea15b993aacc66aed Mon Sep 17 00:00:00 2001
From: Marko Petric <marko.petric@cern.ch>
Date: Fri, 12 Apr 2019 18:35:51 +0200
Subject: [PATCH] Add Higgs PDG code 25 to rejected codes for simulation

---
 DDG4/python/DDSim/Helper/Physics.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/DDG4/python/DDSim/Helper/Physics.py b/DDG4/python/DDSim/Helper/Physics.py
index 344404cf1..150d71328 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 ):
-- 
GitLab