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, org.jlab.detector.base.DetectorType type) intbestMatch(DetectorParticle p, List<DetectorResponse> r, org.jlab.detector.base.DetectorType type, int layer) intfirstMatch(DetectorParticle p, List<DetectorResponse> r, org.jlab.detector.base.DetectorType t) intfirstMatch(DetectorParticle p, List<DetectorResponse> r, org.jlab.detector.base.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
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)
-