Package org.jlab.clas.detector.matching
Class MatchThetaPhi
java.lang.Object
org.jlab.clas.detector.matching.AMatch
org.jlab.clas.detector.matching.MatchThetaPhi
- All Implemented Interfaces:
- Comparator<javafx.util.Pair<DetectorParticle,,- DetectorResponse>> - IMatch
- Author:
- baltzell
- 
Constructor SummaryConstructorsConstructorDescriptionMatchThetaPhi(double dtheta, double dphi) MatchThetaPhi(double dtheta, double dphi, double dt) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleandoubleMethods 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- 
MatchThetaPhipublic MatchThetaPhi(double dtheta, double dphi, double dt) - Parameters:
- dtheta- must be in units=degrees!!!!
- dphi- must be in units=degrees!!!!
- dt-
 
- 
MatchThetaPhipublic MatchThetaPhi(double dtheta, double dphi) - Parameters:
- dtheta- must be in units=degrees!!!!
- dphi- must be in units=degrees!!!!
 
 
- 
- 
Method Details- 
matches
- 
quality
 
-