Uses of Class
org.jlab.rec.ahdc.Cluster.Cluster
Packages that use Cluster
Package
Description
-
Uses of Cluster in org.jlab.rec.ahdc.AI
Methods in org.jlab.rec.ahdc.AI that return types with arguments of type Cluster -
Uses of Cluster in org.jlab.rec.ahdc.Banks
Method parameters in org.jlab.rec.ahdc.Banks with type arguments of type ClusterModifier and TypeMethodDescriptionorg.jlab.io.base.DataBank
RecoBankWriter.fillClustersBank
(org.jlab.io.base.DataEvent event, ArrayList<Cluster> clusters) -
Uses of Cluster in org.jlab.rec.ahdc.Cluster
Methods in org.jlab.rec.ahdc.Cluster that return types with arguments of type ClusterMethod parameters in org.jlab.rec.ahdc.Cluster with type arguments of type ClusterModifier and TypeMethodDescriptionboolean
ClusterFinder.containsCluster
(List<Cluster> list, double phi, double radius) -
Uses of Cluster in org.jlab.rec.ahdc.Distance
Method parameters in org.jlab.rec.ahdc.Distance with type arguments of type ClusterModifier and TypeMethodDescriptionboolean
Distance.containsCluster
(List<Cluster> list, double phi, double radius) void
Distance.find_track
(List<Cluster> AHDC_Cluster) -
Uses of Cluster in org.jlab.rec.ahdc.HoughTransform
Method parameters in org.jlab.rec.ahdc.HoughTransform with type arguments of type ClusterModifier and TypeMethodDescriptionboolean
HoughTransform.containsCluster
(List<Cluster> list, double phi, double radius) void
HoughTransform.find_tracks
(List<Cluster> AHDC_Clusters) -
Uses of Cluster in org.jlab.rec.ahdc.Track
Methods in org.jlab.rec.ahdc.Track that return types with arguments of type ClusterConstructor parameters in org.jlab.rec.ahdc.Track with type arguments of type Cluster