All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class hep.physics.DefaultParticlePropertyProvider

java.lang.Object
   |
   +----hep.physics.DefaultParticlePropertyProvider

public class DefaultParticlePropertyProvider
extends Object
implements ParticlePropertyProvider
Default table of particle properties used by ParticlePropertyProvider

See Also:
ParticlePropertyProvider

Constructor Index

 o DefaultParticlePropertyProvider()
Default constructor, can be called from superclasses

Method Index

 o get(int)
Get the properties for a particular particle

Constructors

 o DefaultParticlePropertyProvider
 protected DefaultParticlePropertyProvider()
Default constructor, can be called from superclasses

Methods

 o get
 public ParticleType get(int PDGID) throws UnknownParticleID
Get the properties for a particular particle

Throws: UnknownParticleID
if the particle is unknown

All Packages  Class Hierarchy  This Package  Previous  Next  Index