Import Geant4 11.4.1 source tree

This commit is contained in:
Gabriele Cosmo
2026-03-19 16:51:22 +01:00
parent b4a16de652
commit 41f2dd7996
352 changed files with 26342 additions and 24532 deletions
+3
View File
@@ -6,6 +6,9 @@ It must **not** be used as a substitute for writing good git commit messages!
-------------------------------------------------------------------------------
## 2025-12-07 Vladimir Ivanchenko (phys-list-V11-03-06)
- G4PhysListFactory - fixed trivial Coverity warning
## 2025-11-12 Vladimir Ivanchenko (phys-list-V11-03-05)
- G4PhysListFactory - for HP physics use the default EM constructor as it was
in Geant4 11.3.
@@ -146,7 +146,7 @@ G4PhysListFactory::GetReferencePhysList(const G4String& name)
for (std::size_t i=1; i<nlists_em; ++i) {
if (listnames_em[i] == ss) {
em_opt = i;
em_name = ss;
em_name = std::move(ss);
n -= 4;
break;
}