EGSnrc C++ class library  Report PIRS-898 (2021)
Iwan Kawrakow, Ernesto Mainegra-Hing, Frederic Tessier, Reid Townson and Blake Walters
Public Member Functions | Protected Attributes | List of all members
ParentRecord Class Reference
Inheritance diagram for ParentRecord:
Record Branch< Leaf< ParentRecord > >

Public Member Functions

 ParentRecord (vector< string > ensdf)
 
double getHalfLife () const
 
double getQ () const
 
- Public Member Functions inherited from Record
 Record (vector< string > ensdf)
 
vector< string > getRecords () const
 
- Public Member Functions inherited from Branch< Leaf< ParentRecord > >
void addLeaf (Leaf< ParentRecord > *leaf)
 
void removeLeaf (Leaf< ParentRecord > *leaf)
 
vector< Leaf< ParentRecord > * > getLeaves () const
 
bool operator== (const Branch< Leaf< ParentRecord > > &rhs) const
 

Protected Attributes

double halfLife
 
double Q
 
- Protected Attributes inherited from Record
vector< string > lines
 
- Protected Attributes inherited from Branch< Leaf< ParentRecord > >
vector< Leaf< ParentRecord > * > branchLeaves
 

Additional Inherited Members

- Protected Member Functions inherited from Record
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)
 

Detailed Description

Definition at line 187 of file egs_ensdf.h.


The documentation for this class was generated from the following files: