Skip to content

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

@raffaelladevita

Description

@raffaelladevita

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions