4 #ifndef __KVElementDensityTable_H
5 #define __KVElementDensityTable_H
7 #include "KVNuclDataTable.h"
#define ClassDefOverride(name, id)
Table of atomic elements with their density.
void Initialize() override
NDT::value * getNDTvalue(Int_t zz, Int_t aa) const override
virtual ~KVElementDensityTable()
Destructor.
KVElementDensity * FindElementByName(const Char_t *) const
Search table for an element with the given name. Case-insensitive.
void GiveIndexToNucleus(Int_t zz, Int_t aa, Int_t ntot) override
KVElementDensity * FindElementBySymbol(const Char_t *) const
Search table for an element with the given symbol. Case-insensitive.
KVElementDensityTable()
Default constructor.
Atomic element with name, symbol and density.
Abstract base class for nuclear data table.