iceCube.uhe.propagation
public class RunPropagationMatrixZeus extends RunPropagationMatrix
| Constructor and 説明 |
|---|
RunPropagationMatrixZeus(double nadirAngle,
int intSwitch,
int decaySwitch,
int mediumNumber)
Constructor.
|
RunPropagationMatrixZeus(double nadirAngle,
int intSwitch,
int decaySwitch,
int mediumNumber,
double neutrinoFactor) |
saveMatrix, traceParticles, traceParticlespublic RunPropagationMatrixZeus(double nadirAngle,
int intSwitch,
int decaySwitch,
int mediumNumber)
throws java.io.IOException
Constructor. Generate the relevant particles objects and
the propagation matrix object. The medium is assumed to be
the standard rock.
double nadirAngle: Nadir angle [deg] of trajectory of the incoming particles.
int inSwitch: Interaction Switch to turn on/off the individual interaction
channel.
int decaySwitch: Decay Switch to turn on/off the individual decay channel.
int mediumNumber: Medium number 0 ice 1 rock
java.io.IOExceptionpublic RunPropagationMatrixZeus(double nadirAngle,
int intSwitch,
int decaySwitch,
int mediumNumber,
double neutrinoFactor)
throws java.io.IOException
java.io.IOException