JSci.physics.particles
Class AntiTau

java.lang.Object
  extended by JSci.physics.Particle
      extended by JSci.physics.RelativisticParticle
          extended by JSci.physics.quantum.QuantumParticle
              extended by JSci.physics.particles.AntiLepton
                  extended by JSci.physics.particles.AntiTau
All Implemented Interfaces:
java.io.Serializable

public final class AntiTau
extends AntiLepton

A class representing antitaus.

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
AntiTau()
          Constructs an antitau.
 
Method Summary
 AntiTau absorb(Photon y)
          Absorbs a photon.
 AntiTauNeutrino absorb(WMinus w)
          Absorbs a W-.
 AntiTau 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.
 AntiTau emit(Photon y)
          Emits a photon.
 AntiTauNeutrino emit(WPlus w)
          Emits a W+.
 AntiTau 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, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AntiTau

public AntiTau()
Constructs an antitau.

Method Detail

restMass

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

Specified by:
restMass in class RelativisticParticle
Returns:
1777.03

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:
0

tauLeptonQN

public int tauLeptonQN()
Returns the tau lepton number.

Specified by:
tauLeptonQN in class QuantumParticle
Returns:
-1

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.

Overrides:
toString in class java.lang.Object

emit

public AntiTau emit(Photon y)
Emits a photon.


absorb

public AntiTau absorb(Photon y)
Absorbs a photon.


emit

public AntiTauNeutrino emit(WPlus w)
Emits a W+.


absorb

public AntiTauNeutrino absorb(WMinus w)
Absorbs a W-.


emit

public AntiTau emit(ZZero z)
Emits a Z0.


absorb

public AntiTau absorb(ZZero z)
Absorbs a Z0.