hepdata is hosted by Hepforge, IPPP Durham

Uses of Class
cedar.hepdata.model.Particle

Packages that use Particle
cedar.hepdata.db Controls database access for the hepdata application 
cedar.hepdata.model Object Model for HEPData 
 

Uses of Particle in cedar.hepdata.db
 

Methods in cedar.hepdata.db with parameters of type Particle

static void DBManager.add(Reaction r, Particle fp)
          Add a Final Particle Record: Particle in the final state of a reaction static void DBOut.select(Particle particle)
          Populates the input PARTICLE from the DB if it already exists otherwise insert it  

Uses of Particle in cedar.hepdata.model
 

Methods in cedar.hepdata.model that return Particle

 Particle Reaction.getBeam()
             Particle Reaction.getTarget()
             

Methods in cedar.hepdata.model that return types with arguments of type Particle

 java.util.Collection<Particle> Reaction.getFinalParticles()
          Returns an enumeration of Particles produced in the reaction  

Methods in cedar.hepdata.model with parameters of type Particle

 void Reaction.addFinalParticle(Particle particle)
          Adds a particle to the collection of particles produced in the reaction.  void Reaction.setBeam(Particle p1)
             void Reaction.setTarget(Particle p2)
             


Generated 20060512 1623

HEPData