iceCube.uhe.analysis
クラス PropagationMatrixDrawer

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

public class PropagationMatrixDrawer
extends java.lang.Object

This class makes a 2D/1D histogram of Energy correlations of In-ice Energy Vs 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
           
 
コンストラクタの概要
PropagationMatrixDrawer()
          Default Constructor
 
メソッドの概要
static void main(java.lang.String[] args)
          Main method -- Draw the 2D histogram to show the colleration of energies
 
クラス 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
コンストラクタの詳細

PropagationMatrixDrawer

public PropagationMatrixDrawer()
Default Constructor

メソッドの詳細

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