Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4tgrElementFromIsotopes.hh>
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 &, const G4tgrElementFromIsotopes &) |
Additional Inherited Members | |
Protected Attributes inherited from G4tgrElement | |
G4String | theName |
G4String | theSymbol |
G4String | theType |
Definition at line 49 of file G4tgrElementFromIsotopes.hh.
G4tgrElementFromIsotopes::G4tgrElementFromIsotopes | ( | ) |
Definition at line 42 of file G4tgrElementFromIsotopes.cc.
G4tgrElementFromIsotopes::~G4tgrElementFromIsotopes | ( | ) |
Definition at line 48 of file G4tgrElementFromIsotopes.cc.
Definition at line 53 of file G4tgrElementFromIsotopes.cc.
Definition at line 62 of file G4tgrElementFromIsotopes.hh.
Referenced by G4tgbElement::BuildG4ElementFromIsotopes().
Definition at line 61 of file G4tgrElementFromIsotopes.hh.
Referenced by G4tgbElement::BuildG4ElementFromIsotopes().
|
inline |
Definition at line 60 of file G4tgrElementFromIsotopes.hh.
Referenced by G4tgbElement::BuildG4ElementFromIsotopes().
|
friend |
Definition at line 82 of file G4tgrElementFromIsotopes.cc.