KaliVeda
Toolkit for HIC analysis
KVElementDensityTable Class Reference

Detailed Description

Table of atomic elements with their density.

Definition at line 18 of file KVElementDensityTable.h.

#include <KVElementDensityTable.h>

Inheritance diagram for KVElementDensityTable:

Public Member Functions

 KVElementDensityTable ()
 Default constructor. More...
 
virtual ~KVElementDensityTable ()
 Destructor. More...
 
KVElementDensityFindElementByName (const Char_t *) const
 Search table for an element with the given name. Case-insensitive. More...
 
KVElementDensityFindElementBySymbol (const Char_t *) const
 Search table for an element with the given symbol. Case-insensitive. More...
 
virtual void GiveIndexToNucleus (Int_t zz, Int_t aa, Int_t ntot)
 
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
 
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

virtual NDT::valuegetNDTvalue (Int_t zz, Int_t aa) const
 

Constructor & Destructor Documentation

◆ KVElementDensityTable()

KVElementDensityTable::KVElementDensityTable ( )

Default constructor.

Definition at line 17 of file KVElementDensityTable.cpp.

◆ ~KVElementDensityTable()

KVElementDensityTable::~KVElementDensityTable ( )
virtual

Destructor.

Definition at line 29 of file KVElementDensityTable.cpp.

Member Function Documentation

◆ FindElementByName()

KVElementDensity * KVElementDensityTable::FindElementByName ( const Char_t *  X) const

Search table for an element with the given name. Case-insensitive.

Definition at line 159 of file KVElementDensityTable.cpp.

◆ FindElementBySymbol()

KVElementDensity * KVElementDensityTable::FindElementBySymbol ( const Char_t *  X) const

Search table for an element with the given symbol. Case-insensitive.

Definition at line 179 of file KVElementDensityTable.cpp.

◆ getNDTvalue()

NDT::value * KVElementDensityTable::getNDTvalue ( Int_t  zz,
Int_t  aa 
) const
privatevirtual

Return NDT::value object pointer stored at map position (Z,A). Masses are not important, we use aa=2*zz+1

Reimplemented from KVNuclDataTable.

Definition at line 146 of file KVElementDensityTable.cpp.

◆ GiveIndexToNucleus()

void KVElementDensityTable::GiveIndexToNucleus ( Int_t  zz,
Int_t  aa,
Int_t  ntot 
)
virtual

Add a new entry in the table Masses are not important, we use aa=2*zz+1

Reimplemented from KVNuclDataTable.

Definition at line 131 of file KVElementDensityTable.cpp.

◆ Initialize()

void KVElementDensityTable::Initialize ( void  )
virtual

Implements KVNuclDataTable.

Definition at line 38 of file KVElementDensityTable.cpp.