hep.physics.particle.properties
Interface ParticleType


public interface ParticleType

Describes physics properties of a particular type of particle

Author:
Tony Johnson
See Also:
ParticlePropertyProvider

Method Summary
 int get2xSpin()
          2 x Spin
 double getCharge()
          The charge of the particle
 double getMass()
          The rest mass of the particle (in Gev)
 java.lang.String getName()
          The name of the particle, suitable for printing
 ParticlePropertyProvider getParticlePropertyProvider()
          Get the provider of this particle type
 int getPDGID()
          The particle data group ID
 double getWidth()
          Width
 

Method Detail

getPDGID

int getPDGID()
The particle data group ID


getName

java.lang.String getName()
The name of the particle, suitable for printing


getMass

double getMass()
The rest mass of the particle (in Gev)


getCharge

double getCharge()
The charge of the particle


get2xSpin

int get2xSpin()
2 x Spin


getWidth

double getWidth()
Width


getParticlePropertyProvider

ParticlePropertyProvider getParticlePropertyProvider()
Get the provider of this particle type



Copyright © 2000-2010 FreeHEP. All Rights Reserved.