Skip to content
Snippets Groups Projects
Commit ba80c556 authored by John Chapman's avatar John Chapman
Browse files

Fix SimKernel name for OutputStream AcceptAlgs

parent a932a6a1
7 merge requests!69091Fix correlated smearing bug in JER in JetUncertainties in 22.0,!58791DataQualityConfigurations: Modify L1Calo config for web display,!51674Fixing hotSpotInHIST for Run3 HIST,!50012RecExConfig: Adjust log message levels from GetRunNumber and GetLBNumber,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!46604Fix SimKernel name for OutputStream AcceptAlgs
...@@ -53,10 +53,7 @@ def CommonSimulationCfg(ConfigFlags, log): ...@@ -53,10 +53,7 @@ def CommonSimulationCfg(ConfigFlags, log):
# add the ISF_MainConfig # add the ISF_MainConfig
from ISF_Config.ISF_MainConfigNew import ISF_KernelCfg from ISF_Config.ISF_MainConfigNew import ISF_KernelCfg
cfg.merge(ISF_KernelCfg(ConfigFlags)) cfg.merge(ISF_KernelCfg(ConfigFlags))
if 'MT' in ConfigFlags.Sim.ISF.Simulator: AcceptAlgName = 'ISF_Kernel_' + ConfigFlags.Sim.ISF.Simulator
AcceptAlgName = 'SimKernelMT'
else:
AcceptAlgName = 'SimKernel'
else: else:
AcceptAlgName = 'G4AtlasAlg' AcceptAlgName = 'G4AtlasAlg'
#add the G4AtlasAlg #add the G4AtlasAlg
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment