public final class Eta extends Meson
spinZmomentum, position| Constructor and Description |
|---|
Eta()
Constructs an eta.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
strangeQN()
Returns the strangeness number.
|
java.lang.String |
toString()
Returns a string representing this class.
|
eLeptonQN, muLeptonQN, tauLeptonQNequalspublic double restMass()
restMass in class RelativisticParticlepublic int charge()
charge in class QuantumParticlepublic int isospin()
isospin in class QuantumParticlepublic int isospinZ()
isospinZ in class QuantumParticlepublic int strangeQN()
strangeQN in class QuantumParticlepublic QuantumParticle[] quarks()
public QuantumParticle anti()
anti in class QuantumParticlepublic boolean isAnti(QuantumParticle qp)
isAnti in class QuantumParticlepublic java.lang.String toString()
toString in class java.lang.Object