KaliVeda
Toolkit for HIC analysis
KVAbundanceTable Class Reference

Detailed Description

Store available values of the relative abundance of isotopes.

Created by KVClassFactory on Wed Feb 23 16:10:14 2011 Author: bonnet

Definition at line 17 of file KVAbundanceTable.h.

#include <KVAbundanceTable.h>

Inheritance diagram for KVAbundanceTable:

Public Member Functions

 KVAbundanceTable ()
 Default constructor. More...
 
virtual ~KVAbundanceTable ()
 Destructor. More...
 
KVAbundanceGetAbundance (Int_t zz, Int_t aa) const
 
virtual void Initialize ()
 
- Public Member Functions inherited from KVNuclDataTable
 KVNuclDataTable ()
 Default constructor. More...
 
 KVNuclDataTable (KVString classname)
 Constructor with class name of the store objects. More...
 
virtual ~KVNuclDataTable ()
 Destructor. More...
 
KVString GetCommentsFromFile () const
 
KVNuclDataGetData (Int_t zz, Int_t aa) const
 
Int_t GetNumberOfNuclei () const
 
const Char_t * GetReadFileName () const
 
const Char_t * GetUnit (Int_t zz, Int_t aa) const
 
Double_t GetValue (Int_t zz, Int_t aa) const
 
virtual void GiveIndexToNucleus (Int_t zz, Int_t aa, Int_t ntot)
 Add a new entry in the table. More...
 
void init ()
 
Bool_t IsInTable (Int_t zz, Int_t aa) const
 Returns kTRUE if there is a couple (Z,A) in the table. More...
 
Bool_t IsMeasured (Int_t zz, Int_t aa) const
 
void SetValue (Int_t zz, Int_t aa, Double_t val)
 

Private Member Functions

void init ()
 

Constructor & Destructor Documentation

◆ KVAbundanceTable()

KVAbundanceTable::KVAbundanceTable ( )

Default constructor.

Definition at line 15 of file KVAbundanceTable.cpp.

◆ ~KVAbundanceTable()

KVAbundanceTable::~KVAbundanceTable ( )
virtual

Destructor.

Definition at line 26 of file KVAbundanceTable.cpp.

Member Function Documentation

◆ GetAbundance()

KVAbundance * KVAbundanceTable::GetAbundance ( Int_t  zz,
Int_t  aa 
) const

Definition at line 179 of file KVAbundanceTable.cpp.

◆ init()

void KVAbundanceTable::init ( void  )
private

Definition at line 36 of file KVAbundanceTable.cpp.

◆ Initialize()

void KVAbundanceTable::Initialize ( void  )
virtual

Implements KVNuclDataTable.

Definition at line 45 of file KVAbundanceTable.cpp.