public final class WPlus extends GaugeBoson
spinZmomentum, position| Constructor and Description |
|---|
WPlus()
Constructs a W+.
|
| Modifier and Type | Method and Description |
|---|---|
QuantumParticle |
anti()
Returns the antiparticle of this particle.
|
int |
charge()
Returns the electric charge.
|
boolean |
isAnti(QuantumParticle qp)
Returns true if qp is the antiparticle.
|
double |
restMass()
Returns the rest mass (MeV).
|
int |
spin()
Returns the number of 1/2 units of spin.
|
java.lang.String |
toString()
Returns a string representing this class.
|
baryonQN, eLeptonQN, isospin, isospinZ, muLeptonQN, strangeQN, tauLeptonQNequalspublic double restMass()
restMass in class RelativisticParticlepublic int spin()
spin in class QuantumParticlepublic int charge()
charge 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