Uses of Class
org.jlab.rec.ahdc.Hit.Hit
Packages that use Hit
Package
Description
-
Uses of Hit in org.jlab.rec.ahdc.Banks
Method parameters in org.jlab.rec.ahdc.Banks with type arguments of type HitModifier and TypeMethodDescriptionRecoBankWriter.fillAHDCHitsBank(DataEvent event, ArrayList<Hit> hitList) -
Uses of Hit in org.jlab.rec.ahdc.Hit
Methods in org.jlab.rec.ahdc.Hit that return types with arguments of type HitMethods in org.jlab.rec.ahdc.Hit with parameters of type HitMethod parameters in org.jlab.rec.ahdc.Hit with type arguments of type HitModifier and TypeMethodDescriptionvoidHitReader.set_AHDCHits(ArrayList<Hit> hits) Replaces the internally stored list of AHDC hits. -
Uses of Hit in org.jlab.rec.ahdc.KalmanFilter
Methods in org.jlab.rec.ahdc.KalmanFilter with parameters of type Hit -
Uses of Hit in org.jlab.rec.ahdc.PreCluster
Methods in org.jlab.rec.ahdc.PreCluster that return types with arguments of type HitMethod parameters in org.jlab.rec.ahdc.PreCluster with type arguments of type HitConstructor parameters in org.jlab.rec.ahdc.PreCluster with type arguments of type Hit -
Uses of Hit in org.jlab.rec.alert.AI
Method parameters in org.jlab.rec.alert.AI with type arguments of type HitModifier and TypeMethodDescriptionGNNPrediction.prediction(List<Hit> ahdcHits, List<AtofHitStub> atofHits, ModelTrackFindingGNN model) -
Uses of Hit in org.jlab.rec.alert.Track
Methods in org.jlab.rec.alert.Track that return types with arguments of type HitConstructor parameters in org.jlab.rec.alert.Track with type arguments of type Hit -
Uses of Hit in org.jlab.rec.alert.TrackFinding
Method parameters in org.jlab.rec.alert.TrackFinding with type arguments of type HitModifier 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.