Uses of Interface
hep.physics.particle.properties.ParticlePropertyProvider

Packages that use ParticlePropertyProvider
hep.physics.event.generator.diagnostic Diagnostic event generator 
hep.physics.particle.properties Simple HEP particle property classes. 
hep.physics.stdhep.convert A package which can be used to convert between StdhepEvents and the much more OO HepEvent representation. 
 

Uses of ParticlePropertyProvider in hep.physics.event.generator.diagnostic
 

Methods in hep.physics.event.generator.diagnostic that return ParticlePropertyProvider
 ParticlePropertyProvider DiagnosticEventGenerator.getParticlePropertyProvider()
          Get the particle property provider being used by this generator
 

Constructors in hep.physics.event.generator.diagnostic with parameters of type ParticlePropertyProvider
DiagnosticEventGenerator(ParticlePropertyProvider ppp)
          Create a diagnostic event generator with the default object factory.
DiagnosticEventGenerator(ParticlePropertyProvider ppp, GeneratorFactory factory)
          Create a diagnostic event generator with user supplied particle property provider and object factory.
DiagnosticEventGenerator(ParticlePropertyProvider ppp, GeneratorFactory factory, java.util.Random random)
          Create a diagnostic event generator with user supplied particle property provider and object factory.
 

Uses of ParticlePropertyProvider in hep.physics.particle.properties
 

Classes in hep.physics.particle.properties that implement ParticlePropertyProvider
 class DefaultParticlePropertyProvider
          Default table of particle properties used by ParticlePropertyProvider.
 

Methods in hep.physics.particle.properties that return ParticlePropertyProvider
static ParticlePropertyProvider ParticlePropertyManager.getParticlePropertyProvider()
           
 ParticlePropertyProvider ParticleType.getParticlePropertyProvider()
          Get the provider of this particle type
static ParticlePropertyProvider ParticlePropertyManager.getParticlePropertyProvider(java.lang.String name)
           
 

Uses of ParticlePropertyProvider in hep.physics.stdhep.convert
 

Constructors in hep.physics.stdhep.convert with parameters of type ParticlePropertyProvider
StdhepConverter(ParticlePropertyProvider ppp)
           
StdhepConverter(ParticlePropertyProvider ppp, GeneratorFactory factory)
           
 



Copyright © 2000-2010 FreeHEP. All Rights Reserved.