JSci.physics.particles
Class AntiMuonNeutrino

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

public final class AntiMuonNeutrino
extends AntiLepton

A class representing antimuon neutrinos.

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
AntiMuonNeutrino()
          Constructs an antimuon neutrino.
 
Method Summary
 AntiMuon absorb(WPlus w)
          Absorbs a W+.
 AntiMuonNeutrino 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.
 AntiMuon emit(WMinus w)
          Emits a W-.
 AntiMuonNeutrino 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.AntiLepton
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

AntiMuonNeutrino

public AntiMuonNeutrino()
Constructs an antimuon neutrino.

Method Detail

restMass

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

Specified by:
restMass in class RelativisticParticle
Returns:
0.0

charge

public int charge()
Returns the electric charge.

Specified by:
charge in class QuantumParticle
Returns:
0

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 AntiMuon emit(WMinus w)
Emits a W-.


absorb

public AntiMuon absorb(WPlus w)
Absorbs a W+.


emit

public AntiMuonNeutrino emit(ZZero z)
Emits a Z0.


absorb

public AntiMuonNeutrino absorb(ZZero z)
Absorbs a Z0.