Package org.jlab.clas.detector
Class DetectorTrack.TrajectoryPoint
java.lang.Object
org.jlab.clas.detector.DetectorTrack.TrajectoryPoint
- Enclosing class:
- DetectorTrack
- 
Constructor SummaryConstructorsConstructorDescriptionTrajectoryPoint(int detId, int layId, Line3D traj, float pathLength, float edge, float dx) TrajectoryPoint(DataBank bank, int row) 
- 
Method Summary
- 
Constructor Details- 
TrajectoryPoint
- 
TrajectoryPoint
 
- 
- 
Method Details- 
getDetectorIdpublic int getDetectorId()
- 
getLayerIdpublic int getLayerId()
- 
getCross
- 
getPathLengthpublic float getPathLength()
- 
getEdgepublic float getEdge()
- 
getDxpublic float getDx()
 
-