-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support retrieval of jet constituents #68
Comments
Note on how FastJet does this - it works with Pseudo jet objects that keep a link to Note that our current functions to retrieve |
I thought about a few things here:
Clearly I am keener on 3 than the others, so I would implement this on a branch and let people test it out (or come up with better ideas!). |
I also was thinking that perhaps users don't need jets to be (re)created for the constituents, but they want to know the indexes of the original clusters that went into the jets. They can then index into their original particle collection. |
For substructure studies, it's necessary to go from a final jet back to its constituent clusters.
For this, we need to (internally) map from the jet's index, through the history vector, to find all of the original cluster particle indexes.
Then we should return these particles to the user.
One question is, however, how the user will find their selected "final" jets, and retain enough information to find the mapping into the cluster sequence to perform this operation. The history index of the jet index are essentially internal bookkeeping objects that shouldn't really be exposed.
The text was updated successfully, but these errors were encountered: