![]() |
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 <ProductionNormalizationRecord.h>
Public Member Functions | |
ProductionNormalizationRecord (list< string > cardArg, NormalizationRecord *myNormalizationRecord) | |
Constructor, constructs the object. |
Representing a single Alpha record in the ENSDF database (including continuation records).
Definition at line 39 of file ProductionNormalizationRecord.h.
ProductionNormalizationRecord::ProductionNormalizationRecord | ( | list< string > | cardArg, |
NormalizationRecord * | myNormalizationRecord | ||
) |
Constructor, constructs the object.
cardArg | The card string(s) corresponding to this record. |
myNormalizationRecord | A pointer to the Normalization record corresponding to this record. |
Definition at line 3 of file ProductionNormalizationRecord.cpp.
:NormalizationRecordChildrenWrapper(myNormalization), Record(cardArg) { }