Interface TrackFinder
- All Known Implementing Classes:
AITrackFinder, DistanceTrackFinder, GNNTrackFinder, HoughTrackFinder
public interface TrackFinder
-
Method Summary
Modifier and TypeMethodDescriptionfindTracks(ArrayList<Hit> ahdcHits, List<AtofHitStub> atofHits) Find tracks from AHDC hits, optionally using attached ATOF hits as additional context (e.g.
-
Method Details
-
findTracks
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 theatofHitsparameter; it may be empty when no ATOF bank is present in the event.
-