|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.ObjecticeCube.uhe.analysis.I3ParticlePropMatrixFiller
public class I3ParticlePropMatrixFiller
This class provides the methods to fill I3Particles with the pregenerated propagation matrix. PropagationMatrixFactory object in the iceCube.uhe.propagation package is a wrapper to read out the matrix. Every methods are static so that you can call them directly from your object. Matrix(nuE -> I3Particle) + Matrix(nuMu -> I3Particle) + Matrix(nuTau -> I3Particle) is filled based upon the assumption that the primary cosmic neutrino flux at the earth surface is equal between the three flavors. Written by S. Yoshida 2007 March 21st
コンストラクタの概要 | |
---|---|
I3ParticlePropMatrixFiller()
Constructor. |
メソッドの概要 | |
---|---|
boolean |
fillPropagationMatrixWeight(I3Particle iceParticle,
PropagationMatrixFactory matrix)
Fill the propagation matrix with PropagatingMatrixFactory. |
static void |
main(java.lang.String[] args)
Main method -- Reading out the stored I3Particles and fills the propagation matrix |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public I3ParticlePropMatrixFiller()
メソッドの詳細 |
---|
public boolean fillPropagationMatrixWeight(I3Particle iceParticle, PropagationMatrixFactory matrix) throws java.io.IOException
java.io.IOException
public static void main(java.lang.String[] args) throws java.io.IOException
java.io.IOException
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |