Import Geant4 11.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2021-12-10 14:46:44 +01:00
committed by Ben Morgan
parent 6399a014b6
commit 80e2389dd8
3932 changed files with 202519 additions and 246221 deletions
+18
View File
@@ -9,6 +9,24 @@
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
9 Novemeber 2021, I. Hrivnacova (MPI-V10-07-03)
- Updated analysis classes for changes in analysis
in analysis-V10-07-*
- More updates in g4mpi for changes in G4String:
str(i) -> str[i]; str(i,j) -> str.substr(i,j)
- exMPI03 - include G4AnalysisManager.hh
exMPI04 - include G4Root[Mpi]AnalysisManager.hh
- instead of removed g4root.hh
25 October 2021, B.Morgan (MPI-V10-07-02)
- Use G4StrUtil functions replacing deprecated G4String member functions
18 October 2021 B.Morgan (MPI-V10-07-01)
- Use std::string member functions from G4String in place of synonyms
1 October 2021 B. Morgan (MPI-V10-07-00)
- Use new std::string compliant G4String interfaces
4 November 2020 I. Hrivnacova (MPI-V10-06-00)
- Updated analysis classes for the design changes in analysis
tags analysis-V10-06-05,06