iceCube.uhe.propagation
Class MakePropMtxTableByFactory

java.lang.Object
  extended by iceCube.uhe.propagation.MakePropMtxTableByFactory

public class MakePropMtxTableByFactory
extends java.lang.Object

This class is to generate propagation matrix table in F2K format for offline IceCube analysis. By using PropagationMatrixFactory, it writes (nu-e to iniceParticle) +(nu-mu to iniceParticle) + (nu-tau to iniceParticle). They constitute a neutrino yield in calculating the sensitivity. Refer to I3ParticleFlux class in the analysis package to see how these matrix elements contribute to the yield calculation. This class has only a main method. Written by S. Yoshida Feb 5th 2009.


Constructor Summary
MakePropMtxTableByFactory()
           
 
Method Summary
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
 

Constructor Detail

MakePropMtxTableByFactory

public MakePropMtxTableByFactory()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Throws:
java.io.IOException