40 #ifndef G4tgrMaterialFactory_h
41 #define G4tgrMaterialFactory_h
109 void ErrorAlreadyExists(
const G4String&
object,
110 const std::vector<G4String>& wl,
111 const G4bool bNoRepeating =
true );
void DumpIsotopeList() const
const G4mstgrisot & GetIsotopeList() const
G4tgrElementFromIsotopes * AddElementFromIsotopes(const std::vector< G4String > &wl)
const G4mstgrmate & GetMaterialList() const
G4tgrIsotope * FindIsotope(const G4String &name) const
G4tgrMaterialSimple * AddMaterialSimple(const std::vector< G4String > &wl)
G4tgrMaterial * FindMaterial(const G4String &name) const
std::map< G4String, G4tgrMaterial * > G4mstgrmate
void DumpMaterialList() const
const G4mstgrelem & GetElementList() const
G4tgrMaterialMixture * AddMaterialMixture(const std::vector< G4String > &wl, const G4String &mixtType)
void DumpElementList() const
static G4tgrMaterialFactory * GetInstance()
G4tgrElementSimple * AddElementSimple(const std::vector< G4String > &wl)
G4tgrElement * FindElement(const G4String &name) const
std::map< G4String, G4tgrElement * > G4mstgrelem
G4tgrIsotope * AddIsotope(const std::vector< G4String > &wl)
std::map< G4String, G4tgrIsotope * > G4mstgrisot