Skip to content

Check for nullptr in MuonPhiHitSelector (ATLASRECTS-5501)

Nicolas Koehler requested to merge nkoehler/athena:rec5501 into master

Hi,

this MR fixes 3 potential problems:

  • Add check for nullptr to MuonPhiHitSelector::select_rio (cf. ATLASRECTS-5501)
  • Remove summariseProps from new config which causes crash AttributeError: '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

Merge request reports