#include <CEvap.h>
Public Member Functions | |
~CEvap () | |
Static Public Member Functions | |
static CEvap * | instance () |
Public Attributes | |
int | nLight |
number of light-particle evaporation channels | |
CLightP ** | lightP |
array of evaporated particles | |
int | maxZ |
max Z of all fragments evaporated, IMF emission for larger Z's | |
SDecay * | decay |
information on secondary decay of evaporated particles | |
float * | prob |
probability for decay | |
Protected Member Functions | |
CEvap () | |
Protected Attributes | |
CTlBarDist ** | tlArray |
arrays of objects generating transmission coef. | |
CSigBarDist ** | sigBarDist |
arrays of objects generating inverse cross section | |
int | nTl |
number of transmission coef generating objects | |
Static Protected Attributes | |
static CEvap * | fInstance = 0 |
instance member to make this class a singleton |
!
class to store indormation on all the light particle evaporation channels
CEvap::CEvap | ( | ) | [protected] |
Constructor
CEvap::~CEvap | ( | ) |
Destructor