|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjecticeCube.uhe.event.MonteCarloBase
iceCube.uhe.interactions.InteractionsBase
public class InteractionsBase
The InteractionsBase class to treat all of interactions same as decay for RunManager class. This class and other "Base" classes inherit the MonteCarloBase class.
Field Summary | |
---|---|
static int |
neutrinoFactor
In order to save CPU time, we increase neutrino cross section by this factor. |
Constructor Summary | |
---|---|
InteractionsBase(InteractionsMatrix intMtx)
Constructor for making the cumulative table. |
Method Summary | |
---|---|
double |
getCumulativeProbability(double logPrimaryEnergy,
double logProducedEnergy)
Get Cumulative Probability on a given log(Primary Energy [GeV]), log(Produced Energy [GeV]) |
java.lang.String |
getInteractionName()
Get the name of the interaction |
static double |
getLogEnergyProducedMinimum()
|
double |
getNeutrinoPathLength(double logEnergy,
RandomGenerator rand)
Get pathlength for neutrino. |
double |
getNeutrinoPathLength(int iLogE,
RandomGenerator rand)
Get pathlength for neutrino. |
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 propagateing |
int |
getPropFlavor()
Get the flavor of the particle propagateing |
int |
getTypeOfInteraction()
Get type of the interaction (Interaction->0; Decay->1) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static int neutrinoFactor
Constructor Detail |
---|
public InteractionsBase(InteractionsMatrix intMtx)
Method Detail |
---|
public static double getLogEnergyProducedMinimum()
public double getPathLength(int iLogE, RandomGenerator rand)
getPathLength
in class MonteCarloBase
public double getPathLength(double logEnergy, RandomGenerator rand)
getPathLength
in class MonteCarloBase
public double getNeutrinoPathLength(int iLogE, RandomGenerator rand)
getNeutrinoPathLength
in class MonteCarloBase
public double getNeutrinoPathLength(double logEnergy, RandomGenerator rand)
getNeutrinoPathLength
in class MonteCarloBase
public double getProducedEnergy(int iLogE, RandomGenerator rand)
getProducedEnergy
in class MonteCarloBase
public double getProducedEnergy(double logEnergy, RandomGenerator rand)
getProducedEnergy
in class MonteCarloBase
public double getCumulativeProbability(double logPrimaryEnergy, double logProducedEnergy)
double logPrimaryEnergy : Log (Input Primary Energy [GeV]) double logPproducedEnergy : Log (Produced Energy [GeV] via this interaction)
public int getPropFlavor()
getPropFlavor
in class MonteCarloBase
public int getPropDoublet()
getPropDoublet
in class MonteCarloBase
public int getProducedFlavor()
getProducedFlavor
in class MonteCarloBase
public java.lang.String getInteractionName()
getInteractionName
in class MonteCarloBase
public int getTypeOfInteraction()
getTypeOfInteraction
in class MonteCarloBase
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |