|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.physics.Particle
org.jscience.physics.RelativisticParticle
org.jscience.physics.quantum.QuantumParticle
org.jscience.physics.quantum.particles.Lepton
org.jscience.physics.quantum.particles.MuonNeutrino
public final class MuonNeutrino
A class representing muon neutrinos.
| Field Summary |
|---|
| Fields inherited from class org.jscience.physics.quantum.QuantumParticle |
|---|
spinZ |
| Fields inherited from class org.jscience.physics.RelativisticParticle |
|---|
momentum, position |
| Constructor Summary | |
|---|---|
MuonNeutrino()
Constructs a muon neutrino. |
|
| Method Summary | |
|---|---|
Muon |
absorb(WMinus w)
Absorbs a W-. |
MuonNeutrino |
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(WPlus w)
Emits a W+. |
MuonNeutrino |
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 org.jscience.physics.quantum.particles.Lepton |
|---|
baryonQN, isospin, isospinZ, spin, strangeQN |
| Methods inherited from class org.jscience.physics.RelativisticParticle |
|---|
equals |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MuonNeutrino()
| Method Detail |
|---|
public double restMass()
restMass in class RelativisticParticlepublic int charge()
charge in class QuantumParticlepublic int eLeptonQN()
eLeptonQN in class QuantumParticlepublic int muLeptonQN()
muLeptonQN in class QuantumParticlepublic int tauLeptonQN()
tauLeptonQN in class QuantumParticlepublic QuantumParticle anti()
anti in class QuantumParticlepublic boolean isAnti(QuantumParticle qp)
isAnti in class QuantumParticleqp - DOCUMENT ME!
public java.lang.String toString()
toString in class java.lang.Objectpublic Muon emit(WPlus w)
public Muon absorb(WMinus w)
public MuonNeutrino emit(ZZero z)
public MuonNeutrino absorb(ZZero z)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||