Skip to content

GeoMaterial2G4: make material factories thread-safe

Frank Winklmeier requested to merge fwinkl/athena:geomat2g4_v2 into master

Add a mutex to the static material caches in Geo2G4MaterialFactory and Geo2G4MatPropTableFactory. Also change to (faster) std::unordered_map and remove singleton.

Merge request reports