Contents
- Description
- Field Summary
- Constructor Summary
- Method Summary
- Field Details
- Constructor Details
- Method Details
- getRefPoint()
- setRefPoint(Point3D)
- getDirVec()
- setDirVec(Vector3D)
- getYXSlope()
- setYXSlope(double)
- getYZSlope()
- setYZSlope(double)
- getYXInterc()
- setYXInterc(double)
- getYZInterc()
- setYZInterc(double)
- getYXSlopeErr()
- setYXSlopeErr(double)
- getYZSlopeErr()
- setYZSlopeErr(double)
- getYXIntercErr()
- setYXInterErr(double)
- getYZIntercErr()
- setYZIntercErr(double)
- getCovMat()
- toLine()
Class Ray
java.lang.Object
org.jlab.rec.cvt.trajectory.Ray
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble[][]
double
double
double
double
double
double
double
double
void
void
setRefPoint
(Point3D _refPoint) void
setYXInterc
(double _yxinterc) void
setYXInterErr
(double _yxintercErr) void
setYXSlope
(double _yxslope) void
setYXSlopeErr
(double _yxslopeErr) void
setYZInterc
(double _yzinterc) void
setYZIntercErr
(double _yzintercErr) void
setYZSlope
(double _yzslope) void
setYZSlopeErr
(double _yzslopeErr) toLine()
-
Field Details
-
Constructor Details
-
Method Details
-
getRefPoint
-
setRefPoint
-
getDirVec
-
setDirVec
-
getYXSlope
public double getYXSlope() -
setYXSlope
public void setYXSlope(double _yxslope) -
getYZSlope
public double getYZSlope() -
setYZSlope
public void setYZSlope(double _yzslope) -
getYXInterc
public double getYXInterc() -
setYXInterc
public void setYXInterc(double _yxinterc) -
getYZInterc
public double getYZInterc() -
setYZInterc
public void setYZInterc(double _yzinterc) -
getYXSlopeErr
public double getYXSlopeErr() -
setYXSlopeErr
public void setYXSlopeErr(double _yxslopeErr) -
getYZSlopeErr
public double getYZSlopeErr() -
setYZSlopeErr
public void setYZSlopeErr(double _yzslopeErr) -
getYXIntercErr
public double getYXIntercErr() -
setYXInterErr
public void setYXInterErr(double _yxintercErr) -
getYZIntercErr
public double getYZIntercErr() -
setYZIntercErr
public void setYZIntercErr(double _yzintercErr) -
getCovMat
public double[][] getCovMat() -
toLine
-