#include <G4GeometryNotifierSvc.h>
Definition at line 14 of file G4GeometryNotifierSvc.h.
◆ G4GeometryNotifierSvc()
| G4GeometryNotifierSvc::G4GeometryNotifierSvc |
( |
const std::string & | name, |
|
|
ISvcLocator * | pSvcLocator ) |
◆ ~G4GeometryNotifierSvc()
| G4GeometryNotifierSvc::~G4GeometryNotifierSvc |
( |
| ) |
|
|
virtual |
◆ finalize()
| StatusCode G4GeometryNotifierSvc::finalize |
( |
| ) |
|
|
finaloverride |
◆ GetCurrentDetectorName()
| const std::string G4GeometryNotifierSvc::GetCurrentDetectorName |
( |
| ) |
const |
|
inlinefinaloverride |
◆ initialize()
| StatusCode G4GeometryNotifierSvc::initialize |
( |
| ) |
|
|
finaloverride |
Definition at line 22 of file G4GeometryNotifierSvc.cxx.
22 {
24 {
28 }
29
31 return StatusCode::SUCCESS;
32}
Gaudi::Property< bool > m_activatePVNotifier
Gaudi::Property< bool > m_activateLVNotifier
◆ SetCurrentDetectorName()
| void G4GeometryNotifierSvc::SetCurrentDetectorName |
( |
const std::string & | s | ) |
|
|
inlinefinaloverride |
◆ lvNotifier
| G4VNotifier* G4GeometryNotifierSvc::lvNotifier {} |
|
private |
◆ m_activateLVNotifier
| Gaudi::Property<bool> G4GeometryNotifierSvc::m_activateLVNotifier {this, "ActivateLVNotifier", true, "Toggle on/off the G4 LV notifier"} |
|
private |
Definition at line 32 of file G4GeometryNotifierSvc.h.
32{this, "ActivateLVNotifier", true, "Toggle on/off the G4 LV notifier"};
◆ m_activatePVNotifier
| Gaudi::Property<bool> G4GeometryNotifierSvc::m_activatePVNotifier {this, "ActivatePVNotifier", false, "Toggle on/off the G4 PV notifier"} |
|
private |
Definition at line 33 of file G4GeometryNotifierSvc.h.
33{this, "ActivatePVNotifier", false, "Toggle on/off the G4 PV notifier"};
◆ m_currentDetectorName
| std::string G4GeometryNotifierSvc::m_currentDetectorName {""} |
|
private |
◆ pvNotifier
| G4VNotifier* G4GeometryNotifierSvc::pvNotifier {} |
|
private |
The documentation for this class was generated from the following files: