FreeHEP API
Version current

hep.physics.particle.properties
Interface ParticlePropertyProvider

All Known Implementing Classes:
DefaultParticlePropertyProvider, YappiParticlePropertyProvider

public interface ParticlePropertyProvider

Author:
Tony Johnson
See Also:
DefaultParticlePropertyProvider
Source Code:
ParticlePropertyProvider.java

Method Summary
 ParticleType get(int PDGID)
           
 Set types()
          Returns a List of all particle types defined by this Particle Property Provider
 

Method Detail

get

public ParticleType get(int PDGID)
                 throws UnknownParticleIDException
Throws:
UnknownParticleIDException

types

public Set types()
Returns a List of all particle types defined by this Particle Property Provider


FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.