|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--hep.physics.ParticleProperties
This class represents the collected particle properties. It allows access to the
properties of a specific particle via the get
method. By default it
use DefaultParticleProperties
as the source of particle data, but this
can be overriden by setting a different ParticlePropertyProvider using the
setParticlePropertyProvider
method.
ParticlePropertyProvider DefaultParticlePropertyProvider
Constructor Summary | |
ParticleProperties()
|
Method Summary | |
static ParticleType |
get(int PDGID)
Get the properties for a specfic particle |
static void |
setParticlePropertyProvider(ParticlePropertyProvider ppp)
Set an alternate ParticlePropertyProvider |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ParticleProperties()
Method Detail |
public static ParticleType get(int PDGID)
PDGID
- The Particle Data Group ID for the particle of interestpublic static void setParticlePropertyProvider(ParticlePropertyProvider ppp)
ppp
- the new ParticlePropertyProvider
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |