Import Geant4 11.3.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2024-06-28 13:08:51 +02:00
parent f7b23877ed
commit e58e650b32
5232 changed files with 239416 additions and 244360 deletions
+14 -1
View File
@@ -6,7 +6,20 @@ It must **not** be used as a substitute for writing good git commit messages!
-------------------------------------------------------------------------------
## 2024-02-01 Gabriele Cosmo (geom-specific-V11-01-07)
## 2024-05-29 Evgueni Tcherniaev (geom-specific-V11-02-04)
- Added new methods GetNumOfConstituents() and IsFaceted().
## 2024-05-27 Evgueni Tcherniaev (geom-specific-V11-02-03)
- Completely revised G4GeneriTrap, it addresses the problem report #2547
## 2024-05-26 Evgueni Tcherniaev (geom-specific-V11-02-02)
- New testG4GenericTrap.cc
## 2024-04-02 Gabriele Cosmo (geom-specific-V11-02-01)
- Applied trivial clang-tidy fixes to classes, i.e. use of 'override' and
'default' keywords.
## 2024-02-01 Gabriele Cosmo (geom-specific-V11-02-00)
- Use std::size_t for array sizes in G4PolyhedraSide and G4PolyPhiFace.
## 2023-07-10 Evgueni Tcherniaev (geom-specific-V11-01-06)