Geant4
10.02.p02
|
#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 |
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 |
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.
G4tgrElementFromIsotopes::G4tgrElementFromIsotopes | ( | const std::vector< G4String > & | wl | ) |
Definition at line 54 of file G4tgrElementFromIsotopes.cc.
References G4tgrUtils::CheckWLsize(), G4cout, G4endl, G4tgrUtils::GetDouble(), G4tgrUtils::GetInt(), G4tgrUtils::GetString(), G4tgrMessenger::GetVerboseLevel(), theAbundances, theComponents, G4tgrElement::theName, theNoIsotopes, G4tgrElement::theSymbol, G4tgrElement::theType, and WLSIZE_GE.
Definition at line 62 of file G4tgrElementFromIsotopes.hh.
References n, and theAbundances.
Referenced by G4tgbElement::BuildG4ElementFromIsotopes().
Definition at line 61 of file G4tgrElementFromIsotopes.hh.
References n, and theComponents.
Referenced by G4tgbElement::BuildG4ElementFromIsotopes().
|
inline |
Definition at line 60 of file G4tgrElementFromIsotopes.hh.
References theNoIsotopes.
Referenced by G4tgbElement::BuildG4ElementFromIsotopes().
|
friend |
Definition at line 82 of file G4tgrElementFromIsotopes.cc.
|
private |
Definition at line 70 of file G4tgrElementFromIsotopes.hh.
Referenced by G4tgrElementFromIsotopes(), GetAbundance(), and operator<<().
|
private |
Definition at line 69 of file G4tgrElementFromIsotopes.hh.
Referenced by G4tgrElementFromIsotopes(), GetComponent(), and operator<<().
|
private |
Definition at line 68 of file G4tgrElementFromIsotopes.hh.
Referenced by G4tgrElementFromIsotopes(), GetNumberOfIsotopes(), and operator<<().