Import Geant4 11.4.0 source tree

This commit is contained in:
Gabriele Cosmo
2025-12-05 08:54:02 +01:00
parent a499fb82e9
commit b4a16de652
6484 changed files with 232674 additions and 221097 deletions
+9
View File
@@ -6,6 +6,15 @@ It must **not** be used as a substitute for writing good git commit messages!
-------------------------------------------------------------------------------
## 2025-10-06 Gabriele Cosmo (geombias-V11-03-01)
- Reorganised and enriched comments in headers to follow Doxygen style.
- Removed empty source files for G4VGCellFinder, G4VIStore,
G4VImportanceAlgorithm, G4VImportanceSplitExaminer, G4VWeightWindowStore,
G4VWeightWindowAlgorithm.
## 2025-08-22 Gabriele Cosmo (geombias-V11-03-00)
- Applied basic clang-tidy fixes.
## 2024-07-17 Gabriele Cosmo (geombias-V11-02-01)
- Fixed reported Coverity defect in G4WeightWindowStore, to use std::move()
for avoiding implicit copy.