Class JSci.physics.particles.AntiMuon
All Packages Class Hierarchy This Package Previous Next Index
Class JSci.physics.particles.AntiMuon
java.lang.Object
|
+----JSci.physics.Particle
|
+----JSci.physics.quantum.QuantumParticle
|
+----JSci.physics.particles.AntiLepton
|
+----JSci.physics.particles.AntiMuon
- public final class AntiMuon
- extends AntiLepton
A class representing antimuons.
-
AntiMuon()
- Constructs an antimuon.
-
anti()
- Returns the antiparticle of this particle.
-
charge()
- Returns the electric charge.
-
eLeptonQN()
- Returns the electron lepton number.
-
isAnti(QuantumParticle)
- Returns true if qp is the antiparticle.
-
muLeptonQN()
- Returns the muon lepton number.
-
restMass()
- Returns the rest mass (MeV).
-
tauLeptonQN()
- Returns the tau lepton number.
-
toString()
- Returns a string representing this class.
AntiMuon
public AntiMuon()
- Constructs an antimuon.
restMass
public double restMass()
- Returns the rest mass (MeV).
- Returns:
- 105.658389
- Overrides:
- restMass in class Particle
charge
public int charge()
- Returns the electric charge.
- Returns:
- 1
- Overrides:
- charge in class QuantumParticle
eLeptonQN
public int eLeptonQN()
- Returns the electron lepton number.
- Returns:
- 0
- Overrides:
- eLeptonQN in class QuantumParticle
muLeptonQN
public int muLeptonQN()
- Returns the muon lepton number.
- Returns:
- -1
- Overrides:
- muLeptonQN in class QuantumParticle
tauLeptonQN
public int tauLeptonQN()
- Returns the tau lepton number.
- Returns:
- 0
- Overrides:
- tauLeptonQN in class QuantumParticle
anti
public QuantumParticle anti()
- Returns the antiparticle of this particle.
- Overrides:
- anti in class QuantumParticle
isAnti
public boolean isAnti(QuantumParticle qp)
- Returns true if qp is the antiparticle.
- Overrides:
- isAnti in class QuantumParticle
toString
public String toString()
- Returns a string representing this class.
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index