Class DetectorTrack.TrajectoryPoint

java.lang.Object
org.jlab.clas.detector.DetectorTrack.TrajectoryPoint
Enclosing class:
DetectorTrack

public static class DetectorTrack.TrajectoryPoint extends Object
  • Constructor Details

    • TrajectoryPoint

      public TrajectoryPoint(org.jlab.io.base.DataBank bank, int row)
    • TrajectoryPoint

      public TrajectoryPoint(int detId, int layId, org.jlab.geom.prim.Line3D traj, float pathLength, float edge, float dx)
  • Method Details

    • getDetectorId

      public int getDetectorId()
    • getLayerId

      public int getLayerId()
    • getCross

      public org.jlab.geom.prim.Line3D getCross()
    • getPathLength

      public float getPathLength()
    • getEdge

      public float getEdge()
    • getDx

      public float getDx()