![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
Inheritance diagram for ActsExamples::GdmlDetectorConstructionFactory:
Collaboration diagram for ActsExamples::GdmlDetectorConstructionFactory:Public Member Functions | |
| GdmlDetectorConstructionFactory (std::string path) | |
| std::unique_ptr < G4VUserDetectorConstruction > | factorize () const override |
Public Member Functions inherited from ActsExamples::DetectorConstructionFactory | |
| virtual | ~DetectorConstructionFactory ()=default |
Private Attributes | |
| std::string | m_path |
| Path to the Gdml file. | |
Definition at line 40 of file GdmlDetectorConstruction.hpp.
View newest version in sPHENIX GitHub at line 40 of file GdmlDetectorConstruction.hpp
| GdmlDetectorConstructionFactory::GdmlDetectorConstructionFactory | ( | std::string | path | ) |
Definition at line 32 of file GdmlDetectorConstruction.cpp.
View newest version in sPHENIX GitHub at line 32 of file GdmlDetectorConstruction.cpp
|
overridevirtual |
Implements ActsExamples::DetectorConstructionFactory.
Definition at line 37 of file GdmlDetectorConstruction.cpp.
View newest version in sPHENIX GitHub at line 37 of file GdmlDetectorConstruction.cpp
References m_path.
|
private |
Path to the Gdml file.
Definition at line 49 of file GdmlDetectorConstruction.hpp.
View newest version in sPHENIX GitHub at line 49 of file GdmlDetectorConstruction.hpp
Referenced by factorize().