#include <CLightP.h>
Inheritance diagram for CLightP:
Public Member Functions | |
CLightP (int iZ, int iA, float fS, string sName) | |
constructor which creates a CTlBarDist object | |
CLightP (int, int, float, CTlBarDist *, CSigBarDist *) | |
constructor which uses an existing CTlBarDist object | |
~CLightP () | |
destructor | |
Public Attributes | |
CTlBarDist * | tlArray |
gives transmission coefficients | |
CSigBarDist * | sigBarDist |
gives inverse xsections for charged part | |
float | suppress |
suppression factor to scale Hauser-Feshbach width | |
float | fMInertia |
moment of inertia of residue | |
float | fMInertiaOrbit |
moment of inerria for orbit of light P | |
float | separationEnergy |
separation energy in MeV | |
float | fPair |
pairing energy of residue | |
float | fShell |
shell correction for residue | |
CNuclide | residue |
contains info on the daughter nucleus | |
bool | odd |
true for odd mass | |
SStoreEvap * | storeEvap |
store evaporation info | |
int | iStore |
number of storeEvap used | |
float | width |
decay width in MeV | |
float | rLight |
radius of light particle in fm | |
Static Public Attributes | |
static int const | nStore = 5000 |
number of evap sub Channels allowed | |
Protected Attributes | |
bool | mustDelete |
bool to remember that we must delete the tLArray |
!
Class CLightP contains all the important information concerning a light particle evaporation channel, it has pointers to a cTlArray class to calculate transmission coeff.
CLightP::CLightP | ( | int | iZ0, | |
int | iA0, | |||
float | fJ0, | |||
string | name0 | |||
) |
constructor which creates a CTlBarDist object
iZ0 | proton number of particle | |
iA0 | mass number of particle | |
fJ0 | spin of particle | |
name0 | name of *.tl file containing transmission coefs. |
CLightP::CLightP | ( | int | iZ0, | |
int | iA0, | |||
float | fJ0, | |||
CTlBarDist * | tlArray0, | |||
CSigBarDist * | sigBarDist0 | |||
) |
constructor which uses an existing CTlBarDist object
Alternative constructor which uses a previously defined transmission coeff object CTlArray
iZ0 | proton number of particle | |
iA0 | mass number of particle | |
fJ0 | spin of particle | |
tlArray0 | is the pointer to the object for transmission coefficients | |
sigBarDist0 | is the pointer to the object for inverse xsections |
CLightP::~CLightP | ( | ) |
destructor
Destructor