Import Geant4 10.7.2 source tree

This commit is contained in:
Gabriele Cosmo
2021-06-14 10:01:31 +02:00
parent 3dfcdb544e
commit c968e26a39
271 changed files with 26365 additions and 21942 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ set(CMAKE_USER_MAKE_RULES_OVERRIDE_CXX
project(Geant4)
set(${PROJECT_NAME}_VERSION_MAJOR 10)
set(${PROJECT_NAME}_VERSION_MINOR 7)
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
+185
View File
@@ -0,0 +1,185 @@
Geant4 10.7 - patch-02 Release Notes
------------------------------------
11 June 2021
List of fixes included in this public patch since the public release 10.7.p01:
o Configuration
-------------
+ CMake:
o Fixed optional G4TENDL version to 1.3.2. Addressing problem report #2341.
+ GNUmake:
o Fixed name of internal PTL module library for DLL build in WIN32-VC
configuration.
o Analysis:
--------
+ Fixed n-tuple indexing when FinishNtuple() is called in different order
than CreateNtuple(). Addressing problem report #2335.
o Event:
-----
+ G4GeneralParticleSourceMessenger: fixed default value of
"/gps/ang/maxphi" UI command. Addressing problem report #2383.
o Externals:
----------
+ CLHEP: Fixed trivial compilation warnings on gcc-11 in Random headers.
+ zlib: Use separate genexes in G4zlib include directories to prevent
parsing issues.
o Geometry:
--------
+ solids/CSG:
o G4Sphere: bux fix in GetSurfaceArea(); revised implementation of
GetPointOnSurface(); moved to source GetCubicVolume() implementation.
+ solids/specific:
o G4Polyhedra, G4Polycone: fixed setting of 'endPhi' for the case
of negative 'phiStart'. It addresses also problem report #2362.
o Fixed use of conversion factor in G4UPolyhedra wrapper for "generic"
polyhedra constructs.
o G4Voxelizer: fixed calculation of bounding box position in function
BuildVoxelLimits(), resolving cases of skipped components in G4MultiUnion
structures. Addressing problem report #2301.
o Global:
------
+ Zero terminate buffer in G4strstreambuf destructor before flushing.
Addressing problem report #2350.
+ Removed spurious spaces in #define in G4Version header.
Addressing problem report #2384.
+ Updated date and version for 10.7.p02.
o Graphics Representations:
------------------------
+ Fixed shadowing compilation warning in G4Colours on gcc-11.
o Intercoms:
---------
+ Fixed shadowing compilation warning in G4UImanager on gcc-11.
o Interfaces:
----------
+ G4UIQt::ReceiveG4cout/G4cerr: trap empty string with empty() instead of
using unary operator. Addressing problem report #2347.
o Materials:
---------
+ G4DensityEffectData: fixed typo in Z=37 elementary material name.
Addressing problem report #2324.
+ In G4AtomicShells and G4AtomicShells_XDB_EADL, fixed method
GetNumberOfFreeElectrons(). Addressing problem report #2356.
+ Fixed shadowing compilation warning in G4Isotope on gcc-11.
o Particles:
---------
+ Fixed shadowing compilation warning in G4IonTable on gcc-11.
o Persistency:
-----------
+ ASCII
o G4tgbVolume: fixed definition of generic polyhedra in function
FindOrConstructG4Solid() for POLYHEDRA tag.
Based on findings in GitHub PR#24.
+ GDML
o G4GDMLReadSolids: updated optical surface properties to reflect
introduction of DAVIS interface. Addressing problem report #2371.
o Removed hardcoded size 10000 in G4GDMLWrite causing the values in GDML
truncated. Adressing problem report #2336.
o Fixed case of writing degenerated names (position, rotation and nodes)
for multiUnion and assembly entities. Addressing problem report #2342.
o Fixed problem of not complete writing of assemblies to GDML file.
Addressing problem report #2343.
o Physics Lists:
-------------
+ constructors/electromagnetic
o G4EmBuilder: added geantinos to the minimal list of EM particles.
o GeneralGammaProcess: reduced usage of protected variables.
o G4EmStandardPhysics, G4EmStandardPhysicsGS: set default verbosity to 1.
+ constructors/hadron_inelastic
o G4HadronPhysicsShielding: corrected parameters of the M variant
of the Shielding physics list.
+ lists
o Updated list of EM extension shorthands known to extensible factory to
match old factory.
o Processes - Electromagnetic:
---------------------------
+ muons
o G4EnergyLossForExtrapolator, G4TablesForExtrapolator: allow several runs
with extrapolator; fixed extrapolation for hadrons.
More thread safe initialisation and destruction.
+ utils
o G4EmParameters: fixed line breaking in printouts.
Addressing problem report #2350.
o Fixed shadowing compilation warning in G4EmCorrections on gcc-11.
+ xrays
o G4Scintillation: changed 'IsApplicable' to all particles except
optical-photon and short-lived. Addressing problem report #2372.
o Processes - Hadronic:
--------------------
+ models/de_excitation
o G4DeexPrecoParameters: changed half-life time threshold for isomer
production from 1 microsecond to 1 nanosecond.
The goal is to avoid unphysical missing energy cases as reported by
NA61/SHINE Collaboration.
Fixed line breaking in printouts. Addressing problem report #2350.
o G4PolarizationTransition: fixed sampling of angular correlations.
Addressing problem report #2344.
+ models/particle_hp
o Fixed condition in G4ParticleHPInelasticCompFS:::CompositeApply().
Addressing problem report #2333.
+ radioactive_decay
o G4RadioactiveDecayBase: set the weight of secondaries tracks to the
mother's weight value in the method G4RadioactiveDecayBase::DecayAnalog().
This bug, present since a long time, affects only simulations that use
Radioactive Decay in analogue mode with "external" biasing (e.g. generic
biasing, GPS generator with weights, etc.).
Corresponding fix was done also in deprecated class G4RadioactiveDecay.
Fixed line breaking in printouts. Addressing problem report #2350.
o Processes - Management
----------------------
+ G4ProcessTable: added missing checks, protecting against null elements.
o Examples:
--------
+ advanced/gammaknife:
o Use default MixMax random number engine.
o Fixed interactive run to just execute defaultMacro.mac.
o Added forgotten header in GammaKnifePhysicsList.
+ advanced/purging_magnet:
o Removed call to obsolete ResetCuts() in PurgMagPhysicsList.
+ advanced/STCyclotron:
o Update README to recommend correct version of G4TENDL-1.3.2.
Addressing problem report #2341.
o Fixed gui.mac macro to invoke init_parameters.mac.
Addressing GitHub PR#25.
+ advanced/xray_telescope:
o Removed calls to obsolete ResetCuts() in XrayTelPhysicsList.
+ extended/hadronic/Hadr02:
o Migrated to newer CRMC and more modern approach to physics lists.
+ extended/hadronic/FissionFragment:
o Fixed CMake build script to define target properly.
o Improved comments.
+ extended/medical/GammaTherapy:
o Use default MixMax generator instead of obsolete RanecuEngine.
----------------------------------------------------------------------------
Technical Notes
---------------
o This patch should be applied on top of release 10.7 or 10.7.p01.
o Technical notes distributed for release 10.7 are also applicable and
valid for this patch.
The code and rebuilt binary libraries for release 10.7.p02 are available
through the Geant4 "Download" Web page.
Please refer to the Geant4 User Documentation for further information about
using Geant4.
+3
View File
@@ -30,6 +30,9 @@ add this in the documentation for the changed file as [BUGFIX #BUGNUMBER].
----------------------------------------------------------
19th March 2021 - Gunter Folger (cmake-V10-06-52)
- Update to older G4TENDL 1.3.2, 1.4 has problems.
30th January 2021 - Gunter Folger (cmake-V10-06-51)
- Update to patched dataset G4PARTICLEXS 3.1.1 as provided by Vladimir I.
+2 -2
View File
@@ -123,11 +123,11 @@ mark_as_advanced(GEANT4_INSTALL_DATASETS_TENDL)
if(GEANT4_INSTALL_DATASETS_TENDL)
geant4_add_dataset(
NAME G4TENDL
VERSION 1.4
VERSION 1.3.2
FILENAME G4TENDL
EXTENSION tar.gz
ENVVAR G4PARTICLEHPDATA
MD5SUM ecdad2f8234c10caecaac82ac0cb96f8
MD5SUM 209f878b777a36842d20a47ca53c6f93
)
endif()
+3
View File
@@ -15,6 +15,9 @@ committal in the CVS repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
12th March 2021 Gabriele Cosmo (config-V10-06-09)
- Fixed name of internal PTL module library for DLL build.
11th December 2020 Gabriele Cosmo (config-V10-06-08)
- Updated Qt5 settings in Linux targets.
+1 -1
View File
@@ -86,7 +86,7 @@ ifeq ($(G4SYSTEM),WIN32-VC)
GLOBLIBS += libG4clhep.lib
endif
ifdef G4LIB_USE_PTL
GLOBLIBS += libptl.lib
GLOBLIBS += libG4ptl.lib
endif
define build-granular-shared-lib
@libdir=`(cd $(@D);/bin/pwd)`;\
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -834,7 +834,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20
Level density (1/MeV) 0.075
Use simple level density model 1
Use discrete excitation energy of the residual 0
Time limit for long lived isomeres (ns) 1000
Time limit for long lived isomeres (ns) 1
Isomer production flag 1
Internal e- conversion flag 1
Store e- internal conversion data 0
@@ -918,201 +918,123 @@ Index : 9 used in the geometry : Yes
==================================================================
### Run 0 starts.
Event 95
--- Reconstructed data:
-- entry points:
left: 7.58878 -2.96404 -15 cm
right: -9.67051 -1.03894 -15 cm
target: 0 0 0 fm
-- the angle: 146.163 deg
-- mass of the output particle: 506.783 MeV
-- mass of the nucleus output particle: 996.503 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 -12.2541 -17.3388 152.9992 MeV -- 529.8009 MeV
(SCM) : eta -12.2541 -17.3388 -85.4832 MeV -- 514.3808 MeV
Nucleus output particle (LAB) : neutron 12.2541 17.3388 577.0008 MeV -- 1.1517 GeV
(SCM) : neutron 12.2541 17.3388 85.4832 MeV -- 1.0004 GeV
-- triggered angular ranges:
10 [-0.8000, -1.0000)
--- Energy Deposit
monitor : 609.887 keV
vc (l) : 0 eV
vc (r) : 0 eV
cal (l) : 259.995 MeV
0.8056 0 0 0 0 0
1.399 4.24 0.156 2.715 0 0
0.9073 220.9 10.4 0.6282 0.4904 0
2.622 10.94 3.809 0 0 0
cal (r) : 269.806 MeV
0 0 0 0 0 0
0.1721 0.1439 0 1.554 38.02 45.28
2.186 0 0 0 136.1 42.21
0 0 0 0 3.376 0.8142
Event 516
--- Reconstructed data:
-- entry points:
left: -11.6222 3.8466 -15 cm
right: 10.5868 3.31399 -15 cm
target: 0 0 0 fm
-- the angle: 108.756 deg
-- mass of the output particle: 495.28 MeV
-- mass of the nucleus output particle: 1.00185 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 -29.7981 35.5949 353.3564 MeV -- 610.1787 MeV
(SCM) : eta -29.7981 35.5949 98.1909 MeV -- 507.0490 MeV
Nucleus output particle (LAB) : neutron 29.7981 -35.5949 376.6436 MeV -- 1.0713 GeV
(SCM) : neutron 29.7981 -35.5949 -98.1909 MeV -- 1.0077 GeV
-- triggered angular ranges:
1 [ 1.0000, 0.8000)
--- Energy Deposit
monitor : 371.495 keV
vc (l) : 0 eV
vc (r) : 0 eV
cal (l) : 288.65 MeV
0 0 0 1.192 28.58 16.75
0 0 0 0.2021 96.18 141.8
0 0 0 0 1.244 1.101
0 0 0 0 1.393 0.1846
cal (r) : 321.528 MeV
9.067 5.142 0.7614 0 0 0
88.42 211.9 3.315 0 0 0
0.9632 0.454 0.04667 0 0 0
0 0 1.497 0 0 0
Event 1392
--- Reconstructed data:
-- entry points:
left: -6.59443 -3.99708 -15 cm
right: -1.32488 0.356727 -15 cm
target: 0 0 0 fm
-- the angle: 124.932 deg
-- mass of the output particle: 209.366 MeV
-- mass of the nucleus output particle: 1.29562 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 57.8240 -10.1109 118.1801 MeV -- 247.4800 MeV
(SCM) : eta 57.8240 -10.1109 11.9219 MeV -- 217.7657 MeV
Nucleus output particle (LAB) : neutron -57.8240 10.1109 611.8199 MeV -- 1.4340 GeV
(SCM) : neutron -57.8240 10.1109 -11.9219 MeV -- 1.2970 GeV
-- triggered angular ranges:
5 [ 0.2000, 0.0000)
--- Energy Deposit
monitor : 584.802 keV
vc (l) : 0 eV
vc (r) : 0 eV
cal (l) : 160.819 MeV
0 0 0 0 0 0
0 0 0 0.7839 1.819 0
0 0 0 1.399 141.9 0.5567
0 0 5.049 8.923 0.4212 0
cal (r) : 86.661 MeV
0 0 0 3.43 0 0
0 0 3.963 20.98 0 0
0 0.2633 4.454 53.57 0 0
0 0 0 0 0 0
Event 1552
--- Reconstructed data:
-- entry points:
left: -3.75405 -2.13161 -15 cm
right: -10.8062 -3.83562 -15 cm
target: 0 0 0 fm
-- the angle: 136.287 deg
-- mass of the output particle: 187.293 MeV
-- mass of the nucleus output particle: 1.31852 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 -49.3578 -10.7404 70.7773 MeV -- 206.4934 MeV
(SCM) : eta -49.3578 -10.7404 -20.9462 MeV -- 195.1124 MeV
Nucleus output particle (LAB) : neutron 49.3578 10.7404 659.2227 MeV -- 1.4750 GeV
(SCM) : neutron 49.3578 10.7404 20.9462 MeV -- 1.3197 GeV
-- triggered angular ranges:
7 [-0.2000, -0.4000)
--- Energy Deposit
monitor : 388.451 keV
vc (l) : 0 eV
vc (r) : 0 eV
cal (l) : 81.3543 MeV
0 0 0 0 0 0
0 0 0 0.6441 2.526 0
0 0 0.5642 76.71 0.6745 0
0 0 0 0.2312 0 0
cal (r) : 125.139 MeV
0 0 0 0 1.091 0
0 0 0 0 0 0
0 0 0 0 106.8 4.505
0 0 0 0 1.643 11.09
Event 2314
Event 993
--- Track Points
monitor : pi- [1,bp] 718.8 MeV : 9.445 1.399 -1.25 mm [0.005182, 0.003488, 1]
target : pi- [1,bp] 718.2 MeV : 3.931 3.09 0.2802 cm [-0.6404, -0.768, 0.004806]
: eta [6,op] 333 MeV : 3.484 2.554 0.2836 cm [-0.8083, -0.5529, 0.2023]
: neutron [7,np] 418.8 MeV : 3.484 2.554 0.2836 cm [-0.456, -0.8767, -0.1531]
: pi0 [10,opdp] 176.7 MeV : 3.484 2.554 0.2836 cm [-0.587, 0.1759, 0.7902]
: pi0 [8,opdp] 230.4 MeV : 3.484 2.554 0.2836 cm [-0.4968, -0.859, -0.1238]
monitor : pi- [1,bp] 719.5 MeV : -7.049 4.647 -1.25 mm [0.01541, 0.0114, 0.9998]
target : pi- [1,bp] 719 MeV : 3.032 3.976 0.7995 cm [-0.6308, -0.7759, 0.01032]
: eta [4,op] 362 MeV : -1.324 -1.38 0.8674 cm [-0.4226, -0.9059, 0.02729]
: neutron [5,np] 376.6 MeV : -1.324 -1.38 0.8674 cm [-0.7947, -0.607, -0.006427]
: gamma [7,opdp] 382.3 MeV : -1.324 -1.38 0.8674 cm [0.311, -0.9488, 0.0555]
: gamma [6,opdp] 274.3 MeV : -1.324 -1.38 0.8674 cm [-0.9911, 0.1268, -0.04134]
vc (l) : gamma [7,opdp] 382.3 MeV : -8.758 4.118 -0.25 cm [-0.1191, 0.0555, 0.9913]
vc (r) : gamma [6,opdp] 274.3 MeV : 9.504 -1.547 -0.25 cm [0.134, -0.04134, 0.9901]
cal (l) : gamma [7,opdp] 382.3 MeV : -8.908 4.188 -15 cm [-0.1191, 0.0555, 0.9913]
cal (r) : gamma [6,opdp] 274.3 MeV : 9.674 -1.599 -15 cm [0.134, -0.04134, 0.9901]
---
angle between the eta decay products : 115.52 deg
--- Triggered angular ranges:
2 [ 0.8000, 0.6000)
--- Production model data:
Incident particle (LAB) : pi- 11.2886 7.4581 717.0418 MeV -- 730.6243 MeV
(SCM) : pi- 7.0286 4.6436 446.4531 MeV -- 467.8367 MeV
Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV
(SCM) : proton -7.0286 -4.6436 -446.4531 MeV -- 1.0391 GeV
Output particle (LAB) : eta 93.6231 9.8783 349.5690 MeV -- 656.6690 MeV
(SCM) : eta 89.2979 7.0207 74.8338 MeV -- 560.1574 MeV
Nucleus output particle (LAB) : neutron -82.3345 -2.4202 367.4728 MeV -- 1.0122 GeV
(SCM) : neutron -89.2979 -7.0207 -74.8338 MeV -- 946.7875 MeV
--- Reconstructed data:
-- entry points:
left: -9.73206 3.23264 -15 cm
right: 10.3839 -2.40459 -15 cm
target: 0 0 0 fm
-- the angle: 111.049 deg
-- mass of the output particle: 503.485 MeV
-- mass of the nucleus output particle: 981.501 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 108.4908 10.2659 352.8180 MeV -- 624.3824 MeV
(SCM) : eta 108.4908 10.2659 90.7481 MeV -- 523.0756 MeV
Nucleus output particle (LAB) : neutron -108.4908 -10.2659 377.1820 MeV -- 1.0571 GeV
(SCM) : neutron -108.4908 -10.2659 -90.7481 MeV -- 991.6931 MeV
-- triggered angular ranges:
2 [ 0.8000, 0.6000)
--- Energy Deposit
monitor : 401.536 keV
vc (l) : 0 eV
vc (r) : 0 eV
cal (l) : 377.063 MeV
0 0 0 0 30.6 9.277
0 0 0.407 0.4513 315.9 10.22
0 0 1.315 0 1.237 6.202
0 0 0 0 1.442 0
cal (r) : 247.319 MeV
0.5048 0 0 0 0 0
2.869 1.717 0.4907 1.693 0 0
41.99 193.1 0 0 0 0
3.573 0.9083 0.4198 0 0 0
Event 1747
--- Track Points
monitor : pi- [1,bp] 727.9 MeV : 2.677 -1.238 -0.125 cm [-0.003094, -0.02291, 0.9997]
target : pi- [1,bp] 727.4 MeV : 4.715 1.663 -1.909 cm [-0.6456, -0.7634, -0.02252]
: eta [5,op] 183.3 MeV : 3.701 0.4621 -1.944 cm [-0.7507, -0.4994, -0.4325]
: neutron [6,np] 573.1 MeV : 3.701 0.4621 -1.944 cm [-0.5785, -0.8082, 0.1099]
: pi0 [25,opdp] 102.8 MeV : 3.701 0.4621 -1.944 cm [-0.6909, 0.3401, 0.638]
: pi0 [23,opdp] 186 MeV : 3.701 0.4621 -1.944 cm [-0.7474, -0.2142, -0.6289]
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 : 87.5551 deg
angle between the eta decay products : 87.5797 deg
--- Triggered angular ranges:
4 [ 0.4000, 0.2000)
9 [-0.6000, -0.8000)
--- Production model data:
Incident particle (LAB) : pi- 1.8765 3.2505 718.0938 MeV -- 731.5412 MeV
(SCM) : pi- 1.1679 2.0231 446.9388 MeV -- 468.2303 MeV
Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV
(SCM) : proton -1.1679 -2.0231 -446.9388 MeV -- 1.0393 GeV
Output particle (LAB) : eta -87.8643 67.3725 314.0654 MeV -- 641.1311 MeV
(SCM) : eta -88.5740 66.1432 42.4866 MeV -- 560.5160 MeV
Nucleus output particle (LAB) : neutron 89.7408 -64.1220 404.0284 MeV -- 1.0287 GeV
(SCM) : neutron 88.5740 -66.1432 -42.4866 MeV -- 946.9997 MeV
Incident particle (LAB) : pi- -2.8294 -16.2876 726.5306 MeV -- 739.9999 MeV
(SCM) : pi- -1.7549 -10.1021 450.6190 MeV -- 471.8500 MeV
Nucleus particle (LAB) : proton 0.0000 -0.0000 0.0000 eV -- 938.2720 MeV
(SCM) : proton 1.7549 10.1021 -450.6190 MeV -- 1.0409 GeV
Output particle (LAB) : eta -46.5857 -79.2853 158.6042 MeV -- 577.7235 MeV
(SCM) : eta -45.5735 -73.4587 -101.2991 MeV -- 563.8151 MeV
Nucleus output particle (LAB) : neutron 43.7563 62.9978 567.9264 MeV -- 1.1005 GeV
(SCM) : neutron 45.5735 73.4587 101.2991 MeV -- 948.9561 MeV
--- Reconstructed data:
-- entry points:
left: -1.62755 -6.10162 -15 cm
right: -11.779 -2.4304 -15 cm
left: -6.00473 -2.85946 -15 cm
right: 7.07662 -1.56303 -15 cm
target: 0 0 0 fm
-- the angle: 138.807 deg
-- mass of the output particle: 141.531 MeV
-- mass of the nucleus output particle: 1.37125 GeV
-- the angle: 117.436 deg
-- mass of the output particle: 183.671 MeV
-- mass of the nucleus output particle: 1.32426 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 -11.9935 -10.4615 51.1517 MeV -- 151.3301 MeV
(SCM) : eta -11.9935 -10.4615 -16.1475 MeV -- 143.3354 MeV
Nucleus output particle (LAB) : neutron 11.9935 10.4615 678.8483 MeV -- 1.5302 GeV
(SCM) : neutron 11.9935 10.4615 16.1475 MeV -- 1.3714 GeV
Output particle (LAB) : eta 41.9757 -8.5797 113.6878 MeV -- 220.2172 MeV
(SCM) : eta 41.9757 -8.5797 20.0737 MeV -- 189.6671 MeV
Nucleus output particle (LAB) : neutron -41.9757 8.5797 616.3122 MeV -- 1.4613 GeV
(SCM) : neutron -41.9757 8.5797 -20.0737 MeV -- 1.3251 GeV
-- triggered angular ranges:
9 [-0.6000, -0.8000)
3 [ 0.6000, 0.4000)
--- Energy Deposit
monitor : 451.566 keV
monitor : 390.154 keV
vc (l) : 0 eV
vc (r) : 0 eV
cal (l) : 72.4733 MeV
cal (l) : 134.124 MeV
0 0 0 0.4106 0 0
0 0 0.4828 0.007388 1.231 0
0 0 0 108.1 15.53 6.575
0 0 0.2387 0.6081 0.4989 0.462
cal (r) : 86.0932 MeV
0 0 0 0 0 0
0 0 0 0 0 0
0 0 0.4857 47.84 0 0.5353
0 2.266 7.994 12.09 1.255 0
cal (r) : 78.8568 MeV
0 0 0 0 0 0
0 0 0 0 0 1.642
0 0 0 0 52.51 24.71
0 0 0 0 0 0
Event 4607
0.8752 0.4623 1.183 9.584 0 0
4.25 67.54 0.2896 1.047 0 0
0.6484 0.2161 0 0 0 0
Event 4616
--- Reconstructed data:
-- entry points:
left: -8.49269 1.42467 -15 cm
@@ -1146,212 +1068,386 @@ Event 4607
30.14 266.8 1.04 0 0 0
4.962 3.28 0 0 0 0
0 0 0 0 0 0
Event 5534
--- Reconstructed data:
-- entry points:
left: -3.84452 -3.99897 -15 cm
right: 6.07111 5.79678 -15 cm
target: 0 0 0 fm
-- the angle: 120.749 deg
-- mass of the output particle: 489.982 MeV
-- mass of the nucleus output particle: 999.014 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 125.8960 -2.7284 284.6290 MeV -- 580.4765 MeV
(SCM) : eta 125.8960 -2.7284 36.2129 MeV -- 507.1989 MeV
Nucleus output particle (LAB) : neutron -125.8960 2.7284 445.3710 MeV -- 1.1010 GeV
(SCM) : neutron -125.8960 2.7284 -36.2129 MeV -- 1.0076 GeV
-- triggered angular ranges:
4 [ 0.4000, 0.2000)
--- Energy Deposit
monitor : 452.439 keV
vc (l) : 0 eV
vc (r) : 0 eV
cal (l) : 359.58 MeV
0 0 0 1.17 0 1.782
0 0 1.495 31.65 0.6881 1.163
0 0 2.829 57.21 4.651 0
0 0 4.086 242.5 10.37 0
cal (r) : 220.897 MeV
0.4384 168.7 2.704 0 0 0
0 21.17 21.93 1.297 3.214 0
0 0.569 0.8674 0 0 0
0 0 0 0 0 0
Event 8028
Event 5152
--- Track Points
monitor : pi- [1,bp] 727.2 MeV : 1.59 0.4321 -0.125 cm [-0.000548, -0.02195, 0.9998]
target : pi- [1,bp] 725.9 MeV : 4.241 2.649 -0.2809 cm [-0.6432, -0.7653, -0.02504]
: eta [4,op] 367.5 MeV : 2.655 0.7615 -0.3427 cm [-0.8399, -0.5427, 0.001686]
: neutron [5,np] 389.5 MeV : 2.655 0.7615 -0.3427 cm [-0.4048, -0.9131, -0.04975]
: gamma [7,opdp] 399.7 MeV : 2.655 0.7615 -0.3427 cm [-0.9927, 0.1113, -0.04573]
: gamma [6,opdp] 260 MeV : 2.655 0.7615 -0.3427 cm [0.3388, -0.9381, 0.07267]
vc (l) : gamma [6,opdp] 260 MeV : -2.522 3.924 -0.25 cm [-0.08942, 0.07267, 0.9933]
vc (r) : gamma [7,opdp] 399.7 MeV : 7.827 -3.172 -0.25 cm [0.1495, -0.04573, 0.9877]
cal (l) : gamma [6,opdp] 260 MeV : -2.635 4.015 -15 cm [-0.08942, 0.07267, 0.9933]
cal (r) : gamma [7,opdp] 399.7 MeV : 8.016 -3.23 -15 cm [0.1495, -0.04573, 0.9877]
monitor : pi- [1,bp] 735.6 MeV : -1.167 -0.5954 -0.125 cm [-0.00804, 0.006418, 0.9999]
target : pi- [1,bp] 735.2 MeV : 2.034 4.567 -0.4642 cm [-0.6479, -0.7617, 0.004394]
: eta [4,op] 433.4 MeV : 1.58 4.033 -0.4612 cm [-0.6812, -0.7296, -0.0597]
: neutron [5,np] 304.8 MeV : 1.58 4.033 -0.4612 cm [-0.5935, -0.7991, 0.09575]
: pi0 [8,opdp] 284.1 MeV : 1.58 4.033 -0.4612 cm [-0.2372, -0.9457, 0.2223]
: pi0 [6,opdp] 112.8 MeV : 1.58 4.033 -0.4612 cm [-0.9578, -0.2631, 0.1154]
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 : 116.358 deg
angle between the eta decay products : 59.8896 deg
--- Triggered angular ranges:
3 [ 0.6000, 0.4000)
1 [ 1.0000, 0.8000)
--- Production model data:
Incident particle (LAB) : pi- -0.4505 -18.7592 724.9999 MeV -- 738.5505 MeV
(SCM) : pi- -0.2796 -11.6420 449.9370 MeV -- 471.2311 MeV
Nucleus particle (LAB) : proton 0.0000 -0.0000 0.0000 eV -- 938.2720 MeV
(SCM) : proton 0.2796 11.6420 -449.9370 MeV -- 1.0406 GeV
Output particle (LAB) : eta -108.2704 0.6198 351.2239 MeV -- 659.7226 MeV
(SCM) : eta -108.0976 7.8146 73.1616 MeV -- 563.2509 MeV
Nucleus output particle (LAB) : neutron 107.8199 -19.3790 373.7760 MeV -- 1.0171 GeV
(SCM) : neutron 108.0976 -7.8146 -73.1616 MeV -- 948.6210 MeV
Incident particle (LAB) : pi- -4.8881 3.3165 734.8841 MeV -- 748.0436 MeV
(SCM) : pi- -3.0218 2.0503 454.3042 MeV -- 475.2741 MeV
Nucleus particle (LAB) : proton -0.0000 0.0000 0.0000 eV -- 938.2720 MeV
(SCM) : proton 3.0218 -2.0503 -454.3042 MeV -- 1.0425 GeV
Output particle (LAB) : eta -22.8946 -25.8727 431.9764 MeV -- 698.5341 MeV
(SCM) : eta -20.9640 -27.1825 141.7282 MeV -- 566.9374 MeV
Nucleus output particle (LAB) : neutron 18.0065 29.1892 302.9077 MeV -- 987.7815 MeV
(SCM) : neutron 20.9640 27.1825 -141.7282 MeV -- 950.8146 MeV
--- Reconstructed data:
-- entry points:
left: -2.97529 3.53056 -15 cm
right: 8.00899 -2.46863 -15 cm
left: 1.92567 2.21068 -15 cm
right: -4.67922 4.6604 -15 cm
target: 0 0 0 fm
-- the angle: 119.633 deg
-- mass of the output particle: 532.749 MeV
-- mass of the nucleus output particle: 963.383 MeV
-- the angle: 135.844 deg
-- mass of the output particle: 150.375 MeV
-- mass of the nucleus output particle: 1.36273 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 -100.4563 -0.8898 321.2709 MeV -- 630.1818 MeV
(SCM) : eta -100.4563 -0.8898 52.9339 MeV -- 544.7165 MeV
Nucleus output particle (LAB) : neutron 100.4563 0.8898 408.7291 MeV -- 1.0513 GeV
(SCM) : neutron 100.4563 0.8898 -52.9339 MeV -- 970.0522 MeV
Output particle (LAB) : eta -14.9699 9.5891 60.2063 MeV -- 162.9521 MeV
(SCM) : eta -14.9699 9.5891 -11.6971 MeV -- 151.8730 MeV
Nucleus output particle (LAB) : neutron 14.9699 -9.5891 669.7937 MeV -- 1.5185 GeV
(SCM) : neutron 14.9699 -9.5891 11.6971 MeV -- 1.3629 GeV
-- triggered angular ranges:
3 [ 0.6000, 0.4000)
--- Energy Deposit
monitor : 1.1986 MeV
vc (l) : 0 eV
vc (r) : 0 eV
cal (l) : 249.343 MeV
0 0.7986 2.866 15.93 1.235 0
0 0 7.789 207.1 2.949 3.408
0 0 4.45 2.165 0.3889 0.3022
0 0 0 0 0 0
cal (r) : 380.839 MeV
0.378 0.9575 0.03518 0 0 0
2.085 5.011 5.489 0.2953 0 0
1.29 332.2 17.73 0.4702 0.2353 0
9.187 4.363 0.7379 0.4034 0 0
Event 12524
--- Track Points
monitor : pi- [1,bp] 729.2 MeV : 1.125 -0.4654 -0.125 cm [0.00944, -0.01921, 0.9998]
target : pi- [1,bp] 728.5 MeV : 4.168 2.762 -0.994 cm [-0.6347, -0.7726, -0.0174]
: eta [5,op] 218.1 MeV : -0.2535 -2.616 -1.11 cm [-0.9379, -0.3466, 0.01602]
: neutron [6,np] 549.9 MeV : -0.2535 -2.616 -1.11 cm [-0.466, -0.8843, -0.02865]
: gamma [8,opdp] 234.6 MeV : -0.2535 -2.616 -1.11 cm [0.5525, -0.8323, 0.04551]
: gamma [7,opdp] 355.1 MeV : -0.2535 -2.616 -1.11 cm [-0.9413, 0.337, -0.02023]
vc (l) : gamma [8,opdp] 234.6 MeV : 7.183 1.492 -0.25 cm [0.149, 0.04551, 0.9878]
vc (r) : gamma [7,opdp] 355.1 MeV : -2.274 -2.312 -0.25 cm [-0.08194, -0.02023, 0.9964]
cal (l) : gamma [8,opdp] 234.6 MeV : 7.371 1.55 -15 cm [0.149, 0.04551, 0.9878]
cal (r) : gamma [7,opdp] 355.1 MeV : -2.377 -2.337 -15 cm [-0.08194, -0.02023, 0.9964]
---
angle between the eta decay products : 143.269 deg
--- Triggered angular ranges:
8 [-0.4000, -0.6000)
--- Production model data:
Incident particle (LAB) : pi- 8.1896 -12.2615 726.6360 MeV -- 740.0656 MeV
(SCM) : pi- 5.0793 -7.6048 450.6722 MeV -- 471.8780 MeV
Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV
(SCM) : proton -5.0793 7.6048 -450.6722 MeV -- 1.0409 GeV
Output particle (LAB) : eta -108.1116 3.4945 189.4264 MeV -- 589.6910 MeV
(SCM) : eta -111.0720 7.9267 -73.2368 MeV -- 563.8406 MeV
Nucleus output particle (LAB) : neutron 116.3012 -15.7560 537.2096 MeV -- 1.0886 GeV
(SCM) : neutron 111.0720 -7.9267 73.2368 MeV -- 948.9713 MeV
--- Energy Deposit
monitor : 354.61 keV
vc (l) : 0 eV
vc (r) : 0 eV
cal (l) : 74.048 MeV
0 0 0 0.4068 0 0
0 2.003 64.86 3.409 0 0
0 0 1.036 2.333 0 0
0 0 0 0 0 0
cal (r) : 88.9041 MeV
0 0 2.603 3.793 2.101 0
0 0 0.2374 47.47 32.7 0
0 0 0 0 0 0
0 0 0 0 0 0
Event 8493
--- Reconstructed data:
-- entry points:
left: 9.56663 3.28627 -15 cm
right: -1.81298 -2.60317 -15 cm
left: -2.24563 2.27902 -15 cm
right: -5.88325 -2.6183 -15 cm
target: 0 0 0 fm
-- the angle: 140.834 deg
-- mass of the output particle: 568.087 MeV
-- mass of the nucleus output particle: 916.266 MeV
-- the angle: 133.497 deg
-- mass of the output particle: 247.956 MeV
-- mass of the nucleus output particle: 1.2662 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 -134.7894 -4.3411 217.9352 MeV -- 623.2224 MeV
(SCM) : eta -134.7894 -4.3411 -58.4218 MeV -- 586.7908 MeV
Nucleus output particle (LAB) : neutron 134.7894 4.3411 512.0648 MeV -- 1.0583 GeV
(SCM) : neutron 134.7894 4.3411 58.4218 MeV -- 927.9778 MeV
Output particle (LAB) : eta 11.8212 0.1051 107.8968 MeV -- 270.6728 MeV
(SCM) : eta 11.8212 0.1051 -10.6704 MeV -- 248.4671 MeV
Nucleus output particle (LAB) : neutron -11.8212 -0.1051 622.1032 MeV -- 1.4108 GeV
(SCM) : neutron -11.8212 -0.1051 10.6704 MeV -- 1.2663 GeV
-- triggered angular ranges:
9 [-0.6000, -0.8000)
--- Energy Deposit
monitor : 538.834 keV
vc (l) : 87.3586 keV
vc (r) : 0 eV
cal (l) : 145.715 MeV
0 0 0 1.797 0 0
0 0 22.83 114 0.4699 1.616
0 0.1711 3.291 1.173 0.05176 0.2982
0 0 0 0 0 0
cal (r) : 124.958 MeV
0 0 0.07667 0 0 0
0 0 0 0.39 3.302 0
0 0 0 66.97 51.85 0.9247
0 0 0.4869 0.9568 0 0
Event 13059
--- Track Points
monitor : pi- [1,bp] 734.8 MeV : -2.112 0.7029 -0.125 cm [-0.0003627, 0.002135, 1]
target : pi- [1,bp] 734.4 MeV : 1.317 4.823 0.8369 cm [-0.6413, -0.7673, 0.004847]
: eta [5,op] 260.3 MeV : -1.592 1.343 0.8589 cm [-0.5305, -0.6665, 0.5238]
: neutron [6,np] 528.6 MeV : -1.592 1.343 0.8589 cm [-0.6281, -0.7361, -0.2521]
: pi0 [9,opdp] 148.5 MeV : -1.592 1.343 0.8589 cm [0.3871, -0.9202, -0.0588]
: pi0 [7,opdp] 172.2 MeV : -1.592 1.343 0.8589 cm [-0.9565, 0.1818, 0.2281]
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 : 123.429 deg
--- Triggered angular ranges:
7 [-0.2000, -0.4000)
--- Energy Deposit
monitor : 534.171 keV
vc (l) : 0 eV
vc (r) : 18.8589 keV
cal (l) : 232.809 MeV
5.584 0.2642 5.859 0.2939 0 0
20.89 194.8 1.675 0 0 0
1.47 0.8382 0.3423 0 0 0
0 0.7497 0 0 0 0
cal (r) : 390.413 MeV
0 0 1.498 0 0.2013 0
0 0.1556 11.92 8.616 2.098 0
0.3261 0 4.911 339.7 5.192 0.1387
0.5737 1.548 6.118 2.433 4.685 0.3184
Event 13675
--- Production model data:
Incident particle (LAB) : pi- 1.5041 3.0935 733.1622 MeV -- 746.3367 MeV
(SCM) : pi- 0.9305 1.9137 453.5553 MeV -- 474.5490 MeV
Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV
(SCM) : proton -0.9305 -1.9137 -453.5553 MeV -- 1.0421 GeV
Output particle (LAB) : eta 5.7255 136.3542 221.6510 MeV -- 606.5535 MeV
(SCM) : eta 5.1745 135.2209 -46.9501 MeV -- 566.2760 MeV
Nucleus output particle (LAB) : neutron -4.2215 -133.2607 511.5112 MeV -- 1.0781 GeV
(SCM) : neutron -5.1745 -135.2209 46.9501 MeV -- 950.4204 MeV
--- Reconstructed data:
-- entry points:
left: 11.5356 1.52658 -15 cm
right: -2.7864 1.96201 -15 cm
left: -4.08135 -4.15683 -15 cm
right: -10.6154 4.58531 -15 cm
target: 0 0 0 fm
-- the angle: 143.398 deg
-- mass of the output particle: 535.815 MeV
-- mass of the nucleus output particle: 958.104 MeV
-- the angle: 136.26 deg
-- mass of the output particle: 301.596 MeV
-- mass of the nucleus output particle: 1.21224 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 -96.6996 17.0437 187.5578 MeV -- 576.1221 MeV
(SCM) : eta -96.6996 17.0437 -69.4440 MeV -- 549.1459 MeV
Nucleus output particle (LAB) : neutron 96.6996 -17.0437 542.4422 MeV -- 1.1054 GeV
(SCM) : neutron 96.6996 -17.0437 69.4440 MeV -- 965.6228 MeV
Output particle (LAB) : eta 5.0819 -0.5552 122.8405 MeV -- 325.6928 MeV
(SCM) : eta 5.0819 -0.5552 -20.5973 MeV -- 302.3413 MeV
Nucleus output particle (LAB) : neutron -5.0819 0.5552 607.1595 MeV -- 1.3558 GeV
(SCM) : neutron -5.0819 0.5552 20.5973 MeV -- 1.2124 GeV
-- triggered angular ranges:
8 [-0.4000, -0.6000)
10 [-0.8000, -1.0000)
--- Energy Deposit
monitor : 502.144 keV
monitor : 352.411 keV
vc (l) : 0 eV
vc (r) : 0 eV
cal (l) : 230.151 MeV
4.438 6.717 0 0 0 0
62.82 114.2 0 0 0 0
11.48 26.13 0.6037 0 0 0
3.806 0 0 0 0 0
cal (r) : 345.971 MeV
0 0 4.381 3.798 0.419 0
0 0.9081 6.273 277.2 2.056 1.305
0 0 0.852 42.47 5.81 0
0 0 0.4896 0 0 0
cal (l) : 173.583 MeV
0 0 0 0 0 0
0 0 0.4603 1.155 0 0
0 0 0 151.9 2.625 0
0 0 0 15.5 1.029 0.9408
cal (r) : 152.11 MeV
0 0 0 0 24.28 3.462
0 0 0 0.3979 105.3 18.29
0 0 0 0 0.02757 0.3779
0 0 0 0 0 0
Event 13634
--- Reconstructed data:
-- entry points:
left: 0.0763043 1.91741 -15 cm
right: 11.8161 2.7372 -15 cm
target: 0 0 0 fm
-- the angle: 118.791 deg
-- mass of the output particle: 495.75 MeV
-- mass of the nucleus output particle: 1.00137 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 -87.8529 23.5672 310.6169 MeV -- 592.0507 MeV
(SCM) : eta -87.8529 23.5672 59.4834 MeV -- 507.5229 MeV
Nucleus output particle (LAB) : neutron 87.8529 -23.5672 419.3831 MeV -- 1.0894 GeV
(SCM) : neutron 87.8529 -23.5672 -59.4834 MeV -- 1.0072 GeV
-- triggered angular ranges:
3 [ 0.6000, 0.4000)
--- Energy Deposit
monitor : 593.748 keV
vc (l) : 0 eV
vc (r) : 0 eV
cal (l) : 227.529 MeV
0 0.2944 0 0.3873 0.4523 0
0.5845 2.163 68.44 134.7 0.5494 0
0 0.9052 5.319 13.16 0.6279 0
0 0 0 0 0 0
cal (r) : 364.521 MeV
3.761 7.853 0 0 0 0
206.6 128.4 1.06 0 0 0
11.08 5.012 0.6953 0 0 0
0 0 0 0 0 0
Event 14777
--- Track Points
monitor : pi- [1,bp] 729.6 MeV : -2.909 -4.602 -1.25 mm [0.003857, 0.006161, 1]
target : pi- [1,bp] 729.1 MeV : 3.066 3.949 -0.3018 cm [-0.6399, -0.7684, 0.005477]
: eta [3,op] 369.9 MeV : 1.117 1.609 -0.2851 cm [-0.8134, -0.5612, -0.153]
: neutron [4,np] 393.9 MeV : 1.117 1.609 -0.2851 cm [-0.4179, -0.895, 0.1558]
: pi0 [7,opdp] 181.5 MeV : 1.117 1.609 -0.2851 cm [-0.7576, 0.3779, -0.5323]
: pi0 [5,opdp] 99.1 MeV : 1.117 1.609 -0.2851 cm [-0.2373, -0.94, 0.2451]
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 : 107.812 deg
--- Triggered angular ranges:
3 [ 0.6000, 0.4000)
--- Production model data:
Incident particle (LAB) : pi- 3.4534 4.7918 728.2706 MeV -- 741.5475 MeV
(SCM) : pi- 2.1406 2.9702 451.4118 MeV -- 472.5101 MeV
Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV
(SCM) : proton -2.1406 -2.9702 -451.4118 MeV -- 1.0412 GeV
Output particle (LAB) : eta -97.0539 -56.5846 352.4086 MeV -- 661.0339 MeV
(SCM) : eta -98.3791 -58.4233 72.9517 MeV -- 564.4169 MeV
Nucleus output particle (LAB) : neutron 100.5073 61.3764 375.8620 MeV -- 1.0188 GeV
(SCM) : neutron 98.3791 58.4233 -72.9517 MeV -- 949.3138 MeV
--- Reconstructed data:
-- entry points:
left: -11.2255 -2.68933 -15 cm
right: -4.48854 -3.77597 -15 cm
target: 0 0 0 fm
-- the angle: 123.38 deg
-- mass of the output particle: 194.103 MeV
-- mass of the nucleus output particle: 1.31604 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 -37.5803 -12.1059 100.6833 MeV -- 222.1980 MeV
(SCM) : eta -37.5803 -12.1059 4.6831 MeV -- 198.1332 MeV
Nucleus output particle (LAB) : neutron 37.5803 12.1059 629.3167 MeV -- 1.4593 GeV
(SCM) : neutron 37.5803 12.1059 -4.6831 MeV -- 1.3166 GeV
-- triggered angular ranges:
5 [ 0.2000, 0.0000)
--- Energy Deposit
monitor : 387.51 keV
vc (l) : 0 eV
vc (r) : 0 eV
cal (l) : 97.2815 MeV
0 0 0 0 0 0
0 0 0 0 0.3155 2.984
0 0 0 0 72.76 20.21
0 0 0 0.5167 0 0.4951
cal (r) : 124.916 MeV
0 0 0 0 0 0
0 0 0 0.8648 0 0
0 0 0 114.3 4.351 0
0 0 0 1.039 4.347 0
Event 15215
--- Track Points
monitor : pi- [1,bp] 723.1 MeV : 2.107 1.339 -1.25 mm [-0.01632, -0.008587, 0.9998]
target : pi- [1,bp] 721.9 MeV : 3.006 3.995 -0.1627 cm [-0.6553, -0.7553, -0.01054]
: eta [7,op] 307.2 MeV : 2.053 2.896 -0.178 cm [-0.9042, -0.4269, -0.01716]
: neutron [8,np] 457.4 MeV : 2.053 2.896 -0.178 cm [-0.4262, -0.9046, -0.00552]
: gamma [10,opdp] 263.3 MeV : 2.053 2.896 -0.178 cm [0.2484, -0.9682, -0.03065]
: gamma [9,opdp] 364.8 MeV : 2.053 2.896 -0.178 cm [-0.9407, 0.3392, 0.007674]
vc (l) : gamma [10,opdp] 263.3 MeV : -8.252 -2.066 -0.25 cm [-0.1841, -0.03065, 0.9824]
vc (r) : gamma [9,opdp] 364.8 MeV : -8.399 0.2839 -0.25 cm [-0.08421, 0.007674, 0.9964]
cal (l) : gamma [10,opdp] 263.3 MeV : -8.486 -2.105 -15 cm [-0.1841, -0.03065, 0.9824]
cal (r) : gamma [9,opdp] 364.8 MeV : -8.504 0.2936 -15 cm [-0.08421, 0.007674, 0.9964]
---
angle between the eta decay products : 124.216 deg
--- Triggered angular ranges:
5 [ 0.2000, 0.0000)
--- Production model data:
Incident particle (LAB) : pi- -11.8704 -7.7965 721.3544 MeV -- 734.8698 MeV
(SCM) : pi- -7.3779 -4.8458 448.3525 MeV -- 469.6570 MeV
Nucleus particle (LAB) : proton 0.0000 -0.0000 0.0000 eV -- 938.2720 MeV
(SCM) : proton 7.3779 4.8458 -448.3525 MeV -- 1.0399 GeV
Output particle (LAB) : eta -128.5022 -5.2711 279.0317 MeV -- 628.1338 MeV
(SCM) : eta -124.0641 -2.3562 9.3336 MeV -- 561.8161 MeV
Nucleus output particle (LAB) : neutron 116.6318 -2.5253 442.3226 MeV -- 1.0450 GeV
(SCM) : neutron 124.0641 2.3562 -9.3336 MeV -- 947.7698 MeV
--- Reconstructed data:
-- entry points:
left: -9.64743 -2.36716 -15 cm
right: -8.31202 1.10244 -15 cm
target: 0 0 0 fm
-- the angle: 128.762 deg
-- mass of the output particle: 539.342 MeV
-- mass of the nucleus output particle: 954.647 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 -118.8533 -3.7045 246.5849 MeV -- 604.8423 MeV
(SCM) : eta -118.8533 -3.7045 -17.7610 MeV -- 552.5809 MeV
Nucleus output particle (LAB) : neutron 118.8533 3.7045 483.4151 MeV -- 1.0767 GeV
(SCM) : neutron 118.8533 3.7045 17.7610 MeV -- 962.1878 MeV
-- triggered angular ranges:
6 [ 0.0000, -0.2000)
--- Energy Deposit
monitor : 736.919 keV
vc (l) : 0 eV
vc (r) : 0 eV
cal (l) : 257.544 MeV
0 0 0 0 0.3567 0
0 0 0 0 18.01 1.189
0 0 0.4569 6.13 211 14.18
0 0 0 0 1.025 5.203
cal (r) : 347.298 MeV
0.3814 0 0 0.5681 1.464 0
0 0 0.2316 5.031 285.2 1.803
0 0 0.5549 0.6209 44.52 5.55
0 0 0 0 0.5722 0.8256
Event 16009
--- Track Points
monitor : pi- [1,bp] 731.6 MeV : -0.1201 1.141 -0.125 cm [-0.01284, 0.008488, 0.9999]
target : pi- [1,bp] 730.9 MeV : 2.789 4.15 1.372 cm [-0.6532, -0.7571, 0.007738]
: eta [5,op] 301.7 MeV : -2.385 -1.843 1.436 cm [-0.9197, -0.3896, 0.04846]
: neutron [6,np] 475.8 MeV : -2.385 -1.843 1.436 cm [-0.4157, -0.9093, -0.01773]
: gamma [8,opdp] 381.9 MeV : -2.385 -1.843 1.436 cm [-0.9552, 0.2864, 0.07437]
: gamma [7,opdp] 243.5 MeV : -2.385 -1.843 1.436 cm [0.3585, -0.9318, -0.05659]
vc (l) : gamma [7,opdp] 243.5 MeV : -6.959 -1.864 -0.25 cm [-0.06891, -0.05659, 0.996]
vc (r) : gamma [8,opdp] 381.9 MeV : 0.7164 5.683 -0.25 cm [-0.02944, 0.07437, 0.9968]
cal (l) : gamma [7,opdp] 243.5 MeV : -7.045 -1.935 -15 cm [-0.06891, -0.05659, 0.996]
cal (r) : gamma [8,opdp] 381.9 MeV : 0.6794 5.777 -15 cm [-0.02944, 0.07437, 0.9968]
---
angle between the eta decay products : 127.845 deg
--- Triggered angular ranges:
6 [ 0.0000, -0.2000)
--- Production model data:
Incident particle (LAB) : pi- -10.4453 6.1838 726.9551 MeV -- 740.3316 MeV
(SCM) : pi- -6.4776 3.8349 450.8209 MeV -- 471.9915 MeV
Nucleus particle (LAB) : proton -0.0000 0.0000 0.0000 eV -- 938.2720 MeV
(SCM) : proton 6.4776 -3.8349 -450.8209 MeV -- 1.0410 GeV
Output particle (LAB) : eta -137.0176 14.6211 268.4199 MeV -- 625.4515 MeV
(SCM) : eta -133.1250 12.3166 -2.4921 MeV -- 563.9441 MeV
Nucleus output particle (LAB) : neutron 126.5723 -8.4373 458.5353 MeV -- 1.0532 GeV
(SCM) : neutron 133.1250 -12.3166 2.4921 MeV -- 949.0328 MeV
--- Reconstructed data:
-- entry points:
left: -8.32516 -2.08833 -15 cm
right: -0.0959915 4.44978 -15 cm
target: 0 0 0 fm
-- the angle: 122.245 deg
-- mass of the output particle: 521.08 MeV
-- mass of the nucleus output particle: 956.167 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 -157.6605 20.7121 286.6953 MeV -- 615.6338 MeV
(SCM) : eta -157.6605 20.7121 21.5637 MeV -- 545.2300 MeV
Nucleus output particle (LAB) : neutron 157.6605 -20.7121 443.3047 MeV -- 1.0659 GeV
(SCM) : neutron 157.6605 -20.7121 -21.5637 MeV -- 969.5387 MeV
-- triggered angular ranges:
5 [ 0.2000, 0.0000)
--- Energy Deposit
monitor : 450.72 keV
vc (l) : 0 eV
vc (r) : 0 eV
cal (l) : 228.937 MeV
0 0 0.02869 0 0 0
0 1.404 0 0 10.05 0.5576
0 0 0 3.601 209.5 2.366
0 0 0 0 0.9095 0.5057
cal (r) : 386.697 MeV
0 1.348 160.2 72.67 0.7401 0
1.12 0 73.07 47.14 8.723 0
0.05932 0.297 0.3865 18.82 0.5422 0
0 0 0.7228 0.4731 0.3923 0
Run terminated.
Run Summary
Number of events processed : 13676, effectively: 10
User=9.510000s Real=9.838983s Sys=0.010000s
Number of events processed : 16010, effectively: 10
User=13.710000s Real=15.773608s Sys=0.020000s
--- Setup acceptances (range | real (trg / mon) | rec (trg / mon / all)):
1 [ 1.0000, 0.8000) | 0.00000000 ( 0 / 336 ) | 0.00000000 ( 0 / 336 / 422 )
2 [ 0.8000, 0.6000) | 0.00000000 ( 0 / 372 ) | 0.00000000 ( 0 / 372 / 446 )
3 [ 0.6000, 0.4000) | 0.00260417 ( 1 / 384 ) | 0.00260417 ( 1 / 384 / 467 )
4 [ 0.4000, 0.2000) | 0.00250000 ( 1 / 400 ) | 0.00000000 ( 0 / 400 / 497 )
5 [ 0.2000, 0.0000) | 0.00000000 ( 0 / 389 ) | 0.00000000 ( 0 / 389 / 493 )
6 [ 0.0000, -0.2000) | 0.00000000 ( 0 / 403 ) | 0.00000000 ( 0 / 403 / 495 )
7 [-0.2000, -0.4000) | 0.00000000 ( 0 / 381 ) | 0.00262467 ( 1 / 381 / 471 )
8 [-0.4000, -0.6000) | 0.00277778 ( 1 / 360 ) | 0.00000000 ( 0 / 360 / 446 )
9 [-0.6000, -0.8000) | 0.00000000 ( 0 / 366 ) | 0.00273224 ( 1 / 366 / 447 )
10 [-0.8000, -1.0000) | 0.00000000 ( 0 / 366 ) | 0.00000000 ( 0 / 366 / 463 )
1 [ 1.0000, 0.8000) | 0.00205761 ( 1 / 486 ) | 0.00000000 ( 0 / 486 / 594 )
2 [ 0.8000, 0.6000) | 0.00216920 ( 1 / 461 ) | 0.00216920 ( 1 / 461 / 562 )
3 [ 0.6000, 0.4000) | 0.00226757 ( 1 / 441 ) | 0.00226757 ( 1 / 441 / 542 )
4 [ 0.4000, 0.2000) | 0.00000000 ( 0 / 446 ) | 0.00000000 ( 0 / 446 / 563 )
5 [ 0.2000, 0.0000) | 0.00221239 ( 1 / 452 ) | 0.00442478 ( 2 / 452 / 562 )
6 [ 0.0000, -0.2000) | 0.00234192 ( 1 / 427 ) | 0.00234192 ( 1 / 427 / 522 )
7 [-0.2000, -0.4000) | 0.00220264 ( 1 / 454 ) | 0.00000000 ( 0 / 454 / 537 )
8 [-0.4000, -0.6000) | 0.00000000 ( 0 / 462 ) | 0.00216450 ( 1 / 462 / 575 )
9 [-0.6000, -0.8000) | 0.00218818 ( 1 / 457 ) | 0.00000000 ( 0 / 457 / 559 )
10 [-0.8000, -1.0000) | 0.00000000 ( 0 / 443 ) | 0.00225734 ( 1 / 443 / 536 )
---
False hits (edt | rec): 7 | 7
False hits (edt | rec): 3 | 3
G4 kernel has come to Quit state.
================== Deleting memory pools ===================
Number of memory pools allocated: 16; of which, static: 3
Dynamic pools deleted: 13 / Total memory freed: 0.97 MB
Dynamic pools deleted: 13 / Total memory freed: 0.79 MB
============================================================
RunManagerKernel is deleted. Good bye :)
+8
View File
@@ -7,6 +7,14 @@
Category History file
---------------------
21.04.2021 - Gabriele Cosmo STCyclotron-V10-06-04
- Fixed gui.mac macro to invoke init_parameters.mac.
Addressing GitHub PR#25.
18.03.2021 - Gunter Folger STCyclotron-V10-06-03
- Update README to recommend G4TENDL 1.3.2
12.11.2020 - S. Guatelli STCyclotron-V10-06-02
- Migration to G4RunFactory
@@ -7,7 +7,7 @@
# Add icons of general interest
#
/control/execute Macro/GUI/icons.mac
/control/execute Macro/init_beam.mac
/control/execute Macro/init_parameters.mac
# File menu :
/gui/addMenu file File
+1 -1
View File
@@ -53,7 +53,7 @@ TENDL data:
- or, download via download page searching for TENDL download
https://cern.ch/geant4/support/download
- or direct download:
https://cern.ch/geant4-data/datasets/G4TENDL.1.4.tar.gz
https://cern.ch/geant4-data/datasets/G4TENDL.1.3.2.tar.gz
ENDF-VII0:
ftp://gdo-nuclear.ucllnl.org/pub/G4LEND/ (G4 Low Energy Nuclear Data)
+377 -10
View File
@@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -185,6 +185,373 @@ physicsList->setCut() start.
/gps/energy 300.0 MeV
/run/beamOn 100
phot: for gamma SubType=12 BuildTable=0
LambdaPrime table from 200 keV to 100 TeV in 61 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, 7 bins/decade, spline: 1
LambdaPrime table from 1 MeV to 100 TeV in 56 bins
===== EM models for the G4Region DefaultRegionForTheWorld ======
Klein-Nishina : Emin= 0 eV Emax= 100 TeV
conv: for gamma SubType=14 BuildTable=1
Lambda table from 1.022 MeV to 100 TeV, 18 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 100 eV to 100 keV, 7 bins/decade, spline: 0
LambdaPrime table from 100 keV to 100 TeV in 63 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 MeV Nbins=42 100 eV - 100 MeV
StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1
WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV
StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1
eIoni: for e- SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
MollerBhabha : Emin= 0 eV Emax= 100 TeV
eBrem: for e- SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 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 ModifiedTsai
eBremLPM : Emin= 1 GeV Emax= 100 TeV ModifiedTsai
CoulombScat: for e-, integral:1 SubType=1 BuildTable=1
Lambda table from 100 MeV to 100 TeV, 7 bins/decade, spline: 1
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 ======
UrbanMsc : Emin= 0 eV Emax= 100 MeV Nbins=42 100 eV - 100 MeV
StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1
WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV
StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1
eIoni: for e+ SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
MollerBhabha : Emin= 0 eV Emax= 100 TeV
eBrem: for e+ SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 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 ModifiedTsai
eBremLPM : Emin= 1 GeV Emax= 100 TeV ModifiedTsai
annihil: for e+, integral:1 SubType=5 BuildTable=0
===== EM models for the G4Region DefaultRegionForTheWorld ======
eplus2gg : Emin= 0 eV Emax= 100 TeV
CoulombScat: for e+, integral:1 SubType=1 BuildTable=1
Lambda table from 100 MeV to 100 TeV, 7 bins/decade, spline: 1
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=84 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llimit=1
hIoni: for proton SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
Bragg : Emin= 0 eV Emax= 2 MeV
BetheBloch : Emin= 2 MeV Emax= 100 TeV
hBrems: for proton SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
hPairProd: for proton SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
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, integral:1 SubType=1 BuildTable=1
Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 1
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 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:0 Skin=1 Llimit=1
ionIoni: for GenericIon SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02
Stopping Power data for 17 ion/material pairs
===== EM models for the G4Region DefaultRegionForTheWorld ======
BraggIon : Emin= 0 eV Emax= 2 MeV
BetheBloch : Emin= 2 MeV Emax= 100 TeV
msc: for alpha SubType= 10
===== EM models for the G4Region DefaultRegionForTheWorld ======
UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llimit=1
ionIoni: for alpha SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02
===== EM models for the G4Region DefaultRegionForTheWorld ======
BraggIon : Emin= 0 eV Emax=7.9452 MeV
BetheBloch : Emin=7.9452 MeV Emax= 100 TeV
msc: for anti_proton SubType= 10
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llimit=1
hIoni: for anti_proton SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
ICRU73QO : Emin= 0 eV Emax= 2 MeV
BetheBloch : Emin= 2 MeV Emax= 100 TeV
hBrems: for anti_proton SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
hPairProd: for anti_proton SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
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, integral:1 SubType=1 BuildTable=1
Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 1
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=84 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llimit=1
hIoni: for kaon+ SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
Bragg : Emin= 0 eV Emax=1.05231 MeV
BetheBloch : Emin=1.05231 MeV Emax= 100 TeV
hBrems: for kaon+ SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
hPairProd: for kaon+ SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
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+, integral:1 SubType=1 BuildTable=1
Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 1
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=84 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llimit=1
hIoni: for kaon- SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
ICRU73QO : Emin= 0 eV Emax=1.05231 MeV
BetheBloch : Emin=1.05231 MeV Emax= 100 TeV
hBrems: for kaon- SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
hPairProd: for kaon- SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
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-, integral: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=84 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llimit=1
muIoni: for mu+ SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
Bragg : Emin= 0 eV Emax= 200 keV
BetheBloch : Emin= 200 keV Emax= 1 GeV
MuBetheBloch : Emin= 1 GeV Emax= 100 TeV
muBrems: for mu+ SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
muPairProd: for mu+ SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
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+, integral:1 SubType=1 BuildTable=1
Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 1
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=84 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llimit=1
muIoni: for mu- SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
ICRU73QO : Emin= 0 eV Emax= 200 keV
BetheBloch : Emin= 200 keV Emax= 1 GeV
MuBetheBloch : Emin= 1 GeV Emax= 100 TeV
muBrems: for mu- SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
muPairProd: for mu- SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
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-, integral: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=84 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llimit=1
hIoni: for pi+ SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
Bragg : Emin= 0 eV Emax=297.505 keV
BetheBloch : Emin=297.505 keV Emax= 100 TeV
hBrems: for pi+ SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
hPairProd: for pi+ SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
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+, integral:1 SubType=1 BuildTable=1
Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 1
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=84 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llimit=1
hIoni: for pi- SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
ICRU73QO : Emin= 0 eV Emax=297.505 keV
BetheBloch : Emin=297.505 keV Emax= 100 TeV
hBrems: for pi- SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
hPairProd: for pi- SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
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-, integral: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
Region <DefaultRegionForTheWorld> -- -- appears in <World> world volume
This region is in the mass world.
Root logical volume(s) : World
@@ -253,8 +620,8 @@ See commands in /vis/modeling/trajectories/ for other options.
ooo Run 0 starts (global).
--------- Ranlux engine status ---------
Initial seed = 1612446729
float_seed_table[] = 0.262669 0.582216 0.892682 0.831099 0.612249 0.729536 0.675103 0.721679 0.414743 0.60413 0.732873 0.267828 0.920257 0.300895 0.21161 0.38112 0.192683 0.177891 0.163855 0.488504 0.100146 0.399566 0.353986 0.501886
Initial seed = 1623139744
float_seed_table[] = 0.321051 0.703891 0.623028 0.90283 0.918803 0.131837 0.342942 0.572057 0.402445 0.552796 0.767171 0.742507 0.79422 0.927811 0.441404 0.5084 0.231716 0.00218672 0.591102 0.361275 0.165952 0.497306 0.286562 0.612128
i_lag = 23, j_lag = 9
carry = 0, count24 = 0
luxury = 3 nskip = 199
@@ -265,7 +632,7 @@ mu- Mono Plane
Run terminated.
Run Summary
Number of events processed : 100
User=2.370000s Real=2.423554s Sys=0.010000s
User=2.140000s Real=2.283902s 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.
@@ -283,22 +650,22 @@ G4SDManager deleted.
EventManager deleted.
Units table cleared.
TransportationManager deleted.
Total navigation history collections cleaned: 9
Total navigation history collections cleaned: 10
================== Deleting memory pools ===================
Pool ID '20G4NavigationLevelRep', size : 0.0115 MB
Pool ID '20G4NavigationLevelRep', size : 0.0135 MB
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 '15G4HCofThisEvent', size : 0.000961 MB
Pool ID '16G4HitsCollection', size : 0.000961 MB
Pool ID '17G4DynamicParticle', size : 0.025 MB
Pool ID '7G4Track', size : 0.05 MB
Pool ID '17G4DynamicParticle', size : 0.024 MB
Pool ID '7G4Track', size : 0.0481 MB
Pool ID '18G4TouchableHistory', size : 0.000961 MB
Pool ID '15G4CountedObjectIvE', size : 0.000961 MB
Pool ID '15UltraOpticalHit', size : 0.00481 MB
Pool ID '15UltraOpticalHit', size : 0.00385 MB
Number of memory pools allocated: 12 of which, static: 0
Dynamic pools deleted: 12 / Total memory freed: 0.099 MB
Dynamic pools deleted: 12 / Total memory freed: 0.097 MB
============================================================
G4Allocator objects are deleted.
UImanager deleted.
+2 -2
View File
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
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 : 10000
User=6.740000s Real=6.891389s Sys=0.000000s
User=7.700000s Real=8.251293s Sys=0.010000s
-------------------------------------------------------------
---> The calorimeter is 9 Modules
@@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -805,7 +805,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20
Level density (1/MeV) 0.075
Use simple level density model 1
Use discrete excitation energy of the residual 0
Time limit for long lived isomeres (ns) 1000
Time limit for long lived isomeres (ns) 1
Isomer production flag 1
Internal e- conversion flag 1
Store e- internal conversion data 0
@@ -956,7 +956,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics
Run terminated.
Run Summary
Number of events processed : 20
User=15.780000s Real=16.358217s Sys=0.010000s
User=18.370000s Real=20.001602s Sys=0.000000s
### Run 0 end.
... write file : ccal.root - done
... close file : ccal.root - done
@@ -972,23 +972,23 @@ G4SDManager deleted.
EventManager deleted.
Units table cleared.
TransportationManager deleted.
Total navigation history collections cleaned: 51
Total navigation history collections cleaned: 50
================== Deleting memory pools ===================
Pool ID '20G4NavigationLevelRep', size : 0.0759 MB
Pool ID '20G4NavigationLevelRep', size : 0.074 MB
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 '15G4HCofThisEvent', size : 0.000961 MB
Pool ID '16G4HitsCollection', size : 0.000961 MB
Pool ID '17G4DynamicParticle', size : 0.111 MB
Pool ID '7G4Track', size : 0.22 MB
Pool ID '17G4DynamicParticle', size : 0.0711 MB
Pool ID '7G4Track', size : 0.141 MB
Pool ID '18G4TouchableHistory', size : 0.00577 MB
Pool ID '15G4CountedObjectIvE', size : 0.000961 MB
Pool ID '17G4ReactionProduct', size : 0.0144 MB
Pool ID '10G4Fragment', size : 0.00577 MB
Pool ID '10G4Fragment', size : 0.00481 MB
Number of memory pools allocated: 13 of which, static: 0
Dynamic pools deleted: 13 / Total memory freed: 0.44 MB
Dynamic pools deleted: 13 / Total memory freed: 0.32 MB
============================================================
G4Allocator objects are deleted.
UImanager deleted.
+2 -2
View File
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -200,4 +200,4 @@ Index : 2 used in the geometry : Yes
---- eRosita event counter: 9000
---- eRosita event counter: 10000
--- Run 00 ends (Number of events = 10000).
User=30.760000s Real=31.940029s Sys=0.020000s
User=34.850000s Real=36.939362s Sys=0.020000s
+9 -1
View File
@@ -6,7 +6,15 @@ francesco.romano@lns.infn.it
====================================================
History file of the GammaKnife application
====================================================
07.11.2020 S. Guatelli Tag: gammaknife-V10-06-02
13.04.2021 G. Cosmo Tag: gammaknife-V10-06-03
- Use default MixMax random number engine.
- Fixed interactive run to just execute defaultMacro.mac.
11.04.2021 V. Ivanchenko
- GammaKnifePhysicsList - added forgotten header
07.11.2020 S. Guatelli Tag: gammaknife-V10-06-02
- Migration to G4RunManagerFactory
07.11.2020 F.Romano Tag: gammaknife-V10-06-01
@@ -71,7 +71,6 @@
int main(int argc ,char ** argv)
{
G4Random::setTheEngine(new CLHEP::RanecuEngine);
G4int seconds = time(NULL);
G4Random::setTheSeed(seconds);
@@ -134,8 +133,6 @@ int main(int argc ,char ** argv)
UImanager->ApplyCommand("/control/execute defaultMacro.mac");
UImanager->ApplyCommand("/control/execute batch.mac");
ui->SessionStart();
delete ui;
File diff suppressed because it is too large Load Diff
@@ -51,6 +51,7 @@
#include "G4RadioactiveDecayPhysics.hh"
#include "G4LossTableManager.hh"
#include "G4UnitsTable.hh"
GammaKnifePhysicsList::GammaKnifePhysicsList(): G4VModularPhysicsList()
{
@@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -5426,7 +5426,7 @@ Number of digits in this event = 23
Run terminated.
Run Summary
Number of events processed : 100
User=3.650000s Real=4.687260s Sys=0.040000s
User=4.230000s Real=6.282097s Sys=0.050000s
End of Run 0
0 events have been kept for refreshing and/or reviewing.
"/vis/reviewKeptEvents" to review them one by one.
@@ -9459,7 +9459,7 @@ Number of digits in this event = 35
Run terminated.
Run Summary
Number of events processed : 100
User=38.380000s Real=40.406512s Sys=0.060000s
User=43.730000s Real=48.220145s Sys=0.070000s
End of Run 1
0 events have been kept for refreshing and/or reviewing.
"/vis/reviewKeptEvents" to review them one by one.
@@ -18432,7 +18432,7 @@ Number of digits in this event = 46
Run terminated.
Run Summary
Number of events processed : 100
User=47.380000s Real=49.052832s Sys=0.070000s
User=55.170000s Real=61.422273s Sys=0.140000s
End of Run 2
0 events have been kept for refreshing and/or reviewing.
"/vis/reviewKeptEvents" to review them one by one.
@@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -504,7 +504,7 @@ Run 0 starts ...
Run terminated.
Run Summary
Number of events processed : 2000
User=8.140000s Real=8.906370s Sys=0.160000s
User=9.950000s Real=13.001138s Sys=0.290000s
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.
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -798,7 +798,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20
Level density (1/MeV) 0.075
Use simple level density model 1
Use discrete excitation energy of the residual 0
Time limit for long lived isomeres (ns) 1000
Time limit for long lived isomeres (ns) 1
Isomer production flag 1
Internal e- conversion flag 1
Store e- internal conversion data 0
@@ -919,14 +919,14 @@ Start closing geometry.
G4GeometryManager::ReportVoxelStats -- Voxel Statistics
Total memory consumed for geometry optimisation: 395 kByte
Total CPU time elapsed for geometry optimisation: 0.27 seconds
Total CPU time elapsed for geometry optimisation: 0.31 seconds
Voxelisation: top CPU users:
Percent Total CPU System CPU Memory Volume
------- ---------- ---------- -------- ----------
55.56 0.15 0.00 152k EmModuleLogical
44.44 0.12 0.00 238k HadModuleLogical
0.00 0.00 0.00 4k Mother
51.61 0.16 0.00 152k EmModuleLogical
45.16 0.14 0.00 238k HadModuleLogical
3.23 0.01 0.00 4k Mother
0.00 0.00 0.00 0k CryostatLogical
0.00 0.00 0.00 0k LArgLogical
0.00 0.00 0.00 0k FCALEnvelopeLogical
@@ -936,9 +936,9 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics
Voxelisation: top memory users:
Percent Memory Heads Nodes Pointers Total CPU Volume
------- -------- ------ ------ -------- ---------- ----------
60.17 238k 1385 2370 3792 0.12 HadModuleLogical
38.50 152k 1129 1152 2426 0.15 EmModuleLogical
0.93 3k 8 42 146 0.00 Mother
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.01 Mother
0.12 0k 1 7 8 0.00 SolidWLogical
0.12 0k 1 7 8 0.00 CuPlateLogical
0.08 0k 1 4 6 0.00 LArgLogical
@@ -955,352 +955,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 : 51
Number of F1 Tiles with Positive energy : 58
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
1.61856 1.68112 1.78247
Visible Energy in Hole Counter (MeV)
0 0
Visible Energy in Upstream Dead Materials
2.58331
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 126
EmEdep is=19660.2 MeV
HadEdep is=1.50161 MeV
Edep in FCAL1 FCAl2 : 19660.2 1.50161
**** Primary : 2
Vertex : (-3.76032,10.9751,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)
2.10049 3.2282 2.60084
Visible Energy in Hole Counter (MeV)
0 96.3864
Visible Energy in Upstream Dead Materials
861.152
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 56
N Secondaries 267
EmEdep is=17871.9 MeV
HadEdep is=0.455584 MeV
Edep in FCAL1 FCAl2 : 17871.9 0.455584
**** Primary : 3
Vertex : (13.1951,2.677,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.96109 1.62536 1.699
Visible Energy in Hole Counter (MeV)
0 0
Visible Energy in Upstream Dead Materials
20.776
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 175
EmEdep is=19570.5 MeV
HadEdep is=0 MeV
Edep in FCAL1 FCAl2 : 19570.5 0
**** Primary : 4
Vertex : (-8.66148,-8.80731,32740)
Number of F1 Tiles with Positive energy : 36
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
1.41397 2.10419 2.49441
Visible Energy in Hole Counter (MeV)
0 0
Visible Energy in Upstream Dead Materials
4.54741
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 172
EmEdep is=19704.6 MeV
HadEdep is=3.78922 MeV
Edep in FCAL1 FCAl2 : 19704.6 3.78922
**** Primary : 5
Vertex : (4.75859,7.01622,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)
2.04288 1.60474 1.50975
Visible Energy in Hole Counter (MeV)
0 0
Visible Energy in Upstream Dead Materials
19.7247
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 177
EmEdep is=19850.5 MeV
HadEdep is=0 MeV
Edep in FCAL1 FCAl2 : 19850.5 0
**** Primary : 6
Vertex : (1.94335,14.9228,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.6695 2.26866 1.5354
Visible Energy in Hole Counter (MeV)
0 0
Visible Energy in Upstream Dead Materials
2.18754
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 173
EmEdep is=19758.6 MeV
HadEdep is=14.8503 MeV
Edep in FCAL1 FCAl2 : 19758.6 14.8503
**** Primary : 7
Vertex : (-10.9878,-6.7949,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.78233 1.78281 1.72558
Visible Energy in Hole Counter (MeV)
0 125.806
Visible Energy in Upstream Dead Materials
7042.02
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 265
N Secondaries 137
EmEdep is=10409.2 MeV
HadEdep is=0.598729 MeV
Edep in FCAL1 FCAl2 : 10409.2 0.598729
**** Primary : 8
Vertex : (10.9757,-1.49585,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.91619 1.61862 1.65682
Visible Energy in Hole Counter (MeV)
0 0
Visible Energy in Upstream Dead Materials
9.47685
Visible Energy in Tail Catcher Scintillator
0.0155369 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 138
EmEdep is=19732.7 MeV
HadEdep is=2.97703 MeV
Edep in FCAL1 FCAl2 : 19732.7 2.97703
**** Primary : 9
Vertex : (-27.7734,3.36444,32740)
Number of F1 Tiles with Positive energy : 67
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
1.63615 1.99083 2.64945
Visible Energy in Hole Counter (MeV)
0 177.529
Visible Energy in Upstream Dead Materials
6518.18
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 219
N Secondaries 88
EmEdep is=10865.8 MeV
HadEdep is=1.14846 MeV
Edep in FCAL1 FCAl2 : 10865.8 1.14846
**** Primary : 10
Vertex : (-22.5474,4.1006,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)
2.79794 1.56228 1.51144
Visible Energy in Hole Counter (MeV)
0 0
Visible Energy in Upstream Dead Materials
3.07244
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 148
EmEdep is=19825.7 MeV
HadEdep is=2.38288 MeV
Edep in FCAL1 FCAl2 : 19825.7 2.38288
---> Begin of event: 11
**** Primary : 11
Vertex : (-6.31939,21.5056,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)
2.37211 2.07064 1.89618
Visible Energy in Hole Counter (MeV)
0 0
Visible Energy in Upstream Dead Materials
0.552666
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 256
EmEdep is=19854.1 MeV
HadEdep is=18.3455 MeV
Edep in FCAL1 FCAl2 : 19854.1 18.3455
**** Primary : 12
Vertex : (17.1015,6.30557,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.89077 1.62659 1.66722
Visible Energy in Hole Counter (MeV)
0 0
Visible Energy in Upstream Dead Materials
5.20023
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 153
EmEdep is=19819.7 MeV
HadEdep is=2.47311 MeV
Edep in FCAL1 FCAl2 : 19819.7 2.47311
**** Primary : 13
Vertex : (-24.9484,11.8659,32740)
Number of F1 Tiles with Positive energy : 8
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
1.5796 1.69073 1.49161
Visible Energy in Hole Counter (MeV)
0 42.4312
Visible Energy in Upstream Dead Materials
18933.5
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 85
N Secondaries 60
EmEdep is=352.749 MeV
HadEdep is=0.676638 MeV
Edep in FCAL1 FCAl2 : 352.749 0.676638
**** Primary : 14
Vertex : (-0.133696,18.3151,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.57816 2.35347 1.55095
Visible Energy in Hole Counter (MeV)
0 0
Visible Energy in Upstream Dead Materials
7.54888
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 182
EmEdep is=19720.7 MeV
HadEdep is=0 MeV
Edep in FCAL1 FCAl2 : 19720.7 0
**** Primary : 15
Vertex : (17.3196,17.6617,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.89643 2.96344 2.36511
Visible Energy in Hole Counter (MeV)
0 15.4898
Visible Energy in Upstream Dead Materials
67.8872
2.77372
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 94
EmEdep is=19797.2 MeV
HadEdep is=0 MeV
Edep in FCAL1 FCAl2 : 19797.2 0
**** Primary : 16
Vertex : (-20.8489,10.8988,32740)
Number of F1 Tiles with Positive energy : 63
N Secondaries 126
EmEdep is=19680.2 MeV
HadEdep is=4.88573 MeV
Edep in FCAL1 FCAl2 : 19680.2 4.88573
**** Primary : 2
Vertex : (-3.76032,10.9751,32740)
Number of F1 Tiles with Positive energy : 57
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
1.62504 1.92594 1.73865
2.34157 1.78678 3.10078
Visible Energy in Hole Counter (MeV)
0 111.331
0 183.826
Visible Energy in Upstream Dead Materials
6807.06
2414.13
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 144
N Secondaries 194
EmEdep is=11235.8 MeV
HadEdep is=0 MeV
Edep in FCAL1 FCAl2 : 11235.8 0
**** Primary : 17
Vertex : (-9.96316,-9.33478,32740)
N Tracks out of world 97
N Secondaries 140
EmEdep is=15463.1 MeV
HadEdep is=1.10636 MeV
Edep in FCAL1 FCAl2 : 15463.1 1.10636
**** Primary : 3
Vertex : (13.1951,2.677,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.47896 1.56692 1.56648
Visible Energy in Hole Counter (MeV)
0 3.9527
Visible Energy in Upstream Dead Materials
65.1162
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 10
N Secondaries 238
EmEdep is=19545.9 MeV
HadEdep is=1.38583 MeV
Edep in FCAL1 FCAl2 : 19545.9 1.38583
**** Primary : 18
Vertex : (-9.96316,-9.33478,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.98604 2.25129 4.0928
2.1568 1.71055 1.39306
Visible Energy in Hole Counter (MeV)
0 0
Visible Energy in Upstream Dead Materials
12.5131
3.18009
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 130
EmEdep is=19855.1 MeV
HadEdep is=2.61536 MeV
Edep in FCAL1 FCAl2 : 19855.1 2.61536
N Tracks out of world 6
N Secondaries 225
EmEdep is=19850.4 MeV
HadEdep is=8.67598 MeV
Edep in FCAL1 FCAl2 : 19850.4 8.67598
**** 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.51624 2.29247 2.02256
Visible Energy in Hole Counter (MeV)
0 0
Visible Energy in Upstream Dead Materials
12.4782
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 314
EmEdep is=19864.4 MeV
HadEdep is=2.47371 MeV
Edep in FCAL1 FCAl2 : 19864.4 2.47371
**** 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.89974 1.81379 2.71453
Visible Energy in Hole Counter (MeV)
0 0
Visible Energy in Upstream Dead Materials
5.21126
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 240
EmEdep is=19703.8 MeV
HadEdep is=0 MeV
Edep in FCAL1 FCAl2 : 19703.8 0
**** Primary : 6
Vertex : (1.94335,14.9228,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.54787 3.86109 1.97078
Visible Energy in Hole Counter (MeV)
0 164.062
Visible Energy in Upstream Dead Materials
2912.73
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 78
N Secondaries 73
EmEdep is=14922.6 MeV
HadEdep is=2.94389 MeV
Edep in FCAL1 FCAl2 : 14922.6 2.94389
**** Primary : 7
Vertex : (-10.9878,-6.7949,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.64822 2.601 2.43655
Visible Energy in Hole Counter (MeV)
0 148.245
Visible Energy in Upstream Dead Materials
4653.33
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 130
N Secondaries 197
EmEdep is=13222.2 MeV
HadEdep is=6.44154 MeV
Edep in FCAL1 FCAl2 : 13222.2 6.44154
**** Primary : 8
Vertex : (10.9757,-1.49585,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.08085 1.75859 1.8251
Visible Energy in Hole Counter (MeV)
0 0
Visible Energy in Upstream Dead Materials
13.2077
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 18
N Secondaries 128
EmEdep is=19513 MeV
HadEdep is=3.87945 MeV
Edep in FCAL1 FCAl2 : 19513 3.87945
**** Primary : 9
Vertex : (-27.7734,3.36444,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)
3.34473 9.59135 26.7421
Visible Energy in Hole Counter (MeV)
0 147.881
Visible Energy in Upstream Dead Materials
5561.77
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 170
N Secondaries 269
EmEdep is=11759.3 MeV
HadEdep is=0 MeV
Edep in FCAL1 FCAl2 : 11759.3 0
**** Primary : 10
Vertex : (-22.5474,4.1006,32740)
Number of F1 Tiles with Positive energy : 37
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
2.35727 1.51943 2.3663
Visible Energy in Hole Counter (MeV)
0 0
Visible Energy in Upstream Dead Materials
14.6427
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 333
EmEdep is=19764 MeV
HadEdep is=0 MeV
Edep in FCAL1 FCAl2 : 19764 0
---> Begin of event: 11
**** Primary : 11
Vertex : (-6.31939,21.5056,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.83806 1.54679 1.63668
Visible Energy in Hole Counter (MeV)
0 0
Visible Energy in Upstream Dead Materials
15.3648
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 184
EmEdep is=19714.3 MeV
HadEdep is=0.926263 MeV
Edep in FCAL1 FCAl2 : 19714.3 0.926263
**** Primary : 12
Vertex : (17.1015,6.30557,32740)
Number of F1 Tiles with Positive energy : 41
Number of F2 tiles with Positive energy : 1
Visisble Energy in S1 , S2 , S3 in (MeV)
1.65202 1.92696 1.69193
Visible Energy in Hole Counter (MeV)
0 0
Visible Energy in Upstream Dead Materials
3.94729
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 292
EmEdep is=19794.5 MeV
HadEdep is=9.75797 MeV
Edep in FCAL1 FCAl2 : 19794.5 9.75797
**** Primary : 13
Vertex : (-24.9484,11.8659,32740)
Number of F1 Tiles with Positive energy : 32
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
1.52083 2.06469 1.50389
Visible Energy in Hole Counter (MeV)
0 148.803
Visible Energy in Upstream Dead Materials
17546.2
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 197
N Secondaries 284
EmEdep is=1002.12 MeV
HadEdep is=6.49165 MeV
Edep in FCAL1 FCAl2 : 1002.12 6.49165
**** 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)
1.75755 1.63575 2.39422
Visible Energy in Hole Counter (MeV)
0 0
Visible Energy in Upstream Dead Materials
7.6949
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 95
EmEdep is=19548.9 MeV
HadEdep is=5.63068 MeV
Edep in FCAL1 FCAl2 : 19548.9 5.63068
**** Primary : 15
Vertex : (17.3196,17.6617,32740)
Number of F1 Tiles with Positive energy : 40
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
2.36853 2.56902 1.60719
Visible Energy in Hole Counter (MeV)
0 0
Visible Energy in Upstream Dead Materials
1.85875
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 175
EmEdep is=19749.8 MeV
HadEdep is=0 MeV
Edep in FCAL1 FCAl2 : 19749.8 0
**** Primary : 16
Vertex : (-20.8489,10.8988,32740)
Number of F1 Tiles with Positive energy : 77
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
1.73266 1.86714 5.26771
Visible Energy in Hole Counter (MeV)
0 195.807
Visible Energy in Upstream Dead Materials
7543.82
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 236
N Secondaries 213
EmEdep is=9496.24 MeV
HadEdep is=0.439552 MeV
Edep in FCAL1 FCAl2 : 9496.24 0.439552
**** Primary : 17
Vertex : (-9.96316,-9.33478,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.54204 1.9332 1.77612
Visible Energy in Hole Counter (MeV)
0 0
Visible Energy in Upstream Dead Materials
16.1299
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 272
EmEdep is=19664.1 MeV
HadEdep is=0 MeV
Edep in FCAL1 FCAl2 : 19664.1 0
**** Primary : 18
Vertex : (-9.96316,-9.33478,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)
2.17953 1.77908 1.5257
Visible Energy in Hole Counter (MeV)
0 0
Visible Energy in Upstream Dead Materials
4.91207
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 188
EmEdep is=19812.9 MeV
HadEdep is=3.16237 MeV
Edep in FCAL1 FCAl2 : 19812.9 3.16237
Run terminated.
Run Summary
Number of events processed : 18
User=7.350000s Real=7.510802s Sys=0.000000s
User=8.530000s Real=8.745313s 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.
@@ -1319,20 +1319,20 @@ Units table cleared.
TransportationManager deleted.
Total navigation history collections cleaned: 43
================== Deleting memory pools ===================
Pool ID '20G4NavigationLevelRep', size : 0.0586 MB
Pool ID '20G4NavigationLevelRep', size : 0.0615 MB
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 '15G4HCofThisEvent', size : 0.000961 MB
Pool ID '17G4DynamicParticle', size : 0.0827 MB
Pool ID '7G4Track', size : 0.165 MB
Pool ID '17G4DynamicParticle', size : 0.112 MB
Pool ID '7G4Track', size : 0.222 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: 12 of which, static: 0
Dynamic pools deleted: 12 / Total memory freed: 0.32 MB
Dynamic pools deleted: 12 / Total memory freed: 0.41 MB
============================================================
G4Allocator objects are deleted.
UImanager deleted.
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -889,10 +889,10 @@ Launched 50000 random primary particles
Run terminated.
Run Summary
Number of events processed : 50000
User=14.400000s Real=14.597300s Sys=0.010000s
User=17.350000s Real=18.903688s Sys=0.020000s
PrimitiveScorer RUN PhantomSD,TotalDose
Number of entries 137
loop elapsed time [s] : 14.44
loop elapsed time [s] : 17.39
Region <DefaultRegionForTheWorld> -- -- appears in <worldPV> world volume
@@ -1116,10 +1116,10 @@ Launched 50000 random primary particles
Run terminated.
Run Summary
Number of events processed : 50000
User=14.250000s Real=14.502926s Sys=0.030000s
User=17.300000s Real=20.572580s Sys=0.010000s
PrimitiveScorer RUN PhantomSD,TotalDose
Number of entries 206
loop elapsed time [s] : 14.29
loop elapsed time [s] : 17.34
################ END NEW GEOMETRY ########################
/run/geometryModified
@@ -1413,10 +1413,10 @@ Launched 50000 random primary particles
Run terminated.
Run Summary
Number of events processed : 50000
User=14.180000s Real=14.309413s Sys=0.010000s
User=17.460000s Real=21.655599s Sys=0.000000s
PrimitiveScorer RUN PhantomSD,TotalDose
Number of entries 102
loop elapsed time [s] : 14.22
loop elapsed time [s] : 17.5
Region <DefaultRegionForTheWorld> -- -- appears in <worldPV> world volume
@@ -1640,13 +1640,13 @@ Launched 50000 random primary particles
Run terminated.
Run Summary
Number of events processed : 50000
User=14.390000s Real=14.777959s Sys=0.030000s
User=17.590000s Real=19.244826s Sys=0.050000s
PrimitiveScorer RUN PhantomSD,TotalDose
Number of entries 117
loop elapsed time [s] : 14.43
loop elapsed time [s] : 17.63
################ END NEW GEOMETRY ########################
loop elapsed time [s] : 60.51
loop elapsed time [s] : 73.28
G4 kernel has come to Quit state.
UserDetectorConstruction deleted.
+2 -2
View File
@@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -773,7 +773,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model.
See commands in /vis/modeling/trajectories/ for other options.
##### Create analysis manager 0x154bac0
##### Create analysis manager 0x21e7c80
Using Root analysis manager
All Ntuples have been created
-> Event # 1 generated
@@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -208,14 +208,14 @@ 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 0x117c790
##### Create analysis manager 0x1c45900
Using Root analysis manager
... create file : microelectronics.root - done
... open analysis file : microelectronics.root - done
Run terminated.
Run Summary
Number of events processed : 10
User=0.000000s Real=0.004988s Sys=0.000000s
User=0.010000s Real=0.014481s Sys=0.000000s
... write file : microelectronics.root - done
... close file : microelectronics.root - done
Number and type of particles created outside region "Target" :
+2 -2
View File
@@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
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
==================================================================
##### Create analysis manager 0x24d8970
##### Create analysis manager 0x159eaf0
Using Root analysis manager
Ntuple-1 created
Ntuple-2 created
+3
View File
@@ -8,6 +8,9 @@
Category History file
---------------------
10.04.2021 G.Cosmo (purmag-V10-06-02)
- Removed call to obsolete ResetCuts() in PurgMagPhysicsList.
02.11.2020 B.Morgan (purmag-V10-06-01)
- Support same CMake version range as core Geant4
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -296,7 +296,6 @@ void PurgMagPhysicsList::SetGELowLimit(G4double lowcut)
}
void PurgMagPhysicsList::SetGammaCut(G4double val)
{
ResetCuts();
cutForGamma = val;
}
@@ -304,7 +303,6 @@ void PurgMagPhysicsList::SetGammaCut(G4double val)
void PurgMagPhysicsList::SetElectronCut(G4double val)
{
// ResetCuts();
cutForElectron = val;
}
@@ -312,7 +310,6 @@ void PurgMagPhysicsList::SetElectronCut(G4double val)
void PurgMagPhysicsList::SetPositronCut(G4double val)
{
// ResetCuts();
cutForPositron = val;
}
@@ -320,7 +317,6 @@ void PurgMagPhysicsList::SetPositronCut(G4double val)
void PurgMagPhysicsList::SetProtonCut(G4double val)
{
//ResetCuts();
cutForProton = val;
}
@@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -495,12 +495,7 @@ See commands in /vis/modeling/trajectories/ for other options.
---> Begin of event: 10
Primary Energy: 60 keV
First hit in LXe: gamma
Number of hits in LXe: 65
Total energy in LXe: 60 keV
Average light collection time: 17.6859 ns
Number of PMT hits (photoelectron equivalent): 54
Event summary in file gamma_1000.out
Total energy in LXe: 0 eV
---> End of event: 10
@@ -516,12 +511,7 @@ See commands in /vis/modeling/trajectories/ for other options.
---> Begin of event: 30
Primary Energy: 60 keV
First hit in LXe: gamma
Number of hits in LXe: 52
Total energy in LXe: 60 keV
Average light collection time: 20.7287 ns
Number of PMT hits (photoelectron equivalent): 62
Event summary in file gamma_1000.out
Total energy in LXe: 0 eV
---> End of event: 30
@@ -537,7 +527,12 @@ See commands in /vis/modeling/trajectories/ for other options.
---> Begin of event: 50
Primary Energy: 60 keV
Total energy in LXe: 0 eV
First hit in LXe: gamma
Number of hits in LXe: 73
Total energy in LXe: 60 keV
Average light collection time: 20.3534 ns
Number of PMT hits (photoelectron equivalent): 48
Event summary in file gamma_1000.out
---> End of event: 50
@@ -553,7 +548,12 @@ See commands in /vis/modeling/trajectories/ for other options.
---> Begin of event: 70
Primary Energy: 60 keV
Total energy in LXe: 0 eV
First hit in LXe: gamma
Number of hits in LXe: 63
Total energy in LXe: 60 keV
Average light collection time: 20.3014 ns
Number of PMT hits (photoelectron equivalent): 75
Event summary in file gamma_1000.out
---> End of event: 70
@@ -562,10 +562,10 @@ See commands in /vis/modeling/trajectories/ for other options.
Primary Energy: 60 keV
First hit in LXe: gamma
Number of hits in LXe: 16
Total energy in LXe: 25.4564 keV
Average light collection time: 17.5472 ns
Number of PMT hits (photoelectron equivalent): 28
Number of hits in LXe: 63
Total energy in LXe: 60 keV
Average light collection time: 20.0316 ns
Number of PMT hits (photoelectron equivalent): 127
Event summary in file gamma_1000.out
---> End of event: 80
@@ -598,12 +598,7 @@ See commands in /vis/modeling/trajectories/ for other options.
---> Begin of event: 120
Primary Energy: 60 keV
First hit in LXe: gamma
Number of hits in LXe: 65
Total energy in LXe: 60 keV
Average light collection time: 19.4078 ns
Number of PMT hits (photoelectron equivalent): 76
Event summary in file gamma_1000.out
Total energy in LXe: 0 eV
---> End of event: 120
@@ -611,7 +606,12 @@ See commands in /vis/modeling/trajectories/ for other options.
---> Begin of event: 130
Primary Energy: 60 keV
Total energy in LXe: 0 eV
First hit in LXe: gamma
Number of hits in LXe: 51
Total energy in LXe: 60 keV
Average light collection time: 24.7661 ns
Number of PMT hits (photoelectron equivalent): 61
Event summary in file gamma_1000.out
---> End of event: 130
@@ -620,9 +620,9 @@ See commands in /vis/modeling/trajectories/ for other options.
Primary Energy: 60 keV
First hit in LXe: gamma
Number of hits in LXe: 54
Number of hits in LXe: 58
Total energy in LXe: 60 keV
Average light collection time: 21.8596 ns
Average light collection time: 14.7152 ns
Number of PMT hits (photoelectron equivalent): 65
Event summary in file gamma_1000.out
@@ -632,7 +632,12 @@ See commands in /vis/modeling/trajectories/ for other options.
---> Begin of event: 150
Primary Energy: 60 keV
Total energy in LXe: 0 eV
First hit in LXe: gamma
Number of hits in LXe: 64
Total energy in LXe: 60 keV
Average light collection time: 20.3848 ns
Number of PMT hits (photoelectron equivalent): 60
Event summary in file gamma_1000.out
---> End of event: 150
@@ -649,10 +654,10 @@ See commands in /vis/modeling/trajectories/ for other options.
Primary Energy: 60 keV
First hit in LXe: gamma
Number of hits in LXe: 54
Number of hits in LXe: 55
Total energy in LXe: 60 keV
Average light collection time: 21.3632 ns
Number of PMT hits (photoelectron equivalent): 71
Average light collection time: 18.6496 ns
Number of PMT hits (photoelectron equivalent): 66
Event summary in file gamma_1000.out
---> End of event: 170
@@ -661,7 +666,12 @@ See commands in /vis/modeling/trajectories/ for other options.
---> Begin of event: 180
Primary Energy: 60 keV
Total energy in LXe: 0 eV
First hit in LXe: gamma
Number of hits in LXe: 48
Total energy in LXe: 30.2187 keV
Average light collection time: 22.3053 ns
Number of PMT hits (photoelectron equivalent): 32
Event summary in file gamma_1000.out
---> End of event: 180
@@ -670,10 +680,10 @@ See commands in /vis/modeling/trajectories/ for other options.
Primary Energy: 60 keV
First hit in LXe: gamma
Number of hits in LXe: 64
Number of hits in LXe: 70
Total energy in LXe: 60 keV
Average light collection time: 18.78 ns
Number of PMT hits (photoelectron equivalent): 55
Average light collection time: 17.7535 ns
Number of PMT hits (photoelectron equivalent): 40
Event summary in file gamma_1000.out
---> End of event: 190
@@ -682,7 +692,12 @@ See commands in /vis/modeling/trajectories/ for other options.
---> Begin of event: 200
Primary Energy: 60 keV
Total energy in LXe: 0 eV
First hit in LXe: gamma
Number of hits in LXe: 61
Total energy in LXe: 60 keV
Average light collection time: 18.3172 ns
Number of PMT hits (photoelectron equivalent): 50
Event summary in file gamma_1000.out
---> End of event: 200
@@ -691,10 +706,10 @@ See commands in /vis/modeling/trajectories/ for other options.
Primary Energy: 60 keV
First hit in LXe: gamma
Number of hits in LXe: 28
Total energy in LXe: 30.2187 keV
Average light collection time: 24.0206 ns
Number of PMT hits (photoelectron equivalent): 35
Number of hits in LXe: 51
Total energy in LXe: 60 keV
Average light collection time: 22.1835 ns
Number of PMT hits (photoelectron equivalent): 48
Event summary in file gamma_1000.out
---> End of event: 210
@@ -703,7 +718,12 @@ See commands in /vis/modeling/trajectories/ for other options.
---> Begin of event: 220
Primary Energy: 60 keV
Total energy in LXe: 0 eV
First hit in LXe: gamma
Number of hits in LXe: 47
Total energy in LXe: 60 keV
Average light collection time: 20.681 ns
Number of PMT hits (photoelectron equivalent): 67
Event summary in file gamma_1000.out
---> End of event: 220
@@ -712,10 +732,10 @@ See commands in /vis/modeling/trajectories/ for other options.
Primary Energy: 60 keV
First hit in LXe: gamma
Number of hits in LXe: 26
Total energy in LXe: 30.5479 keV
Average light collection time: 20.9441 ns
Number of PMT hits (photoelectron equivalent): 34
Number of hits in LXe: 12
Total energy in LXe: 30.2187 keV
Average light collection time: 24.2181 ns
Number of PMT hits (photoelectron equivalent): 23
Event summary in file gamma_1000.out
---> End of event: 230
@@ -724,7 +744,12 @@ See commands in /vis/modeling/trajectories/ for other options.
---> Begin of event: 240
Primary Energy: 60 keV
Total energy in LXe: 0 eV
First hit in LXe: gamma
Number of hits in LXe: 46
Total energy in LXe: 60 keV
Average light collection time: 18.7368 ns
Number of PMT hits (photoelectron equivalent): 87
Event summary in file gamma_1000.out
---> End of event: 240
@@ -732,12 +757,7 @@ See commands in /vis/modeling/trajectories/ for other options.
---> Begin of event: 250
Primary Energy: 60 keV
First hit in LXe: gamma
Number of hits in LXe: 53
Total energy in LXe: 60 keV
Average light collection time: 18.5163 ns
Number of PMT hits (photoelectron equivalent): 99
Event summary in file gamma_1000.out
Total energy in LXe: 0 eV
---> End of event: 250
@@ -745,12 +765,7 @@ See commands in /vis/modeling/trajectories/ for other options.
---> Begin of event: 260
Primary Energy: 60 keV
First hit in LXe: gamma
Number of hits in LXe: 56
Total energy in LXe: 60 keV
Average light collection time: 17.9537 ns
Number of PMT hits (photoelectron equivalent): 64
Event summary in file gamma_1000.out
Total energy in LXe: 0 eV
---> End of event: 260
@@ -758,7 +773,12 @@ See commands in /vis/modeling/trajectories/ for other options.
---> Begin of event: 270
Primary Energy: 60 keV
Total energy in LXe: 0 eV
First hit in LXe: gamma
Number of hits in LXe: 26
Total energy in LXe: 26.3706 keV
Average light collection time: 16.2538 ns
Number of PMT hits (photoelectron equivalent): 26
Event summary in file gamma_1000.out
---> End of event: 270
@@ -767,10 +787,10 @@ See commands in /vis/modeling/trajectories/ for other options.
Primary Energy: 60 keV
First hit in LXe: gamma
Number of hits in LXe: 8
Total energy in LXe: 11.6607 keV
Average light collection time: 18.7883 ns
Number of PMT hits (photoelectron equivalent): 12
Number of hits in LXe: 61
Total energy in LXe: 60 keV
Average light collection time: 22.2604 ns
Number of PMT hits (photoelectron equivalent): 52
Event summary in file gamma_1000.out
---> End of event: 280
@@ -779,7 +799,12 @@ See commands in /vis/modeling/trajectories/ for other options.
---> Begin of event: 290
Primary Energy: 60 keV
Total energy in LXe: 0 eV
First hit in LXe: gamma
Number of hits in LXe: 61
Total energy in LXe: 60 keV
Average light collection time: 20.7894 ns
Number of PMT hits (photoelectron equivalent): 64
Event summary in file gamma_1000.out
---> End of event: 290
@@ -787,12 +812,7 @@ See commands in /vis/modeling/trajectories/ for other options.
---> Begin of event: 300
Primary Energy: 60 keV
First hit in LXe: gamma
Number of hits in LXe: 23
Total energy in LXe: 20.2658 keV
Average light collection time: 12.9135 ns
Number of PMT hits (photoelectron equivalent): 18
Event summary in file gamma_1000.out
Total energy in LXe: 0 eV
---> End of event: 300
@@ -808,7 +828,12 @@ See commands in /vis/modeling/trajectories/ for other options.
---> Begin of event: 320
Primary Energy: 60 keV
Total energy in LXe: 0 eV
First hit in LXe: gamma
Number of hits in LXe: 39
Total energy in LXe: 25.178 keV
Average light collection time: 21.533 ns
Number of PMT hits (photoelectron equivalent): 17
Event summary in file gamma_1000.out
---> End of event: 320
@@ -816,12 +841,7 @@ See commands in /vis/modeling/trajectories/ for other options.
---> Begin of event: 330
Primary Energy: 60 keV
First hit in LXe: gamma
Number of hits in LXe: 35
Total energy in LXe: 42.875 keV
Average light collection time: 19.7416 ns
Number of PMT hits (photoelectron equivalent): 40
Event summary in file gamma_1000.out
Total energy in LXe: 0 eV
---> End of event: 330
@@ -845,7 +865,12 @@ See commands in /vis/modeling/trajectories/ for other options.
---> Begin of event: 360
Primary Energy: 60 keV
Total energy in LXe: 0 eV
First hit in LXe: gamma
Number of hits in LXe: 43
Total energy in LXe: 43.8455 keV
Average light collection time: 24.4194 ns
Number of PMT hits (photoelectron equivalent): 35
Event summary in file gamma_1000.out
---> End of event: 360
@@ -853,12 +878,7 @@ See commands in /vis/modeling/trajectories/ for other options.
---> Begin of event: 370
Primary Energy: 60 keV
First hit in LXe: gamma
Number of hits in LXe: 51
Total energy in LXe: 60 keV
Average light collection time: 18.8961 ns
Number of PMT hits (photoelectron equivalent): 76
Event summary in file gamma_1000.out
Total energy in LXe: 0 eV
---> End of event: 370
@@ -866,12 +886,7 @@ See commands in /vis/modeling/trajectories/ for other options.
---> Begin of event: 380
Primary Energy: 60 keV
First hit in LXe: gamma
Number of hits in LXe: 43
Total energy in LXe: 43.9996 keV
Average light collection time: 25.7263 ns
Number of PMT hits (photoelectron equivalent): 33
Event summary in file gamma_1000.out
Total energy in LXe: 0 eV
---> End of event: 380
@@ -879,12 +894,7 @@ See commands in /vis/modeling/trajectories/ for other options.
---> Begin of event: 390
Primary Energy: 60 keV
First hit in LXe: gamma
Number of hits in LXe: 24
Total energy in LXe: 26.4335 keV
Average light collection time: 17.4733 ns
Number of PMT hits (photoelectron equivalent): 16
Event summary in file gamma_1000.out
Total energy in LXe: 0 eV
---> End of event: 390
@@ -901,10 +911,10 @@ See commands in /vis/modeling/trajectories/ for other options.
Primary Energy: 60 keV
First hit in LXe: gamma
Number of hits in LXe: 56
Number of hits in LXe: 47
Total energy in LXe: 60 keV
Average light collection time: 21.0589 ns
Number of PMT hits (photoelectron equivalent): 51
Average light collection time: 19.8943 ns
Number of PMT hits (photoelectron equivalent): 73
Event summary in file gamma_1000.out
---> End of event: 410
@@ -913,7 +923,12 @@ See commands in /vis/modeling/trajectories/ for other options.
---> Begin of event: 420
Primary Energy: 60 keV
Total energy in LXe: 0 eV
First hit in LXe: gamma
Number of hits in LXe: 69
Total energy in LXe: 60 keV
Average light collection time: 21.4165 ns
Number of PMT hits (photoelectron equivalent): 57
Event summary in file gamma_1000.out
---> End of event: 420
@@ -921,7 +936,12 @@ See commands in /vis/modeling/trajectories/ for other options.
---> Begin of event: 430
Primary Energy: 60 keV
Total energy in LXe: 0 eV
First hit in LXe: gamma
Number of hits in LXe: 77
Total energy in LXe: 60 keV
Average light collection time: 17.2276 ns
Number of PMT hits (photoelectron equivalent): 50
Event summary in file gamma_1000.out
---> End of event: 430
@@ -929,12 +949,7 @@ See commands in /vis/modeling/trajectories/ for other options.
---> Begin of event: 440
Primary Energy: 60 keV
First hit in LXe: gamma
Number of hits in LXe: 56
Total energy in LXe: 60 keV
Average light collection time: 19.9232 ns
Number of PMT hits (photoelectron equivalent): 47
Event summary in file gamma_1000.out
Total energy in LXe: 0 eV
---> End of event: 440
@@ -945,8 +960,8 @@ See commands in /vis/modeling/trajectories/ for other options.
First hit in LXe: gamma
Number of hits in LXe: 54
Total energy in LXe: 60 keV
Average light collection time: 15.7711 ns
Number of PMT hits (photoelectron equivalent): 75
Average light collection time: 22.0138 ns
Number of PMT hits (photoelectron equivalent): 67
Event summary in file gamma_1000.out
---> End of event: 450
@@ -955,7 +970,12 @@ See commands in /vis/modeling/trajectories/ for other options.
---> Begin of event: 460
Primary Energy: 60 keV
Total energy in LXe: 0 eV
First hit in LXe: gamma
Number of hits in LXe: 72
Total energy in LXe: 60 keV
Average light collection time: 22.994 ns
Number of PMT hits (photoelectron equivalent): 47
Event summary in file gamma_1000.out
---> End of event: 460
@@ -964,10 +984,10 @@ See commands in /vis/modeling/trajectories/ for other options.
Primary Energy: 60 keV
First hit in LXe: gamma
Number of hits in LXe: 52
Number of hits in LXe: 43
Total energy in LXe: 60 keV
Average light collection time: 20.3743 ns
Number of PMT hits (photoelectron equivalent): 45
Average light collection time: 19.5612 ns
Number of PMT hits (photoelectron equivalent): 56
Event summary in file gamma_1000.out
---> End of event: 470
@@ -976,7 +996,12 @@ See commands in /vis/modeling/trajectories/ for other options.
---> Begin of event: 480
Primary Energy: 60 keV
Total energy in LXe: 0 eV
First hit in LXe: gamma
Number of hits in LXe: 47
Total energy in LXe: 60 keV
Average light collection time: 22.0371 ns
Number of PMT hits (photoelectron equivalent): 66
Event summary in file gamma_1000.out
---> End of event: 480
@@ -984,7 +1009,12 @@ See commands in /vis/modeling/trajectories/ for other options.
---> Begin of event: 490
Primary Energy: 60 keV
Total energy in LXe: 0 eV
First hit in LXe: gamma
Number of hits in LXe: 34
Total energy in LXe: 17.6808 keV
Average light collection time: 17.1478 ns
Number of PMT hits (photoelectron equivalent): 21
Event summary in file gamma_1000.out
---> End of event: 490
@@ -1001,10 +1031,10 @@ See commands in /vis/modeling/trajectories/ for other options.
Primary Energy: 60 keV
First hit in LXe: gamma
Number of hits in LXe: 74
Number of hits in LXe: 49
Total energy in LXe: 60 keV
Average light collection time: 18.8738 ns
Number of PMT hits (photoelectron equivalent): 69
Average light collection time: 22.8177 ns
Number of PMT hits (photoelectron equivalent): 57
Event summary in file gamma_1000.out
---> End of event: 510
@@ -1038,6 +1068,8 @@ See commands in /vis/modeling/trajectories/ for other options.
Primary Energy: 60 keV
Total energy in LXe: 0 eV
Average light collection time: 19.6137 ns
Number of PMT hits (photoelectron equivalent): 115
---> End of event: 550
@@ -1045,9 +1077,11 @@ See commands in /vis/modeling/trajectories/ for other options.
---> Begin of event: 560
Primary Energy: 60 keV
First hit in LXe: e-
Number of hits in LXe: 3
Total energy in LXe: 251.922 eV
First hit in LXe: gamma
Number of hits in LXe: 11
Total energy in LXe: 12.6275 keV
Average light collection time: 17.1141 ns
Number of PMT hits (photoelectron equivalent): 8
Event summary in file gamma_1000.out
---> End of event: 560
@@ -1064,7 +1098,12 @@ See commands in /vis/modeling/trajectories/ for other options.
---> Begin of event: 580
Primary Energy: 60 keV
Total energy in LXe: 0 eV
First hit in LXe: gamma
Number of hits in LXe: 72
Total energy in LXe: 49.8531 keV
Average light collection time: 23.5334 ns
Number of PMT hits (photoelectron equivalent): 50
Event summary in file gamma_1000.out
---> End of event: 580
@@ -1072,12 +1111,7 @@ See commands in /vis/modeling/trajectories/ for other options.
---> Begin of event: 590
Primary Energy: 60 keV
First hit in LXe: gamma
Number of hits in LXe: 59
Total energy in LXe: 60 keV
Average light collection time: 22.1566 ns
Number of PMT hits (photoelectron equivalent): 72
Event summary in file gamma_1000.out
Total energy in LXe: 0 eV
---> End of event: 590
@@ -1085,12 +1119,7 @@ See commands in /vis/modeling/trajectories/ for other options.
---> Begin of event: 600
Primary Energy: 60 keV
First hit in LXe: gamma
Number of hits in LXe: 34
Total energy in LXe: 30.5479 keV
Average light collection time: 28.0193 ns
Number of PMT hits (photoelectron equivalent): 23
Event summary in file gamma_1000.out
Total energy in LXe: 0 eV
---> End of event: 600
@@ -1114,7 +1143,12 @@ See commands in /vis/modeling/trajectories/ for other options.
---> Begin of event: 630
Primary Energy: 60 keV
Total energy in LXe: 0 eV
First hit in LXe: gamma
Number of hits in LXe: 65
Total energy in LXe: 60 keV
Average light collection time: 18.2682 ns
Number of PMT hits (photoelectron equivalent): 49
Event summary in file gamma_1000.out
---> End of event: 630
@@ -1122,7 +1156,12 @@ See commands in /vis/modeling/trajectories/ for other options.
---> Begin of event: 640
Primary Energy: 60 keV
Total energy in LXe: 0 eV
First hit in LXe: gamma
Number of hits in LXe: 47
Total energy in LXe: 60 keV
Average light collection time: 21.4711 ns
Number of PMT hits (photoelectron equivalent): 53
Event summary in file gamma_1000.out
---> End of event: 640
@@ -1130,7 +1169,12 @@ See commands in /vis/modeling/trajectories/ for other options.
---> Begin of event: 650
Primary Energy: 60 keV
Total energy in LXe: 0 eV
First hit in LXe: gamma
Number of hits in LXe: 28
Total energy in LXe: 30.2187 keV
Average light collection time: 16.7588 ns
Number of PMT hits (photoelectron equivalent): 30
Event summary in file gamma_1000.out
---> End of event: 650
@@ -1138,7 +1182,12 @@ See commands in /vis/modeling/trajectories/ for other options.
---> Begin of event: 660
Primary Energy: 60 keV
Total energy in LXe: 0 eV
First hit in LXe: gamma
Number of hits in LXe: 18
Total energy in LXe: 26.3706 keV
Average light collection time: 22.6013 ns
Number of PMT hits (photoelectron equivalent): 18
Event summary in file gamma_1000.out
---> End of event: 660
@@ -1146,7 +1195,12 @@ See commands in /vis/modeling/trajectories/ for other options.
---> Begin of event: 670
Primary Energy: 60 keV
Total energy in LXe: 0 eV
First hit in LXe: gamma
Number of hits in LXe: 64
Total energy in LXe: 60 keV
Average light collection time: 24.2718 ns
Number of PMT hits (photoelectron equivalent): 47
Event summary in file gamma_1000.out
---> End of event: 670
@@ -1170,7 +1224,12 @@ See commands in /vis/modeling/trajectories/ for other options.
---> Begin of event: 700
Primary Energy: 60 keV
Total energy in LXe: 0 eV
First hit in LXe: gamma
Number of hits in LXe: 28
Total energy in LXe: 30.2187 keV
Average light collection time: 18.3144 ns
Number of PMT hits (photoelectron equivalent): 34
Event summary in file gamma_1000.out
---> End of event: 700
@@ -1186,7 +1245,12 @@ See commands in /vis/modeling/trajectories/ for other options.
---> Begin of event: 720
Primary Energy: 60 keV
Total energy in LXe: 0 eV
First hit in LXe: gamma
Number of hits in LXe: 28
Total energy in LXe: 30.2187 keV
Average light collection time: 18.8946 ns
Number of PMT hits (photoelectron equivalent): 28
Event summary in file gamma_1000.out
---> End of event: 720
@@ -1210,7 +1274,12 @@ See commands in /vis/modeling/trajectories/ for other options.
---> Begin of event: 750
Primary Energy: 60 keV
Total energy in LXe: 0 eV
First hit in LXe: gamma
Number of hits in LXe: 51
Total energy in LXe: 60 keV
Average light collection time: 18.9497 ns
Number of PMT hits (photoelectron equivalent): 74
Event summary in file gamma_1000.out
---> End of event: 750
@@ -1226,7 +1295,12 @@ See commands in /vis/modeling/trajectories/ for other options.
---> Begin of event: 770
Primary Energy: 60 keV
Total energy in LXe: 0 eV
First hit in LXe: gamma
Number of hits in LXe: 12
Total energy in LXe: 9.21381 keV
Average light collection time: 13.7119 ns
Number of PMT hits (photoelectron equivalent): 8
Event summary in file gamma_1000.out
---> End of event: 770
@@ -1250,7 +1324,12 @@ See commands in /vis/modeling/trajectories/ for other options.
---> Begin of event: 800
Primary Energy: 60 keV
Total energy in LXe: 0 eV
First hit in LXe: gamma
Number of hits in LXe: 69
Total energy in LXe: 60 keV
Average light collection time: 22.1408 ns
Number of PMT hits (photoelectron equivalent): 75
Event summary in file gamma_1000.out
---> End of event: 800
@@ -1259,10 +1338,10 @@ See commands in /vis/modeling/trajectories/ for other options.
Primary Energy: 60 keV
First hit in LXe: gamma
Number of hits in LXe: 65
Number of hits in LXe: 51
Total energy in LXe: 60 keV
Average light collection time: 17.2532 ns
Number of PMT hits (photoelectron equivalent): 71
Average light collection time: 21.5084 ns
Number of PMT hits (photoelectron equivalent): 62
Event summary in file gamma_1000.out
---> End of event: 810
@@ -1271,7 +1350,12 @@ See commands in /vis/modeling/trajectories/ for other options.
---> Begin of event: 820
Primary Energy: 60 keV
Total energy in LXe: 0 eV
First hit in LXe: gamma
Number of hits in LXe: 57
Total energy in LXe: 60 keV
Average light collection time: 24.207 ns
Number of PMT hits (photoelectron equivalent): 62
Event summary in file gamma_1000.out
---> End of event: 820
@@ -1303,7 +1387,12 @@ See commands in /vis/modeling/trajectories/ for other options.
---> Begin of event: 860
Primary Energy: 60 keV
Total energy in LXe: 0 eV
First hit in LXe: gamma
Number of hits in LXe: 68
Total energy in LXe: 60 keV
Average light collection time: 18.2558 ns
Number of PMT hits (photoelectron equivalent): 54
Event summary in file gamma_1000.out
---> End of event: 860
@@ -1311,12 +1400,7 @@ See commands in /vis/modeling/trajectories/ for other options.
---> Begin of event: 870
Primary Energy: 60 keV
First hit in LXe: gamma
Number of hits in LXe: 57
Total energy in LXe: 60 keV
Average light collection time: 25.4721 ns
Number of PMT hits (photoelectron equivalent): 46
Event summary in file gamma_1000.out
Total energy in LXe: 0 eV
---> End of event: 870
@@ -1333,10 +1417,10 @@ See commands in /vis/modeling/trajectories/ for other options.
Primary Energy: 60 keV
First hit in LXe: gamma
Number of hits in LXe: 29
Total energy in LXe: 30.2187 keV
Average light collection time: 22.8574 ns
Number of PMT hits (photoelectron equivalent): 36
Number of hits in LXe: 27
Total energy in LXe: 25.592 keV
Average light collection time: 16.764 ns
Number of PMT hits (photoelectron equivalent): 15
Event summary in file gamma_1000.out
---> End of event: 890
@@ -1345,7 +1429,12 @@ See commands in /vis/modeling/trajectories/ for other options.
---> Begin of event: 900
Primary Energy: 60 keV
Total energy in LXe: 0 eV
First hit in LXe: gamma
Number of hits in LXe: 30
Total energy in LXe: 30.2187 keV
Average light collection time: 24.8827 ns
Number of PMT hits (photoelectron equivalent): 26
Event summary in file gamma_1000.out
---> End of event: 900
@@ -1361,7 +1450,12 @@ See commands in /vis/modeling/trajectories/ for other options.
---> Begin of event: 920
Primary Energy: 60 keV
Total energy in LXe: 0 eV
First hit in LXe: gamma
Number of hits in LXe: 41
Total energy in LXe: 30.2187 keV
Average light collection time: 18.0693 ns
Number of PMT hits (photoelectron equivalent): 25
Event summary in file gamma_1000.out
---> End of event: 920
@@ -1369,7 +1463,12 @@ See commands in /vis/modeling/trajectories/ for other options.
---> Begin of event: 930
Primary Energy: 60 keV
Total energy in LXe: 0 eV
First hit in LXe: gamma
Number of hits in LXe: 53
Total energy in LXe: 60 keV
Average light collection time: 21.6241 ns
Number of PMT hits (photoelectron equivalent): 55
Event summary in file gamma_1000.out
---> End of event: 930
@@ -1378,10 +1477,10 @@ See commands in /vis/modeling/trajectories/ for other options.
Primary Energy: 60 keV
First hit in LXe: gamma
Number of hits in LXe: 61
Total energy in LXe: 60 keV
Average light collection time: 20.7839 ns
Number of PMT hits (photoelectron equivalent): 38
Number of hits in LXe: 36
Total energy in LXe: 30.2187 keV
Average light collection time: 19.85 ns
Number of PMT hits (photoelectron equivalent): 27
Event summary in file gamma_1000.out
---> End of event: 940
@@ -1407,10 +1506,10 @@ See commands in /vis/modeling/trajectories/ for other options.
Primary Energy: 60 keV
First hit in LXe: gamma
Number of hits in LXe: 29
Total energy in LXe: 30.2187 keV
Average light collection time: 13.7938 ns
Number of PMT hits (photoelectron equivalent): 31
Number of hits in LXe: 55
Total energy in LXe: 60 keV
Average light collection time: 21.3439 ns
Number of PMT hits (photoelectron equivalent): 103
Event summary in file gamma_1000.out
---> End of event: 970
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -2922,7 +2922,7 @@ Created histos
Run terminated.
Run Summary
Number of events processed : 10
User=0.600000s Real=0.610514s Sys=0.000000s
User=0.700000s Real=0.733129s Sys=0.000000s
Going to save histograms
... write file : xrayfluo.root - done
... close file : xrayfluo.root - done
+4
View File
@@ -15,6 +15,10 @@ committal in the CVS repository !
----------------------------------------------------------
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
10.04.2021 G. Cosmo, tag xraytel-V10-06-02
Removed calls to obsolete ResetCuts() in XrayTelPhysicsList.
17.11.2020 S. Guatelli, tag xraytel-V10-06-01
Migration to G4RunManagerFactory
@@ -298,13 +298,11 @@ void XrayTelPhysicsList::SetCuts()
void XrayTelPhysicsList::SetCutForGamma(G4double cut)
{
ResetCuts();
cutForGamma = cut;
}
void XrayTelPhysicsList::SetCutForElectron(G4double cut)
{
ResetCuts();
cutForElectron = cut;
}
@@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -388,7 +388,7 @@ Opening output file xraytel ... done
Run terminated.
Run Summary
Number of events processed : 1000
User=0.010000s Real=0.009567s Sys=0.000000s
User=0.010000s Real=0.037708s 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.
+3 -3
View File
@@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -793,7 +793,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20
Level density (1/MeV) 0.075
Use simple level density model 1
Use discrete excitation energy of the residual 0
Time limit for long lived isomeres (ns) 1000
Time limit for long lived isomeres (ns) 1
Isomer production flag 1
Internal e- conversion flag 1
Store e- internal conversion data 0
@@ -837,7 +837,7 @@ See commands in /vis/modeling/trajectories/ for other options.
--------------------End of Global Run-----------------------
The run consists of 1000 proton of 210 MeV
Cumulated dose per run, in scoring volume : 5.07974 nanoGy rms = 146.797 picoGy
Cumulated dose per run, in scoring volume : 4.98303 nanoGy rms = 147.067 picoGy
------------------------------------------------------------
0 events have been kept for refreshing and/or reviewing.
+210 -210
View File
@@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -855,7 +855,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20
Level density (1/MeV) 0.075
Use simple level density model 1
Use discrete excitation energy of the residual 0
Time limit for long lived isomeres (ns) 1000
Time limit for long lived isomeres (ns) 1
Isomer production flag 1
Internal e- conversion flag 1
Store e- internal conversion data 0
@@ -892,7 +892,7 @@ See commands in /vis/modeling/trajectories/ for other options.
>>> Event: 11
0 hits stored in this event
>>> Event: 12
0 hits stored in this event
48 hits stored in this event
>>> Event: 13
0 hits stored in this event
>>> Event: 14
@@ -906,21 +906,21 @@ See commands in /vis/modeling/trajectories/ for other options.
>>> Event: 18
0 hits stored in this event
>>> Event: 19
3 hits stored in this event
0 hits stored in this event
>>> Event: 20
0 hits stored in this event
>>> Event: 21
0 hits stored in this event
>>> Event: 22
0 hits stored in this event
32 hits stored in this event
>>> Event: 23
60 hits stored in this event
0 hits stored in this event
>>> Event: 24
0 hits stored in this event
>>> Event: 25
0 hits stored in this event
>>> Event: 26
178 hits stored in this event
0 hits stored in this event
>>> Event: 27
0 hits stored in this event
>>> Event: 28
@@ -932,19 +932,19 @@ See commands in /vis/modeling/trajectories/ for other options.
>>> Event: 31
0 hits stored in this event
>>> Event: 32
63 hits stored in this event
0 hits stored in this event
>>> Event: 33
0 hits stored in this event
68 hits stored in this event
>>> Event: 34
0 hits stored in this event
86 hits stored in this event
>>> Event: 35
0 hits stored in this event
>>> Event: 36
0 hits stored in this event
>>> Event: 37
144 hits stored in this event
0 hits stored in this event
>>> Event: 38
80 hits stored in this event
25 hits stored in this event
>>> Event: 39
0 hits stored in this event
>>> Event: 40
@@ -952,19 +952,19 @@ See commands in /vis/modeling/trajectories/ for other options.
>>> Event: 41
0 hits stored in this event
>>> Event: 42
132 hits stored in this event
0 hits stored in this event
>>> Event: 43
0 hits stored in this event
>>> Event: 44
0 hits stored in this event
>>> Event: 45
62 hits stored in this event
0 hits stored in this event
>>> Event: 46
0 hits stored in this event
>>> Event: 47
0 hits stored in this event
>>> Event: 48
29 hits stored in this event
13 hits stored in this event
>>> Event: 49
0 hits stored in this event
>>> Event: 50
@@ -974,7 +974,7 @@ See commands in /vis/modeling/trajectories/ for other options.
>>> Event: 52
0 hits stored in this event
>>> Event: 53
38 hits stored in this event
0 hits stored in this event
>>> Event: 54
0 hits stored in this event
>>> Event: 55
@@ -984,17 +984,17 @@ See commands in /vis/modeling/trajectories/ for other options.
>>> Event: 57
0 hits stored in this event
>>> Event: 58
0 hits stored in this event
33 hits stored in this event
>>> Event: 59
0 hits stored in this event
>>> Event: 60
0 hits stored in this event
9 hits stored in this event
>>> Event: 61
15 hits stored in this event
23 hits stored in this event
>>> Event: 62
0 hits stored in this event
81 hits stored in this event
>>> Event: 63
49 hits stored in this event
0 hits stored in this event
>>> Event: 64
0 hits stored in this event
>>> Event: 65
@@ -1002,43 +1002,43 @@ See commands in /vis/modeling/trajectories/ for other options.
>>> Event: 66
0 hits stored in this event
>>> Event: 67
0 hits stored in this event
19 hits stored in this event
>>> Event: 68
0 hits stored in this event
>>> Event: 69
0 hits stored in this event
>>> Event: 70
0 hits stored in this event
17 hits stored in this event
>>> Event: 71
0 hits stored in this event
>>> Event: 72
0 hits stored in this event
>>> Event: 73
42 hits stored in this event
49 hits stored in this event
>>> Event: 74
34 hits stored in this event
0 hits stored in this event
>>> Event: 75
0 hits stored in this event
>>> Event: 76
0 hits stored in this event
>>> Event: 77
182 hits stored in this event
0 hits stored in this event
>>> Event: 78
23 hits stored in this event
0 hits stored in this event
>>> Event: 79
0 hits stored in this event
>>> Event: 80
0 hits stored in this event
>>> Event: 81
0 hits stored in this event
14 hits stored in this event
>>> Event: 82
0 hits stored in this event
15 hits stored in this event
>>> Event: 83
0 hits stored in this event
>>> Event: 84
0 hits stored in this event
>>> Event: 85
24 hits stored in this event
9 hits stored in this event
>>> Event: 86
0 hits stored in this event
>>> Event: 87
@@ -1048,7 +1048,7 @@ See commands in /vis/modeling/trajectories/ for other options.
>>> Event: 89
0 hits stored in this event
>>> Event: 90
0 hits stored in this event
166 hits stored in this event
>>> Event: 91
0 hits stored in this event
>>> Event: 92
@@ -1056,11 +1056,11 @@ See commands in /vis/modeling/trajectories/ for other options.
>>> Event: 93
0 hits stored in this event
>>> Event: 94
254 hits stored in this event
0 hits stored in this event
>>> Event: 95
180 hits stored in this event
0 hits stored in this event
>>> Event: 96
4 hits stored in this event
0 hits stored in this event
>>> Event: 97
0 hits stored in this event
>>> Event: 98
@@ -1073,205 +1073,205 @@ See commands in /vis/modeling/trajectories/ for other options.
### Run 1 starts.
--> Event 0 starts.
>>> Event: 0
438 hits stored in this event
54 hits stored in this event
>>> Event: 1
108 hits stored in this event
77 hits stored in this event
>>> Event: 2
110 hits stored in this event
57 hits stored in this event
>>> Event: 3
61 hits stored in this event
173 hits stored in this event
>>> Event: 4
99 hits stored in this event
53 hits stored in this event
>>> Event: 5
76 hits stored in this event
834 hits stored in this event
>>> Event: 6
66 hits stored in this event
58 hits stored in this event
>>> Event: 7
135 hits stored in this event
80 hits stored in this event
>>> Event: 8
97 hits stored in this event
73 hits stored in this event
>>> Event: 9
235 hits stored in this event
64 hits stored in this event
>>> Event: 10
78 hits stored in this event
61 hits stored in this event
>>> Event: 11
59 hits stored in this event
68 hits stored in this event
>>> Event: 12
1609 hits stored in this event
125 hits stored in this event
>>> Event: 13
59 hits stored in this event
61 hits stored in this event
>>> Event: 14
108 hits stored in this event
76 hits stored in this event
>>> Event: 15
260 hits stored in this event
105 hits stored in this event
>>> Event: 16
104 hits stored in this event
179 hits stored in this event
>>> Event: 17
65 hits stored in this event
>>> Event: 18
97 hits stored in this event
>>> Event: 19
532 hits stored in this event
>>> Event: 20
58 hits stored in this event
>>> Event: 21
67 hits stored in this event
>>> Event: 22
51 hits stored in this event
>>> Event: 23
83 hits stored in this event
>>> Event: 24
130 hits stored in this event
>>> Event: 25
110 hits stored in this event
>>> Event: 26
61 hits stored in this event
>>> Event: 27
104 hits stored in this event
>>> Event: 28
501 hits stored in this event
>>> Event: 29
27 hits stored in this event
>>> Event: 30
72 hits stored in this event
>>> Event: 31
581 hits stored in this event
>>> Event: 32
1449 hits stored in this event
>>> Event: 33
164 hits stored in this event
>>> Event: 34
43 hits stored in this event
>>> Event: 35
76 hits stored in this event
>>> Event: 36
205 hits stored in this event
>>> Event: 37
49 hits stored in this event
>>> Event: 38
99 hits stored in this event
>>> Event: 39
68 hits stored in this event
>>> Event: 40
186 hits stored in this event
>>> Event: 41
96 hits stored in this event
>>> Event: 42
63 hits stored in this event
>>> Event: 43
78 hits stored in this event
>>> Event: 44
534 hits stored in this event
>>> Event: 45
286 hits stored in this event
>>> Event: 46
57 hits stored in this event
>>> Event: 47
75 hits stored in this event
>>> Event: 48
336 hits stored in this event
>>> Event: 49
51 hits stored in this event
>>> Event: 50
663 hits stored in this event
>>> Event: 51
76 hits stored in this event
>>> Event: 52
190 hits stored in this event
>>> Event: 53
80 hits stored in this event
>>> Event: 54
139 hits stored in this event
>>> Event: 55
62 hits stored in this event
>>> Event: 56
66 hits stored in this event
>>> Event: 57
63 hits stored in this event
>>> Event: 58
79 hits stored in this event
>>> Event: 59
85 hits stored in this event
>>> Event: 60
101 hits stored in this event
>>> Event: 61
64 hits stored in this event
>>> Event: 62
98 hits stored in this event
>>> Event: 63
101 hits stored in this event
>>> Event: 64
322 hits stored in this event
>>> Event: 65
53 hits stored in this event
>>> Event: 66
308 hits stored in this event
>>> Event: 67
207 hits stored in this event
>>> Event: 68
1472 hits stored in this event
>>> Event: 69
56 hits stored in this event
>>> Event: 70
134 hits stored in this event
>>> Event: 71
454 hits stored in this event
>>> Event: 72
1389 hits stored in this event
>>> Event: 73
88 hits stored in this event
>>> Event: 74
200 hits stored in this event
>>> Event: 75
60 hits stored in this event
>>> Event: 76
136 hits stored in this event
>>> Event: 77
127 hits stored in this event
>>> Event: 78
71 hits stored in this event
>>> Event: 79
49 hits stored in this event
>>> Event: 80
90 hits stored in this event
>>> Event: 81
166 hits stored in this event
>>> Event: 82
95 hits stored in this event
>>> Event: 83
122 hits stored in this event
>>> Event: 84
47 hits stored in this event
>>> Event: 85
112 hits stored in this event
>>> Event: 86
>>> Event: 19
46 hits stored in this event
>>> Event: 20
92 hits stored in this event
>>> Event: 21
109 hits stored in this event
>>> Event: 22
57 hits stored in this event
>>> Event: 23
63 hits stored in this event
>>> Event: 87
37 hits stored in this event
>>> Event: 88
522 hits stored in this event
>>> Event: 89
50 hits stored in this event
>>> Event: 90
142 hits stored in this event
>>> Event: 91
665 hits stored in this event
>>> Event: 92
232 hits stored in this event
>>> Event: 93
480 hits stored in this event
>>> Event: 94
384 hits stored in this event
>>> Event: 95
234 hits stored in this event
>>> Event: 96
52 hits stored in this event
>>> Event: 97
668 hits stored in this event
>>> Event: 98
>>> Event: 24
238 hits stored in this event
>>> Event: 25
3540 hits stored in this event
>>> Event: 26
306 hits stored in this event
>>> Event: 27
45 hits stored in this event
>>> Event: 28
127 hits stored in this event
>>> Event: 29
1438 hits stored in this event
>>> Event: 30
64 hits stored in this event
>>> Event: 31
65 hits stored in this event
>>> Event: 32
140 hits stored in this event
>>> Event: 33
460 hits stored in this event
>>> Event: 34
164 hits stored in this event
>>> Event: 35
316 hits stored in this event
>>> Event: 36
68 hits stored in this event
>>> Event: 37
132 hits stored in this event
>>> Event: 38
63 hits stored in this event
>>> Event: 39
92 hits stored in this event
>>> Event: 40
66 hits stored in this event
>>> Event: 41
87 hits stored in this event
>>> Event: 42
59 hits stored in this event
>>> Event: 43
84 hits stored in this event
>>> Event: 44
95 hits stored in this event
>>> Event: 45
235 hits stored in this event
>>> Event: 46
139 hits stored in this event
>>> Event: 47
473 hits stored in this event
>>> Event: 48
69 hits stored in this event
>>> Event: 49
70 hits stored in this event
>>> Event: 50
90 hits stored in this event
>>> Event: 51
63 hits stored in this event
>>> Event: 52
53 hits stored in this event
>>> Event: 53
418 hits stored in this event
>>> Event: 54
114 hits stored in this event
>>> Event: 55
115 hits stored in this event
>>> Event: 56
83 hits stored in this event
>>> Event: 57
58 hits stored in this event
>>> Event: 58
49 hits stored in this event
>>> Event: 59
74 hits stored in this event
>>> Event: 60
272 hits stored in this event
>>> Event: 61
55 hits stored in this event
>>> Event: 62
105 hits stored in this event
>>> Event: 63
68 hits stored in this event
>>> Event: 64
55 hits stored in this event
>>> Event: 65
1855 hits stored in this event
>>> Event: 66
325 hits stored in this event
>>> Event: 67
60 hits stored in this event
>>> Event: 68
123 hits stored in this event
>>> Event: 69
181 hits stored in this event
>>> Event: 70
75 hits stored in this event
>>> Event: 71
73 hits stored in this event
>>> Event: 72
2057 hits stored in this event
>>> Event: 73
359 hits stored in this event
>>> Event: 74
55 hits stored in this event
>>> Event: 75
72 hits stored in this event
>>> Event: 76
76 hits stored in this event
>>> Event: 77
50 hits stored in this event
>>> Event: 78
316 hits stored in this event
>>> Event: 79
466 hits stored in this event
>>> Event: 80
41 hits stored in this event
>>> Event: 81
188 hits stored in this event
>>> Event: 82
648 hits stored in this event
>>> Event: 83
168 hits stored in this event
>>> Event: 84
120 hits stored in this event
>>> Event: 85
62 hits stored in this event
>>> Event: 86
64 hits stored in this event
>>> Event: 87
72 hits stored in this event
>>> Event: 88
75 hits stored in this event
>>> Event: 89
234 hits stored in this event
>>> Event: 90
100 hits stored in this event
>>> Event: 91
70 hits stored in this event
>>> Event: 92
378 hits stored in this event
>>> Event: 93
160 hits stored in this event
>>> Event: 94
182 hits stored in this event
>>> Event: 95
184 hits stored in this event
>>> Event: 96
82 hits stored in this event
>>> Event: 97
47 hits stored in this event
>>> Event: 98
60 hits stored in this event
>>> Event: 99
209 hits stored in this event
109 hits stored in this event
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.
+219 -219
View File
@@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -851,7 +851,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20
Level density (1/MeV) 0.075
Use simple level density model 1
Use discrete excitation energy of the residual 0
Time limit for long lived isomeres (ns) 1000
Time limit for long lived isomeres (ns) 1
Isomer production flag 1
Internal e- conversion flag 1
Store e- internal conversion data 0
@@ -910,9 +910,9 @@ See commands in /vis/modeling/trajectories/ for other options.
>>> Event: 22
0 hits stored in this event
>>> Event: 23
0 hits stored in this event
13 hits stored in this event
>>> Event: 24
0 hits stored in this event
140 hits stored in this event
>>> Event: 25
0 hits stored in this event
>>> Event: 26
@@ -920,27 +920,27 @@ See commands in /vis/modeling/trajectories/ for other options.
>>> Event: 27
0 hits stored in this event
>>> Event: 28
0 hits stored in this event
40 hits stored in this event
>>> Event: 29
0 hits stored in this event
190 hits stored in this event
>>> Event: 30
0 hits stored in this event
>>> Event: 31
0 hits stored in this event
>>> Event: 32
0 hits stored in this event
37 hits stored in this event
>>> Event: 33
169 hits stored in this event
>>> Event: 34
84 hits stored in this event
>>> Event: 35
58 hits stored in this event
>>> Event: 36
90 hits stored in this event
>>> Event: 37
0 hits stored in this event
>>> Event: 34
0 hits stored in this event
>>> Event: 35
0 hits stored in this event
>>> Event: 36
0 hits stored in this event
>>> Event: 37
79 hits stored in this event
>>> Event: 38
11 hits stored in this event
0 hits stored in this event
>>> Event: 39
0 hits stored in this event
>>> Event: 40
@@ -948,13 +948,13 @@ See commands in /vis/modeling/trajectories/ for other options.
>>> Event: 41
0 hits stored in this event
>>> Event: 42
0 hits stored in this event
99 hits stored in this event
>>> Event: 43
128 hits stored in this event
150 hits stored in this event
>>> Event: 44
0 hits stored in this event
>>> Event: 45
0 hits stored in this event
185 hits stored in this event
>>> Event: 46
0 hits stored in this event
>>> Event: 47
@@ -962,7 +962,7 @@ See commands in /vis/modeling/trajectories/ for other options.
>>> Event: 48
0 hits stored in this event
>>> Event: 49
155 hits stored in this event
60 hits stored in this event
>>> Event: 50
0 hits stored in this event
>>> Event: 51
@@ -970,9 +970,9 @@ See commands in /vis/modeling/trajectories/ for other options.
>>> Event: 52
0 hits stored in this event
>>> Event: 53
10 hits stored in this event
>>> Event: 54
0 hits stored in this event
>>> Event: 54
77 hits stored in this event
>>> Event: 55
0 hits stored in this event
>>> Event: 56
@@ -980,17 +980,17 @@ See commands in /vis/modeling/trajectories/ for other options.
>>> Event: 57
0 hits stored in this event
>>> Event: 58
89 hits stored in this event
64 hits stored in this event
>>> Event: 59
130 hits stored in this event
0 hits stored in this event
>>> Event: 60
0 hits stored in this event
>>> Event: 61
0 hits stored in this event
>>> Event: 62
0 hits stored in this event
53 hits stored in this event
>>> Event: 63
0 hits stored in this event
47 hits stored in this event
>>> Event: 64
0 hits stored in this event
>>> Event: 65
@@ -1018,7 +1018,7 @@ See commands in /vis/modeling/trajectories/ for other options.
>>> Event: 76
0 hits stored in this event
>>> Event: 77
27 hits stored in this event
0 hits stored in this event
>>> Event: 78
0 hits stored in this event
>>> Event: 79
@@ -1026,13 +1026,13 @@ See commands in /vis/modeling/trajectories/ for other options.
>>> Event: 80
0 hits stored in this event
>>> Event: 81
0 hits stored in this event
145 hits stored in this event
>>> Event: 82
0 hits stored in this event
>>> Event: 83
0 hits stored in this event
58 hits stored in this event
>>> Event: 84
0 hits stored in this event
80 hits stored in this event
>>> Event: 85
0 hits stored in this event
>>> Event: 86
@@ -1050,7 +1050,7 @@ See commands in /vis/modeling/trajectories/ for other options.
>>> Event: 92
0 hits stored in this event
>>> Event: 93
36 hits stored in this event
0 hits stored in this event
>>> Event: 94
0 hits stored in this event
>>> Event: 95
@@ -1062,212 +1062,212 @@ See commands in /vis/modeling/trajectories/ for other options.
>>> Event: 98
0 hits stored in this event
>>> Event: 99
38 hits stored in this event
0 hits stored in this event
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.
### Run 1 starts.
--> Event 0 starts.
>>> Event: 0
73 hits stored in this event
128 hits stored in this event
>>> Event: 1
104 hits stored in this event
74 hits stored in this event
>>> Event: 2
73 hits stored in this event
57 hits stored in this event
>>> Event: 3
100 hits stored in this event
64 hits stored in this event
>>> Event: 4
84 hits stored in this event
>>> Event: 5
120 hits stored in this event
>>> Event: 6
77 hits stored in this event
>>> Event: 7
66 hits stored in this event
>>> Event: 8
118 hits stored in this event
>>> Event: 9
220 hits stored in this event
>>> Event: 10
109 hits stored in this event
>>> Event: 11
77 hits stored in this event
>>> Event: 12
114 hits stored in this event
>>> Event: 13
84 hits stored in this event
>>> Event: 14
56 hits stored in this event
>>> Event: 15
232 hits stored in this event
>>> Event: 16
211 hits stored in this event
>>> Event: 17
1225 hits stored in this event
>>> Event: 18
339 hits stored in this event
>>> Event: 19
107 hits stored in this event
>>> Event: 20
628 hits stored in this event
>>> Event: 21
82 hits stored in this event
>>> Event: 22
146 hits stored in this event
>>> Event: 23
66 hits stored in this event
>>> Event: 24
109 hits stored in this event
>>> Event: 25
58 hits stored in this event
>>> Event: 26
87 hits stored in this event
>>> Event: 27
51 hits stored in this event
>>> Event: 28
682 hits stored in this event
>>> Event: 29
151 hits stored in this event
>>> Event: 30
342 hits stored in this event
>>> Event: 31
141 hits stored in this event
>>> Event: 32
171 hits stored in this event
>>> Event: 33
95 hits stored in this event
>>> Event: 34
106 hits stored in this event
>>> Event: 35
55 hits stored in this event
>>> Event: 36
66 hits stored in this event
>>> Event: 37
84 hits stored in this event
>>> Event: 38
78 hits stored in this event
>>> Event: 39
55 hits stored in this event
>>> Event: 40
54 hits stored in this event
>>> Event: 41
79 hits stored in this event
>>> Event: 42
270 hits stored in this event
>>> Event: 43
49 hits stored in this event
>>> Event: 44
229 hits stored in this event
>>> Event: 45
794 hits stored in this event
>>> Event: 46
82 hits stored in this event
>>> Event: 47
42 hits stored in this event
>>> Event: 48
81 hits stored in this event
>>> Event: 49
105 hits stored in this event
>>> Event: 50
123 hits stored in this event
>>> Event: 51
146 hits stored in this event
>>> Event: 52
78 hits stored in this event
>>> Event: 53
86 hits stored in this event
>>> Event: 54
80 hits stored in this event
>>> Event: 55
82 hits stored in this event
>>> Event: 56
234 hits stored in this event
>>> Event: 57
184 hits stored in this event
>>> Event: 58
68 hits stored in this event
>>> Event: 59
88 hits stored in this event
>>> Event: 60
46 hits stored in this event
>>> Event: 61
192 hits stored in this event
>>> Event: 62
333 hits stored in this event
>>> Event: 63
704 hits stored in this event
>>> Event: 64
970 hits stored in this event
>>> Event: 65
862 hits stored in this event
>>> Event: 66
76 hits stored in this event
>>> Event: 67
286 hits stored in this event
>>> Event: 68
81 hits stored in this event
>>> Event: 69
86 hits stored in this event
>>> Event: 70
358 hits stored in this event
>>> Event: 71
68 hits stored in this event
>>> Event: 72
305 hits stored in this event
>>> Event: 73
295 hits stored in this event
>>> Event: 74
45 hits stored in this event
>>> Event: 75
296 hits stored in this event
>>> Event: 76
48 hits stored in this event
>>> Event: 77
68 hits stored in this event
>>> Event: 78
110 hits stored in this event
>>> Event: 79
126 hits stored in this event
>>> Event: 80
65 hits stored in this event
>>> Event: 81
39 hits stored in this event
>>> Event: 82
73 hits stored in this event
>>> Event: 83
81 hits stored in this event
>>> Event: 84
83 hits stored in this event
>>> Event: 85
233 hits stored in this event
>>> Event: 86
160 hits stored in this event
>>> Event: 87
91 hits stored in this event
>>> Event: 88
>>> Event: 6
59 hits stored in this event
>>> Event: 7
98 hits stored in this event
>>> Event: 8
226 hits stored in this event
>>> Event: 9
62 hits stored in this event
>>> Event: 89
439 hits stored in this event
>>> Event: 90
148 hits stored in this event
>>> Event: 91
60 hits stored in this event
>>> Event: 92
186 hits stored in this event
>>> Event: 93
69 hits stored in this event
>>> Event: 94
119 hits stored in this event
>>> Event: 95
>>> Event: 10
118 hits stored in this event
>>> Event: 11
61 hits stored in this event
>>> Event: 12
410 hits stored in this event
>>> Event: 13
1505 hits stored in this event
>>> Event: 14
245 hits stored in this event
>>> Event: 15
57 hits stored in this event
>>> Event: 16
394 hits stored in this event
>>> Event: 17
94 hits stored in this event
>>> Event: 18
61 hits stored in this event
>>> Event: 19
88 hits stored in this event
>>> Event: 96
110 hits stored in this event
>>> Event: 97
>>> Event: 20
90 hits stored in this event
>>> Event: 21
73 hits stored in this event
>>> Event: 22
80 hits stored in this event
>>> Event: 23
155 hits stored in this event
>>> Event: 24
76 hits stored in this event
>>> Event: 25
112 hits stored in this event
>>> Event: 26
248 hits stored in this event
>>> Event: 27
91 hits stored in this event
>>> Event: 28
370 hits stored in this event
>>> Event: 29
730 hits stored in this event
>>> Event: 30
114 hits stored in this event
>>> Event: 31
638 hits stored in this event
>>> Event: 32
279 hits stored in this event
>>> Event: 33
202 hits stored in this event
>>> Event: 34
74 hits stored in this event
>>> Event: 35
60 hits stored in this event
>>> Event: 36
62 hits stored in this event
>>> Event: 37
57 hits stored in this event
>>> Event: 38
99 hits stored in this event
>>> Event: 39
65 hits stored in this event
>>> Event: 40
1497 hits stored in this event
>>> Event: 41
98 hits stored in this event
>>> Event: 42
614 hits stored in this event
>>> Event: 43
79 hits stored in this event
>>> Event: 44
32 hits stored in this event
>>> Event: 45
1150 hits stored in this event
>>> Event: 46
71 hits stored in this event
>>> Event: 47
195 hits stored in this event
>>> Event: 48
1135 hits stored in this event
>>> Event: 49
85 hits stored in this event
>>> Event: 50
318 hits stored in this event
>>> Event: 51
2736 hits stored in this event
>>> Event: 52
615 hits stored in this event
>>> Event: 53
454 hits stored in this event
>>> Event: 54
93 hits stored in this event
>>> Event: 55
58 hits stored in this event
>>> Event: 56
63 hits stored in this event
>>> Event: 57
72 hits stored in this event
>>> Event: 58
473 hits stored in this event
>>> Event: 59
609 hits stored in this event
>>> Event: 60
243 hits stored in this event
>>> Event: 61
154 hits stored in this event
>>> Event: 62
1007 hits stored in this event
>>> Event: 63
52 hits stored in this event
>>> Event: 64
334 hits stored in this event
>>> Event: 65
88 hits stored in this event
>>> Event: 66
277 hits stored in this event
>>> Event: 67
214 hits stored in this event
>>> Event: 68
234 hits stored in this event
>>> Event: 69
103 hits stored in this event
>>> Event: 70
93 hits stored in this event
>>> Event: 71
274 hits stored in this event
>>> Event: 72
65 hits stored in this event
>>> Event: 73
86 hits stored in this event
>>> Event: 74
73 hits stored in this event
>>> Event: 75
327 hits stored in this event
>>> Event: 76
126 hits stored in this event
>>> Event: 77
124 hits stored in this event
>>> Event: 78
121 hits stored in this event
>>> Event: 79
1418 hits stored in this event
>>> Event: 80
68 hits stored in this event
>>> Event: 81
63 hits stored in this event
>>> Event: 82
74 hits stored in this event
>>> Event: 83
54 hits stored in this event
>>> Event: 84
79 hits stored in this event
>>> Event: 85
85 hits stored in this event
>>> Event: 86
205 hits stored in this event
>>> Event: 87
141 hits stored in this event
>>> Event: 88
1524 hits stored in this event
>>> Event: 89
96 hits stored in this event
>>> Event: 90
1830 hits stored in this event
>>> Event: 91
88 hits stored in this event
>>> Event: 92
604 hits stored in this event
>>> Event: 93
65 hits stored in this event
>>> Event: 94
133 hits stored in this event
>>> Event: 95
223 hits stored in this event
>>> Event: 96
181 hits stored in this event
>>> Event: 97
143 hits stored in this event
>>> Event: 98
954 hits stored in this event
219 hits stored in this event
>>> Event: 99
139 hits stored in this event
87 hits stored in this event
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.
+373 -1
View File
@@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -216,6 +216,139 @@ G4SDManager::AddNewCollection : the collection <patient/dose> is registered at 2
#
/run/printProgress 1000
/run/beamOn 10000
### === Deexcitation model UAtomDeexcitation is activated for 1 region:
DefaultRegionForTheWorld 1 1 0
### === Auger cascade flag: 1
### === Ignore cuts flag: 1
phot: for gamma SubType=12 BuildTable=0
LambdaPrime table from 200 keV to 100 TeV in 61 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, 7 bins/decade, spline: 1
LambdaPrime table from 1 MeV to 100 TeV in 56 bins
===== EM models for the G4Region DefaultRegionForTheWorld ======
Klein-Nishina : Emin= 0 eV Emax= 100 TeV
conv: for gamma SubType=14 BuildTable=1
Lambda table from 1.022 MeV to 100 TeV, 18 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 100 eV to 100 keV, 7 bins/decade, spline: 0
LambdaPrime table from 100 keV to 100 TeV in 63 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 MeV Nbins=42 100 eV - 100 MeV
StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1
WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV
StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1
eIoni: for e- SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
MollerBhabha : Emin= 0 eV Emax= 100 TeV
eBrem: for e- SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 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 ModifiedTsai
eBremLPM : Emin= 1 GeV Emax= 100 TeV ModifiedTsai
CoulombScat: for e-, integral:1 SubType=1 BuildTable=1
Lambda table from 100 MeV to 100 TeV, 7 bins/decade, spline: 1
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 ======
UrbanMsc : Emin= 0 eV Emax= 100 MeV Nbins=42 100 eV - 100 MeV
StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1
WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV
StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1
eIoni: for e+ SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
MollerBhabha : Emin= 0 eV Emax= 100 TeV
eBrem: for e+ SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 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 ModifiedTsai
eBremLPM : Emin= 1 GeV Emax= 100 TeV ModifiedTsai
annihil: for e+, integral:1 SubType=5 BuildTable=0
===== EM models for the G4Region DefaultRegionForTheWorld ======
eplus2gg : Emin= 0 eV Emax= 100 TeV
CoulombScat: for e+, integral:1 SubType=1 BuildTable=1
Lambda table from 100 MeV to 100 TeV, 7 bins/decade, spline: 1
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=84 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llimit=1
hIoni: for proton SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
Bragg : Emin= 0 eV Emax= 2 MeV
BetheBloch : Emin= 2 MeV Emax= 100 TeV
hBrems: for proton SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
hPairProd: for proton SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
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, integral:1 SubType=1 BuildTable=1
Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 1
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 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:0 Skin=1 Llimit=1
ionIoni: for GenericIon SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02
Stopping Power data for 17 ion/material pairs
===== EM models for the G4Region DefaultRegionForTheWorld ======
BraggIon : Emin= 0 eV Emax= 2 MeV
BetheBloch : Emin= 2 MeV Emax= 100 TeV
======================================================================
====== Radioactive Decay Physics Parameters =======
======================================================================
@@ -230,6 +363,245 @@ Auger cascade enabled 1
Check EM cuts disabled for atomic de-excitation 1
Use Bearden atomic level energies 0
======================================================================
msc: for alpha SubType= 10
===== EM models for the G4Region DefaultRegionForTheWorld ======
UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llimit=1
ionIoni: for alpha SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02
===== EM models for the G4Region DefaultRegionForTheWorld ======
BraggIon : Emin= 0 eV Emax=7.9452 MeV
BetheBloch : Emin=7.9452 MeV Emax= 100 TeV
msc: for anti_proton SubType= 10
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llimit=1
hIoni: for anti_proton SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
ICRU73QO : Emin= 0 eV Emax= 2 MeV
BetheBloch : Emin= 2 MeV Emax= 100 TeV
hBrems: for anti_proton SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
hPairProd: for anti_proton SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
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, integral:1 SubType=1 BuildTable=1
Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 1
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=84 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llimit=1
hIoni: for kaon+ SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
Bragg : Emin= 0 eV Emax=1.05231 MeV
BetheBloch : Emin=1.05231 MeV Emax= 100 TeV
hBrems: for kaon+ SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
hPairProd: for kaon+ SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
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+, integral:1 SubType=1 BuildTable=1
Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 1
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=84 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llimit=1
hIoni: for kaon- SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
ICRU73QO : Emin= 0 eV Emax=1.05231 MeV
BetheBloch : Emin=1.05231 MeV Emax= 100 TeV
hBrems: for kaon- SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
hPairProd: for kaon- SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
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-, integral: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=84 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llimit=1
muIoni: for mu+ SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
Bragg : Emin= 0 eV Emax= 200 keV
BetheBloch : Emin= 200 keV Emax= 1 GeV
MuBetheBloch : Emin= 1 GeV Emax= 100 TeV
muBrems: for mu+ SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
muPairProd: for mu+ SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
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+, integral:1 SubType=1 BuildTable=1
Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 1
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=84 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llimit=1
muIoni: for mu- SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
ICRU73QO : Emin= 0 eV Emax= 200 keV
BetheBloch : Emin= 200 keV Emax= 1 GeV
MuBetheBloch : Emin= 1 GeV Emax= 100 TeV
muBrems: for mu- SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
muPairProd: for mu- SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
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-, integral: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=84 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llimit=1
hIoni: for pi+ SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
Bragg : Emin= 0 eV Emax=297.505 keV
BetheBloch : Emin=297.505 keV Emax= 100 TeV
hBrems: for pi+ SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
hPairProd: for pi+ SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
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+, integral:1 SubType=1 BuildTable=1
Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 1
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=84 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llimit=1
hIoni: for pi- SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
ICRU73QO : Emin= 0 eV Emax=297.505 keV
BetheBloch : Emin=297.505 keV Emax= 100 TeV
hBrems: for pi- SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
hPairProd: for pi- SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
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-, integral: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
G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model.
See commands in /vis/modeling/trajectories/ for other options.
### Run 0 starts.
+373 -1
View File
@@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -216,6 +216,139 @@ G4SDManager::AddNewCollection : the collection <patient/dose> is registered at 2
#
/run/printProgress 1000
/run/beamOn 10000
### === Deexcitation model UAtomDeexcitation is activated for 1 region:
DefaultRegionForTheWorld 1 1 0
### === Auger cascade flag: 1
### === Ignore cuts flag: 1
phot: for gamma SubType=12 BuildTable=0
LambdaPrime table from 200 keV to 100 TeV in 61 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, 7 bins/decade, spline: 1
LambdaPrime table from 1 MeV to 100 TeV in 56 bins
===== EM models for the G4Region DefaultRegionForTheWorld ======
Klein-Nishina : Emin= 0 eV Emax= 100 TeV
conv: for gamma SubType=14 BuildTable=1
Lambda table from 1.022 MeV to 100 TeV, 18 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 100 eV to 100 keV, 7 bins/decade, spline: 0
LambdaPrime table from 100 keV to 100 TeV in 63 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 MeV Nbins=42 100 eV - 100 MeV
StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1
WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV
StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1
eIoni: for e- SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
MollerBhabha : Emin= 0 eV Emax= 100 TeV
eBrem: for e- SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 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 ModifiedTsai
eBremLPM : Emin= 1 GeV Emax= 100 TeV ModifiedTsai
CoulombScat: for e-, integral:1 SubType=1 BuildTable=1
Lambda table from 100 MeV to 100 TeV, 7 bins/decade, spline: 1
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 ======
UrbanMsc : Emin= 0 eV Emax= 100 MeV Nbins=42 100 eV - 100 MeV
StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1
WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV
StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1
eIoni: for e+ SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
MollerBhabha : Emin= 0 eV Emax= 100 TeV
eBrem: for e+ SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 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 ModifiedTsai
eBremLPM : Emin= 1 GeV Emax= 100 TeV ModifiedTsai
annihil: for e+, integral:1 SubType=5 BuildTable=0
===== EM models for the G4Region DefaultRegionForTheWorld ======
eplus2gg : Emin= 0 eV Emax= 100 TeV
CoulombScat: for e+, integral:1 SubType=1 BuildTable=1
Lambda table from 100 MeV to 100 TeV, 7 bins/decade, spline: 1
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=84 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llimit=1
hIoni: for proton SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
Bragg : Emin= 0 eV Emax= 2 MeV
BetheBloch : Emin= 2 MeV Emax= 100 TeV
hBrems: for proton SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
hPairProd: for proton SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
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, integral:1 SubType=1 BuildTable=1
Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 1
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 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:0 Skin=1 Llimit=1
ionIoni: for GenericIon SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02
Stopping Power data for 17 ion/material pairs
===== EM models for the G4Region DefaultRegionForTheWorld ======
BraggIon : Emin= 0 eV Emax= 2 MeV
BetheBloch : Emin= 2 MeV Emax= 100 TeV
======================================================================
====== Radioactive Decay Physics Parameters =======
======================================================================
@@ -230,6 +363,245 @@ Auger cascade enabled 1
Check EM cuts disabled for atomic de-excitation 1
Use Bearden atomic level energies 0
======================================================================
msc: for alpha SubType= 10
===== EM models for the G4Region DefaultRegionForTheWorld ======
UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llimit=1
ionIoni: for alpha SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02
===== EM models for the G4Region DefaultRegionForTheWorld ======
BraggIon : Emin= 0 eV Emax=7.9452 MeV
BetheBloch : Emin=7.9452 MeV Emax= 100 TeV
msc: for anti_proton SubType= 10
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llimit=1
hIoni: for anti_proton SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
ICRU73QO : Emin= 0 eV Emax= 2 MeV
BetheBloch : Emin= 2 MeV Emax= 100 TeV
hBrems: for anti_proton SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
hPairProd: for anti_proton SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
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, integral:1 SubType=1 BuildTable=1
Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 1
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=84 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llimit=1
hIoni: for kaon+ SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
Bragg : Emin= 0 eV Emax=1.05231 MeV
BetheBloch : Emin=1.05231 MeV Emax= 100 TeV
hBrems: for kaon+ SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
hPairProd: for kaon+ SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
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+, integral:1 SubType=1 BuildTable=1
Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 1
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=84 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llimit=1
hIoni: for kaon- SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
ICRU73QO : Emin= 0 eV Emax=1.05231 MeV
BetheBloch : Emin=1.05231 MeV Emax= 100 TeV
hBrems: for kaon- SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
hPairProd: for kaon- SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
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-, integral: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=84 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llimit=1
muIoni: for mu+ SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
Bragg : Emin= 0 eV Emax= 200 keV
BetheBloch : Emin= 200 keV Emax= 1 GeV
MuBetheBloch : Emin= 1 GeV Emax= 100 TeV
muBrems: for mu+ SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
muPairProd: for mu+ SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
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+, integral:1 SubType=1 BuildTable=1
Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 1
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=84 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llimit=1
muIoni: for mu- SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
ICRU73QO : Emin= 0 eV Emax= 200 keV
BetheBloch : Emin= 200 keV Emax= 1 GeV
MuBetheBloch : Emin= 1 GeV Emax= 100 TeV
muBrems: for mu- SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
muPairProd: for mu- SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
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-, integral: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=84 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llimit=1
hIoni: for pi+ SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
Bragg : Emin= 0 eV Emax=297.505 keV
BetheBloch : Emin=297.505 keV Emax= 100 TeV
hBrems: for pi+ SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
hPairProd: for pi+ SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
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+, integral:1 SubType=1 BuildTable=1
Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 1
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=84 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llimit=1
hIoni: for pi- SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
ICRU73QO : Emin= 0 eV Emax=297.505 keV
BetheBloch : Emin=297.505 keV Emax= 100 TeV
hBrems: for pi- SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
hPairProd: for pi- SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
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-, integral: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
G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model.
See commands in /vis/modeling/trajectories/ for other options.
### Run 0 starts.
+2 -2
View File
@@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -837,7 +837,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20
Level density (1/MeV) 0.075
Use simple level density model 1
Use discrete excitation energy of the residual 0
Time limit for long lived isomeres (ns) 1000
Time limit for long lived isomeres (ns) 1
Isomer production flag 1
Internal e- conversion flag 1
Store e- internal conversion data 0
+2 -2
View File
@@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -837,7 +837,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20
Level density (1/MeV) 0.075
Use simple level density model 1
Use discrete excitation energy of the residual 0
Time limit for long lived isomeres (ns) 1000
Time limit for long lived isomeres (ns) 1
Isomer production flag 1
Internal e- conversion flag 1
Store e- internal conversion data 0
+2 -2
View File
@@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -837,7 +837,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20
Level density (1/MeV) 0.075
Use simple level density model 1
Use discrete excitation energy of the residual 0
Time limit for long lived isomeres (ns) 1000
Time limit for long lived isomeres (ns) 1
Isomer production flag 1
Internal e- conversion flag 1
Store e- internal conversion data 0
+3 -3
View File
@@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -841,7 +841,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20
Level density (1/MeV) 0.075
Use simple level density model 1
Use discrete excitation energy of the residual 0
Time limit for long lived isomeres (ns) 1000
Time limit for long lived isomeres (ns) 1
Isomer production flag 1
Internal e- conversion flag 1
Store e- internal conversion data 0
@@ -1699,4 +1699,4 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1
"/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated.
Graphics systems deleted.
Visualization Manager deleting...
### deleting chargedFilter 0xef1c20
### deleting chargedFilter 0xc7ed70
+162 -130
View File
@@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -924,7 +924,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20
Level density (1/MeV) 0.075
Use simple level density model 1
Use discrete excitation energy of the residual 0
Time limit for long lived isomeres (ns) 1000
Time limit for long lived isomeres (ns) 1
Isomer production flag 1
Internal e- conversion flag 1
Store e- internal conversion data 0
@@ -1078,28 +1078,23 @@ Hadron Calorimeter has 0 hits. Total Edep is 0 (MeV)
>>> Event 0 >>> Simulation truth : pi+ (-0,0,100000)
Hodoscope 1 has 1 hits.
Hodoscope[7] 4.9867880803625 (nsec)
Hodoscope 2 has 5 hits.
Hodoscope[10] 42.694196022308 (nsec)
Hodoscope[6] 2712.0248697294 (nsec)
Hodoscope[3] 512.80189055541 (nsec)
Hodoscope[4] 55.938686545556 (nsec)
Hodoscope[14] 617.2547311769 (nsec)
Hodoscope[7] 4.986788080516 (nsec)
Hodoscope 2 has 1 hits.
Hodoscope[10] 42.693450259644 (nsec)
Drift Chamber 1 has 5 hits.
Layer[0] : time 6.6709548375129 (nsec) --- local (x,y) 0.0090119673826799, -0.0035240339704669
Layer[1] : time 8.3387769380803 (nsec) --- local (x,y) 0.013402295065732, -0.0027956524071196
Layer[2] : time 10.006599038649 (nsec) --- local (x,y) 0.016867469242626, -0.00032305442031954
Layer[3] : time 11.674421139201 (nsec) --- local (x,y) 0.020105544415725, 0.0011821680884779
Layer[4] : time 13.342243239785 (nsec) --- local (x,y) 0.024388515466025, 0.0030732083950382
Drift Chamber 2 has 6 hits.
Layer[0] : time 34.366877095497 (nsec) --- local (x,y) -82.662180674851, -0.036484735633946
Layer[1] : time 36.035611545704 (nsec) --- local (x,y) -99.20273751824, -0.044598361170938
Layer[2] : time 37.704346172613 (nsec) --- local (x,y) -115.74489649284, -0.052636821003492
Layer[3] : time 39.373080560754 (nsec) --- local (x,y) -132.2848903879, -0.060808234979961
Layer[3] : time 39.789023330856 (nsec) --- local (x,y) -22.687006798422, 8.3753208168082
Layer[4] : time 41.041815171473 (nsec) --- local (x,y) -148.82690034193, -0.07235520335332
EM Calorimeter has 65 hits. Total Edep is 71496.058399343 (MeV)
Hadron Calorimeter has 15 hits. Total Edep is 670.29319189515 (MeV)
Layer[0] : time 6.6709548382891 (nsec) --- local (x,y) -0.020200088662616, -0.011240813447632
Layer[1] : time 8.3387769394469 (nsec) --- local (x,y) -0.031134562615646, -0.019978535576666
Layer[2] : time 10.006599041463 (nsec) --- local (x,y) -0.046638208973672, -0.034281307501838
Layer[3] : time 11.674421143857 (nsec) --- local (x,y) -0.061019887003981, -0.053179776007879
Layer[4] : time 13.342243247122 (nsec) --- local (x,y) -0.077263044029473, -0.076842302841865
Drift Chamber 2 has 5 hits.
Layer[0] : time 34.366156476454 (nsec) --- local (x,y) -82.69797308822, -0.28046073088067
Layer[1] : time 36.034885988822 (nsec) --- local (x,y) -99.193693572416, -0.2929850562633
Layer[2] : time 37.703615525444 (nsec) --- local (x,y) -115.68963519057, -0.30457905498545
Layer[3] : time 39.372344967054 (nsec) --- local (x,y) -132.18471470607, -0.31328191817428
Layer[4] : time 41.041074374193 (nsec) --- local (x,y) -148.67948105752, -0.32140333162998
EM Calorimeter has 9 hits. Total Edep is 226.60950996227 (MeV)
Hadron Calorimeter has 15 hits. Total Edep is 4222.7933586772 (MeV)
... write file : B5.root - done
... write file : B5ntuple.root - done
... close file : B5.root - done
@@ -1116,24 +1111,44 @@ Hadron Calorimeter has 15 hits. Total Edep is 670.29319189515 (MeV)
>>> Event 0 >>> Simulation truth : e+ (0,0,100000)
Hodoscope 1 has 1 hits.
Hodoscope[7] 4.9867832232956 (nsec)
Hodoscope 2 has 2 hits.
Hodoscope[9] 43.185822433653 (nsec)
Hodoscope[11] 56.444826224453 (nsec)
Hodoscope[7] 4.9867832232268 (nsec)
Hodoscope 2 has 3 hits.
Hodoscope[9] 43.186046528005 (nsec)
Hodoscope[8] 62.435420561512 (nsec)
Hodoscope[22] 275.04442837375 (nsec)
Drift Chamber 1 has 5 hits.
Layer[0] : time 6.6709483408646 (nsec) --- local (x,y) -0.020319911379571, -0.011307806822227
Layer[1] : time 8.3387688176418 (nsec) --- local (x,y) -0.032372445418449, -0.020801299654419
Layer[2] : time 10.006589294556 (nsec) --- local (x,y) -0.046274050359483, -0.029928940651713
Layer[3] : time 11.674409770823 (nsec) --- local (x,y) -0.045831628791546, -0.038790973071574
Layer[4] : time 13.342230247213 (nsec) --- local (x,y) -0.047835165782786, -0.049530425019764
Drift Chamber 2 has 5 hits.
Layer[0] : time 34.848585244905 (nsec) --- local (x,y) -147.55487903002, -0.16924444759472
Layer[1] : time 36.519306906334 (nsec) --- local (x,y) -177.05928501042, -0.16604558420713
Layer[2] : time 38.190028928037 (nsec) --- local (x,y) -206.56552419474, -0.16071361536283
Layer[3] : time 39.860751146921 (nsec) --- local (x,y) -236.0727669925, -0.15637214440378
Layer[4] : time 41.531473379476 (nsec) --- local (x,y) -265.58007941515, -0.15247098161345
EM Calorimeter has 45 hits. Total Edep is 89609.566489227 (MeV)
Hadron Calorimeter has 8 hits. Total Edep is 72.120204913719 (MeV)
Layer[0] : time 6.6709483408886 (nsec) --- local (x,y) 0.0074692141050177, -0.016044883167965
Layer[1] : time 8.3387688179808 (nsec) --- local (x,y) 0.014951082951685, -0.032588900074307
Layer[2] : time 10.00658929519 (nsec) --- local (x,y) 0.022860317052522, -0.049951155381916
Layer[3] : time 11.674409773064 (nsec) --- local (x,y) 0.033155193581897, -0.071352485974812
Layer[4] : time 13.342230250971 (nsec) --- local (x,y) 0.039953401296429, -0.094327683034093
Drift Chamber 2 has 24 hits.
Layer[0] : time 34.848805457536 (nsec) --- local (x,y) -147.48085529977, -0.50452270815518
Layer[1] : time 36.519529502311 (nsec) --- local (x,y) -176.99736849856, -0.5389511702745
Layer[1] : time 36.519954900942 (nsec) --- local (x,y) -177.00488280891, -0.53896071747238
Layer[1] : time 36.519954900942 (nsec) --- local (x,y) -177.00488280891, -0.53896071747238
Layer[1] : time 36.521605585962 (nsec) --- local (x,y) -177.04340634816, -0.62246776701411
Layer[1] : time 36.52815785071 (nsec) --- local (x,y) -177.15549235374, -0.67101982543994
Layer[1] : time 36.529379020213 (nsec) --- local (x,y) -177.16407710543, -0.6934574684841
Layer[1] : time 36.530634971441 (nsec) --- local (x,y) -177.20073243079, -0.71440882027247
Layer[1] : time 36.531890764729 (nsec) --- local (x,y) -177.24294268093, -0.75462001612674
Layer[1] : time 36.533165081095 (nsec) --- local (x,y) -177.2696856025, -0.80855243493677
Layer[1] : time 36.534464376472 (nsec) --- local (x,y) -177.28316274543, -0.86613467822376
Layer[1] : time 36.535772218064 (nsec) --- local (x,y) -177.31264065354, -0.91679509796133
Layer[1] : time 36.537080396201 (nsec) --- local (x,y) -177.35619530829, -0.96000155624134
Layer[1] : time 36.538171199589 (nsec) --- local (x,y) -177.39765412961, -0.98923297776957
Layer[1] : time 36.539286907923 (nsec) --- local (x,y) -177.44083469219, -1.015729326233
Layer[1] : time 36.540418245293 (nsec) --- local (x,y) -177.4739693185, -1.0457023751533
Layer[1] : time 36.541552136012 (nsec) --- local (x,y) -177.49785121304, -1.0872214064645
Layer[1] : time 36.542731624046 (nsec) --- local (x,y) -177.53139497501, -1.1090917500541
Layer[1] : time 36.543913903849 (nsec) --- local (x,y) -177.54493432951, -1.0749143467985
Layer[1] : time 36.545093391883 (nsec) --- local (x,y) -177.56032609825, -1.0529212804971
Layer[2] : time 38.190252511546 (nsec) --- local (x,y) -206.50861083358, -0.57534703705735
Layer[3] : time 39.860975084206 (nsec) --- local (x,y) -236.01763054238, -0.61271271049014
Layer[3] : time 59.832909123801 (nsec) --- local (x,y) -1003.375618484, -194.66719712002
Layer[4] : time 41.531697658472 (nsec) --- local (x,y) -265.52665174116, -0.65500432219918
EM Calorimeter has 46 hits. Total Edep is 87082.500121992 (MeV)
Hadron Calorimeter has 9 hits. Total Edep is 81.129032890721 (MeV)
... write file : B5.root - done
... write file : B5ntuple.root - done
... close file : B5.root - done
@@ -1150,23 +1165,23 @@ Hadron Calorimeter has 8 hits. Total Edep is 72.120204913719 (MeV)
>>> Event 0 >>> Simulation truth : proton (0,0,10000)
Hodoscope 1 has 1 hits.
Hodoscope[7] 5.0086863655084 (nsec)
Hodoscope[7] 5.0086863314852 (nsec)
Hodoscope 2 has 1 hits.
Hodoscope[9] 43.372701834398 (nsec)
Hodoscope[9] 43.375137013141 (nsec)
Drift Chamber 1 has 5 hits.
Layer[0] : time 6.7002531118894 (nsec) --- local (x,y) -0.13101795912701, -0.029381547224537
Layer[1] : time 8.3754036618387 (nsec) --- local (x,y) -0.21875022652134, -0.048366228953557
Layer[2] : time 10.050554347399 (nsec) --- local (x,y) -0.30570324075723, -0.084320755777674
Layer[3] : time 11.725705135667 (nsec) --- local (x,y) -0.39691746392256, -0.12886751607533
Layer[4] : time 13.400856018946 (nsec) --- local (x,y) -0.46304657693516, -0.14550228230833
Layer[0] : time 6.7002518074355 (nsec) --- local (x,y) -0.040912401345498, -0.20831735303831
Layer[1] : time 8.375401015621 (nsec) --- local (x,y) -0.078198328845479, -0.34563821295938
Layer[2] : time 10.050550372012 (nsec) --- local (x,y) -0.065300717028491, -0.49627936121596
Layer[3] : time 11.725699841156 (nsec) --- local (x,y) -0.046467627434675, -0.65756981886729
Layer[4] : time 13.400849457519 (nsec) --- local (x,y) -0.025603929935449, -0.80250037553651
Drift Chamber 2 has 5 hits.
Layer[0] : time 34.998569568724 (nsec) --- local (x,y) -150.33407100262, 0.88513767334187
Layer[1] : time 36.676669996325 (nsec) --- local (x,y) -180.00771994343, 1.0662013511011
Layer[2] : time 38.354774130669 (nsec) --- local (x,y) -209.69940237617, 1.2325173544005
Layer[3] : time 40.032897383599 (nsec) --- local (x,y) -239.48656195884, 1.3842705562144
Layer[4] : time 41.711021609842 (nsec) --- local (x,y) -269.27804786018, 1.4993505116827
EM Calorimeter has 29 hits. Total Edep is 220.09028768821 (MeV)
Hadron Calorimeter has 10 hits. Total Edep is 594.42320235417 (MeV)
Layer[0] : time 35.001202697459 (nsec) --- local (x,y) -148.60055464584, -1.7762786474168
Layer[1] : time 36.679290900203 (nsec) --- local (x,y) -178.22028214489, -1.7788380406478
Layer[2] : time 38.35737065846 (nsec) --- local (x,y) -207.79658611525, -1.802607470049
Layer[3] : time 40.035441908642 (nsec) --- local (x,y) -237.32917264448, -1.8390863730411
Layer[4] : time 41.713511029276 (nsec) --- local (x,y) -266.85040998203, -1.8721025385005
EM Calorimeter has 26 hits. Total Edep is 220.05008511366 (MeV)
Hadron Calorimeter has 13 hits. Total Edep is 517.42679108058 (MeV)
... write file : B5.root - done
... write file : B5ntuple.root - done
... close file : B5.root - done
@@ -1181,26 +1196,26 @@ Hadron Calorimeter has 10 hits. Total Edep is 594.42320235417 (MeV)
... open analysis file : B5.root - done
--> Event 0 starts.
>>> Event 0 >>> Simulation truth : pi+ (0,0,10000)
>>> Event 0 >>> Simulation truth : pi+ (-0,0,10000)
Hodoscope 1 has 1 hits.
Hodoscope[7] 4.9872689251917 (nsec)
Hodoscope 2 has 1 hits.
Hodoscope[10] 42.701236491409 (nsec)
Hodoscope[7] 4.9872689249756 (nsec)
Hodoscope 2 has 2 hits.
Hodoscope[10] 42.69784674545 (nsec)
Hodoscope[17] 311.92336653251 (nsec)
Drift Chamber 1 has 5 hits.
Layer[0] : time 6.6715981316549 (nsec) --- local (x,y) -0.013051399346541, -0.020051633433066
Layer[1] : time 8.3395811124152 (nsec) --- local (x,y) 0.018595714744988, -0.024245157064065
Layer[2] : time 10.00756409738 (nsec) --- local (x,y) 0.056144865643624, -0.023155832524179
Layer[3] : time 11.675547094766 (nsec) --- local (x,y) 0.11747355665766, -0.025568604496403
Layer[4] : time 13.343530114112 (nsec) --- local (x,y) 0.21138937452661, -0.052633384688109
Drift Chamber 2 has 6 hits.
Layer[0] : time 34.372937534028 (nsec) --- local (x,y) -83.055338469784, 0.60884036849331
Layer[1] : time 36.041870698757 (nsec) --- local (x,y) -99.933597106929, 0.74610990535414
Layer[2] : time 37.710802235179 (nsec) --- local (x,y) -116.79720554111, 0.89802873715968
Layer[3] : time 39.379735311534 (nsec) --- local (x,y) -133.67446108602, 1.0487428938735
Layer[4] : time 41.048664754251 (nsec) --- local (x,y) -150.51912454038, 1.2134125378822
Layer[4] : time 41.459159261501 (nsec) --- local (x,y) -350.8099816989, -67.065704017117
EM Calorimeter has 18 hits. Total Edep is 314.43212538834 (MeV)
Hadron Calorimeter has 10 hits. Total Edep is 362.15073898743 (MeV)
Layer[0] : time 6.6715981791612 (nsec) --- local (x,y) -0.013730256429649, -0.11747649699209
Layer[1] : time 8.3395812037187 (nsec) --- local (x,y) -0.0066449873597241, -0.22287747191827
Layer[2] : time 10.007564237339 (nsec) --- local (x,y) -0.0069098230125102, -0.33724645229989
Layer[3] : time 11.675547264799 (nsec) --- local (x,y) 0.010616459210897, -0.43055345884092
Layer[4] : time 13.343530292926 (nsec) --- local (x,y) 0.022393698061126, -0.5215513793751
Drift Chamber 2 has 5 hits.
Layer[0] : time 34.36968149082 (nsec) --- local (x,y) -83.097673153239, -1.8940277614819
Layer[1] : time 36.038584916569 (nsec) --- local (x,y) -99.709357714042, -2.035172337499
Layer[2] : time 37.707488558907 (nsec) --- local (x,y) -116.32320613884, -2.1455183472522
Layer[3] : time 39.376392864211 (nsec) --- local (x,y) -132.94299368473, -2.255507824582
Layer[4] : time 41.045297145926 (nsec) --- local (x,y) -149.56224986941, -2.4045822656712
EM Calorimeter has 41 hits. Total Edep is 3065.4778380306 (MeV)
Hadron Calorimeter has 14 hits. Total Edep is 82.754317853158 (MeV)
... write file : B5.root - done
... write file : B5ntuple.root - done
... close file : B5.root - done
@@ -1215,25 +1230,26 @@ Hadron Calorimeter has 10 hits. Total Edep is 362.15073898743 (MeV)
... open analysis file : B5.root - done
--> Event 0 starts.
>>> Event 0 >>> Simulation truth : e+ (-0,0,10000)
>>> Event 0 >>> Simulation truth : e+ (0,0,10000)
Hodoscope 1 has 1 hits.
Hodoscope[7] 4.9867832354409 (nsec)
Hodoscope 2 has 1 hits.
Hodoscope[9] 43.189018719946 (nsec)
Hodoscope[7] 4.9867832248823 (nsec)
Hodoscope 2 has 2 hits.
Hodoscope[9] 43.185847994617 (nsec)
Hodoscope[8] 55.932726911178 (nsec)
Drift Chamber 1 has 5 hits.
Layer[0] : time 6.6709484025457 (nsec) --- local (x,y) 0.08091330607161, 0.18966276277257
Layer[1] : time 8.3387689435565 (nsec) --- local (x,y) 0.19652453985638, 0.26792072673928
Layer[2] : time 10.00658949998 (nsec) --- local (x,y) 0.32365440824475, 0.35677709808758
Layer[3] : time 11.674410338932 (nsec) --- local (x,y) 0.47781327117265, 0.64834611871461
Layer[4] : time 13.342231195473 (nsec) --- local (x,y) 0.61764475239636, 0.95577749997415
Layer[0] : time 6.6709484250095 (nsec) --- local (x,y) 0.0051354348502865, -0.18723066735224
Layer[1] : time 8.3387690076383 (nsec) --- local (x,y) -0.018831910435258, -0.36421314166144
Layer[2] : time 10.006589588746 (nsec) --- local (x,y) -0.025808973071891, -0.54145417641496
Layer[3] : time 11.674410132348 (nsec) --- local (x,y) -0.030143042401129, -0.68340020100448
Layer[4] : time 13.342230661425 (nsec) --- local (x,y) -0.026212672645894, -0.80928035263015
Drift Chamber 2 has 5 hits.
Layer[0] : time 34.851655008621 (nsec) --- local (x,y) -146.3980959007, 4.0019929557807
Layer[1] : time 36.522402544855 (nsec) --- local (x,y) -176.03330285709, 4.1892269088456
Layer[2] : time 38.193149768811 (nsec) --- local (x,y) -205.66680819147, 4.394565147932
Layer[3] : time 39.86389393307 (nsec) --- local (x,y) -235.28471804977, 4.6121444793681
Layer[4] : time 41.534640001204 (nsec) --- local (x,y) -264.91214049875, 4.8476396056941
EM Calorimeter has 15 hits. Total Edep is 9603.0575910575 (MeV)
Hadron Calorimeter has 3 hits. Total Edep is 2.5048694513192 (MeV)
Layer[0] : time 34.848428282383 (nsec) --- local (x,y) -148.27069841753, -1.1133266049728
Layer[1] : time 36.519183157052 (nsec) --- local (x,y) -177.94360886095, -1.1666434885355
Layer[2] : time 38.189940203919 (nsec) --- local (x,y) -207.62749479689, -1.2277207033474
Layer[3] : time 39.860701054948 (nsec) --- local (x,y) -237.33060319032, -1.2953828042348
Layer[4] : time 41.531465768251 (nsec) --- local (x,y) -267.05321747891, -1.3689389040606
EM Calorimeter has 18 hits. Total Edep is 9379.8730492361 (MeV)
Hadron Calorimeter has 3 hits. Total Edep is 5.7955117619497 (MeV)
... write file : B5.root - done
... write file : B5ntuple.root - done
... close file : B5.root - done
@@ -1248,25 +1264,35 @@ Hadron Calorimeter has 3 hits. Total Edep is 2.5048694513192 (MeV)
... open analysis file : B5.root - done
--> Event 0 starts.
>>> Event 0 >>> Simulation truth : proton (-0,0,1000)
>>> Event 0 >>> Simulation truth : proton (0,0,1000)
Hodoscope 1 has 1 hits.
Hodoscope[7] 6.839307405055 (nsec)
Hodoscope[7] 6.8390494917579 (nsec)
Hodoscope 2 has 1 hits.
Hodoscope[9] 59.409749504545 (nsec)
Drift Chamber 1 has 5 hits.
Layer[0] : time 9.1543962184373 (nsec) --- local (x,y) -1.2065357844235, -0.52211063188947
Layer[1] : time 11.447259783876 (nsec) --- local (x,y) -1.8180499982614, -1.5680557417753
Layer[2] : time 13.740309399543 (nsec) --- local (x,y) -2.4514180152068, -2.8048220877035
Layer[3] : time 16.033556127771 (nsec) --- local (x,y) -3.1579383760823, -4.3338495840796
Layer[4] : time 18.326999717054 (nsec) --- local (x,y) -3.6290380762273, -5.9704280650574
Drift Chamber 2 has 5 hits.
Layer[0] : time 47.925404835662 (nsec) --- local (x,y) -146.81900258051, -28.98445661692
Layer[1] : time 50.226152083058 (nsec) --- local (x,y) -177.80823877557, -31.158208645504
Layer[2] : time 52.527216763016 (nsec) --- local (x,y) -209.10072977013, -33.263006832241
Layer[3] : time 54.828707838009 (nsec) --- local (x,y) -240.78260955991, -35.545701195824
Layer[4] : time 57.130443482516 (nsec) --- local (x,y) -272.60549462285, -38.001160805675
EM Calorimeter has 7 hits. Total Edep is 372.11741215346 (MeV)
Hadron Calorimeter has 2 hits. Total Edep is 1.3867200765056 (MeV)
Hodoscope[9] 59.433482335369 (nsec)
Drift Chamber 1 has 13 hits.
Layer[0] : time 9.1534213865367 (nsec) --- local (x,y) 1.4914700446226, -3.3514230759233
Layer[1] : time 11.445587269197 (nsec) --- local (x,y) 2.7811413040329, -5.9346317950359
Layer[1] : time 11.445648358087 (nsec) --- local (x,y) 2.7811714827572, -5.9346979982934
Layer[1] : time 11.445648358087 (nsec) --- local (x,y) 2.7811714827572, -5.9346979982934
Layer[1] : time 11.44618526035 (nsec) --- local (x,y) 2.7872556040365, -5.9217197205606
Layer[1] : time 11.446722162612 (nsec) --- local (x,y) 2.7905201295546, -5.9069813186002
Layer[1] : time 11.447259064875 (nsec) --- local (x,y) 2.8011343725759, -5.8967292799273
Layer[1] : time 11.447805887283 (nsec) --- local (x,y) 2.8098448235475, -5.8852358683682
Layer[1] : time 11.448361813763 (nsec) --- local (x,y) 2.8152096530064, -5.8715693980278
Layer[1] : time 11.448932308901 (nsec) --- local (x,y) 2.8062775791321, -5.8657499240653
Layer[2] : time 13.737936011378 (nsec) --- local (x,y) 3.9196042222537, -8.1446711883912
Layer[3] : time 16.030495401406 (nsec) --- local (x,y) 5.2519748467495, -10.389426310037
Layer[4] : time 18.323280235901 (nsec) --- local (x,y) 6.7601276046042, -12.61084011313
Drift Chamber 2 has 7 hits.
Layer[0] : time 47.953779289663 (nsec) --- local (x,y) -135.51502066708, -45.709925693999
Layer[1] : time 50.253679650571 (nsec) --- local (x,y) -166.02125024669, -48.973126585484
Layer[2] : time 52.553875242374 (nsec) --- local (x,y) -196.63747712827, -52.651044078349
Layer[2] : time 52.74837696364 (nsec) --- local (x,y) -224.31534863727, 3.1078623213132
Layer[3] : time 54.854411461857 (nsec) --- local (x,y) -226.88466811862, -56.463778074338
Layer[4] : time 57.155075103741 (nsec) --- local (x,y) -256.91468343279, -60.174484139531
Layer[4] : time 57.213712674268 (nsec) --- local (x,y) -255.51416794477, -53.730350109236
EM Calorimeter has 6 hits. Total Edep is 183.61764844493 (MeV)
Hadron Calorimeter has 6 hits. Total Edep is 14.636480570775 (MeV)
... write file : B5.root - done
... write file : B5ntuple.root - done
... close file : B5.root - done
@@ -1281,19 +1307,25 @@ Hadron Calorimeter has 2 hits. Total Edep is 1.3867200765056 (MeV)
... open analysis file : B5.root - done
--> Event 0 starts.
>>> Event 0 >>> Simulation truth : pi+ (0,0,1000)
>>> Event 0 >>> Simulation truth : pi+ (-0,0,1000)
Hodoscope 1 has 1 hits.
Hodoscope[7] 5.0351325594242 (nsec)
Hodoscope 2 has 0 hits.
Hodoscope[7] 5.0271754000988 (nsec)
Hodoscope 2 has 1 hits.
Hodoscope[8] 42.355025650742 (nsec)
Drift Chamber 1 has 5 hits.
Layer[0] : time 6.7356839693392 (nsec) --- local (x,y) 1.00337368462, -2.2283876808188
Layer[1] : time 8.4197344667151 (nsec) --- local (x,y) 1.3539249287424, -3.089066754209
Layer[2] : time 10.103786052866 (nsec) --- local (x,y) 1.708741195911, -3.7373761142023
Layer[3] : time 11.787840681386 (nsec) --- local (x,y) 1.9574729449871, -4.5472477265237
Layer[4] : time 13.471897486677 (nsec) --- local (x,y) 2.2906886508009, -5.232252399317
Drift Chamber 2 has 0 hits.
EM Calorimeter has 0 hits. Total Edep is 0 (MeV)
Hadron Calorimeter has 0 hits. Total Edep is 0 (MeV)
Layer[0] : time 6.7237237844729 (nsec) --- local (x,y) -44.214547143188, 4.7537150879574
Layer[1] : time 8.4037877961472 (nsec) --- local (x,y) -56.044953974221, 6.8486463443917
Layer[2] : time 10.083868552123 (nsec) --- local (x,y) -68.035963494172, 9.058053894295
Layer[3] : time 11.763987795153 (nsec) --- local (x,y) -80.4483018321, 11.340598443806
Layer[4] : time 13.444145612429 (nsec) --- local (x,y) -93.219037729027, 13.929648924049
Drift Chamber 2 has 5 hits.
Layer[0] : time 33.96773453421 (nsec) --- local (x,y) -289.3905824366, 45.511692191126
Layer[1] : time 35.648485736115 (nsec) --- local (x,y) -307.54034936919, 47.687406342353
Layer[2] : time 37.329232559811 (nsec) --- local (x,y) -325.56720580638, 50.348732564307
Layer[3] : time 39.010000394807 (nsec) --- local (x,y) -343.72474587121, 53.16002837036
Layer[4] : time 40.690766987397 (nsec) --- local (x,y) -361.86009076597, 55.952636771258
EM Calorimeter has 1 hits. Total Edep is 170.88278880283 (MeV)
Hadron Calorimeter has 1 hits. Total Edep is 27.59075907323 (MeV)
... write file : B5.root - done
... write file : B5ntuple.root - done
... close file : B5.root - done
@@ -1308,24 +1340,24 @@ Hadron Calorimeter has 0 hits. Total Edep is 0 (MeV)
... open analysis file : B5.root - done
--> Event 0 starts.
>>> Event 0 >>> Simulation truth : e+ (0,0,1000)
>>> Event 0 >>> Simulation truth : e+ (-0,0,1000)
Hodoscope 1 has 1 hits.
Hodoscope[7] 4.9867844012223 (nsec)
Hodoscope[7] 4.986784575653 (nsec)
Hodoscope 2 has 1 hits.
Hodoscope[9] 43.166246428738 (nsec)
Hodoscope[9] 43.175586922795 (nsec)
Drift Chamber 1 has 5 hits.
Layer[0] : time 6.6709548267412 (nsec) --- local (x,y) -1.893880659789, -0.88243507827056
Layer[1] : time 8.3387785757587 (nsec) --- local (x,y) -2.7894324066329, -1.30110659956
Layer[2] : time 10.006601383772 (nsec) --- local (x,y) -3.5702204800556, -1.5913265653949
Layer[3] : time 11.674424780232 (nsec) --- local (x,y) -4.4913713282755, -1.5340449008143
Layer[4] : time 13.342247752488 (nsec) --- local (x,y) -5.3339674286131, -1.3450081549838
Layer[0] : time 6.6709710868402 (nsec) --- local (x,y) -1.4860965298802, -3.100965968999
Layer[1] : time 8.3388133707045 (nsec) --- local (x,y) -2.5562691860503, -5.4213167966284
Layer[2] : time 10.006653010729 (nsec) --- local (x,y) -3.5780455487051, -7.5883961276413
Layer[3] : time 11.674488235307 (nsec) --- local (x,y) -4.6744226180185, -9.3801983340927
Layer[4] : time 13.342321178817 (nsec) --- local (x,y) -5.6770294411219, -11.029559756123
Drift Chamber 2 has 5 hits.
Layer[0] : time 34.827944308765 (nsec) --- local (x,y) -166.2123855287, -0.13863845450075
Layer[1] : time 36.498904505291 (nsec) --- local (x,y) -196.90648553304, -0.22683592471634
Layer[2] : time 38.169895113697 (nsec) --- local (x,y) -227.74906842514, -0.32828482182389
Layer[3] : time 39.840799013293 (nsec) --- local (x,y) -258.1666479774, -0.41877488429128
Layer[4] : time 41.511714410872 (nsec) --- local (x,y) -288.64069287519, -0.29972129283062
EM Calorimeter has 7 hits. Total Edep is 969.71073513552 (MeV)
Layer[0] : time 34.835971583039 (nsec) --- local (x,y) -163.48671464962, -30.207526748557
Layer[1] : time 36.507105542543 (nsec) --- local (x,y) -194.98562941844, -31.674200271631
Layer[2] : time 38.178339840219 (nsec) --- local (x,y) -226.95740883117, -33.184798649989
Layer[3] : time 39.849532796799 (nsec) --- local (x,y) -258.73051053873, -34.776178865861
Layer[4] : time 41.520769790778 (nsec) --- local (x,y) -290.70176000918, -36.543489366012
EM Calorimeter has 8 hits. Total Edep is 979.01567737026 (MeV)
Hadron Calorimeter has 0 hits. Total Edep is 0 (MeV)
... write file : B5.root - done
... write file : B5ntuple.root - done
+18 -18
View File
@@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -824,7 +824,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20
Level density (1/MeV) 0.075
Use simple level density model 1
Use discrete excitation energy of the residual 0
Time limit for long lived isomeres (ns) 1000
Time limit for long lived isomeres (ns) 1
Isomer production flag 1
Internal e- conversion flag 1
Store e- internal conversion data 0
@@ -862,20 +862,20 @@ See commands in /vis/modeling/trajectories/ for other options.
--------------------End of Run------------------------------
mean Energy in Absorber : 452.725 MeV +- 15.8845 MeV
mean Energy in Gap : 24.7025 MeV +- 7.34604 MeV
mean Energy in Absorber : 452.959 MeV +- 12.8319 MeV
mean Energy in Gap : 24.6926 MeV +- 7.32907 MeV
mean trackLength in Absorber : 32.576 cm +- 1.26659 cm
mean trackLength in Gap : 12.2313 cm +- 3.75875 cm
mean trackLength in Absorber : 32.6104 cm +- 9.85533 mm
mean trackLength in Gap : 12.2482 cm +- 3.76083 cm
------------------------------------------------------------
----> print histograms statistic
EAbs: mean = 452.725 MeV rms = 15.8845 MeV
EGap: mean = 24.7025 MeV rms = 7.34604 MeV
LAbs: mean = 32.576 cm rms = 1.26659 cm
LGap: mean = 12.2313 cm rms = 3.75875 cm
EAbs: mean = 452.959 MeV rms = 12.8319 MeV
EGap: mean = 24.6926 MeV rms = 7.32907 MeV
LAbs: mean = 32.6104 cm rms = 9.85533 mm
LGap: mean = 12.2482 cm rms = 3.76083 cm
... write file : AnaEx01.root - done
... close file : AnaEx01.root - done
@@ -1278,20 +1278,20 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1
--------------------End of Run------------------------------
mean Energy in Absorber : 234.77 MeV +- 0 eV
mean Energy in Gap : 57.6799 MeV +- 0 eV
mean Energy in Absorber : 210.854 MeV +- 0 eV
mean Energy in Gap : 56.6356 MeV +- 0 eV
mean trackLength in Absorber : 57.4741 cm +- 0 fm
mean trackLength in Gap : 29.6956 cm +- 0 fm
mean trackLength in Absorber : 52.0449 cm +- 0 fm
mean trackLength in Gap : 28.3931 cm +- 0 fm
------------------------------------------------------------
----> print histograms statistic
EAbs: mean = 234.77 MeV rms = 0 eV
EGap: mean = 57.6799 MeV rms = 0 eV
LAbs: mean = 57.4741 cm rms = 0 fm
LGap: mean = 29.6956 cm rms = 0 fm
EAbs: mean = 210.854 MeV rms = 0 eV
EGap: mean = 56.6356 MeV rms = 0 eV
LAbs: mean = 52.0449 cm rms = 0 fm
LGap: mean = 28.3931 cm rms = 0 fm
... write file : AnaEx01.root - done
... close file : AnaEx01.root - done
+18 -18
View File
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -823,7 +823,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20
Level density (1/MeV) 0.075
Use simple level density model 1
Use discrete excitation energy of the residual 0
Time limit for long lived isomeres (ns) 1000
Time limit for long lived isomeres (ns) 1
Isomer production flag 1
Internal e- conversion flag 1
Store e- internal conversion data 0
@@ -859,20 +859,20 @@ See commands in /vis/modeling/trajectories/ for other options.
--------------------End of Run------------------------------
mean Energy in Absorber : 452.725 MeV +- 15.8845 MeV
mean Energy in Gap : 24.7025 MeV +- 7.34604 MeV
mean Energy in Absorber : 452.959 MeV +- 12.8319 MeV
mean Energy in Gap : 24.6926 MeV +- 7.32907 MeV
mean trackLength in Absorber : 32.576 cm +- 1.26659 cm
mean trackLength in Gap : 12.2313 cm +- 3.75875 cm
mean trackLength in Absorber : 32.6104 cm +- 9.85533 mm
mean trackLength in Gap : 12.2482 cm +- 3.76083 cm
------------------------------------------------------------
----> print histograms statistic
EAbs: mean = 452.725 MeV rms = 15.8845 MeV
EGap: mean = 24.7025 MeV rms = 7.34604 MeV
LAbs: mean = 32.576 cm rms = 1.26659 cm
LGap: mean = 12.2313 cm rms = 3.75875 cm
EAbs: mean = 452.959 MeV rms = 12.8319 MeV
EGap: mean = 24.6926 MeV rms = 7.32907 MeV
LAbs: mean = 32.6104 cm rms = 9.85533 mm
LGap: mean = 12.2482 cm rms = 3.76083 cm
----> Histograms and ntuples are saved
@@ -1271,20 +1271,20 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1
--------------------End of Run------------------------------
mean Energy in Absorber : 234.77 MeV +- 0 eV
mean Energy in Gap : 57.6799 MeV +- 0 eV
mean Energy in Absorber : 210.854 MeV +- 0 eV
mean Energy in Gap : 56.6356 MeV +- 0 eV
mean trackLength in Absorber : 57.4741 cm +- 0 fm
mean trackLength in Gap : 29.6956 cm +- 0 fm
mean trackLength in Absorber : 52.0449 cm +- 0 fm
mean trackLength in Gap : 28.3931 cm +- 0 fm
------------------------------------------------------------
----> print histograms statistic
EAbs: mean = 234.77 MeV rms = 0 eV
EGap: mean = 57.6799 MeV rms = 0 eV
LAbs: mean = 57.4741 cm rms = 0 fm
LGap: mean = 29.6956 cm rms = 0 fm
EAbs: mean = 210.854 MeV rms = 0 eV
EGap: mean = 56.6356 MeV rms = 0 eV
LAbs: mean = 52.0449 cm rms = 0 fm
LGap: mean = 28.3931 cm rms = 0 fm
----> Histograms and ntuples are saved
@@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -793,7 +793,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20
Level density (1/MeV) 0.075
Use simple level density model 1
Use discrete excitation energy of the residual 0
Time limit for long lived isomeres (ns) 1000
Time limit for long lived isomeres (ns) 1
Isomer production flag 1
Internal e- conversion flag 1
Store e- internal conversion data 0
@@ -901,24 +901,24 @@ i/16 till_ith mean var sd r vov
---> Begin of event: 900
G4ConvergenceTester Output Result of DOSE_TALLY
EFFICIENCY = 0.643
MEAN = 5.0758e-12
VAR = 2.12811e-23
SD = 4.61314e-12
R = 0.0287404
SHIFT = -2.35477e-14
VOV = 0.000169324
FOM = 5044.34
THE LARGEST SCORE = 1.06635e-11 and it happened at 111th event
Affected Mean = 5.08139e-12 and its ratio to original is 1.0011
Affected VAR = 2.1291e-23 and its ratio to original is 1.00047
Affected R = 0.0287011 and its ratio to original is 0.998635
Affected SHIFT = -2.7785e-14 and its ratio to original is 1.17995
Affected FOM = 5044.34 and its ratio to original is 1
EFFICIENCY = 0.639
MEAN = 5.05841e-12
VAR = 2.14362e-23
SD = 4.62992e-12
R = 0.0289441
SHIFT = 1.04469e-14
VOV = 0.000163188
FOM = 4420.96
THE LARGEST SCORE = 1.07269e-11 and it happened at 587th event
Affected Mean = 5.06407e-12 and its ratio to original is 1.00112
Affected VAR = 2.14469e-23 and its ratio to original is 1.0005
Affected R = 0.0289045 and its ratio to original is 0.998631
Affected SHIFT = 6.18756e-15 and its ratio to original is 0.592288
Affected FOM = 4420.96 and its ratio to original is 1
MEAN distribution is RANDOM
r follows 1/std::sqrt(N)
r is monotonically decrease
r is less than 0.1. r = 0.0287404
r is less than 0.1. r = 0.0289441
VOV follows 1/std::sqrt(N)
VOV is monotonically decrease
FOM distribution is not RANDOM
@@ -928,26 +928,26 @@ 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 4.37449e-12 2.16748e-23 4.65562e-12 0.134085 0.00314837 231.755 5.98369e-13 0.603175 0.0104428 0.0072506
2 124 5.30852e-12 2.19309e-23 4.68304e-12 0.0789041 0.00122164 669.252 -2.23085e-13 0.656 0.00419512 0.00198092
3 187 5.21472e-12 2.1841e-23 4.67344e-12 0.0653622 0.000779056 975.293 -1.60104e-13 0.643617 0.00294531 0.00130418
4 249 5.23485e-12 2.14264e-23 4.62887e-12 0.0559242 0.000667286 1332.26 -1.88309e-13 0.656 0.00209756 0.00101745
5 312 5.26538e-12 2.15932e-23 4.64685e-12 0.0498836 0.000522109 1674.46 -1.93913e-13 0.664537 0.0016128 0.000867615
6 374 5.20583e-12 2.14579e-23 4.63226e-12 0.0459502 0.000449323 1973.39 -1.38156e-13 0.658667 0.00138192 0.000723876
7 437 5.17281e-12 2.11817e-23 4.60236e-12 0.0425125 0.000416551 2305.44 -1.06981e-13 0.659817 0.0011771 0.000626087
8 499 5.19066e-12 2.12951e-23 4.61466e-12 0.0397587 0.000352038 2635.88 -1.26331e-13 0.658 0.00103951 0.000538077
9 562 5.17133e-12 2.12575e-23 4.61059e-12 0.0375751 0.000314757 2951.13 -1.13654e-13 0.653641 0.000941192 0.000468186
10 624 5.11484e-12 2.14343e-23 4.62972e-12 0.0362062 0.000266212 3178.51 -6.11577e-14 0.6432 0.000887562 0.000421226
11 687 5.10216e-12 2.12589e-23 4.61073e-12 0.0344526 0.000252678 3510.31 -4.92328e-14 0.645349 0.000798764 0.00038649
12 749 5.10234e-12 2.12147e-23 4.60595e-12 0.0329624 0.00023361 3834.88 -4.77397e-14 0.646667 0.000728522 0.000356546
13 812 5.08453e-12 2.13209e-23 4.61746e-12 0.0318498 0.000207767 4107.48 -3.23568e-14 0.642066 0.000685697 0.000327464
14 874 5.11715e-12 2.13103e-23 4.61631e-12 0.0304974 0.000195137 4479.85 -5.8673e-14 0.645714 0.000627054 0.000301973
15 937 5.08501e-12 2.12979e-23 4.61497e-12 0.029633 0.000180768 4745.02 -3.26192e-14 0.643923 0.000589531 0.000287647
16 999 5.0758e-12 2.12811e-23 4.61314e-12 0.0287404 0.000169324 5044.34 -2.35477e-14 0.643 0.00055521 0.000269972
1 62 4.37449e-12 2.16748e-23 4.65562e-12 0.134085 0.00314837 206.005 5.98369e-13 0.603175 0.0104428 0.0072506
2 124 5.30852e-12 2.19309e-23 4.68304e-12 0.0789041 0.00122164 594.891 -2.23085e-13 0.656 0.00419512 0.00198092
3 187 5.21472e-12 2.1841e-23 4.67344e-12 0.0653622 0.000779056 866.927 -1.60104e-13 0.643617 0.00294531 0.00130418
4 249 5.23485e-12 2.14264e-23 4.62887e-12 0.0559242 0.000667286 1184.23 -1.88309e-13 0.656 0.00209756 0.00101745
5 312 5.26538e-12 2.15932e-23 4.64685e-12 0.0498836 0.000522109 1488.41 -1.93913e-13 0.664537 0.0016128 0.000867615
6 374 5.20583e-12 2.14579e-23 4.63226e-12 0.0459502 0.000449323 1754.13 -1.38156e-13 0.658667 0.00138192 0.000723876
7 437 5.23087e-12 2.12201e-23 4.60652e-12 0.0420787 0.000409293 2091.76 -1.65735e-13 0.664384 0.00115332 0.000613254
8 499 5.23209e-12 2.12857e-23 4.61365e-12 0.0394352 0.000353404 2381.6 -1.6697e-13 0.662 0.00102115 0.000530875
9 562 5.14128e-12 2.12218e-23 4.60671e-12 0.0377629 0.000312264 2597.2 -7.41578e-14 0.65897 0.000919219 0.000504287
10 624 5.1979e-12 2.12682e-23 4.61175e-12 0.0354893 0.000281704 2940.63 -1.21433e-13 0.6592 0.000827184 0.000430292
11 687 5.20727e-12 2.12621e-23 4.61108e-12 0.0337597 0.000255233 3249.67 -1.19056e-13 0.661337 0.000744314 0.000393746
12 749 5.12686e-12 2.13625e-23 4.62196e-12 0.0329188 0.000225336 3417.82 -4.8222e-14 0.650667 0.000715847 0.000366354
13 812 5.11412e-12 2.13922e-23 4.62517e-12 0.0317184 0.000203571 3681.4 -4.04422e-14 0.646986 0.000671128 0.000333694
14 874 5.12544e-12 2.15214e-23 4.63912e-12 0.0305985 0.000184789 3955.82 -4.98655e-14 0.643429 0.000633342 0.000301855
15 937 5.14274e-12 2.1539e-23 4.64102e-12 0.0294657 0.000171226 4265.81 -7.19637e-14 0.641791 0.000595031 0.000272272
16 999 5.05841e-12 2.14362e-23 4.62992e-12 0.0289441 0.000163188 4420.96 1.04469e-14 0.639 0.000564945 0.000271978
--------------------End of Global Run-----------------------
The run consists of 1000 proton of 210 MeV
Dose in scoring volume : 5.0758 nanoGy +- 145.807 picoGy
Dose in scoring volume : 5.05841 nanoGy +- 146.338 picoGy
------------------------------------------------------------
0 events have been kept for refreshing and/or reviewing.
+22 -22
View File
@@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -807,7 +807,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20
Level density (1/MeV) 0.075
Use simple level density model 1
Use discrete excitation energy of the residual 0
Time limit for long lived isomeres (ns) 1000
Time limit for long lived isomeres (ns) 1
Isomer production flag 1
Internal e- conversion flag 1
Store e- internal conversion data 0
@@ -832,24 +832,24 @@ Max 2J for sampling of angular correlations 10
=============================================================
=============================================================
Volume | Tr.Entering | Population | Collisions | Coll*WGT | NumWGTedE | FluxWGTedE | Av.Tr.WGT | SL | SLW | SLW_v | SLWE | SLWE_v |
cell_00 | 41 | 133 | 41 | 41 | 0.035689 | 2.89118 | 1 | 7844.25 | 7844.25 | 21722.9 | 22679.1 | 775.269 |
cell_01 | 145 | 176 | 498 | 498 | 0.0184015 | 4.41251 | 1 | 22158.5 | 22158.5 | 147695 | 97774.3 | 2717.8 |
cell_02 | 160 | 268 | 1165 | 582.5 | 0.0120834 | 2.97607 | 0.5 | 43742 | 21871 | 170271 | 65089.6 | 2057.45 |
cell_03 | 211 | 330 | 1725 | 431.25 | 0.00882102 | 2.17717 | 0.25 | 60187.1 | 15046.8 | 128092 | 32759.3 | 1129.9 |
cell_04 | 274 | 403 | 2524 | 315.5 | 0.00382076 | 1.60321 | 0.125 | 77393.8 | 9674.23 | 147613 | 15509.9 | 563.993 |
cell_05 | 291 | 449 | 2762 | 172.625 | 0.00546828 | 1.61634 | 0.0625 | 85818.8 | 5363.67 | 59556.8 | 8669.5 | 325.673 |
cell_06 | 297 | 461 | 2722 | 85.0625 | 0.00331763 | 1.39466 | 0.03125 | 82985.3 | 2593.29 | 41778.3 | 3616.77 | 138.605 |
cell_07 | 270 | 400 | 2390 | 37.3438 | 0.00429577 | 1.4622 | 0.015625 | 75048.6 | 1172.63 | 15272.8 | 1714.62 | 65.6085 |
cell_08 | 233 | 363 | 2341 | 18.2891 | 0.00295776 | 1.39597 | 0.0078125 | 68665.7 | 536.451 | 9756.82 | 748.872 | 28.8584 |
cell_09 | 232 | 352 | 2154 | 8.41406 | 0.00454696 | 1.46807 | 0.00390625 | 68036.3 | 265.767 | 3451.77 | 390.163 | 15.6951 |
cell_10 | 257 | 368 | 2469 | 4.82227 | 0.00465319 | 1.26371 | 0.00195312 | 73627.5 | 143.804 | 1642.74 | 181.725 | 7.64397 |
cell_11 | 228 | 348 | 2338 | 2.2832 | 0.00308991 | 1.29483 | 0.000976562 | 68040.6 | 66.4459 | 1111.58 | 86.036 | 3.43468 |
cell_12 | 197 | 317 | 2024 | 0.988281 | 0.00295427 | 1.23837 | 0.000488281 | 57155.3 | 27.9079 | 463.147 | 34.5604 | 1.36826 |
cell_13 | 199 | 289 | 1817 | 0.443604 | 0.00232076 | 1.34599 | 0.000244141 | 52621.6 | 12.8471 | 295.488 | 17.292 | 0.685756 |
cell_14 | 167 | 254 | 1599 | 0.19519 | 0.00311863 | 1.15896 | 0.00012207 | 47438.2 | 5.79079 | 89.0521 | 6.71129 | 0.27772 |
cell_15 | 164 | 243 | 1484 | 0.0905762 | 0.0046512 | 1.46923 | 6.10352e-05 | 47391 | 2.89252 | 35.2865 | 4.24977 | 0.164125 |
cell_16 | 185 | 281 | 1700 | 0.0518799 | 0.00403125 | 1.31117 | 3.05176e-05 | 50289.1 | 1.5347 | 19.9617 | 2.01225 | 0.0804705 |
cell_17 | 180 | 277 | 1755 | 0.0267792 | 0.00304722 | 1.32023 | 1.52588e-05 | 53864.6 | 0.821908 | 14.0298 | 1.08511 | 0.0427518 |
cell_18 | 110 | 218 | 1098 | 0.00837708 | 0.00488417 | 1.68138 | 7.62939e-06 | 36069.7 | 0.27519 | 3.61455 | 0.462698 | 0.0176541 |
cell_19 | 82 | 82 | 82 | 0.00062561 | 0.00636231 | 2.37287 | 7.62939e-06 | 12140.2 | 0.0926223 | 1.23287 | 0.219781 | 0.00784393 |
cell_00 | 44 | 134 | 44 | 44 | 0.0332743 | 2.97459 | 1 | 8442.56 | 8442.56 | 25369.6 | 25113.1 | 844.155 |
cell_01 | 148 | 177 | 501 | 501 | 0.0533573 | 4.95654 | 1 | 23682.1 | 23682.1 | 59600.3 | 117381 | 3180.11 |
cell_02 | 162 | 269 | 1197 | 598.5 | 0.0131795 | 2.79393 | 0.5 | 46453 | 23226.5 | 157905 | 64893.1 | 2081.11 |
cell_03 | 215 | 327 | 1824 | 456 | 0.00668527 | 2.14913 | 0.25 | 57627.8 | 14406.9 | 159512 | 30962.4 | 1066.38 |
cell_04 | 258 | 384 | 2268 | 283.5 | 0.0040571 | 1.77457 | 0.125 | 71449 | 8931.12 | 138874 | 15848.9 | 563.425 |
cell_05 | 281 | 411 | 2453 | 153.312 | 0.00495604 | 1.76474 | 0.0625 | 77185.4 | 4824.09 | 62762.1 | 8513.28 | 311.051 |
cell_06 | 316 | 447 | 2868 | 89.625 | 0.00334585 | 1.41492 | 0.03125 | 86049.9 | 2689.06 | 43026.9 | 3804.8 | 143.961 |
cell_07 | 321 | 451 | 2813 | 43.9531 | 0.00338479 | 1.34683 | 0.015625 | 84342.2 | 1317.85 | 20857.5 | 1774.92 | 70.5982 |
cell_08 | 266 | 390 | 2439 | 19.0547 | 0.00354018 | 1.40804 | 0.0078125 | 73723.7 | 575.966 | 9124.17 | 810.982 | 32.3012 |
cell_09 | 218 | 331 | 1912 | 7.46875 | 0.0035821 | 1.32931 | 0.00390625 | 62264.4 | 243.22 | 3724.62 | 323.315 | 13.3419 |
cell_10 | 217 | 313 | 2159 | 4.2168 | 0.00285344 | 1.04364 | 0.00195312 | 61995.7 | 121.085 | 1889.2 | 126.37 | 5.39072 |
cell_11 | 235 | 320 | 2377 | 2.32129 | 0.00200103 | 0.940206 | 0.000976562 | 64308.2 | 62.801 | 1254.41 | 59.0459 | 2.51011 |
cell_12 | 219 | 301 | 2268 | 1.10742 | 0.00188116 | 0.872389 | 0.000488281 | 61668.2 | 30.1114 | 621.942 | 26.2689 | 1.16997 |
cell_13 | 187 | 257 | 1884 | 0.459961 | 0.0025924 | 0.856051 | 0.000244141 | 50730.7 | 12.3854 | 190.316 | 10.6026 | 0.493376 |
cell_14 | 131 | 209 | 1615 | 0.197144 | 0.0020196 | 0.631191 | 0.00012207 | 43408.2 | 5.29886 | 89.1495 | 3.34459 | 0.180047 |
cell_15 | 85 | 125 | 857 | 0.0523071 | 0.00158607 | 0.623591 | 6.10352e-05 | 22128.4 | 1.35061 | 28.7804 | 0.842227 | 0.0456476 |
cell_16 | 67 | 98 | 693 | 0.0211487 | 0.00156731 | 0.620758 | 3.05176e-05 | 16774 | 0.511901 | 10.6008 | 0.317767 | 0.0166148 |
cell_17 | 47 | 72 | 504 | 0.00769043 | 0.00126518 | 0.542782 | 1.52588e-05 | 13212 | 0.201599 | 4.41191 | 0.109424 | 0.00558188 |
cell_18 | 26 | 48 | 363 | 0.00276947 | 0.00216994 | 0.793929 | 7.62939e-06 | 8967.61 | 0.0684174 | 1.09733 | 0.0543186 | 0.00238114 |
cell_19 | 12 | 12 | 12 | 9.15527e-05 | 0.00855779 | 1.10713 | 7.62939e-06 | 2173.85 | 0.0165852 | 0.119357 | 0.0183619 | 0.00102143 |
=============================================
+22 -22
View File
@@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -834,7 +834,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20
Level density (1/MeV) 0.075
Use simple level density model 1
Use discrete excitation energy of the residual 0
Time limit for long lived isomeres (ns) 1000
Time limit for long lived isomeres (ns) 1
Isomer production flag 1
Internal e- conversion flag 1
Store e- internal conversion data 0
@@ -859,24 +859,24 @@ Max 2J for sampling of angular correlations 10
=============================================================
=============================================================
Volume | Tr.Entering | Population | Collisions | Coll*WGT | NumWGTedE | FluxWGTedE | Av.Tr.WGT | SL | SLW | SLW_v | SLWE | SLWE_v |
cell_00 | 45 | 139 | 0 | 0 | 0.00857927 | 2.51129 | 1 | 8009.81 | 8009.81 | 83285.1 | 20115 | 714.525 |
cell_01 | 148 | 172 | 494 | 494 | 0.0311879 | 4.70215 | 1 | 24807.4 | 24807.4 | 105277 | 116648 | 3283.35 |
cell_02 | 194 | 285 | 1390 | 695 | 0.0127932 | 2.93384 | 0.5 | 52870.5 | 26435.3 | 192124 | 77556.9 | 2457.87 |
cell_03 | 264 | 404 | 2335 | 583.75 | 0.00598524 | 2.0972 | 0.25 | 73657.6 | 18414.4 | 215918 | 38618.8 | 1292.32 |
cell_04 | 272 | 414 | 2338 | 292.25 | 0.00548476 | 1.99217 | 0.125 | 73947.7 | 9243.47 | 115292 | 18414.6 | 632.35 |
cell_05 | 301 | 446 | 2489 | 155.562 | 0.00463676 | 1.798 | 0.0625 | 77402.4 | 4837.65 | 65705.3 | 8698.11 | 304.66 |
cell_06 | 312 | 475 | 3145 | 98.2812 | 0.00361072 | 1.4819 | 0.03125 | 92620.9 | 2894.4 | 43808.3 | 4289.22 | 158.18 |
cell_07 | 297 | 462 | 2972 | 46.4375 | 0.00317216 | 1.39354 | 0.015625 | 87029.3 | 1359.83 | 21811.1 | 1894.99 | 69.1884 |
cell_08 | 332 | 484 | 2969 | 23.1953 | 0.00292959 | 1.43197 | 0.0078125 | 90049.6 | 703.513 | 12904.4 | 1007.41 | 37.8046 |
cell_09 | 294 | 461 | 2584 | 10.0938 | 0.00408266 | 1.65131 | 0.00390625 | 80354.3 | 313.884 | 4745.85 | 518.319 | 19.3757 |
cell_10 | 288 | 424 | 2611 | 5.09961 | 0.00327842 | 1.41534 | 0.00195312 | 77934 | 152.215 | 2518.88 | 215.436 | 8.25793 |
cell_11 | 292 | 419 | 2649 | 2.58691 | 0.00356193 | 1.32707 | 0.000976562 | 79563.4 | 77.6987 | 1150.11 | 103.111 | 4.09662 |
cell_12 | 279 | 408 | 2507 | 1.22412 | 0.00397392 | 1.45629 | 0.000488281 | 76900.3 | 37.549 | 527.013 | 54.682 | 2.09431 |
cell_13 | 285 | 416 | 2651 | 0.647217 | 0.00312866 | 1.19073 | 0.000244141 | 78974.6 | 19.2809 | 301.475 | 22.9583 | 0.943215 |
cell_14 | 280 | 417 | 2580 | 0.314941 | 0.0031579 | 1.14882 | 0.00012207 | 74797.7 | 9.13058 | 143.285 | 10.4894 | 0.452482 |
cell_15 | 286 | 419 | 2631 | 0.160583 | 0.00277366 | 1.08006 | 6.10352e-05 | 75851.7 | 4.62962 | 75.444 | 5.00026 | 0.209256 |
cell_16 | 268 | 384 | 2664 | 0.0812988 | 0.00267912 | 1.02055 | 3.05176e-05 | 76833.6 | 2.34478 | 39.4307 | 2.39296 | 0.10564 |
cell_17 | 240 | 379 | 2511 | 0.0383148 | 0.00282159 | 1.14976 | 1.52588e-05 | 70846.3 | 1.08103 | 17.8053 | 1.24293 | 0.0502395 |
cell_18 | 139 | 267 | 1734 | 0.0132294 | 0.00352327 | 1.28376 | 7.62939e-06 | 50999.3 | 0.389094 | 5.80018 | 0.499503 | 0.0204356 |
cell_19 | 106 | 106 | 0 | 0 | 0.017527 | 2.19557 | 7.62939e-06 | 19549.3 | 0.14915 | 0.68906 | 0.327468 | 0.0120772 |
cell_00 | 46 | 138 | 0 | 0 | 0.0194639 | 2.51373 | 1 | 8318.4 | 8318.4 | 38471.6 | 20910.3 | 748.807 |
cell_01 | 168 | 195 | 792 | 792 | 0.0157913 | 3.79152 | 1 | 29285.7 | 29285.7 | 199956 | 111037 | 3157.56 |
cell_02 | 198 | 290 | 1391 | 695.5 | 0.00881612 | 2.60405 | 0.5 | 51871.7 | 25935.9 | 250842 | 67538.3 | 2211.45 |
cell_03 | 235 | 360 | 2015 | 503.75 | 0.00728785 | 2.21563 | 0.25 | 67370.1 | 16842.5 | 173063 | 37316.9 | 1261.26 |
cell_04 | 281 | 419 | 2455 | 306.875 | 0.005227 | 1.90051 | 0.125 | 77499.6 | 9687.45 | 120257 | 18411.1 | 628.582 |
cell_05 | 303 | 456 | 2781 | 173.812 | 0.00389392 | 1.6201 | 0.0625 | 83955.8 | 5247.23 | 78430.5 | 8501.02 | 305.402 |
cell_06 | 268 | 424 | 2660 | 83.125 | 0.0037537 | 1.43518 | 0.03125 | 79445.9 | 2482.68 | 35509.5 | 3563.11 | 133.292 |
cell_07 | 240 | 374 | 2071 | 32.3594 | 0.00355003 | 1.52604 | 0.015625 | 63353.2 | 989.893 | 15487.7 | 1510.61 | 54.9818 |
cell_08 | 243 | 365 | 2106 | 16.4531 | 0.00365841 | 1.69963 | 0.0078125 | 65013.9 | 507.921 | 8368 | 863.276 | 30.6136 |
cell_09 | 242 | 355 | 2188 | 8.54688 | 0.00392008 | 1.49323 | 0.00390625 | 69874.6 | 272.948 | 4120.18 | 407.575 | 16.1515 |
cell_10 | 242 | 352 | 2328 | 4.54688 | 0.00293109 | 1.21549 | 0.00195312 | 70207.1 | 137.123 | 2371.29 | 166.672 | 6.95049 |
cell_11 | 259 | 370 | 2388 | 2.33203 | 0.00314405 | 1.18438 | 0.000976562 | 72405.5 | 70.7085 | 1137.62 | 83.7459 | 3.57673 |
cell_12 | 244 | 350 | 2112 | 1.03125 | 0.00324754 | 1.24987 | 0.000488281 | 62397.8 | 30.4677 | 486.534 | 38.0807 | 1.58004 |
cell_13 | 222 | 325 | 2101 | 0.512939 | 0.00314638 | 1.19984 | 0.000244141 | 63134.4 | 15.4137 | 242.452 | 18.494 | 0.762848 |
cell_14 | 209 | 300 | 2065 | 0.252075 | 0.00316735 | 0.92609 | 0.00012207 | 58282.7 | 7.11459 | 96.4206 | 6.58875 | 0.305398 |
cell_15 | 183 | 272 | 1808 | 0.110352 | 0.00255751 | 0.918151 | 6.10352e-05 | 51455.2 | 3.14057 | 51.9699 | 2.88352 | 0.132914 |
cell_16 | 152 | 215 | 1429 | 0.0436096 | 0.00230004 | 0.852444 | 3.05176e-05 | 41409.5 | 1.26372 | 22.7669 | 1.07725 | 0.0523647 |
cell_17 | 136 | 197 | 1416 | 0.0216064 | 0.00270292 | 0.939881 | 1.52588e-05 | 40939.3 | 0.624685 | 9.94912 | 0.587129 | 0.0268917 |
cell_18 | 85 | 161 | 955 | 0.00728607 | 0.00433757 | 1.16426 | 7.62939e-06 | 29967.1 | 0.228631 | 2.68505 | 0.266185 | 0.0116466 |
cell_19 | 54 | 54 | 0 | 0 | 0.0189198 | 2.24737 | 7.62939e-06 | 8992.85 | 0.06861 | 0.286794 | 0.154192 | 0.00542607 |
=============================================
+24 -24
View File
@@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -504,7 +504,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20
Level density (1/MeV) 0.075
Use simple level density model 1
Use discrete excitation energy of the residual 0
Time limit for long lived isomeres (ns) 1000
Time limit for long lived isomeres (ns) 1
Isomer production flag 1
Internal e- conversion flag 1
Store e- internal conversion data 0
@@ -528,7 +528,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20
Level density (1/MeV) 0.075
Use simple level density model 1
Use discrete excitation energy of the residual 0
Time limit for long lived isomeres (ns) 1000
Time limit for long lived isomeres (ns) 1
Isomer production flag 1
Internal e- conversion flag 1
Store e- internal conversion data 0
@@ -551,7 +551,7 @@ Max 2J for sampling of angular correlations 10
*** G4Exception : GeomBias1001
issued by : G4ImportanceAlgorithm::Warning()
Calculate() - ipre_over_ipost ! in [0.25, 4].
ipre_over_ipost = 1024.
ipre_over_ipost = 16384.
*** This is just a warning message. ***
-------- WWWW -------- G4Exception-END --------- WWWW -------
@@ -571,24 +571,24 @@ ipre_over_ipost = 1024.
=============================================================
=============================================================
Volume | Tr.Entering | Population | Collisions | Coll*WGT | NumWGTedE | FluxWGTedE | Av.Tr.WGT | SL | SLW | SLW_v | SLWE | SLWE_v |
cell_00 | 45 | 145 | 0 | 0 | 0.000551284 | 1.30764 | 1 | 7552.27 | 7552.27 | 849403 | 9875.63 | 468.262 |
cell_01 | 159 | 204 | 384 | 384 | 0.00140752 | 4.24505 | 1 | 24729.7 | 24729.7 | 2.08821e+06 | 104979 | 2939.21 |
cell_02 | 198 | 298 | 928 | 464 | 0.000596288 | 2.53888 | 0.5 | 54452.7 | 27226.3 | 3.60981e+06 | 69124.4 | 2152.49 |
cell_03 | 317 | 462 | 1780 | 445 | 0.000539381 | 1.85847 | 0.25 | 90719.4 | 22679.8 | 2.52689e+06 | 42149.8 | 1362.96 |
cell_04 | 460 | 670 | 2620 | 327.5 | 0.00037911 | 1.66914 | 0.125 | 134734 | 16841.7 | 2.52629e+06 | 28111.2 | 957.741 |
cell_05 | 610 | 865 | 3547 | 221.688 | 0.000263689 | 1.40527 | 0.0625 | 175209 | 10950.6 | 2.03217e+06 | 15388.5 | 535.861 |
cell_06 | 838 | 1186 | 5152 | 161 | 0.000227679 | 1.15362 | 0.03125 | 242759 | 7586.22 | 1.39207e+06 | 8751.61 | 316.946 |
cell_07 | 1086 | 1503 | 6657 | 104.016 | 0.000184877 | 0.884108 | 0.015625 | 310108 | 4845.44 | 908912 | 4283.89 | 168.037 |
cell_08 | 1295 | 1780 | 8085 | 63.1641 | 0.000124794 | 0.808462 | 0.0078125 | 362552 | 2832.44 | 718055 | 2289.92 | 89.6091 |
cell_09 | 1499 | 2109 | 9426 | 36.8203 | 0.000117783 | 0.760441 | 0.00390625 | 425987 | 1664.01 | 433184 | 1265.38 | 51.0218 |
cell_10 | 1787 | 2485 | 11222 | 21.918 | 0.000117969 | 0.742782 | 0.00195312 | 508682 | 993.52 | 254646 | 737.969 | 30.0403 |
cell_11 | 2114 | 2944 | 13230 | 12.9199 | 0.000111288 | 0.692888 | 0.000976562 | 607029 | 592.802 | 154022 | 410.746 | 17.1408 |
cell_12 | 2386 | 3289 | 14859 | 7.25537 | 9.93052e-05 | 0.610255 | 0.000488281 | 671212 | 327.74 | 88736.2 | 200.005 | 8.81197 |
cell_13 | 2669 | 3746 | 16845 | 4.11255 | 8.85235e-05 | 0.57494 | 0.000244141 | 752417 | 183.695 | 53506.3 | 105.614 | 4.73656 |
cell_14 | 3010 | 4136 | 18985 | 2.3175 | 8.37327e-05 | 0.539994 | 0.00012207 | 846747 | 103.363 | 30307 | 55.8152 | 2.53768 |
cell_15 | 3373 | 4693 | 21414 | 1.30701 | 8.38929e-05 | 0.539843 | 6.10352e-05 | 945456 | 57.7061 | 17152.9 | 31.1522 | 1.439 |
cell_16 | 3691 | 5142 | 23853 | 0.727936 | 7.38363e-05 | 0.495779 | 3.05176e-05 | 1.04602e+06 | 31.922 | 10253.6 | 15.8263 | 0.757086 |
cell_17 | 3719 | 5483 | 24567 | 0.374863 | 7.73824e-05 | 0.46524 | 1.52588e-05 | 1.08801e+06 | 16.6017 | 4903.43 | 7.72375 | 0.379439 |
cell_18 | 2747 | 5142 | 21250 | 0.162125 | 8.30381e-05 | 0.506341 | 7.62939e-06 | 942877 | 7.19358 | 2116.73 | 3.6424 | 0.175769 |
cell_19 | 2361 | 2361 | 0 | 0 | 0.000154435 | 0.79481 | 7.62939e-06 | 376035 | 2.86892 | 658.219 | 2.28024 | 0.101652 |
cell_00 | 41 | 140 | 0 | 0 | 0.00414257 | 1.49478 | 1 | 6123.07 | 6123.07 | 91320.5 | 9152.63 | 378.302 |
cell_01 | 162 | 190 | 370 | 370 | 0.00159145 | 4.43161 | 1 | 26706.3 | 26706.3 | 2.03067e+06 | 118352 | 3231.7 |
cell_02 | 235 | 353 | 1128 | 564 | 0.00132403 | 2.60639 | 0.5 | 66209.2 | 33104.6 | 2.02667e+06 | 86283.5 | 2683.38 |
cell_03 | 389 | 580 | 2021 | 505.25 | 0.000707596 | 1.97591 | 0.25 | 108913 | 27228.2 | 2.55918e+06 | 53800.3 | 1810.87 |
cell_04 | 604 | 853 | 3441 | 430.125 | 0.000372205 | 1.41514 | 0.125 | 174411 | 21801.4 | 2.99075e+06 | 30852 | 1113.17 |
cell_05 | 851 | 1145 | 4921 | 307.562 | 0.00022601 | 1.03768 | 0.0625 | 243222 | 15201.4 | 2.73519e+06 | 15774.2 | 618.18 |
cell_06 | 1099 | 1482 | 6729 | 210.281 | 0.000175393 | 0.893775 | 0.03125 | 316777 | 9899.27 | 2.01178e+06 | 8847.73 | 352.851 |
cell_07 | 1358 | 1875 | 8027 | 125.422 | 0.000181853 | 0.847586 | 0.015625 | 377664 | 5901 | 1.08948e+06 | 5001.61 | 198.125 |
cell_08 | 1686 | 2294 | 10481 | 81.8828 | 0.000126808 | 0.749707 | 0.0078125 | 476956 | 3726.22 | 895568 | 2793.57 | 113.565 |
cell_09 | 1958 | 2698 | 12782 | 49.9297 | 0.000104322 | 0.631709 | 0.00390625 | 570449 | 2228.32 | 584066 | 1407.65 | 60.9307 |
cell_10 | 2234 | 3072 | 14213 | 27.7598 | 8.60703e-05 | 0.559014 | 0.00195312 | 627062 | 1224.73 | 355216 | 684.641 | 30.5736 |
cell_11 | 2491 | 3438 | 15847 | 15.4756 | 7.77243e-05 | 0.528914 | 0.000976562 | 693826 | 677.564 | 209196 | 358.373 | 16.2597 |
cell_12 | 2742 | 3757 | 17321 | 8.45752 | 7.77957e-05 | 0.494799 | 0.000488281 | 767107 | 374.564 | 112751 | 185.334 | 8.77152 |
cell_13 | 3006 | 4174 | 18944 | 4.625 | 6.82125e-05 | 0.416674 | 0.000244141 | 834230 | 203.669 | 63093.2 | 84.8637 | 4.30375 |
cell_14 | 3205 | 4438 | 20604 | 2.51514 | 5.98522e-05 | 0.394226 | 0.00012207 | 887122 | 108.291 | 36680.1 | 42.6912 | 2.19539 |
cell_15 | 3366 | 4664 | 21719 | 1.32562 | 6.37047e-05 | 0.400547 | 6.10352e-05 | 944578 | 57.6524 | 18486.5 | 23.0925 | 1.17768 |
cell_16 | 3626 | 5006 | 23270 | 0.710144 | 6.38124e-05 | 0.398135 | 3.05176e-05 | 1.0241e+06 | 31.2531 | 10040.6 | 12.443 | 0.640717 |
cell_17 | 3685 | 5249 | 24592 | 0.375244 | 6.27477e-05 | 0.375632 | 1.52588e-05 | 1.07391e+06 | 16.3865 | 5202.42 | 6.15531 | 0.32644 |
cell_18 | 2659 | 4904 | 20610 | 0.157242 | 6.87365e-05 | 0.401409 | 7.62939e-06 | 903667 | 6.89443 | 2089.28 | 2.76748 | 0.14361 |
cell_19 | 2178 | 2178 | 0 | 0 | 0.000113135 | 0.569914 | 7.62939e-06 | 343505 | 2.62074 | 640.724 | 1.49359 | 0.0724883 |
=============================================
@@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -790,7 +790,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20
Level density (1/MeV) 0.075
Use simple level density model 1
Use discrete excitation energy of the residual 0
Time limit for long lived isomeres (ns) 1000
Time limit for long lived isomeres (ns) 1
Isomer production flag 1
Internal e- conversion flag 1
Store e- internal conversion data 0
@@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -790,7 +790,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20
Level density (1/MeV) 0.075
Use simple level density model 1
Use discrete excitation energy of the residual 0
Time limit for long lived isomeres (ns) 1000
Time limit for long lived isomeres (ns) 1
Isomer production flag 1
Internal e- conversion flag 1
Store e- internal conversion data 0
@@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -797,7 +797,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20
Level density (1/MeV) 0.075
Use simple level density model 1
Use discrete excitation energy of the residual 0
Time limit for long lived isomeres (ns) 1000
Time limit for long lived isomeres (ns) 1
Isomer production flag 1
Internal e- conversion flag 1
Store e- internal conversion data 0
@@ -866,7 +866,7 @@ GB03BOptrGeometryBasedBiasing : starting run with splitting factor = 2, and prob
Run terminated.
Run Summary
Number of events processed : 10
User=0.100000s Real=0.099628s Sys=0.000000s
User=0.130000s Real=0.127716s 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.
@@ -929,7 +929,7 @@ GB03BOptrGeometryBasedBiasing : starting run with splitting factor = 2, and prob
Run terminated.
Run Summary
Number of events processed : 10
User=0.110000s Real=0.115526s Sys=0.000000s
User=0.350000s Real=0.367686s 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.
@@ -945,9 +945,9 @@ G4SDManager deleted.
EventManager deleted.
Units table cleared.
TransportationManager deleted.
Total navigation history collections cleaned: 14
Total navigation history collections cleaned: 16
================== Deleting memory pools ===================
Pool ID '20G4NavigationLevelRep', size : 0.0202 MB
Pool ID '20G4NavigationLevelRep', size : 0.0231 MB
Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB
Pool ID '7G4Event', size : 0.000961 MB
Pool ID '15G4PrimaryVertex', size : 0.000961 MB
@@ -955,12 +955,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.00192 MB
Pool ID '15G4CountedObjectIvE', size : 0.000961 MB
Pool ID '10G4Fragment', size : 0.000961 MB
Number of memory pools allocated: 12 of which, static: 0
Dynamic pools deleted: 12 / Total memory freed: 0.042 MB
Dynamic pools deleted: 12 / Total memory freed: 0.046 MB
============================================================
G4Allocator objects are deleted.
UImanager deleted.
@@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -790,7 +790,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20
Level density (1/MeV) 0.075
Use simple level density model 1
Use discrete excitation energy of the residual 0
Time limit for long lived isomeres (ns) 1000
Time limit for long lived isomeres (ns) 1
Isomer production flag 1
Internal e- conversion flag 1
Store e- internal conversion data 0
@@ -1159,7 +1159,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.002200s Sys=0.000000s
User=0.010000s Real=0.002472s 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.
@@ -2269,7 +2269,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.007326s Sys=0.000000s
User=0.000000s Real=0.007010s 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.
@@ -3645,7 +3645,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.008273s Sys=0.000000s
User=0.010000s Real=0.007594s 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.
File diff suppressed because it is too large Load Diff
+81 -340
View File
@@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -802,7 +802,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20
Level density (1/MeV) 0.075
Use simple level density model 1
Use discrete excitation energy of the residual 0
Time limit for long lived isomeres (ns) 1000
Time limit for long lived isomeres (ns) 1
Isomer production flag 1
Internal e- conversion flag 1
Store e- internal conversion data 0
@@ -812,344 +812,85 @@ Max 2J for sampling of angular correlations 10
=======================================================================
G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model.
See commands in /vis/modeling/trajectories/ for other options.
gamma, kinetic energy (MeV) = 1.97566, position (cm) = (-22.0574,-108.902,500), weight = 3.8147e-06
neutron, kinetic energy (MeV) = 2.49633, position (cm) = (5.70001,-145.067,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 37.9577, position (cm) = (-6.05222,-135.507,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 1.39793e-06, position (cm) = (20.364,-123.342,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 98.1335, position (cm) = (-64.7693,-116.715,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.214358, position (cm) = (-73.6255,-118.496,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 5.82183, position (cm) = (-67.6107,-118.842,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 12.3417, position (cm) = (-77.3226,-122.405,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.690609, position (cm) = (8.65432,-63.8216,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 43.7828, position (cm) = (18.6647,-44.5235,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 42.8943, position (cm) = (18.2697,-44.4834,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 7.96108, position (cm) = (14.2001,-54.504,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 10.7129, position (cm) = (14.7697,-53.7412,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 96.5695, position (cm) = (-10.2248,-50.4012,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.0670797, position (cm) = (-2.56506,-50.2871,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 1.3726, position (cm) = (-0.468486,-51.6057,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 46.6406, position (cm) = (-3.46636,-49.3652,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 94.7243, position (cm) = (-7.05456,-51.2269,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 77.8006, position (cm) = (65.872,-49.3524,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 0.0262008, position (cm) = (81.4353,-44.4729,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 69.0345, position (cm) = (74.5931,-44.3111,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.566966, position (cm) = (105.07,-39.8378,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 31.1408, position (cm) = (113.194,-29.1859,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 36.923, position (cm) = (103.676,-37.7788,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 96.3504, position (cm) = (117.617,-32.0551,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.107588, position (cm) = (71.8296,-72.4318,500), weight = 3.8147e-06
gamma, kinetic energy (MeV) = 0.12465, position (cm) = (101.581,-50.9412,500), weight = 3.8147e-06
neutron, kinetic energy (MeV) = 40.2112, position (cm) = (116.771,-46.3889,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.20719, position (cm) = (15.3153,-43.281,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 3.89746, position (cm) = (38.1421,-38.6565,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.263982, position (cm) = (58.6891,-64.7068,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 3.20495e-09, position (cm) = (47.8494,-72.9233,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 12.2467, position (cm) = (66.7373,-55.9946,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 43.4042, position (cm) = (-22.3265,-116.817,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 2.22305, position (cm) = (7.20982,-98.0695,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.378914, position (cm) = (3.28893,-91.7048,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.189953, position (cm) = (-1.7983,-79.0695,500), weight = 3.8147e-06
gamma, kinetic energy (MeV) = 0.10741, position (cm) = (6.19588,-120.652,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 1.01173, position (cm) = (7.45982,-138.482,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 88.2133, position (cm) = (1.41285,-135.24,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 21.8417, position (cm) = (-14.241,-140.465,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.226409, position (cm) = (28.4112,-140.511,500), weight = 1.90735e-06
e-, kinetic energy (MeV) = 1.33061, position (cm) = (26.1495,-141.935,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.127855, position (cm) = (-1.02065,-112.455,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 87.9214, position (cm) = (-1.56833,-131.998,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 99.121, position (cm) = (-3.71911,-116.404,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.0725448, position (cm) = (-2.9222,-115.803,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.207937, position (cm) = (-2.52068,-115.559,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 74.0982, position (cm) = (-2.14716,-122.968,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 2.07716, position (cm) = (28.625,-119.204,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 33.1795, position (cm) = (100.636,-117.245,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 87.0207, position (cm) = (21.1857,-113.259,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.16761, position (cm) = (4.89029,-121.769,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 1.03933, position (cm) = (3.2652,-120.963,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.0882525, position (cm) = (20.1919,-145.753,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 0.000833103, position (cm) = (3.65565,-137.323,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 5.95685e-07, position (cm) = (39.3159,-129.99,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 1.01133, position (cm) = (115.413,52.3422,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 56.4447, position (cm) = (117.446,36.1269,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.132923, position (cm) = (112.893,35.4356,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 9.60301e-09, position (cm) = (118.74,39.8441,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 27.0255, position (cm) = (126.742,46.6374,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.179103, position (cm) = (46.7394,86.7388,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 2.50579, position (cm) = (72.4129,81.9796,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.311062, position (cm) = (33.5354,141.948,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.159919, position (cm) = (38.4318,88.7711,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.0979277, position (cm) = (59.0731,94.3331,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.18602, position (cm) = (44.198,83.706,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 0.000181547, position (cm) = (-4.88251,70.2724,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 8.33308, position (cm) = (36.5024,70.8416,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.327555, position (cm) = (100.881,83.0819,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 0.11068, position (cm) = (88.3123,-38.196,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 4.13376, position (cm) = (89.5012,-37.7025,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 38.3473, position (cm) = (87.3776,-49.9742,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.510999, position (cm) = (92.0797,-9.39504,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 2.02803, position (cm) = (97.6369,-36.621,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 2.83338e-08, position (cm) = (81.8047,-26.514,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 84.4415, position (cm) = (46.7611,5.42137,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.085447, position (cm) = (36.1049,7.87217,500), weight = 3.8147e-06
gamma, kinetic energy (MeV) = 1.62309, position (cm) = (47.7567,7.18851,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.0802402, position (cm) = (45.0034,5.08203,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.181216, position (cm) = (69.8561,-36.0763,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 88.2256, position (cm) = (52.5821,-2.45238,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.224189, position (cm) = (41.8771,-13.7733,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.0868486, position (cm) = (43.5145,-0.799027,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.285374, position (cm) = (32.7793,8.86618,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 9.38464, position (cm) = (20.6646,-0.81187,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 1.14425, position (cm) = (15.8466,9.91343,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 1.29693, position (cm) = (15.4739,11.7596,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 71.3672, position (cm) = (34.3916,-0.467069,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 36.5444, position (cm) = (18.093,-23.0131,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 35.6515, position (cm) = (9.43235,-16.3068,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 7.00634, position (cm) = (-133.068,37.6346,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 6.1049, position (cm) = (-82.6104,121.726,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 16.403, position (cm) = (-98.6579,110.085,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 78.8422, position (cm) = (-88.3023,138.328,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 3.06396, position (cm) = (-88.4741,139.866,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.29694, position (cm) = (-111.296,125.453,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 1.04618, position (cm) = (-113.374,55.4978,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 30.3157, position (cm) = (-121.064,69.6969,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 0.000332875, position (cm) = (141.289,-88.7741,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.121524, position (cm) = (91.2276,-131.641,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.148561, position (cm) = (121.819,-127.749,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 5.15731, position (cm) = (86.5288,-138.36,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.946184, position (cm) = (134.422,-68.3782,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.153768, position (cm) = (110.347,-68.4716,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 0.000148128, position (cm) = (101.496,-107.242,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.408906, position (cm) = (46.3696,-95.8863,500), weight = 3.8147e-06
gamma, kinetic energy (MeV) = 3.38321, position (cm) = (7.69697,-90.5819,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 1.14655, position (cm) = (-2.97876,-100.066,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.697217, position (cm) = (13.6087,-123.267,500), weight = 3.8147e-06
gamma, kinetic energy (MeV) = 0.275355, position (cm) = (17.6359,-103.436,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 1.16977e-06, position (cm) = (8.91868,-80.1425,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.182477, position (cm) = (8.76418,-107.139,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 1.04725, position (cm) = (17.3541,-90.3785,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.0931695, position (cm) = (52.8147,-105.068,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.696981, position (cm) = (26.4995,-138.502,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 86.0702, position (cm) = (31.4905,-94.0431,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 2.08112, position (cm) = (33.605,-97.9527,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.23068, position (cm) = (32.1021,-97.4124,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.206176, position (cm) = (40.0353,-96.3426,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 18.2439, position (cm) = (37.813,-108.173,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 86.0702, position (cm) = (31.4905,-94.0431,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 1.01677, position (cm) = (32.0828,-93.6042,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 26.4128, position (cm) = (29.6486,-92.3537,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 84.9869, position (cm) = (85.241,-138.44,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 84.6233, position (cm) = (86.2339,-127.12,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 1.85585, position (cm) = (-98.9649,-130.899,500), weight = 3.8147e-06
neutron, kinetic energy (MeV) = 64.7859, position (cm) = (-32.5634,-139.904,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.77439, position (cm) = (-29.5098,-147.541,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.109401, position (cm) = (-39.4346,-134.827,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.0649692, position (cm) = (-11.6922,-132.336,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 0.781164, position (cm) = (-10.4698,-124.948,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 1.72863, position (cm) = (-11.6151,-127.695,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 52.1131, position (cm) = (-25.3254,-123.27,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.137853, position (cm) = (23.1229,-134.551,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 81.4534, position (cm) = (-98.9251,-54.725,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.766515, position (cm) = (-83.6153,-9.66834,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 2.13551, position (cm) = (-93.627,33.4017,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 64.431, position (cm) = (-62.5806,-36.0344,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.147875, position (cm) = (-16.2863,-130.678,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.170635, position (cm) = (-16.1594,-128.357,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 55.2832, position (cm) = (-12.0848,-118.522,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 88.3785, position (cm) = (-3.28647,-149.504,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 89.0564, position (cm) = (-23.4311,-133.51,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 64.1217, position (cm) = (-24.0783,-126.993,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 88.9208, position (cm) = (-31.6337,-136.523,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.194852, position (cm) = (-50.8953,-140.399,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 54.8666, position (cm) = (-42.6638,-133.365,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 60.7731, position (cm) = (3.85903,-23.2633,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.178173, position (cm) = (5.02277,-26.3181,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 1.68959, position (cm) = (6.28761,-27.3591,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 2.13415, position (cm) = (35.7911,-5.07658,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 6.46297, position (cm) = (-5.64534,-54.008,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 61.7158, position (cm) = (19.4682,-31.3299,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 0.801538, position (cm) = (22.5289,43.1609,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 65.07, position (cm) = (21.3599,47.1426,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 65.361, position (cm) = (19.5906,47.3045,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.0609698, position (cm) = (-95.2599,-29.3966,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 53.7218, position (cm) = (-104.062,-23.025,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.0879862, position (cm) = (-60.229,-24.2788,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 2.86069, position (cm) = (-77.8181,-37.1908,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 1.55781, position (cm) = (-48.1397,-32.6303,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.249491, position (cm) = (-34.3465,-27.6672,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.0867745, position (cm) = (-30.8746,-19.765,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.115566, position (cm) = (-49.6158,-25.6432,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 2.44511, position (cm) = (-30.1423,-18.6613,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 4.27852, position (cm) = (-37.9147,-14.144,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.769104, position (cm) = (-92.9579,16.4134,500), weight = 3.8147e-06
gamma, kinetic energy (MeV) = 0.414866, position (cm) = (-112.991,8.68056,500), weight = 3.8147e-06
neutron, kinetic energy (MeV) = 38.3485, position (cm) = (-101.699,20.1677,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.174619, position (cm) = (-100.735,20.1046,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.213143, position (cm) = (-122.051,-8.79805,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.792031, position (cm) = (-139.81,17.0882,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 7.14546, position (cm) = (-133.061,45.7558,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 2.35529, position (cm) = (-122.553,-3.49537,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 3.52963, position (cm) = (-134.429,-28.0457,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 6.31203e-06, position (cm) = (-115.588,17.9207,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 1.18648, position (cm) = (-104.025,-6.22148,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 2.71304, position (cm) = (-107.386,-5.86032,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 36.684, position (cm) = (-83.5695,-36.2497,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 37.2378, position (cm) = (-84.3475,-34.6733,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.703188, position (cm) = (-20.2292,-13.4644,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 1.13833, position (cm) = (-24.6177,-8.86502,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 5.36273e-06, position (cm) = (-18.5101,-21.0488,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 58.36, position (cm) = (-23.8626,-15.7835,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 1.64778, position (cm) = (-45.4775,-19.1085,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 63.6494, position (cm) = (17.9512,15.8317,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.239528, position (cm) = (32.7296,35.5136,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 0.526727, position (cm) = (25.707,21.7946,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.430711, position (cm) = (27.2425,33.9609,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 63.8835, position (cm) = (18.0035,28.3395,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 63.8242, position (cm) = (14.6427,27.7241,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 1.36153, position (cm) = (34.3461,17.7398,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.779888, position (cm) = (-5.74734,81.4177,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 76.6483, position (cm) = (54.3654,80.1626,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 76.6909, position (cm) = (48.3913,66.2636,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 1.84245e-08, position (cm) = (-15.3573,33.7504,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 92.0686, position (cm) = (0.995072,-22.2712,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 94.466, position (cm) = (-5.03299,-12.2313,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 67.9481, position (cm) = (-10.5667,-0.798321,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.43024, position (cm) = (-10.0502,-3.48037,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 6.90481, position (cm) = (13.8959,0.689755,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 43.91, position (cm) = (-9.37399,-1.85668,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 2.15682e-07, position (cm) = (-19.8512,-10.0879,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.265505, position (cm) = (6.3319,-0.948721,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.207201, position (cm) = (1.74269,-8.59924,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 8.94196e-07, position (cm) = (-16.3739,-16.0518,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.112872, position (cm) = (-2.84498,12.4508,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 0.000624108, position (cm) = (14.232,-4.56992,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.0913903, position (cm) = (12.461,3.43149,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 95.5594, position (cm) = (4.58286,-7.82462,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 95.5051, position (cm) = (4.43732,-8.19624,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 93.9661, position (cm) = (7.45749,-2.72252,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.860034, position (cm) = (24.0469,-35.9097,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 3.4242, position (cm) = (28.9231,-30.3274,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.0538608, position (cm) = (15.7013,-31.5147,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.697829, position (cm) = (113.263,-116.543,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 0.000138887, position (cm) = (113.572,-118.317,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 2.39832, position (cm) = (106.435,-122.21,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 2.83983, position (cm) = (119.634,-116.143,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 1.21667, position (cm) = (134.16,-132.785,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 0.188292, position (cm) = (118.657,-123.345,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 1.77942, position (cm) = (130.663,-123.582,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 2.92954, position (cm) = (123.13,-118.794,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.406494, position (cm) = (103.599,-70.5102,500), weight = 3.8147e-06
neutron, kinetic energy (MeV) = 68.2023, position (cm) = (105.447,-106.029,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.553165, position (cm) = (73.7929,-60.9813,500), weight = 3.8147e-06
neutron, kinetic energy (MeV) = 23.9514, position (cm) = (22.659,59.0507,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 2.90873, position (cm) = (-7.51766,55.4748,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.0734428, position (cm) = (28.1893,16.1316,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 4.37871, position (cm) = (24.5969,16.3118,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 97.3583, position (cm) = (14.5242,27.9735,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 96.8026, position (cm) = (-0.213336,36.4042,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 2.80781, position (cm) = (-28.1908,32.4681,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 2.9414, position (cm) = (-43.0751,35.7523,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 1.61397, position (cm) = (-71.5282,44.2313,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 97.265, position (cm) = (4.24119,35.4507,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 97.265, position (cm) = (4.24119,35.4507,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 4.66064, position (cm) = (-25.7616,64.2866,500), weight = 3.8147e-06
gamma, kinetic energy (MeV) = 4.01867, position (cm) = (27.5987,-2.92038,500), weight = 3.8147e-06
neutron, kinetic energy (MeV) = 3.36898e-07, position (cm) = (15.3979,7.17369,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 2.22305, position (cm) = (-9.03318,27.7361,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.129249, position (cm) = (25.2333,-12.1795,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 2.0473, position (cm) = (20.8629,-18.7336,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.510999, position (cm) = (91.2887,-22.2106,500), weight = 3.8147e-06
gamma, kinetic energy (MeV) = 0.140181, position (cm) = (33.9463,-34.6061,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 2.66235, position (cm) = (39.9397,-45.2584,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.581481, position (cm) = (22.3879,-20.1192,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 0.298727, position (cm) = (11.5886,-22.0191,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.0963863, position (cm) = (18.7711,-13.3805,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.101948, position (cm) = (-9.93393,-43.5486,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 5.05954e-08, position (cm) = (-9.04247,-17.689,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 1.69388, position (cm) = (40.5601,-11.8433,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 2.05136, position (cm) = (36.3756,-27.2572,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 4.39336, position (cm) = (36.6425,-26.9904,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 7.0307, position (cm) = (-1.04358,-11.1412,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 0.00123783, position (cm) = (17.5918,0.0647508,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 1.50924, position (cm) = (35.387,-28.0867,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 19.9267, position (cm) = (29.9659,-22.1505,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 96.4948, position (cm) = (32.9948,-12.9352,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 3.01266, position (cm) = (26.1523,-3.21258,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 5.48479, position (cm) = (16.9574,-8.08798,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 0.142099, position (cm) = (41.7371,87.1589,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 95.2643, position (cm) = (27.2142,75.6588,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 91.8618, position (cm) = (39.8968,32.8144,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 92.1556, position (cm) = (39.6807,33.1978,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 92.0256, position (cm) = (26.8778,24.5551,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 77.5927, position (cm) = (26.7554,21.7761,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 95.3396, position (cm) = (5.92206,140.905,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 69.8382, position (cm) = (7.82782,134.983,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 30.5969, position (cm) = (0.74147,122.904,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 2.22306, position (cm) = (12.761,130.771,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.117856, position (cm) = (10.3862,118.268,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 67.3525, position (cm) = (-21.9061,146.049,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 95.21, position (cm) = (-16.2027,137.181,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 96.841, position (cm) = (-30.0233,134.278,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 56.1224, position (cm) = (-35.417,137.46,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 96.3131, position (cm) = (-31.1958,146.647,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 9.07523e-07, position (cm) = (-10.1939,114.305,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 1.45664, position (cm) = (-2.61881,108.831,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 46.5756, position (cm) = (-47.6472,110.986,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.115078, position (cm) = (-46.0419,104.823,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 30.4077, position (cm) = (-47.7372,116.304,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.449283, position (cm) = (-33.428,130.188,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 1.53298, position (cm) = (-31.8097,112.504,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 0.613564, position (cm) = (-40.7241,118.983,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 6.39077, position (cm) = (-19.6118,131.177,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 0.0591101, position (cm) = (29.8376,31.5927,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.0938814, position (cm) = (30.1668,61.4893,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 1.3067, position (cm) = (28.847,61.3403,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 2.49689, position (cm) = (35.3231,63.7048,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 5.08294e-10, position (cm) = (7.35236,-33.3543,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 19.7361, position (cm) = (66.8688,-15.2116,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 64.4951, position (cm) = (65.7949,-8.18845,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 1.99738, position (cm) = (4.99447,114.263,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.931255, position (cm) = (44.6485,107.958,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 10.7309, position (cm) = (41.5907,108.79,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 76.4893, position (cm) = (51.9262,123.241,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.0715896, position (cm) = (-7.01057,87.0583,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.523748, position (cm) = (-42.9483,94.5013,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 8.77886, position (cm) = (-10.1191,94.7235,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.546223, position (cm) = (23.586,106.927,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.382008, position (cm) = (-44.0456,127.466,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.401764, position (cm) = (-47.3779,89.4641,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 0.695616, position (cm) = (-44.3179,98.5539,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 14.306, position (cm) = (-53.0802,107.97,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.173868, position (cm) = (-47.1955,114.951,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 86.1527, position (cm) = (-46.7853,108.603,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 95.6718, position (cm) = (-47.678,118.048,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 1.04252, position (cm) = (49.4306,116.004,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 1.25543, position (cm) = (48.8405,89.6611,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 3.91604, position (cm) = (46.0131,73.5764,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 82.3708, position (cm) = (-8.8913,110.118,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.130613, position (cm) = (-55.3679,125.704,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 36.499, position (cm) = (-10.916,117.224,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 96.7834, position (cm) = (-0.89277,127.986,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 96.6758, position (cm) = (-0.996055,127.839,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 1.73946, position (cm) = (-54.6041,122.23,500), weight = 3.8147e-06
gamma, kinetic energy (MeV) = 1.74876, position (cm) = (-7.78144,-6.60264,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 4.18638, position (cm) = (1.48387,2.98227,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.816854, position (cm) = (-4.59952,3.74594,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 1.26531, position (cm) = (7.63962,-27.8335,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 1.92618, position (cm) = (-14.7962,-40.3848,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 74.0207, position (cm) = (19.9949,-20.9553,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.332949, position (cm) = (17.9754,-24.5631,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 1.75859, position (cm) = (37.0332,-18.6234,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 0.000290872, position (cm) = (61.5434,-11.923,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 33.0814, position (cm) = (19.3792,-23.952,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.192788, position (cm) = (47.0939,-30.8709,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 4.61888, position (cm) = (39.1294,-30.6576,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 67.0615, position (cm) = (57.146,-23.9225,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 72.3824, position (cm) = (39.4597,-17.452,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 2.02832, position (cm) = (2.3876,-14.3866,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 3.82092, position (cm) = (-8.17552,-26.5076,500), weight = 3.8147e-06
gamma, kinetic energy (MeV) = 0.186063, position (cm) = (12.6306,-39.4128,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 60.6009, position (cm) = (15.8571,-47.4046,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 59.9046, position (cm) = (14.358,-47.5265,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 8.01305e-06, position (cm) = (-144.258,20.5642,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 71.2112, position (cm) = (-105.335,-24.2491,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 70.2103, position (cm) = (-102.76,-25.5008,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 2.2696, position (cm) = (-41.8619,-110.104,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 70.4167, position (cm) = (-44.4797,-96.7068,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 1.30465e-05, position (cm) = (-80.0817,-66.5347,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.34041, position (cm) = (-38.7028,-81.468,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.132152, position (cm) = (-47.3615,-94.6728,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.959134, position (cm) = (-35.5365,-101.889,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 1.89208, position (cm) = (-42.1833,-107.589,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 5.75301, position (cm) = (-32.9727,-104.083,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 65.336, position (cm) = (-103.225,-97.0608,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.510999, position (cm) = (-114.284,-85.9563,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 31.5799, position (cm) = (-108.468,-99.3171,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 66.1102, position (cm) = (-102.826,-76.6139,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 2.02006, position (cm) = (-148.689,-78.8886,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 62.7619, position (cm) = (-16.1698,-101.496,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 6.17299, position (cm) = (-33.9896,-101.523,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.0547114, position (cm) = (25.7562,-31.9325,500), weight = 3.8147e-06
gamma, kinetic energy (MeV) = 0.510999, position (cm) = (71.8735,-28.8349,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 19.2803, position (cm) = (-2.02867,-69.8998,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 1.46714, position (cm) = (79.4361,30.1893,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.378758, position (cm) = (69.3261,-7.00871,500), weight = 3.8147e-06
neutron, kinetic energy (MeV) = 62.5259, position (cm) = (138.52,43.8471,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 62.5259, position (cm) = (138.52,43.8471,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.0907104, position (cm) = (0.823677,8.57949,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.0694777, position (cm) = (-31.0908,37.9732,500), weight = 1.90735e-06
deuteron, kinetic energy (MeV) = 15.4503, position (cm) = (11.8401,8.11039,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.101012, position (cm) = (14.5469,8.58233,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.207782, position (cm) = (23.5966,2.75813,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 0.371046, position (cm) = (8.86992,7.12256,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 54.3849, position (cm) = (27.092,19.9696,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 63.4365, position (cm) = (42.2887,-7.98128,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 63.0756, position (cm) = (39.7411,-3.75531,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.0584656, position (cm) = (-89.9972,110.751,500), weight = 7.62939e-06
gamma, kinetic energy (MeV) = 0.258521, position (cm) = (-134.528,59.6737,500), weight = 3.8147e-06
gamma, kinetic energy (MeV) = 0.391035, position (cm) = (-36.3916,146.184,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.221705, position (cm) = (-88.4732,114.71,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 43.1368, position (cm) = (67.6835,-74.914,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 45.8764, position (cm) = (49.839,-56.7053,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 1.09688, position (cm) = (92.6415,-66.1679,500), weight = 1.90735e-06
e-, kinetic energy (MeV) = 0.936117, position (cm) = (92.6542,-66.1257,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 7.63113, position (cm) = (93.0598,-85.1542,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 5.49138, position (cm) = (140.407,-39.9259,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 2.32359e-07, position (cm) = (96.2172,-47.6097,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.205041, position (cm) = (118.005,-40.0528,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.0713041, position (cm) = (99.8168,-53.7606,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 3.33391, position (cm) = (97.5194,-33.1201,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 87.9691, position (cm) = (137.83,-39.887,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.118085, position (cm) = (118.276,-69.7133,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 2.42917, position (cm) = (111.942,-55.5503,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 3.02657e-07, position (cm) = (39.7996,69.9979,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 1.87453, position (cm) = (27.772,45.1988,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 3.74271, position (cm) = (45.5423,70.4099,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 6.97128e-07, position (cm) = (37.7001,73.6155,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 4.15696, position (cm) = (130.123,27.7353,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.0809277, position (cm) = (113.843,14.8657,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.474111, position (cm) = (132.516,40.5498,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 46.5975, position (cm) = (126.297,21.9087,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 52.0654, position (cm) = (126.76,9.92051,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 0.00331272, position (cm) = (97.9956,41.3963,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 4.55164, position (cm) = (55.0451,39.7093,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.57013, position (cm) = (75.708,60.4765,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 2.22306, position (cm) = (116.192,43.019,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 5.8439, position (cm) = (77.7749,34.0101,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 47.2847, position (cm) = (86.5771,35.4476,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 5.02891, position (cm) = (86.9098,28.3608,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.0624894, position (cm) = (82.8199,35.2659,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 4.98701, position (cm) = (85.1009,38.5383,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.383011, position (cm) = (136.667,44.9618,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 2.52531, position (cm) = (122.343,38.9973,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 37.0834, position (cm) = (139.147,81.3325,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 45.7507, position (cm) = (134.227,80.0657,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.271866, position (cm) = (-123.86,-14.8559,500), weight = 1.90735e-06
gamma, kinetic energy (MeV) = 0.0825266, position (cm) = (-111.651,31.7893,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 1.36364, position (cm) = (-110.177,6.3314,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 3.12228e-07, position (cm) = (-145.664,30.436,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 1.36146, position (cm) = (-45.083,31.2822,500), weight = 1.90735e-06
neutron, kinetic energy (MeV) = 11.0644, position (cm) = (-43.2613,29.9454,500), weight = 1.90735e-06
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.
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -329,7 +329,7 @@ nb event 170000
Run terminated.
Run Summary
Run Aborted after 173590 events processed.
User=64.670000s Real=68.937973s Sys=0.180000s
User=75.310000s Real=89.863326s Sys=0.260000s
Results of reverse/adjoint simulation!
normalised edep [MeV] = 0.00165068
error[MeV] = 1.65068e-05
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -375,7 +375,7 @@ Index : 0 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 1
User=0.000000s Real=0.000556s Sys=0.000000s
User=0.000000s Real=0.000457s Sys=0.000000s
========= Table of registered couples ============================
@@ -430,7 +430,7 @@ Index : 1 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 1
User=0.000000s Real=0.000208s Sys=0.000000s
User=0.000000s Real=0.000271s Sys=0.000000s
G4 kernel has come to Quit state.
================== Deleting memory pools ===================
Number of memory pools allocated: 9 of which, static: 0
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -308,7 +308,7 @@ Min kinetic energy for tables 100 eV
Max kinetic energy for tables 100 TeV
Number of bins in tables 84
Number of bins per decade of a table 7
Verbose level 0
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
@@ -379,10 +379,142 @@ Screening factor 1
/run/printProgress 200
#
/run/beamOn 2000
phot: for gamma SubType=12 BuildTable=0
LambdaPrime table from 200 keV to 100 TeV in 61 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, 7 bins/decade, spline: 1
LambdaPrime table from 1 MeV to 100 TeV in 56 bins
===== EM models for the G4Region DefaultRegionForTheWorld ======
Klein-Nishina : Emin= 0 eV Emax= 100 TeV
conv: for gamma SubType=14 BuildTable=1
Lambda table from 1.022 MeV to 100 TeV, 18 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 100 eV to 100 keV, 7 bins/decade, spline: 0
LambdaPrime table from 100 keV to 100 TeV in 63 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 MeV Nbins=42 100 eV - 100 MeV
StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1
WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV
StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1
eIoni: for e- SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
MollerBhabha : Emin= 0 eV Emax= 100 TeV
CSDA range table up to 1 GeV in 49 bins
eBrem: for e- SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 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 ModifiedTsai
eBremLPM : Emin= 1 GeV Emax= 100 TeV ModifiedTsai
CoulombScat: for e-, integral:1 SubType=1 BuildTable=1
Lambda table from 100 MeV to 100 TeV, 7 bins/decade, spline: 1
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 ======
UrbanMsc : Emin= 0 eV Emax= 100 MeV Nbins=42 100 eV - 100 MeV
StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1
WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV
StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1
eIoni: for e+ SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
MollerBhabha : Emin= 0 eV Emax= 100 TeV
CSDA range table up to 1 GeV in 49 bins
eBrem: for e+ SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 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 ModifiedTsai
eBremLPM : Emin= 1 GeV Emax= 100 TeV ModifiedTsai
annihil: for e+, integral:1 SubType=5 BuildTable=0
===== EM models for the G4Region DefaultRegionForTheWorld ======
eplus2gg : Emin= 0 eV Emax= 100 TeV
CoulombScat: for e+, integral:1 SubType=1 BuildTable=1
Lambda table from 100 MeV to 100 TeV, 7 bins/decade, spline: 1
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=84 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llimit=1
hIoni: for proton SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
Bragg : Emin= 0 eV Emax= 2 MeV
BetheBloch : Emin= 2 MeV Emax= 100 TeV
CSDA range table up to 1 GeV in 49 bins
hBrems: for proton SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
hPairProd: for proton SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
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, integral:1 SubType=1 BuildTable=1
Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 1
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 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:0 Skin=1 Llimit=1
ionIoni: for GenericIon SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02
Stopping Power data for 17 ion/material pairs
===== EM models for the G4Region DefaultRegionForTheWorld ======
BraggIon : Emin= 0 eV Emax= 2 MeV
BetheBloch : Emin= 2 MeV Emax= 100 TeV
CSDA range table up to 1 GeV in 49 bins
======================================================================
====== Radioactive Decay Physics Parameters =======
======================================================================
Max life time 1e+06 ps
Max life time 1000 ps
Internal e- conversion flag 1
Stored internal conversion coefficients 0
Enable correlated gamma emission 0
@@ -394,6 +526,253 @@ Check EM cuts disabled for atomic de-excitation 0
Use Bearden atomic level energies 0
======================================================================
msc: for alpha SubType= 10
===== EM models for the G4Region DefaultRegionForTheWorld ======
UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llimit=1
ionIoni: for alpha SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02
===== EM models for the G4Region DefaultRegionForTheWorld ======
BraggIon : Emin= 0 eV Emax=7.9452 MeV
BetheBloch : Emin=7.9452 MeV Emax= 100 TeV
CSDA range table up to 1 GeV in 49 bins
msc: for anti_proton SubType= 10
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llimit=1
hIoni: for anti_proton SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
ICRU73QO : Emin= 0 eV Emax= 2 MeV
BetheBloch : Emin= 2 MeV Emax= 100 TeV
CSDA range table up to 1 GeV in 49 bins
hBrems: for anti_proton SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
hPairProd: for anti_proton SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
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, integral:1 SubType=1 BuildTable=1
Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 1
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=84 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llimit=1
hIoni: for kaon+ SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
Bragg : Emin= 0 eV Emax=1.05231 MeV
BetheBloch : Emin=1.05231 MeV Emax= 100 TeV
CSDA range table up to 1 GeV in 49 bins
hBrems: for kaon+ SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
hPairProd: for kaon+ SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
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+, integral:1 SubType=1 BuildTable=1
Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 1
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=84 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llimit=1
hIoni: for kaon- SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
ICRU73QO : Emin= 0 eV Emax=1.05231 MeV
BetheBloch : Emin=1.05231 MeV Emax= 100 TeV
CSDA range table up to 1 GeV in 49 bins
hBrems: for kaon- SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
hPairProd: for kaon- SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
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-, integral: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=84 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llimit=1
muIoni: for mu+ SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
Bragg : Emin= 0 eV Emax= 200 keV
BetheBloch : Emin= 200 keV Emax= 1 GeV
MuBetheBloch : Emin= 1 GeV Emax= 100 TeV
CSDA range table up to 1 GeV in 49 bins
muBrems: for mu+ SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
muPairProd: for mu+ SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
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+, integral:1 SubType=1 BuildTable=1
Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 1
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=84 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llimit=1
muIoni: for mu- SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
ICRU73QO : Emin= 0 eV Emax= 200 keV
BetheBloch : Emin= 200 keV Emax= 1 GeV
MuBetheBloch : Emin= 1 GeV Emax= 100 TeV
CSDA range table up to 1 GeV in 49 bins
muBrems: for mu- SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
muPairProd: for mu- SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
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-, integral: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=84 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llimit=1
hIoni: for pi+ SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
Bragg : Emin= 0 eV Emax=297.505 keV
BetheBloch : Emin=297.505 keV Emax= 100 TeV
CSDA range table up to 1 GeV in 49 bins
hBrems: for pi+ SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
hPairProd: for pi+ SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
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+, integral:1 SubType=1 BuildTable=1
Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 1
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=84 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llimit=1
hIoni: for pi- SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
ICRU73QO : Emin= 0 eV Emax=297.505 keV
BetheBloch : Emin=297.505 keV Emax= 100 TeV
CSDA range table up to 1 GeV in 49 bins
hBrems: for pi- SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
hPairProd: for pi- SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
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-, integral: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
@@ -425,7 +804,7 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008
Run terminated.
Run Summary
Number of events processed : 2000
User=1.100000s Real=1.126079s Sys=0.000000s
User=1.270000s Real=1.328429s Sys=0.000000s
======================== run summary ======================
@@ -494,7 +873,7 @@ N=17 V[N]={511862276547668598, 1471172288461575206, 1128851390031159049, 9861769
Run terminated.
Run Summary
Number of events processed : 2000
User=0.060000s Real=0.064040s Sys=0.000000s
User=0.070000s Real=0.072521s Sys=0.000000s
======================== run summary ======================
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -139,7 +139,7 @@ Lorentz Factor XTR photon number
8.085e+04 3.156
9.283e+04 3.157
total time for build X-ray TR energy loss tables = 0.13 s
total time for build X-ray TR energy loss tables = 0.14 s
Build angle for energy distribution according the current radiator
Lorentz Factor XTR photon number
@@ -238,7 +238,7 @@ Build angle for energy distribution according the current radiator
Lorentz Factor XTR photon number
total time for build XTR angle for given energy tables = 0.12 s
total time for build XTR angle for given energy tables = 0.14 s
msc: for proton SubType= 10
===== EM models for the G4Region DefaultRegionForTheWorld ======
@@ -563,7 +563,7 @@ Index : 2 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 1000
User=0.200000s Real=0.261069s Sys=0.000000s
User=0.240000s Real=0.294948s Sys=0.000000s
================== run summary =====================
End of Run TotNbofEvents = 1000
Mean energy deposit in absorber = 0.0488395 +-0.0194561 MeV
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -182,7 +182,7 @@ nuclearStopping: for GenericIon SubType=8 BuildTable=0
======================================================================
====== Radioactive Decay Physics Parameters =======
======================================================================
Max life time 1e+06 ps
Max life time 1000 ps
Internal e- conversion flag 1
Stored internal conversion coefficients 0
Enable correlated gamma emission 0
@@ -432,7 +432,7 @@ Index : 1 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 20000
User=0.600000s Real=0.612273s Sys=0.000000s
User=0.670000s Real=0.903690s Sys=0.000000s
======================== run summary =====================
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -59,6 +59,385 @@ PhysicsList::AddPhysicsList: <emstandard_opt0>
/run/printProgress 1000
/run/beamOn 10000
phot: for gamma SubType=12 BuildTable=0
LambdaPrime table from 200 keV to 100 TeV in 61 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, 7 bins/decade, spline: 1
LambdaPrime table from 1 MeV to 100 TeV in 56 bins
===== EM models for the G4Region DefaultRegionForTheWorld ======
Klein-Nishina : Emin= 0 eV Emax= 100 TeV
conv: for gamma SubType=14 BuildTable=1
Lambda table from 1.022 MeV to 100 TeV, 18 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 100 eV to 100 keV, 7 bins/decade, spline: 0
LambdaPrime table from 100 keV to 100 TeV in 63 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 MeV Nbins=42 100 eV - 100 MeV
StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1
WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV
StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1
eIoni: for e- SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
MollerBhabha : Emin= 0 eV Emax= 100 TeV
CSDA range table up to 1 GeV in 49 bins
eBrem: for e- SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 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 ModifiedTsai
eBremLPM : Emin= 1 GeV Emax= 100 TeV ModifiedTsai
CoulombScat: for e-, integral:1 SubType=1 BuildTable=1
Lambda table from 100 MeV to 100 TeV, 7 bins/decade, spline: 1
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 ======
UrbanMsc : Emin= 0 eV Emax= 100 MeV Nbins=42 100 eV - 100 MeV
StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1
WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV
StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1
eIoni: for e+ SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
MollerBhabha : Emin= 0 eV Emax= 100 TeV
CSDA range table up to 1 GeV in 49 bins
eBrem: for e+ SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 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 ModifiedTsai
eBremLPM : Emin= 1 GeV Emax= 100 TeV ModifiedTsai
annihil: for e+, integral:1 SubType=5 BuildTable=0
===== EM models for the G4Region DefaultRegionForTheWorld ======
eplus2gg : Emin= 0 eV Emax= 100 TeV
CoulombScat: for e+, integral:1 SubType=1 BuildTable=1
Lambda table from 100 MeV to 100 TeV, 7 bins/decade, spline: 1
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=84 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llimit=1
hIoni: for proton SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
Bragg : Emin= 0 eV Emax= 2 MeV
BetheBloch : Emin= 2 MeV Emax= 100 TeV
CSDA range table up to 1 GeV in 49 bins
hBrems: for proton SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
hPairProd: for proton SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
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, integral:1 SubType=1 BuildTable=1
Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 1
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 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:0 Skin=1 Llimit=1
ionIoni: for GenericIon SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02
Stopping Power data for 17 ion/material pairs
===== EM models for the G4Region DefaultRegionForTheWorld ======
BraggIon : Emin= 0 eV Emax= 2 MeV
BetheBloch : Emin= 2 MeV Emax= 100 TeV
CSDA range table up to 1 GeV in 49 bins
msc: for alpha SubType= 10
===== EM models for the G4Region DefaultRegionForTheWorld ======
UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llimit=1
ionIoni: for alpha SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02
===== EM models for the G4Region DefaultRegionForTheWorld ======
BraggIon : Emin= 0 eV Emax=7.9452 MeV
BetheBloch : Emin=7.9452 MeV Emax= 100 TeV
CSDA range table up to 1 GeV in 49 bins
msc: for anti_proton SubType= 10
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llimit=1
hIoni: for anti_proton SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
ICRU73QO : Emin= 0 eV Emax= 2 MeV
BetheBloch : Emin= 2 MeV Emax= 100 TeV
CSDA range table up to 1 GeV in 49 bins
hBrems: for anti_proton SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
hPairProd: for anti_proton SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
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, integral:1 SubType=1 BuildTable=1
Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 1
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=84 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llimit=1
hIoni: for kaon+ SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
Bragg : Emin= 0 eV Emax=1.05231 MeV
BetheBloch : Emin=1.05231 MeV Emax= 100 TeV
CSDA range table up to 1 GeV in 49 bins
hBrems: for kaon+ SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
hPairProd: for kaon+ SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
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+, integral:1 SubType=1 BuildTable=1
Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 1
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=84 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llimit=1
hIoni: for kaon- SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
ICRU73QO : Emin= 0 eV Emax=1.05231 MeV
BetheBloch : Emin=1.05231 MeV Emax= 100 TeV
CSDA range table up to 1 GeV in 49 bins
hBrems: for kaon- SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
hPairProd: for kaon- SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
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-, integral: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=84 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llimit=1
muIoni: for mu+ SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
Bragg : Emin= 0 eV Emax= 200 keV
BetheBloch : Emin= 200 keV Emax= 1 GeV
MuBetheBloch : Emin= 1 GeV Emax= 100 TeV
CSDA range table up to 1 GeV in 49 bins
muBrems: for mu+ SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
muPairProd: for mu+ SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
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+, integral:1 SubType=1 BuildTable=1
Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 1
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=84 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llimit=1
muIoni: for mu- SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
ICRU73QO : Emin= 0 eV Emax= 200 keV
BetheBloch : Emin= 200 keV Emax= 1 GeV
MuBetheBloch : Emin= 1 GeV Emax= 100 TeV
CSDA range table up to 1 GeV in 49 bins
muBrems: for mu- SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
muPairProd: for mu- SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
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-, integral: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=84 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llimit=1
hIoni: for pi+ SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
Bragg : Emin= 0 eV Emax=297.505 keV
BetheBloch : Emin=297.505 keV Emax= 100 TeV
CSDA range table up to 1 GeV in 49 bins
hBrems: for pi+ SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
hPairProd: for pi+ SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
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+, integral:1 SubType=1 BuildTable=1
Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 1
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=84 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llimit=1
hIoni: for pi- SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
ICRU73QO : Emin= 0 eV Emax=297.505 keV
BetheBloch : Emin=297.505 keV Emax= 100 TeV
CSDA range table up to 1 GeV in 49 bins
hBrems: for pi- SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
hPairProd: for pi- SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
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-, integral: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
@@ -92,7 +471,7 @@ Min kinetic energy for tables 100 eV
Max kinetic energy for tables 100 TeV
Number of bins in tables 84
Number of bins per decade of a table 7
Verbose level 0
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
@@ -160,7 +539,7 @@ Screening factor 1
Run terminated.
Run Summary
Number of events processed : 10000
User=0.680000s Real=0.733497s Sys=0.000000s
User=0.810000s Real=0.953843s Sys=0.000000s
======================== run summary =====================
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -176,7 +176,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics
Run terminated.
Run Summary
Number of events processed : 1000000
User=2.010000s Real=2.025244s Sys=0.010000s
User=2.350000s Real=2.439820s Sys=0.000000s
======================== run summary ======================
@@ -243,7 +243,7 @@ Index : 0 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 1000000
User=2.100000s Real=2.110349s Sys=0.000000s
User=2.510000s Real=2.567225s Sys=0.000000s
======================== run summary ======================
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -176,7 +176,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics
Run terminated.
Run Summary
Number of events processed : 1000000
User=3.770000s Real=3.859980s Sys=0.000000s
User=3.360000s Real=3.478362s 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.940000s Real=2.998871s Sys=0.000000s
User=2.900000s Real=3.325603s Sys=0.000000s
======================== run summary ======================
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -490,7 +490,7 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008
Run terminated.
Run Summary
Number of events processed : 10000
User=0.040000s Real=0.034457s Sys=0.000000s
User=0.040000s Real=0.054917s Sys=0.000000s
The run consists of 10000 e- of 5 MeV through 100 m of Water (density: 1 g/cm3 )
@@ -562,7 +562,7 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008
Run terminated.
Run Summary
Number of events processed : 10000
User=0.050000s Real=0.050836s Sys=0.000000s
User=0.070000s Real=0.066656s Sys=0.000000s
The run consists of 10000 e- of 100 keV through 100 m of Water (density: 1 g/cm3 )
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -270,7 +270,7 @@ G4SynchrotronRadiation::GetRandomEnergySR :
Run terminated.
Run Summary
Number of events processed : 100
User=0.150000s Real=0.154824s Sys=0.000000s
User=0.190000s Real=0.248772s Sys=0.000000s
Summary for synchrotron radiation :
Number of photons = 65086
Emean = 20.39 +/- 0.1444 keV
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -139,6 +139,373 @@ physicsList->setCut() start.
#
/run/beamOn 10000
phot: for gamma SubType=12 BuildTable=0
LambdaPrime table from 200 keV to 1000 PeV in 89 bins
===== EM models for the G4Region DefaultRegionForTheWorld ======
LivermorePhElectric : Emin= 0 eV Emax= 1000 PeV SauterGavrila Fluo
compt: for gamma SubType=13 BuildTable=1
Lambda table from 100 eV to 1 MeV, 7 bins/decade, spline: 1
LambdaPrime table from 1 MeV to 1000 PeV in 84 bins
===== EM models for the G4Region DefaultRegionForTheWorld ======
Klein-Nishina : Emin= 0 eV Emax= 1000 PeV
conv: for gamma SubType=14 BuildTable=1
Lambda table from 1.022 MeV to 1000 PeV, 14 bins/decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
BetheHeitlerLPM : Emin= 0 eV Emax= 1000 PeV ModifiedTsai
Rayl: for gamma SubType=11 BuildTable=1
Lambda table from 100 eV to 100 keV, 7 bins/decade, spline: 0
LambdaPrime table from 100 keV to 1000 PeV in 91 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 MeV Nbins=42 100 eV - 100 MeV
StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1
WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV
StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1
eIoni: for e- SubType=2
dE/dx and range tables from 100 eV to 1000 PeV in 112 bins
Lambda tables from threshold to 1000 PeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
MollerBhabha : Emin= 0 eV Emax= 1000 PeV
eBrem: for e- SubType=3
dE/dx and range tables from 100 eV to 1000 PeV in 112 bins
Lambda tables from threshold to 1000 PeV, 7 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 ModifiedTsai
eBremLPM : Emin= 1 GeV Emax= 1000 PeV ModifiedTsai
CoulombScat: for e-, integral:1 SubType=1 BuildTable=1
Lambda table from 100 MeV to 1000 PeV, 7 bins/decade, spline: 1
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 ======
UrbanMsc : Emin= 0 eV Emax= 100 MeV Nbins=42 100 eV - 100 MeV
StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1
WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV
StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1
eIoni: for e+ SubType=2
dE/dx and range tables from 100 eV to 1000 PeV in 112 bins
Lambda tables from threshold to 1000 PeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
MollerBhabha : Emin= 0 eV Emax= 1000 PeV
eBrem: for e+ SubType=3
dE/dx and range tables from 100 eV to 1000 PeV in 112 bins
Lambda tables from threshold to 1000 PeV, 7 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 ModifiedTsai
eBremLPM : Emin= 1 GeV Emax= 1000 PeV ModifiedTsai
annihil: for e+, integral:1 SubType=5 BuildTable=0
===== EM models for the G4Region DefaultRegionForTheWorld ======
eplus2gg : Emin= 0 eV Emax= 100 TeV
CoulombScat: for e+, integral:1 SubType=1 BuildTable=1
Lambda table from 100 MeV to 1000 PeV, 7 bins/decade, spline: 1
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=84 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llimit=1
hIoni: for proton SubType=2
dE/dx and range tables from 100 eV to 1000 PeV in 112 bins
Lambda tables from threshold to 1000 PeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
Bragg : Emin= 0 eV Emax= 2 MeV
BetheBloch : Emin= 2 MeV Emax= 1000 PeV
hBrems: for proton SubType=3
dE/dx and range tables from 100 eV to 1000 PeV in 112 bins
Lambda tables from threshold to 1000 PeV, 7 bins/decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
hBrem : Emin= 0 eV Emax= 1000 PeV ModifiedMephi
hPairProd: for proton SubType=4
dE/dx and range tables from 100 eV to 1000 PeV in 112 bins
Lambda tables from threshold to 1000 PeV, 7 bins/decade, spline: 1
Sampling table 33x1001 from 7.50618 GeV to 1e+06 TeV
===== EM models for the G4Region DefaultRegionForTheWorld ======
hPairProd : Emin= 0 eV Emax= 1000 PeV ModifiedMephi
CoulombScat: for proton, integral:1 SubType=1 BuildTable=1
Lambda table from threshold to 1000 PeV, 7 bins/decade, spline: 1
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 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:0 Skin=1 Llimit=1
ionIoni: for GenericIon SubType=2
dE/dx and range tables from 100 eV to 1000 PeV in 112 bins
Lambda tables from threshold to 1000 PeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02
Stopping Power data for 17 ion/material pairs
===== EM models for the G4Region DefaultRegionForTheWorld ======
BraggIon : Emin= 0 eV Emax= 2 MeV
BetheBloch : Emin= 2 MeV Emax= 1000 PeV
msc: for alpha SubType= 10
===== EM models for the G4Region DefaultRegionForTheWorld ======
UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llimit=1
ionIoni: for alpha SubType=2
dE/dx and range tables from 100 eV to 1000 PeV in 112 bins
Lambda tables from threshold to 1000 PeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02
===== EM models for the G4Region DefaultRegionForTheWorld ======
BraggIon : Emin= 0 eV Emax=7.9452 MeV
BetheBloch : Emin=7.9452 MeV Emax= 1000 PeV
msc: for anti_proton SubType= 10
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llimit=1
hIoni: for anti_proton SubType=2
dE/dx and range tables from 100 eV to 1000 PeV in 112 bins
Lambda tables from threshold to 1000 PeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
ICRU73QO : Emin= 0 eV Emax= 2 MeV
BetheBloch : Emin= 2 MeV Emax= 1000 PeV
hBrems: for anti_proton SubType=3
dE/dx and range tables from 100 eV to 1000 PeV in 112 bins
Lambda tables from threshold to 1000 PeV, 7 bins/decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
hBrem : Emin= 0 eV Emax= 1000 PeV ModifiedMephi
hPairProd: for anti_proton SubType=4
dE/dx and range tables from 100 eV to 1000 PeV in 112 bins
Lambda tables from threshold to 1000 PeV, 7 bins/decade, spline: 1
Sampling table 33x1001 from 7.50618 GeV to 1e+06 TeV
===== EM models for the G4Region DefaultRegionForTheWorld ======
hPairProd : Emin= 0 eV Emax= 1000 PeV ModifiedMephi
CoulombScat: for anti_proton, integral:1 SubType=1 BuildTable=1
Lambda table from threshold to 1000 PeV, 7 bins/decade, spline: 1
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=84 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llimit=1
hIoni: for kaon+ SubType=2
dE/dx and range tables from 100 eV to 1000 PeV in 112 bins
Lambda tables from threshold to 1000 PeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
Bragg : Emin= 0 eV Emax=1.05231 MeV
BetheBloch : Emin=1.05231 MeV Emax= 1000 PeV
hBrems: for kaon+ SubType=3
dE/dx and range tables from 100 eV to 1000 PeV in 112 bins
Lambda tables from threshold to 1000 PeV, 7 bins/decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
hBrem : Emin= 0 eV Emax= 1000 PeV ModifiedMephi
hPairProd: for kaon+ SubType=4
dE/dx and range tables from 100 eV to 1000 PeV in 112 bins
Lambda tables from threshold to 1000 PeV, 7 bins/decade, spline: 1
Sampling table 34x1001 from 3.94942 GeV to 1e+06 TeV
===== EM models for the G4Region DefaultRegionForTheWorld ======
hPairProd : Emin= 0 eV Emax= 1000 PeV ModifiedMephi
CoulombScat: for kaon+, integral:1 SubType=1 BuildTable=1
Lambda table from threshold to 1000 PeV, 7 bins/decade, spline: 1
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=84 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llimit=1
hIoni: for kaon- SubType=2
dE/dx and range tables from 100 eV to 1000 PeV in 112 bins
Lambda tables from threshold to 1000 PeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
ICRU73QO : Emin= 0 eV Emax=1.05231 MeV
BetheBloch : Emin=1.05231 MeV Emax= 1000 PeV
hBrems: for kaon- SubType=3
dE/dx and range tables from 100 eV to 1000 PeV in 112 bins
Lambda tables from threshold to 1000 PeV, 7 bins/decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
hBrem : Emin= 0 eV Emax= 1000 PeV ModifiedMephi
hPairProd: for kaon- SubType=4
dE/dx and range tables from 100 eV to 1000 PeV in 112 bins
Lambda tables from threshold to 1000 PeV, 7 bins/decade, spline: 1
Sampling table 34x1001 from 3.94942 GeV to 1e+06 TeV
===== EM models for the G4Region DefaultRegionForTheWorld ======
hPairProd : Emin= 0 eV Emax= 1000 PeV ModifiedMephi
CoulombScat: for kaon-, integral: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=84 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llimit=1
muIoni: for mu+ SubType=2
dE/dx and range tables from 100 eV to 1000 PeV in 112 bins
Lambda tables from threshold to 1000 PeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
Bragg : Emin= 0 eV Emax= 200 keV
BetheBloch : Emin= 200 keV Emax= 1 GeV
MuBetheBloch : Emin= 1 GeV Emax= 1000 PeV
muBrems: for mu+ SubType=3
dE/dx and range tables from 100 eV to 1000 PeV in 112 bins
Lambda tables from threshold to 1000 PeV, 7 bins/decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
MuBrem : Emin= 0 eV Emax= 1000 PeV ModifiedMephi
muPairProd: for mu+ SubType=4
dE/dx and range tables from 100 eV to 1000 PeV in 112 bins
Lambda tables from threshold to 1000 PeV, 7 bins/decade, spline: 1
Sampling table 37x1001 from 1 GeV to 1e+06 TeV
===== EM models for the G4Region DefaultRegionForTheWorld ======
muPairProd : Emin= 0 eV Emax= 1000 PeV ModifiedMephi
CoulombScat: for mu+, integral:1 SubType=1 BuildTable=1
Lambda table from threshold to 1000 PeV, 7 bins/decade, spline: 1
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=84 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llimit=1
muIoni: for mu- SubType=2
dE/dx and range tables from 100 eV to 1000 PeV in 112 bins
Lambda tables from threshold to 1000 PeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
ICRU73QO : Emin= 0 eV Emax= 200 keV
BetheBloch : Emin= 200 keV Emax= 1 GeV
MuBetheBloch : Emin= 1 GeV Emax= 1000 PeV
muBrems: for mu- SubType=3
dE/dx and range tables from 100 eV to 1000 PeV in 112 bins
Lambda tables from threshold to 1000 PeV, 7 bins/decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
MuBrem : Emin= 0 eV Emax= 1000 PeV ModifiedMephi
muPairProd: for mu- SubType=4
dE/dx and range tables from 100 eV to 1000 PeV in 112 bins
Lambda tables from threshold to 1000 PeV, 7 bins/decade, spline: 1
Sampling table 37x1001 from 1 GeV to 1e+06 TeV
===== EM models for the G4Region DefaultRegionForTheWorld ======
muPairProd : Emin= 0 eV Emax= 1000 PeV ModifiedMephi
CoulombScat: for mu-, integral: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=84 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llimit=1
hIoni: for pi+ SubType=2
dE/dx and range tables from 100 eV to 1000 PeV in 112 bins
Lambda tables from threshold to 1000 PeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
Bragg : Emin= 0 eV Emax=297.505 keV
BetheBloch : Emin=297.505 keV Emax= 1000 PeV
hBrems: for pi+ SubType=3
dE/dx and range tables from 100 eV to 1000 PeV in 112 bins
Lambda tables from threshold to 1000 PeV, 7 bins/decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
hBrem : Emin= 0 eV Emax= 1000 PeV ModifiedMephi
hPairProd: for pi+ SubType=4
dE/dx and range tables from 100 eV to 1000 PeV in 112 bins
Lambda tables from threshold to 1000 PeV, 7 bins/decade, spline: 1
Sampling table 36x1001 from 1.11656 GeV to 1e+06 TeV
===== EM models for the G4Region DefaultRegionForTheWorld ======
hPairProd : Emin= 0 eV Emax= 1000 PeV ModifiedMephi
CoulombScat: for pi+, integral:1 SubType=1 BuildTable=1
Lambda table from threshold to 1000 PeV, 7 bins/decade, spline: 1
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=84 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llimit=1
hIoni: for pi- SubType=2
dE/dx and range tables from 100 eV to 1000 PeV in 112 bins
Lambda tables from threshold to 1000 PeV, 7 bins/decade, spline: 1
StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
ICRU73QO : Emin= 0 eV Emax=297.505 keV
BetheBloch : Emin=297.505 keV Emax= 1000 PeV
hBrems: for pi- SubType=3
dE/dx and range tables from 100 eV to 1000 PeV in 112 bins
Lambda tables from threshold to 1000 PeV, 7 bins/decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
hBrem : Emin= 0 eV Emax= 1000 PeV ModifiedMephi
hPairProd: for pi- SubType=4
dE/dx and range tables from 100 eV to 1000 PeV in 112 bins
Lambda tables from threshold to 1000 PeV, 7 bins/decade, spline: 1
Sampling table 36x1001 from 1.11656 GeV to 1e+06 TeV
===== EM models for the G4Region DefaultRegionForTheWorld ======
hPairProd : Emin= 0 eV Emax= 1000 PeV ModifiedMephi
CoulombScat: for pi-, integral: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
Region <DefaultRegionForTheWorld> -- -- appears in <Iron> world volume
This region is in the mass world.
Root logical volume(s) : Iron
@@ -189,7 +556,7 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008
Run terminated.
Run Summary
Number of events processed : 10000
User=1.300000s Real=1.323472s Sys=0.010000s
User=1.560000s Real=1.621130s Sys=0.000000s
The run consists of 10000 mu+ of 10 TeV through 1 m of Iron (density: 7.9 g/cm3 )
@@ -246,7 +613,7 @@ N=17 V[N]={390989001462590597, 2165133204863311347, 854974819548217897, 21264851
Run terminated.
Run Summary
Number of events processed : 10000
User=1.270000s Real=1.345879s Sys=0.000000s
User=1.430000s Real=1.470740s Sys=0.000000s
The run consists of 10000 pi+ of 10 TeV through 1 m of Iron (density: 7.9 g/cm3 )
@@ -302,7 +669,7 @@ N=17 V[N]={2298238080532625205, 1178087240650624566, 1997045959359451701, 183915
Run terminated.
Run Summary
Number of events processed : 10000
User=1.110000s Real=1.126027s Sys=0.000000s
User=1.360000s Real=1.508928s Sys=0.000000s
The run consists of 10000 proton of 10 TeV through 1 m of Iron (density: 7.9 g/cm3 )
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -212,7 +212,7 @@ Index : 0 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 100000
User=0.440000s Real=0.445556s Sys=0.000000s
User=0.640000s Real=0.675717s Sys=0.010000s
======================== run summary ======================
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -542,7 +542,7 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008
Run terminated.
Run Summary
Number of events processed : 100
User=2.120000s Real=2.163868s Sys=0.000000s
User=2.430000s Real=3.274242s Sys=0.010000s
LOGITUDINAL PROFILE CUMULATIVE LOGITUDINAL PROFILE
bin Mean rms bin Mean rms
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -510,7 +510,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics
Run terminated.
Run Summary
Number of events processed : 100
User=1.340000s Real=1.355080s Sys=0.000000s
User=1.610000s Real=1.677810s Sys=0.000000s
------------------------------------------------------------
material Edep RMS sqrt(E0(GeV))*rmsE/Emean total tracklen
@@ -962,7 +962,7 @@ Index : 2 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 100
User=1.120000s Real=1.160115s Sys=0.000000s
User=1.510000s Real=1.530492s Sys=0.000000s
------------------------------------------------------------
material Edep RMS sqrt(E0(GeV))*rmsE/Emean total tracklen
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -142,7 +142,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics
Run terminated.
Run Summary
Number of events processed : 100000
User=0.580000s Real=0.658346s Sys=0.010000s
User=0.700000s Real=0.710623s Sys=0.000000s
--------- Ranecu engine status ---------
Initial seed (index) = 0
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -435,7 +435,7 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008
Run terminated.
Run Summary
Number of events processed : 100000
User=0.740000s Real=0.739939s Sys=0.000000s
User=0.940000s Real=0.974248s Sys=0.000000s
======================== run summary ======================
@@ -856,7 +856,7 @@ N=17 V[N]={1007875564090939120, 1313595051137071682, 2271136363708012510, 120554
Run terminated.
Run Summary
Number of events processed : 50000
User=0.780000s Real=0.824261s Sys=0.000000s
User=0.960000s Real=0.986977s Sys=0.000000s
======================== run summary ======================
@@ -1282,7 +1282,7 @@ N=17 V[N]={1095849266663840428, 1412903884643669791, 604203444021072217, 1359351
Run terminated.
Run Summary
Number of events processed : 50000
User=1.510000s Real=1.557970s Sys=0.000000s
User=1.830000s Real=1.871586s Sys=0.000000s
======================== run summary ======================
@@ -1714,7 +1714,7 @@ N=17 V[N]={824133761074100479, 1581663593172274191, 267509655693491446, 21545290
Run terminated.
Run Summary
Number of events processed : 50000
User=0.400000s Real=0.476517s Sys=0.000000s
User=0.480000s Real=0.486650s Sys=0.000000s
======================== run summary ======================
@@ -2147,7 +2147,7 @@ N=17 V[N]={196150898939908849, 1222465849760770760, 1517015184078320544, 1375564
Run terminated.
Run Summary
Number of events processed : 50000
User=6.510000s Real=6.826618s Sys=0.000000s
User=7.790000s Real=8.004275s Sys=0.000000s
======================== run summary ======================
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -194,7 +194,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng
Run terminated.
Run Summary
Number of events processed : 5
User=0.000000s Real=0.000762s Sys=0.000000s
User=0.000000s Real=0.000792s Sys=0.000000s
Number of process calls ---> GammaToMuPair : 5... write file : testem6_0.root - done
... write files - done
@@ -301,7 +301,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng
Run terminated.
Run Summary
Number of events processed : 5
User=0.000000s Real=0.000562s Sys=0.000000s
User=0.010000s Real=0.000440s Sys=0.000000s
Number of process calls ---> ee2hadr : 5 AnnihiToMuPair : 1... write file : testem6_1.root - done
... write files - done
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -504,7 +504,7 @@ Index : 1 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 10000
User=4.500000s Real=5.022504s Sys=0.000000s
User=5.250000s Real=6.656279s Sys=0.010000s
The run consists of 10000 proton of 160 MeV through 20 cm of G4_WATER (density: 1 g/cm3 )
@@ -562,7 +562,7 @@ Index : 1 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 1000
User=1.550000s Real=1.643049s Sys=0.010000s
User=1.820000s Real=2.349591s Sys=0.010000s
The run consists of 1000 C12 of 3.5 GeV through 20 cm of G4_WATER (density: 1 g/cm3 )
@@ -958,7 +958,7 @@ Index : 2 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 1000
User=0.870000s Real=0.883063s Sys=0.000000s
User=1.040000s Real=1.102468s Sys=0.000000s
The run consists of 1000 kaon+ of 100 MeV through 20 cm of G4_Cu (density: 8.96 g/cm3 )
@@ -1348,7 +1348,7 @@ Index : 3 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 100
User=0.000000s Real=0.000420s Sys=0.000000s
User=0.000000s Real=0.000508s Sys=0.000000s
The run consists of 100 alpha of 265 eV through 20 cm of TechVacuum (density: 0.01 mg/cm3)
@@ -1736,7 +1736,7 @@ Index : 3 used in the geometry : No
Run terminated.
Run Summary
Number of events processed : 100
User=0.010000s Real=0.006600s Sys=0.000000s
User=0.010000s Real=0.007087s Sys=0.000000s
The run consists of 100 alpha of 100 MeV through 20 cm of G4_WATER (density: 1 g/cm3 )
@@ -2133,7 +2133,7 @@ Index : 4 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 10
User=2.810000s Real=2.993660s Sys=0.030000s
User=3.440000s Real=4.444728s Sys=0.140000s
The run consists of 10 Xe131 of 1.217 GeV through 20 cm of G4_Si (density: 2.33 g/cm3 )
@@ -2536,7 +2536,7 @@ Index : 5 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 1000
User=0.450000s Real=0.480069s Sys=0.000000s
User=0.560000s Real=0.593704s Sys=0.000000s
The run consists of 1000 proton of 160 MeV through 20 cm of Water_1.05 (density: 1.05 g/cm3 )
@@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -548,7 +548,7 @@ Index : 2 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 1000
User=0.060000s Real=0.064127s Sys=0.000000s
User=0.070000s Real=0.073494s Sys=0.000000s
RunAction: End of run actions are started 1 Nevt= 1000 Edep= 0.0162092
====================================================
Beam Particle: proton
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -517,39 +517,38 @@ Index : 7 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 100
User=0.600000s Real=0.610035s Sys=0.000000s
User=0.720000s Real=0.737032s Sys=0.010000s
RunAction: End of run actions are started
HistoManager: End of run actions are started RunID# 0
=================================================================
Number of events 100
Average number of e- 401.8
Average number of gamma 639.1
Average number of e+ 48.23
Average number of steps 2973
Edep 1x1 = 0.8298 +- 0.003446 res= 4.153 % 100
Edep 3x3 = 0.9566 +- 0.002515 res= 2.629 % 100
Edep 5x5 = 0.977 +- 0.00228 res= 2.333 % 100
Average number of e- 402.5
Average number of gamma 638.8
Average number of e+ 48.05
Average number of steps 2956
Edep 1x1 = 0.8353 +- 0.002821 res= 3.377 % 100
Edep 3x3 = 0.9599 +- 0.001305 res= 1.359 % 100
Edep 5x5 = 0.9798 +- 0.001021 res= 1.042 % 100
=========== Ratios without trancating ===========================
E1/E9 = 0.8674 +- 0.00272
E1/E25 = 0.8493 +- 0.002768
E9/E25 = 0.9791 +- 0.0007921
E1/E9 = 0.8702 +- 0.002662
E1/E25 = 0.8525 +- 0.002675
E9/E25 = 0.9796 +- 0.0007698
Beam Energy 1 GeV
==================================================================
<<<<<ACCEPTANCE>>>>> 100 events for Crystal Calorimeter
Edep1x1: 0.8298 delEdep1x1= -0.1702 nrms= -1.702
Erms1x1: 0.03446 delErms1x1= -0.9655 nrms= -9.655
Edep3x3: 0.9566 delEdep3x3= -0.04342 nrms= -0.4342
Erms3x3: 0.02515 delErms3x3= -0.9748 nrms= -9.748
Edep5x5: 0.977 delEdep5x5= -0.02302 nrms= -0.2302
Erms5x5: 0.0228 delErms5x5= -0.9772 nrms= -9.772
Edep1x1: 0.8353 delEdep1x1= -0.1647 nrms= -1.647
Erms1x1: 0.02821 delErms1x1= -0.9718 nrms= -9.718
Edep3x3: 0.9599 delEdep3x3= -0.04015 nrms= -0.4015
Erms3x3: 0.01305 delErms3x3= -0.987 nrms= -9.87
Edep5x5: 0.9798 delEdep5x5= -0.02019 nrms= -0.2019
Erms5x5: 0.01021 delErms5x5= -0.9898 nrms= -9.898
<<<<<END>>>>> IS ACCEPTED
Z bremsstrahlung photoeffect compton conversion
26 1 0 0 0
53 263 0 0 0
55 278 0 0 0
53 260 0 0 0
55 280 0 0 0
#
/testem/det/acceptance1 0.0136 0.0001 500
/testem/det/acceptance9 0.0139 0.0001 500
@@ -627,22 +626,22 @@ Index : 7 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 1000
User=1.000000s Real=1.150900s Sys=0.000000s
User=1.120000s Real=1.132646s 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- 72.94
Average number of gamma 67.13
Average number of e+ 3.748
Average number of steps 451.6
Edep 1x1 = 0.01448 +- 0.0002165
Edep 3x3 = 0.01487 +- 0.0002446
Edep 5x5 = 0.01494 +- 0.0002489
Average number of e- 68.16
Average number of gamma 59.87
Average number of e+ 3.205
Average number of steps 417.5
Edep 1x1 = 0.01402 +- 0.0001729
Edep 3x3 = 0.01434 +- 0.0001924
Edep 5x5 = 0.0144 +- 0.0001955
=========== Ratios without trancating ===========================
E1/E9 = 0.9823 +- 0.0007515
E1/E25 = 0.9795 +- 0.0008452
E9/E25 = 0.9971 +- 0.0001699
E1/E9 = 0.983 +- 0.0006985
E1/E25 = 0.9801 +- 0.0007855
E9/E25 = 0.997 +- 0.0001749
Beam Energy 20 GeV
==================================================================
@@ -723,7 +722,7 @@ msc: for e- SubType= 10
StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llimit=1
===== EM models for the G4Region MuonDetector ======
UrbanMsc : Emin= 0 eV Emax= 100 MeV Nbins=120 100 eV - 100 MeV
StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1
StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llimit=1
WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV
StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1
@@ -1151,22 +1150,22 @@ Index : 7 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 100
User=0.400000s Real=0.448526s Sys=0.000000s
User=0.500000s Real=0.502522s 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.5
Average number of gamma 220.6
Average number of e+ 47.14
Average number of steps 1829
Edep 1x1 = 0.8346 +- 0.003747 res= 4.489 % 100
Edep 3x3 = 0.9589 +- 0.003572 res= 3.725 % 100
Edep 5x5 = 0.9806 +- 0.003573 res= 3.644 % 100
Average number of e- 171.2
Average number of gamma 221.2
Average number of e+ 47.31
Average number of steps 1842
Edep 1x1 = 0.8328 +- 0.003811 res= 4.576 % 100
Edep 3x3 = 0.9582 +- 0.003135 res= 3.272 % 100
Edep 5x5 = 0.9785 +- 0.003126 res= 3.195 % 100
=========== Ratios without trancating ===========================
E1/E9 = 0.8706 +- 0.002647
E1/E25 = 0.8513 +- 0.002762
E9/E25 = 0.9779 +- 0.001249
E1/E9 = 0.8692 +- 0.003024
E1/E25 = 0.8513 +- 0.003277
E9/E25 = 0.9793 +- 0.0009727
Beam Energy 1 GeV
==================================================================
@@ -1675,22 +1674,22 @@ Index : 7 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 100
User=0.610000s Real=0.654097s Sys=0.000000s
User=0.770000s Real=0.929636s 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- 170.8
Average number of gamma 361.3
Average number of e+ 47.01
Average number of steps 1988
Edep 1x1 = 0.8354 +- 0.003587 res= 4.294 % 100
Edep 3x3 = 0.9587 +- 0.003249 res= 3.389 % 100
Edep 5x5 = 0.9798 +- 0.003233 res= 3.3 % 100
Average number of e- 171.8
Average number of gamma 363
Average number of e+ 47.19
Average number of steps 1986
Edep 1x1 = 0.8315 +- 0.003385 res= 4.071 % 100
Edep 3x3 = 0.9596 +- 0.003074 res= 3.204 % 100
Edep 5x5 = 0.9809 +- 0.003227 res= 3.289 % 100
=========== Ratios without trancating ===========================
E1/E9 = 0.8716 +- 0.003055
E1/E25 = 0.853 +- 0.003365
E9/E25 = 0.9785 +- 0.00107
E1/E9 = 0.8668 +- 0.003125
E1/E25 = 0.8481 +- 0.003349
E9/E25 = 0.9783 +- 0.001095
Beam Energy 1 GeV
==================================================================
@@ -1698,6 +1697,6 @@ Beam Energy 1 GeV
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.081 MB
Dynamic pools deleted: 9 / Total memory freed: 0.084 MB
============================================================
RunManagerKernel is deleted. Good bye :)
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -12,7 +12,7 @@
WWW : http://geant4.org/
**************************************************************
creating G4RunManagerKernel 0x1997040
creating G4RunManagerKernel 0x1e3a1c0
The materials defined are :
@@ -87,15 +87,15 @@ G4Transportation: Current values for thresholds related to the killing of loop
Important Energy = 250 ( above this tracks are given multiple chances )
Extra Trials = 10 'important' tracks, i.e. those above 'important' energy
G4Transportation constructor> set fShortStepOptimisation to false
0x1bab570G4ErrorPhysicsList:: particle process manager e+ = 0x1badbf0
0x1bab390G4ErrorPhysicsList:: particle process manager e- = 0x1baf7c0
0x1bab1f0G4ErrorPhysicsList:: particle process manager gamma = 0x1baf9f0
0x1bac920G4ErrorPhysicsList:: particle process manager geantino = 0x1bafc40
0x1bab750G4ErrorPhysicsList:: particle process manager mu+ = 0x1bafe90
0x1baba70G4ErrorPhysicsList:: particle process manager mu- = 0x1bb00e0
0x1babe80G4ErrorPhysicsList:: particle process manager pi+ = 0x1bb0330
0x1bac2d0G4ErrorPhysicsList:: particle process manager pi- = 0x1bb0580
0x1bac6f0G4ErrorPhysicsList:: particle process manager proton = 0x1bb07d0
0x204e6f0G4ErrorPhysicsList:: particle process manager e+ = 0x2050d70
0x204e510G4ErrorPhysicsList:: particle process manager e- = 0x2052940
0x204e370G4ErrorPhysicsList:: particle process manager gamma = 0x2052b70
0x204faa0G4ErrorPhysicsList:: particle process manager geantino = 0x2052dc0
0x204e8d0G4ErrorPhysicsList:: particle process manager mu+ = 0x2053010
0x204ebf0G4ErrorPhysicsList:: particle process manager mu- = 0x2053260
0x204f000G4ErrorPhysicsList:: particle process manager pi+ = 0x20534b0
0x204f450G4ErrorPhysicsList:: particle process manager pi- = 0x2053700
0x204f870G4ErrorPhysicsList:: particle process manager proton = 0x2053950
physicsList->CheckParticleList() start.
physicsList->setCut() start.
@@ -183,15 +183,16 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics
/geant4e/limits/stepLength 100 mm
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
0 0 0 0 1.99e+04 0 0 0 BEAM initStep
### G4EnergyLossForExtrapolator::BuildTables for 4 materials Nbins= 70 Emin(MeV)= 1 Emax(MeV)= 10000000
### G4EnergyLossForExtrapolator::Initialisation
G4TablesForExtrapolator::ComputeElectronDEDX for e-
G4TablesForExtrapolator::ComputeElectronDEDX for e+
G4TablesForExtrapolator::ComputeMuonDEDX for mu+
G4TablesForExtrapolator::ComputeProtonDEDX for proton
G4TablesForExtrapolator::ComputeProtonDEDX for e-
G4TablesForExtrapolator::ComputeTransportXS for e-
### G4EnergyLossForExtrapolator::BuildTables for 4 materials Nbins= 80 Emin(MeV)= 1 Emax(MeV)= 100000000
1 50 0.0187 0 1.99e+04 0.0167 50 50 CDET Transportation
2 150 0.169 0 1.99e+04 0.0334 100 150 CDET G4ErrorStepLengthLimit
3 250 0.468 0 1.99e+04 0.0334 100 250 CDET G4ErrorStepLengthLimit
2 150 0.169 0 1.99e+04 0.0333 100 150 CDET G4ErrorStepLengthLimit
3 250 0.468 0 1.99e+04 0.0333 100 250 CDET G4ErrorStepLengthLimit
4 250 0.468 0 1.99e+04 1.94e-07 0.00058 250 DVEC Transportation
5 350 0.918 0 2.01e+04 183 100 350 DVEC G4ErrorStepLengthLimit
6 350 0.918 0 2.01e+04 0.00187 0.00102 350 DVEC Transportation
@@ -229,20 +230,20 @@ G4TablesForExtrapolator::ComputeProtonDEDX for e-
38 2.15e+03 33.3 0 2.23e+04 0.0336 100 2.15e+03 MUON G4ErrorStepLengthLimit
39 2.21e+03 35.1 0 2.23e+04 0.0202 60.2 2.21e+03 MUON Transportation
$$$ PROPAGATION ENDED
Position: (2210,35.10111634723386,0)
Momentum: (22434.27847598642,696.1984474448921,0)
Position: (2210,35.10133162875052,0)
Momentum: (22433.7305603382,696.1894452231024,0)
Error:
9.872377748051573e-08 0 3.726669611688026e-08 2.66749011264642e-06 0
0 3.518686067616145e-05 0 0 0.004070045003369713
3.726669611688026e-08 0 3.519153460399041e-05 0.004421940995358776 0
2.66749011264642e-06 0 0.004421940995358776 0.6258683512051659 0
0 0.004070045003369713 0 0 0.54095238637958
9.873253989606771e-08 0 3.726933340900229e-08 2.667638317625204e-06 0
0 3.518751689765573e-05 0 0 0.004070096595167718
3.726933340900229e-08 0 3.519219110743343e-05 0.00442199914610223 0
2.667638317625204e-06 0 0.00442199914610223 0.6258741613386364 0
0 0.004070096595167718 0 0 0.5409570996178716
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
0 0 0 0 1.99e+04 0 0 0 BEAM initStep
1 50 0.0187 0 1.99e+04 0.0167 50 50 CDET Transportation
2 150 0.169 0 1.99e+04 0.0334 100 150 CDET G4ErrorStepLengthLimit
3 250 0.468 0 1.99e+04 0.0334 100 250 CDET G4ErrorStepLengthLimit
2 150 0.169 0 1.99e+04 0.0333 100 150 CDET G4ErrorStepLengthLimit
3 250 0.468 0 1.99e+04 0.0333 100 250 CDET G4ErrorStepLengthLimit
4 250 0.468 0 1.99e+04 1.94e-07 0.00058 250 DVEC Transportation
5 350 0.918 0 2.01e+04 183 100 350 DVEC G4ErrorStepLengthLimit
6 350 0.918 0 2.01e+04 0.00187 0.00102 350 DVEC Transportation
@@ -280,20 +281,20 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu
38 2.15e+03 33.3 0 2.23e+04 0.0336 100 2.15e+03 MUON G4ErrorStepLengthLimit
39 2.21e+03 35.1 0 2.23e+04 0.0202 60.2 2.21e+03 MUON Transportation
$$$ PROPAGATION ENDED
Position: (2210,35.10111634723386,0)
Momentum: (22434.27847598642,696.1984474448921,0)
Position: (2210,35.10133162875052,0)
Momentum: (22433.7305603382,696.1894452231024,0)
Error:
9.872377748051573e-08 0 3.726669611688026e-08 2.66749011264642e-06 0
0 3.518686067616145e-05 0 0 0.004070045003369713
3.726669611688026e-08 0 3.519153460399041e-05 0.004421940995358776 0
2.66749011264642e-06 0 0.004421940995358776 0.6258683512051659 0
0 0.004070045003369713 0 0 0.54095238637958
9.873253989606771e-08 0 3.726933340900229e-08 2.667638317625204e-06 0
0 3.518751689765573e-05 0 0 0.004070096595167718
3.726933340900229e-08 0 3.519219110743343e-05 0.00442199914610223 0
2.667638317625204e-06 0 0.00442199914610223 0.6258741613386364 0
0 0.004070096595167718 0 0 0.5409570996178716
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
0 0 0 0 1.99e+04 0 0 0 BEAM initStep
1 50 0.0187 0 1.99e+04 0.0167 50 50 CDET Transportation
2 150 0.169 0 1.99e+04 0.0334 100 150 CDET G4ErrorStepLengthLimit
3 250 0.468 0 1.99e+04 0.0334 100 250 CDET G4ErrorStepLengthLimit
2 150 0.169 0 1.99e+04 0.0333 100 150 CDET G4ErrorStepLengthLimit
3 250 0.468 0 1.99e+04 0.0333 100 250 CDET G4ErrorStepLengthLimit
4 250 0.468 0 1.99e+04 1.94e-07 0.00058 250 DVEC Transportation
5 350 0.918 0 2.01e+04 183 100 350 DVEC G4ErrorStepLengthLimit
6 350 0.918 0 2.01e+04 0.00187 0.00102 350 DVEC Transportation
@@ -331,12 +332,12 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu
38 2.15e+03 33.3 0 2.23e+04 0.0336 100 2.15e+03 MUON G4ErrorStepLengthLimit
39 2.21e+03 35.1 0 2.23e+04 0.0202 60.2 2.21e+03 MUON Transportation
$$$ PROPAGATION ENDED
Position: (2210,35.10111634723386,0)
Momentum: (22434.27847598642,696.1984474448921,0)
Position: (2210,35.10133162875052,0)
Momentum: (22433.7305603382,696.1894452231024,0)
Error:
9.872377748051573e-08 0 3.726669611688026e-08 2.66749011264642e-06 0
0 3.518686067616145e-05 0 0 0.004070045003369713
3.726669611688026e-08 0 3.519153460399041e-05 0.004421940995358776 0
2.66749011264642e-06 0 0.004421940995358776 0.6258683512051659 0
0 0.004070045003369713 0 0 0.54095238637958
9.873253989606771e-08 0 3.726933340900229e-08 2.667638317625204e-06 0
0 3.518751689765573e-05 0 0 0.004070096595167718
3.726933340900229e-08 0 3.519219110743343e-05 0.00442199914610223 0
2.667638317625204e-06 0 0.00442199914610223 0.6258741613386364 0
0 0.004070096595167718 0 0 0.5409570996178716
@@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -60,7 +60,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng
Run terminated.
Run Summary
Number of events processed : 1
User=0.000000s Real=0.000393s Sys=0.000000s
User=0.000000s Real=0.000419s Sys=0.000000s
#
/tracking/verbose 0
/run/beamOn 5
@@ -80,7 +80,7 @@ Index : 0 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 5
User=0.000000s Real=0.000030s Sys=0.000000s
User=0.000000s Real=0.000038s Sys=0.000000s
G4 kernel has come to Quit state.
================== Deleting memory pools ===================
Number of memory pools allocated: 9 of which, static: 0
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -41,7 +41,7 @@ Index : 0 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 100000
User=0.160000s Real=0.167688s Sys=0.000000s
User=0.170000s Real=0.444557s Sys=0.000000s
... write file : run2.root - done
... close file : run2.root - done
G4 kernel has come to Quit state.
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -42,7 +42,7 @@ Index : 0 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 100000
User=0.190000s Real=0.186943s Sys=0.000000s
User=0.210000s Real=0.254879s Sys=0.000000s
... write file : run3.root - done
... close file : run3.root - done
G4 kernel has come to Quit state.
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -57,7 +57,7 @@ Index : 0 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 1000000
User=3.470000s Real=3.857087s Sys=0.000000s
User=2.790000s Real=3.032261s Sys=0.000000s
... write file : run4.root - done
... close file : run4.root - done
G4 kernel has come to Quit state.
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -44,7 +44,7 @@ Index : 0 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 100000
User=0.320000s Real=0.321742s Sys=0.000000s
User=0.300000s Real=0.752317s Sys=0.000000s
G4 kernel has come to Quit state.
================== Deleting memory pools ===================
Number of memory pools allocated: 9 of which, static: 0
@@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -778,7 +778,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20
Level density (1/MeV) 0.075
Use simple level density model 1
Use discrete excitation energy of the residual 0
Time limit for long lived isomeres (ns) 1000
Time limit for long lived isomeres (ns) 1
Isomer production flag 1
Internal e- conversion flag 1
Store e- internal conversion data 0
@@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -1060,7 +1060,7 @@ Event = 0 z0 = -779.999 Primary direction = (0,0,1)
Run terminated.
Run Summary
Number of events processed : 100
User=0.760000s Real=0.886060s Sys=0.000000s
User=0.880000s Real=0.917291s Sys=0.000000s
RunAction: End of run actions are started 1 Nevt= 100 Edep= 4211.27
====================================================
Beam Particle: proton
@@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -784,7 +784,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20
Level density (1/MeV) 0.075
Use simple level density model 1
Use discrete excitation energy of the residual 0
Time limit for long lived isomeres (ns) 1000
Time limit for long lived isomeres (ns) 1
Isomer production flag 1
Internal e- conversion flag 1
Store e- internal conversion data 0
@@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -1488,7 +1488,7 @@ Terminate current event processing.
Run terminated.
Run Summary
Number of events processed : 1
User=0.020000s Real=0.029114s Sys=0.000000s
User=0.040000s Real=0.067071s Sys=0.000000s
Sum NoMT: 0
Sum NoMRT: 0
Sum NoMRCondition: 0
+10 -10
View File
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -626,7 +626,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20
Level density (1/MeV) 0.075
Use simple level density model 1
Use discrete excitation energy of the residual 0
Time limit for long lived isomeres (ns) 1000
Time limit for long lived isomeres (ns) 1
Isomer production flag 1
Internal e- conversion flag 1
Store e- internal conversion data 0
@@ -664,7 +664,7 @@ Step# X Y Z Direction x dir y dir
Run terminated.
Run Summary
Number of events processed : 1
User=0.000000s Real=0.000877s Sys=0.000000s
User=0.000000s Real=0.001268s Sys=0.000000s
G4Transportation: Statistics for looping particles
No looping tracks found or killed.
0 events have been kept for refreshing and/or reviewing.
@@ -698,7 +698,7 @@ Step# X Y Z Direction x dir y dir
Run terminated.
Run Summary
Number of events processed : 1
User=0.000000s Real=0.000151s Sys=0.000000s
User=0.000000s Real=0.000155s Sys=0.000000s
G4Transportation: Statistics for looping particles
No looping tracks found or killed.
0 events have been kept for refreshing and/or reviewing.
@@ -732,7 +732,7 @@ Step# X Y Z Direction x dir y dir
Run terminated.
Run Summary
Number of events processed : 1
User=0.000000s Real=0.000143s Sys=0.000000s
User=0.000000s Real=0.000140s Sys=0.000000s
G4Transportation: Statistics for looping particles
No looping tracks found or killed.
0 events have been kept for refreshing and/or reviewing.
@@ -766,7 +766,7 @@ Step# X Y Z Direction x dir y dir
Run terminated.
Run Summary
Number of events processed : 1
User=0.000000s Real=0.000139s Sys=0.000000s
User=0.000000s Real=0.000169s Sys=0.000000s
G4Transportation: Statistics for looping particles
No looping tracks found or killed.
0 events have been kept for refreshing and/or reviewing.
@@ -800,7 +800,7 @@ Step# X Y Z Direction x dir y dir
Run terminated.
Run Summary
Number of events processed : 1
User=0.010000s Real=0.000133s Sys=0.000000s
User=0.000000s Real=0.000145s Sys=0.000000s
G4Transportation: Statistics for looping particles
No looping tracks found or killed.
0 events have been kept for refreshing and/or reviewing.
@@ -841,7 +841,7 @@ Step# X Y Z Direction x dir y dir
Run terminated.
Run Summary
Number of events processed : 1
User=0.000000s Real=0.000127s Sys=0.000000s
User=0.000000s Real=0.000176s Sys=0.000000s
G4Transportation: Statistics for looping particles
No looping tracks found or killed.
0 events have been kept for refreshing and/or reviewing.
@@ -875,7 +875,7 @@ Index : 0 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 100
User=0.000000s Real=0.007030s Sys=0.000000s
User=0.010000s Real=0.012760s Sys=0.000000s
G4Transportation: Statistics for looping particles
No looping tracks found or killed.
0 events have been kept for refreshing and/or reviewing.
@@ -945,7 +945,7 @@ Index : 2 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 1
User=0.000000s Real=0.006071s Sys=0.000000s
User=0.010000s Real=0.008363s Sys=0.000000s
G4Transportation: Statistics for looping particles
No looping tracks found or killed.
0 events have been kept for refreshing and/or reviewing.
+4 -4
View File
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -978,7 +978,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20
Level density (1/MeV) 0.075
Use simple level density model 1
Use discrete excitation energy of the residual 0
Time limit for long lived isomeres (ns) 1000
Time limit for long lived isomeres (ns) 1
Isomer production flag 1
Internal e- conversion flag 1
Store e- internal conversion data 0
@@ -5588,7 +5588,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne
Run terminated.
Run Summary
Number of events processed : 100
User=0.030000s Real=0.044414s Sys=0.000000s
User=0.040000s Real=0.038807s 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.
@@ -6051,7 +6051,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne
Run terminated.
Run Summary
Number of events processed : 1
User=0.000000s Real=0.000492s Sys=0.000000s
User=0.000000s Real=0.000889s 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.
+7 -7
View File
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -989,7 +989,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20
Level density (1/MeV) 0.075
Use simple level density model 1
Use discrete excitation energy of the residual 0
Time limit for long lived isomeres (ns) 1000
Time limit for long lived isomeres (ns) 1
Isomer production flag 1
Internal e- conversion flag 1
Store e- internal conversion data 0
@@ -1035,7 +1035,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng
Run terminated.
Run Summary
Number of events processed : 1
User=0.000000s Real=0.001075s Sys=0.000000s
User=0.000000s Real=0.001422s 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.
@@ -1057,7 +1057,7 @@ Index : 0 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 100
User=0.010000s Real=0.009208s Sys=0.000000s
User=0.010000s Real=0.014876s 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.
@@ -1079,7 +1079,7 @@ Index : 0 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 10
User=0.000000s Real=0.001254s Sys=0.000000s
User=0.000000s Real=0.001555s 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.
@@ -1125,7 +1125,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng
Run terminated.
Run Summary
Number of events processed : 1
User=0.000000s Real=0.000245s Sys=0.000000s
User=0.000000s Real=0.000388s 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.
@@ -1568,7 +1568,7 @@ Index : 2 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 1
User=0.270000s Real=0.282041s Sys=0.000000s
User=0.290000s Real=0.309129s 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.
+2 -2
View File
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -986,7 +986,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20
Level density (1/MeV) 0.075
Use simple level density model 1
Use discrete excitation energy of the residual 0
Time limit for long lived isomeres (ns) 1000
Time limit for long lived isomeres (ns) 1
Isomer production flag 1
Internal e- conversion flag 1
Store e- internal conversion data 0
+1 -1
View File
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
+2 -2
View File
@@ -5,7 +5,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -2314,7 +2314,7 @@ Terminate current event processing.
Run terminated.
Run Summary
Number of events processed : 1
User=0.010000s Real=0.023276s Sys=0.010000s
User=0.020000s Real=0.019963s 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.
@@ -8,7 +8,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -842,7 +842,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20
Level density (1/MeV) 0.075
Use simple level density model 1
Use discrete excitation energy of the residual 0
Time limit for long lived isomeres (ns) 1000
Time limit for long lived isomeres (ns) 1
Isomer production flag 1
Internal e- conversion flag 1
Store e- internal conversion data 0
@@ -908,7 +908,7 @@ See commands in /vis/modeling/trajectories/ for other options.
Run terminated.
Run Summary
Number of events processed : 1
User=0.000000s Real=0.000435s Sys=0.000000s
User=0.000000s Real=0.000532s 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.
@@ -941,7 +941,7 @@ Index : 0 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 1
User=0.000000s Real=0.000058s Sys=0.000000s
User=0.000000s Real=0.000054s 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.
@@ -974,7 +974,7 @@ Index : 0 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 1
User=0.000000s Real=0.000070s Sys=0.000000s
User=0.000000s Real=0.000081s 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.
@@ -1007,7 +1007,7 @@ Index : 0 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 1
User=0.000000s Real=0.000043s Sys=0.000000s
User=0.010000s Real=0.000067s 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.
@@ -1040,7 +1040,7 @@ Index : 0 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 1
User=0.000000s Real=0.000074s Sys=0.000000s
User=0.000000s Real=0.000228s 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.
@@ -1073,7 +1073,7 @@ Index : 0 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 1
User=0.000000s Real=0.000042s Sys=0.000000s
User=0.000000s Real=0.000054s 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.
@@ -1106,7 +1106,7 @@ Index : 0 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 1
User=0.000000s Real=0.000038s Sys=0.000000s
User=0.000000s Real=0.000051s 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.
@@ -1139,7 +1139,7 @@ Index : 0 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 1
User=0.000000s Real=0.000033s Sys=0.000000s
User=0.000000s Real=0.000048s 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.
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -146,7 +146,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng
Run terminated.
Run Summary
Number of events processed : 1
User=0.000000s Real=0.000342s Sys=0.000000s
User=0.000000s Real=0.000469s 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.
@@ -34,7 +34,7 @@ file(GLOB headers ${PROJECT_SOURCE_DIR}/include/*.hh)
#----------------------------------------------------------------------------
# Add the executable, and link it to the Geant4 libraries
#
add_executable(FissionFragment FissionFragment ${sources} ${headers})
add_executable(FissionFragment FissionFragment.cc ${sources} ${headers})
target_link_libraries(FissionFragment ${Geant4_LIBRARIES} )
#----------------------------------------------------------------------------
@@ -54,7 +54,7 @@
//
// Modified:
//
// ??-??-20 ARibon
// 05-08-20 ARibon
// Replaced deprecated HP environmental variables with UI commands
// 23-06-14 BWendt
// Added check for NeutronHP fission generator environment variable
@@ -6,7 +6,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
############################################
**************************************************************
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278

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