Skip to content

PyDumper: Fix handling of FitQuality.

Scott Snyder requested to merge ssnyder/athena:fq.PyDumper-20221109 into master

The usual way of testing whether a FitQuality* is null doesn't work anymore because FitQuality has grown an operator bool(). We now have to test for null by comparing with an explicitly null pointer.

Fixes test failure in TrackParticleAthenaPool.

Merge request reports