Class MUVTTrajectory
java.lang.Object
org.jlab.rec.muvt.MUVTTrajectory
- Author:
- devita
-
Constructor Summary
ConstructorsConstructorDescriptionMUVTTrajectory(int layer, double x, double y, double z, double tx, double ty, double tz, double path) MUVTTrajectory(int layer, Point3D p, Vector3D d, double path) -
Method Summary
Modifier and TypeMethodDescriptionintgetLayer()doublegetPath()voidsetDirection(Vector3D direction) voidsetLayer(int layer) voidvoidsetPath(double path) voidsetPosition(Point3D position) toString()
-
Constructor Details
-
MUVTTrajectory
-
MUVTTrajectory
public MUVTTrajectory(int layer, double x, double y, double z, double tx, double ty, double tz, double path)
-
-
Method Details
-
getPosition
-
setPosition
-
getLocalPosition
-
setLocalPosition
-
getDirection
-
setDirection
-
getLayer
public int getLayer() -
setLayer
public void setLayer(int layer) -
getPath
public double getPath() -
setPath
public void setPath(double path) -
toStringBrief
-
toString
-