Geant4.10
|
#include <G4NistElementBuilder.hh>
Public Member Functions | |
G4NistElementBuilder (G4int vb) | |
~G4NistElementBuilder () | |
G4Element * | FindOrBuildElement (G4int Z, G4bool buildIsotopes=true) |
G4Element * | FindOrBuildElement (const G4String &symb, G4bool buildIsotopes=true) |
void | PrintElement (G4int Z) const |
const std::vector< G4String > & | GetElementNames () const |
G4int | GetZ (const G4String &symb) const |
G4double | GetAtomicMassAmu (const G4String &symb) const |
G4double | GetAtomicMassAmu (G4int Z) const |
G4double | GetIsotopeMass (G4int Z, G4int N) const |
G4double | GetAtomicMass (G4int Z, G4int N) const |
G4double | GetTotalElectronBindingEnergy (G4int Z) const |
G4double | GetIsotopeAbundance (G4int Z, G4int N) const |
G4int | GetNistFirstIsotopeN (G4int Z) const |
G4int | GetNumberOfNistIsotopes (G4int Z) const |
G4int | GetMaxNumElements () const |
void | SetVerbose (G4int) |
Definition at line 69 of file G4NistElementBuilder.hh.
G4NistElementBuilder::G4NistElementBuilder | ( | G4int | vb | ) |
G4NistElementBuilder::~G4NistElementBuilder | ( | ) |
Definition at line 78 of file G4NistElementBuilder.cc.
Definition at line 121 of file G4NistElementBuilder.cc.
References G4Element::GetElementTable(), G4Element::GetIndex(), and maxNumElements.
Referenced by FindOrBuildElement(), and G4NistManager::FindOrBuildElement().
G4Element * G4NistElementBuilder::FindOrBuildElement | ( | const G4String & | symb, |
G4bool | buildIsotopes = true |
||
) |
Definition at line 101 of file G4NistElementBuilder.cc.
References FindOrBuildElement(), G4cout, G4endl, and maxNumElements.
Definition at line 180 of file G4NistElementBuilder.hh.
Referenced by G4NistManager::GetAtomicMass(), and PrintElement().
Definition at line 92 of file G4NistElementBuilder.cc.
References maxNumElements.
Referenced by G4NistMaterialBuilder::ConstructNewIdealGasMaterial(), and G4NistManager::GetAtomicMassAmu().
|
inline |
Definition at line 228 of file G4NistElementBuilder.hh.
Referenced by G4NistManager::GetNistElementNames().
Definition at line 203 of file G4NistElementBuilder.hh.
References test::x.
Referenced by G4LENDModel::create_used_target_map(), G4LENDCrossSection::create_used_target_map(), and G4NistManager::GetIsotopeAbundance().
Definition at line 170 of file G4NistElementBuilder.hh.
Referenced by G4NistManager::GetIsotopeMass().
|
inline |
Definition at line 213 of file G4NistElementBuilder.hh.
Referenced by G4LENDModel::create_used_target_map(), G4LENDCrossSection::create_used_target_map(), and G4NistManager::GetNistFirstIsotopeN().
Definition at line 220 of file G4NistElementBuilder.hh.
Referenced by G4LENDModel::create_used_target_map(), G4LENDCrossSection::create_used_target_map(), and G4NistManager::GetNumberOfNistIsotopes().
Definition at line 194 of file G4NistElementBuilder.hh.
Referenced by G4NistManager::GetTotalElectronBindingEnergy().
Definition at line 83 of file G4NistElementBuilder.cc.
References maxNumElements.
Referenced by G4NistMaterialBuilder::ConstructNewIdealGasMaterial(), G4NistMaterialBuilder::ConstructNewMaterial(), G4NistManager::GetZ(), and G4NistManager::PrintElement().
Definition at line 188 of file G4NistElementBuilder.cc.
References G4cout, G4endl, GetAtomicMass(), and maxNumElements.
Referenced by G4NistManager::PrintElement().
Definition at line 242 of file G4NistElementBuilder.hh.
Referenced by G4NistMaterialBuilder::SetVerbose(), and G4NistManager::SetVerbose().