ENSDF++ 1.1
An easy, fast and simple way to run querys towards the ENSDF database, written in C++.
DataQuery.h
Go to the documentation of this file.
00001 
00011 using namespace std;
00012 
00013 #include "ENSDF.h"
00014 
00015 #ifndef DATAQUERY_H
00016 #define DATAQUERY_H //!<Inclusion guard.
00017 
00023 class DataQuery: public VerbosePrinterEventEnabled
00024 {
00025  protected:
00026   const ENSDF * myENSDF; 
00027 };
00028 #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