DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
Class to read Geant4 geometry from GDML file. More...
#include <Geant4GDMLDetector.h>
Public Member Functions | |
Geant4GDMLDetector (const std::string &gdmlFile) | |
Constructor to open gdml file. More... | |
virtual | ~Geant4GDMLDetector () |
Default destructor. More... | |
G4VPhysicalVolume * | Construct () override |
Private Attributes | |
std::string | m_fileName |
G4VPhysicalVolume * | m_world { nullptr } |
Class to read Geant4 geometry from GDML file.
Definition at line 32 of file Geant4GDMLDetector.h.
dd4hep::sim::Geant4GDMLDetector::Geant4GDMLDetector | ( | const std::string & | gdmlFile | ) |
Constructor to open gdml file.
Definition at line 26 of file Geant4GDMLDetector.cpp.
|
inlinevirtual |
Default destructor.
Definition at line 38 of file Geant4GDMLDetector.h.
|
override |
Definition at line 30 of file Geant4GDMLDetector.cpp.
|
private |
Definition at line 42 of file Geant4GDMLDetector.h.
|
private |
Definition at line 43 of file Geant4GDMLDetector.h.