ENSDF++ 1.1
An easy, fast and simple way to run querys towards the ENSDF database, written in C++.
Public Member Functions
HistoryRecord Class Reference

Representing a single History record in the ENSDF database (including continuation records). More...

#include <HistoryRecord.h>

Inheritance diagram for HistoryRecord:
Record

List of all members.

Public Member Functions

 HistoryRecord (list< string > cardArg)
 Creates the object.

Detailed Description

Representing a single History record in the ENSDF database (including continuation records).

Author:
Rikard Lundmark
Note:
Not fully implemented.

Definition at line 37 of file HistoryRecord.h.


Constructor & Destructor Documentation

HistoryRecord::HistoryRecord ( list< string >  cardArg)

Creates the object.

Parameters:
cardArgThe card string(s) corresponding to this record.

Definition at line 3 of file HistoryRecord.cpp.

  :Record(cardArg)
{

}

The documentation for this class was generated from the following files:
 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