Package org.jlab.clas.detector.matching
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, DetectorType type) int
bestMatch
(DetectorParticle p, List<DetectorResponse> r, DetectorType type, int layer) int
int
firstMatch
(DetectorParticle p, List<DetectorResponse> r, 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
-
firstMatch
-
bestMatch
-
bestMatch
-