MuonHoughPatternTool::printPattern: add check on validity of provided pointer
Compare changes
@@ -1447,6 +1447,10 @@ bool MuonHoughPatternTool::hitThroughCut(const std::shared_ptr<MuonHoughHit>& hi
Athena crashes with a segfault in MuonHoughPatternTool when setting the VERBOSE logging level. This MR fixes the issue. Possibly @jojungge may want to comment.