Skip to content

TriggerJobOpts: migrate database modifiers to PostExec

Frank Winklmeier requested to merge fwinkl/athena:dbmod into main

Migrate the dbmod_BFieldAutoConfig.py include file to CA. This is used during debug stream recovery to overwrite the fixed magnetic field in the SMK with an auto-configured one.

Usage: athenaHLT ... -C 'from TriggerJobOpts import PostExec; PostExec.dbmod_BFieldAutoConfig()'

Also delete the remaining unused modifiers.

cc @mark

Edited by Frank Winklmeier

Merge request reports