From b5d16d384b390c0ca7adf25a0cd43073993dbe2c Mon Sep 17 00:00:00 2001 From: Ruth Pottgen <ruth.poettgen@cern.ch> Date: Tue, 28 Apr 2020 11:58:17 +0000 Subject: [PATCH] Merge branch 'patch-11' into '21.0' Fixing ISF_ProtonAFIIGeant4Selector configuration (ATLASSIM-4518) See merge request atlas/athena!32310 (cherry picked from commit 1a6cf84e37e9fa10040aa11a3f0e5386bc7dce39) 2d9f18ee Fixing ISF_ProtonAFIIGeant4Selector configuration (ATLASSIM-4518) --- .../python/ISF_SimulationSelectorsConfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Simulation/ISF/ISF_SimulationSelectors/python/ISF_SimulationSelectorsConfig.py b/Simulation/ISF/ISF_SimulationSelectors/python/ISF_SimulationSelectorsConfig.py index 32d425c98a8..6c6900c4f7f 100644 --- a/Simulation/ISF/ISF_SimulationSelectors/python/ISF_SimulationSelectorsConfig.py +++ b/Simulation/ISF/ISF_SimulationSelectors/python/ISF_SimulationSelectorsConfig.py @@ -143,7 +143,7 @@ def getNeutralGeant4Selector(name="ISF_NeutralGeant4Selector", **kwargs): def getProtonAFIIGeant4Selector(name="ISF_ProtonAFIIGeant4Selector", **kwargs): kwargs.setdefault('MaxMom' , 750) - kwargs.setdefault('ParticlePDG' , 2112) + kwargs.setdefault('ParticlePDG' , 2212) kwargs.setdefault('Simulator' , 'ISF_AFIIGeant4SimSvc') kwargs.setdefault('SimulationFlavor', SimulationFlavor.Geant4) return CfgMgr.ISF__KinematicSimSelector(name, **kwargs) -- GitLab