Skip to content

Rename Trk::SegmentCollection to TrackMuonSegments to avoid duplicate (ATLASRECTS-5667)

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

Hi,

so far, we were storing both a Trk::SegmentCollection and a xAOD::MuonSegmentContainer with the same name MuonSegments causing a WARNING at run time in reconstruction for each event, cf. ATLASRECTS-5667. Now, the Trk::SegmentCollection is renamed to TrackMuonSegments which fixes ATLASRECTS-5667.

Best, Nico

Merge request reports