diff --git a/Simulation/SimuJobTransforms/python/CommonSimulationSteering.py b/Simulation/SimuJobTransforms/python/CommonSimulationSteering.py index f4ecb2cffe02e4a909565611c0fddc4ae76b969a..b655edbd971fdc28fc0fc3411707b652a813eb36 100644 --- a/Simulation/SimuJobTransforms/python/CommonSimulationSteering.py +++ b/Simulation/SimuJobTransforms/python/CommonSimulationSteering.py @@ -53,10 +53,7 @@ def CommonSimulationCfg(ConfigFlags, log): # add the ISF_MainConfig from ISF_Config.ISF_MainConfigNew import ISF_KernelCfg cfg.merge(ISF_KernelCfg(ConfigFlags)) - if 'MT' in ConfigFlags.Sim.ISF.Simulator: - AcceptAlgName = 'SimKernelMT' - else: - AcceptAlgName = 'SimKernel' + AcceptAlgName = 'ISF_Kernel_' + ConfigFlags.Sim.ISF.Simulator else: AcceptAlgName = 'G4AtlasAlg' #add the G4AtlasAlg