168 {
return fRelativeAbundanceVector;}
171 {
return (*theIsotopeVector)[iso];}
182 inline size_t GetIndex()
const {
return fIndexInTable;}
223 void InitializePointers();
224 void ComputeDerivedQuantities();
225 void ComputeCoulombFactor();
226 void ComputeLradTsaiFactor();
227 void AddNaturalIsotopes();
239 G4int fNbOfAtomicShells;
241 G4int* fNbOfShellElectrons;
244 G4int fNumberOfIsotopes;
251 size_t fIndexInTable;
264 return fNaturalAbundance;
269 fNaturalAbundance = val;
std::vector< G4Element * > G4ElementTable
std::vector< const G4Element * > G4ElementVector
std::vector< G4Isotope * > G4IsotopeVector
static G4ElementTable * GetElementTable()
const G4String & GetSymbol() const
G4double GetAtomicMassAmu() const
G4double * GetRelativeAbundanceVector() const
const G4Element & operator=(const G4Element &)=delete
G4int GetNbOfAtomicShells() const
G4bool operator==(const G4Element &) const =delete
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)
G4bool operator!=(const G4Element &) const =delete
size_t GetNumberOfIsotopes() const
const G4String & GetName() const
G4double GetfCoulomb() const
G4IonisParamElm * GetIonisation() const
G4int GetNbOfShellElectrons(G4int index) const
G4double GetfRadTsai() const
static G4Element * GetElement(const G4String &name, G4bool warning=true)
G4double GetAtomicShell(G4int index) const
G4IsotopeVector * GetIsotopeVector() const
G4Element(G4Element &)=delete