iceCube.uhe.decay
public class TauDecayBase extends MonteCarloBase
The TauDecayBase class to treat tau decay same as interactions for Event class.
This class and other "Base" classes inherit the MonteCarloBase class.
This class has TauDecayYMatrix object. It treats energy transfer as dN/dlogY,
Y = Edecay/Etau.
| Constructor and 説明 |
|---|
TauDecayBase(TauDecayYMatrix tauDecayMtx)
Constructor for making the table of lifetime and cumulative table.
|
| Modifier and Type | Method and 説明 |
|---|---|
int |
getDecayMode()
Get the decay mode (0:tau to electron, 1:tau to mu, 2:tau to hadron)
|
java.lang.String |
getInteractionName()
Get the name of interacion
|
double |
getNeutrinoPathLength(double logEnergy,
RandomGenerator rand)
This is a dummy method because this class extends MonteCarloBase.class
|
double |
getNeutrinoPathLength(int iLogE,
RandomGenerator rand)
This is a dummy method because this class extends MonteCarloBase.class
|
double |
getPathLength(double logEnergy,
RandomGenerator rand)
Get pathlength by random number.
|
double |
getPathLength(int iLogE,
RandomGenerator rand)
Get pathlength by random number.
|
double |
getProducedEnergy(double logEnergy,
RandomGenerator rand)
Get produced log energy.
|
double |
getProducedEnergy(int iLogE,
RandomGenerator rand)
Get produced log energy.
|
int |
getProducedFlavor()
Get the flavor of the produced particle
|
int |
getPropDoublet()
Get the doublet of the particle propagating
|
int |
getPropFlavor()
Get the flavor of the particle propagating
|
int |
getTypeOfInteraction()
get Type Of Interaction (Interaction->0; Decay->1)
|
void |
setCumulativeTable(TauDecayYMatrix tauDecayMtx)
Make a cumulative table of differential cross section.
|
void |
setDecayMode(RandomGenerator rand)
Choose the decay mode.
|
public TauDecayBase(TauDecayYMatrix tauDecayMtx)
public void setCumulativeTable(TauDecayYMatrix tauDecayMtx)
public double getPathLength(int iLogE,
RandomGenerator rand)
getPathLength クラス {1} 内の {0} MonteCarloBasepublic double getPathLength(double logEnergy,
RandomGenerator rand)
getPathLength クラス {1} 内の {0} MonteCarloBasepublic double getNeutrinoPathLength(int iLogE,
RandomGenerator rand)
getNeutrinoPathLength クラス {1} 内の {0} MonteCarloBasepublic double getNeutrinoPathLength(double logEnergy,
RandomGenerator rand)
getNeutrinoPathLength クラス {1} 内の {0} MonteCarloBasepublic double getProducedEnergy(int iLogE,
RandomGenerator rand)
getProducedEnergy クラス {1} 内の {0} MonteCarloBasepublic double getProducedEnergy(double logEnergy,
RandomGenerator rand)
getProducedEnergy クラス {1} 内の {0} MonteCarloBasepublic void setDecayMode(RandomGenerator rand)
public int getDecayMode()
public int getPropFlavor()
getPropFlavor クラス {1} 内の {0} MonteCarloBasepublic int getPropDoublet()
getPropDoublet クラス {1} 内の {0} MonteCarloBasepublic int getProducedFlavor()
getProducedFlavor クラス {1} 内の {0} MonteCarloBasepublic java.lang.String getInteractionName()
getInteractionName クラス {1} 内の {0} MonteCarloBasepublic int getTypeOfInteraction()
getTypeOfInteraction クラス {1} 内の {0} MonteCarloBase