Skip to content
Snippets Groups Projects
Verified Commit cb4d524d authored by Tadej Novak's avatar Tadej Novak
Browse files

Fix for BunchCrossingCondAlgCfg

parent bb9a3cea
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,8 @@ def BunchCrossingCondAlgCfg(configFlags):
else: # trust that we can use the in-file metadata
bgkey = ''
else:
from TrigConfigSvc.TrigConfigSvcCfg import BunchGroupCondAlgCfg
result.merge(BunchGroupCondAlgCfg(configFlags))
bgkey = 'L1BunchGroup'
elif configFlags.Beam.BunchStructureSource == BunchStructureSource.Lumi:
from .LuminosityCondAlgConfig import LuminosityCondAlgCfg
......
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