| 
|||||||||
| 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.GaugeBoson
JSci.physics.particles.ZZero
public final class ZZero
A class representing Z0.
| Field Summary | 
|---|
| Fields inherited from class JSci.physics.quantum.QuantumParticle | 
|---|
spinZ | 
| Fields inherited from class JSci.physics.RelativisticParticle | 
|---|
momentum, position | 
| Constructor Summary | |
|---|---|
ZZero()
Constructs a Z0.  | 
|
| 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.  | 
 double | 
restMass()
Returns the rest mass (MeV).  | 
 int | 
spin()
Returns the number of 1/2 units of spin.  | 
 java.lang.String | 
toString()
Returns a string representing this class.  | 
| Methods inherited from class JSci.physics.particles.GaugeBoson | 
|---|
baryonQN, eLeptonQN, isospin, isospinZ, muLeptonQN, strangeQN, tauLeptonQN | 
| 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 | 
|---|
public ZZero()
| Method Detail | 
|---|
public double restMass()
restMass in class RelativisticParticlepublic int spin()
spin in class QuantumParticlepublic int charge()
charge 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.Object
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||