Skip to content

Used CombinedMuonTrackSummaryTool for EMEO and MuonStau SegmentRegionRecoveryTool CA config [ATLSWUPGR-161]

Thomas Strebler requested to merge tstreble/athena:ATLSWUPGR-161 into master

In !54501 (merged), the MuidSegmentRegionRecoveryToolCfg was removed to rather use the MuonSegmentRegionRecoveryToolCfg, which does not configure combined muon+ID tools for the TrackSummaryTool in particular (see here).

This triggers in particular for the EMEO and MuonStau algorithms, the following warnings in Upgrade configurations discussed in ATLSWUPGR-161

MuGirlStauAlg.MuonStauRecoT...MuonTrackSummaryTool    50     0 WARNING getTool: Identifier is from ID but have no ID tool
MuGirlStauAlg.MuonStauRecoT...MuonTrackSummaryTool    50     0 WARNING Cannot find tool to match ROT. Skipping.
...
MuonCombinedAlg_EMEO.MuonCo...MuonTrackSummaryTool    52     0 WARNING getTool: Identifier is from ID but have no ID tool
MuonCombinedAlg_EMEO.MuonCo...MuonTrackSummaryTool    52     0 WARNING Cannot find tool to match ROT. Skipping.

This MR restores the configuration of the combined muon+ID for the TrackSummaryTool, in sync with the old-style configuration in MuonCombinedFitTools.py, which solves those issues.

FYI @jojungge @emoyse @npetters

Merge request reports