Class JSci.physics.particles.AntiLepton
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JSci.physics.particles.AntiLepton

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

public class AntiLepton
extends QuantumParticle
A class representing antileptons.

Constructor Index

 o AntiLepton()
Constructs an antilepton.

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 AntiLepton
  public AntiLepton()
Constructs an antilepton.

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.
Returns:
0
Overrides:
isospinZ in class QuantumParticle

All Packages  Class Hierarchy  This Package  Previous  Next  Index