Check for nullptr in MuonPhiHitSelector (ATLASRECTS-5501)
Hi,
this MR fixes 3 potential problems:
- Add check for
nullptr
toMuonPhiHitSelector::select_rio
(cf. ATLASRECTS-5501) - Remove
summariseProps
from new config which causes crashAttributeError: 'MaterialEffectsUpdator' object has no attribute 'toStringProperty'
- Use WARNING instead of ERROR in
MuPatCandidateTool.cxx
to not throw error but not return a failure
Best, Nico