k4SimGeant4
|
Detector construction tool using the DD4hep. More...
#include <SimG4DD4hepDetector.h>
Public Member Functions | |
SimG4DD4hepDetector (const std::string &aType, const std::string &aName, const IInterface *aParent) | |
virtual | ~SimG4DD4hepDetector () |
virtual StatusCode | initialize () |
Initialize. | |
virtual StatusCode | finalize () |
Finalize. | |
virtual G4VUserDetectorConstruction * | detectorConstruction () |
Get the initilization of the geometry. | |
Public Member Functions inherited from ISimG4DetectorConstruction | |
DeclareInterfaceID (ISimG4DetectorConstruction, 1, 0) | |
Retrieve interface ID. | |
Private Attributes | |
ServiceHandle< IGeoSvc > | m_geoSvc |
Pointer to the geometry service. | |
Detector construction tool using the DD4hep.
Retrieves the geometry build by the implementation of IGeoSvc.
|
explicit |
|
virtual |
|
virtual |
Get the initilization of the geometry.
Implements ISimG4DetectorConstruction.
|
virtual |
Finalize.
|
virtual |
Initialize.
|
private |
Pointer to the geometry service.