Skip to content

23.0-debugging-PixelConditionsData

Shaun Roe requested to merge sroe/athena:23.0-bugfix-PixelConditionsData into master

This is not a bug fix, but ensures that the error reported in ATLASRECTS-7200 does not result in a 'hard' crash (due to dereferencing a nullptr) but instead exits with StatusCode::FAILURE when the Pixel cabling conditions SG::ReadCondHandle is invalid. The reason for this is the next thing to investigate.

Merge request reports