167 {
return fRelativeAbundanceVector;}
170 {
return (*theIsotopeVector)[iso];}
181 inline size_t GetIndex()
const {
return fIndexInTable;}
217 void InitializePointers();
218 void ComputeDerivedQuantities();
219 void ComputeCoulombFactor();
220 void ComputeLradTsaiFactor();
221 void AddNaturalIsotopes();
238 G4int fNbOfAtomicShells;
240 G4int* fNbOfShellElectrons;
243 G4int fNumberOfIsotopes;
250 size_t fIndexInTable;
263 return fNaturalAbundance;
268 fNaturalAbundance = val;
std::vector< G4Element * > G4ElementTable
std::vector< G4Isotope * > G4IsotopeVector
static G4ElementTable * GetElementTable()
const G4String & GetSymbol() const
G4double GetAtomicMassAmu() const
G4double * GetRelativeAbundanceVector() const
G4int GetNbOfAtomicShells() const
static size_t GetNumberOfElements()
friend std::ostream & operator<<(std::ostream &, const G4Element *)
void SetName(const G4String &name)
G4bool GetNaturalAbundanceFlag() const
void AddIsotope(G4Isotope *isotope, G4double RelativeAbundance)
const G4Isotope * GetIsotope(G4int iso) const
void SetNaturalAbundanceFlag(G4bool)
size_t GetNumberOfIsotopes() const
const G4String & GetName() const
G4double GetfCoulomb() const
G4IonisParamElm * GetIonisation() const
G4int GetNbOfShellElectrons(G4int index) const
G4double GetfRadTsai() const
G4double GetAtomicShell(G4int index) const
static G4Element * GetElement(G4String name, G4bool warning=true)
G4IsotopeVector * GetIsotopeVector() const