Skip to content

Fixes to tauRec when using PFlow jet seeds

Adam Bailey requested to merge adbailey/athena:pflow_dev into master

I found a few places in tauRec that retrieved clusters from jet constituents that when first implementing support for PFlow jets (!32306 (merged)). There are parts in TauAxisSetter, CaloClusterVariables, TauPi0ClusterCreator, and TauSubstructureVariables that should use the new function in HelperFunctions so that it works with either LCTopo or PFlow input seeds.

I also updated the HelperFunction to have an option to do a dR check against the jet constituent, which is done for TauSubstructureVariables. MvaTESVariableDecorator originally used the jet constituent for the dR check, but was changed in the last merge request. I have reverted this to use the jet constituent for the dR check again.

Merge request reports