Uses of Class
org.jlab.service.ec.ECCluster
Packages that use ECCluster
-
Uses of ECCluster in org.jlab.service.ec
Fields in org.jlab.service.ec with type parameters of type ECClusterMethods in org.jlab.service.ec that return types with arguments of type ECClusterModifier and TypeMethodDescriptionECCommon.createClusters
(List<ECPeak> peaks, int layer) ECCommon.filterClusters
(List<ECCluster> clusters) ECCommon.getClusters
(List<ECPeak> peaks, int layer) ECEngine.getClusters()
ECCommon.getMyClusters()
ECCommon.OldcreateClusters
(List<ECPeak> peaks, int startLayer) ECCommon.processClusters
(List<ECCluster> clusters) Methods in org.jlab.service.ec with parameters of type ECClusterModifier and TypeMethodDescriptionstatic int
ECPeakAnalysis.findMatchForCluster
(ECCluster c, List<ECCluster> list) static boolean
ECCommon.isGoodCluster
(ECCluster c) static void
ECCommon.processSingleThreaded
(ECCluster c) int
ECCluster.sharedView
(ECCluster cluster) static void
ECCluster.shareEnergy
(ECCluster cluster1, ECCluster cluster2, int view) static void
ECCluster.splitClusterEnergy
(ECCluster cluster1, ECCluster cluster2, int i, int j, int k) Method parameters in org.jlab.service.ec with type arguments of type ECClusterModifier and TypeMethodDescriptionstatic void
ECPeakAnalysis.doClusterCleanup
(List<ECCluster> clusters) ECCommon.filterClusters
(List<ECCluster> clusters) static int
ECPeakAnalysis.findMatchForCluster
(ECCluster c, List<ECCluster> list) ECCommon.processClusters
(List<ECCluster> clusters) static void
ECCommon.shareClustersEnergy
(List<ECCluster> clusters)