|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object JSci.physics.Particle JSci.physics.RelativisticParticle JSci.physics.quantum.QuantumParticle JSci.physics.particles.AntiLepton JSci.physics.particles.AntiMuonNeutrino
A class representing antimuon neutrinos.
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 |
public AntiMuonNeutrino()
Method Detail |
public double restMass()
restMass
in class RelativisticParticle
public int charge()
charge
in class QuantumParticle
public int eLeptonQN()
eLeptonQN
in class QuantumParticle
public int muLeptonQN()
muLeptonQN
in class QuantumParticle
public int tauLeptonQN()
tauLeptonQN
in class QuantumParticle
public QuantumParticle anti()
anti
in class QuantumParticle
public boolean isAnti(QuantumParticle qp)
isAnti
in class QuantumParticle
public java.lang.String toString()
public AntiMuon emit(WMinus w)
public AntiMuon absorb(WPlus w)
public AntiMuonNeutrino emit(ZZero z)
public AntiMuonNeutrino absorb(ZZero z)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |