VGM Version 5.3
|
The VGM interface to elements. More...
#include <IIsotope.h>
Public Member Functions | |
virtual | ~IIsotope () |
virtual std::string | Name () const =0 |
Return the name of this element. | |
virtual int | Z () const =0 |
Return the effective atomic number. | |
virtual int | N () const =0 |
Return the effective number of nucleons. | |
virtual double | A () const =0 |
Return the effective effective mass of a mole in g/mole. | |
The VGM interface to elements.
Definition at line 27 of file IIsotope.h.
|
inlinevirtual |
Definition at line 30 of file IIsotope.h.
|
pure virtual |
Return the name of this element.
Implemented in Geant4GM::Isotope, and RootGM::Isotope.
|
pure virtual |
Return the effective atomic number.
Implemented in Geant4GM::Isotope, and RootGM::Isotope.
|
pure virtual |
Return the effective number of nucleons.
Implemented in Geant4GM::Isotope, and RootGM::Isotope.
|
pure virtual |
Return the effective effective mass of a mole in g/mole.
Implemented in Geant4GM::Isotope, and RootGM::Isotope.