All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface hep.physics.Particle

public interface Particle
Description of a particle equivalent to HEPevt description


Variable Index

 o DOCUMENTATION
 o FINALSTATE
 o INTERMEDIATE

Method Index

 o getDaughters()
Returns an enumeration of the decay products of this particle
 o getEnergy()
Energy
 o getMass()
Mass
 o getMomentum()
Momentum
 o getOrigin()
Point of origin
 o getOriginX()
 o getOriginY()
 o getOriginZ()
 o getParent()
Returns the parent of this particle
 o getParents()
Returns an enumeration of the parent(s) of this particle
 o getProductionTime()
Production time
 o getPX()
X component of momentum
 o getPY()
Y component of momentum
 o getPZ()
Z component of momentum
 o getStatusCode()
Status code, one of FINALSTATE, INTERMEDIATE or DOCUMENTATION
 o getType()
Particle Type

Variables

 o FINALSTATE
 public static final int FINALSTATE
 o INTERMEDIATE
 public static final int INTERMEDIATE
 o DOCUMENTATION
 public static final int DOCUMENTATION

Methods

 o getEnergy
 public abstract double getEnergy()
Energy

 o getMass
 public abstract double getMass()
Mass

 o getType
 public abstract ParticleType getType()
Particle Type

 o getMomentum
 public abstract double[] getMomentum()
Momentum

 o getOrigin
 public abstract double[] getOrigin()
Point of origin

 o getOriginX
 public abstract double getOriginX()
 o getOriginY
 public abstract double getOriginY()
 o getOriginZ
 public abstract double getOriginZ()
 o getPX
 public abstract double getPX()
X component of momentum

 o getPY
 public abstract double getPY()
Y component of momentum

 o getPZ
 public abstract double getPZ()
Z component of momentum

 o getProductionTime
 public abstract double getProductionTime()
Production time

 o getStatusCode
 public abstract int getStatusCode()
Status code, one of FINALSTATE, INTERMEDIATE or DOCUMENTATION

 o getDaughters
 public abstract ParticleEnumeration getDaughters()
Returns an enumeration of the decay products of this particle

 o getParent
 public abstract Particle getParent()
Returns the parent of this particle

 o getParents
 public abstract ParticleEnumeration getParents()
Returns an enumeration of the parent(s) of this particle


All Packages  Class Hierarchy  This Package  Previous  Next  Index