#include "G4Types.hh"
#include "G4Transform3D.hh"
#include "geomdefs.hh"
#include <map>
Go to the source code of this file.
Data Structures | |
class | G4ReflectionFactory |
Typedefs | |
typedef std::pair< G4VPhysicalVolume *, G4VPhysicalVolume * > | G4PhysicalVolumesPair |
typedef std::map< G4LogicalVolume *, G4LogicalVolume *, std::less< G4LogicalVolume * > > | G4ReflectedVolumesMap |
typedef std::pair<G4VPhysicalVolume*, G4VPhysicalVolume*> G4PhysicalVolumesPair |
Definition at line 77 of file G4ReflectionFactory.hh.
typedef std::map<G4LogicalVolume*, G4LogicalVolume*, std::less<G4LogicalVolume*> > G4ReflectedVolumesMap |
Definition at line 82 of file G4ReflectionFactory.hh.