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 Summary
ConstructorsConstructorDescriptionMatchThetaPhi(double dtheta, double dphi) MatchThetaPhi(double dtheta, double dphi, double dt) -
Method Summary
Modifier and TypeMethodDescriptionbooleandoubleMethods 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
-
MatchThetaPhi
public MatchThetaPhi(double dtheta, double dphi, double dt) - Parameters:
dtheta- must be in units=degrees!!!!dphi- must be in units=degrees!!!!dt-
-
MatchThetaPhi
public MatchThetaPhi(double dtheta, double dphi) - Parameters:
dtheta- must be in units=degrees!!!!dphi- must be in units=degrees!!!!
-
-
Method Details
-
matches
-
quality
-