24 <<
"\"" << isotope.
Name() <<
"\" "
25 <<
" Z = " << isotope.
Z() <<
" N = " << isotope.
N()
26 <<
" A = " << isotope.
A() <<
" g/mole";
The VGM interface to elements.
virtual int N() const =0
Return the effective number of nucleons.
virtual std::string Name() const =0
Return the name of this element.
virtual double A() const =0
Return the effective effective mass of a mole in g/mole.
virtual int Z() const =0
Return the effective atomic number.
std::ostream & operator<<(std::ostream &out, const VGM::IIsotope &isotope)