Package org.jlab.rec.cvt.bmt
Class Lorentz
java.lang.Object
org.jlab.rec.cvt.bmt.Lorentz
- Author:
- defurne
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic intgetBin(double e, double b) static doublegetLorentzAngle(double xe, double xb) static doublelinInterp(double x0, double xa, double xb, double ya, double yb) 
- 
Constructor Details- 
Lorentzpublic Lorentz()
 
- 
- 
Method Details- 
getLorentzAnglepublic static double getLorentzAngle(double xe, double xb) 
- 
linInterppublic static double linInterp(double x0, double xa, double xb, double ya, double yb) 
- 
getBinpublic static int getBin(double e, double b) 
 
-