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
AlphaRecord Class Reference
Inheritance diagram for AlphaRecord:
Record ParentRecordLeaf NormalizationRecordLeaf LevelRecordLeaf Leaf< ParentRecord > Leaf< NormalizationRecord > Leaf< LevelRecord >

Public Member Functions

 AlphaRecord (vector< string > ensdf, ParentRecord *myParent, NormalizationRecord *myNormalization, LevelRecord *myLevel)
 
double getFinalEnergy () const
 
double getAlphaIntensity () const
 
double getAlphaIntensityUnc () const
 
int getCharge () const
 
void setAlphaIntensity (double newIntensity)
 
void incrNumSampled ()
 
EGS_I64 getNumSampled () const
 
- Public Member Functions inherited from Record
 Record (vector< string > ensdf)
 
vector< string > getRecords () const
 
- Public Member Functions inherited from ParentRecordLeaf
 ParentRecordLeaf (ParentRecord *myRecord)
 
virtual ParentRecordgetParentRecord () const
 
- Public Member Functions inherited from Leaf< ParentRecord >
 Leaf (ParentRecord *existingBranch)
 
virtual ParentRecordgetBranch () const
 
void removeBranch ()
 
bool operator== (const ParentRecord &rhs) const
 
- Public Member Functions inherited from NormalizationRecordLeaf
 NormalizationRecordLeaf (NormalizationRecord *myRecord)
 
virtual NormalizationRecordgetNormalizationRecord () const
 
- Public Member Functions inherited from Leaf< NormalizationRecord >
 Leaf (NormalizationRecord *existingBranch)
 
virtual NormalizationRecordgetBranch () const
 
void removeBranch ()
 
bool operator== (const NormalizationRecord &rhs) const
 
- Public Member Functions inherited from LevelRecordLeaf
 LevelRecordLeaf (LevelRecord *myRecord)
 
virtual LevelRecordgetLevelRecord () const
 
- Public Member Functions inherited from Leaf< LevelRecord >
 Leaf (LevelRecord *existingBranch)
 
virtual LevelRecordgetBranch () const
 
void removeBranch ()
 
bool operator== (const LevelRecord &rhs) const
 

Protected Attributes

EGS_I64 numSampled
 
double finalEnergy
 
double alphaIntensity
 
double alphaIntensityUnc
 
int q
 
- Protected Attributes inherited from Record
vector< string > lines
 

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 413 of file egs_ensdf.h.


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