Import Geant4 11.0.2 source tree

This commit is contained in:
Gabriele Cosmo
2022-05-25 15:50:57 +02:00
parent de4f28d823
commit b3bf75a2a1
341 changed files with 93127 additions and 39343 deletions
+3 -3
View File
@@ -2,8 +2,8 @@
#======================================================================
# i. Subprojects that may be cloned for testing
#======================================================================
benchmarks/
verification/
/benchmarks/
/verification/
#======================================================================
# ii. Formatting
@@ -326,7 +326,7 @@ CTestTestfile.cmake
# Executables
*.exe
*.out
a.out
*.app
# Debug files
+271
View File
@@ -0,0 +1,271 @@
# Codeowners for Geant4
# Maps directories to Working Group Coordinators only for now
# Add finer grain control as time progresses
# Software Management
/CMakeLists.txt @bmorgan
/cmake/ @bmorgan @gunter
/config/ @gcosmo
/ReleaseNotes/ @gcosmo
/source/global/ @gcosmo @bmorgan @gunter
# Run, Event, and Detector Response
/source/run/ @asaim @jmadsen
/source/event/ @asaim @jmadsen
/source/digits_hits/ @asaim @jmadsen
/source/processes/scoring @asaim @jmadsen
# Tracking
/source/tracking/ @tsasaki @shokada @asaim
# Particles and Track
/source/track/ @kurashige @shokada @asaim
/source/particles/ @kurashige @shokada @asaim
# Geometry and Transport
/source/geometry/ @gcosmo @japost
/source/processes/transportation/ @gcosmo @japost
# Generic Processes and Materials
/source/materials/ @maire @vnivanch @mverderi @dsawkey @asaim @ebagli
/source/parameterisations/ @mverderi
/source/processes/biasing/ @mverderi @vnivanch @asaim
/source/processes/biasing/generic/ @mverderi
/source/processes/biasing/importance/ @ahoward
/source/processes/biasing/management/ @ahoward @mverderi
/source/processes/parameterisation/ @mverderi @vnivanch @asaim
# Electromagnetic Standard Physics
/source/processes/electromagnetic/highenergy/ @vnivanch @dsawkey
/source/processes/electromagnetic/muons/ @vnivanch @dsawkey
/source/processes/electromagnetic/polarisation/ @vnivanch @dsawkey
/source/processes/electromagnetic/standard/ @vnivanch @dsawkey
/source/processes/electromagnetic/xrays/ @vnivanch @dsawkey
/source/processes/optical/ @vnivanch @dsawkey
# Low Energy Electromagnetic Physics
/source/processes/electromagnetic/dna/ @sincerti @pandola
/source/processes/electromagnetic/lowenergy/ @sincerti @pandola
/source/processes/electromagnetic/pii/ @sincerti @pandola
# Hadronic Physics
/source/processes/hadronic/cross_sections/ @witoldp @ribon @dwright @vnivanch
/source/processes/hadronic/management/ @ribon @dwright @vnivanch
/source/processes/hadronic/models/abrasion/ @ribon @dwright @vnivanch
/source/processes/hadronic/models/binary_cascade/ @gunter @ribon @dwright @vnivanch
/source/processes/hadronic/models/cascade/ @mkelsey @ribon @dwright @vnivanch
/source/processes/hadronic/models/coherent/ @vnivanch @ribon @dwright @vnivanch
/source/processes/hadronic/models/de_excitation/ @quesada @ribon @dwright @vnivanch
/source/processes/hadronic/models/em_dissociation/ @tkoi @ribon @dwright @vnivanch
/source/processes/hadronic/models/im_r_matrix/ @gunter @ribon @dwright @vnivanch
/source/processes/hadronic/models/inclxx/ @dmancusi @ribon @dwright @vnivanch
/source/processes/hadronic/models/management/ @gunter @ribon @dwright @vnivanch
/source/processes/hadronic/models/particle_hp/ @tkoi @ribon @dwright @vnivanch
/source/processes/hadronic/models/parton_string/ @gunter @vuzhinsk @ribon @dwright @vnivanch
/source/processes/hadronic/models/photolepton_hadron/ @ribon @dwright @vnivanch
/source/processes/hadronic/models/pre_equilibrium/ @quesada @ribon @dwright @vnivanch
/source/processes/hadronic/models/radioactive_decay/ @ldesorgh @ribon @dwright @vnivanch
/source/processes/hadronic/models/theo_high_energy/ @gunter @ribon @dwright @vnivanch
/source/processes/hadronic/models/utils/ @gunter @ribon @dwright @vnivanch
/source/processes/hadronic/processes/ @ribon @dwright @vnivanch
/source/processes/hadronic/stopping/ @ribon @dwright @vnivanch
/source/processes/hadronic/util/ @ribon @dwright @vnivanch
# Persistency
/source/persistency/ @gcosmo
/source/persistency/ascii/ @arce
/source/persistency/gdml/ @gcosmo @witoldp
/source/analysis/ @ihrivnac
/source/analysis/g4tools/ @gybarran @ihrivnac
/source/analysis/test/ @gybarran @ihrivnac
# User and Category Interfaces
/source/intercoms/ @asaim @hajime @kmura
/source/interfaces/ @hajime @kmura @lgarnier
/environments/ @hajime @kmura
# Visualization
/source/graphics_reps/ @allison @lgarnier @perl
/source/visualization/management/ @allison @lgarnier @perl
/source/visualization/modeling/ @allison @lgarnier @perl
/source/visualization/FukuiRenderer/ @stanaka @lgarnier @perl
/source/visualization/HepRep/ @perl @lgarnier
/source/visualization/OpenGL/ @allison @lgarnier @perl
/source/visualization/OpenInventor/ @fjones @allison @lgarnier @perl
/source/visualization/RayTracer/ @asaim @allison @lgarnier @perl
/source/visualization/Tree/ @allison @lgarnier @perl
/source/visualization/VRML/ @stanaka @lgarnier @perl
/source/visualization/gMocren/ @akimura @lgarnier @perl
# Physics Lists
/source/physics_lists/ @gunter @wenzel
# Novice+Extended Examples (Individual Examples assigned to Responsibles)
/examples/basic/ @ihrivnac @ahoward
/examples/novice/ @ihrivnac @ahoward
/examples/extended/ @ihrivnac @ahoward
/examples/basic/B1/ @maire @ihrivnac
/examples/basic/B2/ @ihrivnac
/examples/basic/B3/ @maire @ihrivnac
/examples/basic/B4/ @ihrivnac
/examples/basic/B5/ @ihrivnac
/examples/extended/analysis/AnaEx01/ @maire @ihrivnac
/examples/extended/analysis/AnaEx02/ @maire @ihrivnac
/examples/extended/analysis/AnaEx03/ @gybarran @ihrivnac
/examples/extended/analysis/B1Con/ @tkoi @ihrivnac
/examples/extended/analysis/B3aScoreWriter/ @ihrivnac
/examples/extended/analysis/B4dScoreWriter/ @ihrivnac
/examples/extended/analysis/shared/ @ihrivnac
/examples/extended/biasing/B01/ @ahoward @ihrivnac
/examples/extended/biasing/B02/ @ahoward @ihrivnac
/examples/extended/biasing/B03/ @ahoward @ihrivnac
/examples/extended/biasing/GB01/ @mverderi @ihrivnac
/examples/extended/biasing/GB02/ @mverderi @ihrivnac
/examples/extended/biasing/GB03/ @mverderi @ihrivnac
/examples/extended/biasing/GB04/ @mverderi @ihrivnac
/examples/extended/biasing/GB05/ @mverderi @ihrivnac
/examples/extended/biasing/GB06/ @mverderi @ihrivnac
/examples/extended/biasing/ReverseMC01/ @ldesorgh @ihrivnac
/examples/extended/common/ @ihrivnac
/examples/extended/electromagnetic/TestEm0/ @maire @ihrivnac
/examples/extended/electromagnetic/TestEm1/ @vnivanch @ihrivnac
/examples/extended/electromagnetic/TestEm2/ @vnivanch @ihrivnac
/examples/extended/electromagnetic/TestEm3/ @maire @ihrivnac
/examples/extended/electromagnetic/TestEm4/ @maire @ihrivnac
/examples/extended/electromagnetic/TestEm5/ @vnivanch @ihrivnac
/examples/extended/electromagnetic/TestEm6/ @vnivanch @ihrivnac
/examples/extended/electromagnetic/TestEm7/ @vnivanch @ihrivnac
/examples/extended/electromagnetic/TestEm8/ @grichine @ihrivnac
/examples/extended/electromagnetic/TestEm9/ @vnivanch @ihrivnac
/examples/extended/electromagnetic/TestEm10/ @grichine @ihrivnac
/examples/extended/electromagnetic/TestEm11/ @maire @ihrivnac
/examples/extended/electromagnetic/TestEm12/ @maire @ihrivnac
/examples/extended/electromagnetic/TestEm13/ @maire @ihrivnac
/examples/extended/electromagnetic/TestEm14/ @maire @ihrivnac
/examples/extended/electromagnetic/TestEm15/ @maire @ihrivnac
/examples/extended/electromagnetic/TestEm16/ @maire @ihrivnac
/examples/extended/electromagnetic/TestEm17/ @maire @ihrivnac
/examples/extended/electromagnetic/TestEm18/ @maire @ihrivnac
/examples/extended/errorpropagation/ @arce @ihrivnac
/examples/extended/eventgenerator/basicPrimary/ @maire @ihrivnac
/examples/extended/eventgenerator/particleGun/ @maire @ihrivnac
/examples/extended/eventgenerator/exgps/ @ldesorgh @ihrivnac
/examples/extended/eventgenerator/HepMCEx01/ @kmura @ihrivnac
/examples/extended/eventgenerator/HepMCEx01/ @kmura @ihrivnac
/examples/extended/eventgenerator/MCTruth/ @witoldp @ihrivnac
/examples/extended/eventgenerator/pythia/ @ihrivnac
/examples/extended/exoticphysics/channeling/ @ebagli @ihrivnac
/examples/extended/exoticphysics/dmparticle/ @vnivanch @ihrivnac
/examples/extended/exoticphysics/monopole/ @vnivanch @ihrivnac
/examples/extended/exoticphysics/phonon/ @asaim @ihrivnac
/examples/extended/exoticphysics/ucn/ @ihrivnac
/examples/extended/field/BlineTracer/ @ldesorgh @ihrivnac
/examples/extended/field/field01/ @japost @ihrivnac
/examples/extended/field/field02/ @japost @ihrivnac
/examples/extended/field/field03/ @japost @ihrivnac
/examples/extended/field/field04/ @japost @ihrivnac
/examples/extended/field/field05/ @japost @ihrivnac
/examples/extended/field/field06/ @japost @ihrivnac
/examples/extended/g3tog4/clGeometry/ @ihrivnac
/examples/extended/geometry/transforms/ @maire @ihrivnac
/examples/extended/hadronic/FissionFragment/ @bwendt @ihrivnac
/examples/extended/hadronic/Hadr00/ @vnivanch @ihrivnac
/examples/extended/hadronic/Hadr01/ @vnivanch @ihrivnac
/examples/extended/hadronic/Hadr02/ @vnivanch @ihrivnac
/examples/extended/hadronic/Hadr03/ @maire @ihrivnac
/examples/extended/hadronic/Hadr04/ @maire @ihrivnac
/examples/extended/hadronic/Hadr06/ @maire @ihrivnac
/examples/extended/hadronic/Hadr07/ @maire @ihrivnac
/examples/extended/hadronic/NeutronSource/ @maire @ihrivnac
/examples/extended/medical/DICOM/ @arce @ihrivnac
/examples/extended/medical/DICOM2/ @jmadsen @ihrivnac
/examples/extended/medical/dna/chem1/ @matkara @ihrivnac
/examples/extended/medical/dna/chem2/ @matkara @ihrivnac
/examples/extended/medical/dna/chem3/ @matkara @ihrivnac
/examples/extended/medical/dna/chem4/ @matkara @ihrivnac
/examples/extended/medical/dna/clustering/ @matkara @ihrivnac
/examples/extended/medical/dna/dnaphysics/ @sincerti @ihrivnac
/examples/extended/medical/dna/icsd/ @cvillagr @ihrivnac
/examples/extended/medical/dna/mfp/ @sincerti @ihrivnac
/examples/extended/medical/dna/microdosimetry/ @sincerti @ihrivnac
/examples/extended/medical/dna/microyz/ @sincerti @ihrivnac
/examples/extended/medical/dna/neuron/ @sincerti @ihrivnac
/examples/extended/medical/dna/pdb4dna/ @sincerti @ihrivnac
/examples/extended/medical/dna/range/ @sincerti @ihrivnac
/examples/extended/medical/dna/slowing/ @sincerti @ihrivnac
/examples/extended/medical/dna/splitting/ @sincerti @ihrivnac
/examples/extended/medical/dna/spower/ @sincerti @ihrivnac
/examples/extended/medical/dna/svalue/ @sincerti @ihrivnac
/examples/extended/medical/dna/wholeNuclearDNA/ @cvillagr @ihrivnac
/examples/extended/medical/dna/wvalue/ @sincerti @ihrivnac
/examples/extended/medical/electronScattering/ @maire @ihrivnac
/examples/extended/medical/electronScattering2/ @perl @ihrivnac
/examples/extended/medical/fanoCavity/ @maire @ihrivnac
/examples/extended/medical/fanoCavity2/ @maire @ihrivnac
/examples/extended/medical/GammaTherapy/ @vnivanch @ihrivnac
/examples/extended/optical/OpNovice/ @dsawkey @ihrivnac
/examples/extended/optical/OpNovice2/ @dsawkey @ihrivnac
/examples/extended/optical/LXe/ @dsawkey @ihrivnac
/examples/extended/optical/wls/ @dsawkey @ihrivnac
/examples/extended/parallel/MPI/exMPI01/ @kmura @ihrivnac
/examples/extended/parallel/MPI/exMPI02/ @kmura @ihrivnac
/examples/extended/parallel/MPI/exMPI03/ @kmura @ihrivnac
/examples/extended/parallel/MPI/exMPI04/ @ihrivnac
/examples/extended/parallel/TBB/ @dotti @ihrivnac
/examples/extended/parallel/ThreadsafeScorers/ @jmadsen @ihrivnac
/examples/extended/parallel/TopC/ @cooperma @ihrivnac
/examples/extended/parameterisations/gflash/ @mverderi @ihrivnac
/examples/extended/parameterisations/Par01/ @mverderi @ihrivnac
/examples/extended/parameterisations/Par02/ @ribon @ihrivnac
/examples/extended/persistency/gdml/ @witoldp @ihrivnac
/examples/extended/persistency/P01/ @witoldp @ihrivnac
/examples/extended/persistency/P02/ @witoldp @ihrivnac
/examples/extended/persistency/P03/ @arce @ihrivnac
/examples/extended/physicslists/extensibleFactory/ @rhatcher @ihrivnac @gunter
/examples/extended/physicslists/factory/ @ihrivnac @gunter
/examples/extended/physicslists/genericPL/ @witoldp @ihrivnac @gunter
/examples/extended/physicslists/shared/ @ihrivnac @gunter
/examples/extended/polarisation/Pol01/ @vnivanch @ihrivnac
/examples/extended/radioactivedecay/Activation/ @maire @ihrivnac
/examples/extended/radioactivedecay/rdecay01/ @maire @ihrivnac
/examples/extended/radioactivedecay/rdecay02/ @ldesorgh @ihrivnac
/examples/extended/runAndEvent/RE01/ @asaim @ihrivnac
/examples/extended/runAndEvent/RE02/ @asaim @ihrivnac
/examples/extended/runAndEvent/RE03/ @asaim @ihrivnac
/examples/extended/runAndEvent/RE04/ @asaim @ihrivnac
/examples/extended/runAndEvent/RE05/ @asaim @ihrivnac
/examples/extended/runAndEvent/RE06/ @asaim @ihrivnac
/examples/extended/visualization/perspective/ @allison @ihrivnac
/examples/extended/visualization/standalone/ @allison @ihrivnac
/examples/extended/visualization/userVisAction/ @allison @ihrivnac
# Advanced Examples (Can be extended with responsibles per example)
/examples/advanced/ @guatelli @fromano @pandola
# Testing
/tests/ @gunter @syjun
+1 -1
View File
@@ -32,7 +32,7 @@ project(Geant4
HOMEPAGE_URL "https://geant4.cern.ch")
set(${PROJECT_NAME}_VERSION_MAJOR 11)
set(${PROJECT_NAME}_VERSION_MINOR 0)
set(${PROJECT_NAME}_VERSION_PATCH 1)
set(${PROJECT_NAME}_VERSION_PATCH 2)
set(${PROJECT_NAME}_VERSION "${${PROJECT_NAME}_VERSION_MAJOR}.${${PROJECT_NAME}_VERSION_MINOR}.${${PROJECT_NAME}_VERSION_PATCH}")
# - Prepend our own CMake Modules to the search path
+200
View File
@@ -0,0 +1,200 @@
Geant4 11.0 - patch-02 Release Notes
------------------------------------
25 May 2022
List of fixes included in this public patch since the public release 11.0.1:
o Configuration
-------------
+ CMake:
o Fix for CPack on Windows to avoid PATH with only '/', without '\'.
o Don't add CLHEP_INCLUDE_DIRS directly through include_directories
to prevent potential issues with it holding relative paths.
o Digits_Hits:
-----------
+ Added missing virtual keywords in G4VScoringMesh.
o Externals:
---------
+ CLHEP:
o Fixed compilation warnings on macOS in LorentzRotation header
when c++20 is enabled.
o Fixed compilation warnings for shadowing data member in RandPoisson.
o Geometry:
--------
+ management:
o G4SolidStore, G4LogicalVolumeStore, G4PhysicalVolumeStore:
extend getter methods to optionally return the last-found object.
+ navigation:
o G4RegularNavigation: reset the zero step counter when a non-zero step
is performed, to avoid aborted events. Removed tabs in source code.
Based on GitHub PR#38 (https://github.com/Geant4/geant4/pull/38).
o G4VIntersectionLocator: fixed compilation warning for unused data.
+ solids/Boolean:
o G4UnionSolid: add surface tolerance in Inside(p) for check on Z.
Minor optimisation in constructors and in caching half-tolerance.
o Global:
------
+ Replaced use of deprecated std::result_of with std::invoke_result_t,
fixes compilation warnings on Apple clang version 13.1.6.
+ In G4PhysicsModelCatalog, fixed two typos in Bremsstrahlung models name.
+ Fixed compilation warnings for shadowing variables in G4String.
+ Updated date and version for 11.0.2.
o Materials:
---------
+ G4DensityEffectData, G4IonisParamMat: fixed density effect correction
for liquid hydrogen. Addressing problem report #2346. Some code clean-up.
+ G4Material: reorganised AddElement(..) and AddMaterial(..) methods;
using temporary vector to allow addition of the same elements during
initialisation, once addition is completed the vector of elements and
arrays of fractions are created, filled and temporary vectors are deleted,
as a result the code become more transparent.
Addressing problem report #2486.
+ G4NistMaterialBuilder: fixed mean ionisation potentilal of carbon to the
current NIST value from 81 eV to 78 eV. Addressing problem report #2474.
o Particles:
---------
+ Fixed compilation warnings on Intel compiler for unused variables.
o Persistency:
-----------
+ GDML:
o In G4GDMLReadMaterials, fixed default temperature to 20°C
(NTP_Temperature).
o Addressing to the case of solid/volume name duplication when reading
more than one GDML files.
o G4GDMLReadSolids: removed a forgotten (used for debugging) cout in
PropertyRead() function.
o Physics Lists:
-------------
+ constructors/electromagnetic
o G4EmStandardPhysics_option4: use G4UrbanFluctuation model for e+-.
Addressing problem report #2466.
o Processes - Electromagnetic:
---------------------------
+ dna
o G4ITTransportation: fixed misuse of bitwise '|' operator instead of
logical.
+ utils
o G4VMultipleScattering: fixed problem responsible for energy deposition
shift in custom CMS Physics List. Addressing problem report #2480.
o G4VEnergyLossProcess: fixed fluctuation model pointer for the case an
extra model is added on top of the default list of models.
o Fixed typo in Bremsstrahlung model names.
o Processes - Generic:
-------------------
+ cuts
o G4VRangeToEnergyConverter: fixed clearing of static data in destructor.
+ optical
o G4OpBoundaryProcess: check for nullptr before dereferencing.
Addressing problem report #2471.
o G4OpWLS2: fix incorrect call to set time profile.
Addressing problem report #2482.
+ transportation
o G4Transportation, G4CoupledTransportation: fixed misuse of bitwise '|'
operator instead of logical.
o Processes - Hadronic:
--------------------
+ cross_sections
o G4HadronNucleonXsc: fixed compilation warning on unused variable.
+ models/abla
o G4Abla: fixed compilation warnings for potentially uninitialised
variables.
+ models/cascade
o Fixed compilation warnings on Intel compilers for unused variables.
o Use const iterator in G4InuclEvaporation::BreakItUp(..).
+ models/coherent_elastic
o G4ElasticHadrNucleusHE, G4NeutronElectronElModel and
G4NeutrinoElectronNcModel: fixed compilation warnings on unused
variables; removed commented lines; use Energy() method of
G4PhysicsVector instead of obsolete GetLowEdgeEnergy().
+ models/inclxx
o Fixed misuse of bitwise '|' operator instead of logical in
INCL::postCascade() and in INCL::makeCompoundNucleus().
o Fixed compilation warnings for shadowing of variables, not used
or potentially uninitialised variables.
+ models/lepto_nuclear
o G4NeutrinoNucleusModel: fixed memory leak reported by Coverity.
o Fixed compilation warning on Intel compilers for unused variables.
o G4MuonVDNuclearModel: fixed compilation warnings for potentially
uninitialised variables.
+ models/particle_hp
o Fixed issue for photons too high in energy generated from
G4NDL/Capture/FSMF6 data. Addressing problem report #2468.
o Code cleanup in G4ParticleHPContEnergyAngular and
G4ParticleHPContAngularPar.
o Fixed compilation warnings on Intel compilers for deprecated use of
operator=() in G4ParticleHPDataPoint.
o Fixed compilation warnings for potentially uninitialised variables.
+ models/parton_string
o G4QGSParticipants: do not print warning in the case of precision loss;
a confusing exception message was observed in CMS simulation, observed
in high energy gamma-nuclear interaction.
o Fixed compilation warning on Intel compilers for unused variables.
+ models/radioactive_decay
o G4RadioactiveDecay: fixed memory leak (due to decay products that were
not deleted) in the case of a radioactive decay happening later than the
time threshold.
+ processes
o Fixed compilation warning on Intel compilers for unused variables.
+ util
o Fixed compilation warning on Intel compilers for unused variables
and deprecated declaration of operator=().
o Run
---
+ In G4RunManagerKernel, check for correct state in default exception
handler before trying to access manager classes that may be nullptr
in other states. Don't create a default exception manager if one exists
already.
o Examples:
--------
+ advanced/CaTS
o Fixed compilation warnings for unused arguments.
+ advanced/composite_calorimeter
o Fixed compilation warning for unused variables.
+ advanced/eRosita
o Fixed compilation warning for unused variable.
+ advanced/xray_fluorescence
o Fixed compilation warnings on Intel-icx compiler for unused variables.
+ basic/B2
o Restored top UI commands directory name ("B2") in
B2a::DetectorMessenger removed by mistake.
Based on GitHub PR#46 (https://github.com/Geant4/geant4/pull/46).
+ extended/eventgenerator/HepMC/HepMCEx01
o Fixed compilation due to G4String changes in release 11.0.
Part of the GitHub PR #45 (https://github.com/Geant4/geant4/pull/45).
+ extended/geometry/vecGeomNavigation
o Enable use with static libraries; build g4vecgeomnav as a static
library if only Geant4 static libraries are available.
o Removed unused setting of threads causing compilation warning.
+ extended/electromagnetic/TestEm6
o Fixed compilation warning in RunAction.
----------------------------------------------------------------------------
Technical Notes
---------------
o This patch should be applied on top of release 11.0 series.
o Technical notes distributed for release 11.0 are also applicable and
valid for this patch.
The code and rebuilt binary libraries for release 11.0.2 are available
through the Geant4 "Download" Web page.
Please refer to the Geant4 User Documentation for further information about
using Geant4.
+7
View File
@@ -29,6 +29,13 @@ add this in the documentation for the changed file as [BUGFIX #BUGNUMBER].
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
06 April 2022 - Ben Morgan (cmake-V10-07-56)
- Don't add CLHEP_INCLUDE_DIRS directly through include_directories to prevent potential
issues with it holding relative paths (reported by Seth Johnson)
7 March 2022 - Gunter Folger (cmake-V10-07-55)
- fix in CMakeCPackOptions.cmake.in to avoid PATH with only /, without \, for g4_small.bmp
11 February 2022 - Ben Morgan (cmake-V10-07-54)
- Apply [GitHub PR 37](https://github.com/Geant4/geant4/pull/37) from gondiaz.
- Add G4ptl and G4tasking libraries to link list in geant4-config
+6 -24
View File
@@ -43,19 +43,6 @@ if(GEANT4_USE_SYSTEM_CLHEP)
geant4_save_package_variables(CLHEP CLHEP_DIR)
else()
set(CLHEP_FOUND TRUE)
# TODO: CLHEP_INCLUDE_DIRS still required for windows support
# Current way of building DLLs requires build of a temporary
# archive lib, and this does not link to dependencies, hence
# it does not get their usage requirements.
# May be fixable by linking or use of better DLL build mechanism
# available in CMake >= 3.4
# As other externals will need the same treatment, return
# to old CLHEP_INCLUDE_DIRS setting
#
set(CLHEP_INCLUDE_DIRS "${PROJECT_SOURCE_DIR}/source/externals/clhep/include")
# All G4*** targets are handled internally to use static or shared
# as appropriate, so only need to declare core target name
set(CLHEP_LIBRARIES G4clhep)
endif()
@@ -115,7 +102,6 @@ geant4_add_feature(GEANT4_USE_SYSTEM_EXPAT "Using system EXPAT library")
#-----------------------------------------------------------------------
# Find required ZLIB package, defaulting in internal
# Rely on ZLIB::ZLIB imported target (since CMake 3.1)
option(GEANT4_USE_SYSTEM_ZLIB "Use system zlib library" OFF)
if(GEANT4_USE_SYSTEM_ZLIB)
find_package(ZLIB REQUIRED)
@@ -141,15 +127,13 @@ endif()
option(GEANT4_USE_TBB "Enable (optional) use of TBB as a tasking backend" ${_default_use_tbb})
if(GEANT4_USE_TBB)
find_package(TBB REQUIRED)
geant4_save_package_variables(TBB TBB_INCLUDE_DIR TBB_LIBRARY TBB_LIBRARY_DEBUG
TBB_LIBRARY_RELEASE TBB_ROOT_DIR)
geant4_save_package_variables(TBB TBB_INCLUDE_DIR TBB_LIBRARY TBB_LIBRARY_DEBUG TBB_LIBRARY_RELEASE TBB_ROOT_DIR)
endif()
geant4_add_feature(GEANT4_USE_TBB "Enable (optional) use of TBB as a tasking backend")
#-----------------------------------------------------------------------
# Find required PTL package, defaulting in internal
# Rely on PTL::PTL imported target (since CMake 3.1)
# Find required PTL package, defaulting to internal
option(GEANT4_USE_SYSTEM_PTL "Use system zlib library" OFF)
if(GEANT4_USE_SYSTEM_PTL)
find_package(PTL 2.0.0 REQUIRED)
@@ -329,13 +313,13 @@ if(GEANT4_USE_ALL_USOLIDS OR GEANT4_USE_PARTIAL_USOLIDS)
if(GEANT4_USE_ALL_USOLIDS)
set(G4GEOM_USE_USOLIDS TRUE)
GEANT4_ADD_FEATURE(GEANT4_USE_USOLIDS "Replacing Geant4 solids with all VecGeom equivalents (EXPERIMENTAL)")
geant4_add_feature(GEANT4_USE_USOLIDS "Replacing Geant4 solids with all VecGeom equivalents (EXPERIMENTAL)")
else()
set(G4GEOM_USE_PARTIAL_USOLIDS TRUE)
foreach(__g4_usolid_shape ${GEANT4_USE_PARTIAL_USOLIDS_SHAPE_LIST})
set(G4GEOM_USE_U${__g4_usolid_shape} TRUE)
endforeach()
GEANT4_ADD_FEATURE(GEANT4_USE_USOLIDS "Replacing Geant4 solids with VecGeom equivalents for ${GEANT4_USE_PARTIAL_USOLIDS_SHAPE_LIST} (EXPERIMENTAL)")
geant4_add_feature(GEANT4_USE_USOLIDS "Replacing Geant4 solids with VecGeom equivalents for ${GEANT4_USE_PARTIAL_USOLIDS_SHAPE_LIST} (EXPERIMENTAL)")
endif()
endif()
@@ -376,10 +360,8 @@ if(GEANT4_USE_HDF5)
geant4_save_package_variables(HDF5 HDF5_DIR)
else()
# Otherwise almost certainly used compiler wrapper
geant4_save_package_variables(HDF5
HDF5_C_COMPILER_EXECUTABLE
HDF5_C_LIBRARY_hdf5)
geant4_save_package_variables(HDF5 HDF5_C_COMPILER_EXECUTABLE HDF5_C_LIBRARY_hdf5)
endif()
endif()
GEANT4_ADD_FEATURE(GEANT4_USE_HDF5 "Building Geant4 analysis library with HDF5 support")
geant4_add_feature(GEANT4_USE_HDF5 "Building Geant4 analysis library with HDF5 support")
@@ -6,6 +6,7 @@
if(CPACK_GENERATOR STREQUAL "NSIS")
# There is a bug in NSI that does not handle full unix paths properly.
# Make sure there is at least one set of two (2) backlasshes.
set(CPACK_PACKAGE_ICON "@PROJECT_SOURCE_DIR@\\cmake\\Templates\\g4_small.bmp")
set(CPACK_NSIS_MUI_ICON "@PROJECT_SOURCE_DIR@\\cmake\\Templates\\G4.ico")
set(CPACK_NSIS_MUI_UNIICON "@PROJECT_SOURCE_DIR@\\cmake\\Templates\\G4.ico")
set(CPACK_NSIS_DISPLAY_NAME "${CPACK_PACKAGE_INSTALL_DIRECTORY}")
-9
View File
@@ -249,15 +249,6 @@ set(Geant4_system_clhep_FOUND @GEANT4_USE_SYSTEM_CLHEP@)
if(Geant4_system_clhep_FOUND)
set(Geant4_builtin_clhep_FOUND FALSE)
find_dependency(CLHEP @CLHEP_VERSION@ EXACT CONFIG)
# Explicitly use include_directories.
# - Geant4 and CLHEP use full imported targets with usage requirements,
# but ROOT (used in the examples), ignores usage requirements in dictionary
# generation steps.
# To retain comptibility with examples, explictly include_directories
# for CLHEP. This is a *pure workaround* for the use case of a project
# using ROOT that generates dictionaries for class headers that
# #include Geant4 headers...
include_directories(${CLHEP_INCLUDE_DIRS})
else()
set(Geant4_builtin_clhep_FOUND TRUE)
endif()
+4 -1
View File
@@ -7,7 +7,10 @@
Package History file
19 Novemebr 2021 - tag CaTS-V10-07-01 - I. Hrivnacova
26 March 2022 - tag CaTS-V10-07-02 - G. Cosmo
- Fixed compilation warnings for unused arguments.
19 November 2021 - tag CaTS-V10-07-01 - I. Hrivnacova
- Fixed PrimaryGeneratorAction destructor
22 October 2021 - tag CaTS-V10-07-00 - H. Wenzel
+1 -1
View File
@@ -88,7 +88,7 @@ EventAction::EventAction()
#endif
}
void EventAction::BeginOfEventAction(const G4Event* anEvent) {
void EventAction::BeginOfEventAction(const G4Event*) {
}
void EventAction::EndOfEventAction(const G4Event* event) {
+1 -1
View File
@@ -57,7 +57,7 @@ RunAction::RunAction()
: G4UserRunAction() {
}
void RunAction::BeginOfRunAction(const G4Run* aRun) {
void RunAction::BeginOfRunAction(const G4Run*) {
#ifdef WITH_ROOT
if (ConfigurationManager::getInstance()->isdoAnalysis()) {
// Create the generic analysis manager
@@ -10,7 +10,7 @@
**************************************************************
Geant4 version Name: geant4-11-00-patch-01 (8-March-2022)
Geant4 version Name: geant4-11-00-patch-02 (25-May-2022)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -990,488 +990,464 @@ Index : 9 used in the geometry : Yes
==================================================================
### Run 0 starts.
Event 1237
--- Reconstructed data:
-- entry points:
left: -9.56654 -5.43493 -15 cm
right: 3.18271 -4.19939 -15 cm
target: 0 0 0 fm
-- the angle: 117.309 deg
-- mass of the output particle: 530.432 MeV
-- mass of the nucleus output particle: 952.091 MeV
-- production model data:
Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV
(SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV
Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV
(SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV
Output particle (LAB) : eta -132.0895 -49.1581 320.2302 MeV -- 635.4291 MeV
(SCM) : eta -132.0895 -49.1581 49.2498 MeV -- 551.0429 MeV
Nucleus output particle (LAB) : neutron 132.0895 49.1581 409.7698 MeV -- 1.0461 GeV
(SCM) : neutron 132.0895 49.1581 -49.2498 MeV -- 963.7257 MeV
-- triggered angular ranges:
4 [ 0.4000, 0.2000)
--- Energy Deposit
monitor : 547.599 keV
vc (l) : 248.644 keV
vc (r) : 0 eV
cal (l) : 250.58 MeV
0 0 0 0 0.3535 0
0 0 0 0 3.429 1.119
0 0 0.5402 0.4827 52.12 6.952
0 0 0 1.204 177.8 6.6
cal (r) : 384.849 MeV
0 0 0 0 0 0
0 1.675 1.552 0.5758 0.02853 0
0.4486 6.752 323.8 5.732 0.628 0
3.891 0.4593 34.91 3.671 0.6963 0
Event 3078
--- Reconstructed data:
-- entry points:
left: -3.17355 2.29505 -15 cm
right: -10.3433 1.96306 -15 cm
target: 0 0 0 fm
-- the angle: 136.575 deg
-- mass of the output particle: 188.428 MeV
-- mass of the nucleus output particle: 1.321 GeV
-- production model data:
Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV
(SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV
Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV
(SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV
Output particle (LAB) : eta -36.9632 7.1291 71.8802 MeV -- 205.1556 MeV
(SCM) : eta -36.9632 7.1291 -19.0771 MeV -- 193.0958 MeV
Nucleus output particle (LAB) : neutron 36.9632 -7.1291 658.1198 MeV -- 1.4763 GeV
(SCM) : neutron 36.9632 -7.1291 19.0771 MeV -- 1.3217 GeV
-- triggered angular ranges:
8 [-0.4000, -0.6000)
--- Energy Deposit
monitor : 423.728 keV
vc (l) : 0 eV
vc (r) : 0 eV
cal (l) : 87.1347 MeV
0 0 2.559 0.8959 0.3071 0
0 0.9575 0.4661 61 4.955 0
0 0 0 11.81 4.186 0
0 0 0 0 0 0
cal (r) : 118.021 MeV
0 0 0 0.3063 0.639 0
0 0 0 0.9258 71.76 32.73
0 0 0 0.4772 9.449 1.741
0 0 0 0 0 0
Event 3630
--- Reconstructed data:
-- entry points:
left: 9.4217 6.72211 -15 cm
right: -10.1536 2.16406 -15 cm
target: 0 0 0 fm
-- the angle: 147.489 deg
-- mass of the output particle: 551.621 MeV
-- mass of the nucleus output particle: 944.787 MeV
-- production model data:
Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV
(SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV
Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV
(SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV
Output particle (LAB) : eta 13.2011 42.4384 155.4364 MeV -- 574.8233 MeV
(SCM) : eta 13.2011 42.4384 -104.4751 MeV -- 563.1842 MeV
Nucleus output particle (LAB) : neutron -13.2011 -42.4384 574.5636 MeV -- 1.1067 GeV
(SCM) : neutron -13.2011 -42.4384 104.4751 MeV -- 951.5845 MeV
-- triggered angular ranges:
10 [-0.8000, -1.0000)
--- Energy Deposit
monitor : 369.449 keV
vc (l) : 0 eV
vc (r) : 0 eV
cal (l) : 295.557 MeV
18.37 199.3 4.103 0 0 0
1.06 70.98 1.126 0 0 0
0 0.5788 0 0 0 0
0 0 0 0 0 0
cal (r) : 279.266 MeV
0 0 0 0 0.3865 0.3187
0 0 0 1.112 256.1 10.45
0 0 0 0.4879 1.294 9.112
0 0 0 0 0 0
Event 3679
--- Reconstructed data:
-- entry points:
left: 3.41416 3.75599 -15 cm
right: -9.29357 -3.04744 -15 cm
target: 0 0 0 fm
-- the angle: 142.118 deg
-- mass of the output particle: 510.862 MeV
-- mass of the nucleus output particle: 978.313 MeV
-- production model data:
Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV
(SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV
Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV
(SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV
Output particle (LAB) : eta -110.0132 -2.6633 173.6029 MeV -- 550.6616 MeV
(SCM) : eta -110.0132 -2.6633 -72.6650 MeV -- 527.6083 MeV
Nucleus output particle (LAB) : neutron 110.0132 2.6633 556.3971 MeV -- 1.1308 GeV
(SCM) : neutron 110.0132 2.6633 72.6650 MeV -- 987.1604 MeV
-- triggered angular ranges:
8 [-0.4000, -0.6000)
--- Energy Deposit
monitor : 409.251 keV
vc (l) : 0 eV
vc (r) : 0 eV
cal (l) : 221.685 MeV
0.5355 1.358 72.1 1.803 0 0
0 5.362 115.7 14.42 0.7464 0
0 0 2.897 0.4921 0 0
6.243 0 0 0 0 0
cal (r) : 328.977 MeV
0 0 0 0 0 0
0 2.872 0 0.364 2.914 4.2
0 0 0 1.651 259.3 43.9
0 0 1.484 0.04203 4.833 7.401
Event 4146
Event 2063
--- Track Points
monitor : pi- [1,bp] 732.2 MeV : 2.19 -0.8293 -0.125 cm [0.0266, 0.00722, 0.9996]
target : pi- [1,bp] 731.6 MeV : 4.86 1.177 -0.6032 cm [-0.6231, -0.7821, 0.007955]
: eta [3,op] 139.9 MeV : 4.305 0.4805 -0.5961 cm [-0.3444, -0.9012, 0.2632]
: neutron [4,np] 605 MeV : 4.305 0.4805 -0.5961 cm [-0.6734, -0.7375, -0.0512]
: pi0 [7,opdp] 120.8 MeV : 4.305 0.4805 -0.5961 cm [-0.396, 0.6231, -0.6745]
: pi0 [5,opdp] 204.1 MeV : 4.305 0.4805 -0.5961 cm [-0.01454, -0.9046, 0.426]
vc (l) : tp is not valid
vc (r) : tp is not valid
cal (l) : tp is not valid
cal (r) : tp is not valid
monitor : pi- [1,bp] 728.6 MeV : -0.4021 -9.073 -1.25 mm [0.006285, -0.003889, 1]
target : pi- [1,bp] 728.1 MeV : 3.304 3.753 -1.11 cm [-0.6388, -0.7693, -0.00746]
: eta [3,op] 289.7 MeV : 0.6174 0.5145 -1.141 cm [-0.8682, -0.4368, 0.2353]
: neutron [4,np] 488.1 MeV : 0.6174 0.5145 -1.141 cm [-0.434, -0.8884, -0.1497]
: gamma [6,opdp] 255.9 MeV : 0.6174 0.5145 -1.141 cm [0.3624, -0.9257, 0.1083]
: gamma [5,opdp] 363.8 MeV : 0.6174 0.5145 -1.141 cm [-0.9464, 0.3034, 0.1112]
vc (l) : gamma [6,opdp] 255.9 MeV : -2.951 5.294 -0.25 cm [-0.06273, 0.1083, 0.9921]
vc (r) : gamma [5,opdp] 363.8 MeV : -3.527 5.493 -0.25 cm [-0.04812, 0.1112, 0.9926]
cal (l) : gamma [6,opdp] 255.9 MeV : -3.03 5.43 -15 cm [-0.06273, 0.1083, 0.9921]
cal (r) : gamma [5,opdp] 363.8 MeV : -3.747 6 -11.72 cm [-0.04812, 0.1112, 0.9926]
---
angle between the eta decay products : 147.696 deg
--- Triggered angular ranges:
10 [-0.8000, -1.0000)
--- Production model data:
Incident particle (LAB) : pi- 18.8463 5.8476 731.1827 MeV -- 744.6458 MeV
(SCM) : pi- 11.6669 3.6200 452.6430 MeV -- 473.8298 MeV
Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV
(SCM) : proton -11.6669 -3.6200 -452.6430 MeV -- 1.0418 GeV
Output particle (LAB) : eta 44.1320 36.8213 127.5545 MeV -- 565.4435 MeV
(SCM) : eta 37.4677 34.7535 -131.0032 MeV -- 565.6202 MeV
Nucleus output particle (LAB) : neutron -25.2858 -30.9737 603.6282 MeV -- 1.1175 GeV
(SCM) : neutron -37.4677 -34.7535 131.0032 MeV -- 950.0297 MeV
--- Reconstructed data:
-- entry points:
left: 11.3597 1.14321 -15 cm
right: 0.237248 4.40169 -15 cm
target: 0 0 0 fm
-- the angle: 140.174 deg
-- mass of the output particle: 150.334 MeV
-- mass of the nucleus output particle: 1.36232 GeV
-- production model data:
Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV
(SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV
Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV
(SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV
Output particle (LAB) : eta -16.6137 8.0651 56.3740 MeV -- 161.6153 MeV
(SCM) : eta -16.6137 8.0651 -15.3070 MeV -- 152.2360 MeV
Nucleus output particle (LAB) : neutron 16.6137 -8.0651 673.6260 MeV -- 1.5199 GeV
(SCM) : neutron 16.6137 -8.0651 15.3070 MeV -- 1.3625 GeV
-- triggered angular ranges:
9 [-0.6000, -0.8000)
--- Energy Deposit
monitor : 391.284 keV
vc (l) : 0 eV
vc (r) : 0 eV
cal (l) : 69.0469 MeV
0 0 0 0 0 0
13.68 44.54 0 0 0 0
4.879 5.951 0 0 0 0
0 0 0 0 0 0
cal (r) : 92.5684 MeV
0 1.116 2.969 10.22 0.5773 0
0 0.4931 27.34 46.73 0 0
0 0 3.124 0 0 0
0 0 0 0 0 0
Event 4275
--- Track Points
monitor : pi- [1,bp] 721.6 MeV : -0.2849 -0.06078 -1.25 mm [0.004903, 0.02066, 0.9998]
target : pi- [1,bp] 721 MeV : 3.294 3.761 0.5794 cm [-0.6392, -0.7688, 0.01944]
: eta [2,op] 302.2 MeV : -2.573 -3.295 0.7579 cm [-0.8431, -0.4991, -0.2003]
: neutron [3,np] 456.4 MeV : -2.573 -3.295 0.7579 cm [-0.4517, -0.877, 0.1642]
: pi0 [6,opdp] 118.1 MeV : -2.573 -3.295 0.7579 cm [-0.9956, -0.02783, 0.08965]
: pi+ [4,opdp] 262.2 MeV : -2.573 -3.295 0.7579 cm [-0.5719, -0.7361, -0.3622]
vc (l) : tp is not valid
vc (r) : tp is not valid
cal (l) : tp is not valid
cal (r) : tp is not valid
---
angle between the eta decay products : 56.1274 deg
--- Triggered angular ranges:
5 [ 0.2000, 0.0000)
--- Production model data:
Incident particle (LAB) : pi- 1.1554 14.3946 718.3555 MeV -- 731.9310 MeV
(SCM) : pi- 0.7190 8.9577 447.0298 MeV -- 468.3975 MeV
Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV
(SCM) : proton -0.7190 -8.9577 -447.0298 MeV -- 1.0394 GeV
Output particle (LAB) : eta -98.2071 -60.5316 279.2603 MeV -- 625.6579 MeV
(SCM) : eta -98.6384 -65.9051 11.0997 MeV -- 560.6683 MeV
Nucleus output particle (LAB) : neutron 99.3625 74.9263 439.0952 MeV -- 1.0445 GeV
(SCM) : neutron 98.6384 65.9051 -11.0997 MeV -- 947.0899 MeV
--- Reconstructed data:
-- entry points:
left: 0.454175 -1.80868 -15 cm
right: 5.45644 6.54974 -15 cm
target: 0 0 0 fm
-- the angle: 125.211 deg
-- mass of the output particle: 139.306 MeV
-- mass of the nucleus output particle: 1.34683 GeV
-- production model data:
Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV
(SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV
Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV
(SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV
Output particle (LAB) : eta -86.7529 14.4700 90.3926 MeV -- 187.9159 MeV
(SCM) : eta -86.7529 14.4700 9.7811 MeV -- 165.0371 MeV
Nucleus output particle (LAB) : neutron 86.7529 -14.4700 639.6074 MeV -- 1.4936 GeV
(SCM) : neutron 86.7529 -14.4700 -9.7811 MeV -- 1.3497 GeV
-- triggered angular ranges:
5 [ 0.2000, 0.0000)
--- Energy Deposit
monitor : 520.827 keV
vc (l) : 0 eV
vc (r) : 0 eV
cal (l) : 42.251 MeV
0 0 0 0 0 0
0 2.307 0.8142 0.3738 0 0
0 0 9.126 29.23 0 0
0 0 0 0.3992 0 0
cal (r) : 145.665 MeV
0 48.45 42.92 6.394 0 0
1.166 40.01 3.424 3.301 0 0
0 0 0 0 0 0
0 0 0 0 0 0
Event 5382
--- Track Points
monitor : pi- [1,bp] 734.7 MeV : 0.5449 1.168 -0.125 cm [0.002224, -0.001527, 1]
target : pi- [1,bp] 734.2 MeV : 3.65 3.418 1.13 cm [-0.6408, -0.7677, -0.001274]
: eta [6,op] 223.8 MeV : 1.215 0.5025 1.125 cm [-0.4512, -0.7181, -0.5299]
: neutron [7,np] 558.2 MeV : 1.215 0.5025 1.125 cm [-0.6624, -0.7193, 0.2095]
: pi0 [10,opdp] 139.9 MeV : 1.215 0.5025 1.125 cm [0.8479, -0.4877, -0.2078]
: pi0 [8,opdp] 218.6 MeV : 1.215 0.5025 1.125 cm [-0.8807, -0.3741, -0.2905]
vc (l) : tp is not valid
vc (r) : tp is not valid
cal (l) : tp is not valid
cal (r) : tp is not valid
---
angle between the eta decay products : 120.263 deg
--- Triggered angular ranges:
8 [-0.4000, -0.6000)
--- Production model data:
Incident particle (LAB) : pi- 0.7792 -1.6803 733.2328 MeV -- 746.4004 MeV
(SCM) : pi- 0.4820 -1.0394 453.5871 MeV -- 474.5760 MeV
Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV
(SCM) : proton -0.4820 1.0394 -453.5871 MeV -- 1.0422 GeV
Output particle (LAB) : eta 25.9575 -118.5993 188.0316 MeV -- 591.8177 MeV
(SCM) : eta 25.6756 -117.9914 -77.2174 MeV -- 566.3007 MeV
Nucleus output particle (LAB) : neutron -25.1782 116.9190 545.2012 MeV -- 1.0929 GeV
(SCM) : neutron -25.6756 117.9914 77.2174 MeV -- 950.4351 MeV
--- Reconstructed data:
-- entry points:
left: 1.77514 5.09937 -15 cm
right: -1.45569 0.398072 -15 cm
target: 0 0 0 fm
-- the angle: 132.847 deg
-- mass of the output particle: 157.85 MeV
-- mass of the nucleus output particle: 1.35626 GeV
-- production model data:
Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV
(SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV
Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV
(SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV
Output particle (LAB) : eta 8.2228 8.2259 68.5019 MeV -- 172.4657 MeV
(SCM) : eta 8.2228 8.2259 -7.0733 MeV -- 158.4359 MeV
Nucleus output particle (LAB) : neutron -8.2228 -8.2259 661.4981 MeV -- 1.5090 GeV
(SCM) : neutron -8.2228 -8.2259 7.0733 MeV -- 1.3563 GeV
-- triggered angular ranges:
8 [-0.4000, -0.6000)
--- Energy Deposit
monitor : 365.505 keV
vc (l) : 0 eV
vc (r) : 0 eV
cal (l) : 90.7773 MeV
0 0 28.07 1.726 0 0
0 0 60.15 0.1114 0.2136 0
0 0 0.3684 0 0.1301 0
0 0 0 0 0 0
cal (r) : 81.6884 MeV
0 0 0.03517 0 0 0
0 0 1.045 61.85 0.4383 0
0 0 9.078 8.812 0 0
0 0 0.426 0 0 0
Event 5650
--- Track Points
monitor : pi- [1,bp] 735.9 MeV : -1.372 -1.401 -0.125 cm [0.004776, 0.007513, 1]
target : pi- [1,bp] 735.4 MeV : 2.165 4.507 -1.193 cm [-0.6392, -0.769, 0.007447]
: eta [3,op] 304.4 MeV : -1.613 -0.03722 -1.157 cm [-0.9245, -0.3803, -0.02557]
: neutron [4,np] 486.2 MeV : -1.613 -0.03722 -1.157 cm [-0.3832, -0.9233, 0.02601]
: gamma [6,opdp] 224.8 MeV : -1.613 -0.03722 -1.157 cm [0.4971, -0.8625, 0.09451]
: gamma [5,opdp] 401.9 MeV : -1.613 -0.03722 -1.157 cm [-0.9782, 0.1945, -0.07224]
vc (l) : gamma [6,opdp] 224.8 MeV : 3.674 4.503 -0.25 cm [0.08601, 0.09451, 0.9918]
vc (r) : gamma [5,opdp] 401.9 MeV : 4.207 -5.309 -0.25 cm [0.0653, -0.07224, 0.9952]
cal (l) : gamma [6,opdp] 224.8 MeV : 3.782 4.623 -15 cm [0.08601, 0.09451, 0.9918]
cal (r) : gamma [5,opdp] 401.9 MeV : 4.289 -5.4 -15 cm [0.0653, -0.07224, 0.9952]
---
angle between the eta decay products : 131.367 deg
angle between the eta decay products : 127.72 deg
--- Triggered angular ranges:
6 [ 0.0000, -0.2000)
--- Production model data:
Incident particle (LAB) : pi- 4.6463 4.8615 733.1575 MeV -- 746.3545 MeV
(SCM) : pi- 2.8743 3.0074 453.5491 MeV -- 474.5565 MeV
Incident particle (LAB) : pi- 5.0813 -4.9024 726.9321 MeV -- 740.2431 MeV
(SCM) : pi- 3.1513 -3.0403 450.8230 MeV -- 471.9538 MeV
Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV
(SCM) : proton -2.8743 -3.0074 -453.5491 MeV -- 1.0422 GeV
Output particle (LAB) : eta -141.1600 -7.7836 269.5431 MeV -- 626.7320 MeV
(SCM) : eta -142.8915 -9.5953 -3.6768 MeV -- 566.2829 MeV
Nucleus output particle (LAB) : neutron 145.8063 12.6451 463.6145 MeV -- 1.0579 GeV
(SCM) : neutron 142.8915 9.5953 3.6768 MeV -- 950.4245 MeV
(SCM) : proton -3.1513 3.0403 -450.8230 MeV -- 1.0410 GeV
Output particle (LAB) : eta -111.3484 68.1737 258.6171 MeV -- 619.7433 MeV
(SCM) : eta -113.2329 69.9919 -10.9903 MeV -- 563.9097 MeV
Nucleus output particle (LAB) : neutron 116.4297 -73.0760 468.3149 MeV -- 1.0588 GeV
(SCM) : neutron 113.2329 -69.9919 10.9903 MeV -- 949.0123 MeV
--- Reconstructed data:
-- entry points:
left: 5.54357 4.51045 -15 cm
right: 4.07314 -5.73422 -15 cm
left: -4.51743 5.48257 -15 cm
right: -4.54129 6.37091 -15 cm
target: 0 0 0 fm
-- the angle: 131.568 deg
-- mass of the output particle: 546.444 MeV
-- mass of the nucleus output particle: 944.954 MeV
-- the angle: 128.853 deg
-- mass of the output particle: 547.836 MeV
-- mass of the nucleus output particle: 946.507 MeV
-- production model data:
Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV
(SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV
Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV
(SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV
Output particle (LAB) : eta -126.1955 -20.0628 265.4239 MeV -- 620.7884 MeV
(SCM) : eta -126.1955 -20.0628 -4.5331 MeV -- 561.2031 MeV
Nucleus output particle (LAB) : neutron 126.1955 20.0628 464.5761 MeV -- 1.0607 GeV
(SCM) : neutron 126.1955 20.0628 4.5331 MeV -- 953.5656 MeV
Output particle (LAB) : eta -101.5118 60.8704 251.2572 MeV -- 614.2181 MeV
(SCM) : eta -101.5118 60.8704 -17.0928 MeV -- 560.7369 MeV
Nucleus output particle (LAB) : neutron 101.5118 -60.8704 478.7428 MeV -- 1.0673 GeV
(SCM) : neutron 101.5118 -60.8704 17.0928 MeV -- 954.0318 MeV
-- triggered angular ranges:
6 [ 0.0000, -0.2000)
--- Energy Deposit
monitor : 384.078 keV
vc (l) : 0 eV
monitor : 377.396 keV
vc (l) : 244.88 keV
vc (r) : 0 eV
cal (l) : 229.188 MeV
0.5441 13.35 41.9 0.9616 0 0
2.579 9.846 155.1 0 0 0
0.5944 3.266 1.09 0 0 0
cal (l) : 261.261 MeV
0 0 1.461 89.72 10.73 1.402
0 0 0.3078 150.8 4.71 0.6376
0 0 0 1.115 0.356 0
0 0 0 0 0 0
cal (r) : 391.601 MeV
0 0 0 0 0 0
0 0 0.1211 0.7925 0 0
0.7418 19.99 220.4 0.5477 0 0
2.144 35.58 106.4 3.022 0 1.805
Event 6066
cal (r) : 352.957 MeV
0 1.912 0.2797 237.9 52.82 0
0 0.5935 0.9736 25.77 30.71 1.031
0 0 0 0.2834 0.3636 0
0 0 0 0 0.3358 0
Event 2657
--- Reconstructed data:
-- entry points:
left: 7.57264 -4.86563 -15 cm
right: 9.96891 3.87592 -15 cm
left: 6.08308 4.23924 -15 cm
right: 4.14394 4.17781 -15 cm
target: 0 0 0 fm
-- the angle: 127.897 deg
-- mass of the output particle: 227.998 MeV
-- mass of the nucleus output particle: 1.28572 GeV
-- the angle: 131.218 deg
-- mass of the output particle: 126.049 MeV
-- mass of the nucleus output particle: 1.38618 GeV
-- production model data:
Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV
(SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV
Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV
(SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV
Output particle (LAB) : eta -19.3282 0.7482 116.8488 MeV -- 256.9256 MeV
(SCM) : eta -19.3282 0.7482 5.8919 MeV -- 228.8927 MeV
Nucleus output particle (LAB) : neutron 19.3282 -0.7482 613.1512 MeV -- 1.4246 GeV
(SCM) : neutron 19.3282 -0.7482 -5.8919 MeV -- 1.2859 GeV
Output particle (LAB) : eta 21.4458 9.7395 55.2037 MeV -- 139.6084 MeV
(SCM) : eta 21.4458 9.7395 -6.0005 MeV -- 128.3709 MeV
Nucleus output particle (LAB) : neutron -21.4458 -9.7395 674.7963 MeV -- 1.5419 GeV
(SCM) : neutron -21.4458 -9.7395 6.0005 MeV -- 1.3864 GeV
-- triggered angular ranges:
4 [ 0.4000, 0.2000)
--- Energy Deposit
monitor : 391.267 keV
vc (l) : 0 eV
vc (r) : 0 eV
cal (l) : 108.429 MeV
0 0 0 0 0 0
0 0 0 4.159 0 0
0.5392 47.27 6.443 0.3576 0 0
3.843 45.81 0 0 0 0
cal (r) : 148.497 MeV
2.159 2.127 2.127 0 0 0
12.12 128.7 0.3955 0 0 0
0.3035 0.5611 0 0 0 0
0 0 0 0 0 0
Event 7851
--- Track Points
monitor : pi- [1,bp] 735.5 MeV : -2.006 -1.669 -0.125 cm [-0.01304, -0.01695, 0.9998]
target : pi- [1,bp] 735 MeV : 0.9588 4.907 -2.159 cm [-0.6535, -0.7568, -0.01583]
: eta [7,op] 263.7 MeV : -0.8763 2.782 -2.204 cm [-0.1637, -0.9838, -0.07323]
: neutron [8,np] 527.6 MeV : -0.8763 2.782 -2.204 cm [-0.8273, -0.5616, 0.01437]
: gamma [10,opdp] 238.8 MeV : -0.8763 2.782 -2.204 cm [-0.9699, 0.242, -0.02579]
: gamma [9,opdp] 369.2 MeV : -0.8763 2.782 -2.204 cm [0.5105, -0.8591, -0.03562]
vc (l) : gamma [9,opdp] 369.2 MeV : 6.556 -4.412 -0.25 cm [0.09961, -0.03562, 0.9944]
vc (r) : gamma [10,opdp] 238.8 MeV : -1.469 -3.679 -0.25 cm [0.01732, -0.02579, 0.9995]
cal (l) : gamma [9,opdp] 369.2 MeV : 6.682 -4.456 -15 cm [0.09961, -0.03562, 0.9944]
cal (r) : gamma [10,opdp] 238.8 MeV : -1.448 -3.711 -15 cm [0.01732, -0.02579, 0.9995]
---
angle between the eta decay products : 134.599 deg
--- Triggered angular ranges:
7 [-0.2000, -0.4000)
--- Production model data:
Incident particle (LAB) : pi- -10.2139 -11.7284 733.9846 MeV -- 747.2985 MeV
(SCM) : pi- -6.3161 -7.2527 453.8859 MeV -- 474.9576 MeV
Nucleus particle (LAB) : proton 0.0000 -0.0000 0.0000 eV -- 938.2720 MeV
(SCM) : proton 6.3161 7.2527 -453.8859 MeV -- 1.0423 GeV
Output particle (LAB) : eta 133.6809 -19.3084 226.4511 MeV -- 608.0101 MeV
(SCM) : eta 137.4268 -15.0070 -42.7399 MeV -- 566.6488 MeV
Nucleus output particle (LAB) : neutron -143.8948 7.5799 507.5335 MeV -- 1.0776 GeV
(SCM) : neutron -137.4268 15.0070 42.7399 MeV -- 950.6425 MeV
--- Energy Deposit
monitor : 983.04 keV
vc (l) : 0 eV
vc (r) : 0 eV
cal (l) : 78.9645 MeV
0.9323 1.382 0.9702 0 0 0
0 21.82 53.86 0 0 0
0 0 0 0 0 0
0 0 0 0 0 0
cal (r) : 60.6439 MeV
0 0 7.552 0.6526 0 0
0 13.28 38.24 0.4758 0 0
0 0.4395 0 0 0 0
0 0 0 0 0 0
Event 3924
--- Reconstructed data:
-- entry points:
left: 10.1445 -4.70371 -15 cm
right: -0.647109 -2.59143 -15 cm
left: -8.94705 3.31305 -15 cm
right: 12.0426 -1.3693 -15 cm
target: 0 0 0 fm
-- the angle: 139.651 deg
-- mass of the output particle: 531.222 MeV
-- mass of the nucleus output particle: 951.392 MeV
-- the angle: 110.208 deg
-- mass of the output particle: 157.537 MeV
-- mass of the nucleus output particle: 1.34478 GeV
-- production model data:
Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV
(SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV
Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV
(SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV
Output particle (LAB) : eta 125.8715 -36.7711 187.0547 MeV -- 578.2576 MeV
(SCM) : eta 125.8715 -36.7711 -71.0317 MeV -- 551.7589 MeV
Nucleus output particle (LAB) : neutron -125.8715 36.7711 542.9453 MeV -- 1.1032 GeV
(SCM) : neutron -125.8715 36.7711 71.0317 MeV -- 963.0098 MeV
Output particle (LAB) : eta -50.6667 0.7522 117.3389 MeV -- 202.8644 MeV
(SCM) : eta -50.6667 0.7522 32.4893 MeV -- 168.6448 MeV
Nucleus output particle (LAB) : neutron 50.6667 -0.7522 612.6611 MeV -- 1.4786 GeV
(SCM) : neutron 50.6667 -0.7522 -32.4893 MeV -- 1.3461 GeV
-- triggered angular ranges:
3 [ 0.6000, 0.4000)
--- Energy Deposit
monitor : 452.63 keV
vc (l) : 0 eV
vc (r) : 0 eV
cal (l) : 68.7915 MeV
0 0 0 0 0.4092 0
0 0 1.139 0.117 61.52 5.608
0 0 0 0 0 0
0 0 0 0 0 0
cal (r) : 134.073 MeV
0 0.6193 0 0 0 0
14.55 3.87 0 0 0 0
42.44 71.19 0 0 0 0
1.404 0 0 0 0 0
Event 4150
--- Reconstructed data:
-- entry points:
left: 1.13472 -3.19251 -15 cm
right: -0.613976 -2.70153 -15 cm
target: 0 0 0 fm
-- the angle: 131.364 deg
-- mass of the output particle: 270.214 MeV
-- mass of the nucleus output particle: 1.23309 GeV
-- production model data:
Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV
(SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV
Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV
(SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV
Output particle (LAB) : eta 69.5846 -15.3216 124.8346 MeV -- 306.0656 MeV
(SCM) : eta 69.5846 -15.3216 -8.9249 MeV -- 279.5928 MeV
Nucleus output particle (LAB) : neutron -69.5846 15.3216 605.1654 MeV -- 1.3754 GeV
(SCM) : neutron -69.5846 15.3216 8.9249 MeV -- 1.2352 GeV
-- triggered angular ranges:
6 [ 0.0000, -0.2000)
--- Energy Deposit
monitor : 393.73 keV
vc (l) : 0 eV
vc (r) : 0 eV
cal (l) : 190.946 MeV
0 0 0 0 0 0
0 0 0.6035 0.3362 0 0
0 0.7253 155.9 30.8 0.2639 0
0 0 1.67 0.6357 0 0
cal (r) : 115.119 MeV
0 0 0 0 0.8335 0
0 0 0 4.032 0.3681 0
0 0 6.196 96.32 1.015 0
1.525 4.828 0 0 0 0
Event 7393
--- Track Points
monitor : pi- [1,bp] 731.1 MeV : 6.854 2.229 -1.25 mm [-0.006429, -0.01501, 0.9999]
target : pi- [1,bp] 730.3 MeV : 3.559 3.512 -0.231 cm [-0.6482, -0.7613, -0.01569]
: eta [4,op] 360.1 MeV : 3.094 2.966 -0.2422 cm [-0.3529, -0.9284, -0.1163]
: neutron [5,np] 412.2 MeV : 3.094 2.966 -0.2422 cm [-0.8403, -0.5371, 0.07355]
: pi0 [8,opdp] 280.6 MeV : 3.094 2.966 -0.2422 cm [-0.4294, -0.8648, 0.2601]
: pi0 [6,opdp] 105.6 MeV : 3.094 2.966 -0.2422 cm [-0.07755, -0.9943, -0.07263]
vc (l) : tp is not valid
vc (r) : tp is not valid
cal (l) : tp is not valid
cal (r) : tp is not valid
---
angle between the eta decay products : 29.0323 deg
--- Triggered angular ranges:
3 [ 0.6000, 0.4000)
--- Production model data:
Incident particle (LAB) : pi- -5.4849 -11.5755 729.9969 MeV -- 743.3299 MeV
(SCM) : pi- -3.3973 -7.1697 452.1519 MeV -- 473.2696 MeV
Nucleus particle (LAB) : proton 0.0000 -0.0000 0.0000 eV -- 938.2720 MeV
(SCM) : proton 3.3973 7.1697 -452.1519 MeV -- 1.0416 GeV
Output particle (LAB) : eta 117.5301 -41.8881 337.7943 MeV -- 655.6109 MeV
(SCM) : eta 119.6248 -37.4674 59.0083 MeV -- 565.1094 MeV
Nucleus output particle (LAB) : neutron -123.0149 30.3126 392.2025 MeV -- 1.0260 GeV
(SCM) : neutron -119.6248 37.4674 -59.0083 MeV -- 949.7257 MeV
--- Reconstructed data:
-- entry points:
left: -2.34104 -4.93674 -15 cm
right: 0.0633684 4.12996 -15 cm
target: 0 0 0 fm
-- the angle: 127.86 deg
-- mass of the output particle: 129.673 MeV
-- mass of the nucleus output particle: 1.37085 GeV
-- production model data:
Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV
(SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV
Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV
(SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV
Output particle (LAB) : eta 59.0545 -6.1445 71.1551 MeV -- 159.3844 MeV
(SCM) : eta 59.0545 -6.1445 2.1761 MeV -- 142.6362 MeV
Nucleus output particle (LAB) : neutron -59.0545 6.1445 658.8449 MeV -- 1.5221 GeV
(SCM) : neutron -59.0545 6.1445 -2.1761 MeV -- 1.3721 GeV
-- triggered angular ranges:
5 [ 0.2000, 0.0000)
--- Energy Deposit
monitor : 405.358 keV
vc (l) : 0 eV
vc (r) : 0 eV
cal (l) : 113.468 MeV
0 0 0 0 0 0
0 0 0 0 0 0
0 0 1.233 93.41 0.3797 0
0 0 1.831 16.62 0 0
cal (r) : 45.9162 MeV
0 0 2.219 2.589 0 0
0 0.7127 8.211 31.78 0 0
0 0 0.4033 0 0 0
0 0 0 0 0 0
Event 8682
--- Track Points
monitor : pi- [1,bp] 726.1 MeV : 1.462 1.325 -0.125 cm [0.0114, 0.02174, 0.9997]
target : pi- [1,bp] 725.2 MeV : 4.376 2.419 2.005 cm [-0.6339, -0.773, 0.02727]
: eta [4,op] 176.4 MeV : 0.04264 -2.865 2.193 cm [-0.2419, -0.9535, 0.18]
: neutron [5,np] 570.7 MeV : 0.04264 -2.865 2.193 cm [-0.7284, -0.6848, -0.0204]
: pi0 [8,opdp] 163 MeV : 0.04264 -2.865 2.193 cm [0.2596, -0.5503, 0.7936]
: pi0 [6,opdp] 146.7 MeV : 0.04264 -2.865 2.193 cm [-0.8387, -0.5391, -0.0777]
vc (l) : tp is not valid
vc (r) : tp is not valid
cal (l) : tp is not valid
cal (r) : tp is not valid
---
angle between the eta decay products : 89.0079 deg
--- Triggered angular ranges:
9 [-0.6000, -0.8000)
--- Production model data:
Incident particle (LAB) : pi- 8.2040 20.1122 722.9666 MeV -- 736.6358 MeV
(SCM) : pi- 5.0954 12.4915 449.0282 MeV -- 470.4127 MeV
Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV
(SCM) : proton -5.0954 -12.4915 -449.0282 MeV -- 1.0403 GeV
Output particle (LAB) : eta 75.4341 31.7533 156.3117 MeV -- 575.5734 MeV
(SCM) : eta 72.5032 24.5681 -101.9740 MeV -- 562.5049 MeV
Nucleus output particle (LAB) : neutron -67.2301 -11.6412 566.6549 MeV -- 1.0993 GeV
(SCM) : neutron -72.5032 -24.5681 101.9740 MeV -- 948.1783 MeV
--- Reconstructed data:
-- entry points:
left: 0.830493 -2.15007 -15 cm
right: -3.27247 -0.194177 -15 cm
target: 0 0 0 fm
-- the angle: 133.87 deg
-- mass of the output particle: 110.618 MeV
-- mass of the nucleus output particle: 1.40347 GeV
-- production model data:
Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV
(SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV
Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV
(SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV
Output particle (LAB) : eta -10.0087 -2.1950 47.0077 MeV -- 120.6277 MeV
(SCM) : eta -10.0087 -2.1950 -5.9514 MeV -- 111.2507 MeV
Nucleus output particle (LAB) : neutron 10.0087 2.1950 682.9923 MeV -- 1.5609 GeV
(SCM) : neutron 10.0087 2.1950 5.9514 MeV -- 1.4035 GeV
-- triggered angular ranges:
8 [-0.4000, -0.6000)
--- Energy Deposit
monitor : 413.1 keV
monitor : 741.283 keV
vc (l) : 0 eV
vc (r) : 0 eV
cal (l) : 348.479 MeV
cal (l) : 55.4133 MeV
0 0 0 0 0 0
0.4934 0.1744 0 0 0 0
23.68 263.6 0.4231 0 0 0
5.736 53.54 0.8494 0 0 0
cal (r) : 229.779 MeV
0 4.655 0 0 0 0
0 0 0 3.224 0.6583 0
0 0 23.71 186.2 1.317 1.301
4.165 0 0.7423 3.796 0 0
0 0 0 3.355 2.851 0
0.496 0 42.65 4.789 0.2516 0
0.655 0 0.3671 0 0 0
cal (r) : 65.2143 MeV
0 0 0 0 0 0
0 0 1.514 5.617 35.18 0
0 0 16.8 5.403 0 0
0 0 0.187 0.1299 0.3822 0
Event 12340
--- Reconstructed data:
-- entry points:
left: -7.1342 1.70483 -15 cm
right: 9.60316 3.27439 -15 cm
target: 0 0 0 fm
-- the angle: 113.983 deg
-- mass of the output particle: 276.291 MeV
-- mass of the nucleus output particle: 1.2345 GeV
-- production model data:
Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV
(SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV
Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV
(SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV
Output particle (LAB) : eta 6.2923 13.4723 178.8912 MeV -- 329.4845 MeV
(SCM) : eta 6.2923 13.4723 39.7954 MeV -- 279.5383 MeV
Nucleus output particle (LAB) : neutron -6.2923 -13.4723 551.1088 MeV -- 1.3520 GeV
(SCM) : neutron -6.2923 -13.4723 -39.7954 MeV -- 1.2352 GeV
-- triggered angular ranges:
1 [ 1.0000, 0.8000)
--- Energy Deposit
monitor : 400.316 keV
vc (l) : 123.707 keV
vc (r) : 0 eV
cal (l) : 166.254 MeV
0 0 0 0 0.4482 0.5076
0 0 1.666 1.178 143.8 2.443
0 1.256 0.2648 0 14.44 0
0 0.2308 0 0 0 0
cal (r) : 163.23 MeV
0.2298 3.81 1.539 0 0 0
4.313 148.9 0 0 0 0
0.5822 3.854 0 0 0 0
0 0 0 0 0 0
Event 13913
--- Track Points
monitor : pi- [1,bp] 731.5 MeV : -8.697 7.136 -1.25 mm [-0.01068, 0.01308, 0.9999]
target : pi- [1,bp] 730.9 MeV : 2.215 4.483 1.095 cm [-0.651, -0.759, 0.01348]
: eta [5,op] 411.9 MeV : -0.9118 0.8342 1.157 cm [-0.7143, -0.6899, -0.1176]
: neutron [6,np] 329.6 MeV : -0.9118 0.8342 1.157 cm [-0.548, -0.8183, 0.1735]
: pi0 [9,opdp] 109.5 MeV : -0.9118 0.8342 1.157 cm [-0.9705, 0.09053, -0.2233]
: pi0 [7,opdp] 179 MeV : -0.9118 0.8342 1.157 cm [-0.9724, -0.2334, -0.003944]
vc (l) : tp is not valid
vc (r) : tp is not valid
cal (l) : tp is not valid
cal (r) : tp is not valid
---
angle between the eta decay products : 22.5567 deg
--- Triggered angular ranges:
1 [ 1.0000, 0.8000)
--- Production model data:
Incident particle (LAB) : pi- -7.7469 8.7368 729.5454 MeV -- 742.8678 MeV
(SCM) : pi- -4.7992 5.4125 451.9577 MeV -- 473.0728 MeV
Nucleus particle (LAB) : proton -0.0000 0.0000 0.0000 eV -- 938.2720 MeV
(SCM) : proton 4.7992 -5.4125 -451.9577 MeV -- 1.0415 GeV
Output particle (LAB) : eta -42.7380 -48.4512 406.7951 MeV -- 685.4262 MeV
(SCM) : eta -39.7070 -51.8696 121.3507 MeV -- 564.9300 MeV
Nucleus output particle (LAB) : neutron 34.9912 57.1881 322.7503 MeV -- 995.7136 MeV
(SCM) : neutron 39.7070 51.8696 -121.3507 MeV -- 949.6190 MeV
--- Reconstructed data:
-- entry points:
left: 2.99629 2.70861 -15 cm
right: 8.67931 4.60053 -15 cm
target: 0 0 0 fm
-- the angle: 124.238 deg
-- mass of the output particle: 245.921 MeV
-- mass of the nucleus output particle: 1.26755 GeV
-- production model data:
Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV
(SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV
Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV
(SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV
Output particle (LAB) : eta -10.7284 17.2775 131.2475 MeV -- 279.4935 MeV
(SCM) : eta -10.7284 17.2775 10.9995 MeV -- 247.0055 MeV
Nucleus output particle (LAB) : neutron 10.7284 -17.2775 598.7525 MeV -- 1.4020 GeV
(SCM) : neutron 10.7284 -17.2775 -10.9995 MeV -- 1.2678 GeV
-- triggered angular ranges:
3 [ 0.6000, 0.4000)
--- Energy Deposit
monitor : 443.166 keV
vc (l) : 0 eV
vc (r) : 0 eV
cal (l) : 126.401 MeV
0.6777 1.736 1.577 0 0 0
0 0.9329 108 5.82 0 0
0 0 4.255 3.277 0 0
0 0.07818 0 0 0 0
cal (r) : 153.092 MeV
42.78 20.61 0.4203 0 0 0
20.74 55.33 1.146 8.199 0.3552 0
0 0 2.633 0 0 0
0 0 0 0.8887 0 0
Event 20674
--- Reconstructed data:
-- entry points:
left: 8.04258 0.449061 -15 cm
right: 8.10427 -2.33614 -15 cm
target: 0 0 0 fm
-- the angle: 129.927 deg
-- mass of the output particle: 555.659 MeV
-- mass of the nucleus output particle: 943.28 MeV
-- production model data:
Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV
(SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV
Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV
(SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV
Output particle (LAB) : eta 103.2637 -7.8747 249.8216 MeV -- 617.9751 MeV
(SCM) : eta 103.2637 -7.8747 -20.4969 MeV -- 565.5992 MeV
Nucleus output particle (LAB) : neutron -103.2637 7.8747 480.1784 MeV -- 1.0635 GeV
(SCM) : neutron -103.2637 7.8747 20.4969 MeV -- 949.1695 MeV
-- triggered angular ranges:
6 [ 0.0000, -0.2000)
--- Energy Deposit
monitor : 426.054 keV
vc (l) : 0 eV
vc (r) : 0 eV
cal (l) : 346.982 MeV
0.5231 1.508 3.385 0.8726 0 0
10.56 108.3 24.95 0.3169 0.4984 0
3.398 184.7 0.9723 0.3517 0 0
1.221 5.472 0 0 0 0
cal (r) : 270.993 MeV
0 2.034 0 0 0 0
2.528 8.724 0.1598 0 0 0
2.043 238.8 2.247 2.793 0 0
0 10.23 0 1.413 0 0
Event 21549
--- Reconstructed data:
-- entry points:
left: -1.76447 1.77561 -15 cm
right: 5.52477 5.52669 -15 cm
target: 0 0 0 fm
-- the angle: 122.699 deg
-- mass of the output particle: 267.867 MeV
-- mass of the nucleus output particle: 1.24527 GeV
-- production model data:
Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV
(SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV
Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV
(SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV
Output particle (LAB) : eta 14.3499 18.1360 144.9049 MeV -- 305.4261 MeV
(SCM) : eta 14.3499 18.1360 13.6626 MeV -- 269.2106 MeV
Nucleus output particle (LAB) : neutron -14.3499 -18.1360 585.0951 MeV -- 1.3761 GeV
(SCM) : neutron -14.3499 -18.1360 -13.6626 MeV -- 1.2456 GeV
-- triggered angular ranges:
3 [ 0.6000, 0.4000)
--- Energy Deposit
monitor : 609.973 keV
vc (l) : 0 eV
vc (r) : 0 eV
cal (l) : 158.026 MeV
0 0 0 1.108 1.198 0
0 0.2527 16.3 109 0 0
0 0.2083 0.455 29.24 0.3021 0
0 0 0 0 0 0
cal (r) : 147.4 MeV
2.73 33.46 48.62 0 0 0
0 1.254 58.88 0.3716 0 0
0.2294 0.139 0 0 0 0
0 0 1.716 0 0 0
Run terminated.
Run Summary
Number of events processed : 7852, effectively: 10
User=5.270000s Real=5.352331s Sys=0.010000s
Number of events processed : 21550, effectively: 10
User=16.740000s Real=16.914754s Sys=0.010000s
--- Setup acceptances (range | real (trg / mon) | rec (trg / mon / all)):
1 [ 1.0000, 0.8000) | 0.00000000 ( 0 / 216 ) | 0.00000000 ( 0 / 216 / 268 )
2 [ 0.8000, 0.6000) | 0.00000000 ( 0 / 223 ) | 0.00000000 ( 0 / 223 / 271 )
3 [ 0.6000, 0.4000) | 0.00000000 ( 0 / 205 ) | 0.00000000 ( 0 / 205 / 262 )
4 [ 0.4000, 0.2000) | 0.00000000 ( 0 / 241 ) | 0.00000000 ( 0 / 241 / 305 )
5 [ 0.2000, 0.0000) | 0.00454545 ( 1 / 220 ) | 0.00454545 ( 1 / 220 / 281 )
6 [ 0.0000, -0.2000) | 0.00462963 ( 1 / 216 ) | 0.00462963 ( 1 / 216 / 258 )
7 [-0.2000, -0.4000) | 0.00471698 ( 1 / 212 ) | 0.00000000 ( 0 / 212 / 256 )
8 [-0.4000, -0.6000) | 0.00454545 ( 1 / 220 ) | 0.00909091 ( 2 / 220 / 264 )
9 [-0.6000, -0.8000) | 0.00000000 ( 0 / 214 ) | 0.00467290 ( 1 / 214 / 265 )
10 [-0.8000, -1.0000) | 0.00403226 ( 1 / 248 ) | 0.00000000 ( 0 / 248 / 304 )
1 [ 1.0000, 0.8000) | 0.00163934 ( 1 / 610 ) | 0.00000000 ( 0 / 610 / 764 )
2 [ 0.8000, 0.6000) | 0.00000000 ( 0 / 589 ) | 0.00000000 ( 0 / 589 / 725 )
3 [ 0.6000, 0.4000) | 0.00156986 ( 1 / 637 ) | 0.00156986 ( 1 / 637 / 782 )
4 [ 0.4000, 0.2000) | 0.00000000 ( 0 / 570 ) | 0.00000000 ( 0 / 570 / 703 )
5 [ 0.2000, 0.0000) | 0.00000000 ( 0 / 606 ) | 0.00165017 ( 1 / 606 / 746 )
6 [ 0.0000, -0.2000) | 0.00158479 ( 1 / 631 ) | 0.00158479 ( 1 / 631 / 759 )
7 [-0.2000, -0.4000) | 0.00000000 ( 0 / 568 ) | 0.00000000 ( 0 / 568 / 720 )
8 [-0.4000, -0.6000) | 0.00000000 ( 0 / 618 ) | 0.00161812 ( 1 / 618 / 763 )
9 [-0.6000, -0.8000) | 0.00168067 ( 1 / 595 ) | 0.00000000 ( 0 / 595 / 733 )
10 [-0.8000, -1.0000) | 0.00000000 ( 0 / 593 ) | 0.00000000 ( 0 / 593 / 723 )
---
False hits (edt | rec): 5 | 5
False hits (edt | rec): 6 | 6
G4 kernel has come to Quit state.
================== Deleting memory pools ===================
Number of memory pools allocated: 18; of which, static: 3
Dynamic pools deleted: 15 / Total memory freed: 0.54 MB
Dynamic pools deleted: 15 / Total memory freed: 0.71 MB
============================================================
RunManagerKernel is deleted. Good bye :)
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,190 @@
--------------------------------
OrganID Edep (J) Dose (Gy)
--------------------------------
4 | 1.02882e-12 3.62132e-11
26 | 2.6452e-10 4.69965e-10
27 | 2.92057e-10 6.4749e-10
39 | 8.92997e-13 1.17314e-11
40 | 5.15135e-14 6.97071e-13
48 | 2.0245e-12 2.75255e-11
61 | 5.99142e-10 4.13201e-10
106 | 9.34204e-11 7.67118e-11
116 | 1.62453e-10 1.54937e-10
120 | 1.59033e-11 3.74282e-10
121 | 2.3745e-11 5.58838e-10
122 | 1.74463e-11 5.98828e-11
134 | 2.86328e-12 9.51257e-10
----------------------------------------------------------------------------
-------------------------------ORGAN INFO-----------------------------------
-----------------(of organs where edep/dose was recorded)-------------------
----------------------------------------------------------------------------
ID Organ Name Material ID Density (g/cm^3)
4 Posterior nasal passage down to larynx (ET2) 45 1.030
26 Cranium, cortical 2 1.920
27 Cranium, spongiosa 8 1.157
39 Mandible, cortical 2 1.920
40 Mandible, spongiosa 13 1.228
48 Cervical spine, spongiosa 17 1.050
61 Brain 32 1.050
106 Muscle, head 29 1.050
116 Residual tissue, head 49 0.950
120 Salivary glands, left 45 1.030
121 Salivary glands, right 45 1.030
122 Skin, head 27 1.090
134 Tonsils 45 1.030
Total Edep over all organs = 1.47555e-09 J
Total dose absorbed over all organs = 3.78273e-09 Gy
----------------------------------------------------------------------------
----------------ORGAN ENERGY DEPOSITIONS AND ABSORBED DOSE------------------
-----------(for all organs [includes air - OrganIDs = 0, 140])--------------
--------------([and top/bottom skin layer - OrganIDs = 141])----------------
----------------------------------------------------------------------------
OrganID Edep (J) Dose (Gy)
-------------------------------
0 | 5.41601e-11 0
1 | 0 0
2 | 0 0
3 | 0 0
4 | 1.02882e-12 3.62132e-11
5 | 0 0
6 | 0 0
7 | 0 0
8 | 0 0
9 | 0 0
10 | 0 0
11 | 0 0
12 | 0 0
13 | 0 0
14 | 0 0
15 | 0 0
16 | 0 0
17 | 0 0
18 | 0 0
19 | 0 0
20 | 0 0
21 | 0 0
22 | 0 0
23 | 0 0
24 | 0 0
25 | 0 0
26 | 2.6452e-10 4.69965e-10
27 | 2.92057e-10 6.4749e-10
28 | 0 0
29 | 0 0
30 | 0 0
31 | 0 0
32 | 0 0
33 | 0 0
34 | 0 0
35 | 0 0
36 | 0 0
37 | 0 0
38 | 0 0
39 | 8.92997e-13 1.17314e-11
40 | 5.15135e-14 6.97071e-13
41 | 0 0
42 | 0 0
43 | 0 0
44 | 0 0
45 | 0 0
46 | 0 0
47 | 0 0
48 | 2.0245e-12 2.75255e-11
49 | 0 0
50 | 0 0
51 | 0 0
52 | 0 0
53 | 0 0
54 | 0 0
55 | 0 0
56 | 0 0
57 | 0 0
58 | 0 0
59 | 0 0
60 | 0 0
61 | 5.99142e-10 4.13201e-10
62 | 0 0
63 | 0 0
64 | 0 0
65 | 0 0
66 | 0 0
67 | 0 0
68 | 0 0
69 | 0 0
70 | 0 0
71 | 0 0
72 | 0 0
73 | 0 0
74 | 0 0
75 | 0 0
76 | 0 0
77 | 0 0
78 | 0 0
79 | 0 0
80 | 0 0
81 | 0 0
82 | 0 0
83 | 0 0
84 | 0 0
85 | 0 0
86 | 0 0
87 | 0 0
88 | 0 0
89 | 0 0
90 | 0 0
91 | 0 0
92 | 0 0
93 | 0 0
94 | 0 0
95 | 0 0
96 | 0 0
97 | 0 0
98 | 0 0
99 | 0 0
100 | 0 0
101 | 0 0
102 | 0 0
103 | 0 0
104 | 0 0
105 | 0 0
106 | 9.34204e-11 7.67118e-11
107 | 0 0
108 | 0 0
109 | 0 0
110 | 0 0
111 | 0 0
112 | 0 0
113 | 0 0
114 | 0 0
115 | 0 0
116 | 1.62453e-10 1.54937e-10
117 | 0 0
118 | 0 0
119 | 0 0
120 | 1.59033e-11 3.74282e-10
121 | 2.3745e-11 5.58838e-10
122 | 1.74463e-11 5.98828e-11
123 | 0 0
124 | 0 0
125 | 0 0
126 | 0 0
127 | 0 0
128 | 0 0
129 | 0 0
130 | 0 0
131 | 0 0
132 | 0 0
133 | 0 0
134 | 2.86328e-12 9.51257e-10
135 | 0 0
136 | 0 0
137 | 0 0
138 | 0 0
139 | 0 0
140 | 2.06191e-11 1.03095e-07
141 | 0 0
Total energy depositied over all organs = 1.47555e-09 J
Total absorbed dose over all organs = 3.78273e-09 Gy
@@ -0,0 +1,202 @@
Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type...
############################################
!!! WARNING - FPE detection is activated !!!
############################################
################################
!!! G4Backtrace is activated !!!
################################
**************************************************************
Geant4 version Name: geant4-11-00-patch-02 (25-May-2022)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
: NIM A 835 (2016), 186-225
WWW : http://geant4.org/
**************************************************************
Using
G4Material WARNING: define a material with density=0 is not allowed.
The material vacuumBeam will be constructed with the default minimal density: 1e-25g/cm3
Checking overlaps for volume Layer_PART1:0 (G4UnionSolid) ... OK!
Checking overlaps for volume Tube_PART1:0 (G4Tubs) ... OK!
Checking overlaps for volume Layer_PART2:0 (G4Tubs) ... OK!
Checking overlaps for volume Tube_PART2:0 (G4Tubs) ... OK!
Checking overlaps for volume Grid:0 (G4Polyhedra) ... OK!
Checking overlaps for volume Foil:0 (G4Tubs) ... OK!
Checking overlaps for volume Layer_PART3:0 (G4Tubs) ... OK!
Checking overlaps for volume Tube_PART3:0 (G4Tubs) ... OK!
Checking overlaps for volume Layer_PART4:0 (G4UnionSolid) ... OK!
Checking overlaps for volume Layer1_PART4:0 (G4Tubs) ... OK!
Checking overlaps for volume Tube_PART4:0 (G4Tubs) ... OK!
Checking overlaps for volume Target:0 (G4Tubs) ... OK!
Checking overlaps for volume Layer1_PART5:0 (G4Tubs) ... OK!
Checking overlaps for volume Layer2_PART5:0 (G4Tubs) ... OK!
Checking overlaps for volume Layer3_PART5:0 (G4Tubs) ... OK!
The new beam current is the following : 3e-05 Ampere.
The time of irradiation is now the following : 6 hour(s).
The new diameter of the target is 6 mm.
... Geometry is notified ....
The new thickness of the target is 0.6 mm.
Position 1 = 185.82 -- Position 2 = 186.42
... Geometry is notified ....
The new thickness of the foil is 0.32 mm.
... Geometry is notified ....
Set file name: STCyclotron
... Geometry is notified ....
... Geometry is notified ....
... Geometry is notified ....
Set file name: STCyclotron
/run/verbose 2
/event/verbose 0
/tracking/verbose 0
#
/run/beamOn 10
Region <DefaultRegionForTheWorld> -- -- appears in <World> world volume
This region is in the mass world.
Root logical volume(s) : World
Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]
Materials : G4_AIR G4_Al vacuumBeam helium G4_Pt
Production cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um
Region <DefaultRegionForParallelWorld> -- -- is not associated to any world.
Root logical volume(s) :
Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]
Materials :
Production cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um
Region <Target> -- -- appears in <World> world volume
This region is in the mass world.
Root logical volume(s) : Target
Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]
Materials : G4_Ni
Production cuts : gamma 175 um e- 175 um e+ 175 um proton 175 um
Region <Foil> -- -- appears in <World> world volume
This region is in the mass world.
Root logical volume(s) : Foil
Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]
Materials : G4_Al
Production cuts : gamma 5 Ang e- 5 Ang e+ 5 Ang proton 5 Ang
========= Table of registered couples ============================
Index : 0 used in the geometry : Yes
Material : G4_AIR
Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um
Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV
Region(s) which use this couple :
DefaultRegionForTheWorld
Index : 1 used in the geometry : Yes
Material : G4_Al
Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um
Energy thresholds : gamma 2.34147 keV e- 131.214 keV e+ 128.744 keV proton 10 keV
Region(s) which use this couple :
DefaultRegionForTheWorld
Index : 2 used in the geometry : Yes
Material : vacuumBeam
Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um
Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV
Region(s) which use this couple :
DefaultRegionForTheWorld
Index : 3 used in the geometry : Yes
Material : helium
Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um
Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV
Region(s) which use this couple :
DefaultRegionForTheWorld
Index : 4 used in the geometry : Yes
Material : G4_Pt
Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um
Energy thresholds : gamma 42.2904 keV e- 374.921 keV e+ 359.657 keV proton 10 keV
Region(s) which use this couple :
DefaultRegionForTheWorld
Index : 5 used in the geometry : Yes
Material : G4_Ni
Range cuts : gamma 175 um e- 175 um e+ 175 um proton 175 um
Energy thresholds : gamma 9.71418 keV e- 374.785 keV e+ 361.68 keV proton 17.5 keV
Region(s) which use this couple :
Target
Index : 6 used in the geometry : Yes
Material : G4_Al
Range cuts : gamma 5 Ang e- 5 Ang e+ 5 Ang proton 5 Ang
Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 50 meV
Region(s) which use this couple :
Foil
==================================================================
Start closing geometry.
G4GeometryManager::ReportVoxelStats -- Voxel Statistics
Total memory consumed for geometry optimisation: 1 kByte
Total CPU time elapsed for geometry optimisation: 0 seconds
Voxelisation: top CPU users:
Percent Total CPU System CPU Memory Volume
------- ---------- ---------- -------- ----------
0.00 0.00 0.00 2k World
Voxelisation: top memory users:
Percent Memory Heads Nodes Pointers Total CPU Volume
------- -------- ------ ------ -------- ---------- ----------
100.00 1k 5 13 86 0.00 World
### Run 0 starts.
... set ntuple merging row mode : row-wise - done
... create file : SolidTargetCyclotron.root - done
... open analysis file : SolidTargetCyclotron.root - done
... open analysis file : SolidTargetCyclotron.root - done
Run terminated.
Run Summary
Number of events processed : 10
User=35.760000s Real=36.120555s Sys=0.020000s
... write file : SolidTargetCyclotron.root - done
... close file : SolidTargetCyclotron.root - done
G4 kernel has come to Quit state.
UserDetectorConstruction deleted.
UserPhysicsList deleted.
UserActionInitialization deleted.
UserWorkerInitialization deleted.
UserWorkerThreadInitialization deleted.
UserRunAction deleted.
UserPrimaryGenerator deleted.
RunManager is deleting RunManagerKernel.
G4SDManager deleted.
EventManager deleted.
Units table cleared.
TransportationManager deleted.
Total navigation history collections cleaned: 12
G4RNGHelper object is deleted.
================== Deleting memory pools ===================
Pool ID '20G4NavigationLevelRep', size : 0.0163 MB
Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB
Pool ID '16G4SmartVoxelNode', size : 0.00192 MB
Pool ID '17G4SmartVoxelProxy', size : 0.000961 MB
Pool ID '7G4Event', size : 0.000961 MB
Pool ID '15G4PrimaryVertex', size : 0.000961 MB
Pool ID '17G4PrimaryParticle', size : 0.258 MB
Pool ID '17G4DynamicParticle', size : 0.517 MB
Pool ID '7G4Track', size : 1.03 MB
Pool ID '18G4TouchableHistory', size : 0.00192 MB
Pool ID '15G4CountedObjectIvE', size : 0.000961 MB
Pool ID '17G4ReactionProduct', size : 0.00192 MB
Pool ID '10G4Fragment', size : 0.000961 MB
Number of memory pools allocated: 13 of which, static: 0
Dynamic pools deleted: 13 / Total memory freed: 1.8 MB
============================================================
G4Allocator objects are deleted.
UImanager deleted.
StateManager deleted.
RunManagerKernel is deleted. Good bye :)
RunManager is deleted.
+11 -12
View File
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-00-patch-01 (8-March-2022)
Geant4 version Name: geant4-11-00-patch-02 (25-May-2022)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -62,7 +62,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
Material: Acrylic density: 1.190 g/cm3 RadL: 34.080 cm Nucl.Int.Length: 62.658 cm
Imean: 68.609 eV temperature: 293.15 K pressure: 1.00 atm
Imean: 67.185 eV temperature: 293.15 K pressure: 1.00 atm
---> Element: Carbon (C) Z = 6.0 N = 12 A = 12.010 g/mole
---> Isotope: C12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.930 %
@@ -691,8 +691,8 @@ See commands in /vis/modeling/trajectories/ for other options.
ooo Run 0 starts (global).
--------- Ranlux engine status ---------
Initial seed = 1646501291
float_seed_table[] = 0.086067 0.928671 0.921383 0.361887 0.693424 0.872036 0.729923 0.165756 0.641889 0.568678 0.137955 0.196064 0.341429 0.969661 0.041258 0.0670421 0.720583 0.460776 0.504701 0.230154 0.496428 0.2614 0.84158 0.0370094
Initial seed = 1653387435
float_seed_table[] = 0.679642 0.282378 0.22417 0.9985 0.0862005 0.282983 0.473305 0.903354 0.99085 0.984021 0.808208 0.749773 0.506064 0.683597 0.56733 0.21337 0.914387 0.414573 0.780641 0.711102 0.130292 0.648337 0.56436 0.362236
i_lag = 23, j_lag = 9
carry = 0, count24 = 0
luxury = 3 nskip = 199
@@ -703,7 +703,7 @@ mu- Mono Plane
Run terminated.
Run Summary
Number of events processed : 100
User=0.050000s Real=0.051851s Sys=0.000000s
User=0.050000s Real=0.049342s Sys=0.000000s
### Run 0 (global) ended.
0 events have been kept for refreshing and/or reviewing.
"/vis/reviewKeptEvents" to review them one by one.
@@ -723,10 +723,10 @@ G4SDManager deleted.
EventManager deleted.
Units table cleared.
TransportationManager deleted.
Total navigation history collections cleaned: 10
Total navigation history collections cleaned: 9
G4RNGHelper object is deleted.
================== Deleting memory pools ===================
Pool ID '20G4NavigationLevelRep', size : 0.0135 MB
Pool ID '20G4NavigationLevelRep', size : 0.0115 MB
Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB
Pool ID '16G4SmartVoxelNode', size : 0.00192 MB
Pool ID '17G4SmartVoxelProxy', size : 0.000961 MB
@@ -735,13 +735,12 @@ Pool ID '15G4PrimaryVertex', size : 0.000961 MB
Pool ID '17G4PrimaryParticle', size : 0.000961 MB
Pool ID '15G4HCofThisEvent', size : 0.000961 MB
Pool ID '16G4HitsCollection', size : 0.000961 MB
Pool ID '17G4DynamicParticle', size : 0.0221 MB
Pool ID '7G4Track', size : 0.0433 MB
Pool ID '17G4DynamicParticle', size : 0.0106 MB
Pool ID '7G4Track', size : 0.0202 MB
Pool ID '18G4TouchableHistory', size : 0.000961 MB
Pool ID '15G4CountedObjectIvE', size : 0.000961 MB
Pool ID '15UltraOpticalHit', size : 0.00481 MB
Number of memory pools allocated: 14 of which, static: 0
Dynamic pools deleted: 14 / Total memory freed: 0.094 MB
Number of memory pools allocated: 13 of which, static: 0
Dynamic pools deleted: 13 / Total memory freed: 0.053 MB
============================================================
G4Allocator objects are deleted.
UImanager deleted.
+96 -96
View File
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-00-patch-01 (8-March-2022)
Geant4 version Name: geant4-11-00-patch-02 (25-May-2022)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -34,7 +34,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
Material: Scintillator density: 1.032 g/cm3 RadL: 42.438 cm Nucl.Int.Length: 70.602 cm
Imean: 65.944 eV temperature: 293.15 K pressure: 1.00 atm
Imean: 63.845 eV temperature: 293.15 K pressure: 1.00 atm
---> Element: Carbon (C) Z = 6.0 N = 12 A = 12.010 g/mole
---> Isotope: C12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.930 %
@@ -186,7 +186,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics
Run terminated.
Run Summary
Number of events processed : 10000
User=5.850000s Real=6.022441s Sys=0.000000s
User=6.340000s Real=6.391310s Sys=0.000000s
-------------------------------------------------------------
---> The calorimeter is 9 Modules
@@ -209,106 +209,106 @@ Run Summary
total Energy (rms/mean) visible Energy (rms/mean)
layer 1: 1.5231 MeV +- 2.395 MeV (1.6e+02 %) 159.69 keV +- 507.4 keV (3.2e+02 %)
layer 2: 1.5513 MeV +- 2.75 MeV (1.8e+02 %) 169.85 keV +- 731.2 keV (4.3e+02 %)
layer 3: 1.5039 MeV +- 2.182 MeV (1.5e+02 %) 153.8 keV +- 536.2 keV (3.5e+02 %)
layer 4: 1.5246 MeV +- 2.337 MeV (1.5e+02 %) 167.07 keV +- 948.7 keV (5.7e+02 %)
layer 5: 1.5107 MeV +- 2.29 MeV (1.5e+02 %) 168.09 keV +- 1.02 MeV (6.1e+02 %)
layer 6: 1.5431 MeV +- 2.461 MeV (1.6e+02 %) 176.84 keV +- 1.293 MeV (7.3e+02 %)
layer 7: 1.5417 MeV +- 2.755 MeV (1.8e+02 %) 167.28 keV +- 1.076 MeV (6.4e+02 %)
layer 8: 1.514 MeV +- 2.386 MeV (1.6e+02 %) 158.65 keV +- 1.138 MeV (7.2e+02 %)
layer 9: 1.5266 MeV +- 2.339 MeV (1.5e+02 %) 165.15 keV +- 1.08 MeV (6.5e+02 %)
layer 10: 1.5477 MeV +- 2.669 MeV (1.7e+02 %) 163.32 keV +- 946.4 keV (5.8e+02 %)
layer 11: 1.53 MeV +- 2.291 MeV (1.5e+02 %) 169.77 keV +- 710.2 keV (4.2e+02 %)
layer 12: 1.5783 MeV +- 2.925 MeV (1.9e+02 %) 171.78 keV +- 1.208 MeV (7e+02 %)
layer 13: 1.5606 MeV +- 2.701 MeV (1.7e+02 %) 157.96 keV +- 772.9 keV (4.9e+02 %)
layer 14: 1.5308 MeV +- 2.419 MeV (1.6e+02 %) 158.15 keV +- 870.2 keV (5.5e+02 %)
layer 15: 1.5393 MeV +- 2.163 MeV (1.4e+02 %) 151.02 keV +- 475.9 keV (3.2e+02 %)
layer 16: 1.4885 MeV +- 1.886 MeV (1.3e+02 %) 148.37 keV +- 393.4 keV (2.7e+02 %)
layer 17: 1.5306 MeV +- 2.358 MeV (1.5e+02 %) 160.25 keV +- 1.063 MeV (6.6e+02 %)
layer 18: 1.5394 MeV +- 2.421 MeV (1.6e+02 %) 154.77 keV +- 485.7 keV (3.1e+02 %)
layer 19: 1.5328 MeV +- 2.419 MeV (1.6e+02 %) 153.2 keV +- 559.1 keV (3.6e+02 %)
layer 20: 1.5254 MeV +- 2.144 MeV (1.4e+02 %) 146.97 keV +- 383.6 keV (2.6e+02 %)
layer 21: 1.5056 MeV +- 2.037 MeV (1.4e+02 %) 154.44 keV +- 567.4 keV (3.7e+02 %)
layer 22: 1.5331 MeV +- 2.3 MeV (1.5e+02 %) 163.08 keV +- 976.1 keV (6e+02 %)
layer 23: 1.5368 MeV +- 2.494 MeV (1.6e+02 %) 155.61 keV +- 840.5 keV (5.4e+02 %)
layer 24: 1.5078 MeV +- 1.897 MeV (1.3e+02 %) 153.13 keV +- 659.6 keV (4.3e+02 %)
layer 25: 1.5523 MeV +- 2.509 MeV (1.6e+02 %) 159.47 keV +- 819.5 keV (5.1e+02 %)
layer 26: 1.5245 MeV +- 2.16 MeV (1.4e+02 %) 154.4 keV +- 391 keV (2.5e+02 %)
layer 27: 1.515 MeV +- 2.292 MeV (1.5e+02 %) 158.57 keV +- 564.8 keV (3.6e+02 %)
layer 28: 1.5466 MeV +- 2.158 MeV (1.4e+02 %) 157.39 keV +- 627 keV (4e+02 %)
layer 29: 1.5247 MeV +- 2.079 MeV (1.4e+02 %) 157.54 keV +- 402.8 keV (2.6e+02 %)
layer 30: 1.5435 MeV +- 2.461 MeV (1.6e+02 %) 156.38 keV +- 621.1 keV (4e+02 %)
layer 31: 1.5328 MeV +- 2.248 MeV (1.5e+02 %) 161.59 keV +- 725 keV (4.5e+02 %)
layer 32: 1.5083 MeV +- 2.164 MeV (1.4e+02 %) 149.16 keV +- 763.5 keV (5.1e+02 %)
layer 33: 1.5542 MeV +- 2.592 MeV (1.7e+02 %) 162.73 keV +- 783.5 keV (4.8e+02 %)
layer 34: 1.5115 MeV +- 2.085 MeV (1.4e+02 %) 165.02 keV +- 909.7 keV (5.5e+02 %)
layer 35: 1.4836 MeV +- 1.907 MeV (1.3e+02 %) 162.02 keV +- 770.3 keV (4.8e+02 %)
layer 36: 1.5305 MeV +- 2.265 MeV (1.5e+02 %) 146.76 keV +- 247.2 keV (1.7e+02 %)
layer 37: 1.5165 MeV +- 2.168 MeV (1.4e+02 %) 164.42 keV +- 1.199 MeV (7.3e+02 %)
layer 38: 1.5562 MeV +- 2.702 MeV (1.7e+02 %) 154.16 keV +- 428 keV (2.8e+02 %)
layer 39: 1.5228 MeV +- 2.421 MeV (1.6e+02 %) 149.49 keV +- 404.4 keV (2.7e+02 %)
layer 40: 1.5169 MeV +- 2.459 MeV (1.6e+02 %) 146.23 keV +- 260.6 keV (1.8e+02 %)
layer 41: 1.559 MeV +- 2.803 MeV (1.8e+02 %) 156.06 keV +- 501.5 keV (3.2e+02 %)
layer 42: 1.5152 MeV +- 2.265 MeV (1.5e+02 %) 152.88 keV +- 530.5 keV (3.5e+02 %)
layer 43: 1.5114 MeV +- 2.11 MeV (1.4e+02 %) 151.2 keV +- 336.8 keV (2.2e+02 %)
layer 44: 1.5168 MeV +- 2.422 MeV (1.6e+02 %) 153.31 keV +- 490.9 keV (3.2e+02 %)
layer 45: 1.5254 MeV +- 2.241 MeV (1.5e+02 %) 159.5 keV +- 555 keV (3.5e+02 %)
layer 46: 1.5308 MeV +- 2.29 MeV (1.5e+02 %) 163.14 keV +- 878.1 keV (5.4e+02 %)
layer 47: 1.4911 MeV +- 1.782 MeV (1.2e+02 %) 159.9 keV +- 725.1 keV (4.5e+02 %)
layer 48: 1.5202 MeV +- 2.14 MeV (1.4e+02 %) 161.4 keV +- 731.6 keV (4.5e+02 %)
layer 49: 1.5141 MeV +- 1.982 MeV (1.3e+02 %) 160.38 keV +- 672.1 keV (4.2e+02 %)
layer 50: 1.5341 MeV +- 2.128 MeV (1.4e+02 %) 158.73 keV +- 773.1 keV (4.9e+02 %)
layer 51: 1.4741 MeV +- 1.673 MeV (1.1e+02 %) 159.61 keV +- 509.8 keV (3.2e+02 %)
layer 52: 1.5278 MeV +- 2.289 MeV (1.5e+02 %) 154.59 keV +- 509 keV (3.3e+02 %)
layer 53: 1.4979 MeV +- 2.279 MeV (1.5e+02 %) 153.7 keV +- 495.4 keV (3.2e+02 %)
layer 54: 1.4907 MeV +- 1.98 MeV (1.3e+02 %) 150.41 keV +- 398.4 keV (2.6e+02 %)
layer 55: 1.5192 MeV +- 2.238 MeV (1.5e+02 %) 159.6 keV +- 589.7 keV (3.7e+02 %)
layer 56: 1.5165 MeV +- 2.154 MeV (1.4e+02 %) 157.68 keV +- 768.2 keV (4.9e+02 %)
layer 57: 1.5548 MeV +- 2.419 MeV (1.6e+02 %) 147.08 keV +- 279.5 keV (1.9e+02 %)
layer 58: 1.539 MeV +- 2.235 MeV (1.5e+02 %) 159.6 keV +- 642.1 keV (4e+02 %)
layer 59: 1.5016 MeV +- 1.882 MeV (1.3e+02 %) 146.55 keV +- 487.9 keV (3.3e+02 %)
layer 60: 1.4993 MeV +- 2.041 MeV (1.4e+02 %) 144.29 keV +- 254.2 keV (1.8e+02 %)
layer 61: 1.5017 MeV +- 1.745 MeV (1.2e+02 %) 154.1 keV +- 518 keV (3.4e+02 %)
layer 62: 1.5428 MeV +- 2.308 MeV (1.5e+02 %) 164.1 keV +- 669.9 keV (4.1e+02 %)
layer 63: 1.5328 MeV +- 2.264 MeV (1.5e+02 %) 153.1 keV +- 407.1 keV (2.7e+02 %)
layer 64: 1.514 MeV +- 2.095 MeV (1.4e+02 %) 156.14 keV +- 710.1 keV (4.5e+02 %)
layer 65: 1.5246 MeV +- 2.39 MeV (1.6e+02 %) 149.09 keV +- 291.3 keV (2e+02 %)
layer 66: 1.5145 MeV +- 2.058 MeV (1.4e+02 %) 158.42 keV +- 551.5 keV (3.5e+02 %)
layer 67: 1.5046 MeV +- 2.098 MeV (1.4e+02 %) 160.12 keV +- 669.5 keV (4.2e+02 %)
layer 68: 1.5098 MeV +- 2.185 MeV (1.4e+02 %) 157.5 keV +- 692.9 keV (4.4e+02 %)
layer 69: 1.5138 MeV +- 2.292 MeV (1.5e+02 %) 155 keV +- 428.9 keV (2.8e+02 %)
layer 70: 1.5066 MeV +- 2.116 MeV (1.4e+02 %) 148.64 keV +- 293.8 keV (2e+02 %)
layer 71: 1.5289 MeV +- 2.254 MeV (1.5e+02 %) 150.79 keV +- 380.4 keV (2.5e+02 %)
layer 72: 1.5334 MeV +- 2.174 MeV (1.4e+02 %) 163.44 keV +- 731.2 keV (4.5e+02 %)
layer 73: 1.5253 MeV +- 2.12 MeV (1.4e+02 %) 160.02 keV +- 695.6 keV (4.3e+02 %)
layer 74: 1.5223 MeV +- 2.114 MeV (1.4e+02 %) 153.43 keV +- 475.2 keV (3.1e+02 %)
layer 75: 1.5399 MeV +- 2.41 MeV (1.6e+02 %) 150.35 keV +- 488.3 keV (3.2e+02 %)
layer 76: 1.5413 MeV +- 2.375 MeV (1.5e+02 %) 152.37 keV +- 419.2 keV (2.8e+02 %)
layer 77: 1.5407 MeV +- 2.585 MeV (1.7e+02 %) 162.38 keV +- 889.4 keV (5.5e+02 %)
layer 78: 1.4932 MeV +- 1.877 MeV (1.3e+02 %) 155.4 keV +- 551.5 keV (3.5e+02 %)
layer 79: 1.4955 MeV +- 1.824 MeV (1.2e+02 %) 156.84 keV +- 760.1 keV (4.8e+02 %)
layer 80: 1.5024 MeV +- 2.085 MeV (1.4e+02 %) 161.13 keV +- 616.6 keV (3.8e+02 %)
layer 81: 1.4875 MeV +- 1.992 MeV (1.3e+02 %) 159.14 keV +- 720 keV (4.5e+02 %)
layer 82: 1.546 MeV +- 2.447 MeV (1.6e+02 %) 150.9 keV +- 505.3 keV (3.3e+02 %)
layer 83: 1.4804 MeV +- 1.85 MeV (1.2e+02 %) 151.99 keV +- 417.8 keV (2.7e+02 %)
layer 84: 1.507 MeV +- 2.247 MeV (1.5e+02 %) 171.92 keV +- 1.12 MeV (6.5e+02 %)
layer 85: 1.5175 MeV +- 2.12 MeV (1.4e+02 %) 151.31 keV +- 746.4 keV (4.9e+02 %)
layer 86: 1.5186 MeV +- 2.271 MeV (1.5e+02 %) 157.92 keV +- 642.9 keV (4.1e+02 %)
layer 87: 1.5162 MeV +- 1.924 MeV (1.3e+02 %) 154.8 keV +- 547.4 keV (3.5e+02 %)
layer 88: 1.5129 MeV +- 2.005 MeV (1.3e+02 %) 157.34 keV +- 615.8 keV (3.9e+02 %)
layer 89: 1.5245 MeV +- 2.064 MeV (1.4e+02 %) 172.9 keV +- 1.035 MeV (6e+02 %)
layer 90: 1.4872 MeV +- 2.049 MeV (1.4e+02 %) 156.18 keV +- 769.1 keV (4.9e+02 %)
layer 1: 1.511 MeV +- 2.251 MeV (1.5e+02 %) 161.26 keV +- 478 keV (3e+02 %)
layer 2: 1.5585 MeV +- 2.669 MeV (1.7e+02 %) 168.13 keV +- 852.5 keV (5.1e+02 %)
layer 3: 1.5052 MeV +- 2.475 MeV (1.6e+02 %) 150.95 keV +- 301.4 keV (2e+02 %)
layer 4: 1.5237 MeV +- 2.487 MeV (1.6e+02 %) 153.41 keV +- 470.7 keV (3.1e+02 %)
layer 5: 1.5354 MeV +- 2.873 MeV (1.9e+02 %) 162.65 keV +- 683.3 keV (4.2e+02 %)
layer 6: 1.5497 MeV +- 2.432 MeV (1.6e+02 %) 160.61 keV +- 772.8 keV (4.8e+02 %)
layer 7: 1.5365 MeV +- 2.78 MeV (1.8e+02 %) 169.32 keV +- 809.4 keV (4.8e+02 %)
layer 8: 1.5535 MeV +- 2.392 MeV (1.5e+02 %) 156.92 keV +- 678.4 keV (4.3e+02 %)
layer 9: 1.4744 MeV +- 1.985 MeV (1.3e+02 %) 162.87 keV +- 987 keV (6.1e+02 %)
layer 10: 1.4969 MeV +- 1.724 MeV (1.2e+02 %) 152.62 keV +- 742.7 keV (4.9e+02 %)
layer 11: 1.523 MeV +- 2.356 MeV (1.5e+02 %) 174.79 keV +- 1.023 MeV (5.9e+02 %)
layer 12: 1.5865 MeV +- 2.659 MeV (1.7e+02 %) 184.74 keV +- 1.37 MeV (7.4e+02 %)
layer 13: 1.5074 MeV +- 2.32 MeV (1.5e+02 %) 156.73 keV +- 756.6 keV (4.8e+02 %)
layer 14: 1.5173 MeV +- 2.283 MeV (1.5e+02 %) 148.85 keV +- 708.6 keV (4.8e+02 %)
layer 15: 1.5396 MeV +- 2.761 MeV (1.8e+02 %) 149.38 keV +- 302.4 keV (2e+02 %)
layer 16: 1.4939 MeV +- 1.776 MeV (1.2e+02 %) 154.77 keV +- 932.1 keV (6e+02 %)
layer 17: 1.491 MeV +- 1.817 MeV (1.2e+02 %) 149.51 keV +- 263.3 keV (1.8e+02 %)
layer 18: 1.5215 MeV +- 2.027 MeV (1.3e+02 %) 160.83 keV +- 803.9 keV (5e+02 %)
layer 19: 1.5422 MeV +- 2.17 MeV (1.4e+02 %) 158.24 keV +- 502.3 keV (3.2e+02 %)
layer 20: 1.5245 MeV +- 2.418 MeV (1.6e+02 %) 167.57 keV +- 1.054 MeV (6.3e+02 %)
layer 21: 1.5339 MeV +- 2.311 MeV (1.5e+02 %) 162.11 keV +- 883.8 keV (5.5e+02 %)
layer 22: 1.5329 MeV +- 2.182 MeV (1.4e+02 %) 159.53 keV +- 741.8 keV (4.7e+02 %)
layer 23: 1.505 MeV +- 1.894 MeV (1.3e+02 %) 154.06 keV +- 475.5 keV (3.1e+02 %)
layer 24: 1.5269 MeV +- 2.263 MeV (1.5e+02 %) 157.18 keV +- 658.4 keV (4.2e+02 %)
layer 25: 1.5007 MeV +- 2.116 MeV (1.4e+02 %) 158.21 keV +- 427.6 keV (2.7e+02 %)
layer 26: 1.5279 MeV +- 2.096 MeV (1.4e+02 %) 145.82 keV +- 377.8 keV (2.6e+02 %)
layer 27: 1.5137 MeV +- 2.525 MeV (1.7e+02 %) 164.63 keV +- 712.5 keV (4.3e+02 %)
layer 28: 1.5355 MeV +- 2.324 MeV (1.5e+02 %) 161.19 keV +- 880 keV (5.5e+02 %)
layer 29: 1.5028 MeV +- 2.115 MeV (1.4e+02 %) 156.29 keV +- 437.1 keV (2.8e+02 %)
layer 30: 1.5224 MeV +- 2.212 MeV (1.5e+02 %) 146.74 keV +- 474.3 keV (3.2e+02 %)
layer 31: 1.5473 MeV +- 2.312 MeV (1.5e+02 %) 157.35 keV +- 715.2 keV (4.5e+02 %)
layer 32: 1.5269 MeV +- 2.532 MeV (1.7e+02 %) 150.17 keV +- 343.1 keV (2.3e+02 %)
layer 33: 1.5281 MeV +- 2.193 MeV (1.4e+02 %) 168.46 keV +- 978.3 keV (5.8e+02 %)
layer 34: 1.5481 MeV +- 2.434 MeV (1.6e+02 %) 174.87 keV +- 1.198 MeV (6.8e+02 %)
layer 35: 1.4957 MeV +- 1.827 MeV (1.2e+02 %) 159.84 keV +- 658.3 keV (4.1e+02 %)
layer 36: 1.537 MeV +- 2.317 MeV (1.5e+02 %) 160.07 keV +- 778 keV (4.9e+02 %)
layer 37: 1.5352 MeV +- 2.287 MeV (1.5e+02 %) 156.35 keV +- 544.6 keV (3.5e+02 %)
layer 38: 1.544 MeV +- 2.322 MeV (1.5e+02 %) 154.21 keV +- 434.1 keV (2.8e+02 %)
layer 39: 1.5263 MeV +- 2.225 MeV (1.5e+02 %) 152.33 keV +- 358.6 keV (2.4e+02 %)
layer 40: 1.5226 MeV +- 2.185 MeV (1.4e+02 %) 152.88 keV +- 529.7 keV (3.5e+02 %)
layer 41: 1.5249 MeV +- 2.609 MeV (1.7e+02 %) 157.07 keV +- 812.1 keV (5.2e+02 %)
layer 42: 1.5329 MeV +- 2.207 MeV (1.4e+02 %) 150.37 keV +- 348.5 keV (2.3e+02 %)
layer 43: 1.539 MeV +- 2.478 MeV (1.6e+02 %) 152.71 keV +- 476.3 keV (3.1e+02 %)
layer 44: 1.5313 MeV +- 2.467 MeV (1.6e+02 %) 152.45 keV +- 500.9 keV (3.3e+02 %)
layer 45: 1.5409 MeV +- 2.313 MeV (1.5e+02 %) 157.96 keV +- 518.6 keV (3.3e+02 %)
layer 46: 1.5479 MeV +- 2.343 MeV (1.5e+02 %) 157.73 keV +- 540.7 keV (3.4e+02 %)
layer 47: 1.5057 MeV +- 2.031 MeV (1.3e+02 %) 157.08 keV +- 655 keV (4.2e+02 %)
layer 48: 1.5057 MeV +- 2.071 MeV (1.4e+02 %) 154.67 keV +- 660.4 keV (4.3e+02 %)
layer 49: 1.5465 MeV +- 2.447 MeV (1.6e+02 %) 170.36 keV +- 1.311 MeV (7.7e+02 %)
layer 50: 1.5164 MeV +- 2.204 MeV (1.5e+02 %) 148.26 keV +- 429.3 keV (2.9e+02 %)
layer 51: 1.5147 MeV +- 2.039 MeV (1.3e+02 %) 163.92 keV +- 690.4 keV (4.2e+02 %)
layer 52: 1.5511 MeV +- 2.487 MeV (1.6e+02 %) 160.62 keV +- 655.1 keV (4.1e+02 %)
layer 53: 1.539 MeV +- 2.404 MeV (1.6e+02 %) 161.92 keV +- 910.4 keV (5.6e+02 %)
layer 54: 1.4969 MeV +- 2.018 MeV (1.3e+02 %) 152.26 keV +- 420.4 keV (2.8e+02 %)
layer 55: 1.5351 MeV +- 2.427 MeV (1.6e+02 %) 161.49 keV +- 648.6 keV (4e+02 %)
layer 56: 1.5048 MeV +- 2.105 MeV (1.4e+02 %) 164.36 keV +- 811.3 keV (4.9e+02 %)
layer 57: 1.5419 MeV +- 2.194 MeV (1.4e+02 %) 155.07 keV +- 642.6 keV (4.1e+02 %)
layer 58: 1.5732 MeV +- 2.838 MeV (1.8e+02 %) 156.53 keV +- 658.7 keV (4.2e+02 %)
layer 59: 1.4961 MeV +- 1.866 MeV (1.2e+02 %) 151.9 keV +- 492.7 keV (3.2e+02 %)
layer 60: 1.5192 MeV +- 1.936 MeV (1.3e+02 %) 158.11 keV +- 773.4 keV (4.9e+02 %)
layer 61: 1.4799 MeV +- 1.801 MeV (1.2e+02 %) 148.99 keV +- 453 keV (3e+02 %)
layer 62: 1.5574 MeV +- 2.56 MeV (1.6e+02 %) 155.26 keV +- 569.2 keV (3.7e+02 %)
layer 63: 1.5121 MeV +- 2.23 MeV (1.5e+02 %) 151.23 keV +- 452.1 keV (3e+02 %)
layer 64: 1.4964 MeV +- 1.911 MeV (1.3e+02 %) 146.56 keV +- 356.6 keV (2.4e+02 %)
layer 65: 1.4984 MeV +- 2.108 MeV (1.4e+02 %) 159.2 keV +- 538.3 keV (3.4e+02 %)
layer 66: 1.5167 MeV +- 2.15 MeV (1.4e+02 %) 164.53 keV +- 837.7 keV (5.1e+02 %)
layer 67: 1.5076 MeV +- 2.205 MeV (1.5e+02 %) 157.69 keV +- 569.9 keV (3.6e+02 %)
layer 68: 1.5049 MeV +- 2.341 MeV (1.6e+02 %) 165.87 keV +- 1.039 MeV (6.3e+02 %)
layer 69: 1.4807 MeV +- 1.813 MeV (1.2e+02 %) 152.46 keV +- 383.3 keV (2.5e+02 %)
layer 70: 1.5309 MeV +- 2.057 MeV (1.3e+02 %) 159.37 keV +- 694.5 keV (4.4e+02 %)
layer 71: 1.4957 MeV +- 1.945 MeV (1.3e+02 %) 153.48 keV +- 392.8 keV (2.6e+02 %)
layer 72: 1.5089 MeV +- 2.201 MeV (1.5e+02 %) 155.04 keV +- 685.9 keV (4.4e+02 %)
layer 73: 1.5263 MeV +- 2.14 MeV (1.4e+02 %) 170.6 keV +- 818.3 keV (4.8e+02 %)
layer 74: 1.4889 MeV +- 1.894 MeV (1.3e+02 %) 144.74 keV +- 244.1 keV (1.7e+02 %)
layer 75: 1.5167 MeV +- 2.306 MeV (1.5e+02 %) 152.65 keV +- 430.5 keV (2.8e+02 %)
layer 76: 1.5257 MeV +- 2.229 MeV (1.5e+02 %) 155.7 keV +- 398.2 keV (2.6e+02 %)
layer 77: 1.5026 MeV +- 2.168 MeV (1.4e+02 %) 165.03 keV +- 914.9 keV (5.5e+02 %)
layer 78: 1.5155 MeV +- 2.221 MeV (1.5e+02 %) 163.46 keV +- 838.3 keV (5.1e+02 %)
layer 79: 1.4881 MeV +- 1.923 MeV (1.3e+02 %) 154.72 keV +- 621.3 keV (4e+02 %)
layer 80: 1.4821 MeV +- 1.789 MeV (1.2e+02 %) 167.57 keV +- 866.7 keV (5.2e+02 %)
layer 81: 1.4854 MeV +- 1.903 MeV (1.3e+02 %) 145.52 keV +- 318.6 keV (2.2e+02 %)
layer 82: 1.5184 MeV +- 2.126 MeV (1.4e+02 %) 144.31 keV +- 235.9 keV (1.6e+02 %)
layer 83: 1.5336 MeV +- 2.332 MeV (1.5e+02 %) 166.65 keV +- 761.1 keV (4.6e+02 %)
layer 84: 1.4842 MeV +- 1.921 MeV (1.3e+02 %) 149.31 keV +- 376.8 keV (2.5e+02 %)
layer 85: 1.5364 MeV +- 2.188 MeV (1.4e+02 %) 157.13 keV +- 684.4 keV (4.4e+02 %)
layer 86: 1.5331 MeV +- 2.438 MeV (1.6e+02 %) 158.38 keV +- 491 keV (3.1e+02 %)
layer 87: 1.49 MeV +- 1.876 MeV (1.3e+02 %) 154.28 keV +- 405.4 keV (2.6e+02 %)
layer 88: 1.5193 MeV +- 2.21 MeV (1.5e+02 %) 157.27 keV +- 575.6 keV (3.7e+02 %)
layer 89: 1.493 MeV +- 1.985 MeV (1.3e+02 %) 155.72 keV +- 603.1 keV (3.9e+02 %)
layer 90: 1.5328 MeV +- 2.203 MeV (1.4e+02 %) 155.93 keV +- 842.2 keV (5.4e+02 %)
total calor : 149.43 MeV +- 21.64 MeV ( 14 %) 14.17 MeV +- 6.57 MeV ( 46 %)
total calor : 149.26 MeV +- 21.54 MeV ( 14 %) 14.19 MeV +- 6.392 MeV ( 45 %)
------------------------------------------------------------
Leakage : 850.57 MeV +- 21.64 MeV
Leakage : 850.74 MeV +- 21.54 MeV
Eleak/Ebeam =85.1 % ( forward =85.1 % backward = 0 % lateral = 0 %)
--------- Ranecu engine status ---------
Initial seed (index) = 0
Current couple of seeds = 1645784414, 871839092
Current couple of seeds = 250019943, 211278469
----------------------------------------
G4 kernel has come to Quit state.
UserDetectorConstruction deleted.
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-00-patch-01 (8-March-2022)
Geant4 version Name: geant4-11-00-patch-02 (25-May-2022)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -8,6 +8,9 @@
Example History file
---------------------
24.02.2022 - G. Cosmo (ccal-V10-07-07)
- Fixed compilation warnings on Intel-icx compiler for unused variables.
25.10.2021 - B. Morgan (ccal-V10-07-06)
- Use G4StrUtil functions replacing deprecated G4String member functions
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-00-patch-01 (8-March-2022)
Geant4 version Name: geant4-11-00-patch-02 (25-May-2022)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -1029,7 +1029,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics
Run terminated.
Run Summary
Number of events processed : 20
User=15.090000s Real=15.472687s Sys=0.000000s
User=19.120000s Real=19.370654s Sys=0.010000s
### Run 0 end.
... write file : ccal.root - done
... close file : ccal.root - done
@@ -1047,10 +1047,10 @@ G4SDManager deleted.
EventManager deleted.
Units table cleared.
TransportationManager deleted.
Total navigation history collections cleaned: 46
Total navigation history collections cleaned: 49
G4RNGHelper object is deleted.
================== Deleting memory pools ===================
Pool ID '20G4NavigationLevelRep', size : 0.0683 MB
Pool ID '20G4NavigationLevelRep', size : 0.0692 MB
Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB
Pool ID '16G4SmartVoxelNode', size : 0.00769 MB
Pool ID '17G4SmartVoxelProxy', size : 0.00385 MB
@@ -1059,14 +1059,14 @@ Pool ID '15G4PrimaryVertex', size : 0.000961 MB
Pool ID '17G4PrimaryParticle', size : 0.000961 MB
Pool ID '15G4HCofThisEvent', size : 0.000961 MB
Pool ID '16G4HitsCollection', size : 0.000961 MB
Pool ID '17G4DynamicParticle', size : 0.0827 MB
Pool ID '7G4Track', size : 0.164 MB
Pool ID '17G4DynamicParticle', size : 0.211 MB
Pool ID '7G4Track', size : 0.421 MB
Pool ID '18G4TouchableHistory', size : 0.00577 MB
Pool ID '15G4CountedObjectIvE', size : 0.000961 MB
Pool ID '17G4ReactionProduct', size : 0.0115 MB
Pool ID '10G4Fragment', size : 0.00577 MB
Pool ID '17G4ReactionProduct', size : 0.0106 MB
Pool ID '10G4Fragment', size : 0.00481 MB
Number of memory pools allocated: 15 of which, static: 0
Dynamic pools deleted: 15 / Total memory freed: 0.36 MB
Dynamic pools deleted: 15 / Total memory freed: 0.74 MB
============================================================
G4Allocator objects are deleted.
UImanager deleted.
@@ -214,7 +214,9 @@ void CCalEventAction::EndOfEventAction(const G4Event* evt){
IDenergy = man->GetH1Id("h4000");
man->FillH1(IDenergy,fullE);
//2)
#ifdef debug
G4double totalFilledEnergyHcal = 0.0;
#endif
static G4int IDhcalE = -1;
if (IDhcalE < 0)
IDhcalE = man->GetH1Id("h100");
@@ -222,30 +224,28 @@ void CCalEventAction::EndOfEventAction(const G4Event* evt){
man->FillH1(IDhcalE+j,hcalE[j]);
#ifdef debug
G4cout << "Fill Hcal histo " << j << " with " << hcalE[j] << G4endl;
#endif
totalFilledEnergyHcal += hcalE[j];
#endif
}
#ifdef debug
G4cout <<
"CCalAnalysis::InsertEnergyHcal: Total filled Energy Hcal histo "
G4cout << "CCalAnalysis::InsertEnergyHcal: Total filled Energy Hcal histo "
<< totalFilledEnergyHcal << G4endl;
totalFilledEnergyEcal = 0.0;
#endif
//3)
static G4int IDecalE = -1;
if (IDecalE < 0)
IDecalE = man->GetH1Id("h200");
G4double totalFilledEnergyEcal = 0.0;
for (G4int j=0; j<49; j++) {
man->FillH1(IDecalE+j,ecalE[j]);
#ifdef debug
G4cout << "Fill Ecal histo " << j << " with " << ecalE[j] << G4endl;
#endif
totalFilledEnergyEcal += ecalE[j];
#endif
}
#ifdef debug
G4cout <<
"CCalAnalysis::InsertEnergyEal: Total filled Energy Ecal histo "
G4cout << "CCalAnalysis::InsertEnergyEal: Total filled Energy Ecal histo "
<< totalFilledEnergyEcal << G4endl;
#endif
// 4)
@@ -85,8 +85,9 @@ void CCalSteppingAction::UserSteppingAction(const G4Step* aStep)
void CCalSteppingAction::endOfEvent(){
G4AnalysisManager* man = G4AnalysisManager::Instance();
#ifdef debug
G4double totalFilledProfileHcal = 0.0;
#endif
static G4int IDlateralProfile = -1;
if (IDlateralProfile < 0) {
IDlateralProfile = man->GetH1Id("h500");
@@ -95,8 +96,8 @@ void CCalSteppingAction::endOfEvent(){
man->FillH1(IDlateralProfile+i,LateralProfile[i]);
#ifdef debug
G4cout << "Fill Profile Hcal histo " << i << " with " << LateralProfile[i] << G4endl;
#endif
totalFilledProfileHcal += LateralProfile[i];
#endif
}
#ifdef debug
@@ -112,13 +113,15 @@ void CCalSteppingAction::endOfEvent(){
if (IDTimeProfile < 0) {
IDTimeProfile = man->GetH1Id("h901");
}
#ifdef debug
G4double totalFilledTimeProfile = 0.0;
#endif
for (G4int j=0; j<timeHistoMaxBin; ++j) {
man->FillH1(IDTimeHist+j,timeDeposit[j]);
#ifdef debug
G4cout << "Fill Time slice histo " << j << " with " << timeDeposit[j] << G4endl;
#endif
totalFilledTimeProfile += timeDeposit[j];
#endif
G4double t = j + 0.5;
man->FillH1(IDTimeProfile+1,t,timeDeposit[j]);
@@ -124,8 +124,9 @@ G4float CCaloOrganization::energyInMatrix(G4int nCellInEta, G4int nCellInPhi,
G4int det,z,eta,phi;
this->unpackindex(crystalWithMaxEnergy, det, z, eta, phi);
#ifdef debug
G4int ncristals=0;
#endif
G4int goBackInEta = nCellInEta/2;
G4int goBackInPhi = nCellInPhi/2;
G4int startEta = eta-goBackInEta;
@@ -138,8 +139,8 @@ G4float CCaloOrganization::energyInMatrix(G4int nCellInEta, G4int nCellInPhi,
G4int index = this->packindex(det,z,ieta,iphi);
totalEnergy += themap[index];
ncristals+=1;
#ifdef debug
ncristals+=1;
G4cout << "ieta - iphi - E = " << ieta << " " << iphi << " "
<< themap[index] << G4endl;
#endif
-254
View File
@@ -1,254 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.9
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/local/bin/cmake
# The command to remove a file.
RM = /usr/local/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/abdellaa/src/geant4/geant4-install/share/Geant4-10.2.3/examples/basic/B3
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/abdellaa/src/geant4/geant4-install/share/Geant4-10.2.3/examples/basic/B3/B3a
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target install/strip
install/strip: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/usr/local/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip
# Special rule for the target install/strip
install/strip/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/usr/local/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip/fast
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
/usr/local/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
.PHONY : edit_cache
# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/usr/local/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast
# Special rule for the target list_install_components
list_install_components:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
.PHONY : list_install_components
# Special rule for the target list_install_components
list_install_components/fast: list_install_components
.PHONY : list_install_components/fast
# Special rule for the target install/local
install/local: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/usr/local/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local
# Special rule for the target install/local
install/local/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/usr/local/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local/fast
# Special rule for the target install
install: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/usr/local/bin/cmake -P cmake_install.cmake
.PHONY : install
# Special rule for the target install
install/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/usr/local/bin/cmake -P cmake_install.cmake
.PHONY : install/fast
# The main all target
all: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/abdellaa/src/geant4/geant4-install/share/Geant4-10.2.3/examples/basic/B3/B3a/CMakeFiles /home/abdellaa/src/geant4/geant4-install/share/Geant4-10.2.3/examples/basic/B3/B3a/CMakeFiles/progress.marks
$(MAKE) -f CMakeFiles/Makefile2 all
$(CMAKE_COMMAND) -E cmake_progress_start /home/abdellaa/src/geant4/geant4-install/share/Geant4-10.2.3/examples/basic/B3/B3a/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
$(MAKE) -f CMakeFiles/Makefile2 clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
$(MAKE) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
$(MAKE) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall/fast
# clear depends
depend:
$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
#=============================================================================
# Target rules for targets named B3
# Build rule for target.
B3: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 B3
.PHONY : B3
# fast build rule for target.
B3/fast:
$(MAKE) -f CMakeFiles/B3.dir/build.make CMakeFiles/B3.dir/build
.PHONY : B3/fast
#=============================================================================
# Target rules for targets named B3a
# Build rule for target.
B3a: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 B3a
.PHONY : B3a
# fast build rule for target.
B3a/fast:
$(MAKE) -f B3a/CMakeFiles/B3a.dir/build.make B3a/CMakeFiles/B3a.dir/build
.PHONY : B3a/fast
#=============================================================================
# Target rules for targets named exampleB3a
# Build rule for target.
exampleB3a: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 exampleB3a
.PHONY : exampleB3a
# fast build rule for target.
exampleB3a/fast:
$(MAKE) -f B3a/CMakeFiles/exampleB3a.dir/build.make B3a/CMakeFiles/exampleB3a.dir/build
.PHONY : exampleB3a/fast
#=============================================================================
# Target rules for targets named B3b
# Build rule for target.
B3b: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 B3b
.PHONY : B3b
# fast build rule for target.
B3b/fast:
$(MAKE) -f B3b/CMakeFiles/B3b.dir/build.make B3b/CMakeFiles/B3b.dir/build
.PHONY : B3b/fast
#=============================================================================
# Target rules for targets named exampleB3b
# Build rule for target.
exampleB3b: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 exampleB3b
.PHONY : exampleB3b
# fast build rule for target.
exampleB3b/fast:
$(MAKE) -f B3b/CMakeFiles/exampleB3b.dir/build.make B3b/CMakeFiles/exampleB3b.dir/build
.PHONY : exampleB3b/fast
# Help Target
help:
@echo "The following are some of the valid targets for this Makefile:"
@echo "... all (the default if no target is provided)"
@echo "... clean"
@echo "... depend"
@echo "... install/strip"
@echo "... edit_cache"
@echo "... rebuild_cache"
@echo "... list_install_components"
@echo "... B3"
@echo "... install/local"
@echo "... install"
@echo "... B3a"
@echo "... exampleB3a"
@echo "... B3b"
@echo "... exampleB3b"
.PHONY : help
#=============================================================================
# Special targets to cleanup operation of make.
# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system
+885
View File
@@ -0,0 +1,885 @@
Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type...
############################################
!!! WARNING - FPE detection is activated !!!
############################################
################################
!!! G4Backtrace is activated !!!
################################
**************************************************************
Geant4 version Name: geant4-11-00-patch-02 (25-May-2022)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
: NIM A 835 (2016), 186-225
WWW : http://geant4.org/
**************************************************************
Initial activity: 1e+06 Bq.
Half life of the isotope 6586.26 sec.
Dead time of the detector: 256 ns.
Dead time of the module (axially multiplexed detectors): 0 ns.
Crystal dependent resolution is used. preparing look-up table ....
Done.
crystal Resolution (Min.): 13 %.
crystal Resolution (Max.): 17 %
Energy of refernce: 511 keV.
Quantum Efficiency 100 %
Lower energy threshold: 400 keV.
Upper energy threshold: 600 keV.
Trigger energy threshold: 0.05 keV.
Angler Logic calculation is applied.
PMTblurring position response blurring at FWHM (tan x axial) 1.5 x 1.5 mm2
Single mode output enabled.
PMT positions:
PMT1 (mm) (15, -23, -23)
PMT2 (mm) (15, 23, -23)
PMT3 (mm) (15, -23, 23)
PMT4 (mm) (15, 23, 23)
Reflector pattern is being read
========= Reflector Pattern ===========
Layer 1
1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1
1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1
Layer 2
1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1
0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0
Layer 3
0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0
1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1
Layer 4
0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0
0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0
========= Reflector Pattern Ended ===========
Preparing DOI look-up table...
done.
Initial activity: 500000 Bq.
Half life of the isotope 6586.2 sec.
------------------================- Phantom_sensitivity Phantom has been used -==================-----------
Total number of sleeves : 1
Sleeve 1 is placed, Rmin = 1.95 mm, Rmax = 3.2 mm, length = 216 mm.
Checking overlaps for volume phantom_physicalV:0 (G4Tubs) ... OK!
Checking overlaps for volume phantom_physicalV:0 (G4Tubs) ... OK!
---------------Phantom dimension: radius (mm) = 100 Length (mm) = 216
---------------Phantom position (mm) : (0,0,0)
size of crytal element: 2.8 2.8 7.5
Size of detector block (without Al cover): 46 46 30
Checking overlaps for volume airBox_physicalV:0 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:0 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:1 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:2 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:3 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:4 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:5 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:6 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:7 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:8 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:9 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:10 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:11 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:12 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:13 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:14 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:15 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:16 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:17 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:18 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:19 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:20 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:21 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:22 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:23 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:24 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:25 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:26 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:27 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:28 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:29 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:30 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:31 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:32 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:33 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:34 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:35 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:36 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:37 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:38 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:39 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:40 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:41 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:42 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:43 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:44 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:45 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:46 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:47 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:48 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:49 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:50 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:51 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:52 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:53 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:54 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:55 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:56 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:57 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:58 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:59 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:60 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:61 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:62 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:63 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:64 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:65 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:66 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:67 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:68 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:69 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:70 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:71 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:72 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:73 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:74 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:75 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:76 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:77 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:78 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:79 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:80 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:81 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:82 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:83 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:84 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:85 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:86 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:87 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:88 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:89 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:90 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:91 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:92 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:93 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:94 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:95 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:96 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:97 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:98 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:99 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:100 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:101 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:102 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:103 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:104 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:105 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:106 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:107 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:108 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:109 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:110 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:111 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:112 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:113 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:114 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:115 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:116 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:117 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:118 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:119 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:120 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:121 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:122 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:123 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:124 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:125 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:126 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:127 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:128 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:129 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:130 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:131 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:132 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:133 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:134 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:135 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:136 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:137 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:138 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:139 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:140 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:141 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:142 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:143 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:144 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:145 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:146 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:147 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:148 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:149 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:150 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:151 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:152 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:153 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:154 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:155 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:156 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:157 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:158 (G4Box) ... OK!
Checking overlaps for volume blockDetector_physicalV:159 (G4Box) ... OK!
=======================================================================
====== Electromagnetic Physics Parameters ========
=======================================================================
LPM effect enabled 1
Enable creation and use of sampling tables 0
Apply cuts on all EM processes 0
Use general process 0
Enable linear polarisation for gamma 0
Enable sampling of quantum entanglement 0
X-section factor for integral approach 0.8
Min kinetic energy for tables 10 eV
Max kinetic energy for tables 100 TeV
Number of bins per decade of a table 20
Verbose level 1
Verbose level for worker thread 0
Bremsstrahlung energy threshold above which
primary e+- is added to the list of secondary 100 TeV
Bremsstrahlung energy threshold above which primary
muon/hadron is added to the list of secondary 100 TeV
Lowest triplet kinetic energy 1 MeV
Enable sampling of gamma linear polarisation 0
5D gamma conversion model type 0
5D gamma conversion model on isolated ion 0
Livermore data directory livermore
=======================================================================
====== Ionisation Parameters ========
=======================================================================
Step function for e+- (0.2, 0.1 mm)
Step function for muons/hadrons (0.2, 0.05 mm)
Step function for light ions (0.1, 0.02 mm)
Step function for general ions (0.1, 0.001 mm)
Lowest e+e- kinetic energy 100 eV
Lowest muon/hadron kinetic energy 1 keV
Fluctuations of dE/dx are enabled 1
Use ICRU90 data 1
Use built-in Birks satuaration 0
Build CSDA range enabled 0
Use cut as a final range enabled 0
Enable angular generator interface 1
Max kinetic energy for CSDA tables 1 GeV
Max kinetic energy for NIEL computation 1 MeV
Linear loss limit 0.01
Read data from file for e+e- pair production by mu 0
=======================================================================
====== Multiple Scattering Parameters ========
=======================================================================
Type of msc step limit algorithm for e+- 2
Type of msc step limit algorithm for muons/hadrons 0
Msc lateral displacement for e+- enabled 1
Msc lateral displacement for muons and hadrons 1
Urban msc model lateral displacement alg96 1
Range factor for msc step limit for e+- 0.03
Range factor for msc step limit for muons/hadrons 0.2
Geometry factor for msc step limitation of e+- 2.5
Safety factor for msc step limit for e+- 0.6
Skin parameter for msc step limitation of e+- 1
Lambda limit for msc step limit for e+- 1 mm
Use Mott correction for e- scattering 1
Factor used for dynamic computation of angular
limit between single and multiple scattering 1
Fixed angular limit between single
and multiple scattering 3.1416 rad
Upper energy limit for e+- multiple scattering 100 MeV
Type of electron single scattering model 0
Type of nuclear form-factor 1
Screening factor 1
=======================================================================
====== Atomic Deexcitation Parameters ========
=======================================================================
Fluorescence enabled 1
Fluorescence Bearden data files enabled 0
Fluorescence ANSTO data files enabled 0
Auger electron cascade enabled 1
PIXE atomic de-excitation enabled 0
De-excitation module ignores cuts 1
Type of PIXE cross section for hadrons Empirical
Type of PIXE cross section for e+- Livermore
=======================================================================
### === Deexcitation model UAtomDeexcitation is activated for 1 region:
### === Auger flag: 1
### === Ignore cuts flag: 1
=======================================================================
====== Electromagnetic Physics Parameters ========
=======================================================================
LPM effect enabled 1
Enable creation and use of sampling tables 0
Apply cuts on all EM processes 0
Use general process 0
Enable linear polarisation for gamma 0
Enable sampling of quantum entanglement 0
X-section factor for integral approach 0.8
Min kinetic energy for tables 10 eV
Max kinetic energy for tables 100 TeV
Number of bins per decade of a table 20
Verbose level 1
Verbose level for worker thread 0
Bremsstrahlung energy threshold above which
primary e+- is added to the list of secondary 100 TeV
Bremsstrahlung energy threshold above which primary
muon/hadron is added to the list of secondary 100 TeV
Lowest triplet kinetic energy 1 MeV
Enable sampling of gamma linear polarisation 0
5D gamma conversion model type 0
5D gamma conversion model on isolated ion 0
Livermore data directory livermore
=======================================================================
====== Ionisation Parameters ========
=======================================================================
Step function for e+- (0.2, 0.1 mm)
Step function for muons/hadrons (0.2, 0.05 mm)
Step function for light ions (0.1, 0.02 mm)
Step function for general ions (0.1, 0.001 mm)
Lowest e+e- kinetic energy 100 eV
Lowest muon/hadron kinetic energy 1 keV
Fluctuations of dE/dx are enabled 1
Use ICRU90 data 1
Use built-in Birks satuaration 0
Build CSDA range enabled 0
Use cut as a final range enabled 0
Enable angular generator interface 1
Max kinetic energy for CSDA tables 1 GeV
Max kinetic energy for NIEL computation 1 MeV
Linear loss limit 0.01
Read data from file for e+e- pair production by mu 0
=======================================================================
====== Multiple Scattering Parameters ========
=======================================================================
Type of msc step limit algorithm for e+- 2
Type of msc step limit algorithm for muons/hadrons 0
Msc lateral displacement for e+- enabled 1
Msc lateral displacement for muons and hadrons 1
Urban msc model lateral displacement alg96 1
Range factor for msc step limit for e+- 0.03
Range factor for msc step limit for muons/hadrons 0.2
Geometry factor for msc step limitation of e+- 2.5
Safety factor for msc step limit for e+- 0.6
Skin parameter for msc step limitation of e+- 1
Lambda limit for msc step limit for e+- 1 mm
Use Mott correction for e- scattering 1
Factor used for dynamic computation of angular
limit between single and multiple scattering 1
Fixed angular limit between single
and multiple scattering 3.1416 rad
Upper energy limit for e+- multiple scattering 100 MeV
Type of electron single scattering model 0
Type of nuclear form-factor 1
Screening factor 1
=======================================================================
====== Atomic Deexcitation Parameters ========
=======================================================================
Fluorescence enabled 1
Fluorescence Bearden data files enabled 0
Fluorescence ANSTO data files enabled 0
Auger electron cascade enabled 1
PIXE atomic de-excitation enabled 0
De-excitation module ignores cuts 1
Type of PIXE cross section for hadrons Empirical
Type of PIXE cross section for e+- Livermore
=======================================================================
### === Deexcitation model UAtomDeexcitation is activated for 1 region:
DefaultRegionForTheWorld 1 1 0
### === Auger flag: 1
### === Ignore cuts flag: 1
phot: for gamma SubType=12 BuildTable=0
LambdaPrime table from 200 keV to 100 TeV in 174 bins
===== EM models for the G4Region DefaultRegionForTheWorld ======
LivermorePhElectric : Emin= 0 eV Emax= 100 TeV SauterGavrila Fluo
compt: for gamma SubType=13 BuildTable=1
Lambda table from 10 eV to 1 MeV, 20 bins/decade, spline: 1
LambdaPrime table from 1 MeV to 100 TeV in 160 bins
===== EM models for the G4Region DefaultRegionForTheWorld ======
KleinNishina : Emin= 0 eV Emax= 100 TeV Fluo
conv: for gamma SubType=14 BuildTable=1
Lambda table from 1.022 MeV to 100 TeV, 20 bins/decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
BetheHeitlerLPM : Emin= 0 eV Emax= 100 TeV ModifiedTsai
Rayl: for gamma SubType=11 BuildTable=1
Lambda table from 10 eV to 100 keV, 20 bins/decade, spline: 0
LambdaPrime table from 100 keV to 100 TeV in 180 bins
===== EM models for the G4Region DefaultRegionForTheWorld ======
LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator
msc: for e- SubType= 10
===== EM models for the G4Region DefaultRegionForTheWorld ======
UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV
StepLim=SafetyPlus Rfact=0.03 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm
eIoni: for e- XStype:1 SubType=2
dE/dx and range tables from 10 eV to 100 TeV in 260 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1
StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
MollerBhabha : Emin= 0 eV Emax= 100 TeV deltaVI
eBrem: for e- XStype:4 SubType=3
dE/dx and range tables from 10 eV to 100 TeV in 260 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1
LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000
===== EM models for the G4Region DefaultRegionForTheWorld ======
eBremSB : Emin= 0 eV Emax= 1 GeV AngularGen2BS
eBremLPM : Emin= 1 GeV Emax= 100 TeV AngularGen2BS
ePairProd: for e- XStype:1 SubType=4
dE/dx and range tables from 10 eV to 100 TeV in 260 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0
Sampling table 25x1001 from 0.1 GeV to 100 TeV
===== EM models for the G4Region DefaultRegionForTheWorld ======
ePairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi
msc: for e+ SubType= 10
===== EM models for the G4Region DefaultRegionForTheWorld ======
UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV
StepLim=SafetyPlus Rfact=0.03 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm
eIoni: for e+ XStype:1 SubType=2
dE/dx and range tables from 10 eV to 100 TeV in 260 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1
StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
MollerBhabha : Emin= 0 eV Emax= 100 TeV deltaVI
eBrem: for e+ XStype:4 SubType=3
dE/dx and range tables from 10 eV to 100 TeV in 260 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1
LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000
===== EM models for the G4Region DefaultRegionForTheWorld ======
eBremSB : Emin= 0 eV Emax= 1 GeV AngularGen2BS
eBremLPM : Emin= 1 GeV Emax= 100 TeV AngularGen2BS
ePairProd: for e+ XStype:1 SubType=4
dE/dx and range tables from 10 eV to 100 TeV in 260 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0
Sampling table 25x1001 from 0.1 GeV to 100 TeV
===== EM models for the G4Region DefaultRegionForTheWorld ======
ePairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi
annihil: for e+ XStype:2 SubType=5 BuildTable=0
===== EM models for the G4Region DefaultRegionForTheWorld ======
eplus2gg : Emin= 0 eV Emax= 100 TeV
msc: for proton SubType= 10
===== EM models for the G4Region DefaultRegionForTheWorld ======
UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm
hIoni: for proton XStype:1 SubType=2
dE/dx and range tables from 10 eV to 100 TeV in 260 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1
StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
Bragg : Emin= 0 eV Emax= 2 MeV deltaVI
BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI
hBrems: for proton XStype:1 SubType=3
dE/dx and range tables from 10 eV to 100 TeV in 260 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
hPairProd: for proton XStype:1 SubType=4
dE/dx and range tables from 10 eV to 100 TeV in 260 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0
Sampling table 17x1001 from 7.50618 GeV to 100 TeV
===== EM models for the G4Region DefaultRegionForTheWorld ======
hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi
nuclearStopping: for proton SubType=8 BuildTable=0
===== EM models for the G4Region DefaultRegionForTheWorld ======
ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV
======================================================================
====== Radioactive Decay Physics Parameters =======
======================================================================
Max life time 1.4427e+06 ps
Internal e- conversion flag 1
Stored internal conversion coefficients 1
Enable correlated gamma emission 0
Max 2J for sampling of angular correlations 10
Atomic de-excitation enabled 1
Auger electron emission enabled 1
Check EM cuts disabled for atomic de-excitation 1
Use Bearden atomic level energies 0
Use ANSTO fluorescence model 0
Threshold for very long decay time at rest 1e+27 ns
======================================================================
msc: for GenericIon SubType= 10
===== EM models for the G4Region DefaultRegionForTheWorld ======
UrbanMsc : Emin= 0 eV Emax= 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm
ionIoni: for GenericIon XStype:1 SubType=2
dE/dx and range tables from 10 eV to 100 TeV in 260 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1
StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02
===== EM models for the G4Region DefaultRegionForTheWorld ======
ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI
nuclearStopping: for GenericIon SubType=8 BuildTable=0
===== EM models for the G4Region DefaultRegionForTheWorld ======
ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV
msc: for alpha SubType= 10
===== EM models for the G4Region DefaultRegionForTheWorld ======
UrbanMsc : Emin= 0 eV Emax= 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm
ionIoni: for alpha XStype:1 SubType=2
dE/dx and range tables from 10 eV to 100 TeV in 260 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1
StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02
===== EM models for the G4Region DefaultRegionForTheWorld ======
BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI
BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI
nuclearStopping: for alpha SubType=8 BuildTable=0
===== EM models for the G4Region DefaultRegionForTheWorld ======
ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV
msc: for anti_proton SubType= 10
===== EM models for the G4Region DefaultRegionForTheWorld ======
UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm
hIoni: for anti_proton XStype:1 SubType=2
dE/dx and range tables from 10 eV to 100 TeV in 260 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1
StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI
BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI
hBrems: for anti_proton XStype:1 SubType=3
dE/dx and range tables from 10 eV to 100 TeV in 260 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
hPairProd: for anti_proton XStype:1 SubType=4
dE/dx and range tables from 10 eV to 100 TeV in 260 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0
Sampling table 17x1001 from 7.50618 GeV to 100 TeV
===== EM models for the G4Region DefaultRegionForTheWorld ======
hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi
msc: for kaon+ SubType= 10
===== EM models for the G4Region DefaultRegionForTheWorld ======
UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm
hIoni: for kaon+ XStype:1 SubType=2
dE/dx and range tables from 10 eV to 100 TeV in 260 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1
StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI
BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI
hBrems: for kaon+ XStype:1 SubType=3
dE/dx and range tables from 10 eV to 100 TeV in 260 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
hPairProd: for kaon+ XStype:1 SubType=4
dE/dx and range tables from 10 eV to 100 TeV in 260 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0
Sampling table 18x1001 from 3.94942 GeV to 100 TeV
===== EM models for the G4Region DefaultRegionForTheWorld ======
hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi
msc: for kaon- SubType= 10
===== EM models for the G4Region DefaultRegionForTheWorld ======
UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm
hIoni: for kaon- XStype:1 SubType=2
dE/dx and range tables from 10 eV to 100 TeV in 260 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1
StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI
BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI
hBrems: for kaon- XStype:1 SubType=3
dE/dx and range tables from 10 eV to 100 TeV in 260 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
hPairProd: for kaon- XStype:1 SubType=4
dE/dx and range tables from 10 eV to 100 TeV in 260 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0
Sampling table 18x1001 from 3.94942 GeV to 100 TeV
===== EM models for the G4Region DefaultRegionForTheWorld ======
hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi
msc: for mu+ SubType= 10
===== EM models for the G4Region DefaultRegionForTheWorld ======
UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm
muIoni: for mu+ XStype:1 SubType=2
dE/dx and range tables from 10 eV to 100 TeV in 260 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1
StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
Bragg : Emin= 0 eV Emax= 200 keV deltaVI
BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI
MuBetheBloch : Emin= 1 GeV Emax= 100 TeV
muBrems: for mu+ XStype:1 SubType=3
dE/dx and range tables from 10 eV to 100 TeV in 260 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
muPairProd: for mu+ XStype:1 SubType=4
dE/dx and range tables from 10 eV to 100 TeV in 260 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0
Sampling table 21x1001 from 1 GeV to 100 TeV
===== EM models for the G4Region DefaultRegionForTheWorld ======
muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi
msc: for mu- SubType= 10
===== EM models for the G4Region DefaultRegionForTheWorld ======
UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm
muIoni: for mu- XStype:1 SubType=2
dE/dx and range tables from 10 eV to 100 TeV in 260 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1
StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI
BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI
MuBetheBloch : Emin= 1 GeV Emax= 100 TeV
muBrems: for mu- XStype:1 SubType=3
dE/dx and range tables from 10 eV to 100 TeV in 260 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
muPairProd: for mu- XStype:1 SubType=4
dE/dx and range tables from 10 eV to 100 TeV in 260 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0
Sampling table 21x1001 from 1 GeV to 100 TeV
===== EM models for the G4Region DefaultRegionForTheWorld ======
muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi
msc: for pi+ SubType= 10
===== EM models for the G4Region DefaultRegionForTheWorld ======
UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm
hIoni: for pi+ XStype:1 SubType=2
dE/dx and range tables from 10 eV to 100 TeV in 260 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1
StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
Bragg : Emin= 0 eV Emax=297.505 keV deltaVI
BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI
hBrems: for pi+ XStype:1 SubType=3
dE/dx and range tables from 10 eV to 100 TeV in 260 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
hPairProd: for pi+ XStype:1 SubType=4
dE/dx and range tables from 10 eV to 100 TeV in 260 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0
Sampling table 20x1001 from 1.11656 GeV to 100 TeV
===== EM models for the G4Region DefaultRegionForTheWorld ======
hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi
msc: for pi- SubType= 10
===== EM models for the G4Region DefaultRegionForTheWorld ======
UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm
hIoni: for pi- XStype:1 SubType=2
dE/dx and range tables from 10 eV to 100 TeV in 260 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1
StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI
BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI
hBrems: for pi- XStype:1 SubType=3
dE/dx and range tables from 10 eV to 100 TeV in 260 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
hPairProd: for pi- XStype:1 SubType=4
dE/dx and range tables from 10 eV to 100 TeV in 260 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0
Sampling table 20x1001 from 1.11656 GeV to 100 TeV
===== EM models for the G4Region DefaultRegionForTheWorld ======
hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi
Region <DefaultRegionForTheWorld> -- -- appears in <world_physicalV> world volume
This region is in the mass world.
Root logical volume(s) : world_logicalV
Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]
Materials : G4_AIR G4_Al G4_POLYETHYLENE GSO
Production cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um
Region <DefaultRegionForParallelWorld> -- -- is not associated to any world.
Root logical volume(s) :
Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]
Materials :
Production cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um
========= Table of registered couples ============================
Index : 0 used in the geometry : Yes
Material : G4_AIR
Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um
Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV
Region(s) which use this couple :
DefaultRegionForTheWorld
Index : 1 used in the geometry : Yes
Material : G4_Al
Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um
Energy thresholds : gamma 2.34147 keV e- 131.214 keV e+ 128.744 keV proton 10 keV
Region(s) which use this couple :
DefaultRegionForTheWorld
Index : 2 used in the geometry : Yes
Material : G4_POLYETHYLENE
Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um
Energy thresholds : gamma 1 keV e- 85.2799 keV e+ 84.1824 keV proton 10 keV
Region(s) which use this couple :
DefaultRegionForTheWorld
Index : 3 used in the geometry : Yes
Material : GSO
Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um
Energy thresholds : gamma 12.1658 keV e- 196.357 keV e+ 191.153 keV proton 10 keV
Region(s) which use this couple :
DefaultRegionForTheWorld
==================================================================
Start closing geometry.
G4GeometryManager::ReportVoxelStats -- Voxel Statistics
Total memory consumed for geometry optimisation: 475 kByte
Total CPU time elapsed for geometry optimisation: 0.01 seconds
Voxelisation: top CPU users:
Percent Total CPU System CPU Memory Volume
------- ---------- ---------- -------- ----------
100.00 0.01 0.00 69k world_logicalV
0.00 0.00 0.00 406k airBox_logicalV
Voxelisation: top memory users:
Percent Memory Heads Nodes Pointers Total CPU Volume
------- -------- ------ ------ -------- ---------- ----------
85.51 406k 931 5788 8898 0.00 airBox_logicalV
14.49 68k 182 683 3080 0.01 world_logicalV
### Run 0 starts.
### Begin of Run 0 start.
--------- Ranecu engine status ---------
Initial seed (index) = 0
Current couple of seeds = 1140500198, 1822882361
----------------------------------------
---> Begin of event: 0
---> End of event: 0
---> Begin of event: 100000
---> End of event: 100000
---> Begin of event: 200000
---> End of event: 200000
---> Begin of event: 300000
---> End of event: 300000
---> Begin of event: 400000
---> End of event: 400000
---> Begin of event: 500000
---> End of event: 500000
---> Begin of event: 600000
---> End of event: 600000
---> Begin of event: 700000
---> End of event: 700000
---> Begin of event: 800000
---> End of event: 800000
---> Begin of event: 900000
---> End of event: 900000
Run terminated.
Run Summary
Number of events processed : 1000000
User=131.630000s Real=136.199126s Sys=1.870000s
### End of Run (1000000 events)
G4 kernel has come to Quit state.
UserDetectorConstruction deleted.
UserPhysicsList deleted.
UserActionInitialization deleted.
UserWorkerInitialization deleted.
UserWorkerThreadInitialization deleted.
UserRunAction deleted.
UserPrimaryGenerator deleted.
RunManager is deleting RunManagerKernel.
G4SDManager deleted.
EventManager deleted.
Units table cleared.
TransportationManager deleted.
Total navigation history collections cleaned: 14
G4RNGHelper object is deleted.
================== Deleting memory pools ===================
Pool ID '20G4NavigationLevelRep', size : 0.0202 MB
Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB
Pool ID '16G4SmartVoxelNode', size : 0.201 MB
Pool ID '17G4SmartVoxelProxy', size : 0.116 MB
Pool ID '7G4Event', size : 0.000961 MB
Pool ID '15G4PrimaryVertex', size : 0.000961 MB
Pool ID '17G4PrimaryParticle', size : 0.000961 MB
Pool ID '17G4DynamicParticle', size : 0.0115 MB
Pool ID '19G4ElectronOccupancy', size : 0.000961 MB
Pool ID '7G4Track', size : 0.0221 MB
Pool ID '18G4TouchableHistory', size : 0.00192 MB
Pool ID '15G4CountedObjectIvE', size : 0.000961 MB
Number of memory pools allocated: 12 of which, static: 0
Dynamic pools deleted: 12 / Total memory freed: 0.38 MB
============================================================
G4Allocator objects are deleted.
UImanager deleted.
StateManager deleted.
RunManagerKernel is deleted. Good bye :)
RunManager is deleted.
+6 -1
View File
@@ -15,10 +15,15 @@ committal in the CVS repository !
----------------------------------------------------------
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
14.02.2022, G.Cosmo eRosita-V10-07-02
eRositaTrackerSD: fixed compilation warning on Intel-icx compiler
for unused variable.
12.05.2021, A.Polsini,F.Longo eRosita-V10-07-01
Migration to multithreading (MT) mode
-24.05.2021, B. Morgan (eRosita-V10-07-00)
24.05.2021, B. Morgan (eRosita-V10-07-00)
Bump required CMake version range to 3.12...3.20, matching core Geant4
-528
View File
@@ -1,528 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.9
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /Applications/CMake.app/Contents/bin/cmake
# The command to remove a file.
RM = /Applications/CMake.app/Contents/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /Users/mchan/Geant4/examples/advanced/eRosita
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /Users/mchan/Geant4/examples/advanced/eRosita
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target install/local
install/local: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/Applications/CMake.app/Contents/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local
# Special rule for the target install/local
install/local/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/Applications/CMake.app/Contents/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local/fast
# Special rule for the target install/strip
install/strip: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/Applications/CMake.app/Contents/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip
# Special rule for the target install/strip
install/strip/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/Applications/CMake.app/Contents/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip/fast
# Special rule for the target install
install: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/Applications/CMake.app/Contents/bin/cmake -P cmake_install.cmake
.PHONY : install
# Special rule for the target install
install/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/Applications/CMake.app/Contents/bin/cmake -P cmake_install.cmake
.PHONY : install/fast
# Special rule for the target list_install_components
list_install_components:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
.PHONY : list_install_components
# Special rule for the target list_install_components
list_install_components/fast: list_install_components
.PHONY : list_install_components/fast
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/Applications/CMake.app/Contents/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
/Applications/CMake.app/Contents/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : edit_cache
# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast
# The main all target
all: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /Users/mchan/Geant4/examples/advanced/eRosita/CMakeFiles /Users/mchan/Geant4/examples/advanced/eRosita/CMakeFiles/progress.marks
$(MAKE) -f CMakeFiles/Makefile2 all
$(CMAKE_COMMAND) -E cmake_progress_start /Users/mchan/Geant4/examples/advanced/eRosita/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
$(MAKE) -f CMakeFiles/Makefile2 clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
$(MAKE) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
$(MAKE) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall/fast
# clear depends
depend:
$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
#=============================================================================
# Target rules for targets named eRosita
# Build rule for target.
eRosita: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 eRosita
.PHONY : eRosita
# fast build rule for target.
eRosita/fast:
$(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/build
.PHONY : eRosita/fast
application/src/AnalysisManager.o: application/src/AnalysisManager.cc.o
.PHONY : application/src/AnalysisManager.o
# target to build an object file
application/src/AnalysisManager.cc.o:
$(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/AnalysisManager.cc.o
.PHONY : application/src/AnalysisManager.cc.o
application/src/AnalysisManager.i: application/src/AnalysisManager.cc.i
.PHONY : application/src/AnalysisManager.i
# target to preprocess a source file
application/src/AnalysisManager.cc.i:
$(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/AnalysisManager.cc.i
.PHONY : application/src/AnalysisManager.cc.i
application/src/AnalysisManager.s: application/src/AnalysisManager.cc.s
.PHONY : application/src/AnalysisManager.s
# target to generate assembly for a file
application/src/AnalysisManager.cc.s:
$(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/AnalysisManager.cc.s
.PHONY : application/src/AnalysisManager.cc.s
application/src/eRositaDetectorConstruction.o: application/src/eRositaDetectorConstruction.cc.o
.PHONY : application/src/eRositaDetectorConstruction.o
# target to build an object file
application/src/eRositaDetectorConstruction.cc.o:
$(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaDetectorConstruction.cc.o
.PHONY : application/src/eRositaDetectorConstruction.cc.o
application/src/eRositaDetectorConstruction.i: application/src/eRositaDetectorConstruction.cc.i
.PHONY : application/src/eRositaDetectorConstruction.i
# target to preprocess a source file
application/src/eRositaDetectorConstruction.cc.i:
$(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaDetectorConstruction.cc.i
.PHONY : application/src/eRositaDetectorConstruction.cc.i
application/src/eRositaDetectorConstruction.s: application/src/eRositaDetectorConstruction.cc.s
.PHONY : application/src/eRositaDetectorConstruction.s
# target to generate assembly for a file
application/src/eRositaDetectorConstruction.cc.s:
$(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaDetectorConstruction.cc.s
.PHONY : application/src/eRositaDetectorConstruction.cc.s
application/src/eRositaEventAction.o: application/src/eRositaEventAction.cc.o
.PHONY : application/src/eRositaEventAction.o
# target to build an object file
application/src/eRositaEventAction.cc.o:
$(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaEventAction.cc.o
.PHONY : application/src/eRositaEventAction.cc.o
application/src/eRositaEventAction.i: application/src/eRositaEventAction.cc.i
.PHONY : application/src/eRositaEventAction.i
# target to preprocess a source file
application/src/eRositaEventAction.cc.i:
$(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaEventAction.cc.i
.PHONY : application/src/eRositaEventAction.cc.i
application/src/eRositaEventAction.s: application/src/eRositaEventAction.cc.s
.PHONY : application/src/eRositaEventAction.s
# target to generate assembly for a file
application/src/eRositaEventAction.cc.s:
$(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaEventAction.cc.s
.PHONY : application/src/eRositaEventAction.cc.s
application/src/eRositaPhysicsList.o: application/src/eRositaPhysicsList.cc.o
.PHONY : application/src/eRositaPhysicsList.o
# target to build an object file
application/src/eRositaPhysicsList.cc.o:
$(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaPhysicsList.cc.o
.PHONY : application/src/eRositaPhysicsList.cc.o
application/src/eRositaPhysicsList.i: application/src/eRositaPhysicsList.cc.i
.PHONY : application/src/eRositaPhysicsList.i
# target to preprocess a source file
application/src/eRositaPhysicsList.cc.i:
$(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaPhysicsList.cc.i
.PHONY : application/src/eRositaPhysicsList.cc.i
application/src/eRositaPhysicsList.s: application/src/eRositaPhysicsList.cc.s
.PHONY : application/src/eRositaPhysicsList.s
# target to generate assembly for a file
application/src/eRositaPhysicsList.cc.s:
$(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaPhysicsList.cc.s
.PHONY : application/src/eRositaPhysicsList.cc.s
application/src/eRositaPrimaryGeneratorAction.o: application/src/eRositaPrimaryGeneratorAction.cc.o
.PHONY : application/src/eRositaPrimaryGeneratorAction.o
# target to build an object file
application/src/eRositaPrimaryGeneratorAction.cc.o:
$(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaPrimaryGeneratorAction.cc.o
.PHONY : application/src/eRositaPrimaryGeneratorAction.cc.o
application/src/eRositaPrimaryGeneratorAction.i: application/src/eRositaPrimaryGeneratorAction.cc.i
.PHONY : application/src/eRositaPrimaryGeneratorAction.i
# target to preprocess a source file
application/src/eRositaPrimaryGeneratorAction.cc.i:
$(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaPrimaryGeneratorAction.cc.i
.PHONY : application/src/eRositaPrimaryGeneratorAction.cc.i
application/src/eRositaPrimaryGeneratorAction.s: application/src/eRositaPrimaryGeneratorAction.cc.s
.PHONY : application/src/eRositaPrimaryGeneratorAction.s
# target to generate assembly for a file
application/src/eRositaPrimaryGeneratorAction.cc.s:
$(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaPrimaryGeneratorAction.cc.s
.PHONY : application/src/eRositaPrimaryGeneratorAction.cc.s
application/src/eRositaRunAction.o: application/src/eRositaRunAction.cc.o
.PHONY : application/src/eRositaRunAction.o
# target to build an object file
application/src/eRositaRunAction.cc.o:
$(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaRunAction.cc.o
.PHONY : application/src/eRositaRunAction.cc.o
application/src/eRositaRunAction.i: application/src/eRositaRunAction.cc.i
.PHONY : application/src/eRositaRunAction.i
# target to preprocess a source file
application/src/eRositaRunAction.cc.i:
$(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaRunAction.cc.i
.PHONY : application/src/eRositaRunAction.cc.i
application/src/eRositaRunAction.s: application/src/eRositaRunAction.cc.s
.PHONY : application/src/eRositaRunAction.s
# target to generate assembly for a file
application/src/eRositaRunAction.cc.s:
$(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaRunAction.cc.s
.PHONY : application/src/eRositaRunAction.cc.s
application/src/eRositaSteppingAction.o: application/src/eRositaSteppingAction.cc.o
.PHONY : application/src/eRositaSteppingAction.o
# target to build an object file
application/src/eRositaSteppingAction.cc.o:
$(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaSteppingAction.cc.o
.PHONY : application/src/eRositaSteppingAction.cc.o
application/src/eRositaSteppingAction.i: application/src/eRositaSteppingAction.cc.i
.PHONY : application/src/eRositaSteppingAction.i
# target to preprocess a source file
application/src/eRositaSteppingAction.cc.i:
$(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaSteppingAction.cc.i
.PHONY : application/src/eRositaSteppingAction.cc.i
application/src/eRositaSteppingAction.s: application/src/eRositaSteppingAction.cc.s
.PHONY : application/src/eRositaSteppingAction.s
# target to generate assembly for a file
application/src/eRositaSteppingAction.cc.s:
$(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaSteppingAction.cc.s
.PHONY : application/src/eRositaSteppingAction.cc.s
application/src/eRositaSteppingVerbose.o: application/src/eRositaSteppingVerbose.cc.o
.PHONY : application/src/eRositaSteppingVerbose.o
# target to build an object file
application/src/eRositaSteppingVerbose.cc.o:
$(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaSteppingVerbose.cc.o
.PHONY : application/src/eRositaSteppingVerbose.cc.o
application/src/eRositaSteppingVerbose.i: application/src/eRositaSteppingVerbose.cc.i
.PHONY : application/src/eRositaSteppingVerbose.i
# target to preprocess a source file
application/src/eRositaSteppingVerbose.cc.i:
$(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaSteppingVerbose.cc.i
.PHONY : application/src/eRositaSteppingVerbose.cc.i
application/src/eRositaSteppingVerbose.s: application/src/eRositaSteppingVerbose.cc.s
.PHONY : application/src/eRositaSteppingVerbose.s
# target to generate assembly for a file
application/src/eRositaSteppingVerbose.cc.s:
$(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaSteppingVerbose.cc.s
.PHONY : application/src/eRositaSteppingVerbose.cc.s
application/src/eRositaTrackerHit.o: application/src/eRositaTrackerHit.cc.o
.PHONY : application/src/eRositaTrackerHit.o
# target to build an object file
application/src/eRositaTrackerHit.cc.o:
$(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaTrackerHit.cc.o
.PHONY : application/src/eRositaTrackerHit.cc.o
application/src/eRositaTrackerHit.i: application/src/eRositaTrackerHit.cc.i
.PHONY : application/src/eRositaTrackerHit.i
# target to preprocess a source file
application/src/eRositaTrackerHit.cc.i:
$(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaTrackerHit.cc.i
.PHONY : application/src/eRositaTrackerHit.cc.i
application/src/eRositaTrackerHit.s: application/src/eRositaTrackerHit.cc.s
.PHONY : application/src/eRositaTrackerHit.s
# target to generate assembly for a file
application/src/eRositaTrackerHit.cc.s:
$(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaTrackerHit.cc.s
.PHONY : application/src/eRositaTrackerHit.cc.s
application/src/eRositaTrackerSD.o: application/src/eRositaTrackerSD.cc.o
.PHONY : application/src/eRositaTrackerSD.o
# target to build an object file
application/src/eRositaTrackerSD.cc.o:
$(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaTrackerSD.cc.o
.PHONY : application/src/eRositaTrackerSD.cc.o
application/src/eRositaTrackerSD.i: application/src/eRositaTrackerSD.cc.i
.PHONY : application/src/eRositaTrackerSD.i
# target to preprocess a source file
application/src/eRositaTrackerSD.cc.i:
$(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaTrackerSD.cc.i
.PHONY : application/src/eRositaTrackerSD.cc.i
application/src/eRositaTrackerSD.s: application/src/eRositaTrackerSD.cc.s
.PHONY : application/src/eRositaTrackerSD.s
# target to generate assembly for a file
application/src/eRositaTrackerSD.cc.s:
$(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaTrackerSD.cc.s
.PHONY : application/src/eRositaTrackerSD.cc.s
eRosita.o: eRosita.cc.o
.PHONY : eRosita.o
# target to build an object file
eRosita.cc.o:
$(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/eRosita.cc.o
.PHONY : eRosita.cc.o
eRosita.i: eRosita.cc.i
.PHONY : eRosita.i
# target to preprocess a source file
eRosita.cc.i:
$(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/eRosita.cc.i
.PHONY : eRosita.cc.i
eRosita.s: eRosita.cc.s
.PHONY : eRosita.s
# target to generate assembly for a file
eRosita.cc.s:
$(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/eRosita.cc.s
.PHONY : eRosita.cc.s
# Help Target
help:
@echo "The following are some of the valid targets for this Makefile:"
@echo "... all (the default if no target is provided)"
@echo "... clean"
@echo "... depend"
@echo "... install/local"
@echo "... install/strip"
@echo "... install"
@echo "... list_install_components"
@echo "... rebuild_cache"
@echo "... edit_cache"
@echo "... eRosita"
@echo "... application/src/AnalysisManager.o"
@echo "... application/src/AnalysisManager.i"
@echo "... application/src/AnalysisManager.s"
@echo "... application/src/eRositaDetectorConstruction.o"
@echo "... application/src/eRositaDetectorConstruction.i"
@echo "... application/src/eRositaDetectorConstruction.s"
@echo "... application/src/eRositaEventAction.o"
@echo "... application/src/eRositaEventAction.i"
@echo "... application/src/eRositaEventAction.s"
@echo "... application/src/eRositaPhysicsList.o"
@echo "... application/src/eRositaPhysicsList.i"
@echo "... application/src/eRositaPhysicsList.s"
@echo "... application/src/eRositaPrimaryGeneratorAction.o"
@echo "... application/src/eRositaPrimaryGeneratorAction.i"
@echo "... application/src/eRositaPrimaryGeneratorAction.s"
@echo "... application/src/eRositaRunAction.o"
@echo "... application/src/eRositaRunAction.i"
@echo "... application/src/eRositaRunAction.s"
@echo "... application/src/eRositaSteppingAction.o"
@echo "... application/src/eRositaSteppingAction.i"
@echo "... application/src/eRositaSteppingAction.s"
@echo "... application/src/eRositaSteppingVerbose.o"
@echo "... application/src/eRositaSteppingVerbose.i"
@echo "... application/src/eRositaSteppingVerbose.s"
@echo "... application/src/eRositaTrackerHit.o"
@echo "... application/src/eRositaTrackerHit.i"
@echo "... application/src/eRositaTrackerHit.s"
@echo "... application/src/eRositaTrackerSD.o"
@echo "... application/src/eRositaTrackerSD.i"
@echo "... application/src/eRositaTrackerSD.s"
@echo "... eRosita.o"
@echo "... eRosita.i"
@echo "... eRosita.s"
.PHONY : help
#=============================================================================
# Special targets to cleanup operation of make.
# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system
@@ -105,21 +105,8 @@ void eRositaTrackerSD::EndOfEvent(G4HCofThisEvent*)
}
// ofstream out("ASCII");
//if (!out.is_open())
// {
// G4cout <<"...opening ASCII file failed";
// }
double eTot = 0.;
for (G4int i=0; i<NbHits; i++)
{
(*trackerCollection)[i]->PrintToFile();
eTot += (*trackerCollection)[i]->GetEdep();
};
// if (eTot > 0.) AnalysisManager::Instance()->ScoreTot(eTot);
//out.close();
}
}
+3 -3
View File
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-00-patch-01 (8-March-2022)
Geant4 version Name: geant4-11-00-patch-02 (25-May-2022)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -323,9 +323,9 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics
Run terminated.
Run Summary
Number of events processed : 10000
User=27.100000s Real=27.403839s Sys=0.000000s
User=31.090000s Real=31.396474s Sys=0.010000s
--- Run 0 (master) end.Event total count = 10000.
User=27.100000s Real=27.404293s Sys=0.000000s
User=31.090000s Real=31.397076s Sys=0.010000s
G4 kernel has come to Quit state.
UserDetectorConstruction deleted.
UserPhysicsList deleted.
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,203 @@
2.83000 1.19127051
3.13302 1.19605815
3.43223 1.20025793
3.73195 1.20083716
4.03218 1.20716685
4.33266 1.21503907
4.63289 1.21565336
4.93236 1.22036277
5.23233 1.22640181
5.53231 1.23277227
5.83279 1.23215461
6.13302 1.24313161
6.43248 1.24596279
6.73220 1.25513042
7.03294 1.26001301
7.33291 1.26463577
7.63289 1.27339981
7.93261 1.27515311
8.23283 1.28398706
8.53306 1.28821428
8.83278 1.30024836
9.13225 1.30344739
9.43248 1.31579891
9.73270 1.31956695
10.03268 1.32434253
10.33265 1.33155068
10.63288 1.33944766
10.93311 1.35157211
11.23283 1.35285381
11.53280 1.36276550
11.83303 1.36561297
12.13300 1.37302473
12.43298 1.38263799
12.73270 1.38867732
12.83252 1.38054150
13.03267 1.39479438
13.23308 1.40177768
13.43298 1.40642523
13.63287 1.41399200
13.83277 1.41480223
14.03267 1.42004773
14.23308 1.42990268
14.43272 1.42072265
14.63313 1.43836504
14.83277 1.44989982
15.03267 1.45164569
15.23282 1.46184596
15.43246 1.45760482
15.63287 1.46750956
15.83302 1.47462666
16.03317 1.48009552
16.23282 1.48796321
16.43297 1.49513778
16.63261 1.50246608
16.83302 1.51185142
17.03317 1.51802306
17.23307 1.52801534
17.43297 1.53525124
17.63287 1.54418982
17.83276 1.54492472
18.03317 1.56420970
18.23307 1.57171670
18.43297 1.57647357
18.63286 1.58998638
18.83276 1.59989980
19.03291 1.60548658
19.23281 1.61980560
19.43296 1.62816070
19.63312 1.62944882
19.83301 1.64849308
20.03317 1.64996817
20.23306 1.66863824
20.43271 1.67764099
20.63311 1.69094464
20.83301 1.69526655
21.03316 1.71848564
21.23306 1.72911076
21.43296 1.74527996
21.63311 1.75340963
21.83276 1.77348753
22.03316 1.79104759
22.23128 1.80249281
22.43296 1.82429050
22.63311 1.84183067
22.83250 1.85321256
22.93258 1.86545342
23.03316 1.87446186
23.13273 1.88472760
23.23280 1.89372611
23.33313 1.89757601
23.43296 1.90990539
23.53252 1.92118614
23.63311 1.93062526
23.73217 1.94360545
23.83301 1.95330159
23.93283 1.96520631
24.03290 1.97618096
24.13247 1.98479106
24.23229 2.00200671
24.33288 2.01672462
24.43270 2.02298059
24.53278 2.04096272
24.63311 2.05395612
24.73217 2.06500870
24.83275 2.07972031
24.93283 2.09309829
25.03290 2.10789938
25.13298 2.12531626
25.23204 2.13764160
25.33288 2.15467386
25.43244 2.17851852
25.53303 2.19319304
25.63260 2.21371490
25.73267 2.23175362
25.83275 2.24818581
25.93257 2.26679014
26.03290 2.28681139
26.13196 2.30670460
26.23254 2.32851515
26.33287 2.34634619
26.43270 2.36599401
26.53277 2.39151846
26.63310 2.41427921
26.73242 2.44757978
26.83275 2.47402597
26.93308 2.50065524
27.03315 2.52998366
27.13272 2.56235662
27.23229 2.59075696
27.33262 2.62659453
27.43295 2.66052686
27.53226 2.69742151
27.63158 2.73333509
27.73292 2.77261216
27.83249 2.81621375
27.93307 2.85576240
28.03290 2.90265440
28.13297 2.94925613
28.23279 2.99109855
28.33312 3.03626471
28.43218 3.08289835
28.53302 3.14701438
28.63284 3.21113110
28.73267 3.27978980
28.83223 3.35854342
28.93282 3.43154626
29.03289 3.52010630
29.13272 3.62501730
29.23254 3.74397380
29.33312 3.87054638
29.43269 4.01363438
29.53251 4.18010753
29.63284 4.35492033
29.73241 4.54544455
29.83299 4.74712893
29.93307 4.95624315
30.03238 5.16575517
30.13297 5.16691417
30.23279 5.18690693
30.33287 5.01038238
30.53302 4.81064279
30.63284 4.29339952
30.73266 3.71160520
30.83223 3.10374924
30.93281 2.46022989
31.03314 1.86821525
31.13271 1.31102022
31.23279 0.89458176
31.33286 0.54620642
31.43243 0.32023949
31.53200 0.17508132
31.63309 0.08822773
31.73317 0.04228641
31.83299 0.01774494
31.93281 0.00717772
32.03314 0.00287175
32.13271 0.00133736
32.23253 0.00002863
32.33235 0.00000000
32.43294 0.00000000
32.53251 0.00000000
32.63207 0.00000000
32.73215 0.00000000
32.83223 0.00000000
32.93281 0.00000000
33.03289 0.00000000
33.13271 0.00000000
33.23202 0.00000000
33.33286 -0.00002873
33.43192 -0.00002983
33.53276 0.00000000
33.63258 -0.00002894
33.73266 0.00000000
33.83299 0.00000000
33.93230 0.00000000
34.03263 0.00000000
34.13271 0.00000000
34.23278 0.00000000
34.33286 0.00000000
34.43293 0.00000000
34.53276 0.00000000
34.63283 0.00000000
34.73291 0.00000000
@@ -0,0 +1,698 @@
Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type...
############################################
!!! WARNING - FPE detection is activated !!!
############################################
################################
!!! G4Backtrace is activated !!!
################################
**************************************************************
Geant4 version Name: geant4-11-00-patch-02 (25-May-2022)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
: NIM A 835 (2016), 186-225
WWW : http://geant4.org/
**************************************************************
Activating geometry default
Going to register Parallel world...... done
Using HadrontherapyPhysicsList()
Visualization Manager instantiating with verbosity "warnings (3)"...
Visualization Manager initialising...
Registering graphics systems...
You have successfully registered the following graphics systems.
Registered graphics systems are:
ASCIITree (ATree)
DAWNFILE (DAWNFILE)
G4HepRepFile (HepRepFile)
RayTracer (RayTracer)
VRML2FILE (VRML2FILE)
gMocrenFile (gMocrenFile)
OpenGLImmediateQt (OGLIQt, OGLI)
OpenGLStoredQt (OGLSQt, OGL, OGLS)
OpenGLImmediateXm (OGLIXm, OGLIQt_FALLBACK)
OpenGLStoredXm (OGLSXm, OGLSQt_FALLBACK)
OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK)
OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK)
RayTracerX (RayTracerX)
Registering model factories...
You have successfully registered the following model factories.
Registered model factories:
generic
drawByAttribute
drawByCharge
drawByOriginVolume
drawByParticleID
drawByEncounteredVolume
Registered models:
None
Registered filter factories:
attributeFilter
chargeFilter
originVolumeFilter
particleFilter
encounteredVolumeFilter
Registered filters:
None
You have successfully registered the following user vis actions.
Run Duration User Vis Actions: none
End of Event User Vis Actions: none
End of Run User Vis Actions: none
Some /vis commands (optionally) take a string to specify colour.
"/vis/list" to see available colours.
/tracking/verbose 0
/run/verbose 1
/event/verbose 0
/Physics/addPhysics standard_opt4
THE FOLLOWING ELECTROMAGNETIC PHYSICS LIST HAS BEEN ACTIVATED: G4EmStandardPhysics_option4
/run/initialize
/run/geometryModified
HadrontherapyMatrix: Memory space to store physical dose into 200 voxels has been allocated
/run/geometryModified
The (X,Y,Z) dimensions of the phantom are : (40 cm ,40 cm ,40 cm )
The (X,Y,Z) dimensions of the detector are : (40 cm ,40 cm ,40 cm )
Displacement between Phantom and World is: DX= 20 cm DY= 0 fm DZ= 0 fm
The (X,Y,Z) sizes of the Voxels are: (200 um ,4 cm ,4 cm )
The number of Voxels along (X,Y,Z) is: (200,1,1)
--- G4CoupledTransportation is used
Warning : Region <DetectorLog> does not have specific production cuts,
even though it appears in the current tracking world.
Default cuts are used for this region.
/gps/pos/shape Circle
/gps/pos/centre -310. 0. 0. cm
/gps/pos/radius 0. mm
/gps/pos/sigma_r 2. mm
/gps/particle proton
/gps/pos/type Beam
/gps/pos/rot1 0 1 0
/gps/pos/rot2 0 0 1
/gps/ang/rot1 0 0 1
/gps/ang/rot2 0 1 0
/gps/ang/type beam1d
/gps/ang/sigma_r 0. deg
/gps/ene/type Gauss
/gps/ene/mono 62 MeV
/gps/ene/sigma 0.3 MeV
/Step/waterPhantomStepMax 1 mm
/changePhantom/size 40 40 40 cm
/changePhantom/position 20 0 0 cm
/changeDetector/size 4 4 4 cm
/changeDetector/voxelSize 1 40 40 mm
/changeDetector/displacement 0 18 18 cm
/changePhantom/update
HadrontherapyMatrix: Memory space to store physical dose into 40 voxels has been allocated
/run/geometryModified
The (X,Y,Z) dimensions of the phantom are : (40 cm ,40 cm ,40 cm )
The (X,Y,Z) dimensions of the detector are : (4 cm ,4 cm ,4 cm )
Displacement between Phantom and World is: DX= 20 cm DY= 0 fm DZ= 0 fm
The (X,Y,Z) sizes of the Voxels are: (1 mm ,4 cm ,4 cm )
The number of Voxels along (X,Y,Z) is: (40,1,1)
/event/printEventNumber 100
/run/beamOn 500
=======================================================================
====== Electromagnetic Physics Parameters ========
=======================================================================
LPM effect enabled 1
Enable creation and use of sampling tables 0
Apply cuts on all EM processes 0
Use general process 0
Enable linear polarisation for gamma 0
Enable sampling of quantum entanglement 0
X-section factor for integral approach 0.8
Min kinetic energy for tables 100 eV
Max kinetic energy for tables 100 TeV
Number of bins per decade of a table 20
Verbose level 1
Verbose level for worker thread 0
Bremsstrahlung energy threshold above which
primary e+- is added to the list of secondary 100 TeV
Bremsstrahlung energy threshold above which primary
muon/hadron is added to the list of secondary 100 TeV
Lowest triplet kinetic energy 1 MeV
Enable sampling of gamma linear polarisation 0
5D gamma conversion model type 0
5D gamma conversion model on isolated ion 0
Livermore data directory livermore
=======================================================================
====== Ionisation Parameters ========
=======================================================================
Step function for e+- (0.2, 0.01 mm)
Step function for muons/hadrons (0.1, 0.05 mm)
Step function for light ions (0.1, 0.02 mm)
Step function for general ions (0.1, 0.001 mm)
Lowest e+e- kinetic energy 100 eV
Lowest muon/hadron kinetic energy 1 keV
Fluctuations of dE/dx are enabled 1
Use ICRU90 data 1
Use built-in Birks satuaration 0
Build CSDA range enabled 0
Use cut as a final range enabled 0
Enable angular generator interface 1
Max kinetic energy for CSDA tables 1 GeV
Max kinetic energy for NIEL computation 1 MeV
Linear loss limit 0.01
Read data from file for e+e- pair production by mu 0
=======================================================================
====== Multiple Scattering Parameters ========
=======================================================================
Type of msc step limit algorithm for e+- 2
Type of msc step limit algorithm for muons/hadrons 0
Msc lateral displacement for e+- enabled 1
Msc lateral displacement for muons and hadrons 1
Urban msc model lateral displacement alg96 1
Range factor for msc step limit for e+- 0.08
Range factor for msc step limit for muons/hadrons 0.2
Geometry factor for msc step limitation of e+- 2.5
Safety factor for msc step limit for e+- 0.6
Skin parameter for msc step limitation of e+- 3
Lambda limit for msc step limit for e+- 1 mm
Use Mott correction for e- scattering 1
Factor used for dynamic computation of angular
limit between single and multiple scattering 1
Fixed angular limit between single
and multiple scattering 3.1416 rad
Upper energy limit for e+- multiple scattering 100 MeV
Type of electron single scattering model 0
Type of nuclear form-factor 1
Screening factor 1
=======================================================================
====== Atomic Deexcitation Parameters ========
=======================================================================
Fluorescence enabled 1
Fluorescence Bearden data files enabled 0
Fluorescence ANSTO data files enabled 0
Auger electron cascade enabled 0
PIXE atomic de-excitation enabled 0
De-excitation module ignores cuts 0
Type of PIXE cross section for hadrons Empirical
Type of PIXE cross section for e+- Livermore
=======================================================================
### === Deexcitation model UAtomDeexcitation is activated for 2 regions:
DefaultRegionForTheWorld 1 0 0
DetectorLog 1 0 0
### === Ignore cuts flag: 0
phot: for gamma SubType=12 BuildTable=0
LambdaPrime table from 200 keV to 100 TeV in 174 bins
===== EM models for the G4Region DefaultRegionForTheWorld ======
LivermorePhElectric : Emin= 0 eV Emax= 100 TeV SauterGavrila Fluo
compt: for gamma SubType=13 BuildTable=1
Lambda table from 100 eV to 1 MeV, 20 bins/decade, spline: 1
LambdaPrime table from 1 MeV to 100 TeV in 160 bins
===== EM models for the G4Region DefaultRegionForTheWorld ======
LowEPComptonModel : Emin= 0 eV Emax= 20 MeV Fluo
KleinNishina : Emin= 20 MeV Emax= 100 TeV Fluo
conv: for gamma SubType=14 BuildTable=1
Lambda table from 1.022 MeV to 100 TeV, 20 bins/decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
BetheHeitler5D : Emin= 0 eV Emax= 100 TeV ModifiedTsai
Rayl: for gamma SubType=11 BuildTable=1
Lambda table from 100 eV to 100 keV, 20 bins/decade, spline: 0
LambdaPrime table from 100 keV to 100 TeV in 180 bins
===== EM models for the G4Region DefaultRegionForTheWorld ======
LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator
msc: for e- SubType= 10
===== EM models for the G4Region DefaultRegionForTheWorld ======
GoudsmitSaunderson : Emin= 0 eV Emax= 100 MeV Nbins=120 100 eV - 100 MeV
StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm
WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV
StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm
eIoni: for e- XStype:1 SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 240 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1
StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
LowEnergyIoni : Emin= 0 eV Emax= 100 keV deltaVI
MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI
eBrem: for e- XStype:4 SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 240 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1
LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000
===== EM models for the G4Region DefaultRegionForTheWorld ======
eBremSB : Emin= 0 eV Emax= 1 GeV AngularGen2BS
eBremLPM : Emin= 1 GeV Emax= 100 TeV AngularGen2BS
ePairProd: for e- XStype:1 SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 240 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0
Sampling table 25x1001 from 0.1 GeV to 100 TeV
===== EM models for the G4Region DefaultRegionForTheWorld ======
ePairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi
CoulombScat: for e- XStype:1 SubType=1 BuildTable=1
Lambda table from 100 MeV to 100 TeV, 20 bins/decade, spline: 0
ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 100 MeV Emax= 100 TeV
msc: for e+ SubType= 10
===== EM models for the G4Region DefaultRegionForTheWorld ======
GoudsmitSaunderson : Emin= 0 eV Emax= 100 MeV Nbins=120 100 eV - 100 MeV
StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm
WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV
StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm
eIoni: for e+ XStype:1 SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 240 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1
StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
PenIoni : Emin= 0 eV Emax= 100 keV
MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI
eBrem: for e+ XStype:4 SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 240 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1
LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000
===== EM models for the G4Region DefaultRegionForTheWorld ======
eBremSB : Emin= 0 eV Emax= 1 GeV AngularGen2BS
eBremLPM : Emin= 1 GeV Emax= 100 TeV AngularGen2BS
ePairProd: for e+ XStype:1 SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 240 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0
Sampling table 25x1001 from 0.1 GeV to 100 TeV
===== EM models for the G4Region DefaultRegionForTheWorld ======
ePairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi
annihil: for e+ XStype:2 SubType=5 BuildTable=0
===== EM models for the G4Region DefaultRegionForTheWorld ======
eplus2gg : Emin= 0 eV Emax= 100 TeV
CoulombScat: for e+ XStype:1 SubType=1 BuildTable=1
Lambda table from 100 MeV to 100 TeV, 20 bins/decade, spline: 0
ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 100 MeV Emax= 100 TeV
msc: for proton SubType= 10
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm
hIoni: for proton XStype:1 SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 240 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1
StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
Bragg : Emin= 0 eV Emax= 2 MeV deltaVI
BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI
hBrems: for proton XStype:1 SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 240 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
hPairProd: for proton XStype:1 SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 240 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0
Sampling table 17x1001 from 7.50618 GeV to 100 TeV
===== EM models for the G4Region DefaultRegionForTheWorld ======
hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi
CoulombScat: for proton XStype:1 SubType=1 BuildTable=1
Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0
ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
nuclearStopping: for proton SubType=8 BuildTable=0
===== EM models for the G4Region DefaultRegionForTheWorld ======
ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV
msc: for GenericIon SubType= 10
===== EM models for the G4Region DefaultRegionForTheWorld ======
UrbanMsc : Emin= 0 eV Emax= 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm
ionIoni: for GenericIon XStype:1 SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 240 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1
StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02
===== EM models for the G4Region DefaultRegionForTheWorld ======
ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI
nuclearStopping: for GenericIon SubType=8 BuildTable=0
===== EM models for the G4Region DefaultRegionForTheWorld ======
ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV
msc: for alpha SubType= 10
===== EM models for the G4Region DefaultRegionForTheWorld ======
UrbanMsc : Emin= 0 eV Emax= 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm
ionIoni: for alpha XStype:1 SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 240 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1
StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02
===== EM models for the G4Region DefaultRegionForTheWorld ======
BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI
BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI
nuclearStopping: for alpha SubType=8 BuildTable=0
===== EM models for the G4Region DefaultRegionForTheWorld ======
ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV
msc: for anti_proton SubType= 10
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm
hIoni: for anti_proton XStype:1 SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 240 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1
StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI
BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI
hBrems: for anti_proton XStype:1 SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 240 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
hPairProd: for anti_proton XStype:1 SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 240 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0
Sampling table 17x1001 from 7.50618 GeV to 100 TeV
===== EM models for the G4Region DefaultRegionForTheWorld ======
hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi
CoulombScat: for anti_proton XStype:1 SubType=1 BuildTable=1
Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0
ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
msc: for kaon+ SubType= 10
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm
hIoni: for kaon+ XStype:1 SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 240 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1
StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI
BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI
hBrems: for kaon+ XStype:1 SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 240 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
hPairProd: for kaon+ XStype:1 SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 240 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0
Sampling table 18x1001 from 3.94942 GeV to 100 TeV
===== EM models for the G4Region DefaultRegionForTheWorld ======
hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi
CoulombScat: for kaon+ XStype:1 SubType=1 BuildTable=1
Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0
ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
msc: for kaon- SubType= 10
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm
hIoni: for kaon- XStype:1 SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 240 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1
StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI
BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI
hBrems: for kaon- XStype:1 SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 240 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
hPairProd: for kaon- XStype:1 SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 240 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0
Sampling table 18x1001 from 3.94942 GeV to 100 TeV
===== EM models for the G4Region DefaultRegionForTheWorld ======
hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi
CoulombScat: for kaon- XStype:1 SubType=1 BuildTable=1
Used Lambda table of kaon+
ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
msc: for mu+ SubType= 10
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm
muIoni: for mu+ XStype:1 SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 240 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1
StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
Bragg : Emin= 0 eV Emax= 200 keV deltaVI
BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI
MuBetheBloch : Emin= 1 GeV Emax= 100 TeV
muBrems: for mu+ XStype:1 SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 240 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
muPairProd: for mu+ XStype:1 SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 240 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0
Sampling table 21x1001 from 1 GeV to 100 TeV
===== EM models for the G4Region DefaultRegionForTheWorld ======
muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi
CoulombScat: for mu+ XStype:1 SubType=1 BuildTable=1
Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0
ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
msc: for mu- SubType= 10
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm
muIoni: for mu- XStype:1 SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 240 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1
StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI
BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI
MuBetheBloch : Emin= 1 GeV Emax= 100 TeV
muBrems: for mu- XStype:1 SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 240 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
muPairProd: for mu- XStype:1 SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 240 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0
Sampling table 21x1001 from 1 GeV to 100 TeV
===== EM models for the G4Region DefaultRegionForTheWorld ======
muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi
CoulombScat: for mu- XStype:1 SubType=1 BuildTable=1
Used Lambda table of mu+
ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
msc: for pi+ SubType= 10
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm
hIoni: for pi+ XStype:1 SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 240 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1
StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
Bragg : Emin= 0 eV Emax=297.505 keV deltaVI
BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI
hBrems: for pi+ XStype:1 SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 240 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
hPairProd: for pi+ XStype:1 SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 240 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0
Sampling table 20x1001 from 1.11656 GeV to 100 TeV
===== EM models for the G4Region DefaultRegionForTheWorld ======
hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi
CoulombScat: for pi+ XStype:1 SubType=1 BuildTable=1
Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0
ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
msc: for pi- SubType= 10
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm
hIoni: for pi- XStype:1 SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 240 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1
StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI
BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI
hBrems: for pi- XStype:1 SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 240 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
hPairProd: for pi- XStype:1 SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 240 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0
Sampling table 20x1001 from 1.11656 GeV to 100 TeV
===== EM models for the G4Region DefaultRegionForTheWorld ======
hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi
CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1
Used Lambda table of pi+
ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
========= Table of registered couples ============================
Index : 0 used in the geometry : Yes
Material : G4_AIR
Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm
Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 keV
Region(s) which use this couple :
DefaultRegionForTheWorld
Index : 1 used in the geometry : Yes
Material : G4_Al
Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm
Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 100 keV
Region(s) which use this couple :
DefaultRegionForTheWorld
Index : 2 used in the geometry : Yes
Material : G4_Galactic
Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm
Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 keV
Region(s) which use this couple :
DefaultRegionForTheWorld
Index : 3 used in the geometry : Yes
Material : G4_Ta
Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm
Energy thresholds : gamma 101.49 keV e- 2.01233 MeV e+ 1.87286 MeV proton 100 keV
Region(s) which use this couple :
DefaultRegionForTheWorld
Index : 4 used in the geometry : Yes
Material : G4_KAPTON
Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm
Energy thresholds : gamma 2.97277 keV e- 419.485 keV e+ 406.695 keV proton 100 keV
Region(s) which use this couple :
DefaultRegionForTheWorld
Index : 5 used in the geometry : Yes
Material : Brass
Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm
Energy thresholds : gamma 24.3032 keV e- 1.32652 MeV e+ 1.25172 MeV proton 100 keV
Region(s) which use this couple :
DefaultRegionForTheWorld
Index : 6 used in the geometry : Yes
Material : G4_PLEXIGLASS
Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm
Energy thresholds : gamma 2.77823 keV e- 389.155 keV e+ 377.936 keV proton 100 keV
Region(s) which use this couple :
DefaultRegionForTheWorld
Index : 7 used in the geometry : Yes
Material : G4_Cu
Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm
Energy thresholds : gamma 24.8201 keV e- 1.40308 MeV e+ 1.3229 MeV proton 100 keV
Region(s) which use this couple :
DefaultRegionForTheWorld
Index : 8 used in the geometry : Yes
Material : G4_MYLAR
Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm
Energy thresholds : gamma 3.01263 keV e- 420.623 keV e+ 407.829 keV proton 100 keV
Region(s) which use this couple :
DefaultRegionForTheWorld
Index : 9 used in the geometry : Yes
Material : G4_WATER
Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm
Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 100 keV
Region(s) which use this couple :
DefaultRegionForTheWorld
DetectorLog
==================================================================
G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model.
See commands in /vis/modeling/trajectories/ for other options.
### Run 0 starts.
Run 0 starts ...
Run terminated.
Run Summary
Number of events processed : 500
User=5.110000s Real=5.234691s Sys=0.040000s
0 events have been kept for refreshing and/or reviewing.
"/vis/reviewKeptEvents" to review them one by one.
"/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated.
Graphics systems deleted.
Visualization Manager deleting...
The simulation took: 8.47869 s to run (real time)
Dose is being written to Dose.out
i j k Dose(Gy)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.41 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-00-patch-01 (8-March-2022)
Geant4 version Name: geant4-11-00-patch-02 (25-May-2022)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -899,48 +899,48 @@ See commands in /vis/modeling/trajectories/ for other options.
### Run 0 start.
Number of events = 100
Energy Total in Run:logicalBrain, ID: 0, Energy Deposition (MeV): 0
Energy Total in Run:logicalHead, ID: 1, Energy Deposition (MeV): 2.4093
Energy Total in Run:logicalHead, ID: 1, Energy Deposition (MeV): 3.27991
Energy Total in Run:logicalHeart, ID: 2, Energy Deposition (MeV): 0
Energy Total in Run:logicalLeftAdrenal, ID: 3, Energy Deposition (MeV): 0
Energy Total in Run:logicalLeftArmBone, ID: 4, Energy Deposition (MeV): 0.283148
Energy Total in Run:logicalLeftArmBone, ID: 4, Energy Deposition (MeV): 0
Energy Total in Run:logicalLeftBreast, ID: 5, Energy Deposition (MeV): 0
Energy Total in Run:logicalLeftClavicle, ID: 6, Energy Deposition (MeV): 0
Energy Total in Run:logicalLeftKidney, ID: 7, Energy Deposition (MeV): 0
Energy Total in Run:logicalLeftLeg, ID: 8, Energy Deposition (MeV): 11.6312
Energy Total in Run:logicalLeftLeg, ID: 8, Energy Deposition (MeV): 6.10904
Energy Total in Run:logicalLeftLegBone, ID: 9, Energy Deposition (MeV): 0
Energy Total in Run:logicalLeftLung, ID: 10, Energy Deposition (MeV): 0
Energy Total in Run:logicalLeftOvary, ID: 11, Energy Deposition (MeV): 0
Energy Total in Run:logicalLeftScapula, ID: 12, Energy Deposition (MeV): 0
Energy Total in Run:logicalLeftTeste, ID: 13, Energy Deposition (MeV): 0
Energy Total in Run:logicalLowerLargeIntestine, ID: 14, Energy Deposition (MeV): 0
Energy Total in Run:logicalMaleGenitalia, ID: 15, Energy Deposition (MeV): 0
Energy Total in Run:logicalMaleGenitalia, ID: 15, Energy Deposition (MeV): 1.48124
Energy Total in Run:logicalMiddleLowerSpine, ID: 16, Energy Deposition (MeV): 0
Energy Total in Run:logicalPancreas, ID: 17, Energy Deposition (MeV): 0
Energy Total in Run:logicalPelvis, ID: 18, Energy Deposition (MeV): 0
Energy Total in Run:logicalRibCage, ID: 19, Energy Deposition (MeV): 0
Energy Total in Run:logicalRibCage, ID: 19, Energy Deposition (MeV): 0.40293
Energy Total in Run:logicalRightAdrenal, ID: 20, Energy Deposition (MeV): 0
Energy Total in Run:logicalRightArmBone, ID: 21, Energy Deposition (MeV): 0
Energy Total in Run:logicalRightArmBone, ID: 21, Energy Deposition (MeV): 0.412839
Energy Total in Run:logicalRightBreast, ID: 22, Energy Deposition (MeV): 0
Energy Total in Run:logicalRightClavicle, ID: 23, Energy Deposition (MeV): 0
Energy Total in Run:logicalRightKidney, ID: 24, Energy Deposition (MeV): 0
Energy Total in Run:logicalRightLeg, ID: 25, Energy Deposition (MeV): 14.0665
Energy Total in Run:logicalRightLeg, ID: 25, Energy Deposition (MeV): 13.6904
Energy Total in Run:logicalRightLegBone, ID: 26, Energy Deposition (MeV): 0
Energy Total in Run:logicalRightLung, ID: 27, Energy Deposition (MeV): 0
Energy Total in Run:logicalRightOvary, ID: 28, Energy Deposition (MeV): 0
Energy Total in Run:logicalRightScapula, ID: 29, Energy Deposition (MeV): 0
Energy Total in Run:logicalRightTeste, ID: 30, Energy Deposition (MeV): 0
Energy Total in Run:logicalSkull, ID: 31, Energy Deposition (MeV): 0.469646
Energy Total in Run:logicalSkull, ID: 31, Energy Deposition (MeV): 0
Energy Total in Run:logicalSmallIntestine, ID: 32, Energy Deposition (MeV): 0
Energy Total in Run:logicalSpleen, ID: 33, Energy Deposition (MeV): 0
Energy Total in Run:logicalStomach, ID: 34, Energy Deposition (MeV): 0
Energy Total in Run:logicalThymus, ID: 35, Energy Deposition (MeV): 0
Energy Total in Run:logicalThyroid, ID: 36, Energy Deposition (MeV): 0
Energy Total in Run:logicalTrunk, ID: 37, Energy Deposition (MeV): 16.6241
Energy Total in Run:logicalTrunk, ID: 37, Energy Deposition (MeV): 33.2435
Energy Total in Run:logicalUpperLargeIntestine, ID: 38, Energy Deposition (MeV): 0
Energy Total in Run:logicalUpperSpine, ID: 39, Energy Deposition (MeV): 0
Energy Total in Run:logicalUrinaryBladder, ID: 40, Energy Deposition (MeV): 0
Energy Total in Run:logicalUterus, ID: 41, Energy Deposition (MeV): 0
Total Energy deposit in the body is: 45.4839 MeV
Total Energy deposit in the body is: 58.6199 MeV
0 events have been kept for refreshing and/or reviewing.
"/vis/reviewKeptEvents" to review them one by one.
"/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated.
@@ -10,7 +10,7 @@
**************************************************************
Geant4 version Name: geant4-11-00-patch-01 (8-March-2022)
Geant4 version Name: geant4-11-00-patch-02 (25-May-2022)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -585,7 +585,7 @@ Run 0 starts ...
Run terminated.
Run Summary
Number of events processed : 2000
User=10.390000s Real=17.951875s Sys=0.150000s
User=11.500000s Real=12.103455s Sys=0.200000s
0 events have been kept for refreshing and/or reviewing.
"/vis/reviewKeptEvents" to review them one by one.
"/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated.
@@ -595,6 +595,6 @@ Visualization Manager deleting...
G4 kernel has come to Quit state.
================== Deleting memory pools ===================
Number of memory pools allocated: 13 of which, static: 0
Dynamic pools deleted: 13 / Total memory freed: 0.2 MB
Dynamic pools deleted: 13 / Total memory freed: 0.21 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-00-patch-01 (8-March-2022)
Geant4 version Name: geant4-11-00-patch-02 (25-May-2022)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -989,13 +989,13 @@ Start closing geometry.
G4GeometryManager::ReportVoxelStats -- Voxel Statistics
Total memory consumed for geometry optimisation: 395 kByte
Total CPU time elapsed for geometry optimisation: 0.25 seconds
Total CPU time elapsed for geometry optimisation: 0.3 seconds
Voxelisation: top CPU users:
Percent Total CPU System CPU Memory Volume
------- ---------- ---------- -------- ----------
56.00 0.14 0.00 152k EmModuleLogical
44.00 0.11 0.00 238k HadModuleLogical
53.33 0.16 0.00 152k EmModuleLogical
46.67 0.14 0.00 238k HadModuleLogical
0.00 0.00 0.00 4k Mother
0.00 0.00 0.00 0k CryostatLogical
0.00 0.00 0.00 0k LArgLogical
@@ -1006,8 +1006,8 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics
Voxelisation: top memory users:
Percent Memory Heads Nodes Pointers Total CPU Volume
------- -------- ------ ------ -------- ---------- ----------
60.17 238k 1385 2370 3792 0.11 HadModuleLogical
38.50 152k 1129 1152 2426 0.14 EmModuleLogical
60.17 238k 1385 2370 3792 0.14 HadModuleLogical
38.50 152k 1129 1152 2426 0.16 EmModuleLogical
0.93 3k 8 42 146 0.00 Mother
0.12 0k 1 7 8 0.00 SolidWLogical
0.12 0k 1 7 8 0.00 CuPlateLogical
@@ -1025,352 +1025,352 @@ Read 2001 events from file data-tracks/tracks-20GeV.dat
---> Begin of event: 1
**** Primary : 1
Vertex : (5.55552,7.16569,32740)
Number of F1 Tiles with Positive energy : 49
Number of F1 Tiles with Positive energy : 40
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
1.79586 1.75055 1.70106
1.79517 1.75041 1.70071
Visible Energy in Hole Counter (MeV)
0 0
Visible Energy in Upstream Dead Materials
5.87574
Visible Energy in Tail Catcher Scintillator
0 0 0 0 0 0 0
Visible Energy in Tail Catcher Absorber
0 0 0 0 0 0
N Tracks out of world 3
N Secondaries 285
EmEdep is=19725.3 MeV
HadEdep is=0 MeV
Edep in FCAL1 FCAl2 : 19725.3 0
**** Primary : 2
Vertex : (-3.76032,10.9751,32740)
Number of F1 Tiles with Positive energy : 47
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
1.5871 2.0536 1.8972
Visible Energy in Hole Counter (MeV)
0 3.20066
Visible Energy in Upstream Dead Materials
7.06427
13.1313
Visible Energy in Tail Catcher Scintillator
0 0 0 0 0 0 0
Visible Energy in Tail Catcher Absorber
0 0 0 0 0 0
N Tracks out of world 4
N Secondaries 178
EmEdep is=19810.2 MeV
HadEdep is=1.58588 MeV
Edep in FCAL1 FCAl2 : 19810.2 1.58588
**** Primary : 3
Vertex : (13.1951,2.677,32740)
Number of F1 Tiles with Positive energy : 44
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
1.5352 1.62709 1.65963
Visible Energy in Hole Counter (MeV)
0 0
Visible Energy in Upstream Dead Materials
9.94408
Visible Energy in Tail Catcher Scintillator
0 0 0 0 0 0 0
Visible Energy in Tail Catcher Absorber
0 0 0 0 0 0
N Tracks out of world 0
N Secondaries 192
EmEdep is=19730.3 MeV
HadEdep is=0.000265077 MeV
Edep in FCAL1 FCAl2 : 19730.3 0.000265077
**** Primary : 4
Vertex : (-8.66148,-8.80731,32740)
Number of F1 Tiles with Positive energy : 46
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
1.59687 2.63995 1.70481
Visible Energy in Hole Counter (MeV)
0 3.56794
Visible Energy in Upstream Dead Materials
10.962
Visible Energy in Tail Catcher Scintillator
0 0 0 0 0 0 0
Visible Energy in Tail Catcher Absorber
0 0 0 0 0 0
N Tracks out of world 2
N Secondaries 95
EmEdep is=19859.5 MeV
HadEdep is=0.00922304 MeV
Edep in FCAL1 FCAl2 : 19859.5 0.00922304
**** Primary : 5
Vertex : (4.75859,7.01622,32740)
Number of F1 Tiles with Positive energy : 41
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
1.59222 1.96029 1.99422
Visible Energy in Hole Counter (MeV)
0 0
Visible Energy in Upstream Dead Materials
9.00402
Visible Energy in Tail Catcher Scintillator
0 0 0 0 0 0 0
Visible Energy in Tail Catcher Absorber
0 0 0 0 0 0
N Tracks out of world 5
N Secondaries 116
EmEdep is=19755.1 MeV
HadEdep is=3.85987 MeV
Edep in FCAL1 FCAl2 : 19755.1 3.85987
**** Primary : 6
Vertex : (1.94335,14.9228,32740)
Number of F1 Tiles with Positive energy : 53
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
1.74898 1.76547 2.10449
Visible Energy in Hole Counter (MeV)
0 27.3138
Visible Energy in Upstream Dead Materials
270.564
Visible Energy in Tail Catcher Scintillator
0 0 0 0 0 0 0
Visible Energy in Tail Catcher Absorber
0 0 0 0 0 0
N Tracks out of world 20
N Secondaries 126
EmEdep is=19234.2 MeV
HadEdep is=2.09276 MeV
Edep in FCAL1 FCAl2 : 19234.2 2.09276
**** Primary : 7
Vertex : (-10.9878,-6.7949,32740)
Number of F1 Tiles with Positive energy : 42
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
1.50863 2.08114 1.83969
Visible Energy in Hole Counter (MeV)
0 18.4432
Visible Energy in Upstream Dead Materials
273.1
Visible Energy in Tail Catcher Scintillator
0 0 0 0 0 0 0
Visible Energy in Tail Catcher Absorber
0 0 0 0 0 0
N Tracks out of world 15
N Secondaries 274
EmEdep is=19297.6 MeV
HadEdep is=0.229108 MeV
Edep in FCAL1 FCAl2 : 19297.6 0.229108
**** Primary : 8
Vertex : (10.9757,-1.49585,32740)
N Secondaries 285
EmEdep is=19646.8 MeV
HadEdep is=3.4135 MeV
Edep in FCAL1 FCAl2 : 19646.8 3.4135
**** Primary : 2
Vertex : (-3.76032,10.9751,32740)
Number of F1 Tiles with Positive energy : 55
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
2.28473 1.46363 1.46796
1.79743 1.7269 1.80665
Visible Energy in Hole Counter (MeV)
0 0
0 6.89057
Visible Energy in Upstream Dead Materials
20.4078
Visible Energy in Tail Catcher Scintillator
0.0370813 0 0 0 0 0 0
Visible Energy in Tail Catcher Absorber
0.425899 0 0 0 0 0
N Tracks out of world 39
N Secondaries 218
EmEdep is=19115.4 MeV
HadEdep is=34.6392 MeV
Edep in FCAL1 FCAl2 : 19115.4 34.6392
**** Primary : 9
Vertex : (-27.7734,3.36444,32740)
Number of F1 Tiles with Positive energy : 72
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
2.92796 1.46119 2.43386
Visible Energy in Hole Counter (MeV)
0 80.5881
Visible Energy in Upstream Dead Materials
3408
Visible Energy in Tail Catcher Scintillator
0 0 0 0 0 0 0
Visible Energy in Tail Catcher Absorber
0 0 0 0 0 0
N Tracks out of world 107
N Secondaries 252
EmEdep is=14154 MeV
HadEdep is=1.42627 MeV
Edep in FCAL1 FCAl2 : 14154 1.42627
**** Primary : 10
Vertex : (-22.5474,4.1006,32740)
Number of F1 Tiles with Positive energy : 38
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
1.51251 2.36013 3.71924
Visible Energy in Hole Counter (MeV)
0 0
Visible Energy in Upstream Dead Materials
45.3568
Visible Energy in Tail Catcher Scintillator
0 0 0 0 0 0 0
Visible Energy in Tail Catcher Absorber
0 0 0 0 0 0
N Tracks out of world 8
N Secondaries 92
EmEdep is=19759 MeV
HadEdep is=8.12107 MeV
Edep in FCAL1 FCAl2 : 19759 8.12107
---> Begin of event: 11
**** Primary : 11
Vertex : (-6.31939,21.5056,32740)
Number of F1 Tiles with Positive energy : 46
Number of F2 tiles with Positive energy : 1
Visisble Energy in S1 , S2 , S3 in (MeV)
1.68627 2.16089 2.02176
Visible Energy in Hole Counter (MeV)
0 84.0362
Visible Energy in Upstream Dead Materials
3464.58
Visible Energy in Tail Catcher Scintillator
0 0 0 0 0 0 0
Visible Energy in Tail Catcher Absorber
0 0 0 0 0 0
N Tracks out of world 111
N Secondaries 92
EmEdep is=15324.8 MeV
HadEdep is=6.83035 MeV
Edep in FCAL1 FCAl2 : 15324.8 6.83035
**** Primary : 12
Vertex : (17.1015,6.30557,32740)
Number of F1 Tiles with Positive energy : 45
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
1.86129 1.68841 1.73796
Visible Energy in Hole Counter (MeV)
0 0
Visible Energy in Upstream Dead Materials
4.7293
38.7962
Visible Energy in Tail Catcher Scintillator
0 0 0 0 0 0 0
Visible Energy in Tail Catcher Absorber
0 0 0 0 0 0
N Tracks out of world 6
N Secondaries 125
EmEdep is=19773.4 MeV
HadEdep is=2.3907 MeV
Edep in FCAL1 FCAl2 : 19773.4 2.3907
**** Primary : 13
Vertex : (-24.9484,11.8659,32740)
Number of F1 Tiles with Positive energy : 16
N Secondaries 241
EmEdep is=19423.1 MeV
HadEdep is=1.56094 MeV
Edep in FCAL1 FCAl2 : 19423.1 1.56094
**** Primary : 3
Vertex : (13.1951,2.677,32740)
Number of F1 Tiles with Positive energy : 48
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
1.77423 1.6369 1.55743
Visible Energy in Hole Counter (MeV)
0 58.5559
Visible Energy in Upstream Dead Materials
19002.6
Visible Energy in Tail Catcher Scintillator
0 0 0 0 0 0 0
Visible Energy in Tail Catcher Absorber
0 0 0 0 0 0
N Tracks out of world 110
N Secondaries 281
EmEdep is=306.13 MeV
HadEdep is=0.263997 MeV
Edep in FCAL1 FCAl2 : 306.13 0.263997
**** Primary : 14
Vertex : (-0.133696,18.3151,32740)
Number of F1 Tiles with Positive energy : 39
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
1.99527 2.24403 1.56694
1.55741 1.656 2.29545
Visible Energy in Hole Counter (MeV)
0 0
Visible Energy in Upstream Dead Materials
6.33349
Visible Energy in Tail Catcher Scintillator
0.035051 0 0 0 0 0 0
Visible Energy in Tail Catcher Absorber
0.000365855 0 0 0 0 0
N Tracks out of world 4
N Secondaries 215
EmEdep is=19751.1 MeV
HadEdep is=0 MeV
Edep in FCAL1 FCAl2 : 19751.1 0
**** Primary : 15
Vertex : (17.3196,17.6617,32740)
Number of F1 Tiles with Positive energy : 56
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
1.83574 1.6483 1.59964
Visible Energy in Hole Counter (MeV)
0 36.4872
Visible Energy in Upstream Dead Materials
440.279
Visible Energy in Tail Catcher Scintillator
0 0 0 0 0 0 0
Visible Energy in Tail Catcher Absorber
0 0 0 0 0 0
N Tracks out of world 14
N Secondaries 54
EmEdep is=18917.7 MeV
HadEdep is=16.2568 MeV
Edep in FCAL1 FCAl2 : 18917.7 16.2568
**** Primary : 16
Vertex : (-20.8489,10.8988,32740)
Number of F1 Tiles with Positive energy : 59
Number of F2 tiles with Positive energy : 1
Visisble Energy in S1 , S2 , S3 in (MeV)
1.54276 1.71701 1.74137
Visible Energy in Hole Counter (MeV)
0 79.9015
Visible Energy in Upstream Dead Materials
2882.49
Visible Energy in Tail Catcher Scintillator
0 0 0 0 0 0 0
Visible Energy in Tail Catcher Absorber
0 0 0 0 0 0
N Tracks out of world 81
N Secondaries 123
EmEdep is=15844 MeV
HadEdep is=7.35734 MeV
Edep in FCAL1 FCAl2 : 15844 7.35734
**** Primary : 17
Vertex : (-9.96316,-9.33478,32740)
Number of F1 Tiles with Positive energy : 51
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
1.55744 2.7538 2.34359
Visible Energy in Hole Counter (MeV)
0 0
Visible Energy in Upstream Dead Materials
3.56126
1.17686
Visible Energy in Tail Catcher Scintillator
0 0 0 0 0 0 0
Visible Energy in Tail Catcher Absorber
0 0 0 0 0 0
N Tracks out of world 3
N Secondaries 124
EmEdep is=19817.4 MeV
HadEdep is=2.33964 MeV
Edep in FCAL1 FCAl2 : 19817.4 2.33964
**** Primary : 18
Vertex : (-9.96316,-9.33478,32740)
Number of F1 Tiles with Positive energy : 46
N Secondaries 174
EmEdep is=19902.6 MeV
HadEdep is=0 MeV
Edep in FCAL1 FCAl2 : 19902.6 0
**** Primary : 4
Vertex : (-8.66148,-8.80731,32740)
Number of F1 Tiles with Positive energy : 39
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
2.29698 1.95813 3.17502
1.76683 1.68208 1.83783
Visible Energy in Hole Counter (MeV)
0 0
Visible Energy in Upstream Dead Materials
9.20924
4.31138
Visible Energy in Tail Catcher Scintillator
0.0388677 0 0 0 0 0 0
0 0 0 0 0 0 0
Visible Energy in Tail Catcher Absorber
0 0.0103591 0 0 0 0
N Tracks out of world 4
N Secondaries 210
EmEdep is=19616 MeV
0 0 0 0 0 0
N Tracks out of world 2
N Secondaries 153
EmEdep is=19713.3 MeV
HadEdep is=0 MeV
Edep in FCAL1 FCAl2 : 19616 0
Edep in FCAL1 FCAl2 : 19713.3 0
**** Primary : 5
Vertex : (4.75859,7.01622,32740)
Number of F1 Tiles with Positive energy : 42
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
2.04873 1.90379 1.60978
Visible Energy in Hole Counter (MeV)
0 0
Visible Energy in Upstream Dead Materials
14.9768
Visible Energy in Tail Catcher Scintillator
0 0 0 0 0 0 0
Visible Energy in Tail Catcher Absorber
0 0 0 0 0 0
N Tracks out of world 3
N Secondaries 110
EmEdep is=19802 MeV
HadEdep is=11.5225 MeV
Edep in FCAL1 FCAl2 : 19802 11.5225
**** Primary : 6
Vertex : (1.94335,14.9228,32740)
Number of F1 Tiles with Positive energy : 56
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
2.54313 1.77848 1.58938
Visible Energy in Hole Counter (MeV)
0 174.869
Visible Energy in Upstream Dead Materials
2164.34
Visible Energy in Tail Catcher Scintillator
0 0 0 0 0 0 0
Visible Energy in Tail Catcher Absorber
0 0 0 0 0 0
N Tracks out of world 102
N Secondaries 151
EmEdep is=16243 MeV
HadEdep is=1.20582 MeV
Edep in FCAL1 FCAl2 : 16243 1.20582
**** Primary : 7
Vertex : (-10.9878,-6.7949,32740)
Number of F1 Tiles with Positive energy : 68
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
1.46959 2.23458 3.11541
Visible Energy in Hole Counter (MeV)
0 46.5797
Visible Energy in Upstream Dead Materials
752.228
Visible Energy in Tail Catcher Scintillator
0 0 0 0 0 0 0
Visible Energy in Tail Catcher Absorber
0 0 0 0 0 0
N Tracks out of world 39
N Secondaries 96
EmEdep is=18747.5 MeV
HadEdep is=5.42009 MeV
Edep in FCAL1 FCAl2 : 18747.5 5.42009
**** Primary : 8
Vertex : (10.9757,-1.49585,32740)
Number of F1 Tiles with Positive energy : 43
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
1.99474 1.64936 2.74552
Visible Energy in Hole Counter (MeV)
0 0
Visible Energy in Upstream Dead Materials
14.473
Visible Energy in Tail Catcher Scintillator
0 0 0 0 0 0 0
Visible Energy in Tail Catcher Absorber
0 0 0 0 0 0
N Tracks out of world 8
N Secondaries 160
EmEdep is=19638.5 MeV
HadEdep is=0.000311677 MeV
Edep in FCAL1 FCAl2 : 19638.5 0.000311677
**** Primary : 9
Vertex : (-27.7734,3.36444,32740)
Number of F1 Tiles with Positive energy : 53
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
1.70505 1.8619 1.50535
Visible Energy in Hole Counter (MeV)
0 3.4554
Visible Energy in Upstream Dead Materials
1654.62
Visible Energy in Tail Catcher Scintillator
0 0 0 0 0 0 0
Visible Energy in Tail Catcher Absorber
0 0 0 0 0 0
N Tracks out of world 33
N Secondaries 178
EmEdep is=17210.3 MeV
HadEdep is=0.461684 MeV
Edep in FCAL1 FCAl2 : 17210.3 0.461684
**** Primary : 10
Vertex : (-22.5474,4.1006,32740)
Number of F1 Tiles with Positive energy : 47
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
1.43642 1.66043 1.72828
Visible Energy in Hole Counter (MeV)
0 0
Visible Energy in Upstream Dead Materials
18.1174
Visible Energy in Tail Catcher Scintillator
0 0 0 0 0 0 0
Visible Energy in Tail Catcher Absorber
0 0 0 0 0 0
N Tracks out of world 7
N Secondaries 113
EmEdep is=19686.4 MeV
HadEdep is=2.38842 MeV
Edep in FCAL1 FCAl2 : 19686.4 2.38842
---> Begin of event: 11
**** Primary : 11
Vertex : (-6.31939,21.5056,32740)
Number of F1 Tiles with Positive energy : 75
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
1.60166 1.8864 1.55917
Visible Energy in Hole Counter (MeV)
0 177.656
Visible Energy in Upstream Dead Materials
3630.67
Visible Energy in Tail Catcher Scintillator
0 0 0 0 0 0 0
Visible Energy in Tail Catcher Absorber
0 0 0 0 0 0
N Tracks out of world 141
N Secondaries 163
EmEdep is=13559 MeV
HadEdep is=0.0283845 MeV
Edep in FCAL1 FCAl2 : 13559 0.0283845
**** Primary : 12
Vertex : (17.1015,6.30557,32740)
Number of F1 Tiles with Positive energy : 44
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
1.77946 1.60666 1.82494
Visible Energy in Hole Counter (MeV)
0 0
Visible Energy in Upstream Dead Materials
2.17953
Visible Energy in Tail Catcher Scintillator
0 0 0 0 0 0 0
Visible Energy in Tail Catcher Absorber
0 0 0 0 0 0
N Tracks out of world 1
N Secondaries 157
EmEdep is=19908.2 MeV
HadEdep is=2.88762 MeV
Edep in FCAL1 FCAl2 : 19908.2 2.88762
**** Primary : 13
Vertex : (-24.9484,11.8659,32740)
Number of F1 Tiles with Positive energy : 12
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
1.77231 1.65674 2.45021
Visible Energy in Hole Counter (MeV)
0 36.0568
Visible Energy in Upstream Dead Materials
18956.3
Visible Energy in Tail Catcher Scintillator
0 0 0 0 0 0 0
Visible Energy in Tail Catcher Absorber
0 0 0 0 0 0
N Tracks out of world 91
N Secondaries 118
EmEdep is=523.399 MeV
HadEdep is=0 MeV
Edep in FCAL1 FCAl2 : 523.399 0
**** Primary : 14
Vertex : (-0.133696,18.3151,32740)
Number of F1 Tiles with Positive energy : 46
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
3.09817 1.74529 1.81157
Visible Energy in Hole Counter (MeV)
0 0
Visible Energy in Upstream Dead Materials
6.39945
Visible Energy in Tail Catcher Scintillator
0 0 0 0 0 0 0
Visible Energy in Tail Catcher Absorber
0 0 0 0 0 0
N Tracks out of world 3
N Secondaries 113
EmEdep is=19839.7 MeV
HadEdep is=1.63167 MeV
Edep in FCAL1 FCAl2 : 19839.7 1.63167
**** Primary : 15
Vertex : (17.3196,17.6617,32740)
Number of F1 Tiles with Positive energy : 38
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
1.56464 1.77512 1.67846
Visible Energy in Hole Counter (MeV)
0 0
Visible Energy in Upstream Dead Materials
4.42622
Visible Energy in Tail Catcher Scintillator
0 0 0 0 0 0 0
Visible Energy in Tail Catcher Absorber
0 0 0 0 0 0
N Tracks out of world 2
N Secondaries 215
EmEdep is=19635.1 MeV
HadEdep is=0 MeV
Edep in FCAL1 FCAl2 : 19635.1 0
**** Primary : 16
Vertex : (-20.8489,10.8988,32740)
Number of F1 Tiles with Positive energy : 53
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
1.70612 1.64159 1.56308
Visible Energy in Hole Counter (MeV)
0 98.0406
Visible Energy in Upstream Dead Materials
1992.95
Visible Energy in Tail Catcher Scintillator
0 0 0 0 0 0 0
Visible Energy in Tail Catcher Absorber
0 0 0 0 0 0
N Tracks out of world 62
N Secondaries 160
EmEdep is=17127.6 MeV
HadEdep is=1.02458 MeV
Edep in FCAL1 FCAl2 : 17127.6 1.02458
**** Primary : 17
Vertex : (-9.96316,-9.33478,32740)
Number of F1 Tiles with Positive energy : 65
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
1.61913 1.65433 1.84493
Visible Energy in Hole Counter (MeV)
0 80.6628
Visible Energy in Upstream Dead Materials
3949.95
Visible Energy in Tail Catcher Scintillator
0 0 0 0 0 0 0
Visible Energy in Tail Catcher Absorber
0 0 0 0 0 0
N Tracks out of world 162
N Secondaries 116
EmEdep is=14234.6 MeV
HadEdep is=0 MeV
Edep in FCAL1 FCAl2 : 14234.6 0
**** Primary : 18
Vertex : (-9.96316,-9.33478,32740)
Number of F1 Tiles with Positive energy : 44
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
2.98499 1.68754 2.38241
Visible Energy in Hole Counter (MeV)
0 0
Visible Energy in Upstream Dead Materials
12.0325
Visible Energy in Tail Catcher Scintillator
0 0 0 0 0 0 0
Visible Energy in Tail Catcher Absorber
0 0 0 0 0 0
N Tracks out of world 15
N Secondaries 185
EmEdep is=19511 MeV
HadEdep is=12.8828 MeV
Edep in FCAL1 FCAl2 : 19511 12.8828
Run terminated.
Run Summary
Number of events processed : 18
User=7.110000s Real=8.741086s Sys=0.000000s
User=8.300000s Real=8.366818s Sys=0.000000s
0 events have been kept for refreshing and/or reviewing.
"/vis/reviewKeptEvents" to review them one by one.
"/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated.
@@ -1389,10 +1389,10 @@ G4SDManager deleted.
EventManager deleted.
Units table cleared.
TransportationManager deleted.
Total navigation history collections cleaned: 44
Total navigation history collections cleaned: 43
G4RNGHelper object is deleted.
================== Deleting memory pools ===================
Pool ID '20G4NavigationLevelRep', size : 0.0625 MB
Pool ID '20G4NavigationLevelRep', size : 0.0596 MB
Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB
Pool ID '16G4SmartVoxelNode', size : 0.112 MB
Pool ID '17G4SmartVoxelProxy', size : 0.0942 MB
@@ -1400,14 +1400,14 @@ Pool ID '7G4Event', size : 0.000961 MB
Pool ID '15G4PrimaryVertex', size : 0.000961 MB
Pool ID '17G4PrimaryParticle', size : 0.000961 MB
Pool ID '15G4HCofThisEvent', size : 0.000961 MB
Pool ID '17G4DynamicParticle', size : 0.0798 MB
Pool ID '7G4Track', size : 0.159 MB
Pool ID '18G4TouchableHistory', size : 0.00577 MB
Pool ID '17G4DynamicParticle', size : 0.0836 MB
Pool ID '7G4Track', size : 0.167 MB
Pool ID '18G4TouchableHistory', size : 0.00481 MB
Pool ID '15G4CountedObjectIvE', size : 0.000961 MB
Pool ID '10G4Fragment', size : 0.00192 MB
Pool ID '17G4ReactionProduct', size : 0.00192 MB
Number of memory pools allocated: 14 of which, static: 0
Dynamic pools deleted: 14 / Total memory freed: 0.52 MB
Dynamic pools deleted: 14 / Total memory freed: 0.53 MB
============================================================
G4Allocator objects are deleted.
UImanager deleted.
@@ -10,7 +10,7 @@
**************************************************************
Geant4 version Name: geant4-11-00-patch-01 (8-March-2022)
Geant4 version Name: geant4-11-00-patch-02 (25-May-2022)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -974,10 +974,10 @@ Launched 50000 random primary particles
Run terminated.
Run Summary
Number of events processed : 50000
User=14.000000s Real=15.582784s Sys=0.000000s
User=17.120000s Real=17.344744s Sys=0.010000s
PrimitiveScorer RUN PhantomSD,TotalDose
Number of entries 189
loop elapsed time [s] : 14.02
loop elapsed time [s] : 17.16
Region <DefaultRegionForTheWorld> -- -- appears in <worldPV> world volume
@@ -1201,10 +1201,10 @@ Launched 50000 random primary particles
Run terminated.
Run Summary
Number of events processed : 50000
User=14.100000s Real=16.167279s Sys=0.000000s
User=16.840000s Real=17.022293s Sys=0.000000s
PrimitiveScorer RUN PhantomSD,TotalDose
Number of entries 167
loop elapsed time [s] : 14.13
loop elapsed time [s] : 16.87
################ END NEW GEOMETRY ########################
/run/geometryModified
@@ -1498,10 +1498,10 @@ Launched 50000 random primary particles
Run terminated.
Run Summary
Number of events processed : 50000
User=14.340000s Real=14.937184s Sys=0.010000s
User=16.760000s Real=16.956064s Sys=0.010000s
PrimitiveScorer RUN PhantomSD,TotalDose
Number of entries 112
loop elapsed time [s] : 14.37
loop elapsed time [s] : 16.79
Region <DefaultRegionForTheWorld> -- -- appears in <worldPV> world volume
@@ -1725,13 +1725,13 @@ Launched 50000 random primary particles
Run terminated.
Run Summary
Number of events processed : 50000
User=14.520000s Real=15.058369s Sys=0.000000s
User=16.950000s Real=17.204220s Sys=0.010000s
PrimitiveScorer RUN PhantomSD,TotalDose
Number of entries 72
loop elapsed time [s] : 14.55
loop elapsed time [s] : 17
################ END NEW GEOMETRY ########################
loop elapsed time [s] : 60.08
loop elapsed time [s] : 71.11
G4 kernel has come to Quit state.
UserDetectorConstruction deleted.
+8 -8
View File
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-00-patch-01 (8-March-2022)
Geant4 version Name: geant4-11-00-patch-02 (25-May-2022)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -97,7 +97,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
Material: Butane density: 0.026 mg/cm3 RadL: 17.729 km Nucl.Int.Length: 25.658 km
Imean: 53.040 eV temperature: 293.16 K pressure: 0.01 atm
Imean: 51.646 eV temperature: 293.16 K pressure: 0.01 atm
---> Element: Carbon (C) Z = 6.0 N = 12 A = 12.011 g/mole
---> Isotope: C12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.930 %
@@ -111,7 +111,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
Material: Polyprop density: 900.000 mg/cm3 RadL: 49.764 cm Nucl.Int.Length: 75.110 cm
Imean: 56.518 eV temperature: 293.15 K pressure: 1.00 atm
Imean: 54.941 eV temperature: 293.15 K pressure: 1.00 atm
---> Element: Carbon (C) Z = 6.0 N = 12 A = 12.011 g/mole
---> Isotope: C12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.930 %
@@ -188,7 +188,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
Material: Cytoplasm2 density: 1.000 g/cm3 RadL: 36.185 cm Nucl.Int.Length: 75.569 cm
Imean: 69.752 eV temperature: 293.15 K pressure: 1.00 atm
Imean: 69.537 eV temperature: 293.15 K pressure: 1.00 atm
---> Element: Hydrogen (H) Z = 1.0 N = 1 A = 1.010 g/mole
---> Isotope: H1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.989 %
@@ -232,7 +232,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
Material: Nucleus1 density: 1.000 g/cm3 RadL: 36.185 cm Nucl.Int.Length: 75.569 cm
Imean: 69.752 eV temperature: 293.15 K pressure: 1.00 atm
Imean: 69.537 eV temperature: 293.15 K pressure: 1.00 atm
---> Element: Hydrogen (H) Z = 1.0 N = 1 A = 1.010 g/mole
---> Isotope: H1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.989 %
@@ -261,7 +261,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
Material: Nucleus2 density: 1.000 g/cm3 RadL: 36.185 cm Nucl.Int.Length: 75.569 cm
Imean: 69.752 eV temperature: 293.15 K pressure: 1.00 atm
Imean: 69.537 eV temperature: 293.15 K pressure: 1.00 atm
---> Element: Hydrogen (H) Z = 1.0 N = 1 A = 1.010 g/mole
---> Isotope: H1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.989 %
@@ -290,7 +290,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
Material: Nucleus3 density: 1.000 g/cm3 RadL: 36.185 cm Nucl.Int.Length: 75.569 cm
Imean: 69.752 eV temperature: 293.15 K pressure: 1.00 atm
Imean: 69.537 eV temperature: 293.15 K pressure: 1.00 atm
---> Element: Hydrogen (H) Z = 1.0 N = 1 A = 1.010 g/mole
---> Isotope: H1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.989 %
@@ -804,7 +804,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1
ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
##### Create analysis manager 0x25c60b0
##### Create analysis manager 0xe67130
Using analysis manager
All Ntuples have been created
-> Event # 1 generated
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-00-patch-01 (8-March-2022)
Geant4 version Name: geant4-11-00-patch-02 (25-May-2022)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -330,7 +330,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics
G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model.
See commands in /vis/modeling/trajectories/ for other options.
### Run 0 starts.
##### Create analysis manager 0x221cdb0
##### Create analysis manager 0x27d8d70
Using analysis manager
... set ntuple merging row mode : row-wise - done
... create file : microelectronics.root - done
@@ -352,15 +352,15 @@ Elastic Cumulated Diff Cross : /cvmfs/geant4.cern.ch/share/data/G4EMLOW8.0/micro
Run terminated.
Run Summary
Number of events processed : 10
User=0.230000s Real=0.655733s Sys=0.050000s
User=0.300000s Real=0.328252s Sys=0.020000s
... write file : microelectronics.root - done
... close file : microelectronics.root - done
... clear all data - done
Number and type of particles created outside region "Target" :
N e- : 3
N e- : 1
_______________________
Number and type of particles created in region "Target" :
N e- : 577
N e- : 884
0 events have been kept for refreshing and/or reviewing.
"/vis/reviewKeptEvents" to review them one by one.
"/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated.
@@ -387,12 +387,12 @@ Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB
Pool ID '7G4Event', size : 0.000961 MB
Pool ID '15G4PrimaryVertex', size : 0.000961 MB
Pool ID '17G4PrimaryParticle', size : 0.000961 MB
Pool ID '17G4DynamicParticle', size : 0.00769 MB
Pool ID '7G4Track', size : 0.0154 MB
Pool ID '17G4DynamicParticle', size : 0.0106 MB
Pool ID '7G4Track', size : 0.0202 MB
Pool ID '18G4TouchableHistory', size : 0.000961 MB
Pool ID '15G4CountedObjectIvE', size : 0.000961 MB
Number of memory pools allocated: 9 of which, static: 0
Dynamic pools deleted: 9 / Total memory freed: 0.037 MB
Dynamic pools deleted: 9 / Total memory freed: 0.044 MB
============================================================
G4Allocator objects are deleted.
UImanager deleted.
+2 -2
View File
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-00-patch-01 (8-March-2022)
Geant4 version Name: geant4-11-00-patch-02 (25-May-2022)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -282,7 +282,7 @@ Index : 0 used in the geometry : Yes
==================================================================
##### Create analysis manager 0x159df60
##### Create analysis manager 0x1285f20
Using analysis manager
Ntuple-1 created
Ntuple-2 created
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-00-patch-01 (8-March-2022)
Geant4 version Name: geant4-11-00-patch-02 (25-May-2022)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -162,12 +162,6 @@ Some /vis commands (optionally) take a string to specify colour.
Material: LaboratoryVacuum density: 0.000 mg/cm3 RadL: 28329262.634 km Nucl.Int.Length: 66178558.148 km
Imean: 85.664 eV temperature: 273.15 K pressure: 0.00 atm
---> Element: Argon (Ar) Z = 18.0 N = 40 A = 39.948 g/mole
---> Isotope: Ar36 Z = 18 N = 36 A = 35.97 g/mole abundance: 0.337 %
---> Isotope: Ar38 Z = 18 N = 38 A = 37.96 g/mole abundance: 0.063 %
---> Isotope: Ar40 Z = 18 N = 40 A = 39.96 g/mole abundance: 99.600 %
ElmMassFraction: 1.28 % ElmAbundance 0.47 %
---> Element: Nitrogen (N) Z = 7.0 N = 14 A = 14.010 g/mole
---> Isotope: N14 Z = 7 N = 14 A = 14.00 g/mole abundance: 99.632 %
---> Isotope: N15 Z = 7 N = 15 A = 15.00 g/mole abundance: 0.368 %
@@ -179,6 +173,12 @@ Some /vis commands (optionally) take a string to specify colour.
---> Isotope: O18 Z = 8 N = 18 A = 18.00 g/mole abundance: 0.205 %
ElmMassFraction: 23.15 % ElmAbundance 21.05 %
---> Element: Argon (Ar) Z = 18.0 N = 40 A = 39.948 g/mole
---> Isotope: Ar36 Z = 18 N = 36 A = 35.97 g/mole abundance: 0.337 %
---> Isotope: Ar38 Z = 18 N = 38 A = 37.96 g/mole abundance: 0.063 %
---> Isotope: Ar40 Z = 18 N = 40 A = 39.96 g/mole abundance: 99.600 %
ElmMassFraction: 1.28 % ElmAbundance 0.47 %
end material
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-00-patch-01 (8-March-2022)
Geant4 version Name: geant4-11-00-patch-02 (25-May-2022)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-00-patch-01 (8-March-2022)
Geant4 version Name: geant4-11-00-patch-02 (25-May-2022)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
+4 -1
View File
@@ -1,4 +1,3 @@
# -------------------------------------------------------------------
# -------------------------------------------------------------------
=========================================================
@@ -15,6 +14,10 @@ and keep track of all category-tags.
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
14.02.2022 G. Cosmo Tag:XRayFluo-V10-07-08
- XrayFluoEventAction: fixed compilation warning on Intel-icx compiler
for unused variable.
04.11.2021 I. Hrivnacova Tag:XRayFluo-V10-07-07
- Updated for changes in the analysis category:
G4VAnalysisReader::ReadNtuple(const G4String&) is renamed back
@@ -134,7 +134,6 @@ void XrayFluoEventAction::BeginOfEventAction(const G4Event* evt)
void XrayFluoEventAction::EndOfEventAction(const G4Event* evt)
{
if (detectorType) {
// extracted from hits, compute the total energy deposit (and total charged
@@ -143,7 +142,7 @@ void XrayFluoEventAction::EndOfEventAction(const G4Event* evt)
XrayFluoSensorHitsCollection* HPGeHC = 0;
G4int n_hit = 0;
G4double totEnergyDetect=0., totEnergy=0., energyD=0.;
G4double totEnergy=0., energyD=0.;
if (HCE) HPGeHC =
(XrayFluoSensorHitsCollection*)(HCE->GetHC(HPGeCollID));
@@ -158,7 +157,6 @@ void XrayFluoEventAction::EndOfEventAction(const G4Event* evt)
energyD = detectorType->ResponseFunction(totEnergy);
XrayFluoAnalysisManager* analysis = XrayFluoAnalysisManager::getInstance();
analysis->analyseEnergyDep(energyD);
totEnergyDetect += energyD;
}
}
}
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-00-patch-01 (8-March-2022)
Geant4 version Name: geant4-11-00-patch-02 (25-May-2022)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -41,26 +41,8 @@ G4NistMaterialBuilder::FindOrBuildMaterial WARNING: material <gallium arsenide>
G4NistMaterialBuilder::FindOrBuildMaterial WARNING: material <Scintillator> is not found.
G4NistMaterialBuilder::FindOrBuildMaterial WARNING: material <Basalt> is not found.
G4NistMaterialBuilder::FindOrBuildMaterial WARNING: material <SiLi> is not found.
-------- WWWW ------- G4Exception-START -------- WWWW -------
*** G4Exception : mat031
issued by : G4Material::AddElementByNumberOfAtoms()
For material SiLi and added element Si, Natoms=1, fIdxComponent=1 problem: attempt to add the same element, which already is at idx=0 with the Natoms=1
*** This is just a warning message. ***
-------- WWWW -------- G4Exception-END --------- WWWW -------
G4NistMaterialBuilder::FindOrBuildMaterial WARNING: material <Cu> is not found.
-------- WWWW ------- G4Exception-START -------- WWWW -------
*** G4Exception : mat031
issued by : G4Material::AddElementByNumberOfAtoms()
For material Cu and added element Cu, Natoms=1, fIdxComponent=1 problem: attempt to add the same element, which already is at idx=0 with the Natoms=1
*** This is just a warning message. ***
-------- WWWW -------- G4Exception-END --------- WWWW -------
***** Table : Nb of materials = 26 *****
Material: MadaBasaltMain density: 3.000 g/cm3 RadL: 7.783 cm Nucl.Int.Length: 33.596 cm
@@ -1092,70 +1074,6 @@ For material Cu and added element Cu, Natoms=1, fIdxComponent=1 problem: attempt
Material: Dolorite density: 3.000 g/cm3 RadL: 7.531 cm Nucl.Int.Length: 33.926 cm
Imean: 145.127 eV temperature: 293.15 K pressure: 1.00 atm
---> Element: Fe (Fe) Z = 26.0 N = 56 A = 55.845 g/mole
---> Isotope: Fe54 Z = 26 N = 54 A = 53.94 g/mole abundance: 5.845 %
---> Isotope: Fe56 Z = 26 N = 56 A = 55.93 g/mole abundance: 91.754 %
---> Isotope: Fe57 Z = 26 N = 57 A = 56.94 g/mole abundance: 2.119 %
---> Isotope: Fe58 Z = 26 N = 58 A = 57.93 g/mole abundance: 0.282 %
ElmMassFraction: 17.45 % ElmAbundance 7.19 %
---> Element: Ti (Ti) Z = 22.0 N = 48 A = 47.867 g/mole
---> Isotope: Ti46 Z = 22 N = 46 A = 45.95 g/mole abundance: 8.250 %
---> Isotope: Ti47 Z = 22 N = 47 A = 46.95 g/mole abundance: 7.440 %
---> Isotope: Ti48 Z = 22 N = 48 A = 47.95 g/mole abundance: 73.720 %
---> Isotope: Ti49 Z = 22 N = 49 A = 48.95 g/mole abundance: 5.410 %
---> Isotope: Ti50 Z = 22 N = 50 A = 49.94 g/mole abundance: 5.180 %
ElmMassFraction: 0.82 % ElmAbundance 0.39 %
---> Element: Ca (Ca) Z = 20.0 N = 40 A = 40.078 g/mole
---> Isotope: Ca40 Z = 20 N = 40 A = 39.96 g/mole abundance: 96.941 %
---> Isotope: Ca42 Z = 20 N = 42 A = 41.96 g/mole abundance: 0.647 %
---> Isotope: Ca43 Z = 20 N = 43 A = 42.96 g/mole abundance: 0.135 %
---> Isotope: Ca44 Z = 20 N = 44 A = 43.96 g/mole abundance: 2.086 %
---> Isotope: Ca46 Z = 20 N = 46 A = 45.95 g/mole abundance: 0.004 %
---> Isotope: Ca48 Z = 20 N = 48 A = 47.95 g/mole abundance: 0.187 %
ElmMassFraction: 7.51 % ElmAbundance 4.31 %
---> Element: Si (Si) Z = 14.0 N = 28 A = 28.085 g/mole
---> Isotope: Si28 Z = 14 N = 28 A = 27.98 g/mole abundance: 92.230 %
---> Isotope: Si29 Z = 14 N = 29 A = 28.98 g/mole abundance: 4.683 %
---> Isotope: Si30 Z = 14 N = 30 A = 29.97 g/mole abundance: 3.087 %
ElmMassFraction: 21.82 % ElmAbundance 17.88 %
---> Element: Al (Al) Z = 13.0 N = 27 A = 26.982 g/mole
---> Isotope: Al27 Z = 13 N = 27 A = 26.98 g/mole abundance: 100.000 %
ElmMassFraction: 6.74 % ElmAbundance 5.75 %
---> Element: Mg (Mg) Z = 12.0 N = 24 A = 24.305 g/mole
---> Isotope: Mg24 Z = 12 N = 24 A = 23.99 g/mole abundance: 78.990 %
---> Isotope: Mg25 Z = 12 N = 25 A = 24.99 g/mole abundance: 10.000 %
---> Isotope: Mg26 Z = 12 N = 26 A = 25.98 g/mole abundance: 11.010 %
ElmMassFraction: 0.08 % ElmAbundance 0.08 %
---> Element: O (O) Z = 8.0 N = 16 A = 15.999 g/mole
---> Isotope: O16 Z = 8 N = 16 A = 15.99 g/mole abundance: 99.757 %
---> Isotope: O17 Z = 8 N = 17 A = 17.00 g/mole abundance: 0.038 %
---> Isotope: O18 Z = 8 N = 18 A = 18.00 g/mole abundance: 0.205 %
ElmMassFraction: 43.65 % ElmAbundance 62.79 %
---> Element: Mn (Mn) Z = 25.0 N = 55 A = 54.938 g/mole
---> Isotope: Mn55 Z = 25 N = 55 A = 54.94 g/mole abundance: 100.000 %
ElmMassFraction: 0.15 % ElmAbundance 0.06 %
---> Element: Na (Na) Z = 11.0 N = 23 A = 22.990 g/mole
---> Isotope: Na23 Z = 11 N = 23 A = 22.99 g/mole abundance: 100.000 %
ElmMassFraction: 1.34 % ElmAbundance 1.34 %
---> Element: K (K) Z = 19.0 N = 39 A = 39.098 g/mole
---> Isotope: K39 Z = 19 N = 39 A = 38.96 g/mole abundance: 93.258 %
---> Isotope: K40 Z = 19 N = 40 A = 39.96 g/mole abundance: 0.012 %
---> Isotope: K41 Z = 19 N = 41 A = 40.96 g/mole abundance: 6.730 %
ElmMassFraction: 0.11 % ElmAbundance 0.06 %
---> Element: P (P) Z = 15.0 N = 31 A = 30.974 g/mole
---> Isotope: P31 Z = 15 N = 31 A = 30.97 g/mole abundance: 100.000 %
ElmMassFraction: 0.06 % ElmAbundance 0.04 %
---> Element: Nb (Nb) Z = 41.0 N = 93 A = 92.906 g/mole
---> Isotope: Nb93 Z = 41 N = 93 A = 92.91 g/mole abundance: 100.000 %
ElmMassFraction: 0.00 % ElmAbundance 0.00 %
@@ -1257,6 +1175,70 @@ For material Cu and added element Cu, Natoms=1, fIdxComponent=1 problem: attempt
---> Isotope: Nd150 Z = 60 N = 150 A = 149.92 g/mole abundance: 5.600 %
ElmMassFraction: 0.00 % ElmAbundance 0.00 %
---> Element: Fe (Fe) Z = 26.0 N = 56 A = 55.845 g/mole
---> Isotope: Fe54 Z = 26 N = 54 A = 53.94 g/mole abundance: 5.845 %
---> Isotope: Fe56 Z = 26 N = 56 A = 55.93 g/mole abundance: 91.754 %
---> Isotope: Fe57 Z = 26 N = 57 A = 56.94 g/mole abundance: 2.119 %
---> Isotope: Fe58 Z = 26 N = 58 A = 57.93 g/mole abundance: 0.282 %
ElmMassFraction: 17.45 % ElmAbundance 7.19 %
---> Element: Ti (Ti) Z = 22.0 N = 48 A = 47.867 g/mole
---> Isotope: Ti46 Z = 22 N = 46 A = 45.95 g/mole abundance: 8.250 %
---> Isotope: Ti47 Z = 22 N = 47 A = 46.95 g/mole abundance: 7.440 %
---> Isotope: Ti48 Z = 22 N = 48 A = 47.95 g/mole abundance: 73.720 %
---> Isotope: Ti49 Z = 22 N = 49 A = 48.95 g/mole abundance: 5.410 %
---> Isotope: Ti50 Z = 22 N = 50 A = 49.94 g/mole abundance: 5.180 %
ElmMassFraction: 0.82 % ElmAbundance 0.39 %
---> Element: Ca (Ca) Z = 20.0 N = 40 A = 40.078 g/mole
---> Isotope: Ca40 Z = 20 N = 40 A = 39.96 g/mole abundance: 96.941 %
---> Isotope: Ca42 Z = 20 N = 42 A = 41.96 g/mole abundance: 0.647 %
---> Isotope: Ca43 Z = 20 N = 43 A = 42.96 g/mole abundance: 0.135 %
---> Isotope: Ca44 Z = 20 N = 44 A = 43.96 g/mole abundance: 2.086 %
---> Isotope: Ca46 Z = 20 N = 46 A = 45.95 g/mole abundance: 0.004 %
---> Isotope: Ca48 Z = 20 N = 48 A = 47.95 g/mole abundance: 0.187 %
ElmMassFraction: 7.51 % ElmAbundance 4.31 %
---> Element: Si (Si) Z = 14.0 N = 28 A = 28.085 g/mole
---> Isotope: Si28 Z = 14 N = 28 A = 27.98 g/mole abundance: 92.230 %
---> Isotope: Si29 Z = 14 N = 29 A = 28.98 g/mole abundance: 4.683 %
---> Isotope: Si30 Z = 14 N = 30 A = 29.97 g/mole abundance: 3.087 %
ElmMassFraction: 21.82 % ElmAbundance 17.88 %
---> Element: Al (Al) Z = 13.0 N = 27 A = 26.982 g/mole
---> Isotope: Al27 Z = 13 N = 27 A = 26.98 g/mole abundance: 100.000 %
ElmMassFraction: 6.74 % ElmAbundance 5.75 %
---> Element: Mg (Mg) Z = 12.0 N = 24 A = 24.305 g/mole
---> Isotope: Mg24 Z = 12 N = 24 A = 23.99 g/mole abundance: 78.990 %
---> Isotope: Mg25 Z = 12 N = 25 A = 24.99 g/mole abundance: 10.000 %
---> Isotope: Mg26 Z = 12 N = 26 A = 25.98 g/mole abundance: 11.010 %
ElmMassFraction: 0.08 % ElmAbundance 0.08 %
---> Element: O (O) Z = 8.0 N = 16 A = 15.999 g/mole
---> Isotope: O16 Z = 8 N = 16 A = 15.99 g/mole abundance: 99.757 %
---> Isotope: O17 Z = 8 N = 17 A = 17.00 g/mole abundance: 0.038 %
---> Isotope: O18 Z = 8 N = 18 A = 18.00 g/mole abundance: 0.205 %
ElmMassFraction: 43.65 % ElmAbundance 62.79 %
---> Element: Mn (Mn) Z = 25.0 N = 55 A = 54.938 g/mole
---> Isotope: Mn55 Z = 25 N = 55 A = 54.94 g/mole abundance: 100.000 %
ElmMassFraction: 0.15 % ElmAbundance 0.06 %
---> Element: Na (Na) Z = 11.0 N = 23 A = 22.990 g/mole
---> Isotope: Na23 Z = 11 N = 23 A = 22.99 g/mole abundance: 100.000 %
ElmMassFraction: 1.34 % ElmAbundance 1.34 %
---> Element: K (K) Z = 19.0 N = 39 A = 39.098 g/mole
---> Isotope: K39 Z = 19 N = 39 A = 38.96 g/mole abundance: 93.258 %
---> Isotope: K40 Z = 19 N = 40 A = 39.96 g/mole abundance: 0.012 %
---> Isotope: K41 Z = 19 N = 41 A = 40.96 g/mole abundance: 6.730 %
ElmMassFraction: 0.11 % ElmAbundance 0.06 %
---> Element: P (P) Z = 15.0 N = 31 A = 30.974 g/mole
---> Isotope: P31 Z = 15 N = 31 A = 30.97 g/mole abundance: 100.000 %
ElmMassFraction: 0.06 % ElmAbundance 0.04 %
Material: Mars1 Main components density: 3.000 g/cm3 RadL: 8.190 cm Nucl.Int.Length: 32.982 cm
Imean: 135.060 eV temperature: 293.15 K pressure: 1.00 atm
@@ -1437,70 +1419,6 @@ For material Cu and added element Cu, Natoms=1, fIdxComponent=1 problem: attempt
Material: Mars1 density: 3.000 g/cm3 RadL: 8.138 cm Nucl.Int.Length: 33.037 cm
Imean: 135.607 eV temperature: 293.15 K pressure: 1.00 atm
---> Element: Fe (Fe) Z = 26.0 N = 56 A = 55.845 g/mole
---> Isotope: Fe54 Z = 26 N = 54 A = 53.94 g/mole abundance: 5.845 %
---> Isotope: Fe56 Z = 26 N = 56 A = 55.93 g/mole abundance: 91.754 %
---> Isotope: Fe57 Z = 26 N = 57 A = 56.94 g/mole abundance: 2.119 %
---> Isotope: Fe58 Z = 26 N = 58 A = 57.93 g/mole abundance: 0.282 %
ElmMassFraction: 10.05 % ElmAbundance 3.88 %
---> Element: Ti (Ti) Z = 22.0 N = 48 A = 47.867 g/mole
---> Isotope: Ti46 Z = 22 N = 46 A = 45.95 g/mole abundance: 8.250 %
---> Isotope: Ti47 Z = 22 N = 47 A = 46.95 g/mole abundance: 7.440 %
---> Isotope: Ti48 Z = 22 N = 48 A = 47.95 g/mole abundance: 73.720 %
---> Isotope: Ti49 Z = 22 N = 49 A = 48.95 g/mole abundance: 5.410 %
---> Isotope: Ti50 Z = 22 N = 50 A = 49.94 g/mole abundance: 5.180 %
ElmMassFraction: 1.86 % ElmAbundance 0.84 %
---> Element: Ca (Ca) Z = 20.0 N = 40 A = 40.078 g/mole
---> Isotope: Ca40 Z = 20 N = 40 A = 39.96 g/mole abundance: 96.941 %
---> Isotope: Ca42 Z = 20 N = 42 A = 41.96 g/mole abundance: 0.647 %
---> Isotope: Ca43 Z = 20 N = 43 A = 42.96 g/mole abundance: 0.135 %
---> Isotope: Ca44 Z = 20 N = 44 A = 43.96 g/mole abundance: 2.086 %
---> Isotope: Ca46 Z = 20 N = 46 A = 45.95 g/mole abundance: 0.004 %
---> Isotope: Ca48 Z = 20 N = 48 A = 47.95 g/mole abundance: 0.187 %
ElmMassFraction: 4.02 % ElmAbundance 2.16 %
---> Element: Si (Si) Z = 14.0 N = 28 A = 28.085 g/mole
---> Isotope: Si28 Z = 14 N = 28 A = 27.98 g/mole abundance: 92.230 %
---> Isotope: Si29 Z = 14 N = 29 A = 28.98 g/mole abundance: 4.683 %
---> Isotope: Si30 Z = 14 N = 30 A = 29.97 g/mole abundance: 3.087 %
ElmMassFraction: 19.55 % ElmAbundance 15.00 %
---> Element: Al (Al) Z = 13.0 N = 27 A = 26.982 g/mole
---> Isotope: Al27 Z = 13 N = 27 A = 26.98 g/mole abundance: 100.000 %
ElmMassFraction: 10.28 % ElmAbundance 8.21 %
---> Element: Mg (Mg) Z = 12.0 N = 24 A = 24.305 g/mole
---> Isotope: Mg24 Z = 12 N = 24 A = 23.99 g/mole abundance: 78.990 %
---> Isotope: Mg25 Z = 12 N = 25 A = 24.99 g/mole abundance: 10.000 %
---> Isotope: Mg26 Z = 12 N = 26 A = 25.98 g/mole abundance: 11.010 %
ElmMassFraction: 2.41 % ElmAbundance 2.13 %
---> Element: Mn (Mn) Z = 25.0 N = 55 A = 54.938 g/mole
---> Isotope: Mn55 Z = 25 N = 55 A = 54.94 g/mole abundance: 100.000 %
ElmMassFraction: 0.18 % ElmAbundance 0.07 %
---> Element: Na (Na) Z = 11.0 N = 23 A = 22.990 g/mole
---> Isotope: Na23 Z = 11 N = 23 A = 22.99 g/mole abundance: 100.000 %
ElmMassFraction: 1.77 % ElmAbundance 1.66 %
---> Element: K (K) Z = 19.0 N = 39 A = 39.098 g/mole
---> Isotope: K39 Z = 19 N = 39 A = 38.96 g/mole abundance: 93.258 %
---> Isotope: K40 Z = 19 N = 40 A = 39.96 g/mole abundance: 0.012 %
---> Isotope: K41 Z = 19 N = 41 A = 40.96 g/mole abundance: 6.730 %
ElmMassFraction: 0.57 % ElmAbundance 0.32 %
---> Element: P (P) Z = 15.0 N = 31 A = 30.974 g/mole
---> Isotope: P31 Z = 15 N = 31 A = 30.97 g/mole abundance: 100.000 %
ElmMassFraction: 0.28 % ElmAbundance 0.19 %
---> Element: O (O) Z = 8.0 N = 16 A = 15.999 g/mole
---> Isotope: O16 Z = 8 N = 16 A = 15.99 g/mole abundance: 99.757 %
---> Isotope: O17 Z = 8 N = 17 A = 17.00 g/mole abundance: 0.038 %
---> Isotope: O18 Z = 8 N = 18 A = 18.00 g/mole abundance: 0.205 %
ElmMassFraction: 48.58 % ElmAbundance 65.43 %
---> Element: Nb (Nb) Z = 41.0 N = 93 A = 92.906 g/mole
---> Isotope: Nb93 Z = 41 N = 93 A = 92.91 g/mole abundance: 100.000 %
ElmMassFraction: 0.01 % ElmAbundance 0.00 %
@@ -1605,6 +1523,70 @@ For material Cu and added element Cu, Natoms=1, fIdxComponent=1 problem: attempt
---> Isotope: U238 Z = 92 N = 238 A = 238.05 g/mole abundance: 99.275 %
ElmMassFraction: 0.00 % ElmAbundance 0.00 %
---> Element: Fe (Fe) Z = 26.0 N = 56 A = 55.845 g/mole
---> Isotope: Fe54 Z = 26 N = 54 A = 53.94 g/mole abundance: 5.845 %
---> Isotope: Fe56 Z = 26 N = 56 A = 55.93 g/mole abundance: 91.754 %
---> Isotope: Fe57 Z = 26 N = 57 A = 56.94 g/mole abundance: 2.119 %
---> Isotope: Fe58 Z = 26 N = 58 A = 57.93 g/mole abundance: 0.282 %
ElmMassFraction: 10.05 % ElmAbundance 3.88 %
---> Element: Ti (Ti) Z = 22.0 N = 48 A = 47.867 g/mole
---> Isotope: Ti46 Z = 22 N = 46 A = 45.95 g/mole abundance: 8.250 %
---> Isotope: Ti47 Z = 22 N = 47 A = 46.95 g/mole abundance: 7.440 %
---> Isotope: Ti48 Z = 22 N = 48 A = 47.95 g/mole abundance: 73.720 %
---> Isotope: Ti49 Z = 22 N = 49 A = 48.95 g/mole abundance: 5.410 %
---> Isotope: Ti50 Z = 22 N = 50 A = 49.94 g/mole abundance: 5.180 %
ElmMassFraction: 1.86 % ElmAbundance 0.84 %
---> Element: Ca (Ca) Z = 20.0 N = 40 A = 40.078 g/mole
---> Isotope: Ca40 Z = 20 N = 40 A = 39.96 g/mole abundance: 96.941 %
---> Isotope: Ca42 Z = 20 N = 42 A = 41.96 g/mole abundance: 0.647 %
---> Isotope: Ca43 Z = 20 N = 43 A = 42.96 g/mole abundance: 0.135 %
---> Isotope: Ca44 Z = 20 N = 44 A = 43.96 g/mole abundance: 2.086 %
---> Isotope: Ca46 Z = 20 N = 46 A = 45.95 g/mole abundance: 0.004 %
---> Isotope: Ca48 Z = 20 N = 48 A = 47.95 g/mole abundance: 0.187 %
ElmMassFraction: 4.02 % ElmAbundance 2.16 %
---> Element: Si (Si) Z = 14.0 N = 28 A = 28.085 g/mole
---> Isotope: Si28 Z = 14 N = 28 A = 27.98 g/mole abundance: 92.230 %
---> Isotope: Si29 Z = 14 N = 29 A = 28.98 g/mole abundance: 4.683 %
---> Isotope: Si30 Z = 14 N = 30 A = 29.97 g/mole abundance: 3.087 %
ElmMassFraction: 19.55 % ElmAbundance 15.00 %
---> Element: Al (Al) Z = 13.0 N = 27 A = 26.982 g/mole
---> Isotope: Al27 Z = 13 N = 27 A = 26.98 g/mole abundance: 100.000 %
ElmMassFraction: 10.28 % ElmAbundance 8.21 %
---> Element: Mg (Mg) Z = 12.0 N = 24 A = 24.305 g/mole
---> Isotope: Mg24 Z = 12 N = 24 A = 23.99 g/mole abundance: 78.990 %
---> Isotope: Mg25 Z = 12 N = 25 A = 24.99 g/mole abundance: 10.000 %
---> Isotope: Mg26 Z = 12 N = 26 A = 25.98 g/mole abundance: 11.010 %
ElmMassFraction: 2.41 % ElmAbundance 2.13 %
---> Element: Mn (Mn) Z = 25.0 N = 55 A = 54.938 g/mole
---> Isotope: Mn55 Z = 25 N = 55 A = 54.94 g/mole abundance: 100.000 %
ElmMassFraction: 0.18 % ElmAbundance 0.07 %
---> Element: Na (Na) Z = 11.0 N = 23 A = 22.990 g/mole
---> Isotope: Na23 Z = 11 N = 23 A = 22.99 g/mole abundance: 100.000 %
ElmMassFraction: 1.77 % ElmAbundance 1.66 %
---> Element: K (K) Z = 19.0 N = 39 A = 39.098 g/mole
---> Isotope: K39 Z = 19 N = 39 A = 38.96 g/mole abundance: 93.258 %
---> Isotope: K40 Z = 19 N = 40 A = 39.96 g/mole abundance: 0.012 %
---> Isotope: K41 Z = 19 N = 41 A = 40.96 g/mole abundance: 6.730 %
ElmMassFraction: 0.57 % ElmAbundance 0.32 %
---> Element: P (P) Z = 15.0 N = 31 A = 30.974 g/mole
---> Isotope: P31 Z = 15 N = 31 A = 30.97 g/mole abundance: 100.000 %
ElmMassFraction: 0.28 % ElmAbundance 0.19 %
---> Element: O (O) Z = 8.0 N = 16 A = 15.999 g/mole
---> Isotope: O16 Z = 8 N = 16 A = 15.99 g/mole abundance: 99.757 %
---> Isotope: O17 Z = 8 N = 17 A = 17.00 g/mole abundance: 0.038 %
---> Isotope: O18 Z = 8 N = 18 A = 18.00 g/mole abundance: 0.205 %
ElmMassFraction: 48.58 % ElmAbundance 65.43 %
Material: HawaiianWD density: 3.000 g/cm3 RadL: 7.956 cm Nucl.Int.Length: 33.391 cm
Imean: 139.765 eV temperature: 293.15 K pressure: 1.00 atm
@@ -1987,7 +1969,7 @@ For material Cu and added element Cu, Natoms=1, fIdxComponent=1 problem: attempt
Material: Anorthosite density: 2.800 g/cm3 RadL: 8.510 cm Nucl.Int.Length: 35.737 cm
Imean: 139.030 eV temperature: 293.15 K pressure: 1.00 atm
Imean: 139.026 eV temperature: 293.15 K pressure: 1.00 atm
---> Element: Fe (Fe) Z = 26.0 N = 56 A = 55.845 g/mole
---> Isotope: Fe54 Z = 26 N = 54 A = 53.94 g/mole abundance: 5.845 %
@@ -2206,7 +2188,7 @@ For material Cu and added element Cu, Natoms=1, fIdxComponent=1 problem: attempt
Material: Scintillator density: 1.032 g/cm3 RadL: 42.544 cm Nucl.Int.Length: 69.969 cm
Imean: 64.684 eV temperature: 293.15 K pressure: 1.00 atm
Imean: 62.657 eV temperature: 293.15 K pressure: 1.00 atm
---> Element: C (C) Z = 6.0 N = 12 A = 12.011 g/mole
---> Isotope: C12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.930 %
@@ -2285,13 +2267,7 @@ For material Cu and added element Cu, Natoms=1, fIdxComponent=1 problem: attempt
---> Isotope: Si28 Z = 14 N = 28 A = 27.98 g/mole abundance: 92.230 %
---> Isotope: Si29 Z = 14 N = 29 A = 28.98 g/mole abundance: 4.683 %
---> Isotope: Si30 Z = 14 N = 30 A = 29.97 g/mole abundance: 3.087 %
ElmMassFraction: 66.67 % ElmAbundance 66.67 %
---> Element: Si (Si) Z = 14.0 N = 28 A = 28.085 g/mole
---> Isotope: Si28 Z = 14 N = 28 A = 27.98 g/mole abundance: 92.230 %
---> Isotope: Si29 Z = 14 N = 29 A = 28.98 g/mole abundance: 4.683 %
---> Isotope: Si30 Z = 14 N = 30 A = 29.97 g/mole abundance: 3.087 %
ElmMassFraction: 33.33 % ElmAbundance 33.33 %
ElmMassFraction: 100.00 % ElmAbundance 100.00 %
Material: Cu density: 8.920 g/cm3 RadL: 1.442 cm Nucl.Int.Length: 15.658 cm
@@ -2300,12 +2276,7 @@ For material Cu and added element Cu, Natoms=1, fIdxComponent=1 problem: attempt
---> Element: Cu (Cu) Z = 29.0 N = 64 A = 63.546 g/mole
---> Isotope: Cu63 Z = 29 N = 63 A = 62.93 g/mole abundance: 69.170 %
---> Isotope: Cu65 Z = 29 N = 65 A = 64.93 g/mole abundance: 30.830 %
ElmMassFraction: 66.67 % ElmAbundance 66.67 %
---> Element: Cu (Cu) Z = 29.0 N = 64 A = 63.546 g/mole
---> Isotope: Cu63 Z = 29 N = 63 A = 62.93 g/mole abundance: 69.170 %
---> Isotope: Cu65 Z = 29 N = 65 A = 64.93 g/mole abundance: 30.830 %
ElmMassFraction: 33.33 % ElmAbundance 33.33 %
ElmMassFraction: 100.00 % ElmAbundance 100.00 %
@@ -2988,7 +2959,7 @@ Created histos
Run terminated.
Run Summary
Number of events processed : 10
User=0.000000s Real=0.005060s Sys=0.000000s
User=0.010000s Real=0.001594s Sys=0.000000s
Going to save histograms
... write file : xrayfluo.root - done
... close file : xrayfluo.root - done
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-00-patch-01 (8-March-2022)
Geant4 version Name: geant4-11-00-patch-02 (25-May-2022)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -446,7 +446,7 @@ Opening output file xraytel ... done
Run terminated.
Run Summary
Number of events processed : 1000
User=0.010000s Real=0.008544s Sys=0.000000s
User=0.020000s Real=0.011495s Sys=0.000000s
##########################################
WARNING: command "/vis/viewer/update" could not be applied: no current viewer.
0 events have been kept for refreshing and/or reviewing.
+1 -1
View File
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-00-patch-01 (8-March-2022)
Geant4 version Name: geant4-11-00-patch-02 (25-May-2022)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
+1 -1
View File
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-00-patch-01 (8-March-2022)
Geant4 version Name: geant4-11-00-patch-02 (25-May-2022)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -45,9 +45,9 @@ class DetectorConstruction;
/// Messenger class that defines commands for DetectorConstruction.
///
/// It implements commands:
/// - //det/setTargetMaterial name
/// - //det/setChamberMaterial name
/// - //det/stepMax value unit
/// - /B2/det/setTargetMaterial name
/// - /B2/det/setChamberMaterial name
/// - /B2/det/stepMax value unit
class DetectorMessenger: public G4UImessenger
{
@@ -42,23 +42,23 @@ namespace B2a
DetectorMessenger::DetectorMessenger(DetectorConstruction* det)
: fDetectorConstruction(det)
{
fDirectory = new G4UIdirectory("//");
fDirectory = new G4UIdirectory("/B2/");
fDirectory->SetGuidance("UI commands specific to this example.");
fDetDirectory = new G4UIdirectory("//det/");
fDetDirectory = new G4UIdirectory("/B2/det/");
fDetDirectory->SetGuidance("Detector construction control");
fTargMatCmd = new G4UIcmdWithAString("//det/setTargetMaterial",this);
fTargMatCmd = new G4UIcmdWithAString("/B2/det/setTargetMaterial",this);
fTargMatCmd->SetGuidance("Select Material of the Target.");
fTargMatCmd->SetParameterName("choice",false);
fTargMatCmd->AvailableForStates(G4State_PreInit,G4State_Idle);
fChamMatCmd = new G4UIcmdWithAString("//det/setChamberMaterial",this);
fChamMatCmd = new G4UIcmdWithAString("/B2/det/setChamberMaterial",this);
fChamMatCmd->SetGuidance("Select Material of the Chamber.");
fChamMatCmd->SetParameterName("choice",false);
fChamMatCmd->AvailableForStates(G4State_PreInit,G4State_Idle);
fStepMaxCmd = new G4UIcmdWithADoubleAndUnit("//det/stepMax",this);
fStepMaxCmd = new G4UIcmdWithADoubleAndUnit("/B2/det/stepMax",this);
fStepMaxCmd->SetGuidance("Define a step max");
fStepMaxCmd->SetParameterName("stepMax",false);
fStepMaxCmd->SetUnitCategory("Length");
+1 -1
View File
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-00-patch-01 (8-March-2022)
Geant4 version Name: geant4-11-00-patch-02 (25-May-2022)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
+6
View File
@@ -14,6 +14,12 @@ track of all tags.
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
20-05-22 I. Hrivnacova (exampleB2-V10-07-03)
- Restore the top UI commands directory name ("B2") in B2a::DetectorMessenger
removed by mistake in exampleB2-V10-07-02
(https://github.com/Geant4/geant4/pull/46)
13-07-21 I. Hrivnacova (exampleB2-V10-07-02)
- Introduced namespace instead of a class names prefix
- Declare overriding functions 'override' (and removed 'virtual' keyword)
+1 -1
View File
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-00-patch-01 (8-March-2022)
Geant4 version Name: geant4-11-00-patch-02 (25-May-2022)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
+1 -1
View File
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-00-patch-01 (8-March-2022)
Geant4 version Name: geant4-11-00-patch-02 (25-May-2022)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
+1 -1
View File
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-00-patch-01 (8-March-2022)
Geant4 version Name: geant4-11-00-patch-02 (25-May-2022)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
+1 -1
View File
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-00-patch-01 (8-March-2022)
Geant4 version Name: geant4-11-00-patch-02 (25-May-2022)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
+1 -1
View File
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-00-patch-01 (8-March-2022)
Geant4 version Name: geant4-11-00-patch-02 (25-May-2022)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
+2 -2
View File
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-00-patch-01 (8-March-2022)
Geant4 version Name: geant4-11-00-patch-02 (25-May-2022)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -1041,4 +1041,4 @@ Using
"/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated.
Graphics systems deleted.
Visualization Manager deleting...
### deleting chargedFilter 0x285aa70
### deleting chargedFilter 0x1de6a80
+1 -1
View File
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-00-patch-01 (8-March-2022)
Geant4 version Name: geant4-11-00-patch-02 (25-May-2022)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-00-patch-01 (8-March-2022)
Geant4 version Name: geant4-11-00-patch-02 (25-May-2022)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -10,7 +10,7 @@
**************************************************************
Geant4 version Name: geant4-11-00-patch-01 (8-March-2022)
Geant4 version Name: geant4-11-00-patch-02 (25-May-2022)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-00-patch-01 (8-March-2022)
Geant4 version Name: geant4-11-00-patch-02 (25-May-2022)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -978,13 +978,13 @@ G4ConvergenceTester Output Result of DOSE_TALLY
R = 0.0301732
SHIFT = 2.09659e-13
VOV = 0.00018065
FOM = 4775.63
FOM = 3922.84
THE LARGEST SCORE = 1.08259e-11 and it happened at 601th event
Affected Mean = 4.83451e-12 and its ratio to original is 1.00124
Affected VAR = 2.12408e-23 and its ratio to original is 1.00069
Affected R = 0.0301311 and its ratio to original is 0.998607
Affected SHIFT = 2.05399e-13 and its ratio to original is 0.979682
Affected FOM = 4775.63 and its ratio to original is 1
Affected FOM = 3922.84 and its ratio to original is 1
MEAN distribution is RANDOM
r follows 1/std::sqrt(N)
r is monotonically decrease
@@ -998,22 +998,22 @@ This result passes 6 / 8 Convergence Test.
G4ConvergenceTester Output History of DOSE_TALLY
i/16 till_ith mean var sd r vov fom shift e r2eff r2int
1 62 5.3302e-12 2.21148e-23 4.70264e-12 0.111155 0.0023602 351.897 -3.63117e-13 0.619048 0.00976801 0.00239127
2 124 5.08013e-12 2.09543e-23 4.57759e-12 0.0805948 0.00152792 669.358 -1.09839e-13 0.616 0.00498701 0.00145654
3 187 5.1462e-12 2.11825e-23 4.60245e-12 0.0652263 0.000965541 1021.94 -9.80844e-14 0.632979 0.00308421 0.00114763
4 249 5.06485e-12 2.11935e-23 4.60364e-12 0.0574864 0.000695975 1315.66 -1.68824e-14 0.628 0.00236943 0.000922037
5 312 5.14079e-12 2.1336e-23 4.61909e-12 0.0507872 0.000550545 1685.64 -7.59996e-14 0.638978 0.00180511 0.000765988
6 374 5.2572e-12 2.17172e-23 4.66018e-12 0.0457754 0.00042205 2074.95 -1.83537e-13 0.64 0.0015 0.000589803
7 437 5.15334e-12 2.14152e-23 4.62766e-12 0.0429077 0.0003833 2361.57 -8.75699e-14 0.636986 0.00130112 0.000535743
8 499 5.10341e-12 2.13083e-23 4.61609e-12 0.040451 0.000342355 2657.14 -4.8509e-14 0.632 0.00116456 0.000468451
9 562 5.02573e-12 2.12573e-23 4.61056e-12 0.0386634 0.000308434 2908.52 2.12688e-14 0.625222 0.00106471 0.000427495
10 624 4.9829e-12 2.1235e-23 4.60815e-12 0.0369917 0.000280621 3177.34 6.16979e-14 0.6208 0.00097732 0.000388879
11 687 4.90672e-12 2.10995e-23 4.59341e-12 0.0356903 0.000267826 3413.28 1.36212e-13 0.619186 0.000893929 0.000378015
12 749 4.92921e-12 2.11531e-23 4.59925e-12 0.0340705 0.000240212 3745.54 1.13004e-13 0.621333 0.000812589 0.000346663
13 812 4.84199e-12 2.11232e-23 4.596e-12 0.0332898 0.000225605 3923.29 1.87941e-13 0.615006 0.000769988 0.000336859
14 874 4.81584e-12 2.12033e-23 4.6047e-12 0.032324 0.00020701 4161.23 2.19536e-13 0.611429 0.000726302 0.000317345
15 937 4.81347e-12 2.12619e-23 4.61106e-12 0.0312782 0.000189994 4444.16 2.22258e-13 0.609808 0.000682154 0.000295127
16 999 4.82852e-12 2.12261e-23 4.60718e-12 0.0301732 0.00018065 4775.63 2.09659e-13 0.612 0.000633987 0.000275522
1 62 5.3302e-12 2.21148e-23 4.70264e-12 0.111155 0.0023602 299.764 -3.63117e-13 0.619048 0.00976801 0.00239127
2 124 5.08013e-12 2.09543e-23 4.57759e-12 0.0805948 0.00152792 570.194 -1.09839e-13 0.616 0.00498701 0.00145654
3 187 5.1462e-12 2.11825e-23 4.60245e-12 0.0652263 0.000965541 870.544 -9.80844e-14 0.632979 0.00308421 0.00114763
4 249 5.06485e-12 2.11935e-23 4.60364e-12 0.0574864 0.000695975 1120.74 -1.68824e-14 0.628 0.00236943 0.000922037
5 312 5.14079e-12 2.1336e-23 4.61909e-12 0.0507872 0.000550545 1384.63 -7.59996e-14 0.638978 0.00180511 0.000765988
6 374 5.2572e-12 2.17172e-23 4.66018e-12 0.0457754 0.00042205 1704.42 -1.83537e-13 0.64 0.0015 0.000589803
7 437 5.15334e-12 2.14152e-23 4.62766e-12 0.0429077 0.0003833 1939.86 -8.75699e-14 0.636986 0.00130112 0.000535743
8 499 5.10341e-12 2.13083e-23 4.61609e-12 0.040451 0.000342355 2182.65 -4.8509e-14 0.632 0.00116456 0.000468451
9 562 5.02573e-12 2.12573e-23 4.61056e-12 0.0386634 0.000308434 2389.14 2.12688e-14 0.625222 0.00106471 0.000427495
10 624 4.9829e-12 2.1235e-23 4.60815e-12 0.0369917 0.000280621 2609.95 6.16979e-14 0.6208 0.00097732 0.000388879
11 687 4.90672e-12 2.10995e-23 4.59341e-12 0.0356903 0.000267826 2803.77 1.36212e-13 0.619186 0.000893929 0.000378015
12 749 4.92921e-12 2.11531e-23 4.59925e-12 0.0340705 0.000240212 3076.69 1.13004e-13 0.621333 0.000812589 0.000346663
13 812 4.84199e-12 2.11232e-23 4.596e-12 0.0332898 0.000225605 3222.7 1.87941e-13 0.615006 0.000769988 0.000336859
14 874 4.81584e-12 2.12033e-23 4.6047e-12 0.032324 0.00020701 3418.15 2.19536e-13 0.611429 0.000726302 0.000317345
15 937 4.81347e-12 2.12619e-23 4.61106e-12 0.0312782 0.000189994 3650.56 2.22258e-13 0.609808 0.000682154 0.000295127
16 999 4.82852e-12 2.12261e-23 4.60718e-12 0.0301732 0.00018065 3922.84 2.09659e-13 0.612 0.000633987 0.000275522
--------------------End of Global Run-----------------------
The run consists of 1000 proton of 210 MeV
+1 -1
View File
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-00-patch-01 (8-March-2022)
Geant4 version Name: geant4-11-00-patch-02 (25-May-2022)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
+1 -1
View File
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-00-patch-01 (8-March-2022)
Geant4 version Name: geant4-11-00-patch-02 (25-May-2022)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
+21 -21
View File
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-00-patch-01 (8-March-2022)
Geant4 version Name: geant4-11-00-patch-02 (25-May-2022)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -636,24 +636,24 @@ ipre_over_ipost = 4096.
=============================================================
=============================================================
Volume | Tr.Entering | Population | Collisions | Coll*WGT | NumWGTedE | FluxWGTedE | Av.Tr.WGT | SL | SLW | SLW_v | SLWE | SLWE_v |
cell_00 | 45 | 140 | 0 | 0 | 0.00179583 | 2.46838 | 1 | 7798.45 | 7798.45 | 401113 | 19249.5 | 720.331 |
cell_01 | 146 | 172 | 350 | 350 | 0.00185629 | 4.57273 | 1 | 23291.2 | 23291.2 | 1.55782e+06 | 106504 | 2891.77 |
cell_02 | 183 | 300 | 882 | 441 | 0.000622102 | 3.00492 | 0.5 | 50695.2 | 25347.6 | 3.67066e+06 | 76167.5 | 2283.52 |
cell_03 | 298 | 442 | 1545 | 386.25 | 0.000990669 | 2.3111 | 0.25 | 84523.4 | 21130.9 | 1.55746e+06 | 48835.6 | 1542.93 |
cell_04 | 433 | 638 | 2284 | 285.5 | 0.000723396 | 1.71414 | 0.125 | 122008 | 15251 | 1.22864e+06 | 26142.4 | 888.791 |
cell_05 | 647 | 890 | 3705 | 231.562 | 0.000293799 | 1.26581 | 0.0625 | 181258 | 11328.6 | 1.78378e+06 | 14339.9 | 524.074 |
cell_06 | 924 | 1242 | 5390 | 168.438 | 0.000210364 | 0.972997 | 0.03125 | 258271 | 8070.97 | 1.4909e+06 | 7853.03 | 313.632 |
cell_07 | 1221 | 1639 | 7199 | 112.484 | 0.000167155 | 0.836705 | 0.015625 | 340724 | 5323.81 | 1.13118e+06 | 4454.46 | 189.082 |
cell_08 | 1455 | 1980 | 9156 | 71.5312 | 0.000146464 | 0.692297 | 0.0078125 | 427639 | 3340.93 | 706997 | 2312.92 | 103.549 |
cell_09 | 1775 | 2382 | 11138 | 43.5078 | 0.000112999 | 0.629366 | 0.00390625 | 500874 | 1956.54 | 487280 | 1231.38 | 55.0621 |
cell_10 | 2063 | 2843 | 13364 | 26.1016 | 9.97942e-05 | 0.588971 | 0.00195312 | 594798 | 1161.71 | 309883 | 684.216 | 30.9245 |
cell_11 | 2356 | 3189 | 14797 | 14.4502 | 8.25548e-05 | 0.532869 | 0.000976562 | 650952 | 635.695 | 188460 | 338.742 | 15.5583 |
cell_12 | 2622 | 3578 | 17257 | 8.42627 | 7.54696e-05 | 0.455597 | 0.000488281 | 753181 | 367.764 | 107530 | 167.552 | 8.11523 |
cell_13 | 2789 | 3801 | 18047 | 4.40601 | 6.4285e-05 | 0.40412 | 0.000244141 | 789224 | 192.682 | 60967.3 | 77.8666 | 3.91928 |
cell_14 | 2963 | 4123 | 19419 | 2.37048 | 6.12111e-05 | 0.404346 | 0.00012207 | 832586 | 101.634 | 33444.3 | 41.0953 | 2.04716 |
cell_15 | 3127 | 4371 | 20402 | 1.24524 | 6.15478e-05 | 0.406054 | 6.10352e-05 | 878179 | 53.5998 | 17589.2 | 21.7644 | 1.08257 |
cell_16 | 3278 | 4589 | 21592 | 0.658936 | 6.29114e-05 | 0.384365 | 3.05176e-05 | 926160 | 28.2642 | 8897.31 | 10.8637 | 0.559742 |
cell_17 | 3194 | 4683 | 21076 | 0.321594 | 5.9268e-05 | 0.360287 | 1.52588e-05 | 911512 | 13.9086 | 4397.28 | 5.01107 | 0.260618 |
cell_18 | 2258 | 4178 | 17545 | 0.133858 | 6.51409e-05 | 0.407939 | 7.62939e-06 | 764514 | 5.83278 | 1865.44 | 2.37942 | 0.121516 |
cell_19 | 1911 | 1911 | 0 | 0 | 9.48724e-05 | 0.59211 | 7.62939e-06 | 301419 | 2.29964 | 677.027 | 1.36164 | 0.0642312 |
cell_00 | 42 | 137 | 0 | 0 | 0.00187798 | 2.58678 | 1 | 7435.72 | 7435.72 | 381201 | 19234.6 | 715.888 |
cell_01 | 143 | 169 | 326 | 326 | 0.00186836 | 4.71158 | 1 | 22601.2 | 22601.2 | 1.53793e+06 | 106487 | 2873.41 |
cell_02 | 180 | 299 | 884 | 442 | 0.000662167 | 3.01184 | 0.5 | 51114 | 25557 | 3.52414e+06 | 76973.5 | 2333.57 |
cell_03 | 300 | 452 | 1512 | 378 | 0.00122066 | 2.32281 | 0.25 | 83802.9 | 20950.7 | 1.27676e+06 | 48664.6 | 1558.49 |
cell_04 | 450 | 662 | 2359 | 294.875 | 0.000633263 | 1.75479 | 0.125 | 126114 | 15764.2 | 1.48076e+06 | 27662.9 | 937.708 |
cell_05 | 689 | 951 | 3835 | 239.688 | 0.000340383 | 1.31797 | 0.0625 | 192676 | 12042.3 | 1.71179e+06 | 15871.4 | 582.663 |
cell_06 | 985 | 1313 | 5763 | 180.094 | 0.000212153 | 0.971561 | 0.03125 | 276370 | 8636.57 | 1.57994e+06 | 8390.95 | 335.19 |
cell_07 | 1311 | 1750 | 7696 | 120.25 | 0.000159737 | 0.835298 | 0.015625 | 360035 | 5625.55 | 1.22257e+06 | 4699.01 | 195.29 |
cell_08 | 1569 | 2119 | 9819 | 76.7109 | 0.000144459 | 0.71372 | 0.0078125 | 457691 | 3575.71 | 770507 | 2552.06 | 111.307 |
cell_09 | 1913 | 2562 | 11987 | 46.8242 | 0.000109508 | 0.629828 | 0.00390625 | 536383 | 2095.25 | 533853 | 1319.65 | 58.4611 |
cell_10 | 2184 | 3018 | 14272 | 27.875 | 0.000104244 | 0.606641 | 0.00195312 | 632911 | 1236.15 | 322686 | 749.902 | 33.6382 |
cell_11 | 2477 | 3344 | 15561 | 15.1963 | 8.59806e-05 | 0.537942 | 0.000976562 | 683344 | 667.328 | 191946 | 358.984 | 16.5037 |
cell_12 | 2758 | 3757 | 18079 | 8.82764 | 7.70425e-05 | 0.461918 | 0.000488281 | 792784 | 387.102 | 112547 | 178.809 | 8.67088 |
cell_13 | 2937 | 4002 | 18859 | 4.60425 | 6.62855e-05 | 0.419788 | 0.000244141 | 824639 | 201.328 | 63615.7 | 84.5151 | 4.2168 |
cell_14 | 3097 | 4332 | 20204 | 2.46631 | 6.40584e-05 | 0.421251 | 0.00012207 | 870071 | 106.21 | 34811.1 | 44.741 | 2.22994 |
cell_15 | 3259 | 4573 | 21270 | 1.29822 | 6.33226e-05 | 0.416255 | 6.10352e-05 | 918808 | 56.0796 | 18431.5 | 23.3434 | 1.16713 |
cell_16 | 3403 | 4776 | 22598 | 0.689636 | 6.27419e-05 | 0.386088 | 3.05176e-05 | 964268 | 29.4271 | 9348.31 | 11.3615 | 0.586531 |
cell_17 | 3329 | 4835 | 21968 | 0.335205 | 5.95469e-05 | 0.361499 | 1.52588e-05 | 944928 | 14.4184 | 4563.87 | 5.21226 | 0.271764 |
cell_18 | 2349 | 4334 | 18483 | 0.141014 | 6.39378e-05 | 0.399177 | 7.62939e-06 | 804435 | 6.13735 | 1966.82 | 2.44989 | 0.125754 |
cell_19 | 1971 | 1971 | 0 | 0 | 9.72052e-05 | 0.58562 | 7.62939e-06 | 311518 | 2.37669 | 679.726 | 1.39184 | 0.0660729 |
=============================================
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-00-patch-01 (8-March-2022)
Geant4 version Name: geant4-11-00-patch-02 (25-May-2022)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-00-patch-01 (8-March-2022)
Geant4 version Name: geant4-11-00-patch-02 (25-May-2022)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-00-patch-01 (8-March-2022)
Geant4 version Name: geant4-11-00-patch-02 (25-May-2022)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -936,7 +936,7 @@ GB03BOptrGeometryBasedBiasing : starting run with splitting factor = 2, and prob
Run terminated.
Run Summary
Number of events processed : 10
User=0.050000s Real=0.056418s Sys=0.000000s
User=0.080000s Real=0.085424s Sys=0.000000s
0 events have been kept for refreshing and/or reviewing.
"/vis/reviewKeptEvents" to review them one by one.
"/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated.
@@ -999,7 +999,7 @@ GB03BOptrGeometryBasedBiasing : starting run with splitting factor = 2, and prob
Run terminated.
Run Summary
Number of events processed : 10
User=0.110000s Real=0.105808s Sys=0.000000s
User=0.270000s Real=0.274482s Sys=0.000000s
0 events have been kept for refreshing and/or reviewing.
"/vis/reviewKeptEvents" to review them one by one.
"/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated.
@@ -1018,10 +1018,10 @@ G4SDManager deleted.
EventManager deleted.
Units table cleared.
TransportationManager deleted.
Total navigation history collections cleaned: 28
Total navigation history collections cleaned: 32
G4RNGHelper object is deleted.
================== Deleting memory pools ===================
Pool ID '20G4NavigationLevelRep', size : 0.0404 MB
Pool ID '20G4NavigationLevelRep', size : 0.0461 MB
Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB
Pool ID '16G4SmartVoxelNode', size : 0.000961 MB
Pool ID '17G4SmartVoxelProxy', size : 0.000961 MB
@@ -1031,12 +1031,12 @@ Pool ID '17G4PrimaryParticle', size : 0.000961 MB
Pool ID '15G4HCofThisEvent', size : 0.000961 MB
Pool ID '16G4HitsCollection', size : 0 MB
Pool ID '17G4DynamicParticle', size : 0.00481 MB
Pool ID '7G4Track', size : 0.00865 MB
Pool ID '7G4Track', size : 0.00961 MB
Pool ID '18G4TouchableHistory', size : 0.00385 MB
Pool ID '15G4CountedObjectIvE', size : 0.000961 MB
Pool ID '10G4Fragment', size : 0.000961 MB
Number of memory pools allocated: 14 of which, static: 0
Dynamic pools deleted: 14 / Total memory freed: 0.066 MB
Dynamic pools deleted: 14 / Total memory freed: 0.073 MB
============================================================
G4Allocator objects are deleted.
UImanager deleted.
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-00-patch-01 (8-March-2022)
Geant4 version Name: geant4-11-00-patch-02 (25-May-2022)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -1242,7 +1242,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu
Run terminated.
Run Summary
Number of events processed : 10
User=0.000000s Real=0.001891s Sys=0.000000s
User=0.010000s Real=0.002597s Sys=0.000000s
0 events have been kept for refreshing and/or reviewing.
"/vis/reviewKeptEvents" to review them one by one.
"/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated.
@@ -2568,7 +2568,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu
Run terminated.
Run Summary
Number of events processed : 10
User=0.010000s Real=0.007894s Sys=0.000000s
User=0.000000s Real=0.006379s Sys=0.000000s
0 events have been kept for refreshing and/or reviewing.
"/vis/reviewKeptEvents" to review them one by one.
"/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated.
@@ -4302,7 +4302,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu
Run terminated.
Run Summary
Number of events processed : 10
User=0.000000s Real=0.008918s Sys=0.000000s
User=0.010000s Real=0.007737s Sys=0.000000s
0 events have been kept for refreshing and/or reviewing.
"/vis/reviewKeptEvents" to review them one by one.
"/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated.
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-00-patch-01 (8-March-2022)
Geant4 version Name: geant4-11-00-patch-02 (25-May-2022)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-00-patch-01 (8-March-2022)
Geant4 version Name: geant4-11-00-patch-02 (25-May-2022)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
File diff suppressed because it is too large Load Diff
@@ -10,7 +10,7 @@
**************************************************************
Geant4 version Name: geant4-11-00-patch-01 (8-March-2022)
Geant4 version Name: geant4-11-00-patch-02 (25-May-2022)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -400,7 +400,7 @@ nb event 170000
Run terminated.
Run Summary
Run Aborted after 171668 events processed.
User=60.920000s Real=63.857109s Sys=0.120000s
User=72.220000s Real=80.751766s Sys=0.150000s
Results of reverse/adjoint simulation!
normalised edep [MeV] = 0.00163805
error[MeV] = 1.63799e-05
@@ -10,7 +10,7 @@
**************************************************************
Geant4 version Name: geant4-11-00-patch-01 (8-March-2022)
Geant4 version Name: geant4-11-00-patch-02 (25-May-2022)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -155,7 +155,7 @@ Index : 0 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 1
User=0.000000s Real=0.000350s Sys=0.000000s
User=0.000000s Real=0.000523s Sys=0.000000s
Material: Water density: 1.000 g/cm3 RadL: 36.092 cm Nucl.Int.Length: 75.356 cm
Imean: 78.000 eV temperature: 293.15 K pressure: 1.00 atm
@@ -225,7 +225,7 @@ Index : 1 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 1
User=0.000000s Real=0.000116s Sys=0.000000s
User=0.000000s Real=0.000179s Sys=0.000000s
G4 kernel has come to Quit state.
================== Deleting memory pools ===================
Number of memory pools allocated: 9 of which, static: 0
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-00-patch-01 (8-March-2022)
Geant4 version Name: geant4-11-00-patch-02 (25-May-2022)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -619,7 +619,7 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008
Run terminated.
Run Summary
Number of events processed : 2000
User=1.050000s Real=1.083970s Sys=0.000000s
User=1.240000s Real=1.251645s Sys=0.000000s
======================== run summary ======================
@@ -688,7 +688,7 @@ N=17 V[N]={1199157010510595525, 1644498781111636774, 1053149034509071624, 171430
Run terminated.
Run Summary
Number of events processed : 2000
User=0.060000s Real=0.059293s Sys=0.000000s
User=0.060000s Real=0.065089s Sys=0.010000s
======================== run summary ======================
@@ -10,7 +10,7 @@
**************************************************************
Geant4 version Name: geant4-11-00-patch-01 (8-March-2022)
Geant4 version Name: geant4-11-00-patch-02 (25-May-2022)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -212,10 +212,10 @@ Lorentz Factor XTR photon number
8.085e+04 3.154
9.283e+04 3.154
total time for build X-ray TR energy loss tables = 0.62 s
total time for build X-ray TR energy loss tables = 0.66 s
Build angle for energy distribution according the current radiator
total time for build X-ray TR angle for energy loss tables = 1.89 s
total time for build X-ray TR angle for energy loss tables = 2.05 s
msc: for e+ SubType= 10
===== EM models for the G4Region DefaultRegionForTheWorld ======
@@ -302,10 +302,10 @@ Lorentz Factor XTR photon number
8.085e+04 3.154
9.283e+04 3.154
total time for build X-ray TR energy loss tables = 0.62 s
total time for build X-ray TR energy loss tables = 0.65 s
Build angle for energy distribution according the current radiator
total time for build X-ray TR angle for energy loss tables = 1.89 s
total time for build X-ray TR angle for energy loss tables = 2.06 s
msc: for proton SubType= 10
===== EM models for the G4Region DefaultRegionForTheWorld ======
@@ -632,22 +632,22 @@ Index : 2 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 1000
User=0.190000s Real=0.196116s Sys=0.000000s
User=0.220000s Real=0.224727s Sys=0.000000s
================== run summary =====================
End of Run TotNbofEvents = 1000
Mean energy deposit in absorber = 0.0476846 +-0.0183217 MeV
Total number of XTR gammas = 2658
Total number of all gammas = 2752
Mean energy deposit in absorber = 0.0488615 +-0.0190016 MeV
Total number of XTR gammas = 2711
Total number of all gammas = 2805
--------- Ranecu engine status ---------
Initial seed (index) = 0
Current couple of seeds = 1890936381, 504482632
Current couple of seeds = 845246388, 1720806323
----------------------------------------
... write file : testem10.root - done
... close file : testem10.root - done
G4 kernel has come to Quit state.
================== Deleting memory pools ===================
Number of memory pools allocated: 12 of which, static: 0
Dynamic pools deleted: 12 / Total memory freed: 0.043 MB
Dynamic pools deleted: 12 / Total memory freed: 0.044 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-00-patch-01 (8-March-2022)
Geant4 version Name: geant4-11-00-patch-02 (25-May-2022)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -538,7 +538,7 @@ Index : 1 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 20000
User=0.580000s Real=0.590438s Sys=0.000000s
User=0.650000s Real=0.656483s Sys=0.000000s
======================== run summary =====================
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-00-patch-01 (8-March-2022)
Geant4 version Name: geant4-11-00-patch-02 (25-May-2022)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -542,7 +542,7 @@ Index : 0 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 10000
User=0.710000s Real=0.733203s Sys=0.000000s
User=0.810000s Real=0.821229s Sys=0.000000s
======================== run summary =====================
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-00-patch-01 (8-March-2022)
Geant4 version Name: geant4-11-00-patch-02 (25-May-2022)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -179,7 +179,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics
Run terminated.
Run Summary
Number of events processed : 1000000
User=1.850000s Real=1.957958s Sys=0.010000s
User=2.340000s Real=2.367493s Sys=0.000000s
======================== run summary ======================
@@ -246,7 +246,7 @@ Index : 0 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 1000000
User=2.060000s Real=2.097114s Sys=0.000000s
User=2.490000s Real=2.534999s Sys=0.000000s
======================== run summary ======================
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-00-patch-01 (8-March-2022)
Geant4 version Name: geant4-11-00-patch-02 (25-May-2022)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -179,7 +179,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics
Run terminated.
Run Summary
Number of events processed : 1000000
User=2.810000s Real=2.915224s Sys=0.010000s
User=3.290000s Real=3.347583s Sys=0.010000s
======================== run summary ======================
@@ -249,7 +249,7 @@ Index : 0 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 1000000
User=2.520000s Real=2.596189s Sys=0.000000s
User=2.980000s Real=3.028011s Sys=0.000000s
======================== run summary ======================
@@ -10,7 +10,7 @@
**************************************************************
Geant4 version Name: geant4-11-00-patch-01 (8-March-2022)
Geant4 version Name: geant4-11-00-patch-02 (25-May-2022)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -71,7 +71,7 @@
Material: Carbon density: 2.267 g/cm3 RadL: 18.834 cm Nucl.Int.Length: 35.357 cm
Imean: 81.000 eV temperature: 293.15 K pressure: 1.00 atm
Imean: 78.000 eV temperature: 293.15 K pressure: 1.00 atm
---> Element: C (C) Z = 6.0 N = 12 A = 12.011 g/mole
---> Isotope: C12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.930 %
@@ -563,7 +563,7 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008
Run terminated.
Run Summary
Number of events processed : 10000
User=0.030000s Real=0.032701s Sys=0.000000s
User=0.040000s Real=0.035916s Sys=0.000000s
The run consists of 10000 e- of 5 MeV through 100 m of Water (density: 1 g/cm3 )
@@ -635,7 +635,7 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008
Run terminated.
Run Summary
Number of events processed : 10000
User=0.050000s Real=0.053762s Sys=0.000000s
User=0.050000s Real=0.054491s Sys=0.000000s
The run consists of 10000 e- of 100 keV through 100 m of Water (density: 1 g/cm3 )
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-00-patch-01 (8-March-2022)
Geant4 version Name: geant4-11-00-patch-02 (25-May-2022)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -31,7 +31,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
Material: Carbon density: 2.265 g/cm3 RadL: 18.851 cm Nucl.Int.Length: 35.388 cm
Imean: 81.000 eV temperature: 293.15 K pressure: 1.00 atm
Imean: 78.000 eV temperature: 293.15 K pressure: 1.00 atm
---> Element: C (C) Z = 6.0 N = 12 A = 12.011 g/mole
---> Isotope: C12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.930 %
@@ -330,7 +330,7 @@ G4SynchrotronRadiation::GetRandomEnergySR :
Run terminated.
Run Summary
Number of events processed : 100
User=0.150000s Real=0.152111s Sys=0.000000s
User=0.180000s Real=0.182516s Sys=0.010000s
Summary for synchrotron radiation :
Number of photons = 65086
Emean = 20.39 +/- 0.1444 keV
@@ -10,7 +10,7 @@
**************************************************************
Geant4 version Name: geant4-11-00-patch-01 (8-March-2022)
Geant4 version Name: geant4-11-00-patch-02 (25-May-2022)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -46,7 +46,7 @@
Material: CaCO3 density: 2.800 g/cm3 RadL: 8.581 cm Nucl.Int.Length: 34.749 cm
Imean: 123.236 eV temperature: 293.15 K pressure: 1.00 atm
Imean: 122.680 eV temperature: 293.15 K pressure: 1.00 atm
---> Element: Calcium (Ca) Z = 20.0 N = 40 A = 40.080 g/mole
---> Isotope: Ca40 Z = 20 N = 40 A = 39.96 g/mole abundance: 96.941 %
@@ -70,7 +70,7 @@
Material: Carbon density: 2.265 g/cm3 RadL: 18.851 cm Nucl.Int.Length: 35.388 cm
Imean: 81.000 eV temperature: 293.15 K pressure: 1.00 atm
Imean: 78.000 eV temperature: 293.15 K pressure: 1.00 atm
---> Element: C (C) Z = 6.0 N = 12 A = 12.011 g/mole
---> Isotope: C12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.930 %
@@ -629,7 +629,7 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008
Run terminated.
Run Summary
Number of events processed : 10000
User=1.240000s Real=1.329997s Sys=0.010000s
User=1.430000s Real=1.453049s Sys=0.000000s
The run consists of 10000 mu+ of 10 TeV through 1 m of Iron (density: 7.9 g/cm3 )
@@ -686,7 +686,7 @@ N=17 V[N]={235111648556098168, 316769674826657036, 1324819056878075668, 18751990
Run terminated.
Run Summary
Number of events processed : 10000
User=1.150000s Real=1.217317s Sys=0.000000s
User=1.340000s Real=1.365755s Sys=0.000000s
The run consists of 10000 pi+ of 10 TeV through 1 m of Iron (density: 7.9 g/cm3 )
@@ -742,7 +742,7 @@ N=17 V[N]={1508607969306287352, 1791867730457931969, 1738067224946617316, 200793
Run terminated.
Run Summary
Number of events processed : 10000
User=1.070000s Real=1.093297s Sys=0.000000s
User=1.290000s Real=1.346359s Sys=0.000000s
The run consists of 10000 proton of 10 TeV through 1 m of Iron (density: 7.9 g/cm3 )
@@ -10,7 +10,7 @@
**************************************************************
Geant4 version Name: geant4-11-00-patch-01 (8-March-2022)
Geant4 version Name: geant4-11-00-patch-02 (25-May-2022)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -209,7 +209,7 @@ Index : 0 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 100000
User=0.410000s Real=0.417211s Sys=0.000000s
User=0.480000s Real=0.489784s Sys=0.000000s
======================== run summary ======================
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-00-patch-01 (8-March-2022)
Geant4 version Name: geant4-11-00-patch-02 (25-May-2022)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -596,7 +596,7 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008
Run terminated.
Run Summary
Number of events processed : 100
User=2.030000s Real=2.073036s Sys=0.010000s
User=2.390000s Real=2.452373s Sys=0.010000s
LOGITUDINAL PROFILE CUMULATIVE LOGITUDINAL PROFILE
bin Mean rms bin Mean rms
@@ -0,0 +1,563 @@
Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type...
############################################
!!! WARNING - FPE detection is activated !!!
############################################
################################
!!! G4Backtrace is activated !!!
################################
**************************************************************
Geant4 version Name: geant4-11-00-patch-02 (25-May-2022)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
: NIM A 835 (2016), 186-225
WWW : http://geant4.org/
**************************************************************
#
/testem/det/setNbOfLayers 1
/testem/det/setNbOfAbsor 1
/testem/det/setAbsor 1 Aluminium 10 cm
/testem/det/setSizeYZ 10 cm
#
/run/setCut 2 cm
#
/run/initialize
-------------------------------------------------------------
---> The calorimeter is 1 layers of:
Aluminium: 10 cm
-------------------------------------------------------------
Material: Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 113427284.261 pc
Imean: 19.200 eV temperature: 2.73 K pressure: 0.00 atm
---> Element: H (H) Z = 1.0 N = 1 A = 1.008 g/mole
---> Isotope: H1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.989 %
---> Isotope: H2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.011 %
ElmMassFraction: 100.00 % ElmAbundance 100.00 %
Material: Aluminium density: 2.700 g/cm3 RadL: 8.893 cm Nucl.Int.Length: 38.880 cm
Imean: 166.000 eV temperature: 293.15 K pressure: 1.00 atm
---> Element: Al (Al) Z = 13.0 N = 27 A = 26.982 g/mole
---> Isotope: Al27 Z = 13 N = 27 A = 26.98 g/mole abundance: 100.000 %
ElmMassFraction: 100.00 % ElmAbundance 100.00 %
-------------------------------------------------------------
#
/globalField/setValue 0 0 10 tesla
#
/testem/gun/setDefault
/testem/gun/rndm 0.1
/gun/particle proton
/gun/energy 300 MeV
#
/run/printProgress 0
/run/beamOn 10
=======================================================================
====== Electromagnetic Physics Parameters ========
=======================================================================
LPM effect enabled 1
Enable creation and use of sampling tables 0
Apply cuts on all EM processes 0
Use general process 0
Enable linear polarisation for gamma 0
Enable sampling of quantum entanglement 0
X-section factor for integral approach 0.8
Min kinetic energy for tables 100 eV
Max kinetic energy for tables 100 TeV
Number of bins per decade of a table 20
Verbose level 1
Verbose level for worker thread 0
Bremsstrahlung energy threshold above which
primary e+- is added to the list of secondary 100 TeV
Bremsstrahlung energy threshold above which primary
muon/hadron is added to the list of secondary 100 TeV
Lowest triplet kinetic energy 1 MeV
Enable sampling of gamma linear polarisation 0
5D gamma conversion model type 0
5D gamma conversion model on isolated ion 0
Livermore data directory livermore
=======================================================================
====== Ionisation Parameters ========
=======================================================================
Step function for e+- (0.2, 0.01 mm)
Step function for muons/hadrons (0.1, 0.05 mm)
Step function for light ions (0.1, 0.02 mm)
Step function for general ions (0.1, 0.001 mm)
Lowest e+e- kinetic energy 100 eV
Lowest muon/hadron kinetic energy 1 keV
Fluctuations of dE/dx are enabled 1
Use ICRU90 data 1
Use built-in Birks satuaration 0
Build CSDA range enabled 0
Use cut as a final range enabled 0
Enable angular generator interface 1
Max kinetic energy for CSDA tables 1 GeV
Max kinetic energy for NIEL computation 1 MeV
Linear loss limit 0.01
Read data from file for e+e- pair production by mu 0
=======================================================================
====== Multiple Scattering Parameters ========
=======================================================================
Type of msc step limit algorithm for e+- 2
Type of msc step limit algorithm for muons/hadrons 0
Msc lateral displacement for e+- enabled 1
Msc lateral displacement for muons and hadrons 1
Urban msc model lateral displacement alg96 1
Range factor for msc step limit for e+- 0.08
Range factor for msc step limit for muons/hadrons 0.2
Geometry factor for msc step limitation of e+- 2.5
Safety factor for msc step limit for e+- 0.6
Skin parameter for msc step limitation of e+- 3
Lambda limit for msc step limit for e+- 1 mm
Use Mott correction for e- scattering 1
Factor used for dynamic computation of angular
limit between single and multiple scattering 1
Fixed angular limit between single
and multiple scattering 3.1416 rad
Upper energy limit for e+- multiple scattering 100 MeV
Type of electron single scattering model 0
Type of nuclear form-factor 1
Screening factor 1
=======================================================================
====== Atomic Deexcitation Parameters ========
=======================================================================
Fluorescence enabled 1
Fluorescence Bearden data files enabled 0
Fluorescence ANSTO data files enabled 0
Auger electron cascade enabled 0
PIXE atomic de-excitation enabled 0
De-excitation module ignores cuts 0
Type of PIXE cross section for hadrons Empirical
Type of PIXE cross section for e+- Livermore
=======================================================================
### === Deexcitation model UAtomDeexcitation is activated for 1 region:
DefaultRegionForTheWorld 1 0 0
### === Ignore cuts flag: 0
phot: for gamma SubType=12 BuildTable=0
LambdaPrime table from 200 keV to 100 TeV in 174 bins
===== EM models for the G4Region DefaultRegionForTheWorld ======
LivermorePhElectric : Emin= 0 eV Emax= 100 TeV SauterGavrila Fluo
compt: for gamma SubType=13 BuildTable=1
Lambda table from 100 eV to 1 MeV, 20 bins/decade, spline: 1
LambdaPrime table from 1 MeV to 100 TeV in 160 bins
===== EM models for the G4Region DefaultRegionForTheWorld ======
LowEPComptonModel : Emin= 0 eV Emax= 20 MeV Fluo
KleinNishina : Emin= 20 MeV Emax= 100 TeV Fluo
conv: for gamma SubType=14 BuildTable=1
Lambda table from 1.022 MeV to 100 TeV, 20 bins/decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
BetheHeitler5D : Emin= 0 eV Emax= 100 TeV ModifiedTsai
Rayl: for gamma SubType=11 BuildTable=1
Lambda table from 100 eV to 100 keV, 20 bins/decade, spline: 0
LambdaPrime table from 100 keV to 100 TeV in 180 bins
===== EM models for the G4Region DefaultRegionForTheWorld ======
LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator
msc: for e- SubType= 10
===== EM models for the G4Region DefaultRegionForTheWorld ======
GoudsmitSaunderson : Emin= 0 eV Emax= 100 MeV Nbins=120 100 eV - 100 MeV
StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm
WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV
StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm
eIoni: for e- XStype:1 SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 240 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1
StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
LowEnergyIoni : Emin= 0 eV Emax= 100 keV deltaVI
MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI
eBrem: for e- XStype:4 SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 240 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1
LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000
===== EM models for the G4Region DefaultRegionForTheWorld ======
eBremSB : Emin= 0 eV Emax= 1 GeV AngularGen2BS
eBremLPM : Emin= 1 GeV Emax= 100 TeV AngularGen2BS
ePairProd: for e- XStype:1 SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 240 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0
Sampling table 25x1001 from 0.1 GeV to 100 TeV
===== EM models for the G4Region DefaultRegionForTheWorld ======
ePairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi
CoulombScat: for e- XStype:1 SubType=1 BuildTable=1
Lambda table from 100 MeV to 100 TeV, 20 bins/decade, spline: 0
ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 100 MeV Emax= 100 TeV
msc: for e+ SubType= 10
===== EM models for the G4Region DefaultRegionForTheWorld ======
GoudsmitSaunderson : Emin= 0 eV Emax= 100 MeV Nbins=120 100 eV - 100 MeV
StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm
WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV
StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm
eIoni: for e+ XStype:1 SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 240 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1
StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
PenIoni : Emin= 0 eV Emax= 100 keV
MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI
eBrem: for e+ XStype:4 SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 240 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1
LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000
===== EM models for the G4Region DefaultRegionForTheWorld ======
eBremSB : Emin= 0 eV Emax= 1 GeV AngularGen2BS
eBremLPM : Emin= 1 GeV Emax= 100 TeV AngularGen2BS
ePairProd: for e+ XStype:1 SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 240 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0
Sampling table 25x1001 from 0.1 GeV to 100 TeV
===== EM models for the G4Region DefaultRegionForTheWorld ======
ePairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi
annihil: for e+ XStype:2 SubType=5 BuildTable=0
===== EM models for the G4Region DefaultRegionForTheWorld ======
eplus2gg : Emin= 0 eV Emax= 100 TeV
CoulombScat: for e+ XStype:1 SubType=1 BuildTable=1
Lambda table from 100 MeV to 100 TeV, 20 bins/decade, spline: 0
ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 100 MeV Emax= 100 TeV
msc: for proton SubType= 10
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm
hIoni: for proton XStype:1 SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 240 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1
StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
Bragg : Emin= 0 eV Emax= 2 MeV deltaVI
BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI
hBrems: for proton XStype:1 SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 240 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
hPairProd: for proton XStype:1 SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 240 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0
Sampling table 17x1001 from 7.50618 GeV to 100 TeV
===== EM models for the G4Region DefaultRegionForTheWorld ======
hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi
CoulombScat: for proton XStype:1 SubType=1 BuildTable=1
Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0
ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
nuclearStopping: for proton SubType=8 BuildTable=0
===== EM models for the G4Region DefaultRegionForTheWorld ======
ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV
msc: for GenericIon SubType= 10
===== EM models for the G4Region DefaultRegionForTheWorld ======
UrbanMsc : Emin= 0 eV Emax= 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm
ionIoni: for GenericIon XStype:1 SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 240 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1
StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02
===== EM models for the G4Region DefaultRegionForTheWorld ======
ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI
nuclearStopping: for GenericIon SubType=8 BuildTable=0
===== EM models for the G4Region DefaultRegionForTheWorld ======
ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV
msc: for alpha SubType= 10
===== EM models for the G4Region DefaultRegionForTheWorld ======
UrbanMsc : Emin= 0 eV Emax= 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm
ionIoni: for alpha XStype:1 SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 240 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1
StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02
===== EM models for the G4Region DefaultRegionForTheWorld ======
BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI
BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI
nuclearStopping: for alpha SubType=8 BuildTable=0
===== EM models for the G4Region DefaultRegionForTheWorld ======
ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV
msc: for anti_proton SubType= 10
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm
hIoni: for anti_proton XStype:1 SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 240 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1
StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI
BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI
hBrems: for anti_proton XStype:1 SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 240 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
hPairProd: for anti_proton XStype:1 SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 240 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0
Sampling table 17x1001 from 7.50618 GeV to 100 TeV
===== EM models for the G4Region DefaultRegionForTheWorld ======
hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi
CoulombScat: for anti_proton XStype:1 SubType=1 BuildTable=1
Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0
ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
msc: for kaon+ SubType= 10
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm
hIoni: for kaon+ XStype:1 SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 240 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1
StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI
BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI
hBrems: for kaon+ XStype:1 SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 240 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
hPairProd: for kaon+ XStype:1 SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 240 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0
Sampling table 18x1001 from 3.94942 GeV to 100 TeV
===== EM models for the G4Region DefaultRegionForTheWorld ======
hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi
CoulombScat: for kaon+ XStype:1 SubType=1 BuildTable=1
Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0
ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
msc: for kaon- SubType= 10
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm
hIoni: for kaon- XStype:1 SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 240 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1
StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI
BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI
hBrems: for kaon- XStype:1 SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 240 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
hPairProd: for kaon- XStype:1 SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 240 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0
Sampling table 18x1001 from 3.94942 GeV to 100 TeV
===== EM models for the G4Region DefaultRegionForTheWorld ======
hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi
CoulombScat: for kaon- XStype:1 SubType=1 BuildTable=1
Used Lambda table of kaon+
ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
msc: for mu+ SubType= 10
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm
muIoni: for mu+ XStype:1 SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 240 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1
StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
Bragg : Emin= 0 eV Emax= 200 keV deltaVI
BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI
MuBetheBloch : Emin= 1 GeV Emax= 100 TeV
muBrems: for mu+ XStype:1 SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 240 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
muPairProd: for mu+ XStype:1 SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 240 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0
Sampling table 21x1001 from 1 GeV to 100 TeV
===== EM models for the G4Region DefaultRegionForTheWorld ======
muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi
CoulombScat: for mu+ XStype:1 SubType=1 BuildTable=1
Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0
ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
msc: for mu- SubType= 10
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm
muIoni: for mu- XStype:1 SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 240 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1
StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI
BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI
MuBetheBloch : Emin= 1 GeV Emax= 100 TeV
muBrems: for mu- XStype:1 SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 240 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
muPairProd: for mu- XStype:1 SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 240 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0
Sampling table 21x1001 from 1 GeV to 100 TeV
===== EM models for the G4Region DefaultRegionForTheWorld ======
muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi
CoulombScat: for mu- XStype:1 SubType=1 BuildTable=1
Used Lambda table of mu+
ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
msc: for pi+ SubType= 10
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm
hIoni: for pi+ XStype:1 SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 240 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1
StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
Bragg : Emin= 0 eV Emax=297.505 keV deltaVI
BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI
hBrems: for pi+ XStype:1 SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 240 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
hPairProd: for pi+ XStype:1 SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 240 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0
Sampling table 20x1001 from 1.11656 GeV to 100 TeV
===== EM models for the G4Region DefaultRegionForTheWorld ======
hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi
CoulombScat: for pi+ XStype:1 SubType=1 BuildTable=1
Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0
ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
msc: for pi- SubType= 10
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm
hIoni: for pi- XStype:1 SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 240 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1
StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI
BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI
hBrems: for pi- XStype:1 SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 240 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
hPairProd: for pi- XStype:1 SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 240 bins
Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0
Sampling table 20x1001 from 1.11656 GeV to 100 TeV
===== EM models for the G4Region DefaultRegionForTheWorld ======
hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi
CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1
Used Lambda table of pi+
ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
### Run 0 starts.
------------------------------------------------------------
material Edep RMS sqrt(E0(GeV))*rmsE/Emean total tracklen
Aluminium: 85.592 MeV : 1.534 MeV 0.9814 +- 0.3103 % 10.4 cm +- 532 um
------------------------------------------------------------
Beam particle proton E = 300 MeV
Mean number of gamma 0
Mean number of e- 0
Mean number of e+ 0
Mean number of charged steps 6.1
Mean number of neutral steps 0
------------------------------------------------------------
Energy deposition from Energy flow balance :
material Total Edep
Aluminium: 85.5924 MeV
------------------------------------------------------------
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-00-patch-01 (8-March-2022)
Geant4 version Name: geant4-11-00-patch-02 (25-May-2022)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -547,7 +547,7 @@ Index : 2 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 100
User=1.290000s Real=1.380137s Sys=0.000000s
User=1.910000s Real=1.960183s Sys=0.000000s
------------------------------------------------------------
material Edep RMS sqrt(E0(GeV))*rmsE/Emean total tracklen
@@ -619,7 +619,7 @@ Index : 2 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 100
User=1.120000s Real=1.153176s Sys=0.010000s
User=1.290000s Real=1.309749s Sys=0.010000s
------------------------------------------------------------
material Edep RMS sqrt(E0(GeV))*rmsE/Emean total tracklen
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-00-patch-01 (8-March-2022)
Geant4 version Name: geant4-11-00-patch-02 (25-May-2022)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -20,7 +20,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Material: FluorCarbonate density: 1.610 g/cm3 RadL: 22.435 cm Nucl.Int.Length: 54.514 cm
Imean: 99.957 eV temperature: 293.15 K pressure: 1.00 atm
Imean: 98.459 eV temperature: 293.15 K pressure: 1.00 atm
---> Element: Carbon (C) Z = 6.0 N = 12 A = 12.010 g/mole
---> Isotope: C12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.930 %
@@ -206,11 +206,11 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics
Run terminated.
Run Summary
Number of events processed : 100000
User=0.640000s Real=0.664867s Sys=0.000000s
User=0.670000s Real=0.672822s Sys=0.000000s
--------- Ranecu engine status ---------
Initial seed (index) = 0
Current couple of seeds = 1712417739, 2078247784
Current couple of seeds = 596112525, 973948830
----------------------------------------
... write file : testem4.root - done
... close file : testem4.root - done
@@ -0,0 +1,228 @@
Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type...
############################################
!!! WARNING - FPE detection is activated !!!
############################################
################################
!!! G4Backtrace is activated !!!
################################
**************************************************************
Geant4 version Name: geant4-11-00-patch-02 (25-May-2022)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
: NIM A 835 (2016), 186-225
WWW : http://geant4.org/
**************************************************************
/run/verbose 1
#
/testem/det/setWorldMat Aluminium
/testem/det/setWorldX 5 cm
/testem/det/setWorldYZ 3 cm
#
/testem/det/setAbsMat H2Liq
/testem/det/setAbsThick 3 cm
/testem/det/setAbsYZ 2 cm
#
/testem/det/setAbsXpos 5 mm
#
/process/em/verbose 0
#
##/control/execute vis.mac
##/vis/viewer/zoom 0.8
#
/run/initialize
Material: Aluminium density: 2.700 g/cm3 RadL: 8.893 cm Nucl.Int.Length: 38.880 cm
Imean: 166.000 eV temperature: 293.15 K pressure: 1.00 atm
---> Element: Al (Al) Z = 13.0 N = 27 A = 26.982 g/mole
---> Isotope: Al27 Z = 13 N = 27 A = 26.98 g/mole abundance: 100.000 %
ElmMassFraction: 100.00 % ElmAbundance 100.00 %
Material: H2Liq density: 70.800 mg/cm3 RadL: 8.904 m Nucl.Int.Length: 4.944 m
Imean: 19.200 eV temperature: 293.15 K pressure: 1.00 atm
---> Element: H (H) Z = 1.0 N = 1 A = 1.008 g/mole
---> Isotope: H1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.989 %
---> Isotope: H2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.011 %
ElmMassFraction: 100.00 % ElmAbundance 100.00 %
The WORLD is made of 4.8 cm of Aluminium. The transverse size (YZ) of the world is 2.4 cm
The ABSORBER is made of 3 cm of H2Liq. The transverse size (YZ) is 2 cm
X position of the middle of the absorber 5 mm
#
/testem/gun/setDefault
/gun/particle geantino
/gun/position -20 0 0 mm
/gun/energy 1 eV
#
/tracking/verbose 2
/run/beamOn 1
========= Table of registered couples ============================
Index : 0 used in the geometry : Yes
Material : Aluminium
Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm
Energy thresholds : gamma 6.91818 keV e- 597.592 keV e+ 574.294 keV proton 100 keV
Region(s) which use this couple :
DefaultRegionForTheWorld
Index : 1 used in the geometry : Yes
Material : H2Liq
Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm
Energy thresholds : gamma 1 keV e- 108.778 keV e+ 107.414 keV proton 100 keV
Region(s) which use this couple :
DefaultRegionForTheWorld
==================================================================
### Run 0 starts.
------- MixMaxRng engine status -------
Current state vector is:
mixmax state, file version 1.0
N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008233404568, 2262190991329242458, 2266470399991071809, 1976726662926872232, 245458862506414172, 1955974201201518530, 2155248512522080758, 604170912935414061, 1116171330120743511, 1861018313684488333, 1296715403254578286, 1549011045957234151, 370819759640195970, 2230139271784837643} counter= 17sumtot= 1977567618660788324
---------------------------------------
*********************************************************************************************************
* G4Track Information: Particle = geantino, Track ID = 1, Parent ID = 0
*********************************************************************************************************
Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process
0 -2.4 cm 0 fm 0 fm 1 eV 0 eV 0 fm 0 fm World initStep
1 -1 cm 0 fm 0 fm 1 eV 0 eV 1.4 cm 1.4 cm World Transportation
2 2 cm 0 fm 0 fm 1 eV 0 eV 3 cm 4.4 cm Absorber Transportation
3 2.4 cm 0 fm 0 fm 1 eV 0 eV 4 mm 4.8 cm World OutOfWorld
Run terminated.
Run Summary
Number of events processed : 1
User=0.000000s Real=0.000697s Sys=0.000000s
======================== run summary ======================
The run was 1 geantino of 1 eV through 3 cm of H2Liq (density: 70.8 mg/cm3)
Total energy deposit in absorber per event = 0 eV +- 0 eV
-----> Mean dE/dx = 0 MeV/cm (0 MeV*cm2/g)
From formulas :
restricted dEdx = 0 MeV/cm (0 MeV*cm2/g)
full dEdx = 0 MeV/cm (0 MeV*cm2/g)
Leakage : primary = 1 eV +- 0 eV secondaries = 0 eV +- 0 eV
Energy balance : edep + eleak = 1 eV
Total track length (charged) in absorber per event = 0 fm +- 0 fm
Total track length (neutral) in absorber per event = 3 cm +- 0 fm
Number of steps (charged) in absorber per event = 0 +- 0
Number of steps (neutral) in absorber per event = 1 +- 0
Number of secondaries per event : Gammas = 0 electrons = 0 positrons = 0
Number of events with the primary particle transmitted = 100 %
Number of events with at least 1 particle transmitted (same charge as primary) = 100 %
Number of events with the primary particle reflected = 0 %
Number of events with at least 1 particle reflected (same charge as primary) = 0 %
MultipleScattering:
rms proj angle of transmit primary particle = 0 mrad (central part only)
computed theta0 (Highland formula) = 0 mrad
central part defined as +- 0 mrad Tail ratio = 0 %
------- MixMaxRng engine status -------
Current state vector is:
mixmax state, file version 1.0
N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008233404568, 2262190991329242458, 2266470399991071809, 1976726662926872232, 245458862506414172, 1955974201201518530, 2155248512522080758, 604170912935414061, 1116171330120743511, 1861018313684488333, 1296715403254578286, 1549011045957234151, 370819759640195970, 2230139271784837643} counter= 17sumtot= 1977567618660788324
---------------------------------------
/tracking/verbose 0
#
/testem/gun/rndm 0.8
/run/beamOn 6
========= Table of registered couples ============================
Index : 0 used in the geometry : Yes
Material : Aluminium
Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm
Energy thresholds : gamma 6.91818 keV e- 597.592 keV e+ 574.294 keV proton 100 keV
Region(s) which use this couple :
DefaultRegionForTheWorld
Index : 1 used in the geometry : Yes
Material : H2Liq
Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm
Energy thresholds : gamma 1 keV e- 108.778 keV e+ 107.414 keV proton 100 keV
Region(s) which use this couple :
DefaultRegionForTheWorld
==================================================================
### Run 1 starts.
------- MixMaxRng engine status -------
Current state vector is:
mixmax state, file version 1.0
N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008233404568, 2262190991329242458, 2266470399991071809, 1976726662926872232, 245458862506414172, 1955974201201518530, 2155248512522080758, 604170912935414061, 1116171330120743511, 1861018313684488333, 1296715403254578286, 1549011045957234151, 370819759640195970, 2230139271784837643} counter= 17sumtot= 1977567618660788324
---------------------------------------
Run terminated.
Run Summary
Number of events processed : 6
User=0.000000s Real=0.000079s Sys=0.000000s
======================== run summary ======================
The run was 6 geantino of 1 eV through 3 cm of H2Liq (density: 70.8 mg/cm3)
Total energy deposit in absorber per event = 0 eV +- 0 eV
-----> Mean dE/dx = 0 MeV/cm (0 MeV*cm2/g)
From formulas :
restricted dEdx = 0 MeV/cm (0 MeV*cm2/g)
full dEdx = 0 MeV/cm (0 MeV*cm2/g)
Leakage : primary = 1 eV +- 0 eV secondaries = 0 eV +- 0 eV
Energy balance : edep + eleak = 1 eV
Total track length (charged) in absorber per event = 0 fm +- 0 fm
Total track length (neutral) in absorber per event = 3 cm +- 0 fm
Number of steps (charged) in absorber per event = 0 +- 0
Number of steps (neutral) in absorber per event = 1 +- 0
Number of secondaries per event : Gammas = 0 electrons = 0 positrons = 0
Number of events with the primary particle transmitted = 100 %
Number of events with at least 1 particle transmitted (same charge as primary) = 100 %
Number of events with the primary particle reflected = 0 %
Number of events with at least 1 particle reflected (same charge as primary) = 0 %
MultipleScattering:
rms proj angle of transmit primary particle = 0 mrad (central part only)
computed theta0 (Highland formula) = 0 mrad
central part defined as +- 0 mrad Tail ratio = 0 %
------- MixMaxRng engine status -------
Current state vector is:
mixmax state, file version 1.0
N=17 V[N]={1977567618660788324, 300890354879745607, 1424437069285335120, 2296497209797367902, 1143472681269825295, 260370018537989708, 668395878522115384, 1090766064544254753, 1931418983504702790, 828618339300030337, 2137373994898626588, 1263575693625627220, 316400124824195510, 274418011581707120, 1512294095604459534, 166310252540771229, 2260588327282429663} counter= 13sumtot= 1406650644950420476
---------------------------------------
G4 kernel has come to Quit state.
================== Deleting memory pools ===================
Number of memory pools allocated: 9 of which, static: 0
Dynamic pools deleted: 9 / Total memory freed: 0.017 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-00-patch-01 (8-March-2022)
Geant4 version Name: geant4-11-00-patch-02 (25-May-2022)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -515,7 +515,7 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008
Run terminated.
Run Summary
Number of events processed : 100000
User=0.690000s Real=0.745314s Sys=0.000000s
User=1.140000s Real=1.170626s Sys=0.010000s
======================== run summary ======================
@@ -609,7 +609,7 @@ N=17 V[N]={689251087776660200, 1898021912145045173, 201745581052727980, 10059589
Run terminated.
Run Summary
Number of events processed : 50000
User=0.430000s Real=0.447596s Sys=0.010000s
User=0.520000s Real=0.542997s Sys=0.000000s
======================== run summary ======================
@@ -708,7 +708,7 @@ N=17 V[N]={1511617274622527946, 54498111951318095, 344688822686444913, 147914917
Run terminated.
Run Summary
Number of events processed : 50000
User=1.440000s Real=1.502434s Sys=0.010000s
User=2.090000s Real=2.230650s Sys=0.010000s
======================== run summary ======================
@@ -813,7 +813,7 @@ N=17 V[N]={1247245041985209985, 2118520520775053977, 1240220270317109080, 514083
Run terminated.
Run Summary
Number of events processed : 50000
User=0.400000s Real=0.442072s Sys=0.000000s
User=0.660000s Real=0.691229s Sys=0.000000s
======================== run summary ======================
@@ -919,7 +919,7 @@ N=17 V[N]={1260871696501317326, 2056431528033936806, 2085508718812166341, 403823
Run terminated.
Run Summary
Number of events processed : 50000
User=6.320000s Real=6.668880s Sys=0.010000s
User=7.630000s Real=7.795875s Sys=0.020000s
======================== run summary ======================
@@ -14,6 +14,9 @@ track of all tags.
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
08-02-22 V. Ivanchenko (testem6-V10-07-05)
- RunAction - fixed compilation warning
07-11-21 I. Hrivnacova (testem6-V10-07-04)
- Added analysis manager Clear() call instead of
deleting in the end of run (removed on July 19)
@@ -10,7 +10,7 @@
**************************************************************
Geant4 version Name: geant4-11-00-patch-01 (8-March-2022)
Geant4 version Name: geant4-11-00-patch-02 (25-May-2022)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -30,7 +30,7 @@
Material: Carbon density: 2.265 g/cm3 RadL: 18.851 cm Nucl.Int.Length: 35.388 cm
Imean: 81.000 eV temperature: 293.15 K pressure: 1.00 atm
Imean: 78.000 eV temperature: 293.15 K pressure: 1.00 atm
---> Element: C (C) Z = 6.0 N = 12 A = 12.011 g/mole
---> Isotope: C12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.930 %
@@ -267,7 +267,7 @@ Step# X Y Z KineE dEStep StepLeng T
Run terminated.
Run Summary
Number of events processed : 5
User=0.000000s Real=0.000694s Sys=0.000000s
User=0.000000s Real=0.000937s Sys=0.000000s
### RunAction::EndOfRunAction
Number of process calls ---> GammaToMuPair : 5
@@ -385,7 +385,7 @@ Step# X Y Z KineE dEStep StepLeng T
Run terminated.
Run Summary
Number of events processed : 5
User=0.000000s Real=0.000718s Sys=0.000000s
User=0.000000s Real=0.000561s Sys=0.000000s
### RunAction::EndOfRunAction
Number of process calls ---> AnnihiToMuPair : 2 ee2hadr : 3
@@ -158,14 +158,12 @@ void RunAction::EndOfRunAction(const G4Run*)
G4cout << "### RunAction::EndOfRunAction" << G4endl;
//total number of process calls
//
G4double countTot = 0.;
G4cout << "\n Number of process calls --->";
for (size_t i=0; i< fProcCounter->size(); ++i) {
G4String procName = (*fProcCounter)[i]->GetName();
if (procName != "Transportation") {
G4int count = (*fProcCounter)[i]->GetCounter();
G4cout << "\t" << procName << " : " << count;
countTot += count;
}
}
G4cout << G4endl;
@@ -10,7 +10,7 @@
**************************************************************
Geant4 version Name: geant4-11-00-patch-01 (8-March-2022)
Geant4 version Name: geant4-11-00-patch-02 (25-May-2022)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -589,7 +589,7 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008
Run terminated.
Run Summary
Number of events processed : 10000
User=4.620000s Real=4.984860s Sys=0.020000s
User=4.940000s Real=5.002908s Sys=0.000000s
The run consists of 10000 proton of 160 MeV through 20 cm of G4_WATER (density: 1 g/cm3 )
@@ -649,7 +649,7 @@ N=17 V[N]={2205743476850236015, 1982529806949892627, 649472759519554690, 3652737
Run terminated.
Run Summary
Number of events processed : 1000
User=1.370000s Real=1.499739s Sys=0.000000s
User=1.540000s Real=1.555970s Sys=0.000000s
The run consists of 1000 C12 of 3.5 GeV through 20 cm of G4_WATER (density: 1 g/cm3 )
@@ -720,7 +720,7 @@ N=17 V[N]={1264744371670276937, 1116397027800607188, 2020529206402369493, 165804
Run terminated.
Run Summary
Number of events processed : 1000
User=0.820000s Real=0.857722s Sys=0.000000s
User=0.980000s Real=1.013630s Sys=0.000000s
The run consists of 1000 kaon+ of 100 MeV through 20 cm of G4_Cu (density: 8.96 g/cm3 )
@@ -785,7 +785,7 @@ N=17 V[N]={746592639403039651, 578971365651058213, 1392741487187490805, 10297975
Run terminated.
Run Summary
Number of events processed : 100
User=0.000000s Real=0.000358s Sys=0.000000s
User=0.000000s Real=0.000460s Sys=0.000000s
The run consists of 100 alpha of 265 eV through 20 cm of TechVacuum (density: 0.01 mg/cm3)
@@ -848,7 +848,7 @@ N=17 V[N]={39565270828828166, 2117955912867111892, 915994959399895569, 434231690
Run terminated.
Run Summary
Number of events processed : 100
User=0.010000s Real=0.007160s Sys=0.000000s
User=0.000000s Real=0.008118s Sys=0.000000s
The run consists of 100 alpha of 100 MeV through 20 cm of G4_WATER (density: 1 g/cm3 )
@@ -920,7 +920,7 @@ N=17 V[N]={1191748347417185325, 551081975005758526, 481843615722198840, 15465659
Run terminated.
Run Summary
Number of events processed : 10
User=5.010000s Real=5.318708s Sys=0.040000s
User=4.900000s Real=5.073810s Sys=0.050000s
The run consists of 10 Xe131 of 1.217 GeV through 20 cm of G4_Si (density: 2.33 g/cm3 )
@@ -998,7 +998,7 @@ N=17 V[N]={1216406408793269356, 594095032719744971, 1224762106425010166, 4970926
Run terminated.
Run Summary
Number of events processed : 1000
User=0.440000s Real=0.441181s Sys=0.000000s
User=0.470000s Real=0.490443s Sys=0.000000s
The run consists of 1000 proton of 160 MeV through 20 cm of Water_1.05 (density: 1.05 g/cm3 )
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-00-patch-01 (8-March-2022)
Geant4 version Name: geant4-11-00-patch-02 (25-May-2022)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -148,7 +148,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
Material: Kr7CH4 density: 3.491 mg/cm3 RadL: 32.924 m Nucl.Int.Length: 429.528 m
Imean: 337.765 eV temperature: 293.15 K pressure: 1.00 atm
Imean: 337.610 eV temperature: 293.15 K pressure: 1.00 atm
---> Element: Kr (Kr) Z = 36.0 N = 84 A = 83.799 g/mole
---> Isotope: Kr78 Z = 36 N = 78 A = 77.92 g/mole abundance: 0.350 %
@@ -187,7 +187,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
Material: TRT_CO2 density: 1.842 mg/cm3 RadL: 196.499 m Nucl.Int.Length: 466.034 m
Imean: 90.958 eV temperature: 293.15 K pressure: 1.00 atm
Imean: 90.026 eV temperature: 293.15 K pressure: 1.00 atm
---> Element: C (C) Z = 6.0 N = 12 A = 12.011 g/mole
---> Isotope: C12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.930 %
@@ -202,7 +202,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
Material: TRT_CO2p density: 1.842 mg/cm3 RadL: 196.499 m Nucl.Int.Length: 466.034 m
Imean: 90.958 eV temperature: 293.15 K pressure: 1.00 atm
Imean: 90.026 eV temperature: 293.15 K pressure: 1.00 atm
---> Element: C (C) Z = 6.0 N = 12 A = 12.011 g/mole
---> Isotope: C12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.930 %
@@ -217,7 +217,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
Material: TRT_CF4 density: 3.900 mg/cm3 RadL: 87.158 m Nucl.Int.Length: 234.187 m
Imean: 109.384 eV temperature: 293.15 K pressure: 1.00 atm
Imean: 108.796 eV temperature: 293.15 K pressure: 1.00 atm
---> Element: C (C) Z = 6.0 N = 12 A = 12.011 g/mole
---> Isotope: C12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.930 %
@@ -230,7 +230,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
Material: XeCO2CF4 density: 4.760 mg/cm3 RadL: 20.851 m Nucl.Int.Length: 314.638 m
Imean: 345.469 eV temperature: 293.15 K pressure: 1.00 atm
Imean: 344.984 eV temperature: 293.15 K pressure: 1.00 atm
---> Element: Xe (Xe) Z = 54.0 N = 131 A = 131.292 g/mole
---> Isotope: Xe124 Z = 54 N = 124 A = 123.91 g/mole abundance: 0.090 %
@@ -261,7 +261,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
Material: C3H8 density: 3.758 mg/cm3 RadL: 120.742 m Nucl.Int.Length: 172.576 m
Imean: 52.014 eV temperature: 293.15 K pressure: 2.00 atm
Imean: 50.673 eV temperature: 293.15 K pressure: 2.00 atm
---> Element: C (C) Z = 6.0 N = 12 A = 12.011 g/mole
---> Isotope: C12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.930 %
@@ -275,7 +275,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
Material: C3H8p density: 3.415 mg/cm3 RadL: 132.867 m Nucl.Int.Length: 189.905 m
Imean: 52.014 eV temperature: 293.15 K pressure: 2.00 atm
Imean: 50.673 eV temperature: 293.15 K pressure: 2.00 atm
---> Element: C (C) Z = 6.0 N = 12 A = 12.011 g/mole
---> Isotope: C12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.930 %
@@ -289,7 +289,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
Material: XeCH4C3H8 density: 4.920 mg/cm3 RadL: 17.657 m Nucl.Int.Length: 343.553 m
Imean: 438.262 eV temperature: 293.15 K pressure: 1.00 atm
Imean: 437.806 eV temperature: 293.15 K pressure: 1.00 atm
---> Element: Xe (Xe) Z = 54.0 N = 131 A = 131.292 g/mole
---> Isotope: Xe124 Z = 54 N = 124 A = 123.91 g/mole abundance: 0.090 %
@@ -315,7 +315,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
Material: Ar7CH4 density: 1.709 mg/cm3 RadL: 116.342 m Nucl.Int.Length: 680.811 m
Imean: 177.716 eV temperature: 273.15 K pressure: 1.00 atm
Imean: 177.556 eV temperature: 273.15 K pressure: 1.00 atm
---> Element: Ar (Ar) Z = 18.0 N = 40 A = 39.948 g/mole
---> Isotope: Ar36 Z = 18 N = 36 A = 35.97 g/mole abundance: 0.337 %
@@ -335,7 +335,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
Material: ArCO2 density: 1.822 mg/cm3 RadL: 119.168 m Nucl.Int.Length: 604.881 m
Imean: 158.492 eV temperature: 273.15 K pressure: 1.00 atm
Imean: 158.109 eV temperature: 273.15 K pressure: 1.00 atm
---> Element: Ar (Ar) Z = 18.0 N = 40 A = 39.948 g/mole
---> Isotope: Ar36 Z = 18 N = 36 A = 35.97 g/mole abundance: 0.337 %
@@ -356,7 +356,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
Material: Xe20CO2 density: 5.082 mg/cm3 RadL: 17.750 m Nucl.Int.Length: 323.033 m
Imean: 412.596 eV temperature: 273.15 K pressure: 1.00 atm
Imean: 412.201 eV temperature: 273.15 K pressure: 1.00 atm
---> Element: Xe (Xe) Z = 54.0 N = 131 A = 131.292 g/mole
---> Isotope: Xe124 Z = 54 N = 124 A = 123.91 g/mole abundance: 0.090 %
@@ -383,7 +383,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
Material: Kr20CO2 density: 3.601 mg/cm3 RadL: 34.157 m Nucl.Int.Length: 391.553 m
Imean: 296.925 eV temperature: 273.15 K pressure: 1.00 atm
Imean: 296.541 eV temperature: 273.15 K pressure: 1.00 atm
---> Element: Kr (Kr) Z = 36.0 N = 84 A = 83.799 g/mole
---> Isotope: Kr78 Z = 36 N = 78 A = 77.92 g/mole abundance: 0.350 %
@@ -407,7 +407,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
Material: TPC_Ne-CO2-2 density: 0.939 mg/cm3 RadL: 320.739 m Nucl.Int.Length: 993.359 m
Imean: 126.355 eV temperature: 293.15 K pressure: 1.00 atm
Imean: 126.099 eV temperature: 293.15 K pressure: 1.00 atm
---> Element: Ne (Ne) Z = 10.0 N = 20 A = 20.180 g/mole
---> Isotope: Ne20 Z = 10 N = 20 A = 19.99 g/mole abundance: 90.480 %
@@ -428,7 +428,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
Material: TPC_Ne-CO2-2p density: 0.939 mg/cm3 RadL: 320.749 m Nucl.Int.Length: 993.343 m
Imean: 126.350 eV temperature: 293.15 K pressure: 1.00 atm
Imean: 126.093 eV temperature: 293.15 K pressure: 1.00 atm
---> Element: Ne (Ne) Z = 10.0 N = 20 A = 20.180 g/mole
---> Isotope: Ne20 Z = 10 N = 20 A = 19.99 g/mole abundance: 90.480 %
@@ -449,7 +449,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
Material: Xe15CO2 density: 4.939 mg/cm3 RadL: 17.942 m Nucl.Int.Length: 339.776 m
Imean: 430.867 eV temperature: 293.15 K pressure: 1.00 atm
Imean: 430.569 eV temperature: 293.15 K pressure: 1.00 atm
---> Element: Xe (Xe) Z = 54.0 N = 131 A = 131.292 g/mole
---> Isotope: Xe124 Z = 54 N = 124 A = 123.91 g/mole abundance: 0.090 %
@@ -555,7 +555,7 @@ Index : 2 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 1000
User=0.050000s Real=0.055374s Sys=0.000000s
User=0.070000s Real=0.066956s Sys=0.000000s
RunAction: End of run actions are started 1 Nevt= 1000 Edep= 0.0166649
====================================================
Beam Particle: proton
@@ -10,7 +10,7 @@
**************************************************************
Geant4 version Name: geant4-11-00-patch-01 (8-March-2022)
Geant4 version Name: geant4-11-00-patch-02 (25-May-2022)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -603,40 +603,40 @@ Index : 7 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 100
User=0.560000s Real=0.603738s Sys=0.000000s
User=0.690000s Real=0.699680s Sys=0.000000s
RunAction: End of run actions are started
HistoManager: End of run actions are started RunID# 0
=================================================================
Number of events 100
Average number of e- 402.2
Average number of gamma 636.8
Average number of e+ 47.82
Average number of steps 2957
Edep 1x1 = 0.8398 +- 0.002632 res= 3.134 % 100
Edep 3x3 = 0.9607 +- 0.001031 res= 1.074 % 100
Edep 5x5 = 0.9809 +- 0.0007589 res= 0.7736 % 100
Average number of e- 402
Average number of gamma 637.6
Average number of e+ 47.47
Average number of steps 2954
Edep 1x1 = 0.8368 +- 0.00286 res= 3.418 % 100
Edep 3x3 = 0.9592 +- 0.001543 res= 1.609 % 100
Edep 5x5 = 0.9804 +- 0.001271 res= 1.296 % 100
=========== Ratios without trancating ===========================
E1/E9 = 0.874 +- 0.002447
E1/E25 = 0.8561 +- 0.002569
E9/E25 = 0.9795 +- 0.0007586
E1/E9 = 0.8723 +- 0.002519
E1/E25 = 0.8535 +- 0.002728
E9/E25 = 0.9784 +- 0.0008481
Beam Energy 1 GeV
==================================================================
<<<<<ACCEPTANCE>>>>> 100 events for Crystal Calorimeter
Edep1x1: 0.8398 delEdep1x1= -0.1602 nrms= -1.602
Erms1x1: 0.02632 delErms1x1= -0.9737 nrms= -9.737
Edep3x3: 0.9607 delEdep3x3= -0.03925 nrms= -0.3925
Erms3x3: 0.01031 delErms3x3= -0.9897 nrms= -9.897
Edep5x5: 0.9809 delEdep5x5= -0.01913 nrms= -0.1913
Erms5x5: 0.007589 delErms5x5= -0.9924 nrms= -9.924
Edep1x1: 0.8368 delEdep1x1= -0.1632 nrms= -1.632
Erms1x1: 0.0286 delErms1x1= -0.9714 nrms= -9.714
Edep3x3: 0.9592 delEdep3x3= -0.04076 nrms= -0.4076
Erms3x3: 0.01543 delErms3x3= -0.9846 nrms= -9.846
Edep5x5: 0.9804 delEdep5x5= -0.01963 nrms= -0.1963
Erms5x5: 0.01271 delErms5x5= -0.9873 nrms= -9.873
<<<<<END>>>>> IS ACCEPTED
Z bremsstrahlung photoeffect compton conversion
13 0 0 5 0
26 0 1 0 0
53 259 131 0 23
55 281 155 0 23
53 264 131 0 22
55 277 153 0 24
#
/testem/det/acceptance1 0.0136 0.0001 500
/testem/det/acceptance9 0.0139 0.0001 500
@@ -714,22 +714,22 @@ Index : 7 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 1000
User=0.870000s Real=0.972344s Sys=0.000000s
User=1.180000s Real=1.206334s Sys=0.000000s
RunAction: End of run actions are started
HistoManager: End of run actions are started RunID# 1
=================================================================
Number of events 1000
Average number of e- 66.47
Average number of gamma 55.26
Average number of e+ 2.794
Average number of steps 404.2
Edep 1x1 = 0.01373 +- 0.0001457
Edep 3x3 = 0.01403 +- 0.0001649
Edep 5x5 = 0.01409 +- 0.000168
Average number of e- 76.6
Average number of gamma 74.13
Average number of e+ 4.355
Average number of steps 482.6
Edep 1x1 = 0.0149 +- 0.0004744
Edep 3x3 = 0.01534 +- 0.0005324
Edep 5x5 = 0.01541 +- 0.000542
=========== Ratios without trancating ===========================
E1/E9 = 0.9845 +- 0.0006706
E1/E25 = 0.9815 +- 0.0007715
E9/E25 = 0.9969 +- 0.0001953
E1/E9 = 0.9834 +- 0.000728
E1/E25 = 0.9807 +- 0.0008211
E9/E25 = 0.9972 +- 0.0001666
Beam Energy 20 GeV
==================================================================
@@ -837,22 +837,22 @@ Index : 7 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 100
User=0.390000s Real=0.401406s Sys=0.000000s
User=0.470000s Real=0.479232s Sys=0.000000s
RunAction: End of run actions are started
HistoManager: End of run actions are started RunID# 2
=================================================================
Number of events 100
Average number of e- 171.9
Average number of gamma 218.8
Average number of e+ 46.18
Average number of steps 1837
Edep 1x1 = 0.8323 +- 0.003391 res= 4.074 % 100
Edep 3x3 = 0.9571 +- 0.003099 res= 3.238 % 100
Edep 5x5 = 0.9774 +- 0.003098 res= 3.169 % 100
Average number of e- 171
Average number of gamma 220.7
Average number of e+ 47.65
Average number of steps 1826
Edep 1x1 = 0.8273 +- 0.003573 res= 4.319 % 100
Edep 3x3 = 0.9516 +- 0.003051 res= 3.206 % 100
Edep 5x5 = 0.9739 +- 0.00302 res= 3.101 % 100
=========== Ratios without trancating ===========================
E1/E9 = 0.8699 +- 0.003034
E1/E25 = 0.8519 +- 0.003126
E9/E25 = 0.9792 +- 0.00113
E1/E9 = 0.8695 +- 0.003121
E1/E25 = 0.8496 +- 0.003221
E9/E25 = 0.9771 +- 0.001224
Beam Energy 1 GeV
==================================================================
@@ -960,22 +960,22 @@ Index : 7 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 100
User=0.580000s Real=0.595923s Sys=0.010000s
User=0.720000s Real=0.746723s Sys=0.000000s
RunAction: End of run actions are started
HistoManager: End of run actions are started RunID# 3
=================================================================
Number of events 100
Average number of e- 171.4
Average number of gamma 359.6
Average number of e+ 47.63
Average number of steps 1979
Edep 1x1 = 0.8338 +- 0.003625 res= 4.347 % 100
Edep 3x3 = 0.9558 +- 0.003284 res= 3.436 % 100
Edep 5x5 = 0.9766 +- 0.002952 res= 3.023 % 100
Average number of e- 172.5
Average number of gamma 362.1
Average number of e+ 47.87
Average number of steps 1983
Edep 1x1 = 0.834 +- 0.00356 res= 4.268 % 100
Edep 3x3 = 0.9594 +- 0.003267 res= 3.406 % 100
Edep 5x5 = 0.9806 +- 0.003163 res= 3.226 % 100
=========== Ratios without trancating ===========================
E1/E9 = 0.8726 +- 0.002866
E1/E25 = 0.8539 +- 0.00311
E9/E25 = 0.9786 +- 0.001322
E1/E9 = 0.8694 +- 0.002828
E1/E25 = 0.8507 +- 0.002989
E9/E25 = 0.9784 +- 0.001022
Beam Energy 1 GeV
==================================================================
@@ -983,6 +983,6 @@ Beam Energy 1 GeV
G4 kernel has come to Quit state.
================== Deleting memory pools ===================
Number of memory pools allocated: 11 of which, static: 0
Dynamic pools deleted: 11 / Total memory freed: 0.13 MB
Dynamic pools deleted: 11 / Total memory freed: 0.14 MB
============================================================
RunManagerKernel is deleted. Good bye :)

Some files were not shown because too many files have changed in this diff Show More