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 TypeMethodDescriptionintdoublegetDx()doublegetEdge()doublegetiBdl()intgetLayer()doublegetPath()getPoint()voidsetDetector(int id) voidsetDx(double _dx) voidsetEdge(double distance) voidsetiBdl(double _B) voidsetLayer(int layer) voidsetMomentum(double px, double py, double pz) voidsetPath(double _pathLen) voidsetPoint(double x, double y, double z)
-
Constructor Details
-
TrajectoryStateVec
public TrajectoryStateVec()
-
-
Method Details
-
getPoint
-
setPoint
public void setPoint(double x, double y, double z) -
getMomentum
-
setMomentum
public void setMomentum(double px, double py, double pz) -
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)
-