Class Trajectory.TrajectoryStateVec

java.lang.Object
org.jlab.rec.dc.trajectory.Trajectory.TrajectoryStateVec
Enclosing class:
Trajectory

public class Trajectory.TrajectoryStateVec extends Object
  • 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)