Skip to content

G4ExternalDecay: thread-checker fixes

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

Cleanup the Pythia8ForDecays singleton (no need for complicated mutex logic, static initialization is thread-safe) and mark is as not thread-safe because it exposes a non-const pointer to a static.

Merge request reports