| Class | Description |
|---|---|
| I3Particle |
This particle class inherited from Particle.java describes
a digested IceCube event (both MC and real) in form of
JULIeT particle.
|
| I3ParticleInputStream |
The Object Particle is serialized and sent out to
Outputstream
|
| I3ParticleOutputStream |
The Object I3Particle is serialized and sent out to
Outputstream
|
| I3ParticleStreamDemo |
I3Particle.class Demo program.
|
| I3ParticleWrapper | |
| Particle |
The Particle class to define their mass, names, flavors, lifetime
It also provides the instance variables such as energy.
|
| ParticleArray |
This class creates the objects of array "logEnergyMatrix"
for all leptons (+ pions) defined by Particle.class.
|
| ParticleArrayDemo |
ParticleArray.class Demo program.
|
| ParticleDemo |
Particle.class Demo program.
|
| ParticleGroup |
This class creates the objects for all leptons (+ pions)
defined by Particle.class.
|
| ParticleInputStream |
The Object Particle is serialized and sent out to
Outputstream
|
| ParticleOutputStream |
The Object Particle is serialized and sent out to
Outputstream
|
| ParticleStreamDemo |
Particle.class Demo program.
|
| SwingParticleDemo |
Particle.class Demo program based on Swing User Interface
|
This package includes the objects to define elementary particles such as an electron, and a muon-neutrino. It provides the methods to get the particle propaty like mass and lifetime and to set/get energy. The object "particle" here are frequently used in the other objects in the packages icecube.uhe.interactions, icecube.uhe.decay, and icecube.uhe.proagation.