|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjecticeCube.uhe.interactions.PhotoNuclear
public class PhotoNuclear
Constructor Summary | |
---|---|
PhotoNuclear(Particle p,
ParticlePoint s)
Constructor |
Method Summary | |
---|---|
double |
getDSigmaDy(double y)
Differential cross section dsigma/dy [cm^2] y = 1 - Erecoiling/Eincoming -- inelasticity parameter |
double |
getDSigmaDz(double z)
Differential cross section dsigma/dz [cm^2] z = Erecoiling/Eincoming -- inelasticity parameter |
double |
getEnergyCut()
|
double |
getFunction(int functionIndex,
double[] parameters,
double x)
Method for interface |
double |
getIncidentParticleEnergy()
|
double |
getSigma()
Total cross section [cm^2] |
double |
getYDSigmaDy(double lowerY,
double upperY)
Integral y*dSigma/dy over a given range to obtain the inelasticity distribution. |
double |
getYmax()
|
double |
getYmin()
Getting the range of allowed y for a given interaction |
double |
getZDSigmaDZ(double lowerZ,
double upperZ)
Integral z*dSigma/dz over a given range to obtain the inelasticity distribution. |
double |
integralDSigmaDy(double lowerY,
double upperY)
Integral dSigma/dy over a given range to obtain a partial cross section |
double |
integralDSigmaDz(double lowerZ,
double upperZ)
Integral dSigma/dz over a given range to obtain a partial cross section |
java.lang.String |
interactionName()
Show the name of interaction |
boolean |
isValidInelasticity(double y)
Checking the range of the given inelasticity y that is determined in an individual interaction channel. |
boolean |
isValidParticle(Particle p)
Checking the particle kind involved with a given interaction. |
void |
setEnergyCut(double cutEnergy)
Energy Cut Parameter in integration to obtain the total cross section. |
void |
setIncidentParticleEnergy(double energy)
Set The incident particle energy [GeV]. |
void |
setIncidentParticleEnergy(int iLogE)
|
void |
showIntegralErrorMessage(double lowerY,
double upperY)
Error message utility |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface numRecipes.Function |
---|
getFunction |
Constructor Detail |
---|
public PhotoNuclear(Particle p, ParticlePoint s) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public double getDSigmaDy(double y)
public boolean isValidInelasticity(double y)
public double getYmin()
public double getYmax()
public boolean isValidParticle(Particle p)
public java.lang.String interactionName()
public void setIncidentParticleEnergy(double energy)
Set The incident particle energy [GeV]. The default value has been given by the constructor Interactions( ) with p.getEnergy( ) where p is the Particle class. You might want to set, however, a different value such as logE = logEnergyMinimum + deltaLogE*ilogE where ilogE is i'th index of the logEnergyMatrix in the Particle class p. This method provides you with a way to put the incident particle energy.
public void setIncidentParticleEnergy(int iLogE)
public double getIncidentParticleEnergy()
public double getDSigmaDz(double z)
Differential cross section dsigma/dz [cm^2] z = Erecoiling/Eincoming -- inelasticity parameter
public void setEnergyCut(double cutEnergy)
public double getEnergyCut()
public double getSigma()
public double integralDSigmaDy(double lowerY, double upperY)
public double integralDSigmaDz(double lowerZ, double upperZ)
public double getYDSigmaDy(double lowerY, double upperY)
public double getZDSigmaDZ(double lowerZ, double upperZ)
public double getFunction(int functionIndex, double[] parameters, double x)
Method for interface. Interface the differntial cross sections given here to the utility methods such as the Romberg Integration code that is desinged for a genereal function in form of Func(x). functionIndex 1 dsigma/dy functionIndex 2 dsigma/dz z = y-1 functionIndex 3 y x dsigma/dy functionIndex 4 z x dsigma/dz
getFunction
in interface Function
public void showIntegralErrorMessage(double lowerY, double upperY)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |