Contents
Interface IMatch
- All Superinterfaces:
Comparator<javafx.util.Pair<DetectorParticle, DetectorResponse>>
- All Known Implementing Classes:
AMatch
,MatchCND
,MatchDOCA
,MatchPOCA
,MatchThetaPhi
,MatchTrajDistance
- Author:
- baltzell
-
Method Summary
Modifier and TypeMethodDescriptionint
bestMatch
(DetectorParticle p, List<DetectorResponse> r, org.jlab.detector.base.DetectorType type) int
bestMatch
(DetectorParticle p, List<DetectorResponse> r, org.jlab.detector.base.DetectorType type, int layer) int
firstMatch
(DetectorParticle p, List<DetectorResponse> r, org.jlab.detector.base.DetectorType t) int
firstMatch
(DetectorParticle p, List<DetectorResponse> r, org.jlab.detector.base.DetectorType type, int layer) boolean
double
Methods inherited from interface java.util.Comparator
compare, equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Method Details
-
matches
-
quality
-
firstMatch
int firstMatch(DetectorParticle p, List<DetectorResponse> r, org.jlab.detector.base.DetectorType type, int layer) -
firstMatch
-
bestMatch
int bestMatch(DetectorParticle p, List<DetectorResponse> r, org.jlab.detector.base.DetectorType type, int layer) -
bestMatch
int bestMatch(DetectorParticle p, List<DetectorResponse> r, org.jlab.detector.base.DetectorType type)
-