Import Geant4 11.1.1 source tree
This commit is contained in:
@@ -1,9 +1,15 @@
|
||||
# Example exoticphysics History
|
||||
|
||||
See `CONTRIBUTING.rst` for details of **required** info/format for each entry,
|
||||
which **must** added in reverse chronological order (newest at the top). It must **not**
|
||||
be used as a substitute for writing good git commit messages!
|
||||
which **must** added in reverse chronological order (newest at the top).
|
||||
It must **not** be used as a substitute for writing good git commit messages!
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
## 2023-01-09 Ben Morgan (exExoticPhysics-V11-00-01)
|
||||
- Use PROJECT_ scoped _SOURCE/BINARY_DIR variables in place of CMAKE_
|
||||
scope version to ease use of Geant4 as a CMake subproject.
|
||||
- Fixes [GitHub PR #52](https://github.com/Geant4/geant4/pull/52)
|
||||
|
||||
## 2021-12-10 Ben Morgan (exExoticPhysics-V11-00-00)
|
||||
- Change to new Markdown History format
|
||||
|
||||
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
|
||||
|
||||
|
||||
**************************************************************
|
||||
Geant4 version Name: geant4-11-01-ref-00 (9-December-2022)
|
||||
Geant4 version Name: geant4-11-01-patch-01 (10-February-2023)
|
||||
Copyright : Geant4 Collaboration
|
||||
References : NIM A 506 (2003), 250-303
|
||||
: IEEE-TNS 53 (2006), 270-278
|
||||
@@ -1968,14 +1968,12 @@ Using
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 1000
|
||||
User=89.510000s Real=99.074248s Sys=0.060000s
|
||||
User=83.790000s Real=88.878475s Sys=0.000000s
|
||||
... write file : ExExCh.root - done
|
||||
... close file : ExExCh.root - done
|
||||
Graphics systems deleted.
|
||||
Visualization Manager deleting...
|
||||
G4 kernel has come to Quit state.
|
||||
================== Deleting memory pools ===================
|
||||
Number of memory pools allocated: 16 of which, static: 1
|
||||
Dynamic pools deleted: 15 / Total memory freed: 0.059 MB
|
||||
Dynamic pools deleted: 15 / Total memory freed: 0.048 MB
|
||||
============================================================
|
||||
RunManagerKernel is deleted. Good bye :)
|
||||
|
||||
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
|
||||
|
||||
|
||||
**************************************************************
|
||||
Geant4 version Name: geant4-11-01-ref-00 (9-December-2022)
|
||||
Geant4 version Name: geant4-11-01-patch-01 (10-February-2023)
|
||||
Copyright : Geant4 Collaboration
|
||||
References : NIM A 506 (2003), 250-303
|
||||
: IEEE-TNS 53 (2006), 270-278
|
||||
@@ -1129,7 +1129,7 @@ Event = 0 z0 = -779.999 Primary direction = (0,0,1)
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 100
|
||||
User=0.720000s Real=0.722665s Sys=0.010000s
|
||||
User=0.710000s Real=0.709074s Sys=0.000000s
|
||||
RunAction: End of run actions are started 1 Nevt= 100 Edep= 4138.8
|
||||
====================================================
|
||||
Beam Particle: proton
|
||||
@@ -1147,9 +1147,7 @@ RunAction: End of run actions are started 1 Nevt= 100 Edep= 4138.8
|
||||
... clear all data - done
|
||||
Graphics systems deleted.
|
||||
Visualization Manager deleting...
|
||||
G4 kernel has come to Quit state.
|
||||
================== Deleting memory pools ===================
|
||||
Number of memory pools allocated: 10 of which, static: 0
|
||||
Dynamic pools deleted: 10 / Total memory freed: 0.084 MB
|
||||
============================================================
|
||||
RunManagerKernel is deleted. Good bye :)
|
||||
|
||||
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
|
||||
|
||||
|
||||
**************************************************************
|
||||
Geant4 version Name: geant4-11-01-ref-00 (9-December-2022)
|
||||
Geant4 version Name: geant4-11-01-patch-01 (10-February-2023)
|
||||
Copyright : Geant4 Collaboration
|
||||
References : NIM A 506 (2003), 250-303
|
||||
: IEEE-TNS 53 (2006), 270-278
|
||||
|
||||
@@ -18,9 +18,9 @@ if(GEANT4_BUILD_MULTITHREADED)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(_compareScript ${CMAKE_SOURCE_DIR}/examples/extended/exoticphysics/phonon/ComparePhonon.cmake)
|
||||
set(_causticRef ${CMAKE_SOURCE_DIR}/examples/extended/exoticphysics/phonon/caustic.out)
|
||||
set(_timingRef ${CMAKE_SOURCE_DIR}/examples/extended/exoticphysics/phonon/timing.out)
|
||||
set(_compareScript ${PROJECT_SOURCE_DIR}/examples/extended/exoticphysics/phonon/ComparePhonon.cmake)
|
||||
set(_causticRef ${PROJECT_SOURCE_DIR}/examples/extended/exoticphysics/phonon/caustic.out)
|
||||
set(_timingRef ${PROJECT_SOURCE_DIR}/examples/extended/exoticphysics/phonon/timing.out)
|
||||
|
||||
#Check if specific OS references are available, if not use default
|
||||
if(EXISTS ${_causticRef}${_MTsuffix})
|
||||
@@ -55,7 +55,7 @@ geant4_add_test(example-ext-exoticphysics-phonons-run
|
||||
WORKING_DIRECTORY ${PROJECT_BINARY_DIR}/examples/extended/exoticphysics/phonon
|
||||
DEPENDS example-ext-exoticphysics-phonons-build
|
||||
ENVIRONMENT ${GEANT4_TEST_ENVIRONMENT}
|
||||
G4LATTICEDATA=${CMAKE_SOURCE_DIR}/examples/extended/exoticphysics/phonon/CrystalMaps)
|
||||
G4LATTICEDATA=${PROJECT_SOURCE_DIR}/examples/extended/exoticphysics/phonon/CrystalMaps)
|
||||
|
||||
# 3. Compare
|
||||
geant4_add_test(example-ext-exoticphysics-phonons-timecomp
|
||||
|
||||
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
|
||||
|
||||
|
||||
**************************************************************
|
||||
Geant4 version Name: geant4-11-01-ref-00 (9-December-2022)
|
||||
Geant4 version Name: geant4-11-01-patch-01 (10-February-2023)
|
||||
Copyright : Geant4 Collaboration
|
||||
References : NIM A 506 (2003), 250-303
|
||||
: IEEE-TNS 53 (2006), 270-278
|
||||
@@ -556,16 +556,14 @@ Setting was ignored.
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 1000000
|
||||
User=17.550000s Real=17.727146s Sys=0.050000s
|
||||
User=17.460000s Real=17.620627s Sys=0.050000s
|
||||
|
||||
--------------------End of Global Run-----------------------
|
||||
The run had 1000000 events... write file : output.root - done
|
||||
... close file : output.root - done
|
||||
G4 kernel has come to Quit state.
|
||||
================== Deleting memory pools ===================
|
||||
Number of memory pools allocated: 14 of which, static: 0
|
||||
Dynamic pools deleted: 14 / Total memory freed: 0.028 MB
|
||||
============================================================
|
||||
RunManagerKernel is deleted. Good bye :)
|
||||
Execution completed
|
||||
User=19.360000s Real=19.790403s Sys=0.130000s
|
||||
User=19.190000s Real=19.523383s Sys=0.090000s
|
||||
|
||||
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
|
||||
|
||||
|
||||
**************************************************************
|
||||
Geant4 version Name: geant4-11-01-ref-00 (9-December-2022)
|
||||
Geant4 version Name: geant4-11-01-patch-01 (10-February-2023)
|
||||
Copyright : Geant4 Collaboration
|
||||
References : NIM A 506 (2003), 250-303
|
||||
: IEEE-TNS 53 (2006), 270-278
|
||||
@@ -539,16 +539,14 @@ Setting was ignored.
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 1000000
|
||||
User=25.040000s Real=25.590978s Sys=0.340000s
|
||||
User=24.070000s Real=24.493421s Sys=0.250000s
|
||||
|
||||
--------------------End of Global Run-----------------------
|
||||
The run had 1000000 events... write file : output.root - done
|
||||
... close file : output.root - done
|
||||
G4 kernel has come to Quit state.
|
||||
================== Deleting memory pools ===================
|
||||
Number of memory pools allocated: 14 of which, static: 0
|
||||
Dynamic pools deleted: 14 / Total memory freed: 0.025 MB
|
||||
============================================================
|
||||
RunManagerKernel is deleted. Good bye :)
|
||||
Execution completed
|
||||
User=26.820000s Real=27.718090s Sys=0.420000s
|
||||
User=25.760000s Real=26.437015s Sys=0.290000s
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
##### Perform simulation with default macro
|
||||
GEANT4_ADD_TEST(example-ext-exoticphysics-ExUCN
|
||||
COMMAND ${CMAKE_BINARY_DIR}/examples/extended/exoticphysics/ExUCN
|
||||
${CMAKE_BINARY_DIR}/examples/extended/exoticphysics/ExUCN/ExUCN.in
|
||||
SOURCE_DIR ${CMAKE_SOURCE_DIR}/examples/extended/exoticphysics/ExUCN
|
||||
BINARY_DIR ${CMAKE_BINARY_DIR}/examples/extended/exoticphysics/ExUCN
|
||||
COMMAND ${PROJECT_BINARY_DIR}/examples/extended/exoticphysics/ExUCN
|
||||
${PROJECT_BINARY_DIR}/examples/extended/exoticphysics/ExUCN/ExUCN.in
|
||||
SOURCE_DIR ${PROJECT_SOURCE_DIR}/examples/extended/exoticphysics/ExUCN
|
||||
BINARY_DIR ${PROJECT_BINARY_DIR}/examples/extended/exoticphysics/ExUCN
|
||||
BUILD ExUCN PROJECT ExUCN
|
||||
ENVIRONMENT ${GEANT4_TEST_ENVIRONMENT}
|
||||
)
|
||||
|
||||
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
|
||||
|
||||
|
||||
**************************************************************
|
||||
Geant4 version Name: geant4-11-01-ref-00 (9-December-2022)
|
||||
Geant4 version Name: geant4-11-01-patch-01 (10-February-2023)
|
||||
Copyright : Geant4 Collaboration
|
||||
References : NIM A 506 (2003), 250-303
|
||||
: IEEE-TNS 53 (2006), 270-278
|
||||
@@ -44,8 +44,6 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
|
||||
|
||||
|
||||
|
||||
G4FieldManager/SetEpsMin : eps_min = 2.5e-07
|
||||
G4FieldManager/SetEpsMax : eps_max = 0.001 ( Note: unchanged eps_min= 2.5e-07 )
|
||||
Visualization Manager instantiating with verbosity "warnings (3)"...
|
||||
Visualization Manager initialising...
|
||||
Registering graphics systems...
|
||||
@@ -1500,7 +1498,7 @@ Terminate current event processing.
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 1
|
||||
User=0.030000s Real=0.033863s Sys=0.010000s
|
||||
User=0.020000s Real=0.031190s Sys=0.000000s
|
||||
Sum NoMT: 0
|
||||
Sum NoMRT: 0
|
||||
Sum NoMRCondition: 0
|
||||
@@ -1519,7 +1517,6 @@ Sum No. E > V DiffuseTransmit: 0
|
||||
#
|
||||
Graphics systems deleted.
|
||||
Visualization Manager deleting...
|
||||
G4 kernel has come to Quit state.
|
||||
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
Maximum number of tracks in the urgent stack : 576460752303423487
|
||||
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
@@ -1527,4 +1524,3 @@ G4 kernel has come to Quit state.
|
||||
Number of memory pools allocated: 11 of which, static: 0
|
||||
Dynamic pools deleted: 11 / Total memory freed: 0.015 MB
|
||||
============================================================
|
||||
RunManagerKernel is deleted. Good bye :)
|
||||
|
||||
Reference in New Issue
Block a user