Package org.jlab.rec.dc.trajectory
Class Trajectory.TrajectoryStateVec
java.lang.Object
org.jlab.rec.dc.trajectory.Trajectory.TrajectoryStateVec
- Enclosing class:
- Trajectory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
org.jlab.geom.prim.Vector3D
double
getDx()
double
getEdge()
double
getiBdl()
int
getLayer()
org.jlab.geom.prim.Vector3D
double
getPath()
org.jlab.geom.prim.Point3D
getPoint()
void
setDetector
(int id) void
setDx
(double _dx) void
setEdge
(double distance) void
setiBdl
(double _B) void
setLayer
(int layer) void
setMomentum
(double px, double py, double pz) void
setPath
(double _pathLen) void
setPoint
(double x, double y, double z)
-
Constructor Details
-
TrajectoryStateVec
public TrajectoryStateVec()
-
-
Method Details
-
getPoint
public org.jlab.geom.prim.Point3D getPoint() -
setPoint
public void setPoint(double x, double y, double z) -
getMomentum
public org.jlab.geom.prim.Vector3D getMomentum() -
setMomentum
public void setMomentum(double px, double py, double pz) -
getDirection
public org.jlab.geom.prim.Vector3D getDirection() -
getPath
public double getPath() -
setPath
public void setPath(double _pathLen) -
getiBdl
public double getiBdl() -
setiBdl
public void setiBdl(double _B) -
getDx
public double getDx() -
setDx
public void setDx(double _dx) -
getEdge
public double getEdge() -
setEdge
public void setEdge(double distance) -
getDetector
public int getDetector() -
setDetector
public void setDetector(int id) -
getLayer
public int getLayer() -
setLayer
public void setLayer(int layer)
-