ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
G4AttDefStore Namespace Reference

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 = 0
 
G4Mutex mutex = G4MUTEX_INITIALIZER
 

Function Documentation

G4bool G4AttDefStore::GetStoreKey ( const std::map< G4String, G4AttDef > *  definitions,
G4String key 
)

Definition at line 69 of file G4AttDefStore.cc.

View newest version in sPHENIX GitHub at line 69 of file G4AttDefStore.cc

References m_defsmaps.

Referenced by operator<<().

+ Here is the caller graph for this function:

Variable Documentation

std::map< G4String, std::map< G4String, G4AttDef > * > * G4AttDefStore::m_defsmaps = 0

Definition at line 35 of file G4AttDefStore.cc.

View newest version in sPHENIX GitHub 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.

View newest version in sPHENIX GitHub at line 37 of file G4AttDefStore.cc

Referenced by G4EnvSettings::insert().