![]() |
ENSDF++ 1.1
An easy, fast and simple way to run querys towards the ENSDF database, written in C++.
|
Representing a single Alpha record in the ENSDF database (including continuation records). More...
#include <AlphaRecord.h>
Public Member Functions | |
AlphaRecord (list< string > cardArg, NormalizationRecord *myNormalizationRecord, LevelRecord *level, ParentRecord *myParent, QValueRecord *qValRecord) | |
Constructor, called when the object is constructed by the Dataset. |
Representing a single Alpha record in the ENSDF database (including continuation records).
Definition at line 46 of file AlphaRecord.h.
AlphaRecord::AlphaRecord | ( | list< string > | cardArg, |
NormalizationRecord * | myNormalizationRecord, | ||
LevelRecord * | level, | ||
ParentRecord * | myParent, | ||
QValueRecord * | qValRecord | ||
) |
Constructor, called when the object is constructed by the Dataset.
cardArg | The card string(s) corresponding to this record. |
myNormalizationRecord | A pointer to the Normalization record corresponding to this record. |
level | A pointer to the Level record corresponding to this record. |
myParent | A pointer to the Parent record corresponding to this record. |
qValRecord | A pointer to the Q value record corresponding to this record. |
Definition at line 3 of file AlphaRecord.cpp.
:Record(cardArg), ParentRecordChildrenWrapper(myParent), QValueRecordChildrenWrapper(qValArg), LevelRecordChildrenWrapper(levelArg), NormalizationRecordChildrenWrapper(myNormalization) { //No handling of this record implemented, this is a dummy object. }