Import Geant4 10.6.0 source tree

This commit is contained in:
Gabriele Cosmo
2019-12-06 15:12:28 +01:00
parent b2a62ae692
commit 5baee230e9
2997 changed files with 141580 additions and 98673 deletions
@@ -14,6 +14,14 @@ track of all tags.
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
22/11/2019 Jonathan Madsen (ThreadsafeScorers-V10-05-01)
- Updated CMakeLists.txt to support enabling timemory even without
support at the Geant4 level
19/11/2019 Gabriele Cosmo (ThreadsafeScorers-V10-05-00)
- Fixed compilation warning on Windows for calling TIMEMORY_AUTO_TIMER
with no arguments in TSPrimaryGeneratorAction::GeneratePrimaries().
13/11/2018 Jonathan Madsen (ThreadsafeScorers-V10-04-06)
- Fixed shadowing warnings in G4atomic.hh header (recommit of ThreadsafeScorers-V10-04-03)
@@ -29,7 +37,7 @@ track of all tags.
- Added scorers with G4StatAnalysis and G4ConvergenceTester
- Improved scheme for using TiMemory to time how long the
scoring takes w.r.t. storage container and PS
15/6/2018 Gabriele Cosmo (ThreadsafeScorers-V10-04-03)
- Fixed shadowing warnings in G4atomic.hh header.