xAODTau and tauRecTools: check element link validity in TauJet interface
Hello,
Similarly to !51930 (merged) , this MR is implementing a check on the validity of the tau -> seed jet element link before dereferencing it. Now, user code can safely retrieve tau->jet() without checking the link validity first. An invalid link (typically in AODs, where we don't store seed jets) will return nullptr for tau->jet().
Cheers, Bertrand