68 G4mstgrisot::iterator isotcite;
72 delete (*isotcite).second;
76 G4mstgrelem::iterator elemcite;
80 delete (*elemcite).second;
84 G4mstgrmate::iterator matcite;
88 delete (*matcite).second;
152 G4cout <<
" G4tgrMaterialFactory::AddMaterialSimple" << wl[1] <<
G4endl;
179 G4cout <<
" G4tgrMaterialFactory::AddMaterialMixture " << wl[1] <<
G4endl;
205 G4cout <<
" G4tgrMaterialFactory::FindIsotope() - " << name <<
G4endl;
209 G4mstgrisot::const_iterator cite;
220 G4cout <<
" G4tgrIsotope found: "
221 << ( (*cite).second )->GetName() <<
G4endl;
224 return (*cite).second;
235 G4cout <<
" G4tgrMaterialFactory::FindElement() - " << name <<
G4endl;
238 G4mstgrelem::const_iterator cite;
250 G4cout <<
" G4tgrElement found: "
251 << ( (*cite).second )->GetName() <<
G4endl;
254 return (*cite).second;
265 G4cout <<
" G4tgrMaterialFactory::FindMaterial() - " << name <<
G4endl;
268 G4mstgrmate::const_iterator cite;
276 return (*cite).second;
284 G4cout <<
" @@@@@@@@@@@@@@@@ DUMPING G4tgrIsotope's List " <<
G4endl;
285 G4mstgrisot::const_iterator cite;
288 G4cout <<
" ISOT: " << (*cite).second->GetName() <<
G4endl;
296 G4cout <<
" @@@@@@@@@@@@@@@@ DUMPING G4tgrElement's List " <<
G4endl;
297 G4mstgrelem::const_iterator cite;
300 G4cout <<
" ELEM: " << (*cite).second->GetName() <<
G4endl;
308 G4cout <<
" @@@@@@@@@@@@@@@@ DUMPING G4tgrMaterial's List " <<
G4endl;
309 G4mstgrmate::const_iterator cite;
322 const std::vector<G4String>& wl,
const G4bool bNoRepeating )