hepdata is hosted by Hepforge, IPPP Durham

Uses of Class
cedar.hepdata.model.Reaction

Packages that use Reaction
cedar.hepdata.db Controls database access for the hepdata application 
cedar.hepdata.file Reads from flat files generated from legacy HEPData database 
 

Uses of Reaction in cedar.hepdata.db
 

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

static void DBManager.add(Reaction r)
          Add a Reaction record to the DB - first checks that the reaction is not already there. static void DBManager.add(Reaction r, Particle fp)
          Add a Final Particle Record: Particle in the final state of a reaction protected static void DBUtil.lookupDS(Reaction r)
          Replace legacy values of paperId and datasetId with new values from the DB. static void DBOut.selectFromDb(Reaction reaction)
          Populates the input Reaction from the DB protected static boolean DBUtil.selectId(Reaction reaction)
          Populates the input REaCTION's ID from the DB  

Uses of Reaction in cedar.hepdata.file
 

Methods in cedar.hepdata.file with parameters of type Reaction

 void HDObjectReader.fill(Reaction reaction)
          Populates the input object with fields read consecutively from a line of the input data.  


Generated 20060512 1623

HEPData