Interface TrackFinder

All Known Implementing Classes:
AITrackFinder, DistanceTrackFinder, GNNTrackFinder, HoughTrackFinder

public interface TrackFinder
  • Method Summary

    Modifier and Type
    Method
    Description
    findTracks(ArrayList<Hit> ahdcHits, List<AtofHitStub> atofHits)
    Find tracks from AHDC hits, optionally using attached ATOF hits as additional context (e.g.
  • Method Details

    • findTracks

      TrackFinderResult findTracks(ArrayList<Hit> ahdcHits, List<AtofHitStub> atofHits)
      Find tracks from AHDC hits, optionally using attached ATOF hits as additional context (e.g. GNN builds a joint AHDC + ATOF hit graph). Implementations that don't use ATOF should ignore the atofHits parameter; it may be empty when no ATOF bank is present in the event.