ENSDF++ 1.1
An easy, fast and simple way to run querys towards the ENSDF database, written in C++.
DelayedParticleRecord.cpp
Go to the documentation of this file.
00001 #include "DelayedParticleRecord.h"
00002 
00003 using namespace std;
00004 
00005 DelayedParticleRecord::DelayedParticleRecord(list<string> cardArg, NormalizationRecord* myNormalizationRecord, LevelRecord* levelArg, ParentRecord * myParent, QValueRecord* qValArg)
00006   :Record(cardArg), LevelRecordChildrenWrapper(levelArg), ParentRecordChildrenWrapper(myParent), QValueRecordChildrenWrapper(qValArg)
00007 {
00008 
00009 }
 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