Import Geant4 11.0.1 source tree

This commit is contained in:
Gabriele Cosmo
2022-03-23 08:25:50 +01:00
parent 84f33a068c
commit de4f28d823
234 changed files with 61815 additions and 61766 deletions
+5
View File
@@ -16,6 +16,11 @@ committal in the SVN repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
March 2, 2022 I. Hrivnacova (analysis-V10-07-31)
- Fix notifying about closing file in G4GenericAnalysisManager;
this fixes saving scorers in analysis file in B3 example
for the second and further runs.
November 15, 2021 I. Hrivnacova (analysis-V10-07-30)
- Fixed remaining Coverity issues
@@ -259,6 +259,8 @@ G4bool G4GenericFileManager::CloseFiles()
result &= fileManager->CloseFiles();
}
fIsOpenFile = false;
Message(kVL3, "close", "analysis files", "", result);
return result;