Import Geant4 11.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2023-12-08 10:43:34 +01:00
parent dd1f179cda
commit 860a2b92bf
3962 changed files with 139318 additions and 164259 deletions
+18
View File
@@ -5,6 +5,24 @@ which **must** added in reverse chronological order (newest at the top). It must
be used as a substitute for writing good git commit messages!
## 2023-11-14 I. Hrivnacova (exampleB1-V11-01-03)
- Fixes for Doxygen:
Move class description comments after namespace
## 2023-11-03 I. Hrivnacova (exampleB1-V11-01-02)
- Applied auto in main where suitable and not done by clang-tidy
## 2023-09-18 I. Hrivnacova (exampleB1-V11-01-01)
- tsg_offscreen.mac moved in example B5
## 2023-09-06 John Allison (exampleB1-V11-01-00)
- For the new flexible run-time graphics system options:
- exampleB1.cc:
- Use constructor with arguments: new G4VisExecutive(argc, argv).
- vis.mac:
- Change "/vis/open OGL 600x600-0+0" to "/vis/open" to allow new choices.
- Add some guidance.
## 2022-10-13 Guy Barrand (exampleB1-V11-00-01)
- vis.mac: commented TSG_OFFSCREEN usage example.