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

Typedef Documentation

◆ G4mlvlv

using G4mlvlv = std::map<G4LogicalVolume*, G4LogicalVolume*>

Definition at line 56 of file G4tgbVolumeMgr.hh.

◆ G4mmslv

using G4mmslv = std::multimap<G4String, G4LogicalVolume*>

Definition at line 54 of file G4tgbVolumeMgr.hh.

◆ G4mmspv

using G4mmspv = std::multimap<G4String, G4VPhysicalVolume*>

Definition at line 55 of file G4tgbVolumeMgr.hh.

◆ G4mmssol

using G4mmssol = std::multimap<G4String, G4VSolid*>

Definition at line 53 of file G4tgbVolumeMgr.hh.

◆ G4mpvpv

Definition at line 57 of file G4tgbVolumeMgr.hh.

◆ G4mssvol

using G4mssvol = std::map<G4String, G4tgbVolume*>

Definition at line 52 of file G4tgbVolumeMgr.hh.