public final class AntiUp extends AntiQuark
spinZmomentum, position| Constructor and Description |
|---|
AntiUp()
Constructs an antiup.
|
| Modifier and Type | Method and Description |
|---|---|
QuantumParticle |
anti()
Returns the antiparticle of this particle.
|
int |
charge()
Returns the number of 1/3 units of electric charge.
|
boolean |
isAnti(QuantumParticle qp)
Returns true if qp is the antiparticle.
|
double |
restMass()
Returns the rest mass (MeV).
|
int |
strangeQN()
Returns the strangeness number.
|
java.lang.String |
toString()
Returns a string representing this class.
|
absorb, baryonQN, eLeptonQN, emit, isospin, isospinZ, muLeptonQN, spin, tauLeptonQNequalspublic double restMass()
restMass in class RelativisticParticlepublic int charge()
charge in class QuantumParticlepublic int strangeQN()
strangeQN in class QuantumParticlepublic QuantumParticle anti()
anti in class QuantumParticlepublic boolean isAnti(QuantumParticle qp)
isAnti in class QuantumParticlepublic java.lang.String toString()
toString in class java.lang.Object