Import Geant4 11.2.1 source tree

This commit is contained in:
Gabriele Cosmo
2024-02-16 14:58:45 +01:00
parent 860a2b92bf
commit dda54bbdcf
331 changed files with 48457 additions and 50699 deletions
+8
View File
@@ -6,6 +6,14 @@ It must **not** be used as a substitute for writing good git commit messages!
-------------------------------------------------------------------------------
## 2023-12-22 Evgueni Tcherniaev (geom-csg-V11-01-02)
- Use GetThetaCosPhi() and GetThetaSinPhi() in wrapper method G4UTrap::GetVertices(),
this fixes the problem with trapezoid arised in CMSSW after migration to VecGeom 1.2.6
## 2023-12-18 Gabriele Cosmo
- Fixed typo in wrapper method G4UTrap::SetAllParameters(), setter used in
parameterisation of shape dimensions.
## 2023-05-10 Gabriele Cosmo (geom-csg-V11-01-01)
- Applied clang-tidy fixes (readability, modernization, performance, ...).