Skip to content

Update MuonSegmentRegionRecoveryTool to use new region selector tools

Migrating the MuonSegmentRegionRecoveryTool to use the new region selector tools instead of the region selector service:

  • Extend the new JO configuration for the region selector tools to include the rest of the muon technologies
  • Update the segment region recovery tool to use the region selector tools instead of the old service
  • Update the configuration for the segment region recovery (both old and new style JOs)
  • We were always configuring the MuonSegmentRegionRecoveryTool due to the 'getPublicTool' call in MooreTools.py. This caused some issues with scheduling the region selector cond alg out of place in the legacy trigger tests. In the end this 'getPublicTool' call is not needed, since the tools are all configured in the relevent places, so have removed it.

Fixes ATLASRECTS-5377.

Edited by Savanna Shaw

Merge request reports