ATLAS Offline Software
|
Public Types | |
typedef std::mutex | mutex_t |
typedef std::lock_guard< mutex_t > | lock_t |
Public Attributes | |
std::unordered_map< ISF::ISFParticle const *, ISF::ISFParticleContainer > | m_secondariesMap |
mutex_t | m_mutex |
Definition at line 112 of file G4LegacyTransportTool.h.
typedef std::lock_guard<mutex_t> iGeant4::G4LegacyTransportTool::Slot::lock_t |
Definition at line 116 of file G4LegacyTransportTool.h.
typedef std::mutex iGeant4::G4LegacyTransportTool::Slot::mutex_t |
Definition at line 115 of file G4LegacyTransportTool.h.
mutex_t iGeant4::G4LegacyTransportTool::Slot::m_mutex |
Definition at line 117 of file G4LegacyTransportTool.h.
std::unordered_map< ISF::ISFParticle const*, ISF::ISFParticleContainer > iGeant4::G4LegacyTransportTool::Slot::m_secondariesMap |
Definition at line 114 of file G4LegacyTransportTool.h.