ENSDF++ 1.1
An easy, fast and simple way to run querys towards the ENSDF database, written in C++.
LevelRecordChildrenWrapper.cpp
Go to the documentation of this file.
00001 #include "LevelRecordChildrenWrapper.h"
00002 
00003 const LevelRecord * LevelRecordChildrenWrapper::getLevelRecord() const
00004 {
00005   return getChildAddable();
00006 }
00007 
00008 LevelRecordChildrenWrapper::LevelRecordChildrenWrapper(LevelRecord * toSet)
00009   :Child<LevelRecord>(toSet)
00010 {
00011 
00012 }
 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