| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjecticeCube.uhe.particles.ParticleGroup
public class ParticleGroup
    This class creates the objects for all leptons (+ pions)
    defined by Particle.class. 
    The created objects of particles are accomodated in the array
             flavor  0      1      2        3
doublet 
    0              e-nu   mu-nu   tau-nu    hadron(pi0)
    1              e      muon    tauon     hadron(pi+)
    
| Constructor Summary | |
|---|---|
ParticleGroup()
 | 
|
ParticleGroup(double energy)
 | 
|
| Method Summary | |
|---|---|
 Particle | 
getParticle(int flavor,
            int doublet)
 | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ParticleGroup()
public ParticleGroup(double energy)
| Method Detail | 
|---|
public Particle getParticle(int flavor,
                            int doublet)
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||