Geant4-11
|
#include "globals.hh"
#include <string>
#include <vector>
#include <map>
#include "G4VSolid.hh"
#include "G4LogicalVolume.hh"
#include "G4VPhysicalVolume.hh"
Go to the source code of this file.
Data Structures | |
class | G4tgbVolumeMgr |
Typedefs | |
using | G4mlvlv = std::map< G4LogicalVolume *, G4LogicalVolume * > |
using | G4mmslv = std::multimap< G4String, G4LogicalVolume * > |
using | G4mmspv = std::multimap< G4String, G4VPhysicalVolume * > |
using | G4mmssol = std::multimap< G4String, G4VSolid * > |
using | G4mpvpv = std::map< G4VPhysicalVolume *, G4VPhysicalVolume * > |
using | G4mssvol = std::map< G4String, G4tgbVolume * > |
using G4mlvlv = std::map<G4LogicalVolume*, G4LogicalVolume*> |
Definition at line 56 of file G4tgbVolumeMgr.hh.
using G4mmslv = std::multimap<G4String, G4LogicalVolume*> |
Definition at line 54 of file G4tgbVolumeMgr.hh.
using G4mmspv = std::multimap<G4String, G4VPhysicalVolume*> |
Definition at line 55 of file G4tgbVolumeMgr.hh.
Definition at line 53 of file G4tgbVolumeMgr.hh.
using G4mpvpv = std::map<G4VPhysicalVolume*, G4VPhysicalVolume*> |
Definition at line 57 of file G4tgbVolumeMgr.hh.
using G4mssvol = std::map<G4String, G4tgbVolume*> |
Definition at line 52 of file G4tgbVolumeMgr.hh.