hep.lcd.event
Interface TrackerHit
- All Known Subinterfaces:
- MutableTrackerHit
- public interface TrackerHit
SYSTEM_TRACKER
public static final int SYSTEM_TRACKER
SYSTEM_VXD
public static final int SYSTEM_VXD
getLayer
public int getLayer()
- Layer containing hit
getPoint
public double[] getPoint()
- x,y,z point of hit
getDEdx
public double getDEdx()
- returns dE/dx energy deposition
getMCParticle
public MCParticle getMCParticle()
- The MCParticle which created the hit
getSystem
public int getSystem()
- The system which contains the hit
isEndcap
public boolean isEndcap()
- Returns:
- true of the hit is in the endcaps
isNorth
public boolean isNorth()
- Returns:
- true if the hit is in the North endcap
The LCD Group