ENSDF++ 1.1
An easy, fast and simple way to run querys towards the ENSDF database, written in C++.
ReferenceRecord.cpp
Go to the documentation of this file.
00001 #include "ReferenceRecord.h"
00002 
00003 using namespace std;
00004 
00005 ReferenceRecord::ReferenceRecord(list<string> cardArg)
00006   :Record(cardArg)
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