Import Geant4 10.3.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-12-09 12:35:28 +01:00
parent 4ec577e5c4
commit a3452e42ac
3514 changed files with 210500 additions and 89628 deletions
+4 -5
View File
@@ -1,4 +1,4 @@
$Id: README 94486 2015-11-19 08:33:37Z gcosmo $
$Id: README 101036 2016-11-04 09:00:23Z gcosmo $
=========================================================
Geant4 - an Object-Oriented Toolkit for Simulation in HEP
@@ -206,9 +206,8 @@ $Id: README 94486 2015-11-19 08:33:37Z gcosmo $
The histograms and ntuple are saved in the output file in a format
according to a technology selected in B5Analysis.hh.
When running in multi-threading mode, the histograms accumulated on threads are
automatically merged in a single output file, while the ntuple is written
in files per thread.
When running in multi-threading mode, the histograms and ntuple accumulated
on threads are automatically merged in a single output file.
8- BUILD OPTIONS:
@@ -216,7 +215,7 @@ $Id: README 94486 2015-11-19 08:33:37Z gcosmo $
Geant4 user interface via G4VIS_USE and G4UI_USE compiler options
(see exampleB5.cc).
These options are defined by default with Geant4 configuration;
they can switched off at compilation time via the CMake options
they can be switched off at compilation time via the CMake options
G4VIS_NONE or G4UI_NONE or via the environment variables of the
same name if using GNUmake build.