Class that stores isotopic abundances for a given element. 더 자세히 ...
#include <G4INCLNaturalIsotopicDistributions.hh>
Public 멤버 함수 | |
NaturalIsotopicDistributions () | |
Constructor. 더 자세히 ... | |
G4int | drawRandomIsotope (G4int const Z) const |
Draw a random isotope. 더 자세히 ... | |
IsotopicDistribution const & | getIsotopicDistribution (G4int const Z) const |
Get an isotopic distribution. 더 자세히 ... | |
Private 속성 | |
std::map< G4int, IsotopicDistribution > | theDistributions |
Class that stores isotopic abundances for a given element.
G4INCLNaturalIsotopicDistributions.hh 파일의 81 번째 라인에서 정의되었습니다.
G4INCL::NaturalIsotopicDistributions::NaturalIsotopicDistributions | ( | ) |
Constructor.
G4INCLNaturalIsotopicDistributions.cc 파일의 398 번째 라인에서 정의되었습니다.
Draw a random isotope.
Z | the element number |
G4INCLNaturalIsotopicDistributions.cc 파일의 97 번째 라인에서 정의되었습니다.
IsotopicDistribution const & G4INCL::NaturalIsotopicDistributions::getIsotopicDistribution | ( | G4int const | Z | ) | const |
Get an isotopic distribution.
Z | the element number |
G4INCLNaturalIsotopicDistributions.cc 파일의 87 번째 라인에서 정의되었습니다.
다음을 참조함 : INCL_FATAL, theDistributions.
|
private |
G4INCLNaturalIsotopicDistributions.hh 파일의 100 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : getIsotopicDistribution().