Skip to content

Geo2G4: thread-checker fixes

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

Mainly just mark the Build methods all the way up to Geo2G4Svc::initialize as not thread-safe. Some code cleanup on the way.

Also make Geo2G4STParameterisation thread-safe by using a thread-local rotation matrix (see discussion below).

Edited by Frank Winklmeier

Merge request reports