Class GNNTrackFinder
java.lang.Object
org.jlab.rec.alert.TrackFinding.GNNTrackFinder
- All Implemented Interfaces:
TrackFinder
GravNet-based track finder. Builds a per-event hit graph from the AHDC
hits and (when present) the ATOF::hits bank, runs the exported edge
scorer, extracts tracks via connected components on edges with score
≥ 0.1, and packages each surviving track as a
TrackCandidate
backed by per-superlayer AHDCClusters.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindTracks(ArrayList<Hit> ahdcHits, List<AtofHitStub> atofHits) With an emptyatofHitslist the GNN still runs on AHDC-only graphs.
-
Constructor Details
-
GNNTrackFinder
public GNNTrackFinder()
-
-
Method Details
-
findTracks
With an emptyatofHitslist the GNN still runs on AHDC-only graphs.- Specified by:
findTracksin interfaceTrackFinder
-