Class MatchCND
java.lang.Object
org.jlab.clas.detector.matching.AMatch
org.jlab.clas.detector.matching.MatchCND
- All Implemented Interfaces:
Comparator<javafx.util.Pair<DetectorParticle, DetectorResponse>>, IMatch
- Author:
- baltzell
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanmatches(DetectorParticle p, DetectorResponse r, boolean uniqueLayer) booleanmatchesCharged(DetectorParticle p, DetectorResponse r, boolean uniqueLayer) booleanmatchesNeutral(DetectorParticle p, DetectorResponse r, boolean uniqueLayer) doubleMethods inherited from class AMatch
bestMatch, bestMatch, compare, firstMatch, firstMatch, getDeltaPhi, getDeltaPhi, getSharing, setSharingMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
MatchCND
public MatchCND(double dz, double dphi, double dt) - Parameters:
dz-dphi- must be in units=degrees!!!!dt-
-
-
Method Details
-
matches
-
matches
-
matchesNeutral
-
matchesCharged
-
quality
-