Import Geant4 11.4.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2025-06-26 09:17:29 +02:00
parent 20a218bbe1
commit a499fb82e9
1941 changed files with 203285 additions and 95593 deletions
+10
View File
@@ -6,6 +6,16 @@ It must **not** be used as a substitute for writing good git commit messages!
-------------------------------------------------------------------------------
## 2025-04-11 Makoto Asai (intercoms-V11-03-00)
- G4UImanager, G4UIcontrolMessenger
- Introducing "@@" keyword that can be placed in any UI command that takes
a macro file name. It creates a temporal macro file with following commands
until /control/endRecord command comes. This “@@” mechanism works recursively.
- If a file name is enclosed in a pair of "@", that macro file is created.
- This mechanism works for both interactive mode and batch mode. When used in
interactive mode with Qt GUI, you can use up-arrow, tab-key and clickable
menu in left-side bar to complement a command.
## 2024-07-29 John Allison (intercoms-V11-02-07)
- G4UImanager::ApplyCommand:
- Replace `isMaster` by `G4Threading::IsMasterThread()`.