Class AITrackFinder

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

public class AITrackFinder extends Object implements TrackFinder
  • Constructor Details

    • AITrackFinder

      public AITrackFinder()
  • 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