-
Dear experts, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi, is your question how to handle sort the constituents of a ClusterSequence by pT? The import vector
arr = ak.Array(cluster.constituents(), behavior=vector.backends.awkward.behavior, with_name="Momentum4D")
sorted = fastjet.sorted_by_pt(arr) Let us know if that doesn't answer your question. I will also let others comment if there are easier / more efficient solutions. |
Beta Was this translation helpful? Give feedback.
is another solution.