All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JSci.physics.particles.AntiHadron

java.lang.Object
   |
   +----JSci.physics.Particle
           |
           +----JSci.physics.quantum.QuantumParticle
                   |
                   +----JSci.physics.particles.AntiHadron

public abstract class AntiHadron
extends QuantumParticle
A class representing antihadrons.


Constructor Index

 o AntiHadron()
Constructs an antihadron.

Method Index

 o eLeptonQN()
Returns the electron lepton number.
 o muLeptonQN()
Returns the muon lepton number.
 o tauLeptonQN()
Returns the tau lepton number.

Constructors

 o AntiHadron
 public AntiHadron()
Constructs an antihadron.

Methods

 o eLeptonQN
 public final int eLeptonQN()
Returns the electron lepton number.

Returns:
0
Overrides:
eLeptonQN in class QuantumParticle
 o muLeptonQN
 public final int muLeptonQN()
Returns the muon lepton number.

Returns:
0
Overrides:
muLeptonQN in class QuantumParticle
 o tauLeptonQN
 public final int tauLeptonQN()
Returns the tau lepton number.

Returns:
0
Overrides:
tauLeptonQN in class QuantumParticle

All Packages  Class Hierarchy  This Package  Previous  Next  Index