hep.lcd.event
Interface TrackerHit

All Known Subinterfaces:
MutableTrackerHit

public interface TrackerHit


Field Summary
static int SYSTEM_TRACKER
           
static int SYSTEM_VXD
           
 
Method Summary
 double getDEdx()
          returns dE/dx energy deposition
 int getLayer()
          Layer containing hit
 MCParticle getMCParticle()
          The MCParticle which created the hit
 double[] getPoint()
          x,y,z point of hit
 int getSystem()
          The system which contains the hit
 boolean isEndcap()
           
 boolean isNorth()
           
 

Field Detail

SYSTEM_TRACKER

public static final int SYSTEM_TRACKER

SYSTEM_VXD

public static final int SYSTEM_VXD
Method Detail

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