Skip to content

Remove hardcoded manipulation of WriteHandle names in MuonCreatorAlg

Nicolas Koehler requested to merge nkoehler/athena:muSeg into master

Hi,

so far, in MuonCreatorAlg, the names of the WriteHandleKey<xAOD::MuonSegmentContainer> and WriteHandleKey<Trk::SegmentCollection> were modified via hardcoded strings. This MR removes that and does these string manipulations already during the configuration.

Best, Nico

Edited by Nicolas Koehler

Merge request reports