Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
Functions | |
std::map< G4String, G4AttDef > * | GetInstance (const G4String &storeKey, G4bool &isNew) |
G4bool | GetStoreKey (const std::map< G4String, G4AttDef > *definitions, G4String &key) |
Variables | |
std::map< G4String, std::map< G4String, G4AttDef > * > * | m_defsmaps = nullptr |
G4Mutex | mutex = G4MUTEX_INITIALIZER |
std::map< G4String, G4AttDef > * G4AttDefStore::GetInstance | ( | const G4String & | storeKey, |
G4bool & | isNew | ||
) |
Definition at line 40 of file G4AttDefStore.cc.
Referenced by G4RichTrajectory::GetAttDefs(), G4RichTrajectoryPoint::GetAttDefs(), G4SmoothTrajectory::GetAttDefs(), G4SmoothTrajectoryPoint::GetAttDefs(), G4Trajectory::GetAttDefs(), G4TrajectoryPoint::GetAttDefs(), G4PhysicalVolumeModel::GetAttDefs(), and G4TrajectoriesModel::GetAttDefs().
G4bool G4AttDefStore::GetStoreKey | ( | const std::map< G4String, G4AttDef > * | definitions, |
G4String & | key | ||
) |
Definition at line 70 of file G4AttDefStore.cc.
Referenced by operator<<().
Definition at line 35 of file G4AttDefStore.cc.
Referenced by GetInstance(), and GetStoreKey().
G4Mutex G4AttDefStore::mutex = G4MUTEX_INITIALIZER |
Definition at line 37 of file G4AttDefStore.cc.