FreeHEP API
Version current

hep.physics.particle.properties
Class ParticlePropertyManager

java.lang.Object
  extended byhep.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

Constructor Summary
ParticlePropertyManager()
           
 
Method Summary
static ParticlePropertyProvider getParticlePropertyProvider()
           
static ParticlePropertyProvider getParticlePropertyProvider(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(String name)

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.