21 #ifndef _NATURAL_ISOTOPES_H_ 22 #define _NATURAL_ISOTOPES_H_ 32 class NaturalIsotopeElementData;
70 int PdgCode (
void)
const {
return fPdgCode; }
71 double Abundance (
void)
const {
return fAbundance; }
79 #endif // _NATURAL_ISOTOPES_H_ THE MAIN GENIE PROJECT NAMESPACE
NaturalIsotopeElementData(int code, double abundance)
~NaturalIsotopeElementData()
void DummyMethodAndSilentCompiler()
double Abundance(void) const
NaturalIsotopeElementData()
int NElements(int Z) const
static NaturalIsotopes * Instance(void)
map< int, vector< NaturalIsotopeElementData * > > fNaturalIsotopesTable
CodeOutputInterface * code
virtual ~NaturalIsotopes()
static NaturalIsotopes * fInstance
Singleton class to load & serve tables of natural occurring isotopes.
const NaturalIsotopeElementData * ElementData(int Z, int ielement) const