Class PDGParticle
java.lang.Object
org.jlab.clas.pdg.PDGParticle
- Author:
- gavalian
-
Constructor Summary
ConstructorsConstructorDescriptionPDGParticle
(String partname, int partid, double partmass) Units of Gev/c^2PDGParticle
(String partname, int partid, double partmass, int charge) PDGParticle
(String partname, int partid, double partmass, int charge, double width) PDGParticle
(String partname, int partid, int geantid, double partmass, int charge) -
Method Summary
-
Constructor Details
-
PDGParticle
Units of Gev/c^2 -
PDGParticle
-
PDGParticle
-
PDGParticle
-
-
Method Details
-
charge
public int charge() -
name
-
gid
public int gid() -
pid
public int pid() -
mass
public double mass() -
width
public double width() -
toString
-