Contents
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 TypeMethodDescriptionboolean
double
Methods inherited from class org.jlab.clas.detector.matching.AMatch
bestMatch, bestMatch, compare, firstMatch, firstMatch, getDeltaPhi, getDeltaPhi, getSharing, setSharing
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.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