public final class Graviton extends GaugeBoson
spinZ
momentum, position
Constructor and Description |
---|
Graviton()
Constructs a graviton.
|
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, tauLeptonQN
equals
public double restMass()
restMass
in class RelativisticParticle
public int spin()
spin
in class QuantumParticle
public int charge()
charge
in class QuantumParticle
public QuantumParticle anti()
anti
in class QuantumParticle
public boolean isAnti(QuantumParticle qp)
isAnti
in class QuantumParticle
public java.lang.String toString()
toString
in class java.lang.Object