HltEventLoopMgr: minor fix to running CondAlgs before fork
Fixes two minor problems when running CondAlgs before forking:
- need to call
sysExecute
notexecute
- 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.