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

Packages that use ParticleType
hep.physics.event.generator Event generator infrastructure 
hep.physics.event.generator.diagnostic Diagnostic event generator 
hep.physics.particle Simple HEP particle classes. 
hep.physics.particle.properties Simple HEP particle property classes. 
 

Uses of ParticleType in hep.physics.event.generator
 

Methods in hep.physics.event.generator with parameters of type ParticleType
 BasicParticle GeneratorFactory.createParticle(Hep3Vector origin, HepLorentzVector p, ParticleType ptype, int status, double time)
          Create a new particle
 

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

Methods in hep.physics.event.generator.diagnostic that return ParticleType
 ParticleType DiagnosticEventGenerator.getParticleType()
           
 

Methods in hep.physics.event.generator.diagnostic with parameters of type ParticleType
 void DiagnosticEventGenerator.setParticleType(ParticleType ptype)
          Set the particle type using a Java particle type.
 

Uses of ParticleType in hep.physics.particle
 

Methods in hep.physics.particle that return ParticleType
 ParticleType Particle.getType()
          Particle Type
 ParticleType BasicParticle.getType()
           
 

Constructors in hep.physics.particle with parameters of type ParticleType
BasicParticle(Hep3Vector origin, HepLorentzVector p, ParticleType ptype, int status, double time)
          Create a new BasicParticle
 

Uses of ParticleType in hep.physics.particle.properties
 

Methods in hep.physics.particle.properties that return ParticleType
 ParticleType ParticlePropertyProvider.get(int PDGID)
           
 ParticleType DefaultParticlePropertyProvider.get(int PDGID)
          Get the properties for a particular particle.
 



Copyright © 2000-2010 FreeHEP. All Rights Reserved.