Class DetectorTrack.TrajectoryPoint

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

public static class DetectorTrack.TrajectoryPoint extends Object
Author:
gavalian, baltzell
  • Constructor Details Link icon

    • TrajectoryPoint Link icon

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

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

    • getDetectorId Link icon

      public int getDetectorId()
    • getLayerId Link icon

      public int getLayerId()
    • getCross Link icon

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

      public float getPathLength()
    • getEdge Link icon

      public float getEdge()
    • getDx Link icon

      public float getDx()