Geant4
10.00.p03
|
#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) |
Private Member Functions | |
void | Initialise () |
void | AddElement (const G4String &symbol, G4int Z, G4int NumberOfIsotopes, const G4int &N, const G4double &A, const G4double &sigmaA, const G4double &W) |
G4Element * | BuildElement (G4int Z) |
Private Attributes | |
G4String | elmSymbol [maxNumElements] |
G4double | atomicMass [maxNumElements] |
G4double | bindingEnergy [maxNumElements] |
G4int | nIsotopes [maxNumElements] |
G4int | nFirstIsotope [maxNumElements] |
G4int | idxIsotopes [maxNumElements] |
G4int | elmIndex [maxNumElements] |
G4double | massIsotopes [maxAbundance] |
G4double | sigMass [maxAbundance] |
G4double | relAbundance [maxAbundance] |
G4int | index |
G4int | verbose |
G4bool | first |
std::vector< G4String > | elmNames |
Definition at line 69 of file G4NistElementBuilder.hh.
G4NistElementBuilder::G4NistElementBuilder | ( | G4int | vb | ) |
Definition at line 66 of file G4NistElementBuilder.cc.
References elmIndex, Initialise(), maxNumElements, nFirstIsotope, nIsotopes, and relAbundance.
G4NistElementBuilder::~G4NistElementBuilder | ( | ) |
Definition at line 78 of file G4NistElementBuilder.cc.
|
private |
Definition at line 222 of file G4NistElementBuilder.cc.
References A, atomicMass, bindingEnergy, elmSymbol, G4cout, G4endl, idxIsotopes, index, massIsotopes, maxAbundance, maxNumElements, name, nFirstIsotope, nIsotopes, PrintElement(), relAbundance, sigMass, and verbose.
Referenced by Initialise().
Definition at line 141 of file G4NistElementBuilder.cc.
References G4Element::AddIsotope(), atomicMass, elmSymbol, g, G4cout, G4endl, GetAtomicMass(), idxIsotopes, maxNumElements, mole, nFirstIsotope, nIsotopes, relAbundance, G4Element::SetNaturalAbundanceFlag(), and verbose.
Referenced by FindOrBuildElement().
Definition at line 121 of file G4NistElementBuilder.cc.
References BuildElement(), elmIndex, G4Element::GetElementTable(), G4Element::GetIndex(), and maxNumElements.
Referenced by G4NistMaterialBuilder::BuildMaterial(), FindOrBuildElement(), and G4NistManager::FindOrBuildElement().
G4Element * G4NistElementBuilder::FindOrBuildElement | ( | const G4String & | symb, |
G4bool | buildIsotopes = true |
||
) |
Definition at line 101 of file G4NistElementBuilder.cc.
References elmSymbol, FindOrBuildElement(), first, G4cout, G4endl, maxNumElements, and verbose.
Definition at line 180 of file G4NistElementBuilder.hh.
References bindingEnergy, idxIsotopes, massIsotopes, nFirstIsotope, and nIsotopes.
Referenced by BuildElement(), G4NistManager::GetAtomicMass(), and PrintElement().
Definition at line 92 of file G4NistElementBuilder.cc.
References elmSymbol, and maxNumElements.
Referenced by G4NistMaterialBuilder::ConstructNewIdealGasMaterial(), G4NistManager::G4NistManager(), and G4NistManager::GetAtomicMassAmu().
Definition at line 161 of file G4NistElementBuilder.hh.
References a, atomicMass, and maxNumElements.
|
inline |
Definition at line 228 of file G4NistElementBuilder.hh.
References elmNames.
Referenced by G4NistManager::GetNistElementNames().
Definition at line 203 of file G4NistElementBuilder.hh.
References idxIsotopes, nFirstIsotope, nIsotopes, and relAbundance.
Referenced by G4LENDModel::create_used_target_map(), G4LENDCrossSection::create_used_target_map(), and G4NistManager::GetIsotopeAbundance().
Definition at line 170 of file G4NistElementBuilder.hh.
References idxIsotopes, massIsotopes, nFirstIsotope, and nIsotopes.
Referenced by G4NistManager::GetIsotopeMass().
|
inline |
Definition at line 235 of file G4NistElementBuilder.hh.
References maxNumElements.
Definition at line 213 of file G4NistElementBuilder.hh.
References nFirstIsotope.
Referenced by G4LENDModel::create_used_target_map(), G4LENDCrossSection::create_used_target_map(), and G4NistManager::GetNistFirstIsotopeN().
Definition at line 220 of file G4NistElementBuilder.hh.
References nIsotopes.
Referenced by G4LENDModel::create_used_target_map(), G4LENDCrossSection::create_used_target_map(), and G4NistManager::GetNumberOfNistIsotopes().
Definition at line 194 of file G4NistElementBuilder.hh.
References bindingEnergy.
Referenced by G4NistManager::GetTotalElectronBindingEnergy().
Definition at line 83 of file G4NistElementBuilder.cc.
References elmSymbol, and maxNumElements.
Referenced by G4NistMaterialBuilder::AddElementByAtomCount(), G4NistMaterialBuilder::AddElementByWeightFraction(), G4NistMaterialBuilder::ConstructNewIdealGasMaterial(), G4NistMaterialBuilder::ConstructNewMaterial(), G4NistManager::GetZ(), and G4NistManager::PrintElement().
|
private |
Definition at line 282 of file G4NistElementBuilder.cc.
References AddElement(), bindingEnergy, elmNames, elmSymbol, eV, G4cout, G4endl, GeV, HA, index, maxNumElements, NS, and verbose.
Referenced by G4NistElementBuilder().
void G4NistElementBuilder::PrintElement | ( | G4int | Z | ) | const |
Definition at line 188 of file G4NistElementBuilder.cc.
References atomicMass, elmSymbol, G4cout, G4endl, GetAtomicMass(), idxIsotopes, imax, maxNumElements, nFirstIsotope, nIsotopes, and relAbundance.
Referenced by AddElement(), and G4NistManager::PrintElement().
|
inline |
Definition at line 242 of file G4NistElementBuilder.hh.
References verbose.
Referenced by G4NistMaterialBuilder::SetVerbose(), and G4NistManager::SetVerbose().
|
private |
Definition at line 139 of file G4NistElementBuilder.hh.
Referenced by AddElement(), BuildElement(), GetAtomicMassAmu(), and PrintElement().
|
private |
Definition at line 140 of file G4NistElementBuilder.hh.
Referenced by AddElement(), GetAtomicMass(), GetTotalElectronBindingEnergy(), and Initialise().
|
private |
Definition at line 145 of file G4NistElementBuilder.hh.
Referenced by FindOrBuildElement(), and G4NistElementBuilder().
|
private |
Definition at line 155 of file G4NistElementBuilder.hh.
Referenced by GetElementNames(), and Initialise().
|
private |
Definition at line 138 of file G4NistElementBuilder.hh.
Referenced by AddElement(), BuildElement(), FindOrBuildElement(), GetAtomicMassAmu(), GetZ(), Initialise(), and PrintElement().
|
private |
Definition at line 153 of file G4NistElementBuilder.hh.
Referenced by FindOrBuildElement().
|
private |
Definition at line 143 of file G4NistElementBuilder.hh.
Referenced by AddElement(), BuildElement(), GetAtomicMass(), GetIsotopeAbundance(), GetIsotopeMass(), and PrintElement().
|
private |
Definition at line 151 of file G4NistElementBuilder.hh.
Referenced by AddElement(), and Initialise().
|
private |
Definition at line 147 of file G4NistElementBuilder.hh.
Referenced by AddElement(), GetAtomicMass(), and GetIsotopeMass().
|
private |
Definition at line 142 of file G4NistElementBuilder.hh.
Referenced by AddElement(), BuildElement(), G4NistElementBuilder(), GetAtomicMass(), GetIsotopeAbundance(), GetIsotopeMass(), GetNistFirstIsotopeN(), and PrintElement().
|
private |
Definition at line 141 of file G4NistElementBuilder.hh.
Referenced by AddElement(), BuildElement(), G4NistElementBuilder(), GetAtomicMass(), GetIsotopeAbundance(), GetIsotopeMass(), GetNumberOfNistIsotopes(), and PrintElement().
|
private |
Definition at line 149 of file G4NistElementBuilder.hh.
Referenced by AddElement(), BuildElement(), G4NistElementBuilder(), GetIsotopeAbundance(), and PrintElement().
|
private |
Definition at line 148 of file G4NistElementBuilder.hh.
Referenced by AddElement().
|
private |
Definition at line 152 of file G4NistElementBuilder.hh.
Referenced by AddElement(), BuildElement(), FindOrBuildElement(), Initialise(), and SetVerbose().