All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JSci.physics.particles.Lepton

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

public abstract class Lepton
extends QuantumParticle
A class representing leptons.


Constructor Index

 o Lepton()
Constructs a lepton.

Method Index

 o baryonQN()
Returns the baryon number.
 o isospin()
Returns the number of 1/2 units of isospin.
 o isospinZ()
Returns the number of 1/2 units of the z-component of isospin.
 o spin()
Returns the number of 1/2 units of spin.
 o strangeQN()
Returns the strangeness number.

Constructors

 o Lepton
 public Lepton()
Constructs a lepton.

Methods

 o spin
 public final int spin()
Returns the number of 1/2 units of spin.

Returns:
1
Overrides:
spin in class QuantumParticle
 o baryonQN
 public final int baryonQN()
Returns the baryon number.

Returns:
0
Overrides:
baryonQN in class QuantumParticle
 o strangeQN
 public final int strangeQN()
Returns the strangeness number.

Returns:
0
Overrides:
strangeQN in class QuantumParticle
 o isospin
 public final int isospin()
Returns the number of 1/2 units of isospin.

Returns:
0
Overrides:
isospin in class QuantumParticle
 o isospinZ
 public final int isospinZ()
Returns the number of 1/2 units of the z-component of isospin.

Overrides:
isospinZ in class QuantumParticle

All Packages  Class Hierarchy  This Package  Previous  Next  Index