Method Summary |
|
public QuantumParticle | anti() Returns the antiparticle of this particle. |
public int | charge() Returns the electric charge. |
public boolean | isAnti(QuantumParticle qp) Returns true if qp is the antiparticle. |
public double | restMass() Returns the rest mass (MeV). |
public int | spin() Returns the number of 1/2 units of spin. |
public String | toString() Returns a string representing this class. |