#include <LVNotifier.h>
- Todo
- NEEDS DOCUMENTATION
Definition at line 14 of file LVNotifier.h.
◆ LVNotifier()
Definition at line 12 of file LVNotifier.cxx.
14{
15 G4LogicalVolumeStore*
store = G4LogicalVolumeStore::GetInstance();
16 store->SetNotifier(
this);
17}
G4GeometryNotifierSvc * m_notifierSvc
◆ NotifyDeRegistration()
| void LVNotifier::NotifyDeRegistration |
( |
| ) |
|
◆ NotifyRegistration()
| void LVNotifier::NotifyRegistration |
( |
| ) |
|
Definition at line 19 of file LVNotifier.cxx.
20{
21 G4LogicalVolumeStore*
store = G4LogicalVolumeStore::GetInstance();
22 G4LogicalVolume* lV =
store->back();
23 lV->SetName(
m_notifierSvc->GetCurrentDetectorName() +
"::" + lV->GetName() );
24}
◆ G4GeometryNotifierSvc
◆ m_notifierSvc
The documentation for this class was generated from the following files: