Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4NistElementBuilder.hh>
Public Member Functions | |
G4NistElementBuilder (G4int vb) | |
~G4NistElementBuilder ()=default | |
G4Element * | FindElement (G4int Z) const |
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 63 of file G4NistElementBuilder.hh.
|
explicit |
Definition at line 67 of file G4NistElementBuilder.cc.
|
default |
Definition at line 233 of file G4NistElementBuilder.hh.
Referenced by FindOrBuildElement().
G4Element * G4NistElementBuilder::FindOrBuildElement | ( | const G4String & | symb, |
G4bool | buildIsotopes = true ) |
Definition at line 117 of file G4NistElementBuilder.cc.
Definition at line 106 of file G4NistElementBuilder.cc.
Definition at line 169 of file G4NistElementBuilder.hh.
Referenced by PrintElement().
Definition at line 94 of file G4NistElementBuilder.cc.
Referenced by GetAtomicMassAmu().
Definition at line 148 of file G4NistElementBuilder.hh.
|
inline |
Definition at line 218 of file G4NistElementBuilder.hh.
Definition at line 190 of file G4NistElementBuilder.hh.
Referenced by G4LENDCrossSection::create_used_target_map(), and G4LENDModel::create_used_target_map().
Definition at line 155 of file G4NistElementBuilder.hh.
|
inline |
Definition at line 225 of file G4NistElementBuilder.hh.
Definition at line 204 of file G4NistElementBuilder.hh.
Referenced by G4LENDCrossSection::create_used_target_map(), and G4LENDModel::create_used_target_map().
Definition at line 211 of file G4NistElementBuilder.hh.
Referenced by G4LENDCrossSection::create_used_target_map(), and G4LENDModel::create_used_target_map().
Definition at line 183 of file G4NistElementBuilder.hh.
Definition at line 82 of file G4NistElementBuilder.cc.
void G4NistElementBuilder::PrintElement | ( | G4int | Z | ) | const |
Definition at line 201 of file G4NistElementBuilder.cc.
|
inline |
Definition at line 229 of file G4NistElementBuilder.hh.