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

Extended by all classes that contains pointers to a NormalizationRecord. More...

#include <NormalizationRecordChildrenWrapper.h>

Inheritance diagram for NormalizationRecordChildrenWrapper:
Child< NormalizationRecord > AlphaRecord BetaRecordWrapper GammaRecord ProductionNormalizationRecord BetaMinusRecord BetaPlusRecord

List of all members.

Public Member Functions

virtual const NormalizationRecordgetNormalizationRecord () const
 Get the NormalizationRecord.
 NormalizationRecordChildrenWrapper (NormalizationRecord *toSet)
 Constructor, associates the object with the NormalizationRecord by telling the NormalizationRecord in question that it has a child.

Detailed Description

Extended by all classes that contains pointers to a NormalizationRecord.

Author:
Rikard Lundmark

Definition at line 31 of file NormalizationRecordChildrenWrapper.h.


Constructor & Destructor Documentation

NormalizationRecordChildrenWrapper::NormalizationRecordChildrenWrapper ( NormalizationRecord toSet)

Constructor, associates the object with the NormalizationRecord by telling the NormalizationRecord in question that it has a child.

Parameters:
toSetThe NormalizationRecord to set.

Definition at line 8 of file NormalizationRecordChildrenWrapper.cpp.


Member Function Documentation

const NormalizationRecord * NormalizationRecordChildrenWrapper::getNormalizationRecord ( ) const [virtual]

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