48 if (instance ==
nullptr) {
59 fDataHandlers.reserve(50);
74 if (
nullptr != ptr) {
return ptr; }
78 ptr = EmDataHandler(nam);
91 if (
nullptr == ptr) {
return; }
92 for (
auto const & p : fDataHandlers) {
93 if (p == ptr) {
return; }
95 fDataHandlers.push_back(ptr);
103 if (fDataHandlers.empty()) {
return ptr; }
104 for (
auto const & p : fDataHandlers) {
105 if (p->GetName() == nam) {
G4TemplateAutoLock< G4Mutex > G4AutoLock
#define G4MUTEX_INITIALIZER
G4EmDataRegistry(const G4EmDataRegistry &)=delete
G4EmDataHandler * GetHandlerByName(const G4String &, std::size_t nTable)
void Register(G4EmDataHandler *)
static G4EmDataRegistry * Instance()