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