hep.physics.particle.properties
Class ParticlePropertyManager

java.lang.Object
  extended by hep.physics.particle.properties.ParticlePropertyManager

public class ParticlePropertyManager
extends java.lang.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

Constructor Summary
ParticlePropertyManager()
           
 
Method Summary
static ParticlePropertyProvider getParticlePropertyProvider()
           
static ParticlePropertyProvider getParticlePropertyProvider(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParticlePropertyManager

public ParticlePropertyManager()
Method Detail

getParticlePropertyProvider

public static ParticlePropertyProvider getParticlePropertyProvider()

getParticlePropertyProvider

public static ParticlePropertyProvider getParticlePropertyProvider(java.lang.String name)


Copyright © 2000-2010 FreeHEP. All Rights Reserved.