iceCube.uhe.analysis
クラス EnergyHistogramMaker

java.lang.Object
  上位を拡張 iceCube.uhe.analysis.EnergyHistogramMaker

public class EnergyHistogramMaker
extends java.lang.Object

This class makes a 2D histogram of Energy correlations like Muon In-ice Energy Vs Primary Cosmic Ray enegry (obtained by AtmMuonBundleFlux.java in the MuonModel package) or Muon In-ice Energy Vs Muon Surface Energy (using PropagationMatrixFactory.java in the propahgation package) Written by S. Yoshida 2007 June 24th


フィールドの概要
protected  int dimensionLogE
           
protected  IAnalysisFactory jaidaFactory
           
protected  double maxLogE
           
protected  double minLogE
           
 
コンストラクタの概要
EnergyHistogramMaker()
          Default Constructor
 
メソッドの概要
static void main(java.lang.String[] args)
          Main method -- Draw the 2D histogram to show the colleration of energies
 IHistogram2D makeJaidaHistogram(java.lang.String option)
          Make 1D Histogram string option : "inice-surface" - inice muon Vs surface muon "surface-primary" - surface muon Vs primary CR "inice-primary" - inice muon Vs primary CR
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

jaidaFactory

protected IAnalysisFactory jaidaFactory

minLogE

protected double minLogE

maxLogE

protected double maxLogE

dimensionLogE

protected int dimensionLogE
コンストラクタの詳細

EnergyHistogramMaker

public EnergyHistogramMaker()
Default Constructor

メソッドの詳細

makeJaidaHistogram

public IHistogram2D makeJaidaHistogram(java.lang.String option)
                                throws java.io.IOException
Make 1D Histogram
        string option : "inice-surface"  - inice muon Vs surface muon
                        "surface-primary" - surface muon Vs primary CR
                        "inice-primary"  - inice muon Vs primary CR
        

例外:
java.io.IOException

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Main method -- Draw the 2D histogram to show the colleration of energies

例外:
java.io.IOException