|
| GammaRecord (vector< string > ensdf, ParentRecord *myParent, NormalizationRecord *myNormalization, LevelRecord *myLevel) |
|
| GammaRecord (GammaRecord *gamma) |
|
double | getDecayEnergy () const |
|
double | getTransitionIntensity () const |
|
double | getGammaIntensity () const |
|
double | getGammaIntensityUnc () const |
|
double | getICIntensity () const |
|
double | getICIntensityUnc () const |
|
double | getIPIntensity () const |
|
double | getIPIntensityUnc () const |
|
void | setTransitionIntensity (double newIntensity) |
|
void | setGammaIntensity (double newIntensity) |
|
void | setICIntensity (double newIntensity) |
|
double | getMultiTransitionProb () const |
|
void | setMultiTransitionProb (double newIntensity) |
|
int | getCharge () const |
|
LevelRecord * | getFinalLevel () const |
|
void | setFinalLevel (LevelRecord *newLevel) |
|
void | incrGammaSampled () |
|
void | incrICSampled () |
|
void | incrIPSampled () |
|
EGS_I64 | getGammaSampled () const |
|
EGS_I64 | getICSampled () const |
|
EGS_I64 | getIPSampled () const |
|
double | getBindingEnergy (int shell) const |
|
void | relax (int shell, EGS_Float ecut, EGS_Float pcut, EGS_RandomGenerator *rndm, double &edep, EGS_SimpleContainer< EGS_RelaxationParticle > &particles) |
|
| Record (vector< string > ensdf) |
|
vector< string > | getRecords () const |
|
| ParentRecordLeaf (ParentRecord *myRecord) |
|
virtual ParentRecord * | getParentRecord () const |
|
| Leaf (ParentRecord *existingBranch) |
|
virtual ParentRecord * | getBranch () const |
|
void | removeBranch () |
|
bool | operator== (const ParentRecord &rhs) const |
|
| NormalizationRecordLeaf (NormalizationRecord *myRecord) |
|
virtual NormalizationRecord * | getNormalizationRecord () const |
|
| Leaf (NormalizationRecord *existingBranch) |
|
virtual NormalizationRecord * | getBranch () const |
|
void | removeBranch () |
|
bool | operator== (const NormalizationRecord &rhs) const |
|
| LevelRecordLeaf (LevelRecord *myRecord) |
|
virtual LevelRecord * | getLevelRecord () const |
|
| Leaf (LevelRecord *existingBranch) |
|
virtual LevelRecord * | getBranch () const |
|
void | removeBranch () |
|
bool | operator== (const LevelRecord &rhs) const |
|
|
double | recordToDouble (int startPos, int endPos) |
|
string | recordToString (int startPos, int endPos) |
|
double | getTag (string searchString, string notAfter) |
|
double | parseHalfLife (int startPos, int endPos) |
|
double | parseStdUncertainty (string value, string stdUncertainty) |
|
string | getStringAfter (string searchString, size_t len) |
|
Definition at line 357 of file egs_ensdf.h.