MuonCombinedConfig and AthenaConfiguration: minor configuration tweak, and CA message improvement
Whilst debugging other issues I noticed e.g.
Py:ComponentAccumulator WARNING addEventAlgo: Overwriting primary component of this CA. Was Muon::MuonEDMPrinterTool/MuonEDMPrinterTool, now MuonCombinedInDetExtensionAlg/MuonInsideOutRecoAlg
This turns out not to be a serious issue, but I fixed it by making MuonEDMPrinterToolCfg
return a private tool (as it should).
I also made minor tweaks to CA, so that the reason for the WARNING is easier to track down.
Tested locally with make test
.
I've added full-unit-tests in case my MuonEDMPrinterToolCfg
change has unexpected issues elsewhere.