|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
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+)
コンストラクタの概要 | |
---|---|
ParticleGroup()
|
|
ParticleGroup(double energy)
|
メソッドの概要 | |
---|---|
Particle |
getParticle(int flavor,
int doublet)
|
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public ParticleGroup()
public ParticleGroup(double energy)
メソッドの詳細 |
---|
public Particle getParticle(int flavor, int doublet)
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |