Package org.jlab.rec.tof.track
Class Track
java.lang.Object
org.jlab.rec.tof.track.Track
- Author:
- devita
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Track
public Track() -
Track
public Track(int Id, org.jlab.geometry.prim.Line3d Line, double Path)
-
-
Method Details
-
getLine
public org.jlab.geometry.prim.Line3d getLine() -
setLine
public void setLine(org.jlab.geometry.prim.Line3d Line) -
getPath
public double getPath() -
setPath
public void setPath(double Path) -
getId
public int getId() -
setId
public void setId(int Id) -
getHit
public org.jlab.detector.hits.DetHit getHit() -
setHit
public void setHit(org.jlab.detector.hits.DetHit Hit) -
toString
-