Skip to content

Fix bug in Rpt calculation for JetForwardPFlowJvtTool

Anastasia Kotsokechagia requested to merge akotsoke/athena:pflow_fjvt into 21.2

File modified: JetMomentTools/JetForwardPFlowJvtTool.cxx

Found bug in jet Rpt calculation. PFO index was used to associate charged pfo input particles to reconstructed jet constituents. Found that neutrals and charged particles can have the same pfo index. Modified the code to assign an index of -1 to all neutral pseudojets used for jet building.

Merge request reports