Geant4
9.6.p02
|
#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 std::vector< G4String > & | GetElementNames () const |
G4int | GetZ (const G4String &symb) |
G4double | GetAtomicMassAmu (const G4String &symb) |
G4double | GetAtomicMassAmu (G4int Z) |
G4double | GetIsotopeMass (G4int Z, G4int N) |
G4double | GetAtomicMass (G4int Z, G4int N) |
G4double | GetTotalElectronBindingEnergy (G4int Z) const |
G4double | GetIsotopeAbundance (G4int Z, G4int N) |
G4int | GetNistFirstIsotopeN (G4int Z) |
G4int | GetNumberOfNistIsotopes (G4int Z) |
G4int | GetMaxNumElements () |
void | SetVerbose (G4int) |
Definition at line 69 of file G4NistElementBuilder.hh.
G4NistElementBuilder::G4NistElementBuilder | ( | G4int | vb) |
Definition at line 66 of file G4NistElementBuilder.cc.
G4NistElementBuilder::~G4NistElementBuilder | ( | ) |
Definition at line 78 of file G4NistElementBuilder.cc.
Definition at line 122 of file G4NistElementBuilder.cc.
Definition at line 161 of file G4NistElementBuilder.hh.
|
inline |
Definition at line 233 of file G4NistElementBuilder.hh.
Definition at line 201 of file G4NistElementBuilder.cc.