iceCube.uhe.interactions
Class CELbeta

java.lang.Object
  extended by iceCube.uhe.interactions.CELbeta

public class CELbeta
extends java.lang.Object

This static class provides the inelasticity coefiicient beta [cm^2/g] as a function of muon energy


Field Summary
static double[] betaArray
           
static double[] logEarray
           
 
Constructor Summary
CELbeta()
           
 
Method Summary
static double getBeta(double logEnergy)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logEarray

public static final double[] logEarray

betaArray

public static final double[] betaArray
Constructor Detail

CELbeta

public CELbeta()
Method Detail

getBeta

public static double getBeta(double logEnergy)

main

public static void main(java.lang.String[] args)