Skip to content

RHadrons+G4ExternalDecay: thread-checker fixes

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

Thread-checker fixes for RHadrons:

  • Remove the Pythia8ForDecays singleton and instead use an instance of this class in RHadronPythiaDecayer.
  • Make G4ProessHelper const by removing unused code and passing references explicitly instead of relying on member variables.

cc @jchapman @christos

Merge request reports