Skip to content

HltEventLoopMgr: minor fix to running CondAlgs before fork

Frank Winklmeier requested to merge fwinkl/athena:condalgfix into 22.0

Fixes two minor problems when running CondAlgs before forking:

  • need to call sysExecute not execute
  • reset the AlgExecStateSvc (this usually only happens before the first event)

The feature itself is still disabled and will likely not be usable as is for online operations unless we find a good way of clearing the conditions store between runs (see ATR-26247).

Relates to ATR-26138.

Merge request reports