Analysis Software
Documentation for sPHENIX simulation software
|
Public Member Functions | |
virtual | ~DetectorConstructionFactory ()=default |
virtual std::unique_ptr < G4VUserDetectorConstruction > | factorize () const =0 |
Silly Geant4 will destroy the detector construction after the run manager is destructed. This class works around it by factorizing a factory.
Definition at line 19 of file DetectorConstructionFactory.hpp.
View newest version in sPHENIX GitHub at line 19 of file DetectorConstructionFactory.hpp
|
virtualdefault |
|
pure virtual |