Package org.jlab.clas.detector.matching
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 SummaryConstructors
- 
Method SummaryModifier 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 org.jlab.clas.detector.matching.AMatchbestMatch, bestMatch, compare, firstMatch, firstMatch, getDeltaPhi, getDeltaPhi, getSharing, setSharingMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparatorequals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
- 
Constructor Details- 
MatchCNDpublic MatchCND(double dz, double dphi, double dt) - Parameters:
- dz-
- dphi- must be in units=degrees!!!!
- dt-
 
 
- 
- 
Method Details- 
matches
- 
matches
- 
matchesNeutral
- 
matchesCharged
- 
quality
 
-