Class that stores isotopic abundances for a given element. 더 자세히 ...
#include <G4INCLNaturalIsotopicDistributions.hh>
Public 멤버 함수 | |
IsotopicDistribution (IsotopeVector const &aVector) | |
Constructor. 더 자세히 ... | |
G4int | drawRandomIsotope () const |
Draw a random isotope based on the abundance vector. 더 자세히 ... | |
IsotopeVector const & | getIsotopes () const |
Get the isotope vector. 더 자세히 ... | |
Private 속성 | |
IsotopeVector | theIsotopes |
Class that stores isotopic abundances for a given element.
G4INCLNaturalIsotopicDistributions.hh 파일의 64 번째 라인에서 정의되었습니다.
G4INCL::IsotopicDistribution::IsotopicDistribution | ( | IsotopeVector const & | aVector | ) |
Constructor.
G4INCLNaturalIsotopicDistributions.cc 파일의 59 번째 라인에서 정의되었습니다.
다음을 참조함 : e, theIsotopes.
G4int G4INCL::IsotopicDistribution::drawRandomIsotope | ( | ) | const |
Draw a random isotope based on the abundance vector.
G4INCLNaturalIsotopicDistributions.cc 파일의 74 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::Random::shoot(), theIsotopes.
IsotopeVector const & G4INCL::IsotopicDistribution::getIsotopes | ( | ) | const |
Get the isotope vector.
G4INCLNaturalIsotopicDistributions.cc 파일의 83 번째 라인에서 정의되었습니다.
다음을 참조함 : theIsotopes.
다음에 의해서 참조됨 : G4INCL::INCL::initUniverseRadius().
|
private |
G4INCLNaturalIsotopicDistributions.hh 파일의 77 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : drawRandomIsotope(), getIsotopes(), IsotopicDistribution().