... | ... | @@ -2,7 +2,7 @@ |
|
|
|
|
|
[[_TOC_]]
|
|
|
|
|
|
In this tutorial we will use Geant4 version 10.6.2.
|
|
|
In this tutorial we will use Geant4 version 10.6.2, compiled with the support of multithreading and Qt5 based GUI.
|
|
|
|
|
|
On MacOS we recommend to install Geant4 via [Homebrew](https://brew.sh)
|
|
|
|
... | ... | @@ -177,61 +177,11 @@ G4WT0 > /run/initialize |
|
|
G4WT1 > /run/initialize
|
|
|
G4WT0 > /run/physicsModified
|
|
|
G4WT1 > /run/physicsModified
|
|
|
Graphics systems deleted.
|
|
|
Visualization Manager deleting...
|
|
|
G4WT1 > /tracking/storeTrajectory 2
|
|
|
G4WT0 > /tracking/storeTrajectory 2
|
|
|
G4WT0 > Destroying WorkerRunManager (0x7f9e17f67230)
|
|
|
G4WT0 > G4 kernel has come to Quit state.
|
|
|
G4WT0 > UserRunAction deleted.
|
|
|
G4WT0 > UserPrimaryGenerator deleted.
|
|
|
G4WT0 > RunManager is deleting RunManagerKernel.
|
|
|
G4WT0 > EventManager deleted.
|
|
|
G4WT0 > Units table cleared.
|
|
|
G4WT0 > TransportationManager deleted.
|
|
|
G4WT0 > Total navigation history collections cleaned: 3
|
|
|
G4WT0 > ================== Deleting memory pools ===================
|
|
|
G4WT0 > Pool ID '20G4NavigationLevelRep', size : 0.00288 MB
|
|
|
G4WT0 > Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB
|
|
|
G4WT0 > Pool ID '7G4Event', size : 0.000961 MB
|
|
|
G4WT0 > Pool ID '15G4CountedObjectIvE', size : 0.000961 MB
|
|
|
G4WT0 > Number of memory pools allocated: 4; of which, static: 0
|
|
|
G4WT0 > Dynamic pools deleted: 4 / Total memory freed: 0.0058 MB
|
|
|
G4WT0 > ============================================================
|
|
|
G4WT0 > G4Allocator objects are deleted.
|
|
|
G4WT0 > Thread-local UImanager is to be deleted.
|
|
|
G4WT0 > There should not be any thread-local G4cout/G4cerr hereafter.
|
|
|
G4WT1 > Destroying WorkerRunManager (0x7f9e1c072610)
|
|
|
G4WT1 > G4 kernel has come to Quit state.
|
|
|
G4WT1 > UserRunAction deleted.
|
|
|
G4WT1 > UserPrimaryGenerator deleted.
|
|
|
G4WT1 > RunManager is deleting RunManagerKernel.
|
|
|
G4WT1 > EventManager deleted.
|
|
|
G4WT1 > Units table cleared.
|
|
|
G4WT1 > TransportationManager deleted.
|
|
|
G4WT1 > Total navigation history collections cleaned: 3
|
|
|
G4WT1 > ================== Deleting memory pools ===================
|
|
|
G4WT1 > Pool ID '20G4NavigationLevelRep', size : 0.00288 MB
|
|
|
G4WT1 > Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB
|
|
|
G4WT1 > Pool ID '7G4Event', size : 0.000961 MB
|
|
|
G4WT1 > Pool ID '15G4CountedObjectIvE', size : 0.000961 MB
|
|
|
G4WT1 > Number of memory pools allocated: 4; of which, static: 0
|
|
|
G4WT1 > Dynamic pools deleted: 4 / Total memory freed: 0.0058 MB
|
|
|
G4WT1 > ============================================================
|
|
|
G4WT1 > G4Allocator objects are deleted.
|
|
|
G4WT1 > Thread-local UImanager is to be deleted.
|
|
|
G4WT1 > There should not be any thread-local G4cout/G4cerr hereafter.
|
|
|
G4 kernel has come to Quit state.
|
|
|
UserDetectorConstruction deleted.
|
|
|
UserPhysicsList deleted.
|
|
|
UserActionInitialization deleted.
|
|
|
UserWorkerThreadInitialization deleted.
|
|
|
UserRunAction deleted.
|
|
|
RunManager is deleting RunManagerKernel.
|
|
|
EventManager deleted.
|
|
|
Units table cleared.
|
|
|
TransportationManager deleted.
|
|
|
Total navigation history collections cleaned: 3
|
|
|
|
|
|
...
|
|
|
<snip>
|
|
|
...
|
|
|
|
|
|
================== Deleting memory pools ===================
|
|
|
Pool ID '20G4NavigationLevelRep', size : 0.00288 MB
|
|
|
Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB
|
... | ... | @@ -298,9 +248,3 @@ $ |
|
|
- zsh default warning
|
|
|
To suppress a warning massage put the following line into .bash_profile:
|
|
|
`export BASH_SILENCE_DEPRECATION_WARNING=1` |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|