hep.physics.particle.properties
Class ParticlePropertyManager
java.lang.Object
hep.physics.particle.properties.ParticlePropertyManager
- public class ParticlePropertyManager
- 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.
- Author:
- Tony Johnson
- See Also:
ParticlePropertyProvider DefaultParticlePropertyProvider
- Source Code:
- ParticlePropertyManager.java
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParticlePropertyManager
public ParticlePropertyManager()
getParticlePropertyProvider
public static ParticlePropertyProvider getParticlePropertyProvider()
getParticlePropertyProvider
public static ParticlePropertyProvider getParticlePropertyProvider(String name)
Copyright © 2000-2004 FreeHEP, All Rights Reserved.