|
|
| LevelRecord (vector< string > ensdf) |
| |
|
void | resetDisintegrationIntensity () |
| |
|
void | cumulDisintegrationIntensity (double disintIntensity) |
| |
|
double | getDisintegrationIntensity () const |
| |
|
void | setLevelCanDecay (bool canDecay) |
| |
|
bool | levelCanDecay () const |
| |
|
double | getEnergy () const |
| |
|
double | getHalfLife () const |
| |
|
| Record (vector< string > ensdf) |
| |
|
vector< string > | getRecords () const |
| |
|
void | addLeaf (Leaf< LevelRecord > *leaf) |
| |
|
void | removeLeaf (Leaf< LevelRecord > *leaf) |
| |
|
vector< Leaf< LevelRecord > * > | getLeaves () const |
| |
|
bool | operator== (const Branch< Leaf< LevelRecord > > &rhs) const |
| |
|
|
double | disintegrationIntensity |
| |
|
double | energy |
| |
|
double | halfLife |
| |
|
bool | canDecay |
| |
|
vector< string > | lines |
| |
|
vector< Leaf< LevelRecord > * > | branchLeaves |
| |
|
|
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 243 of file egs_ensdf.h.
The documentation for this class was generated from the following files: