Uses of Class
org.jlab.rec.alert.TrackFinding.TrackFinderResult
Packages that use TrackFinderResult
-
Uses of TrackFinderResult in org.jlab.rec.alert.TrackFinding
Methods in org.jlab.rec.alert.TrackFinding that return TrackFinderResultModifier and TypeMethodDescriptionAITrackFinder.findTracks(ArrayList<Hit> hits, List<AtofHitStub> atofHits) DistanceTrackFinder.findTracks(ArrayList<Hit> hits, List<AtofHitStub> atofHits) GNNTrackFinder.findTracks(ArrayList<Hit> ahdcHits, List<AtofHitStub> atofHits) With an emptyatofHitslist the GNN still runs on AHDC-only graphs.HoughTrackFinder.findTracks(ArrayList<Hit> hits, List<AtofHitStub> atofHits) TrackFinder.findTracks(ArrayList<Hit> ahdcHits, List<AtofHitStub> atofHits) Find tracks from AHDC hits, optionally using attached ATOF hits as additional context (e.g.static TrackFinderResultTrackFinderResult.invalid()static TrackFinderResultTrackFinderResult.ok(List<TrackCandidate> tracks)