|
Geant4-11
|
#include <map>#include "globals.hh"#include "G4tgrIsotope.hh"#include "G4tgrElementSimple.hh"#include "G4tgrElementFromIsotopes.hh"#include "G4tgrMaterial.hh"#include "G4tgrMaterialSimple.hh"#include "G4tgrMaterialMixture.hh"Go to the source code of this file.
Data Structures | |
| class | G4tgrMaterialFactory |
Typedefs | |
| using | G4mstgrelem = std::map< G4String, G4tgrElement * > |
| using | G4mstgrisot = std::map< G4String, G4tgrIsotope * > |
| using | G4mstgrmate = std::map< G4String, G4tgrMaterial * > |
| using G4mstgrelem = std::map<G4String, G4tgrElement*> |
Definition at line 49 of file G4tgrMaterialFactory.hh.
| using G4mstgrisot = std::map<G4String, G4tgrIsotope*> |
Definition at line 48 of file G4tgrMaterialFactory.hh.
| using G4mstgrmate = std::map<G4String, G4tgrMaterial*> |
Definition at line 50 of file G4tgrMaterialFactory.hh.