Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include "globals.hh"
#include "G4tgbIsotope.hh"
#include "G4tgbElement.hh"
#include "G4tgbMaterial.hh"
#include "G4tgrIsotope.hh"
#include "G4tgrElement.hh"
#include "G4tgrMaterial.hh"
#include "G4Isotope.hh"
#include "G4Element.hh"
#include "G4Material.hh"
Go to the source code of this file.
Classes | |
class | G4tgbMaterialMgr |
Typedefs | |
using | G4mstgbisot = std::map< G4String, G4tgbIsotope * > |
using | G4mstgbelem = std::map< G4String, G4tgbElement * > |
using | G4mstgbmate = std::map< G4String, G4tgbMaterial * > |
using | G4msg4isot = std::map< G4String, G4Isotope * > |
using | G4msg4elem = std::map< G4String, G4Element * > |
using | G4msg4mate = std::map< G4String, G4Material * > |
using G4msg4elem = std::map<G4String, G4Element*> |
Definition at line 57 of file G4tgbMaterialMgr.hh.
using G4msg4isot = std::map<G4String, G4Isotope*> |
Definition at line 56 of file G4tgbMaterialMgr.hh.
using G4msg4mate = std::map<G4String, G4Material*> |
Definition at line 58 of file G4tgbMaterialMgr.hh.
using G4mstgbelem = std::map<G4String, G4tgbElement*> |
Definition at line 54 of file G4tgbMaterialMgr.hh.
using G4mstgbisot = std::map<G4String, G4tgbIsotope*> |
Definition at line 53 of file G4tgbMaterialMgr.hh.
using G4mstgbmate = std::map<G4String, G4tgbMaterial*> |
Definition at line 55 of file G4tgbMaterialMgr.hh.