Skip to content

WIP: Fix scheduling of the LumiBlockMuWriter alg in HLT

Vakhtang Tsulaia requested to merge tsulaia/athena:master-lbmuwriter-seq into master

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

Merge request reports