Geant4-11
Data Structures | Typedefs
G4tgrMaterialFactory.hh File Reference
#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 * >
 

Typedef Documentation

◆ G4mstgrelem

using G4mstgrelem = std::map<G4String, G4tgrElement*>

Definition at line 49 of file G4tgrMaterialFactory.hh.

◆ G4mstgrisot

using G4mstgrisot = std::map<G4String, G4tgrIsotope*>

Definition at line 48 of file G4tgrMaterialFactory.hh.

◆ G4mstgrmate

using G4mstgrmate = std::map<G4String, G4tgrMaterial*>

Definition at line 50 of file G4tgrMaterialFactory.hh.