All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface hep.physics.ParticleType

public interface ParticleType
Describes physics properties of a particular type of particle

See Also:
ParticleProperties

Method Index

 o get2xSpin()
2 x Spin
 o getCharge()
The charge of the particle
 o getMass()
The rest mass of the particle
 o getName()
The name of the particle, suitable for printing
 o getPDGID()
The particle data group ID
 o getWidth()
Width

Methods

 o getPDGID
 public abstract int getPDGID()
The particle data group ID

 o getName
 public abstract String getName()
The name of the particle, suitable for printing

 o getMass
 public abstract double getMass()
The rest mass of the particle

 o getCharge
 public abstract double getCharge()
The charge of the particle

 o get2xSpin
 public abstract int get2xSpin()
2 x Spin

 o getWidth
 public abstract double getWidth()
Width


All Packages  Class Hierarchy  This Package  Previous  Next  Index