Class JSci.physics.particles.AntiOmega
All Packages Class Hierarchy This Package Previous Next Index
Class JSci.physics.particles.AntiOmega
java.lang.Object
|
+----JSci.physics.Particle
|
+----JSci.physics.quantum.QuantumParticle
|
+----JSci.physics.particles.AntiHadron
|
+----JSci.physics.particles.AntiBaryon
|
+----JSci.physics.particles.AntiHyperon
|
+----JSci.physics.particles.AntiOmega
- public final class AntiOmega
- extends AntiHyperon
A class representing antiomegas.
-
AntiOmega()
- Constructs an antiomega.
-
anti()
- Returns the antiparticle of this particle.
-
charge()
- Returns the electric charge.
-
isAnti(QuantumParticle)
- Returns true if qp is the antiparticle.
-
isospin()
- Returns the number of 1/2 units of isospin.
-
isospinZ()
- Returns the number of 1/2 units of the z-component of isospin.
-
quarks()
- Returns the quark composition.
-
restMass()
- Returns the rest mass (MeV).
-
spin()
- Returns the number of 1/2 units of spin.
-
strangeQN()
- Returns the strangeness number.
-
toString()
- Returns a string representing this class.
AntiOmega
public AntiOmega()
- Constructs an antiomega.
restMass
public double restMass()
- Returns the rest mass (MeV).
- Returns:
- 1672.45
- Overrides:
- restMass in class Particle
spin
public int spin()
- Returns the number of 1/2 units of spin.
- Returns:
- 3
- Overrides:
- spin in class QuantumParticle
isospin
public int isospin()
- Returns the number of 1/2 units of isospin.
- Returns:
- 0
- Overrides:
- isospin in class QuantumParticle
isospinZ
public int isospinZ()
- Returns the number of 1/2 units of the z-component of isospin.
- Returns:
- 0
- Overrides:
- isospinZ in class QuantumParticle
charge
public int charge()
- Returns the electric charge.
- Returns:
- 1
- Overrides:
- charge in class QuantumParticle
strangeQN
public int strangeQN()
- Returns the strangeness number.
- Returns:
- 3
- Overrides:
- strangeQN in class QuantumParticle
quarks
public QuantumParticle[] quarks()
- Returns the quark composition.
anti
public QuantumParticle anti()
- Returns the antiparticle of this particle.
- Overrides:
- anti in class QuantumParticle
isAnti
public boolean isAnti(QuantumParticle qp)
- Returns true if qp is the antiparticle.
- Overrides:
- isAnti in class QuantumParticle
toString
public String toString()
- Returns a string representing this class.
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index