Uses of Class
org.jlab.service.ec.ECPeak
Packages that use ECPeak
-
Uses of ECPeak in org.jlab.service.ec
Fields in org.jlab.service.ec with type parameters of type ECPeakMethods in org.jlab.service.ec that return ECPeakMethods in org.jlab.service.ec that return types with arguments of type ECPeakModifier and TypeMethodDescriptionECCommon.createPeaks
(List<ECStrip> stripList) ECPeakAnalysis.getListForSectorLayer
(List<ECPeak> peaks, int sector, int layer) ECPeakAnalysis.getMatchingPeaks
(ECPeak p, List<ECPeak> peaks) ECCommon.getMyPeaks()
ECCluster.getPeaks()
ECEngine.getPeaks()
ECCommon.processPeaks
(List<ECPeak> peaks) ECPeak.splitPeak
(int strip) Methods in org.jlab.service.ec with parameters of type ECPeakModifier and TypeMethodDescriptionstatic int[]
static Line3D
ECCluster.getClusterGeometry
(ECPeak u, ECPeak v, ECPeak w) static double
ECCluster.getDistance
(ECPeak u, ECPeak v, ECPeak w) ECPeakAnalysis.getMatchingPeaks
(ECPeak p, List<ECPeak> peaks) static int[]
ECPeakAnalysis.getPeakSplitIndex
(ECPeak peak, List<ECPeak> allPeaks) This part is added to acommodate for tricky algorithm to check if the splitting makes sense.static boolean
ECCommon.isGoodPeak
(ECPeak p) Method parameters in org.jlab.service.ec with type arguments of type ECPeakModifier and TypeMethodDescriptionECCommon.createClusters
(List<ECPeak> peaks, int layer) static void
ECPeakAnalysis.doPeakCleanup
(List<ECPeak> peaks) static int[]
ECCommon.getClusters
(List<ECPeak> peaks, int layer) ECPeakAnalysis.getListForSectorLayer
(List<ECPeak> peaks, int sector, int layer) ECPeakAnalysis.getMatchingPeaks
(ECPeak p, List<ECPeak> peaks) static int[]
ECPeakAnalysis.getPeakSplitIndex
(List<ECPeak> peaks) static int[]
ECPeakAnalysis.getPeakSplitIndex
(ECPeak peak, List<ECPeak> allPeaks) This part is added to acommodate for tricky algorithm to check if the splitting makes sense.static boolean
ECCommon.OldcreateClusters
(List<ECPeak> peaks, int startLayer) ECCommon.processPeaks
(List<ECPeak> peaks) static void
ECPeakAnalysis.splitPeaks
(List<ECPeak> peaks) static void
ECPeakAnalysis.splitPeaksAlternative
(List<ECPeak> peaks) static void
ECPeakAnalysis.splitPeaksAlternative2
(List<ECPeak> peaks) static void
ECPeakAnalysis.splitPeaksAlternative3
(List<ECPeak> peaks) static void
ECPeakAnalysis.splitPeaksAlternative4
(List<ECPeak> peaks) static void
ECPeakAnalysis.splitPeaksAlternative5
(List<ECPeak> peaks) Constructors in org.jlab.service.ec with parameters of type ECPeak