#include <CTlArray.h>
Public Member Functions | |
CTlArray (string) | |
float | getTermInExp (int iL, float fEk) |
void | prepare (int iZ) |
float | getTl (int iL, float fEk) |
float | getInverseXsec (float fEk) |
Public Attributes | |
int | iZMin |
the minimum Z-value for coefficinets are stored | |
Protected Attributes | |
SZcoef | zcoef |
structure to store coefficients parametrizating Tl's | |
string | sName |
name of file containg Tl parameters | |
float | shift |
energy shift used in the parametrization | |
SAngTl * | trans |
pointer to coefficents for a select iZ |
!
Provides transmission coefficients and inverse cross sections for light-partice evaporation
CTlArray::CTlArray | ( | string | sName0 | ) |
Constructor
sName0 | is the name of the *.tl file in directory /tl where the parameters specifying the transmission coefficents are contained |
float CTlArray::getInverseXsec | ( | float | fEk | ) |
returns the quantity which is related to the inverse cross section by
fEk | is the kinetic energy of the evaporated particle |
float CTlArray::getTermInExp | ( | int | iL, | |
float | fEk | |||
) |
The transmission coeff are parameterized as this function returns the value of x
iL | is the orbital angular momentum of the evaporated particle | |
fEk | is the kinetic energy of the evaporated particle |
float CTlArray::getTl | ( | int | iL, | |
float | fEk | |||
) |
Returns the transmission coefficient
iL | is the orbital angular momentum of the evaporated particle | |
fEk | is the kinetic energy of the evaporated particle |
void CTlArray::prepare | ( | int | iZ | ) |
prepares for a series of calls with the same Z value
iZ | is the proton number of the daughter |