Import Geant4 11.2.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2023-06-30 09:09:57 +02:00
parent aef78ca386
commit dd1f179cda
3780 changed files with 212808 additions and 142780 deletions
+12 -3
View File
@@ -6,17 +6,26 @@ It must **not** be used as a substitute for writing good git commit messages!
-------------------------------------------------------------------------------
## 2023-05-04 Gabriele Cosmo (run-V11-00-13)
## 2023-06-02 Ben Morgan (run-V11-01-04)
- Apply core and optional clang-tidy fixes, plus clang-format and tidying:
- Removal of obsolete comments/dead blocks
- Normal order access specifiers and make docstrings Doxygen/IDE compatible
- Refactor random state file copying to use std::filesystem for portability
## 2023-05-04 Gabriele Cosmo (run-V11-01-03)
- Removed mistyped method declaration GetMasterTheadId() in G4MTRunManager.
## 2023-02-03 Gabriele Cosmo (run-V11-00-12)
## 2023-02-03 Gabriele Cosmo (run-V11-01-02)
- Reduced printout in destruction of run-manager (master and workers), to be
coherent with verbose level greater than 1.
## 2022-12-30 Vladimir Ivanchenko
## 2022-12-30 Vladimir Ivanchenko (run-V11-01-01)
- G4PhysicsListHelper - added forgotten process of muon pair production by muons
(problem #2523); added general processes
## 2022-12-12 Ben Morgan (run-V11-01-00)
- Remove obsolete GNUmakefile scripts
## 2022-11-18 Gabriele Cosmo (run-V11-00-11)
- More compilation warnings fixes for implicit type conversions.