Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
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.

Classes

class  G4tgrMaterialFactory
 

Typedefs

using G4mstgrisot = std::map<G4String, G4tgrIsotope*>
 
using G4mstgrelem = std::map<G4String, G4tgrElement*>
 
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.