Uses of Class
org.jlab.rec.ahdc.AHDCCluster.AHDCCluster
Packages that use AHDCCluster
Package
Description
-
Uses of AHDCCluster in org.jlab.rec.ahdc.AHDCCluster
Methods in org.jlab.rec.ahdc.AHDCCluster that return types with arguments of type AHDCClusterMethod parameters in org.jlab.rec.ahdc.AHDCCluster with type arguments of type AHDCClusterModifier and TypeMethodDescriptionbooleanAHDCClusterFinder.containsCluster(List<AHDCCluster> list, double phi, double radius) -
Uses of AHDCCluster in org.jlab.rec.ahdc.Banks
Method parameters in org.jlab.rec.ahdc.Banks with type arguments of type AHDCClusterModifier and TypeMethodDescriptionRecoBankWriter.fillClustersBank(DataEvent event, ArrayList<AHDCCluster> clusters) -
Uses of AHDCCluster in org.jlab.rec.ahdc.Distance
Method parameters in org.jlab.rec.ahdc.Distance with type arguments of type AHDCClusterModifier and TypeMethodDescriptionbooleanDistance.containsCluster(List<AHDCCluster> list, double phi, double radius) voidDistance.find_track(List<AHDCCluster> AHDC_Cluster) -
Uses of AHDCCluster in org.jlab.rec.ahdc.DocaCluster
Method parameters in org.jlab.rec.ahdc.DocaCluster with type arguments of type AHDCClusterModifier and TypeMethodDescriptionstatic ArrayList<DocaCluster> DocaClusterRefiner.buildRefinedClusters(List<AHDCCluster> clusters) Build a list of DocaCluster objects from the original list of AHDCCluster. -
Uses of AHDCCluster in org.jlab.rec.ahdc.HoughTransform
Method parameters in org.jlab.rec.ahdc.HoughTransform with type arguments of type AHDCClusterModifier and TypeMethodDescriptionbooleanHoughTransform.containsCluster(List<AHDCCluster> list, double phi, double radius) voidHoughTransform.find_tracks(List<AHDCCluster> AHDC_Clusters) -
Uses of AHDCCluster in org.jlab.rec.alert.AI
Methods in org.jlab.rec.alert.AI that return types with arguments of type AHDCCluster -
Uses of AHDCCluster in org.jlab.rec.alert.Track
Methods in org.jlab.rec.alert.Track that return types with arguments of type AHDCClusterConstructor parameters in org.jlab.rec.alert.Track with type arguments of type AHDCCluster