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
+4 -4
View File
@@ -6,7 +6,7 @@ It must **not** be used as a substitute for writing good git commit messages!
-------------------------------------------------------------------------------
## 2024-06-20 Gabriele Cosmo (gdml-V11-01-03)
## 2024-06-20 Gabriele Cosmo (gdml-V11-02-04, 03)
- Disabled schema validation by default, as XercesC currently does
support only 'http' (see: https://issues.apache.org/jira/browse/XERCESC-2220).
- Added possibility to define G4GDML_DEFAULT_SCHEMALOCATION string as
@@ -14,18 +14,18 @@ It must **not** be used as a substitute for writing good git commit messages!
Defined new flag G4GDML_DEFAULT_WRITE_SCHEMALOCATION for schema location
in writing.
## 2024-03-08 Gabriele Cosmo
## 2024-03-08 Gabriele Cosmo (gdml-V11-02-02)
- Use std::map instead of std::vector to iterate on logical-skin surfaces
in G4GDMLWriteStructure::GetSkinSurface().
Part of fix addressing problem report #2598.
## 2024-02-29 Gabriele Cosmo
## 2024-02-29 Gabriele Cosmo (gdml-V11-02-01, 00)
- Fix in schema module gdml_solids.xsd for tessellated solid semantics, to
correctly reference facet types. Fixes schema validation errors which may
occur on some custom XSD validation tools. Schema updated to GDML-3.1.7.
Thanks to A.Trouche (Artenum) for providing the patch.
## 2023-06-16 I. Hrivnacova (gdml-V11-01-02)
## 2023-06-16 Ivana Hrivnacova (gdml-V11-01-02)
- Let G4ThreeVectorCompare obey the strict weak ordering requirements;
which fixes failures in inserting elements in the std::map with
this compare operator used in writing tessellated solid.