Geant4-11
|
#include <G4tgrElementFromIsotopes.hh>
Public Member Functions | |
G4tgrElementFromIsotopes () | |
G4tgrElementFromIsotopes (const std::vector< G4String > &wl) | |
G4double | GetAbundance (G4int n) const |
const G4String & | GetComponent (G4int n) const |
const G4String & | GetName () const |
G4int | GetNumberOfIsotopes () const |
const G4String & | GetSymbol () const |
const G4String & | GetType () const |
~G4tgrElementFromIsotopes () | |
Protected Attributes | |
G4String | theName |
G4String | theSymbol |
G4String | theType |
Private Attributes | |
std::vector< G4double > | theAbundances |
std::vector< G4String > | theComponents |
G4int | theNoIsotopes = 0 |
Friends | |
std::ostream & | operator<< (std::ostream &, const G4tgrElementFromIsotopes &) |
Definition at line 43 of file G4tgrElementFromIsotopes.hh.
G4tgrElementFromIsotopes::G4tgrElementFromIsotopes | ( | ) |
Definition at line 36 of file G4tgrElementFromIsotopes.cc.
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.
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 56 of file G4tgrElementFromIsotopes.hh.
References CLHEP::detail::n, and theAbundances.
Referenced by G4tgbElement::BuildG4ElementFromIsotopes().
Definition at line 55 of file G4tgrElementFromIsotopes.hh.
References CLHEP::detail::n, and theComponents.
Referenced by G4tgbElement::BuildG4ElementFromIsotopes().
|
inlineinherited |
Definition at line 46 of file G4tgrElement.hh.
References G4tgrElement::theName.
Referenced by G4tgbElement::BuildG4ElementFromIsotopes(), G4tgbElement::BuildG4ElementSimple(), and G4tgbElement::GetName().
|
inline |
Definition at line 54 of file G4tgrElementFromIsotopes.hh.
References theNoIsotopes.
Referenced by G4tgbElement::BuildG4ElementFromIsotopes().
|
inlineinherited |
Definition at line 47 of file G4tgrElement.hh.
References G4tgrElement::theSymbol.
Referenced by G4tgbElement::BuildG4ElementFromIsotopes(), and G4tgbElement::BuildG4ElementSimple().
|
inlineinherited |
Definition at line 48 of file G4tgrElement.hh.
References G4tgrElement::theType.
Referenced by G4tgbElement::GetType().
|
friend |
Definition at line 74 of file G4tgrElementFromIsotopes.cc.
|
private |
Definition at line 65 of file G4tgrElementFromIsotopes.hh.
Referenced by G4tgrElementFromIsotopes(), and GetAbundance().
|
private |
Definition at line 64 of file G4tgrElementFromIsotopes.hh.
Referenced by G4tgrElementFromIsotopes(), and GetComponent().
|
protectedinherited |
Definition at line 52 of file G4tgrElement.hh.
Referenced by G4tgrElementFromIsotopes(), G4tgrElementSimple::G4tgrElementSimple(), and G4tgrElement::GetName().
|
private |
Definition at line 63 of file G4tgrElementFromIsotopes.hh.
Referenced by G4tgrElementFromIsotopes(), and GetNumberOfIsotopes().
|
protectedinherited |
Definition at line 53 of file G4tgrElement.hh.
Referenced by G4tgrElementFromIsotopes(), G4tgrElementSimple::G4tgrElementSimple(), and G4tgrElement::GetSymbol().
|
protectedinherited |
Definition at line 54 of file G4tgrElement.hh.
Referenced by G4tgrElementFromIsotopes(), G4tgrElementSimple::G4tgrElementSimple(), and G4tgrElement::GetType().