Uses of Class
org.jlab.service.ec.ECCluster
Packages that use ECCluster
- 
Uses of ECCluster in org.jlab.service.ecFields 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 intECPeakAnalysis.findMatchForCluster(ECCluster c, List<ECCluster> list) static booleanECCommon.isGoodCluster(ECCluster c) static voidECCommon.processSingleThreaded(ECCluster c) intECCluster.sharedView(ECCluster cluster) static voidECCluster.shareEnergy(ECCluster cluster1, ECCluster cluster2, int view) static voidECCluster.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 voidECPeakAnalysis.doClusterCleanup(List<ECCluster> clusters) ECCommon.filterClusters(List<ECCluster> clusters) static intECPeakAnalysis.findMatchForCluster(ECCluster c, List<ECCluster> list) ECCommon.processClusters(List<ECCluster> clusters) static voidECCommon.shareClustersEnergy(List<ECCluster> clusters)