ENSDF++ 1.1
An easy, fast and simple way to run querys towards the ENSDF database, written in C++.
Isotop.h
Go to the documentation of this file.
00001 
00013 using namespace std;
00014 
00015 #ifndef LIST
00016 #define LIST //!<Inclusion guard
00017 #include <list>
00018 #endif
00019 
00020 #ifndef STRING
00021 #define STRING //!<Inclusion guard
00022 #include <string>
00023 #endif
00024 
00025 #include "Dataset.h"
00026 #include "Nukleid.h"
00027 #include "LevelRecord.h"
00028 #include "DataFileException.h"
00029 
00030 //dummy classes for testing purposes
00031 #ifndef ISOTOP_H
00032 #define ISOTOP_H //!<Inclusion guard
00033 
00037 class Isotop
00038 {
00039  public:
00040   Isotop(list< list<string> > indata 
00041          ); 
00042   ~Isotop(); 
00043 
00044   Nukleid getNukleid() const; 
00045   list<Dataset* > getDatasets() const; 
00046  protected:
00047   list<Dataset* > myDatasets; 
00048   Nukleid myNukleid; 
00049 };
00050 #endif
 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