Class AITrackFinder
java.lang.Object
org.jlab.rec.alert.TrackFinding.AITrackFinder
- All Implemented Interfaces:
TrackFinder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindTracks(ArrayList<Hit> hits, List<AtofHitStub> atofHits) Find tracks from AHDC hits, optionally using attached ATOF hits as additional context (e.g.
-
Constructor Details
-
AITrackFinder
public AITrackFinder()
-
-
Method Details
-
findTracks
Description copied from interface:TrackFinderFind 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.- Specified by:
findTracksin interfaceTrackFinder
-