#include <G4EmDataRegistry.hh>
Definition at line 40 of file G4EmDataRegistry.hh.
◆ ~G4EmDataRegistry()
G4EmDataRegistry::~G4EmDataRegistry |
( |
| ) |
|
◆ G4EmDataRegistry()
◆ GetHandlerByName()
Definition at line 70 of file G4EmDataRegistry.cc.
71{
72
73 G4EmDataHandler* ptr = EmDataHandler(nam);
74 if (nullptr != ptr) { return ptr; }
75
76
78 ptr = EmDataHandler(nam);
79 if (nullptr == ptr) {
80 ptr = new G4EmDataHandler(n, nam);
81 }
82 l.unlock();
83
84 return ptr;
85}
G4TemplateAutoLock< G4Mutex > G4AutoLock
◆ Instance()
◆ operator=()
◆ Register()
The documentation for this class was generated from the following files: