iceCube.uhe.analysis
Class 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
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 |
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
- Throws:
java.io.IOException