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

HTCC stops building clusters if a clusters that fails selection cuts is found #269

Open
raffaelladevita opened this issue Apr 30, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@raffaelladevita
Copy link
Collaborator

The cluster finding method returns null if a cluster is found but doesn't satisfy the selection cuts. This stops the while loop at

while (!remainingHits.isEmpty() && (cluster = findCluster(remainingHits)) != null) {

preventing other good clusters to be found.

@raffaelladevita raffaelladevita added the bug Something isn't working label Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant