All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JSci.physics.particles.Hadron

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

public abstract class Hadron
extends QuantumParticle
A class representing hadrons.


Constructor Index

 o Hadron()
Constructs a hadron.

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 Hadron
 public Hadron()
Constructs a hadron.

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