Import Geant4 11.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2022-12-09 14:43:28 +01:00
parent c07cea1fe0
commit 9f34590941
3810 changed files with 200490 additions and 182326 deletions
+24 -3
View File
@@ -1,12 +1,33 @@
# Category modeling History
See `CONTRIBUTING.rst` for details of **required** info/format for each entry,
which **must** added in reverse chronological order (newest at the top). It must **not**
be used as a substitute for writing good git commit messages!
which **must** added in reverse chronological order (newest at the top).
It must **not** be used as a substitute for writing good git commit messages!
-------------------------------------------------------------------------------
## 2022-11-25 Gabriele Cosmo (modeling-V11-00-14)
- Fixed compilation warnings for implicit type conversions on macOS/XCode 14.1.
## 2022-11-06 John Allison (modeling-V11-00-13)
- Eliminate G4cerr and introduce G4warn.
- `#define G4warn G4cout`
- The above is temporary until a genuine G4warn output stream is
implemented.
- Change G4cerr to G4warn in all cases.
- Change G4cout to G4warn in those cases where `verbosity >= warnings`.
## 2022-10-28 John Allison (modeling-V11-00-12)
- Implement generic cutaway.
- G4PhysicalVolumeModel::DescribeSolid:
- Simplify clipping, sectioning and cutaway code.
## 2022-09-19 John Allison (modeling-V11-00-11)
- G4Mesh:
- A simple parameterisation may only be one level.
- Nested parameterisations may be 2- or 3-level.
## 2022-06-09 Laurie Nevay (modeling-V11-00-10)
- Allow arrow proportions to be greater than 1/100. Produces more
visible arrows for field visualisation and also obeys the input
parameters more closely.