iceCube.uhe.analysis
Class PropagationMatrixDrawer

java.lang.Object
  extended by 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


Field Summary
protected  int dimensionLogE
           
protected  IAnalysisFactory jaidaFactory
           
protected  double maxLogE
           
protected  double minLogE
           
 
Constructor Summary
PropagationMatrixDrawer()
          Default Constructor
 
Method Summary
static void main(java.lang.String[] args)
          Main method -- Draw the 2D histogram to show the colleration of energies
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jaidaFactory

protected IAnalysisFactory jaidaFactory

minLogE

protected double minLogE

maxLogE

protected double maxLogE

dimensionLogE

protected int dimensionLogE
Constructor Detail

PropagationMatrixDrawer

public PropagationMatrixDrawer()
Default Constructor

Method Detail

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

Throws:
java.io.IOException