![]() |
KaliVeda
Toolkit for HIC analysis
|
#include <KVElementDensityTable.h>
Public Member Functions | |
KVElementDensityTable () | |
Default constructor. More... | |
virtual | ~KVElementDensityTable () |
Destructor. More... | |
KVElementDensity * | FindElementByName (const Char_t *) const |
Search table for an element with the given name. Case-insensitive. More... | |
KVElementDensity * | FindElementBySymbol (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 () |
![]() | |
KVNuclDataTable () | |
Default constructor. More... | |
KVNuclDataTable (KVString classname) | |
Constructor with class name of the store objects. More... | |
virtual | ~KVNuclDataTable () |
Destructor. More... | |
KVString | GetCommentsFromFile () const |
KVNuclData * | GetData (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::value * | getNDTvalue (Int_t zz, Int_t aa) const |
KVElementDensityTable::KVElementDensityTable | ( | ) |
Default constructor.
Definition at line 17 of file KVElementDensityTable.cpp.
|
virtual |
Destructor.
Definition at line 29 of file KVElementDensityTable.cpp.
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.
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.
|
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.
|
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.
|
virtual |
Implements KVNuclDataTable.
Definition at line 38 of file KVElementDensityTable.cpp.