Replies: 1 comment
-
For context, I recommended that @SamBT reposts his question here, coming from https://gitter.im/Scikit-HEP/community about 3 hours ago. Since this function doesn't exist, this is a feature request. If he or someone else is willing to work on the implementation, I can provide how-to support. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I've been trying to use the fastjet python bindings to run soft-drop grooming on jets. I'm starting with a list of lists of particle kinematics that were clustered into AK8 jets (i.e. the constituents of the leading jet in each event), and can easily re-cluster these with Cambridge-Aachen very quickly using the awkward bindings:
I want to traverse the C/A clustering history to run soft drop, but it seems there's no way to retrieve this. In principle, I would just need the order in which the individual particles were combined during C/A clustering. I'm currently falling back to the "normal" method of looping over the events and declustering/soft-dropping one jet at a time, but this is quite slow compared to the operations with awkward arrays.
Beta Was this translation helpful? Give feedback.
All reactions