|
Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4tgrElementFromIsotopes.hh>
Inheritance diagram for G4tgrElementFromIsotopes: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 |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const G4tgrElementFromIsotopes &obj) |
Additional Inherited Members | |
Protected Attributes inherited from G4tgrElement | |
| G4String | theName |
| G4String | theSymbol |
| G4String | theType |
Definition at line 43 of file G4tgrElementFromIsotopes.hh.
| G4tgrElementFromIsotopes::G4tgrElementFromIsotopes | ( | ) |
| G4tgrElementFromIsotopes::~G4tgrElementFromIsotopes | ( | ) |
Definition at line 41 of file G4tgrElementFromIsotopes.cc.
| G4tgrElementFromIsotopes::G4tgrElementFromIsotopes | ( | const std::vector< G4String > & | wl | ) |
Definition at line 46 of file G4tgrElementFromIsotopes.cc.
Definition at line 56 of file G4tgrElementFromIsotopes.hh.
Referenced by G4tgbElement::BuildG4ElementFromIsotopes().
Definition at line 55 of file G4tgrElementFromIsotopes.hh.
Referenced by G4tgbElement::BuildG4ElementFromIsotopes().
|
inline |
Definition at line 54 of file G4tgrElementFromIsotopes.hh.
Referenced by G4tgbElement::BuildG4ElementFromIsotopes().
|
friend |
Definition at line 74 of file G4tgrElementFromIsotopes.cc.