public final class Gluon extends GaugeBoson
| Modifier and Type | Field and Description |
|---|---|
static int |
BLUE_ANTIGREEN |
static int |
BLUE_ANTIRED |
int |
color
The color.
|
static int |
GREEN_ANTIBLUE |
static int |
GREEN_ANTIRED |
static int |
MIXED_RED_GREEN
The state (rr~-gg~)/sqrt(2).
|
static int |
MIXED_RED_GREEN_2BLUE
The state (rr~+gg~-2bb~)/sqrt(6).
|
static int |
RED_ANTIBLUE |
static int |
RED_ANTIGREEN |
spinZmomentum, position| Constructor and Description |
|---|
Gluon()
Constructs a gluon.
|
| 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 static final int RED_ANTIGREEN
public static final int RED_ANTIBLUE
public static final int GREEN_ANTIRED
public static final int GREEN_ANTIBLUE
public static final int BLUE_ANTIRED
public static final int BLUE_ANTIGREEN
public static final int MIXED_RED_GREEN
public static final int MIXED_RED_GREEN_2BLUE
public int color
public 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