Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
Class that stores isotopic abundances for a given element. More...
#include <G4INCLNaturalIsotopicDistributions.hh>
Public Member Functions | |
NaturalIsotopicDistributions () | |
Constructor. | |
G4int | drawRandomIsotope (G4int const Z) const |
Draw a random isotope. | |
IsotopicDistribution const & | getIsotopicDistribution (G4int const Z) const |
Get an isotopic distribution. | |
Class that stores isotopic abundances for a given element.
Definition at line 82 of file G4INCLNaturalIsotopicDistributions.hh.
G4INCL::NaturalIsotopicDistributions::NaturalIsotopicDistributions | ( | ) |
Constructor.
Definition at line 409 of file G4INCLNaturalIsotopicDistributions.cc.
Draw a random isotope.
Z | the element number |
Definition at line 108 of file G4INCLNaturalIsotopicDistributions.cc.
Referenced by G4INCL::ParticleTable::drawRandomNaturalIsotope().
IsotopicDistribution const & G4INCL::NaturalIsotopicDistributions::getIsotopicDistribution | ( | G4int const | Z | ) | const |
Get an isotopic distribution.
Z | the element number |
Definition at line 93 of file G4INCLNaturalIsotopicDistributions.cc.
Referenced by drawRandomIsotope(), and G4INCL::ParticleTable::getNaturalIsotopicDistribution().