![]() |
ENSDF++ 1.1
An easy, fast and simple way to run querys towards the ENSDF database, written in C++.
|
Corresponds to a single Delayed particle record in the ENSDF database (including continuation records). More...
#include <DelayedParticleRecord.h>
Public Member Functions | |
DelayedParticleRecord (list< string > cardArg, NormalizationRecord *myNormalizationRecord, LevelRecord *level, ParentRecord *myParentRecord, QValueRecord *qValRecord) | |
Constructor, called when the object is constructed by the Dataset class. |
Corresponds to a single Delayed particle record in the ENSDF database (including continuation records).
Definition at line 45 of file DelayedParticleRecord.h.
DelayedParticleRecord::DelayedParticleRecord | ( | list< string > | cardArg, |
NormalizationRecord * | myNormalizationRecord, | ||
LevelRecord * | level, | ||
ParentRecord * | myParentRecord, | ||
QValueRecord * | qValRecord | ||
) |
Constructor, called when the object is constructed by the Dataset class.
cardArg | The card string(s) corresponding to this record. |
myNormalizationRecord | A pointer to the Normalization record corresponding to this record. |
level | A lpointer to the Level record corresponding to this record. |
myParentRecord | 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 5 of file DelayedParticleRecord.cpp.
:Record(cardArg), LevelRecordChildrenWrapper(levelArg), ParentRecordChildrenWrapper(myParent), QValueRecordChildrenWrapper(qValArg) { }