|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.ObjecticeCube.uhe.muonModel.AtmMuonFlux
public class AtmMuonFlux
UHE Atmospheric Muon fluxes based on the following model are calculated from the table.
Phys.Rev.Rev. D 55 1314 (1996) |
コンストラクタの概要 | |
---|---|
AtmMuonFlux()
Constructor: Energy Flux dF/dE E^2 [GeV/cm^2 sec sr] at 5 TeV is given. |
メソッドの概要 | |
---|---|
double |
getDFDLogE(double logEnergy,
double cos_theta)
calculate the log differential Flux dF/dLogE [/cm^2 sec sr] logEnergy [GeV] cos(Zenith Angle) |
double |
getEFlux(double logEnergy,
double cosTheta)
calculate the differential Energy Flux [GeV /cm^2 sec sr] logEnergy [GeV] cos(Zenith Angle) E^2dF/dE ~ E^(-1.7) is assumed for extrapolation to UHE. |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public AtmMuonFlux()
メソッドの詳細 |
---|
public double getEFlux(double logEnergy, double cosTheta)
logEnergy [GeV] cos(Zenith Angle)E^2dF/dE ~ E^(-1.7) is assumed for extrapolation to UHE.
public double getDFDLogE(double logEnergy, double cos_theta)
calculate the log differential Flux dF/dLogE [/cm^2 sec sr] logEnergy [GeV] cos(Zenith Angle)
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |