Class Trajectory
java.lang.Object
org.jlab.rec.fmt.track.Trajectory
- Author:
- devita
-
Constructor Summary
ConstructorsConstructorDescriptionTrajectory(int layer, double x, double y, double z, double tx, double ty, double tz, double path) Trajectory(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
-
Trajectory
-
Trajectory
public Trajectory(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
-