|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.ObjecticeCube.uhe.event.EventAtmMuonFlux
public class EventAtmMuonFlux
This class calculates differential flux dF/dLogE [/cm^2 sec sr] of atm muons as a function of emg/hadron cascade energy deposited in the detector volume. The differential flux of mu/tau's which enter into the detector volume after propagating in the earth is given by PropagatingAtmMuonFlux.class in the muonModel package. The cascade energy distribution is given by EventMatrix.class in the Event package.
フィールドの概要 | |
---|---|
EventMatrix |
eventMatrix
|
PropagatingAtmMuonFlux |
propMuonFlux
|
コンストラクタの概要 | |
---|---|
EventAtmMuonFlux()
Constructor. |
|
EventAtmMuonFlux(java.io.DataInputStream eventIn)
Same as the constructor EventFlux(int model) except it reads the event matrix from the DataInputStream eventIn. |
メソッドの概要 | |
---|---|
double |
getDFEmgCascadeDLogE(double logEcascade,
double cosTheta)
Calculate dF/dLogE [/cm^2 sec sr] for EMG cascade |
double |
getDFHadronCascadeDLogE(double logEcascade,
double cosTheta)
Calculate dF/dLogE [/cm^2 sec sr] for Hadron cascade |
double |
getDFTotalCascadeDLogE(double logEcascade,
double cosTheta)
Calculate dF/dLogE [/cm^2 sec sr] for total cascade |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
public PropagatingAtmMuonFlux propMuonFlux
public EventMatrix eventMatrix
コンストラクタの詳細 |
---|
public EventAtmMuonFlux() throws java.io.IOException
java.io.IOException
public EventAtmMuonFlux(java.io.DataInputStream eventIn) throws java.io.IOException
java.io.IOException
メソッドの詳細 |
---|
public double getDFEmgCascadeDLogE(double logEcascade, double cosTheta)
public double getDFHadronCascadeDLogE(double logEcascade, double cosTheta)
public double getDFTotalCascadeDLogE(double logEcascade, double cosTheta)
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |