23#include "TGeoElement.h"
31 new TGeoIsotope(name.data(), z, n, a /
RootGM::
Units::AtomicWeight()))
46 :
VGM::IIsotope(), fIsotope(tgeoIsotope)
static IsotopeMap * Instance()
void AddIsotope(VGM::IIsotope *, TGeoIsotope *)
virtual int N() const
Return the effective number of nucleons.
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 int Z() const
Return the effective atomic number.
Isotope(const std::string &name, int z, int n, double a)
Conversion from Root physical units to VGM units.
static double AtomicWeight()
Return Root atomic weight unit in VGM units.
VGM implementation for Root.