jsci.physics.particles
Class Hadron
java.lang.Object
jsci.physics.Particle
jsci.physics.RelativisticParticle
jsci.physics.quantum.QuantumParticle
jsci.physics.particles.Hadron
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- Baryon, Meson
public abstract class Hadron
- extends QuantumParticle
A class representing hadrons.
- See Also:
- Serialized Form
Constructor Summary |
Hadron()
Constructs a hadron. |
Method Summary |
int |
eLeptonQN()
Returns the electron lepton number. |
int |
muLeptonQN()
Returns the muon lepton number. |
int |
tauLeptonQN()
Returns the tau lepton number. |
Hadron
public Hadron()
- Constructs a hadron.
eLeptonQN
public final int eLeptonQN()
- Returns the electron lepton number.
- Specified by:
eLeptonQN
in class QuantumParticle
- Returns:
- 0
muLeptonQN
public final int muLeptonQN()
- Returns the muon lepton number.
- Specified by:
muLeptonQN
in class QuantumParticle
- Returns:
- 0
tauLeptonQN
public final int tauLeptonQN()
- Returns the tau lepton number.
- Specified by:
tauLeptonQN
in class QuantumParticle
- Returns:
- 0
jHepWork 3.1 ©