iceCube.uhe.interactions
Class NeutrinoBHevaporationMatrix

java.lang.Object
  extended by iceCube.uhe.interactions.InteractionsMatrix
      extended by iceCube.uhe.interactions.NeutrinoBHevaporationMatrix
All Implemented Interfaces:
java.io.Serializable

public class NeutrinoBHevaporationMatrix
extends InteractionsMatrix

See Also:
Serialized Form

Constructor Summary
NeutrinoBHevaporationMatrix(NeutrinoBHevaporation interactions)
          Constructor: Generate the matrix array
 
Method Summary
 void setSigmaMatrix(int iLogE)
          Calculate the total cross section matrix
 void setTransferMatrix(int iLogE, int jLogE)
          Calculate the transfer matrix
 
Methods inherited from class iceCube.uhe.interactions.InteractionsMatrix
getDoublet, getFlavor, getInelasticityMatrix, getLeptonTransferMatrix, getProducedFlavor, getSigmaMatrix, getTransferMatrix, isValidIndex
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NeutrinoBHevaporationMatrix

public NeutrinoBHevaporationMatrix(NeutrinoBHevaporation interactions)
Constructor: Generate the matrix array

Method Detail

setSigmaMatrix

public void setSigmaMatrix(int iLogE)
Calculate the total cross section matrix

Overrides:
setSigmaMatrix in class InteractionsMatrix

setTransferMatrix

public void setTransferMatrix(int iLogE,
                              int jLogE)
Calculate the transfer matrix

Overrides:
setTransferMatrix in class InteractionsMatrix