Class Trajectory

java.lang.Object
org.jlab.clas.tracking.trackrep.Trajectory

public class Trajectory extends Object
Author:
ziegler
  • Constructor Details

    • Trajectory

      public Trajectory()
  • Method Details

    • getX

      public List<Double> getX()
      Returns:
      the _X
    • setX

      public void setX(List<Double> _X)
      Parameters:
      _X - the _X to set
    • getY

      public List<Double> getY()
      Returns:
      the _Y
    • setY

      public void setY(List<Double> _Y)
      Parameters:
      _Y - the _Y to set
    • getZ

      public List<Double> getZ()
      Returns:
      the _Z
    • setZ

      public void setZ(List<Double> _Z)
      Parameters:
      _Z - the _Z to set