![]() |
ATLAS Offline Software
|
#include "Geo2G4LVFactory.h"#include "Geo2G4SolidFactory.h"#include "GeoMaterial2G4/Geo2G4MaterialFactory.h"#include "GeoModelKernel/GeoLogVol.h"#include "GeoModelKernel/GeoFullPhysVol.h"#include "G4LogicalVolume.hh"#include "G4Material.hh"#include <iostream>#include <map>Go to the source code of this file.
Typedefs | |
| typedef std::map< const GeoLogVol *, G4LogicalVolume *, std::less< const GeoLogVol * > > | leafVMap |
| typedef std::map< const GeoVPhysVol *, G4LogicalVolume *, std::less< const GeoVPhysVol * > > | branchVMap |
| typedef std::map< const GeoFullPhysVol *, G4LogicalVolume *, std::less< const GeoFullPhysVol * > > | fullPVMap |
Functions | |
| G4LogicalVolume *Geo2G4LVFactory::Build | ATLAS_NOT_THREAD_SAFE (const PVConstLink &thePhys, bool &descend) |
| typedef std::map<const GeoVPhysVol*, G4LogicalVolume*, std::less<const GeoVPhysVol*> > branchVMap |
Definition at line 19 of file Geo2G4LVFactory.cxx.
| typedef std::map<const GeoFullPhysVol*, G4LogicalVolume*, std::less<const GeoFullPhysVol*> > fullPVMap |
Definition at line 21 of file Geo2G4LVFactory.cxx.
Definition at line 18 of file Geo2G4LVFactory.cxx.
| G4LogicalVolume* Geo2G4LVFactory::Build ATLAS_NOT_THREAD_SAFE | ( | const PVConstLink & | thePhys, |
| bool & | descend | ||
| ) |
Definition at line 27 of file Geo2G4LVFactory.cxx.
1.8.18