From 9dbe5fe5705b1c6638b73aa64cdab17fa89ff05b Mon Sep 17 00:00:00 2001 From: John Chapman Date: Wed, 29 Sep 2021 13:33:35 +0200 Subject: [PATCH] Fix CA-based configuration when running FullG4MT --- Simulation/G4Atlas/G4AtlasApps/python/SimConfigFlags.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Simulation/G4Atlas/G4AtlasApps/python/SimConfigFlags.py b/Simulation/G4Atlas/G4AtlasApps/python/SimConfigFlags.py index 3c7ecb6487c..9c61c6f7cf3 100644 --- a/Simulation/G4Atlas/G4AtlasApps/python/SimConfigFlags.py +++ b/Simulation/G4Atlas/G4AtlasApps/python/SimConfigFlags.py @@ -99,8 +99,6 @@ def createSimConfigFlags(): def decideHITSMerging(prevFlags): simstr = prevFlags.Sim.ISF.Simulator - if simstr.endswith("MT"): - simstr = simstr[:-2] # Further specialization possible in future if simstr in ("FullG4MT", "FullG4MT_QS", "PassBackG4MT"): doID = False -- GitLab