EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
Construct the Geant4 detector from a DD4hep description. More...
Public Member Functions | |
DD4hepDetectorConstruction (dd4hep::Detector &detector) | |
G4VPhysicalVolume * | Construct () finaloverride |
Private Attributes | |
dd4hep::Detector & | m_detector |
Construct the Geant4 detector from a DD4hep description.
Definition at line 19 of file DD4hepDetectorConstruction.hpp.
View newest version in sPHENIX GitHub at line 19 of file DD4hepDetectorConstruction.hpp
DD4hepDetectorConstruction::DD4hepDetectorConstruction | ( | dd4hep::Detector & | detector | ) |
Definition at line 20 of file DD4hepDetectorConstruction.cpp.
View newest version in sPHENIX GitHub at line 20 of file DD4hepDetectorConstruction.cpp
|
finaloverride |
Convert the stored DD4hep detector to a Geant4 description.
Transfers ownership of the created object as all volumes (including world) are deleted in ~G4PhysicalVolumeStore().
Definition at line 25 of file DD4hepDetectorConstruction.cpp.
View newest version in sPHENIX GitHub at line 25 of file DD4hepDetectorConstruction.cpp
References INFO, m_detector, and Acts::Test::world.
|
private |
Definition at line 30 of file DD4hepDetectorConstruction.hpp.
View newest version in sPHENIX GitHub at line 30 of file DD4hepDetectorConstruction.hpp
Referenced by Construct().