hep.lcd.event
Interface MCParticle
- public interface MCParticle
- extends Particle, HepLorentzVector
Methods inherited from interface hep.physics.Particle |
getDaughters, getEnergy, getMass, getMomentum, getOrigin, getOriginX, getOriginY, getOriginZ, getParent, getParents, getProductionTime, getPX, getPY, getPZ, getStatusCode, getType |
ALIVE
public static final int ALIVE
DECAYED
public static final int DECAYED
INTERACTED
public static final int INTERACTED
LEFT
public static final int LEFT
STOPPED
public static final int STOPPED
LOOPING
public static final int LOOPING
LOST
public static final int LOST
STUCK
public static final int STUCK
PRIMARY
public static final int PRIMARY
SHOWER
public static final int SHOWER
MAXSTEPS
public static final int MAXSTEPS
getStatus
public int getStatus()
- This returns the GISMO status code, which is different from the STDHEP
status code returned by
Particle.getStatusCode()
getCalorimeterEntry
public double[] getCalorimeterEntry()
- Point where particle entered Calorimeter
getCalorimeterEntryX
public double getCalorimeterEntryX()
getCalorimeterEntryY
public double getCalorimeterEntryY()
getCalorimeterEntryZ
public double getCalorimeterEntryZ()
getCalorimeterMomentum
public double[] getCalorimeterMomentum()
- The momentum of the particle when it entered the calorimeter
getEndPoint
public double[] getEndPoint()
The LCD Group