Class JSci.physics.particles.Hadron
All Packages Class Hierarchy This Package Previous Next Index
Class JSci.physics.particles.Hadron
java.lang.Object
|
+----JSci.physics.Particle
|
+----JSci.physics.quantum.QuantumParticle
|
+----JSci.physics.particles.Hadron
- public class Hadron
- extends QuantumParticle
A class representing hadrons.
-
Hadron()
- Constructs a hadron.
-
eLeptonQN()
- Returns the electron lepton number.
-
muLeptonQN()
- Returns the muon lepton number.
-
tauLeptonQN()
- Returns the tau lepton number.
Hadron
public Hadron()
- Constructs a hadron.
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