Celeritas is a new Monte Carlo transport code designed to accelerate scientific discovery in high energy physics by improving detector simulation throughput and energy efficiency using GPUs.
Some small review comments in #1348 were left dangling due to auto-merge, so this PR implements them. Per that review these are:
Typos and Doxygen/Logging clarification fixes
Mark WLS2 process as unreachable in Geant4 < 10.7
Even though a user could request WLS2 be active in Geant4 < 10.7 the setup in CelerOpticalPhysics should never trigger construction/use so this is a failsafe more than anything else (but good to have just in case we do end up supported pre-10.7...).
Some small review comments in #1348 were left dangling due to auto-merge, so this PR implements them. Per that review these are:
CelerOpticalPhysics
should never trigger construction/use so this is a failsafe more than anything else (but good to have just in case we do end up supported pre-10.7...).