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

Return type should be a ClusterSequence #36

Closed
graeme-a-stewart opened this issue Apr 5, 2024 · 0 comments · Fixed by #38
Closed

Return type should be a ClusterSequence #36

graeme-a-stewart opened this issue Apr 5, 2024 · 0 comments · Fixed by #38
Assignees

Comments

@graeme-a-stewart
Copy link
Member

graeme-a-stewart commented Apr 5, 2024

For post-processing after the initial clustering, it is really necessary to have the history of how clusters were merged and access to all of the intermediate merged jets.

Therefore we need to expose the ClusterSequence in the package and make this the actual return type.

Functions such as inclusive_jets(::ClusterSequence) are then used to (in this case) return all of the final state jets.

Fixes #29

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

Successfully merging a pull request may close this issue.

1 participant