ENSDF++ 1.1
An easy, fast and simple way to run querys towards the ENSDF database, written in C++.
BetaRecordWrapper.cpp
Go to the documentation of this file.
00001 #include "BetaRecordWrapper.h"
00002 
00003 BetaRecordWrapper::BetaRecordWrapper(list<string> cardArg, LevelRecord * myLevel, ParentRecord * myParent, QValueRecord * myQValue, NormalizationRecord * norm) 
00004   :LevelRecordChildrenWrapper(myLevel), 
00005    ParentRecordChildrenWrapper(myParent), 
00006    QValueRecordChildrenWrapper(myQValue), 
00007    NormalizationRecordChildrenWrapper(norm), 
00008    Record(cardArg)
00009 {
00010   //nothing to do here yet...
00011 }
 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