iceCube.uhe.muonModel
クラス AtmMuonFluxCorsika
java.lang.Object
iceCube.uhe.muonModel.AtmMuonFluxCorsika
public class AtmMuonFluxCorsika
- extends java.lang.Object
UHE Atmospheric Muon fluxes based on the following model
are calculated from the table.
- Atmospheric Neutrino Flux above 1GeV
コンストラクタの概要 |
AtmMuonFluxCorsika()
Constructor: Energy Flux dF/dE E^2 [GeV/cm^2 sec sr] at 10^7 GeV is given. <---
Also, probably replace EFluxArray10PeV with EFluxArray10PeV |
メソッドの概要 |
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^(-2.002) is assumed for extrapolation to UHE |
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AtmMuonFluxCorsika
public AtmMuonFluxCorsika()
- Constructor: Energy Flux dF/dE E^2 [GeV/cm^2 sec sr] at 10^7 GeV is given. <---
Also, probably replace EFluxArray10PeV with EFluxArray10PeV
getEFlux
public 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^(-2.002) is assumed for extrapolation to UHE. <---
getDFDLogE
public double getDFDLogE(double logEnergy,
double cos_theta)
calculate the log differential Flux dF/dLogE [/cm^2 sec sr]
logEnergy [GeV]
cos(Zenith Angle)