#include <G4tgrElementFromIsotopes.hh>
Definition at line 49 of file G4tgrElementFromIsotopes.hh.
G4tgrElementFromIsotopes::G4tgrElementFromIsotopes |
( |
| ) |
|
G4tgrElementFromIsotopes::~G4tgrElementFromIsotopes |
( |
| ) |
|
G4tgrElementFromIsotopes::G4tgrElementFromIsotopes |
( |
const std::vector< G4String > & |
wl | ) |
|
Definition at line 54 of file G4tgrElementFromIsotopes.cc.
58 "G4tgrElementFromIsotopes::G4tgrElementFromIsotopes");
61 theType =
"ElementFromIsotopes";
66 for(
G4int ii = 0; ii < theNoIsotopes; ii++ )
static void CheckWLsize(const std::vector< G4String > &wl, unsigned int nWCheck, WLSIZEtype st, const G4String &methodName)
G4GLOB_DLL std::ostream G4cout
static G4int GetVerboseLevel()
static G4int GetInt(const G4String &str)
static G4double GetDouble(const G4String &str, G4double unitval=1.)
static G4String GetString(const G4String &str)
const G4String& G4tgrElementFromIsotopes::GetComponent |
( |
G4int |
n | ) |
const |
|
inline |
G4int G4tgrElementFromIsotopes::GetNumberOfIsotopes |
( |
| ) |
const |
|
inline |
Definition at line 82 of file G4tgrElementFromIsotopes.cc.
84 os <<
"G4tgrElementFromIsotopes= " << obj.
theName
85 <<
" N isotopes " << obj.theNoIsotopes
86 <<
" COMPONENTS " <<
G4endl;
87 for(
size_t ii = 0; ii < obj.theComponents.size(); ii++ )
89 os << obj.theComponents[ii] <<
" : " << obj.theAbundances[ii];
The documentation for this class was generated from the following files: