20#ifndef GEANT4_GM_ELEMENT_H
21#define GEANT4_GM_ELEMENT_H
35 const std::string& name,
const std::string& symbol,
double z,
double a);
37 Element(
const std::string& name,
const std::string& symbol,
45 virtual std::string
Name()
const;
46 virtual std::string
Symbol()
const;
48 virtual double Z()
const;
49 virtual double N()
const;
50 virtual double A()
const;
61 void CheckIndex(
int iel)
const;
VGM implementation for Geant4 element.
virtual double N() const
Return the effective number of nucleons.
virtual int NofIsotopes() const
Return the number of isotopes constituing this element.
virtual double Z() const
Return the effective atomic number.
virtual VGM::IIsotope * Isotope(int i) const
Return the i-th isotope constituing this element.
virtual std::string Symbol() const
Return the symbol of this element.
virtual std::string Name() const
Return the name of this element.
virtual double A() const
Return the effective effective mass of a mole in g/mole.
virtual double RelAbundance(int i) const
Return the relative abundance (the fraction of nb of atomes per volume) of the i-th isotope constitui...
The VGM interface to elements.
The VGM interface to elements.
VGM implementation for Geant4.
std::vector< double > RelAbundanceVector
std::vector< IIsotope * > IsotopeVector