|
Geant4
10.04.p03
|
Public Member Functions | |
| G4tgrElementFromIsotopes () | |
| ~G4tgrElementFromIsotopes () | |
| G4tgrElementFromIsotopes (const std::vector< G4String > &wl) | |
| G4int | GetNumberOfIsotopes () const |
| const G4String & | GetComponent (G4int n) const |
| G4double | GetAbundance (G4int n) const |
Public Member Functions inherited from G4tgrElement | |
| G4tgrElement () | |
| virtual | ~G4tgrElement () |
| const G4String & | GetName () const |
| const G4String & | GetSymbol () const |
| const G4String & | GetType () const |
Private Attributes | |
| G4int | theNoIsotopes |
| std::vector< G4String > | theComponents |
| std::vector< G4double > | theAbundances |
Friends | |
| std::ostream & | operator<< (std::ostream &, const G4tgrElementFromIsotopes &) |
Additional Inherited Members | |
Protected Attributes inherited from G4tgrElement | |
| G4String | theName |
| G4String | theSymbol |
| G4String | theType |
| G4tgrElementFromIsotopes | ( | const std::vector< G4String > & | wl | ) |
| G4int GetNumberOfIsotopes | ( | ) | const |
References theNoIsotopes.
References theComponents.
References theAbundances.
|
friend |
|
private |
Referenced by GetNumberOfIsotopes().
|
private |
Referenced by GetComponent().
|
private |
Referenced by GetAbundance().