ENSDF++ 1.1
An easy, fast and simple way to run querys towards the ENSDF database, written in C++.
AlphaRecord.cpp
Go to the documentation of this file.
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 }
 All Classes Files Functions Variables Enumerations Enumerator Defines

Back to the main page of the Precalibrated Ion Beam Identification Detector project

Created by Rikard Lundmark