JSci.physics.particles
Class Muon

java.lang.Object
  extended byJSci.physics.Particle
      extended byJSci.physics.RelativisticParticle
          extended byJSci.physics.quantum.QuantumParticle
              extended byJSci.physics.particles.Lepton
                  extended byJSci.physics.particles.Muon
All Implemented Interfaces:
java.io.Serializable

public final class Muon
extends Lepton

A class representing muons.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class JSci.physics.quantum.QuantumParticle
spinZ
 
Fields inherited from class JSci.physics.RelativisticParticle
momentum, position
 
Constructor Summary
Muon()
          Constructs a muon.
 
Method Summary
 Muon absorb(Photon y)
          Absorbs a photon.
 Muon absorb(ZZero z)
          Absorbs a Z0.
 QuantumParticle anti()
          Returns the antiparticle of this particle.
 int charge()
          Returns the electric charge.
 int eLeptonQN()
          Returns the electron lepton number.
 Muon emit(Photon y)
          Emits a photon.
 MuonNeutrino emit(WMinus w)
          Emits a W-.
 MuonNeutrino emit(WPlus w)
          Absorbs a W+.
 Muon emit(ZZero z)
          Emits a Z0.
 boolean isAnti(QuantumParticle qp)
          Returns true if qp is the antiparticle.
 int muLeptonQN()
          Returns the muon lepton number.
 double restMass()
          Returns the rest mass (MeV).
 int tauLeptonQN()
          Returns the tau lepton number.
 java.lang.String toString()
          Returns a string representing this class.
 
Methods inherited from class JSci.physics.particles.Lepton
baryonQN, isospin, isospinZ, spin, strangeQN
 
Methods inherited from class JSci.physics.RelativisticParticle
equals
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Muon

public Muon()
Constructs a muon.

Method Detail

restMass

public double restMass()
Returns the rest mass (MeV).

Specified by:
restMass in class RelativisticParticle
Returns:
105.658357

charge

public int charge()
Returns the electric charge.

Specified by:
charge in class QuantumParticle
Returns:
-1

eLeptonQN

public int eLeptonQN()
Returns the electron lepton number.

Specified by:
eLeptonQN in class QuantumParticle
Returns:
0

muLeptonQN

public int muLeptonQN()
Returns the muon lepton number.

Specified by:
muLeptonQN in class QuantumParticle
Returns:
1

tauLeptonQN

public int tauLeptonQN()
Returns the tau lepton number.

Specified by:
tauLeptonQN in class QuantumParticle
Returns:
0

anti

public QuantumParticle anti()
Returns the antiparticle of this particle.

Specified by:
anti in class QuantumParticle

isAnti

public boolean isAnti(QuantumParticle qp)
Returns true if qp is the antiparticle.

Specified by:
isAnti in class QuantumParticle

toString

public java.lang.String toString()
Returns a string representing this class.


emit

public Muon emit(Photon y)
Emits a photon.


absorb

public Muon absorb(Photon y)
Absorbs a photon.


emit

public MuonNeutrino emit(WMinus w)
Emits a W-.


emit

public MuonNeutrino emit(WPlus w)
Absorbs a W+.


emit

public Muon emit(ZZero z)
Emits a Z0.


absorb

public Muon absorb(ZZero z)
Absorbs a Z0.