WIP: Fix scheduling of the LumiBlockMuWriter alg in HLT
A workaround for the problem discussed in ATR-22141. We cannot unconditionally
add LumiBlockMuWriter
to AthBeginSeq
(as suggested in the JIRA ticket) because
this will break those jobs which use xAODEventInfoCnvAlg
. In serial jobs
LumiBlockMuWriter
must be executed after xAODEventInfoCnvAlg
, if the latter
is used by the job.
Edited by Vakhtang Tsulaia