All Packages Class Hierarchy This Package Previous Next Index
Interface hep.physics.Particle
- public interface Particle
Description of a particle equivalent to HEPevt description
-
DOCUMENTATION
-
-
FINALSTATE
-
-
INTERMEDIATE
-
-
getDaughters()
- Returns an enumeration of the decay products of this particle
-
getEnergy()
- Energy
-
getMass()
- Mass
-
getMomentum()
- Momentum
-
getOrigin()
- Point of origin
-
getOriginX()
-
-
getOriginY()
-
-
getOriginZ()
-
-
getParent()
- Returns the parent of this particle
-
getParents()
- Returns an enumeration of the parent(s) of this particle
-
getProductionTime()
- Production time
-
getPX()
- X component of momentum
-
getPY()
- Y component of momentum
-
getPZ()
- Z component of momentum
-
getStatusCode()
- Status code, one of FINALSTATE, INTERMEDIATE or DOCUMENTATION
-
getType()
- Particle Type
FINALSTATE
public static final int FINALSTATE
INTERMEDIATE
public static final int INTERMEDIATE
DOCUMENTATION
public static final int DOCUMENTATION
getEnergy
public abstract double getEnergy()
- Energy
getMass
public abstract double getMass()
- Mass
getType
public abstract ParticleType getType()
- Particle Type
getMomentum
public abstract double[] getMomentum()
- Momentum
getOrigin
public abstract double[] getOrigin()
- Point of origin
getOriginX
public abstract double getOriginX()
getOriginY
public abstract double getOriginY()
getOriginZ
public abstract double getOriginZ()
getPX
public abstract double getPX()
- X component of momentum
getPY
public abstract double getPY()
- Y component of momentum
getPZ
public abstract double getPZ()
- Z component of momentum
getProductionTime
public abstract double getProductionTime()
- Production time
getStatusCode
public abstract int getStatusCode()
- Status code, one of FINALSTATE, INTERMEDIATE or DOCUMENTATION
getDaughters
public abstract ParticleEnumeration getDaughters()
- Returns an enumeration of the decay products of this particle
getParent
public abstract Particle getParent()
- Returns the parent of this particle
getParents
public abstract ParticleEnumeration getParents()
- Returns an enumeration of the parent(s) of this particle
All Packages Class Hierarchy This Package Previous Next Index