public final class Tau extends Lepton
spinZmomentum, position| Constructor and Description |
|---|
Tau()
Constructs a tau.
|
| Modifier and Type | Method and Description |
|---|---|
Tau |
absorb(Photon y)
Absorbs a photon.
|
TauNeutrino |
absorb(WPlus w)
Absorbs a W+.
|
Tau |
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.
|
Tau |
emit(Photon y)
Emits a photon.
|
TauNeutrino |
emit(WMinus w)
Emits a W-.
|
Tau |
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.
|
baryonQN, isospin, isospinZ, spin, strangeQNequalspublic 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 QuantumParticlepublic java.lang.String toString()
toString in class java.lang.Objectpublic TauNeutrino emit(WMinus w)
public TauNeutrino absorb(WPlus w)