Skip to content

Cleaning up Simulation packages

This merge request removes all usage of the CxxUtils package from code under /Simulation/ this was previously used to pick up CxxUtils::make_unique. This has been replaced by std::make_unique. The G4AtlasUserActions and ISF_Geant4UserActions packages only create component libraries so have been modified to move all headers to the src directory.

Merge request reports