![]() |
ENSDF++ 1.1
An easy, fast and simple way to run querys towards the ENSDF database, written in C++.
|
00001 #include "AlphaRecord.h" 00002 00003 AlphaRecord::AlphaRecord(list<string> cardArg, NormalizationRecord* myNormalization, LevelRecord* levelArg, ParentRecord * myParent, QValueRecord* qValArg) 00004 :Record(cardArg), ParentRecordChildrenWrapper(myParent), QValueRecordChildrenWrapper(qValArg), LevelRecordChildrenWrapper(levelArg), NormalizationRecordChildrenWrapper(myNormalization) 00005 { 00006 //No handling of this record implemented, this is a dummy object. 00007 00008 }