Skip to content

Fix configuration of MuonSegmentTruthAssociationAlg for serial running

William Axel Leight requested to merge wleight/athena:MuonTruthSegmentFix into master

The final MuonSegmentContainer is now produced in the MuonCreatorAlg, so in serial mode the MuonSegmentTruthAssociationAlg has to run after that. This fix just moves the configuration of the algorithm to ensure that this is the case. Mentioning ATLASRECTS-5920 here as well.

Merge request reports