public final class Charm extends Quark
spinZ
momentum, position
Constructor and Description |
---|
Charm()
Constructs a charm.
|
Modifier and Type | Method and Description |
---|---|
QuantumParticle |
anti()
Returns the antiparticle of this particle.
|
int |
charge()
Returns the number of 1/3 units of electric charge.
|
boolean |
isAnti(QuantumParticle qp)
Returns true if qp is the antiparticle.
|
double |
restMass()
Returns the rest mass (MeV).
|
int |
strangeQN()
Returns the strangeness number.
|
java.lang.String |
toString()
Returns a string representing this class.
|
absorb, baryonQN, eLeptonQN, emit, isospin, isospinZ, muLeptonQN, spin, tauLeptonQN
equals
public double restMass()
restMass
in class RelativisticParticle
public int charge()
charge
in class QuantumParticle
public int strangeQN()
strangeQN
in class QuantumParticle
public QuantumParticle anti()
anti
in class QuantumParticle
public boolean isAnti(QuantumParticle qp)
isAnti
in class QuantumParticle
public java.lang.String toString()
toString
in class java.lang.Object