Fixing unchecked pointer in PhysicsAnalysis/DerivationFramework/MenuTruthThinning
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.