![]() |
ATLAS Offline Software
|
#include <G4GeometryNotifierSvc.h>
Public Member Functions | |
| G4GeometryNotifierSvc (const std::string &name, ISvcLocator *pSvcLocator) | |
| virtual | ~G4GeometryNotifierSvc () |
| StatusCode | initialize () override final |
| StatusCode | finalize () override final |
| void | SetCurrentDetectorName (const std::string &s) override final |
| const std::string | GetCurrentDetectorName () const override final |
Private Attributes | |
| std::string | m_currentDetectorName {""} |
| Gaudi::Property< bool > | m_activateLVNotifier {this, "ActivateLVNotifier", true, "Toggle on/off the G4 LV notifier"} |
| Gaudi::Property< bool > | m_activatePVNotifier {this, "ActivatePVNotifier", false, "Toggle on/off the G4 PV notifier"} |
| G4VNotifier * | lvNotifier {} |
| G4VNotifier * | pvNotifier {} |
Definition at line 14 of file G4GeometryNotifierSvc.h.
| G4GeometryNotifierSvc::G4GeometryNotifierSvc | ( | const std::string & | name, |
| ISvcLocator * | pSvcLocator ) |
Definition at line 10 of file G4GeometryNotifierSvc.cxx.
|
virtual |
Definition at line 16 of file G4GeometryNotifierSvc.cxx.
|
finaloverride |
Definition at line 34 of file G4GeometryNotifierSvc.cxx.
|
inlinefinaloverride |
Definition at line 27 of file G4GeometryNotifierSvc.h.
|
finaloverride |
Definition at line 22 of file G4GeometryNotifierSvc.cxx.
|
inlinefinaloverride |
Definition at line 26 of file G4GeometryNotifierSvc.h.
|
private |
Definition at line 34 of file G4GeometryNotifierSvc.h.
|
private |
Definition at line 32 of file G4GeometryNotifierSvc.h.
|
private |
Definition at line 33 of file G4GeometryNotifierSvc.h.
|
private |
Definition at line 30 of file G4GeometryNotifierSvc.h.
|
private |
Definition at line 35 of file G4GeometryNotifierSvc.h.