Skip to content
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

Remove internal data from PseudoJet #30

Closed
graeme-a-stewart opened this issue Oct 25, 2023 · 1 comment
Closed

Remove internal data from PseudoJet #30

graeme-a-stewart opened this issue Oct 25, 2023 · 1 comment

Comments

@graeme-a-stewart
Copy link
Member

The PseudoJet struct is extremely useful and works very well in this package. However, it has one defect when exposed publicly, viz. a data member which is completely for the internal use of the N2Tiled algorithm, _cluster_hist_index.

This should be removed to make the struct clean for export and an internal index added to be used during tiled reconstruction.

@graeme-a-stewart
Copy link
Member Author

Actually, on further investigation, this is really needed, because this provides the link into the merging history which is absolutely required for fine control of the reconstruction and downstream analysis. So this should not be removed, but work needs to be done so that the first class reconstruction object is a ClusterSequence a la FastJet.

@graeme-a-stewart graeme-a-stewart closed this as not planned Won't fix, can't repro, duplicate, stale Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant