Skip to content

Remove duplicate MuonIDAlgLite properties

Olli Lupton requested to merge olupton_muonidlite_properties into master

I noticed the MuonIDAlgLite tool has several duplicate properties:

  • InputTracks / TracksLocations / TracksLocation
  • MuonPids / MuonIDLocation
  • MuonTracks / MuonTrackLocation

This broke some Hlt2 configuration that was setting properties that the algorithm then ignored. This MR removes the extra properties and reverts to the old names (those that were used in Hlt2Tracking...) cc: @rmatev

Edited by Olli Lupton

Merge request reports