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

Corresponds to a single Delayed particle record in the ENSDF database (including continuation records). More...

#include <DelayedParticleRecord.h>

Inheritance diagram for DelayedParticleRecord:
Record LevelRecordChildrenWrapper ParentRecordChildrenWrapper QValueRecordChildrenWrapper Child< LevelRecord > Child< ParentRecord > Child< QValueRecord >

List of all members.

Public Member Functions

 DelayedParticleRecord (list< string > cardArg, NormalizationRecord *myNormalizationRecord, LevelRecord *level, ParentRecord *myParentRecord, QValueRecord *qValRecord)
 Constructor, called when the object is constructed by the Dataset class.

Detailed Description

Corresponds to a single Delayed particle record in the ENSDF database (including continuation records).

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

Definition at line 45 of file DelayedParticleRecord.h.


Constructor & Destructor Documentation

DelayedParticleRecord::DelayedParticleRecord ( list< string >  cardArg,
NormalizationRecord myNormalizationRecord,
LevelRecord level,
ParentRecord myParentRecord,
QValueRecord qValRecord 
)

Constructor, called when the object is constructed by the Dataset class.

Parameters:
cardArgThe card string(s) corresponding to this record.
myNormalizationRecordA pointer to the Normalization record corresponding to this record.
levelA lpointer to the Level record corresponding to this record.
myParentRecordA pointer to the Parent record corresponding to this record.
qValRecordA pointer to the Q value record corresponding to this record.

Definition at line 5 of file DelayedParticleRecord.cpp.


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