Skip to content

import CA-style ConfigFlags object from RecoUsefulFlags to swallow pre-Execs in q-test

Walter Lampl requested to merge wlampl/athena:RecoUseFulFlagsHack into 23.0

Some q-type AMI tags have preExecs written in CA-based syntax, eg setting members of the AthConfigFlags container. This leads to an early failure in legacy tests. With this MR, the python object ConfigFlags (and its alias flags) exists at the time the preExec is executed by the transform, even w/o the --CA method. If the flag set this way is taken into account later is a different question.

Possibly a better fix than !66847 (closed)

Merge request reports