Import Geant4 10.7.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2020-06-26 10:23:25 +02:00
parent c02c370437
commit 67ba86d073
1871 changed files with 174422 additions and 131884 deletions
@@ -14,6 +14,21 @@ track of all tags.
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
23/6/2020 Jonathan Madsen (ThreadsafeScores-V10-06-02)
- Added example of user code leveraging tasking in TSRunAction.cc
- This example leverages tasks on the master thread at the end
of the run to generate some strings of output via a nested
hierarchy of tasks and uses the features of the
G4TaskGroup to combine the strings in the order that
they were submitted to the task-group (thus producing the
same output result as the serial version)
23/6/2020 Gabriele Cosmo (ThreadsafeScorers-V10-06-01)
- Properly include G4RunManagerFactory.hh in main().
28/5/2020 Jonathan Madsen (ThreadsafeScorers-V10-06-00)
- Updated to use tasking system
22/11/2019 Jonathan Madsen (ThreadsafeScorers-V10-05-01)
- Updated CMakeLists.txt to support enabling timemory even without
support at the Geant4 level