Class JSci.physics.particles.GaugeBoson
All Packages Class Hierarchy This Package Previous Next Index
Class JSci.physics.particles.GaugeBoson
java.lang.Object
|
+----JSci.physics.Particle
|
+----JSci.physics.quantum.QuantumParticle
|
+----JSci.physics.particles.GaugeBoson
- public class GaugeBoson
- extends QuantumParticle
A class representing gauge bosons.
-
GaugeBoson()
- Constructs a gauge boson.
-
baryonQN()
- Returns the baryon number.
-
eLeptonQN()
- Returns the electron lepton number.
-
isospin()
- Returns the number of 1/2 units of isospin.
-
isospinZ()
- Returns the number of 1/2 units of the z-component of isospin.
-
muLeptonQN()
- Returns the muon lepton number.
-
strangeQN()
- Returns the strangeness number.
-
tauLeptonQN()
- Returns the tau lepton number.
GaugeBoson
public GaugeBoson()
- Constructs a gauge boson.
baryonQN
public final int baryonQN()
- Returns the baryon number.
- Returns:
- 0
- Overrides:
- baryonQN in class QuantumParticle
strangeQN
public final int strangeQN()
- Returns the strangeness number.
- Returns:
- 0
- Overrides:
- strangeQN in class QuantumParticle
isospin
public final int isospin()
- Returns the number of 1/2 units of isospin.
- Returns:
- 0
- Overrides:
- isospin in class QuantumParticle
isospinZ
public final int isospinZ()
- Returns the number of 1/2 units of the z-component of isospin.
- Returns:
- 0
- Overrides:
- isospinZ in class QuantumParticle
eLeptonQN
public final int eLeptonQN()
- Returns the electron lepton number.
- Returns:
- 0
- Overrides:
- eLeptonQN in class QuantumParticle
muLeptonQN
public final int muLeptonQN()
- Returns the muon lepton number.
- Returns:
- 0
- Overrides:
- muLeptonQN in class QuantumParticle
tauLeptonQN
public final int tauLeptonQN()
- Returns the tau lepton number.
- Returns:
- 0
- Overrides:
- tauLeptonQN in class QuantumParticle
All Packages Class Hierarchy This Package Previous Next Index