iceCube.uhe.analysis
public class EnergyHistogramMaker extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected double |
alpha |
protected int |
dimensionLogE |
protected IAnalysisFactory |
jaidaFactory |
protected double |
maxLogE |
protected double |
minLogE |
protected double |
muEth |
| Constructor and Description |
|---|
EnergyHistogramMaker()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
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 2D Histogram
|
protected IAnalysisFactory jaidaFactory
protected double minLogE
protected double maxLogE
protected int dimensionLogE
protected double alpha
protected double muEth
public IHistogram2D makeJaidaHistogram(java.lang.String option)
throws java.io.IOException
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.IOExceptionpublic static void main(java.lang.String[] args)
throws java.io.IOException
java.io.IOException