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 TypeMethodDescriptionintbestMatch(DetectorParticle p, List<DetectorResponse> r, DetectorType type) intbestMatch(DetectorParticle p, List<DetectorResponse> r, DetectorType type, int layer) intintfirstMatch(DetectorParticle p, List<DetectorResponse> r, DetectorType type, int layer) booleandoubleMethods inherited from interface java.util.Comparator
compare, equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Method Details
-
matches
-
quality
-
firstMatch
-
firstMatch
-
bestMatch
-
bestMatch
-