Contents
Class PDGDatabase
java.lang.Object
org.jlab.clas.pdg.PDGDatabase
PDG database class. Stores particle information in a Map. Particles information can be searched by LUND ID, GEANT ID, or simply the name of the particle.
- Author:
- gavalian
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
addParticle
(String name, int pid, double mass, int charge) static void
addParticle
(PDGParticle part) static PDGParticle
getParticleById
(int pid) static PDGParticle
getParticleByName
(String name) static double
getParticleMass
(int pid) static boolean
isValidId
(int pid) static boolean
isValidPid
(int pid) static void
show()