All Packages Class Hierarchy This Package Previous Next Index
Class hep.physics.ParticleProperties
java.lang.Object
|
+----hep.physics.ParticleProperties
- public class ParticleProperties
- extends Object
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.
- See Also:
- ParticleType
-
ParticleProperties()
-
-
get(int)
- Get the properties for a specfic particle
-
setParticlePropertyProvider(ParticlePropertyProvider)
-
Set an alternate ParticlePropertyProvider
ParticleProperties
public ParticleProperties()
get
public static ParticleType get(int PDGID)
- Get the properties for a specfic particle
- Parameters:
- PDGID - The Particle Data Group ID for the particle of interest
setParticlePropertyProvider
public static void setParticlePropertyProvider(ParticlePropertyProvider ppp)
- Set an alternate ParticlePropertyProvider
- Parameters:
- ppp - the new ParticlePropertyProvider
All Packages Class Hierarchy This Package Previous Next Index