Class DistanceTrackFinder

java.lang.Object
org.jlab.rec.alert.TrackFinding.DistanceTrackFinder
All Implemented Interfaces:
TrackFinder

public class DistanceTrackFinder extends Object implements TrackFinder
  • Constructor Details

    • DistanceTrackFinder

      public DistanceTrackFinder()
  • Method Details

    • findTracks

      public TrackFinderResult findTracks(ArrayList<Hit> hits, List<AtofHitStub> atofHits)
      Description copied from interface: TrackFinder
      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.
      Specified by:
      findTracks in interface TrackFinder