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

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

#include <ProductionNormalizationRecord.h>

Inheritance diagram for ProductionNormalizationRecord:
NormalizationRecordChildrenWrapper Record Child< NormalizationRecord >

List of all members.

Public Member Functions

 ProductionNormalizationRecord (list< string > cardArg, NormalizationRecord *myNormalizationRecord)
 Constructor, constructs the object.

Detailed Description

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

Author:
Rikard Lundmark
Note:
Currently only a dummy class.

Definition at line 39 of file ProductionNormalizationRecord.h.


Constructor & Destructor Documentation

ProductionNormalizationRecord::ProductionNormalizationRecord ( list< string >  cardArg,
NormalizationRecord myNormalizationRecord 
)

Constructor, constructs the object.

Parameters:
cardArgThe card string(s) corresponding to this record.
myNormalizationRecordA pointer to the Normalization record corresponding to this record.

Definition at line 3 of file ProductionNormalizationRecord.cpp.

  :NormalizationRecordChildrenWrapper(myNormalization), 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