Reduce the number of WARNINGs from MuonCombinedConfig
When running python -m MuonCombinedConfig.MuonCombinedReconstructionConfig
for another problem, I noticed a lot of
S:0 E:0 ToolSvc.CombinedMuonTrackSummary WARNING getTool: Identifier is from Muon but have no Muon tool
S:0 E:0 ToolSvc.CombinedMuonTrackSummary WARNING Cannot find tool to match ROT. Skipping.
This means a public instance of CombinedMuonTrackSummary
isn't configured. I haven't managed to find where it's being retrieved from, so this is a temporary fix but I think it's worth putting in as is, since it reduces the WARNINGs in this job from 2076 to 591.