Geant4-11
|
Class that stores isotopic abundances for a given element. More...
#include <G4INCLNaturalIsotopicDistributions.hh>
Public Member Functions | |
G4int | drawRandomIsotope () const |
Draw a random isotope based on the abundance vector. More... | |
IsotopeVector const & | getIsotopes () const |
Get the isotope vector. More... | |
IsotopicDistribution (IsotopeVector const &aVector) | |
Constructor. More... | |
Private Attributes | |
IsotopeVector | theIsotopes |
Class that stores isotopic abundances for a given element.
Definition at line 64 of file G4INCLNaturalIsotopicDistributions.hh.
G4INCL::IsotopicDistribution::IsotopicDistribution | ( | IsotopeVector const & | aVector | ) |
Constructor.
Definition at line 59 of file G4INCLNaturalIsotopicDistributions.cc.
References theIsotopes.
G4int G4INCL::IsotopicDistribution::drawRandomIsotope | ( | ) | const |
Draw a random isotope based on the abundance vector.
Definition at line 74 of file G4INCLNaturalIsotopicDistributions.cc.
References G4INCL::Random::shoot(), and theIsotopes.
Referenced by G4INCL::NaturalIsotopicDistributions::drawRandomIsotope().
IsotopeVector const & G4INCL::IsotopicDistribution::getIsotopes | ( | ) | const |
Get the isotope vector.
Definition at line 83 of file G4INCLNaturalIsotopicDistributions.cc.
References theIsotopes.
Referenced by G4INCL::INCL::initUniverseRadius().
|
private |
Definition at line 77 of file G4INCLNaturalIsotopicDistributions.hh.
Referenced by drawRandomIsotope(), getIsotopes(), and IsotopicDistribution().