Skip to content

Updates to resolve tau circular dependency when seeding from particle flow jets.

This MR solves the issues with circular dependencies we have seen when seeding tau reconstruction from particle flow jets.

A dependence on AntiKt4EMPFlowJets is added to PFTauFlowElementAssoc.h, to force it to run after jet finding. Dependencies from jets to the tau link decorations are removed.

One consequence is that any copies of FlowElements made during jet reconstruction will NOT have the tau link decorations. One can of course run additional instances of PFTauFlowElementAssoc to add these later on, if required.

Merge request reports