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
-
get2xSpin()
- 2 x Spin
-
getCharge()
- The charge of the particle
-
getMass()
- The rest mass of the particle
-
getName()
- The name of the particle, suitable for printing
-
getPDGID()
- The particle data group ID
-
getWidth()
- Width
getPDGID
public abstract int getPDGID()
- The particle data group ID
getName
public abstract String getName()
- The name of the particle, suitable for printing
getMass
public abstract double getMass()
- The rest mass of the particle
getCharge
public abstract double getCharge()
- The charge of the particle
get2xSpin
public abstract int get2xSpin()
- 2 x Spin
getWidth
public abstract double getWidth()
- Width
All Packages Class Hierarchy This Package Previous Next Index