|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJSci.physics.Particle
JSci.physics.RelativisticParticle
JSci.physics.quantum.QuantumParticle
JSci.physics.particles.AntiHadron
JSci.physics.particles.AntiBaryon
JSci.physics.particles.AntiHyperon
JSci.physics.particles.AntiOmegaMinus
A class representing antiomega-.
Field Summary |
Fields inherited from class JSci.physics.quantum.QuantumParticle |
spinZ |
Fields inherited from class JSci.physics.RelativisticParticle |
momentum, position |
Constructor Summary | |
AntiOmegaMinus()
Constructs an antiomega-. |
Method Summary | |
QuantumParticle |
anti()
Returns the antiparticle of this particle. |
int |
charge()
Returns the electric charge. |
boolean |
isAnti(QuantumParticle qp)
Returns true if qp is the antiparticle. |
int |
isospin()
Returns the number of 1/2 units of isospin. |
int |
isospinZ()
Returns the number of 1/2 units of the z-component of isospin. |
QuantumParticle[] |
quarks()
Returns the quark composition. |
double |
restMass()
Returns the rest mass (MeV). |
int |
spin()
Returns the number of 1/2 units of spin. |
int |
strangeQN()
Returns the strangeness number. |
java.lang.String |
toString()
Returns a string representing this class. |
Methods inherited from class JSci.physics.particles.AntiBaryon |
baryonQN |
Methods inherited from class JSci.physics.particles.AntiHadron |
eLeptonQN, muLeptonQN, tauLeptonQN |
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 AntiOmegaMinus()
Method Detail |
public double restMass()
restMass
in class RelativisticParticle
public int spin()
spin
in class QuantumParticle
public int isospin()
isospin
in class QuantumParticle
public int isospinZ()
isospinZ
in class QuantumParticle
public int charge()
charge
in class QuantumParticle
public int strangeQN()
strangeQN
in class QuantumParticle
public QuantumParticle[] quarks()
public QuantumParticle anti()
anti
in class QuantumParticle
public boolean isAnti(QuantumParticle qp)
isAnti
in class QuantumParticle
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |