69 G4mstgrisot::iterator isotcite;
73 delete (*isotcite).second;
77 G4mstgrelem::iterator elemcite;
81 delete (*elemcite).second;
85 G4mstgrmate::iterator matcite;
89 delete (*matcite).second;
153 G4cout <<
" G4tgrMaterialFactory::AddMaterialSimple" << wl[1] <<
G4endl;
180 G4cout <<
" G4tgrMaterialFactory::AddMaterialMixture " << wl[1] <<
G4endl;
206 G4cout <<
" G4tgrMaterialFactory::FindIsotope() - " << name <<
G4endl;
210 G4mstgrisot::const_iterator cite;
221 G4cout <<
" G4tgrIsotope found: "
222 << ( (*cite).second )->GetName() <<
G4endl;
225 return (*cite).second;
236 G4cout <<
" G4tgrMaterialFactory::FindElement() - " << name <<
G4endl;
239 G4mstgrelem::const_iterator cite;
251 G4cout <<
" G4tgrElement found: "
252 << ( (*cite).second )->GetName() <<
G4endl;
255 return (*cite).second;
266 G4cout <<
" G4tgrMaterialFactory::FindMaterial() - " << name <<
G4endl;
269 G4mstgrmate::const_iterator cite;
277 return (*cite).second;
285 G4cout <<
" @@@@@@@@@@@@@@@@ DUMPING G4tgrIsotope's List " <<
G4endl;
286 G4mstgrisot::const_iterator cite;
289 G4cout <<
" ISOT: " << (*cite).second->GetName() <<
G4endl;
297 G4cout <<
" @@@@@@@@@@@@@@@@ DUMPING G4tgrElement's List " <<
G4endl;
298 G4mstgrelem::const_iterator cite;
301 G4cout <<
" ELEM: " << (*cite).second->GetName() <<
G4endl;
309 G4cout <<
" @@@@@@@@@@@@@@@@ DUMPING G4tgrMaterial's List " <<
G4endl;
310 G4mstgrmate::const_iterator cite;
323 const std::vector<G4String>& wl,
const G4bool bNoRepeating )
G4mstgrmate theG4tgrMaterials
void DumpIsotopeList() const
G4tgrElementFromIsotopes * AddElementFromIsotopes(const std::vector< G4String > &wl)
G4mstgrelem theG4tgrElements
G4tgrIsotope * FindIsotope(const G4String &name) const
G4tgrMaterialSimple * AddMaterialSimple(const std::vector< G4String > &wl)
const G4String & GetName() const
static G4ThreadLocal G4tgrMaterialFactory * theInstance
const G4String & GetName() const
G4GLOB_DLL std::ostream G4cout
static G4int GetVerboseLevel()
G4int GetNumberOfComponents() const
G4tgrMaterial * FindMaterial(const G4String &name) const
const G4String & GetType() const
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
static void DumpVS(const std::vector< G4String > &wl, const char *msg)
static G4String GetString(const G4String &str)
void DumpMaterialList() const
G4tgrMaterialMixture * AddMaterialMixture(const std::vector< G4String > &wl, const G4String &mixtType)
void ErrorAlreadyExists(const G4String &object, const std::vector< G4String > &wl, const G4bool bNoRepeating=true)
void DumpElementList() const
const G4String & GetName() const
static G4tgrMaterialFactory * GetInstance()
G4tgrElementSimple * AddElementSimple(const std::vector< G4String > &wl)
G4tgrElement * FindElement(const G4String &name) const
G4tgrIsotope * AddIsotope(const std::vector< G4String > &wl)
G4mstgrisot theG4tgrIsotopes