Skip to content

Adding nullptr checks for ParticleJetTools

Zach Marshall requested to merge zmarshal/athena:master_PJT_NullptrCheck into master

In some of the flavor tools we navigate up and down the tree (to parents and children particles) without checking if those particles have been removed from the truth record and therefore are nullptrs. This just adds those checks in various placed and should fix one of the crashes reported in ATLPHYSVAL-783.

Merge request reports