Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include "G4Material.hh"
#include <unordered_map>
#include <memory>
#include "G4VMaterialExtension.hh"
Go to the source code of this file.
Classes | |
class | G4ExtendedMaterial |
Typedefs | |
using | G4MaterialExtensionMap = std::unordered_map< G4String, std::unique_ptr< G4VMaterialExtension >, G4MaterialExtensionHash > |
using G4MaterialExtensionMap = std::unordered_map<G4String, std::unique_ptr<G4VMaterialExtension>, G4MaterialExtensionHash> |
Definition at line 57 of file G4ExtendedMaterial.hh.