Skip to content

Fixing unchecked pointer in PhysicsAnalysis/DerivationFramework/MenuTruthThinning

James Catmore requested to merge jcatmore/athena:21.2-fixIsLeptonFromTau into 21.2

ATLASG-1495

There was a data member access to an unchecked pointer in the code looping over the truth record in MenuTruthThinning, looking for lighter leptons produced by tau decays. If this pointer was NULL (extremely rarely) there was a seg fault. This MR rectifies the issue.

Merge request reports