Import Geant4 10.4.2 source tree

This commit is contained in:
Gabriele Cosmo
2018-05-25 16:18:53 +02:00
parent fe04dcb406
commit fe81a77428
233 changed files with 44301 additions and 105671 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
#
# 21st September 2010 Ben Morgan
#
# $Id: CMakeLists.txt 108564 2018-02-16 10:19:00Z gcosmo $
# $Id: CMakeLists.txt 110078 2018-05-15 10:04:54Z gcosmo $
#
#-----------------------------------------------------------------------
@@ -38,7 +38,7 @@ set(CMAKE_USER_MAKE_RULES_OVERRIDE_CXX
project(Geant4)
set(${PROJECT_NAME}_VERSION_MAJOR 10)
set(${PROJECT_NAME}_VERSION_MINOR 4)
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
+157
View File
@@ -0,0 +1,157 @@
Geant4 10.4 - patch-02 Release Notes
------------------------------------
25 May 2018
List of fixes included in this public patch since the public release 10.4.p01:
o Configuration:
-------------
+ CMake:
o Updated to data-set G4RealSurface-2.1.1.
Addressing problem report #2043.
+ GNUMake:
o architecture.gmk: corrected default path for external expat and zlib.
o Darwing-clang.gmk: removed -pthread and -fPIC compilation options.
o WIN32-VC.gmk: updated obsolete configuration for Qt5.
o Event:
-----
o Use G4TrackStack as default and make use of G4SmartTrackStack optional.
Addressing problem report #2040.
o Externals:
---------
+ Corrected GNUmakefile on Windows.
o Geometry:
--------
+ navigation:
o G4PathFinder: in DoNextLinearStep(), use flag for relocated point to
signal move from call to ReLocate(), and ensure that new point is used
in cross-checks in subsequent Locate().
Fix to revert change previously introduced in release 10.4, to keep
fMinStep as 'logical' value, which can be kInfinity when step is not
limited by Navigators. Resolves warnings issued by G4PathFinder for
inaccuracies in relocation. Addressing problem report #2033.
o G4Navigator::GetLocalExitNormal(): fix for normal calculated at the
endpoint of current step, on a 'candidate' next volume. Adds missing
transformation to the frame of the current volume.
Addresses problem report #2054.
o G4Navigator: fix in Set/RestoreSavedState() for setting of
ReplicaNumber.
o G4SafetyHelper: do not limit memorisation of safety in case of parallel
geometries (when a length is not passed to safety method).
Fix to include full message in Exception.
+ solids/Boolean:
o G4BooleanSolid: enhanced warning message for the case of an invalid
(NULL) Boolean construct in GetPointOnSurface() and StackPolyhedron().
Use -1 instead of 0 as default initialisation value for area and
capacity, so to distinguish cases when values are zero referring to
NULL Boolean constructs.
o G4UnionSolid: define simple bounding-box and make use of early returns
in Inside() for points laying outside.
o Improved contruction of G4DiplacedSolid to combine transformations for
nested displaced types.
o Replaced USOLIDS_LIBRARIES with VECGEOM_LIBRARIES in sources.cmake.
+ solids/CSG:
o G4Box: simplified and optimised calculation of normal in method
DistanceToOut(p,v,..).
o Replaced USOLIDS_LIBRARIES with VECGEOM_LIBRARIES in sources.cmake.
+ solids/specific:
o Corrected conversion of input parameters to internal structure (used
for caching for adoption in GDML persistency) in G4UPolycone and
G4UPolyhedra wrappers.
o Replaced USOLIDS_LIBRARIES with VECGEOM_LIBRARIES in sources.cmake.
o Global:
------
+ Updated date and version for 10.4.p02.
o Interfaces:
----------
+ G4UIQt: fixed bug with command guidance including HTML tags inside
(<, > and &) and for "critical errors" message.
o Particles:
---------
+ G4PhaseSpaceDecayChannel: fixed incorrect indexing in ManyBodyDecayIt(),
causing incorrect setting of daughter momentum in 4-body phase-space
decay. Addressing problem report #2053.
o Persistency - gdml
------------------
+ Protect printout of progress in reading/writing by G4VERBOSE.
o Physics Lists
-------------
+ constructors/electromagnetic:
o G4EmModelActivator: fix for Opt4 and single-scattering activation.
Addressing problem report #2045.
o Processes - Electromagnetic:
---------------------------
+ lowenergy:
o G4LivermorePhotoElectricModel: fixed incorrect deletion of static
members when models defined per region. Addressing problem report #2052.
o Processes - Hadronic:
--------------------
+ models/particle_hp:
o G4ParticleHPFissionFS: protect against very rare cases of division
by zero.
+ models/radioactive_decay:
o G4RadioactiveDecay: in ConvolveSourceTimeProfile(), switch from
std::exp() to std::expm1() where small exp arguments are expected.
This greatly reduces cancellation errors as well as the accumulated
error in the variance reduction weight calculation. Although negative
weights still occur, their size is reduced by about ten orders of
magnitude, enough to set negative weights to zero.
G4Radioactivation::ConvolveSourceTimeProfile(): same as above.
Addresses problem report #1480.
o Make sure last stable nuclide in decay chain is included as secondary
in G4RadioactiveDecay::AddDeexcitationSpectrumForBiasMode() and in
G4Radioactivation::AddDeexcitationSpectrumForBiasMode().
Addresses problem report #2024.
o Run:
---
+ G4ExceptionHandler: added track/step/volume information when an
exception happens while event is being processed.
o Visualization:
-------------
+ modeling:
o Fixed bug in calculation of mass of parallel world, protecting for
the case of no material assigned. Addressing problem report #2039.
+ Tree:
o Fixed bug in suppressed writing of repeated parameterised volumes.
o Improved command guidance and advice printing.
o Data sets:
---------
+ Patched data set for measured optical surface reflectance
G4RealSurface-2.1.1:
o Merged LBNL LUTs data introduced in 2.0 with the Davis LUTs.
Addressing problem report #2043.
o Examples:
--------
+ extended/optical/LXe:
o Fixed header guard. Addressing problem report #2041.
----------------------------------------------------------------------------
Technical Notes
---------------
o This patch should be applied on top of release 10.4 or 10.4.p01.
o Technical notes distributed for release 10.4 are also applicable and
valid for this patch.
The code and rebuilt binary libraries for release 10.4.p02 are available
through our "Download" Web page.
Please refer to the Geant4 User Documentation for further information about
using Geant4.
+4
View File
@@ -31,6 +31,10 @@ add this in the documentation for the changed file as [BUGFIX #BUGNUMBER].
----------------------------------------------------------
23rd May 2018 - Gunter Folger (cmake-V10-03-54)
- Update Geant4DatasetDefinitions to use G4RealSurface 2.1.1
patched version bringing back data lost in 2.1
26th February 2018 - Ben Morgan (cmake-V10-03-53, 52)
- Geant4InstallData.cmake, Geant4CTest.cmake: Update URL for downloads
to "cern.ch/geant4-data" as the correct alias to new EOS area, seperate
+2 -2
View File
@@ -68,11 +68,11 @@ geant4_add_dataset(
# - Optical Surfaces
geant4_add_dataset(
NAME RealSurface
VERSION 2.1
VERSION 2.1.1
FILENAME G4RealSurface
EXTENSION tar.gz
ENVVAR G4REALSURFACEDATA
MD5SUM f1c72b31d45905f011e2ec4ea96612f4
MD5SUM 1d0fcc24c7082edae1e22a3d43fbb4d9
)
# - SAID
+13 -1
View File
@@ -1,4 +1,4 @@
svn log $Id: History 108466 2018-02-15 13:48:04Z gcosmo $
svn log $Id: History 110053 2018-05-15 08:55:49Z gcosmo $
-------------------------------------------------------------------
=========================================================
@@ -16,6 +16,18 @@ committal in the CVS repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
12th April 2018 Gabriele Cosmo (config-V10-03-09)
- WIN32-VC.gmk: updated obsolete configuration for Qt5.
20th March 2018 Gabriele Cosmo
- architecture.gmk: corrected default path for external expat and zlib.
19th March 2018 Gabriele Cosmo
- architecture.gmk: corrected settings for external expat and zlib.
9th March 2018 Gabriele Cosmo
- Darwing-clang.gmk: removed -pthread and -fPIC compilation options.
14th February 2018 Gabriele Cosmo (config-V10-03-08)
- Disable "-Wl,-force_load" global linker flag for static libraries in macro
Darwing-clang.gmk.
+34 -6
View File
@@ -1,4 +1,4 @@
# $Id: architecture.gmk 107491 2017-11-16 09:38:59Z gcosmo $
# $Id: architecture.gmk 110053 2018-05-15 08:55:49Z gcosmo $
# ------------------------------------------------------------------------
# GEANT 4 - Architecture configuration script for GNU Make
#
@@ -288,13 +288,41 @@ endif
ifneq (,$(findstring WIN32-VC,$(G4SYSTEM)))
LDFLAGS += -link $(LIB_PATH)$(G4INSTALL)/lib
endif
ifeq (,$(findstring WIN32-VC,$(G4SYSTEM)))
ifndef G4LIB_USE_EXPAT
LOADLIBS += -lexpat
ifndef G4LIB_USE_EXPAT
ifndef EXPATROOT
EXPATROOT := /usr
endif
ifndef G4LIB_USE_ZLIB
LOADLIBS += -lz
ifndef EXPATFLAGS
EXPATFLAGS := -I$(EXPATROOT)/include
endif
ifndef EXPATLIBS
ifneq (,$(findstring WIN32-VC,$(G4SYSTEM)))
EXPATLIBS := $(LIB_PATH)$(EXPATROOT)/lib expat.lib
else
EXPATLIBS := -L$(EXPATROOT)/lib -lexpat
endif
endif
CPPFLAGS += $(EXPATFLAGS)
LOADLIBS += $(EXPATLIBS)
endif
ifndef G4LIB_USE_ZLIB
ifndef ZLIBROOT
ZLIBROOT := /usr
endif
ifndef ZLIBFLAGS
ZLIBFLAGS := -I$(ZLIBROOT)/include
endif
ifndef ZLIBLIBS
ifneq (,$(findstring WIN32-VC,$(G4SYSTEM)))
ZLIBLIBS := $(LIB_PATH)$(ZLIBROOT)/lib zlib.lib
else
ZLIBLIBS := -L$(ZLIBROOT)/lib -lz
endif
endif
CPPFLAGS += $(ZLIBFLAGS)
LOADLIBS += $(ZLIBLIBS)
endif
# Graphic variables...
+1 -6
View File
@@ -24,7 +24,7 @@ ifeq ($(G4SYSTEM),Darwin-clang)
endif
endif
ifdef G4MULTITHREADED
CXXFLAGS += -ftls-model=initial-exec -pthread
CXXFLAGS += -ftls-model=initial-exec
endif
ifdef G4OPTIMISE
CXXFLAGS += -O3
@@ -47,11 +47,6 @@ ifeq ($(G4SYSTEM),Darwin-clang)
FCFLAGS += -O2 -g
CCFLAGS += -O2 -g
endif
ifdef G4LIB_BUILD_SHARED
CXXFLAGS += -fPIC
FCFLAGS += -fPIC
CCFLAGS += -fPIC
endif
G4RUNPATHOPTION := -Wl,-rpath
# G4STATIC_MODE += -Wl,-force_load
FC := gfortran
+12 -11
View File
@@ -38,20 +38,24 @@ ifeq ($(G4SYSTEM),WIN32-VC)
UI32LIBS := gdi32.lib user32.lib
endif
ifndef QTHOME
QTHOME := /usr
QTHOME := /Qt
endif
ifndef QTFLAGS
QTFLAGS := -I$(QTHOME)/include/Qt -I$(QTHOME)/include
ifndef QTFLAGS # Qt5
QTFLAGS := -I$(QTHOME)/include
QTFLAGS += -I$(QTHOME)/include/QtCore
QTFLAGS += -I$(QTHOME)/include/QtGui
QTFLAGS += -I$(QTHOME)/include/QtWidgets
QTFLAGS += -I$(QTHOME)/include/QtOpenGL
QTFLAGS += -I$(QTHOME)/include/QtPrintSupport
endif
ifndef QTMOC
QTMOC := $(QTHOME)/bin/moc
QTMOC := $(QTHOME)/bin/moc
endif
ifndef QTLIBS
QTLIBS := -L$(QTHOME)/lib QtCore4.lib QtGui4.lib
ifndef QTLIBS # Qt5
QTLIBS := $(LIB_PATH)$(QTHOME)/lib Qt5Core.lib Qt5Gui.lib Qt5Widgets.lib Qt5PrintSupport.lib
endif
ifndef GLQTLIBS
GLQTLIBS := -L$(QTHOME)/lib QtCore4.lib QtGui4.lib QtOpenGL4.lib
GLQTLIBS := $(LIB_PATH)$(QTHOME)/lib Qt5Core.lib Qt5Gui.lib Qt5Widgets.lib Qt5OpenGL.lib Qt5PrintSupport.lib
endif
#
@@ -77,9 +81,6 @@ ifeq ($(G4SYSTEM),WIN32-VC)
# Note that a DLL must be fully linked. You should NOT have undefined
# symbols as output of the link command.
#
ifdef G4LIB_USE_USOLIDS
GLOBLIBS += libG4geomUSolids.lib
endif
ifdef G4LIB_USE_CLHEP
GLOBLIBS += libG4clhep.lib
endif
File diff suppressed because it is too large Load Diff
+9 -9
View File
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -245,8 +245,8 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics
ooo Run 0 starts (global).
--------- Ranlux engine status ---------
Initial seed = 1519841843
float_seed_table[] = 0.725011 0.631359 0.276036 0.417606 0.243859 0.878627 0.419541 0.623532 0.185341 0.321468 0.392007 0.969589 0.312125 0.496449 0.0430171 0.419723 0.783814 0.560571 0.773381 0.0896648 0.927311 0.535654 0.727694 0.116584
Initial seed = 1527242741
float_seed_table[] = 0.0173532 0.386689 0.174963 0.0924283 0.461245 0.444277 0.465582 0.819176 0.683088 0.0994747 0.529218 0.276284 0.275958 0.308286 0.864636 0.695254 0.887775 0.538053 0.740526 0.600216 0.0324905 0.123691 0.367957 0.501525
i_lag = 23, j_lag = 9
carry = 0, count24 = 0
luxury = 3 nskip = 199
@@ -257,7 +257,7 @@ mu- Mono Plane
Run terminated.
Run Summary
Number of events processed : 100
User=3.06s Real=3.11s Sys=0.01s
User=3.47s Real=3.73s Sys=0s
### Run 0 (global) ended.
Graphics systems deleted.
Visualization Manager deleting...
@@ -272,22 +272,22 @@ G4SDManager deleted.
EventManager deleted.
Units table cleared.
TransportationManager deleted.
Total navigation history collections cleaned: 10
Total navigation history collections cleaned: 9
================== Deleting memory pools ===================
Pool ID '20G4NavigationLevelRep', size : 0.0135 MB
Pool ID '20G4NavigationLevelRep', size : 0.0115 MB
Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB
Pool ID '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.0356 MB
Pool ID '7G4Track', size : 0.0711 MB
Pool ID '17G4DynamicParticle', size : 0.025 MB
Pool ID '7G4Track', size : 0.05 MB
Pool ID '18G4TouchableHistory', size : 0.000961 MB
Pool ID '15G4CountedObjectIvE', size : 0.000961 MB
Pool ID '15UltraOpticalHit', size : 0.00481 MB
Number of memory pools allocated: 12 of which, static: 0
Dynamic pools deleted: 12 / Total memory freed: 0.13 MB
Dynamic pools deleted: 12 / Total memory freed: 0.099 MB
============================================================
G4Allocator objects are deleted.
UImanager deleted.
+2 -2
View File
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
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=12.68s Real=12.74s Sys=0.01s
User=9.01s Real=9.18s Sys=0s
-------------------------------------------------------------
---> The calorimeter is 9 Modules
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -51,7 +51,7 @@ Some /vis commands (optionally) take a string to specify colour.
############################################
**************************************************************
Geant4 version Name: geant4-10-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -959,7 +959,7 @@ WARNING: Scene "none" not found.
Run terminated.
Run Summary
Number of events processed : 10
User=23.57s Real=23.8s Sys=0.04s
User=17.99s Real=19.56s Sys=0.02s
### Run 0 end.
WARNING: command "/vis/viewer/update" could not be applied: no current viewer.
... write Root file : ccal.root - done
@@ -980,23 +980,23 @@ CCalEndOfEventAction deleted
EventManager deleted.
Units table cleared.
TransportationManager deleted.
Total navigation history collections cleaned: 208
Total navigation history collections cleaned: 47
================== Deleting memory pools ===================
Pool ID '20G4NavigationLevelRep', size : 0.313 MB
Pool ID '20G4NavigationLevelRep', size : 0.0692 MB
Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB
Pool ID '17G4DynamicParticle', size : 0.12 MB
Pool ID '17G4DynamicParticle', size : 0.0683 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 '7G4Track', size : 0.239 MB
Pool ID '18G4TouchableHistory', size : 0.025 MB
Pool ID '15G4CountedObjectIvE', size : 0.00385 MB
Pool ID '17G4ReactionProduct', size : 0.0135 MB
Pool ID '10G4Fragment', size : 0.00481 MB
Pool ID '7G4Track', size : 0.136 MB
Pool ID '18G4TouchableHistory', size : 0.00577 MB
Pool ID '15G4CountedObjectIvE', size : 0.000961 MB
Pool ID '17G4ReactionProduct', size : 0.0115 MB
Pool ID '10G4Fragment', size : 0.00577 MB
Number of memory pools allocated: 13 of which, static: 0
Dynamic pools deleted: 13 / Total memory freed: 0.73 MB
Dynamic pools deleted: 13 / Total memory freed: 0.3 MB
============================================================
G4Allocator objects are deleted.
UImanager deleted.
@@ -1,24 +1,33 @@
0.014046
0.0350679
0.0551611
0.000820161
0.0303978
0.0678637
0.0581019
0.0903615
0.0540812
0.0580977
0.028536
0.00033935
0.0825919
0.0925048
0.0858539
0.0373501
0.0502226
0.100689
0.0486898
0.0644975
0.0457778
0.0185423
0.0477798
0.0515857
0.0906845
0.0456248
0.0761217
0.0430819
0.0417554
0.0893428
0.0517076
0.0801059
0.0278087
0.0921982
0.0833069
0.0125197
0.0848467
0.0783465
0.0440602
0.0646256
0.099871
0.000403345
0.0481672
0.0897064
0.019232
0.00679303
0.045635
0.000488575
0.109652
0.00624017
0.042296
0.0533382
0.141351
0.0929151
0.0316446
0.101791
0.0782333
+2 -2
View File
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -201,4 +201,4 @@ Index : 2 used in the geometry : Yes
---- eRosita event counter: 9000
---- eRosita event counter: 10000
--- Run 00 ends (Number of events = 10000).
User=65.84s Real=66.03s Sys=0.01s
User=57.37s Real=60.01s Sys=0.01s
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -596,7 +596,7 @@ Run 0 starts ...
Run terminated.
Run Summary
Number of events processed : 500
User=8.11s Real=8.28s Sys=0.03s
User=6.92s Real=7.45s Sys=0.06s
Dose is being written to Dose.out
-------- WWWW ------- G4Exception-START -------- WWWW -------
@@ -1791,6 +1791,14 @@ Dose is being written to Dose.out
-------- WWWW -------- G4Exception-END --------- WWWW -------
-------- WWWW ------- G4Exception-START -------- WWWW -------
*** G4Exception : Analysis_W011
issued by : G4TNtupleManager::FillNtupleTColumn
ntupleId 1 does not exist.
*** This is just a warning message. ***
-------- WWWW -------- G4Exception-END --------- WWWW -------
-------- WWWW ------- G4Exception-START -------- WWWW -------
*** G4Exception : Analysis_W011
issued by : G4TNtupleManager::FillNtupleTColumn
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -821,47 +821,47 @@ Index : 2 used in the geometry : Yes
### Run 0 start.
Number of events = 100
Energy Total in Run:logicalBrain, ID: 0, Energy Deposition (MeV): 0
Energy Total in Run:logicalHead, ID: 1, Energy Deposition (MeV): 5.73115
Energy Total in Run:logicalHead, ID: 1, Energy Deposition (MeV): 2.96343
Energy Total in Run:logicalHeart, ID: 2, Energy Deposition (MeV): 0
Energy Total in Run:logicalLeftAdrenal, ID: 3, Energy Deposition (MeV): 0
Energy Total in Run:logicalLeftArmBone, ID: 4, Energy Deposition (MeV): 0
Energy Total in Run:logicalLeftBreast, ID: 5, Energy Deposition (MeV): 0
Energy Total in Run:logicalLeftClavicle, ID: 6, Energy Deposition (MeV): 0
Energy Total in Run:logicalLeftKidney, ID: 7, Energy Deposition (MeV): 0
Energy Total in Run:logicalLeftLeg, ID: 8, Energy Deposition (MeV): 7.62381
Energy Total in Run:logicalLeftLeg, ID: 8, Energy Deposition (MeV): 8.01323
Energy Total in Run:logicalLeftLegBone, ID: 9, Energy Deposition (MeV): 0
Energy Total in Run:logicalLeftLung, ID: 10, Energy Deposition (MeV): 0
Energy Total in Run:logicalLeftOvary, ID: 11, Energy Deposition (MeV): 0
Energy Total in Run:logicalLeftScapula, ID: 12, Energy Deposition (MeV): 0
Energy Total in Run:logicalLeftTeste, ID: 13, Energy Deposition (MeV): 0
Energy Total in Run:logicalLowerLargeIntestine, ID: 14, Energy Deposition (MeV): 0
Energy Total in Run:logicalMaleGenitalia, ID: 15, Energy Deposition (MeV): 1.92807
Energy Total in Run:logicalMaleGenitalia, ID: 15, Energy Deposition (MeV): 0.302382
Energy Total in Run:logicalMiddleLowerSpine, ID: 16, Energy Deposition (MeV): 0
Energy Total in Run:logicalPancreas, ID: 17, Energy Deposition (MeV): 0
Energy Total in Run:logicalPelvis, ID: 18, Energy Deposition (MeV): 0
Energy Total in Run:logicalRibCage, ID: 19, Energy Deposition (MeV): 0
Energy Total in Run:logicalRibCage, ID: 19, Energy Deposition (MeV): 0.308297
Energy Total in Run:logicalRightAdrenal, ID: 20, Energy Deposition (MeV): 0
Energy Total in Run:logicalRightArmBone, ID: 21, Energy Deposition (MeV): 0
Energy Total in Run:logicalRightBreast, ID: 22, Energy Deposition (MeV): 0
Energy Total in Run:logicalRightClavicle, ID: 23, Energy Deposition (MeV): 0
Energy Total in Run:logicalRightKidney, ID: 24, Energy Deposition (MeV): 0
Energy Total in Run:logicalRightLeg, ID: 25, Energy Deposition (MeV): 12.2558
Energy Total in Run:logicalRightLegBone, ID: 26, Energy Deposition (MeV): 0.0737804
Energy Total in Run:logicalRightLeg, ID: 25, Energy Deposition (MeV): 10.4416
Energy Total in Run:logicalRightLegBone, ID: 26, Energy Deposition (MeV): 0
Energy Total in Run:logicalRightLung, ID: 27, Energy Deposition (MeV): 0
Energy Total in Run:logicalRightOvary, ID: 28, Energy Deposition (MeV): 0
Energy Total in Run:logicalRightScapula, ID: 29, Energy Deposition (MeV): 0
Energy Total in Run:logicalRightTeste, ID: 30, Energy Deposition (MeV): 0
Energy Total in Run:logicalSkull, ID: 31, Energy Deposition (MeV): 1.21636
Energy Total in Run:logicalSkull, ID: 31, Energy Deposition (MeV): 0
Energy Total in Run:logicalSmallIntestine, ID: 32, Energy Deposition (MeV): 0
Energy Total in Run:logicalSpleen, ID: 33, Energy Deposition (MeV): 0
Energy Total in Run:logicalStomach, ID: 34, Energy Deposition (MeV): 0
Energy Total in Run:logicalThymus, ID: 35, Energy Deposition (MeV): 0
Energy Total in Run:logicalThyroid, ID: 36, Energy Deposition (MeV): 0
Energy Total in Run:logicalTrunk, ID: 37, Energy Deposition (MeV): 30.1488
Energy Total in Run:logicalTrunk, ID: 37, Energy Deposition (MeV): 30.5608
Energy Total in Run:logicalUpperLargeIntestine, ID: 38, Energy Deposition (MeV): 0
Energy Total in Run:logicalUpperSpine, ID: 39, Energy Deposition (MeV): 0
Energy Total in Run:logicalUrinaryBladder, ID: 40, Energy Deposition (MeV): 0
Energy Total in Run:logicalUterus, ID: 41, Energy Deposition (MeV): 0
Total Energy deposit in the body is: 58.9778 MeV
Total Energy deposit in the body is: 52.5897 MeV
Graphics systems deleted.
Visualization Manager deleting...
File diff suppressed because it is too large Load Diff
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -896,13 +896,13 @@ Start closing geometry.
G4GeometryManager::ReportVoxelStats -- Voxel Statistics
Total memory consumed for geometry optimisation: 395 kByte
Total CPU time elapsed for geometry optimisation: 0.35 seconds
Total CPU time elapsed for geometry optimisation: 0.39 seconds
Voxelisation: top CPU users:
Percent Total CPU System CPU Memory Volume
------- ---------- ---------- -------- ----------
62.86 0.22 0.00 152k EmModuleLogical
37.14 0.13 0.00 238k HadModuleLogical
53.85 0.21 0.00 152k EmModuleLogical
46.15 0.18 0.00 238k HadModuleLogical
0.00 0.00 0.00 4k Mother
0.00 0.00 0.00 0k CryostatLogical
0.00 0.00 0.00 0k LArgLogical
@@ -913,8 +913,8 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics
Voxelisation: top memory users:
Percent Memory Heads Nodes Pointers Total CPU Volume
------- -------- ------ ------ -------- ---------- ----------
60.17 238k 1385 2370 3792 0.13 HadModuleLogical
38.50 152k 1129 1152 2426 0.22 EmModuleLogical
60.17 238k 1385 2370 3792 0.18 HadModuleLogical
38.50 152k 1129 1152 2426 0.21 EmModuleLogical
0.93 3k 8 42 146 0.00 Mother
0.12 0k 1 7 8 0.00 SolidWLogical
0.12 0k 1 7 8 0.00 CuPlateLogical
@@ -930,352 +930,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 : 40
Number of F1 Tiles with Positive energy : 43
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
1.8978 1.56852 1.81589
Visible Energy in Hole Counter (MeV)
0 0
Visible Energy in Upstream Dead Materials
2.55025
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 Scondaries 88
EmEdep is=19730.7 MeV
HadEdep is=2.15227 MeV
Edep in FCAL1 FCAl2 : 19730.7 2.15227
**** Primary : 2
Vertex : (-3.76032,10.9751,32740)
Number of F1 Tiles with Positive energy : 56
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
1.6116 1.89972 1.59722
Visible Energy in Hole Counter (MeV)
0 94.682
Visible Energy in Upstream Dead Materials
930.645
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 32
N Scondaries 159
EmEdep is=17814.3 MeV
HadEdep is=10.8824 MeV
Edep in FCAL1 FCAl2 : 17814.3 10.8824
**** Primary : 3
Vertex : (13.1951,2.677,32740)
Number of F1 Tiles with Positive energy : 43
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
1.74472 1.97508 1.69183
Visible Energy in Hole Counter (MeV)
0 0
Visible Energy in Upstream Dead Materials
10.3599
Visible Energy in Tail Catcher Scintillator
0 0 0 0 0 0 0
Visible Energy in Tail Catcher Absorber
0 0 0 0 0 0
N Tracks out of world 0
N Scondaries 248
EmEdep is=19708.1 MeV
HadEdep is=15.5888 MeV
Edep in FCAL1 FCAl2 : 19708.1 15.5888
**** Primary : 4
Vertex : (-8.66148,-8.80731,32740)
Number of F1 Tiles with Positive energy : 42
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
1.68245 1.65973 2.9141
Visible Energy in Hole Counter (MeV)
0 0
Visible Energy in Upstream Dead Materials
4.09657
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 Scondaries 234
EmEdep is=19934.2 MeV
HadEdep is=0 MeV
Edep in FCAL1 FCAl2 : 19934.2 0
**** Primary : 5
Vertex : (4.75859,7.01622,32740)
Number of F1 Tiles with Positive energy : 38
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
2.41624 1.64893 1.58829
Visible Energy in Hole Counter (MeV)
0 0
Visible Energy in Upstream Dead Materials
11.0571
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 Scondaries 123
EmEdep is=19662.8 MeV
HadEdep is=0 MeV
Edep in FCAL1 FCAl2 : 19662.8 0
**** Primary : 6
Vertex : (1.94335,14.9228,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.55552 1.51785 1.67203
Visible Energy in Hole Counter (MeV)
0 0
Visible Energy in Upstream Dead Materials
7.09907
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 Scondaries 127
EmEdep is=19522.9 MeV
HadEdep is=4.58173 MeV
Edep in FCAL1 FCAl2 : 19522.9 4.58173
**** Primary : 7
Vertex : (-10.9878,-6.7949,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.29698 2.0887 2.66963
Visible Energy in Hole Counter (MeV)
0 100.864
Visible Energy in Upstream Dead Materials
1684.92
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 Scondaries 181
EmEdep is=17543.5 MeV
HadEdep is=6.83216 MeV
Edep in FCAL1 FCAl2 : 17543.5 6.83216
**** Primary : 8
Vertex : (10.9757,-1.49585,32740)
Number of F1 Tiles with Positive energy : 50
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
1.91767 1.56109 2.3757
Visible Energy in Hole Counter (MeV)
0 0
Visible Energy in Upstream Dead Materials
7.21483
Visible Energy in Tail Catcher Scintillator
0 0 0 0 0 0 0
Visible Energy in Tail Catcher Absorber
0 0 0 0 0 0
N Tracks out of world 0
N Scondaries 152
EmEdep is=19729.9 MeV
HadEdep is=2.14372 MeV
Edep in FCAL1 FCAl2 : 19729.9 2.14372
**** Primary : 9
Vertex : (-27.7734,3.36444,32740)
Number of F1 Tiles with Positive energy : 64
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
1.60327 1.666 1.71481
Visible Energy in Hole Counter (MeV)
0 44.2055
Visible Energy in Upstream Dead Materials
8815.95
Visible Energy in Tail Catcher Scintillator
0 0 0 0 0 0 0
Visible Energy in Tail Catcher Absorber
0 0 0 0 0 0
N Tracks out of world 118
N Scondaries 67
EmEdep is=9382.3 MeV
HadEdep is=0.104906 MeV
Edep in FCAL1 FCAl2 : 9382.3 0.104906
**** Primary : 10
Vertex : (-22.5474,4.1006,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.55753 1.66766 1.67896
Visible Energy in Hole Counter (MeV)
0 0
Visible Energy in Upstream Dead Materials
15.3441
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 Scondaries 118
EmEdep is=19749.1 MeV
HadEdep is=0.945903 MeV
Edep in FCAL1 FCAl2 : 19749.1 0.945903
---> Begin of event: 11
**** Primary : 11
Vertex : (-6.31939,21.5056,32740)
Number of F1 Tiles with Positive energy : 49
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
2.71351 1.89495 1.57562
Visible Energy in Hole Counter (MeV)
0 0
Visible Energy in Upstream Dead Materials
9.38659
4.86952
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 Scondaries 184
EmEdep is=19856.7 MeV
HadEdep is=41.184 MeV
Edep in FCAL1 FCAl2 : 19856.7 41.184
N Scondaries 88
EmEdep is=19677.1 MeV
HadEdep is=0.160918 MeV
Edep in FCAL1 FCAl2 : 19677.1 0.160918
**** Primary : 2
Vertex : (-3.76032,10.9751,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.68936 1.51016 1.72168
Visible Energy in Hole Counter (MeV)
0 54.2338
Visible Energy in Upstream Dead Materials
527.664
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 23
N Scondaries 158
EmEdep is=18983.8 MeV
HadEdep is=5.58221 MeV
Edep in FCAL1 FCAl2 : 18983.8 5.58221
**** Primary : 3
Vertex : (13.1951,2.677,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)
2.03165 2.47862 1.63679
Visible Energy in Hole Counter (MeV)
0 173.929
Visible Energy in Upstream Dead Materials
3596.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 144
N Scondaries 157
EmEdep is=14111.4 MeV
HadEdep is=0.455999 MeV
Edep in FCAL1 FCAl2 : 14111.4 0.455999
**** Primary : 4
Vertex : (-8.66148,-8.80731,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.52213 1.61021 1.85701
Visible Energy in Hole Counter (MeV)
0 0
Visible Energy in Upstream Dead Materials
3.50902
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 Scondaries 125
EmEdep is=19837.2 MeV
HadEdep is=4.54147 MeV
Edep in FCAL1 FCAl2 : 19837.2 4.54147
**** Primary : 5
Vertex : (4.75859,7.01622,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.71425 1.61745 1.6936
Visible Energy in Hole Counter (MeV)
0 0
Visible Energy in Upstream Dead Materials
7.66546
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 Scondaries 162
EmEdep is=19864.1 MeV
HadEdep is=3.79812 MeV
Edep in FCAL1 FCAl2 : 19864.1 3.79812
**** 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.60505 1.70903 1.60198
Visible Energy in Hole Counter (MeV)
0 102.912
Visible Energy in Upstream Dead Materials
1662.15
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 54
N Scondaries 278
EmEdep is=16995.9 MeV
HadEdep is=0 MeV
Edep in FCAL1 FCAl2 : 16995.9 0
**** Primary : 7
Vertex : (-10.9878,-6.7949,32740)
Number of F1 Tiles with Positive energy : 53
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
1.67938 2.18192 2.3177
Visible Energy in Hole Counter (MeV)
0 160.938
Visible Energy in Upstream Dead Materials
4313.79
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 145
N Scondaries 115
EmEdep is=14010.1 MeV
HadEdep is=0.44534 MeV
Edep in FCAL1 FCAl2 : 14010.1 0.44534
**** Primary : 8
Vertex : (10.9757,-1.49585,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.67358 1.65069 1.72695
Visible Energy in Hole Counter (MeV)
0 32.4962
Visible Energy in Upstream Dead Materials
2892.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 31
N Scondaries 196
EmEdep is=16898.4 MeV
HadEdep is=3.53443 MeV
Edep in FCAL1 FCAl2 : 16898.4 3.53443
**** Primary : 9
Vertex : (-27.7734,3.36444,32740)
Number of F1 Tiles with Positive energy : 68
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
2.03691 2.96295 4.98263
Visible Energy in Hole Counter (MeV)
0 127.196
Visible Energy in Upstream Dead Materials
10904.8
Visible Energy in Tail Catcher Scintillator
0 0.0360856 0 0 0 0 0
Visible Energy in Tail Catcher Absorber
11.3177 5.69677 0 0 0 0
N Tracks out of world 275
N Scondaries 165
EmEdep is=6089.32 MeV
HadEdep is=0.356943 MeV
Edep in FCAL1 FCAl2 : 6089.32 0.356943
**** Primary : 10
Vertex : (-22.5474,4.1006,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.54291 2.4327 3.59498
Visible Energy in Hole Counter (MeV)
0 13.7229
Visible Energy in Upstream Dead Materials
469.791
Visible Energy in Tail Catcher Scintillator
0 0 0 0 0 0 0
Visible Energy in Tail Catcher Absorber
0.0563027 0 0 0 0 0
N Tracks out of world 19
N Scondaries 129
EmEdep is=19184.9 MeV
HadEdep is=0 MeV
Edep in FCAL1 FCAl2 : 19184.9 0
---> Begin of event: 11
**** Primary : 11
Vertex : (-6.31939,21.5056,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.56698 1.69817 1.83575
Visible Energy in Hole Counter (MeV)
0 55.3196
Visible Energy in Upstream Dead Materials
852.531
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 29
N Scondaries 243
EmEdep is=18395.4 MeV
HadEdep is=0 MeV
Edep in FCAL1 FCAl2 : 18395.4 0
**** Primary : 12
Vertex : (17.1015,6.30557,32740)
Number of F1 Tiles with Positive energy : 40
Number of F1 Tiles with Positive energy : 43
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
2.23316 1.91729 1.85699
1.82558 1.83783 1.60008
Visible Energy in Hole Counter (MeV)
0 0
Visible Energy in Upstream Dead Materials
2.56023
2.56214
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 Scondaries 202
EmEdep is=19882.5 MeV
N Tracks out of world 0
N Scondaries 177
EmEdep is=19848.9 MeV
HadEdep is=0 MeV
Edep in FCAL1 FCAl2 : 19882.5 0
Edep in FCAL1 FCAl2 : 19848.9 0
**** Primary : 13
Vertex : (-24.9484,11.8659,32740)
Number of F1 Tiles with Positive energy : 21
Number of F1 Tiles with Positive energy : 44
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
1.67337 4.08785 6.19936
1.94015 1.56302 1.50918
Visible Energy in Hole Counter (MeV)
0 221.858
0 90.8527
Visible Energy in Upstream Dead Materials
18075
12485.6
Visible Energy in Tail Catcher Scintillator
0 0 0 0 0 0 0
Visible Energy in Tail Catcher Absorber
0.778348 0 0 0 0 0
N Tracks out of world 294
N Scondaries 125
EmEdep is=544.587 MeV
0 0 0 0 0 0
N Tracks out of world 148
N Scondaries 107
EmEdep is=6063.16 MeV
HadEdep is=0 MeV
Edep in FCAL1 FCAl2 : 544.587 0
Edep in FCAL1 FCAl2 : 6063.16 0
**** Primary : 14
Vertex : (-0.133696,18.3151,32740)
Number of F1 Tiles with Positive energy : 40
Number of F1 Tiles with Positive energy : 44
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
1.71043 1.83595 1.53008
3.85258 1.73962 1.65606
Visible Energy in Hole Counter (MeV)
0 0
Visible Energy in Upstream Dead Materials
3.05236
4.7632
Visible Energy in Tail Catcher Scintillator
0.0145308 0 0 0 0 0 0
0 0 0 0 0 0 0
Visible Energy in Tail Catcher Absorber
0.0386011 0 0 0 0 0
N Tracks out of world 4
N Scondaries 254
EmEdep is=19729 MeV
HadEdep is=0.21828 MeV
Edep in FCAL1 FCAl2 : 19729 0.21828
0 0 0 0 0 0
N Tracks out of world 1
N Scondaries 270
EmEdep is=19899.1 MeV
HadEdep is=29.0611 MeV
Edep in FCAL1 FCAl2 : 19899.1 29.0611
**** Primary : 15
Vertex : (17.3196,17.6617,32740)
Number of F1 Tiles with Positive energy : 50
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.67188 1.85665 1.7621
1.48948 2.73204 1.83599
Visible Energy in Hole Counter (MeV)
0 0
Visible Energy in Upstream Dead Materials
4.45006
12.1352
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 Scondaries 115
EmEdep is=19697.4 MeV
HadEdep is=0.1381 MeV
Edep in FCAL1 FCAl2 : 19697.4 0.1381
N Tracks out of world 3
N Scondaries 167
EmEdep is=19854.8 MeV
HadEdep is=0.921535 MeV
Edep in FCAL1 FCAl2 : 19854.8 0.921535
**** Primary : 16
Vertex : (-20.8489,10.8988,32740)
Number of F1 Tiles with Positive energy : 60
Number of F1 Tiles with Positive energy : 66
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
1.61336 1.47782 1.43986
1.63582 1.89912 1.5872
Visible Energy in Hole Counter (MeV)
0 51.4953
0 117.078
Visible Energy in Upstream Dead Materials
3548.73
6127.16
Visible Energy in Tail Catcher Scintillator
0.0555929 0 0 0 0 0 0
0 0 0 0 0 0 0
Visible Energy in Tail Catcher Absorber
0.000195922 0 0 0 0 0
N Tracks out of world 118
N Scondaries 148
EmEdep is=14361.3 MeV
HadEdep is=2.39587 MeV
Edep in FCAL1 FCAl2 : 14361.3 2.39587
0 0 0 0 0 0
N Tracks out of world 149
N Scondaries 161
EmEdep is=11879.5 MeV
HadEdep is=7.22305 MeV
Edep in FCAL1 FCAl2 : 11879.5 7.22305
**** Primary : 17
Vertex : (-9.96316,-9.33478,32740)
Number of F1 Tiles with Positive energy : 40
Number of F1 Tiles with Positive energy : 43
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
1.58173 1.69544 2.19001
2.37403 1.84634 1.54957
Visible Energy in Hole Counter (MeV)
0 3.76836
Visible Energy in Upstream Dead Materials
7.51227
Visible Energy in Tail Catcher Scintillator
0 0 0 0 0 0 0
Visible Energy in Tail Catcher Absorber
0 0 0 0 0 0
N Tracks out of world 0
N Scondaries 164
EmEdep is=19786.2 MeV
HadEdep is=0.694983 MeV
Edep in FCAL1 FCAl2 : 19786.2 0.694983
**** Primary : 18
Vertex : (-9.96316,-9.33478,32740)
Number of F1 Tiles with Positive energy : 44
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
1.73078 1.73223 2.04694
Visible Energy in Hole Counter (MeV)
0 0
Visible Energy in Upstream Dead Materials
1.8668
11.414
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 Scondaries 126
EmEdep is=19861.9 MeV
HadEdep is=15.3725 MeV
Edep in FCAL1 FCAl2 : 19861.9 15.3725
**** Primary : 18
Vertex : (-9.96316,-9.33478,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.565 1.62978 1.59394
Visible Energy in Hole Counter (MeV)
0 263.52
Visible Energy in Upstream Dead Materials
4086.4
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 168
N Scondaries 151
EmEdep is=12712.7 MeV
HadEdep is=0.422433 MeV
Edep in FCAL1 FCAl2 : 12712.7 0.422433
N Tracks out of world 10
N Scondaries 236
EmEdep is=19634.6 MeV
HadEdep is=11.9796 MeV
Edep in FCAL1 FCAl2 : 19634.6 11.9796
Run terminated.
Run Summary
Number of events processed : 18
User=16.04s Real=16.06s Sys=0.01s
User=13.39s Real=14.87s Sys=0s
Graphics systems deleted.
Visualization Manager deleting...
G4 kernel has come to Quit state.
@@ -1289,21 +1289,21 @@ G4SDManager deleted.
EventManager deleted.
Units table cleared.
TransportationManager deleted.
Total navigation history collections cleaned: 280
Total navigation history collections cleaned: 42
================== Deleting memory pools ===================
Pool ID '20G4NavigationLevelRep', size : 0.373 MB
Pool ID '20G4NavigationLevelRep', size : 0.0596 MB
Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB
Pool ID '17G4DynamicParticle', size : 0.1 MB
Pool ID '17G4DynamicParticle', size : 0.0904 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 '7G4Track', size : 0.199 MB
Pool ID '18G4TouchableHistory', size : 0.0336 MB
Pool ID '15G4CountedObjectIvE', size : 0.00481 MB
Pool ID '10G4Fragment', size : 0.000961 MB
Pool ID '7G4Track', size : 0.181 MB
Pool ID '18G4TouchableHistory', size : 0.00481 MB
Pool ID '15G4CountedObjectIvE', size : 0.000961 MB
Pool ID '10G4Fragment', size : 0.00192 MB
Number of memory pools allocated: 11 of which, static: 0
Dynamic pools deleted: 11 / Total memory freed: 0.72 MB
Dynamic pools deleted: 11 / Total memory freed: 0.34 MB
============================================================
G4Allocator objects are deleted.
UImanager deleted.
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
@@ -1,275 +1,341 @@
Sensitive Detector-Voxels. Total number of events, [mm]->centreX centreY centreZ HalfSizeX HalfSizeY HalfSizeZ minX maxX, minY maxY, minZ maxZ, Dx, Dy, Dz, nX, nY, nZ:
1902 0 0 0 150 150 150 -150 150 -150 150 -150 150 1.5 1.5 1.5 100 100 100
3044 0 0 0 150 150 150 -150 150 -150 150 -150 150 1.5 1.5 1.5 100 100 100
Number of physical volumes: 2
G4_WATER 1
G4_Galactic 2
Phys Volume x [mm], y [mm], z [mm], ix, iy, iz, Dose [Gy], Dose2 [Gy^2], nEvents
1 -127.5 -34.5 103.5 7 38 84 1.61164e-09 6.76488e-19 5
1 -115.5 -16.5 34.5 11 44 61 3.78728e-09 2.01615e-18 8
1 -115.5 109.5 70.5 11 86 73 5.62952e-11 3.16007e-21 2
1 -115.5 118.5 67.5 11 89 72 2.59662e-11 6.69883e-22 2
1 -112.5 -55.5 67.5 12 31 72 3.42713e-10 1.17394e-19 2
1 -112.5 -52.5 67.5 12 32 72 1.8026e-10 3.24647e-20 2
1 -106.5 52.5 -58.5 14 67 30 1.05089e-10 1.10436e-20 1
1 -106.5 76.5 124.5 14 75 91 1.06671e-10 1.13786e-20 1
1 -103.5 112.5 70.5 15 87 73 4.84936e-11 2.33487e-21 2
1 -103.5 121.5 85.5 15 90 78 2.00295e-10 4.01182e-20 1
1 -97.5 142.5 52.5 17 97 67 3.04297e-11 7.52263e-22 2
1 -94.5 -127.5 10.5 18 7 53 9.14266e-10 3.54294e-19 4
1 -94.5 -46.5 145.5 18 34 98 7.4541e-11 5.55636e-21 1
1 -91.5 -133.5 16.5 19 5 55 3.38734e-10 1.14684e-19 2
1 -91.5 16.5 148.5 19 55 99 2.10948e-09 1.13804e-19 41
1 -88.5 85.5 127.5 20 78 92 3.66019e-11 1.3397e-21 1
1 -88.5 88.5 43.5 20 79 64 2.50037e-11 6.25185e-22 1
1 -88.5 148.5 -43.5 20 99 35 8.42033e-14 7.09019e-27 1
1 -85.5 -97.5 -97.5 21 17 17 5.79425e-11 3.35733e-21 1
1 -82.5 -97.5 -97.5 22 17 17 4.57735e-09 2.62927e-18 10
1 -82.5 130.5 70.5 22 93 73 1.66069e-09 1.0053e-18 4
1 -82.5 130.5 73.5 22 93 74 9.05744e-11 8.20372e-21 1
1 -79.5 103.5 31.5 23 84 60 2.34135e-09 9.96062e-19 7
1 -79.5 148.5 52.5 23 99 67 8.07616e-14 6.52243e-27 1
1 -76.5 52.5 34.5 24 67 61 2.26708e-09 1.10078e-18 5
1 -76.5 55.5 34.5 24 68 61 4.70565e-10 2.21352e-19 2
1 -76.5 82.5 124.5 24 77 91 1.01414e-10 1.02678e-20 2
1 -73.5 19.5 -67.5 25 56 27 6.06149e-12 3.67417e-23 1
1 -73.5 58.5 142.5 25 69 97 9.45588e-10 8.94136e-19 1
1 -73.5 58.5 145.5 25 69 98 3.10061e-09 1.76357e-18 7
1 -73.5 61.5 142.5 25 70 97 8.64949e-10 7.47837e-19 2
1 -73.5 148.5 -10.5 25 99 46 1.7345e-13 3.00851e-26 1
1 -73.5 148.5 22.5 25 99 57 3.18821e-12 1.01647e-23 1
1 -70.5 10.5 88.5 26 53 79 1.5899e-10 2.52521e-20 2
1 -70.5 40.5 -55.5 26 63 31 8.42033e-14 7.09019e-27 1
1 -70.5 121.5 118.5 26 90 89 1.53756e-09 7.44054e-19 4
1 -67.5 40.5 136.5 27 63 95 1.67209e-09 1.40254e-18 2
1 -67.5 43.5 133.5 27 64 94 3.47495e-09 6.22975e-18 3
1 -67.5 43.5 136.5 27 64 95 1.08244e-09 1.17168e-18 1
1 -67.5 79.5 52.5 27 76 67 4.0339e-09 2.18647e-18 9
1 -67.5 82.5 46.5 27 77 65 1.56687e-09 2.45508e-18 1
1 -67.5 82.5 49.5 27 77 66 6.16214e-09 5.80874e-18 9
1 -67.5 82.5 52.5 27 77 67 4.97909e-10 2.47913e-19 1
1 -67.5 85.5 46.5 27 78 65 2.3382e-09 5.46681e-18 2
1 -67.5 112.5 130.5 27 87 93 3.02921e-09 1.43416e-18 7
1 -67.5 148.5 88.5 27 99 79 1.7345e-13 3.00851e-26 1
1 -64.5 19.5 106.5 28 56 85 2.68376e-09 2.44542e-18 3
1 -64.5 40.5 136.5 28 63 95 3.80069e-09 1.88651e-18 8
1 -64.5 46.5 115.5 28 65 88 2.63344e-09 1.07325e-18 7
1 -64.5 49.5 115.5 28 66 88 1.11506e-09 6.22221e-19 3
1 -64.5 49.5 121.5 28 66 90 7.40946e-11 5.47755e-21 2
1 -64.5 52.5 115.5 28 67 88 4.3595e-10 1.89982e-19 2
1 -64.5 76.5 139.5 28 75 96 3.82956e-10 1.46522e-19 2
1 -64.5 112.5 130.5 28 87 93 6.27556e-10 3.89845e-19 2
1 -61.5 19.5 106.5 29 56 85 3.28872e-09 1.64421e-18 7
1 -61.5 43.5 127.5 29 64 92 1.40807e-09 6.99594e-19 3
1 -61.5 112.5 -148.5 29 87 0 1.96805e-10 3.87322e-20 1
1 -61.5 121.5 88.5 29 90 79 1.13654e-09 7.08635e-19 2
1 -61.5 148.5 -13.5 29 99 45 1.7345e-13 3.00851e-26 1
1 -61.5 148.5 91.5 29 99 80 1.7345e-13 3.00851e-26 1
1 -58.5 -148.5 22.5 30 0 57 2.84904e-11 8.11702e-22 1
1 -58.5 -43.5 70.5 30 35 73 8.46084e-10 3.42813e-19 4
1 -58.5 34.5 130.5 30 61 93 4.43013e-09 2.97738e-18 8
1 -58.5 37.5 130.5 30 62 93 2.29128e-09 2.63419e-18 3
1 -58.5 43.5 127.5 30 64 92 1.44612e-09 7.01613e-19 3
1 -58.5 73.5 121.5 30 74 90 2.32344e-11 4.12015e-22 2
1 -58.5 148.5 31.5 30 99 60 8.42033e-14 7.09019e-27 1
1 -55.5 -85.5 133.5 31 21 94 1.29471e-09 4.33575e-19 4
1 -55.5 -25.5 85.5 31 41 78 7.54546e-11 5.23259e-21 2
1 -55.5 76.5 37.5 31 75 62 1.14305e-10 1.30464e-20 2
1 -55.5 94.5 -1.5 31 81 49 5.63921e-10 3.14431e-19 2
1 -55.5 94.5 1.5 31 81 50 2.58411e-09 1.15484e-18 6
1 -55.5 148.5 19.5 31 99 56 1.7345e-13 3.00851e-26 1
1 -52.5 -130.5 -7.5 32 6 47 1.67595e-10 2.80879e-20 1
1 -52.5 148.5 -10.5 32 99 46 1.7345e-13 3.00851e-26 1
1 -49.5 -46.5 -124.5 33 34 8 4.42487e-09 2.92937e-18 8
1 -49.5 -46.5 -121.5 33 34 9 1.26173e-10 1.59197e-20 1
1 -49.5 -43.5 -124.5 33 35 8 9.24852e-10 8.55351e-19 1
1 -49.5 100.5 10.5 33 83 53 4.55859e-09 3.45258e-18 8
1 -49.5 103.5 10.5 33 84 53 1.74148e-09 1.5204e-18 3
1 -49.5 148.5 -46.5 33 99 34 8.42033e-14 7.09019e-27 1
1 -46.5 1.5 142.5 34 50 97 2.31039e-09 1.24567e-18 6
1 -46.5 10.5 -148.5 34 53 0 8.07616e-14 6.52243e-27 1
1 -46.5 148.5 10.5 34 99 53 8.42033e-14 7.09019e-27 1
1 -43.5 67.5 7.5 35 72 52 1.33184e-09 1.76533e-18 2
1 -43.5 67.5 10.5 35 72 53 1.11425e-09 1.24156e-18 1
1 -43.5 70.5 118.5 35 73 89 1.6306e-10 2.65621e-20 2
1 -43.5 148.5 -31.5 35 99 39 8.07616e-14 6.52243e-27 1
1 -40.5 -79.5 142.5 36 23 97 3.22805e-09 1.55737e-18 8
1 -40.5 -13.5 133.5 36 45 94 1.43971e-10 2.07278e-20 1
1 -40.5 67.5 10.5 36 72 53 3.95402e-09 2.38263e-18 8
1 -40.5 94.5 142.5 36 81 97 2.16502e-09 9.65761e-19 6
1 -40.5 124.5 52.5 36 91 67 6.20013e-10 3.63638e-19 3
1 -40.5 148.5 28.5 36 99 59 8.07616e-14 6.52243e-27 1
1 -37.5 67.5 10.5 37 72 53 1.81758e-09 6.90569e-19 5
1 -37.5 70.5 94.5 37 73 81 3.41087e-10 1.16283e-19 2
1 -37.5 91.5 85.5 37 80 78 9.60778e-10 4.71836e-19 3
1 -37.5 148.5 -55.5 37 99 31 8.42033e-14 7.09019e-27 1
1 -34.5 52.5 142.5 38 67 97 3.41186e-09 4.19366e-18 3
1 -34.5 55.5 70.5 38 68 73 2.86115e-09 2.81992e-18 3
1 -34.5 55.5 73.5 38 68 74 1.73517e-09 7.55199e-19 4
1 -34.5 55.5 139.5 38 68 96 1.91246e-09 3.64532e-18 2
1 -34.5 58.5 73.5 38 69 74 1.23386e-09 5.11415e-19 3
1 -34.5 139.5 118.5 38 96 89 2.88826e-10 8.34207e-20 1
1 -34.5 148.5 28.5 38 99 59 3.18821e-12 1.01647e-23 1
1 -34.5 148.5 82.5 38 99 77 8.42033e-14 7.09019e-27 1
1 -31.5 49.5 139.5 39 66 96 1.56358e-09 7.76978e-19 4
1 -31.5 49.5 142.5 39 66 97 2.55869e-09 1.71132e-18 4
1 -31.5 91.5 1.5 39 80 50 4.02989e-10 1.62335e-19 2
1 -31.5 139.5 118.5 39 96 89 3.44316e-10 1.18553e-19 1
1 -31.5 148.5 -13.5 39 99 45 3.18821e-12 1.01647e-23 1
1 -31.5 148.5 106.5 39 99 85 8.07616e-14 6.52243e-27 1
1 -28.5 148.5 -13.5 40 99 45 1.7345e-13 3.00851e-26 1
1 -28.5 148.5 43.5 40 99 64 1.7345e-13 3.00851e-26 1
1 -25.5 -127.5 -52.5 41 7 32 1.64041e-09 9.40145e-19 4
1 -25.5 -76.5 58.5 41 24 69 1.2532e-10 1.56841e-20 2
1 -25.5 124.5 118.5 41 91 89 2.66582e-10 7.10661e-20 1
1 -25.5 124.5 121.5 41 91 90 2.16032e-09 8.26194e-19 6
1 -25.5 148.5 94.5 41 99 81 1.7345e-13 3.00851e-26 1
1 -22.5 -91.5 25.5 42 19 58 2.23529e-10 4.98876e-20 2
1 -22.5 103.5 49.5 42 84 66 1.17817e-09 4.73378e-19 3
1 -19.5 -121.5 64.5 43 9 71 1.58914e-10 2.5227e-20 2
1 -13.5 76.5 -37.5 45 75 37 2.40765e-10 5.79273e-20 2
1 -13.5 82.5 103.5 45 77 84 2.53544e-10 6.42848e-20 1
1 -13.5 112.5 70.5 45 87 73 2.70717e-09 1.25133e-18 7
1 -13.5 148.5 -127.5 45 99 7 1.7345e-13 3.00851e-26 1
1 -10.5 -118.5 61.5 46 10 70 9.44549e-11 8.90583e-21 2
1 -10.5 -118.5 67.5 46 10 72 7.87957e-11 6.1955e-21 2
1 -10.5 106.5 145.5 46 85 98 7.02962e-09 3.20575e-18 26
1 -10.5 106.5 148.5 46 85 99 6.50201e-10 1.16373e-19 4
1 -10.5 109.5 145.5 46 86 98 1.75127e-09 3.35742e-19 11
1 -10.5 148.5 34.5 46 99 61 3.18821e-12 1.01647e-23 1
1 -10.5 148.5 40.5 46 99 63 8.42033e-14 7.09019e-27 1
1 -10.5 148.5 100.5 46 99 83 8.42033e-14 7.09019e-27 1
1 -4.5 106.5 109.5 48 85 86 6.0221e-10 2.14211e-19 2
1 -1.5 -40.5 40.5 49 36 63 2.46148e-09 1.03339e-18 7
1 -1.5 112.5 -118.5 49 87 10 3.55482e-10 1.26244e-19 2
1 -1.5 118.5 49.5 49 89 66 2.52919e-09 1.26046e-18 8
1 -1.5 148.5 -91.5 49 99 19 8.07616e-14 6.52243e-27 1
1 -1.5 148.5 67.5 49 99 72 8.42033e-14 7.09019e-27 1
1 1.5 -10.5 142.5 50 46 97 3.51823e-09 2.2963e-18 6
1 1.5 112.5 46.5 50 87 65 1.61141e-09 2.59665e-18 1
1 1.5 115.5 46.5 50 88 65 2.25932e-09 5.10451e-18 1
1 1.5 115.5 49.5 50 88 66 2.57588e-09 2.2946e-18 3
1 1.5 118.5 46.5 50 89 65 4.99055e-09 7.95378e-18 5
1 1.5 121.5 43.5 50 90 64 4.26152e-10 1.81606e-19 1
1 1.5 121.5 46.5 50 90 65 4.52046e-09 1.37734e-17 3
1 1.5 124.5 43.5 50 91 64 4.33339e-10 1.87783e-19 1
1 1.5 148.5 -1.5 50 99 49 8.42033e-14 7.09019e-27 1
1 1.5 148.5 19.5 50 99 56 1.7345e-13 3.00851e-26 1
1 4.5 -10.5 142.5 51 46 97 7.9666e-10 3.20925e-19 2
1 4.5 109.5 103.5 51 86 84 1.55214e-10 2.40913e-20 1
1 4.5 112.5 46.5 51 87 65 2.89203e-09 2.04032e-18 7
1 4.5 115.5 -49.5 51 88 33 1.57224e-11 1.6727e-22 2
1 4.5 139.5 79.5 51 96 76 7.42707e-10 2.75731e-19 3
1 4.5 139.5 112.5 51 96 87 2.71172e-09 1.06463e-18 7
1 7.5 109.5 100.5 52 86 83 6.36678e-10 2.6916e-19 2
1 7.5 139.5 112.5 52 96 87 3.00628e-09 2.33326e-18 4
1 7.5 142.5 112.5 52 97 87 1.47708e-09 2.95419e-19 8
1 7.5 148.5 106.5 52 99 85 8.42033e-14 7.09019e-27 1
1 10.5 -91.5 52.5 53 19 67 2.01259e-10 3.92423e-20 2
1 10.5 139.5 112.5 53 96 87 1.13816e-09 1.29541e-18 1
1 10.5 142.5 79.5 53 97 76 1.39589e-10 1.94616e-20 2
1 10.5 142.5 112.5 53 97 87 1.77781e-09 2.34876e-18 3
1 13.5 -88.5 52.5 54 20 67 4.79606e-11 2.29216e-21 2
1 13.5 46.5 46.5 54 65 65 1.11261e-09 4.38202e-19 3
1 13.5 61.5 76.5 54 70 75 1.78123e-09 1.0695e-18 4
1 13.5 97.5 148.5 54 82 99 1.69886e-11 2.88612e-22 1
1 13.5 148.5 -40.5 54 99 36 8.42033e-14 7.09019e-27 1
1 13.5 148.5 1.5 54 99 50 1.7345e-13 3.00851e-26 1
1 16.5 -91.5 55.5 55 19 68 9.50144e-10 4.82971e-19 3
1 16.5 61.5 76.5 55 70 75 2.05996e-09 9.67874e-19 6
1 16.5 61.5 79.5 55 70 76 9.92324e-10 8.97239e-19 4
1 16.5 64.5 76.5 55 71 75 1.40798e-09 1.98216e-18 2
1 16.5 64.5 79.5 55 71 76 2.25899e-09 2.66586e-18 2
1 16.5 148.5 -31.5 55 99 39 1.7345e-13 3.00851e-26 1
1 16.5 148.5 85.5 55 99 78 1.7345e-13 3.00851e-26 1
1 19.5 13.5 82.5 56 54 77 3.80989e-10 1.45021e-19 2
1 19.5 13.5 85.5 56 54 78 1.51657e-09 7.01525e-19 4
1 19.5 133.5 -55.5 56 94 31 9.06451e-11 8.21653e-21 1
1 19.5 139.5 97.5 56 96 82 1.74372e-09 7.84597e-19 4
1 22.5 49.5 -64.5 57 66 28 5.02005e-10 1.48494e-19 3
1 22.5 136.5 91.5 57 95 80 2.54511e-09 6.4776e-18 1
1 22.5 136.5 94.5 57 95 81 2.86529e-09 4.30166e-18 2
1 22.5 136.5 97.5 57 95 82 3.99993e-09 3.29347e-18 5
1 22.5 139.5 97.5 57 96 82 6.05742e-10 3.66924e-19 1
1 25.5 -139.5 43.5 58 3 64 1.29336e-11 1.62852e-22 2
1 25.5 70.5 -73.5 58 73 25 4.823e-10 2.32532e-19 2
1 25.5 79.5 -16.5 58 76 44 5.82865e-10 3.39732e-19 1
1 25.5 82.5 -13.5 58 77 45 1.1911e-09 1.41871e-18 1
1 25.5 133.5 34.5 58 94 61 2.44844e-11 4.63692e-22 2
1 25.5 136.5 91.5 58 95 80 2.21736e-09 1.10699e-18 6
1 25.5 139.5 25.5 58 96 58 1.70622e-10 2.90843e-20 2
1 25.5 139.5 85.5 58 96 78 7.31187e-10 2.68428e-19 3
1 25.5 139.5 88.5 58 96 79 3.07868e-09 1.06627e-18 9
1 25.5 139.5 91.5 58 96 80 9.03936e-10 2.75349e-19 3
1 25.5 148.5 -67.5 58 99 27 3.18821e-12 1.01647e-23 1
1 25.5 148.5 76.5 58 99 75 1.7345e-13 3.00851e-26 1
1 28.5 -142.5 46.5 59 2 65 3.30919e-11 1.08951e-21 2
1 28.5 79.5 -16.5 59 76 44 3.41144e-09 1.69352e-18 8
1 28.5 79.5 -13.5 59 76 45 8.67341e-10 7.52281e-19 1
1 28.5 82.5 -16.5 59 77 44 1.25029e-09 1.56279e-18 2
1 31.5 -142.5 46.5 60 2 65 3.83483e-11 1.4706e-21 1
1 31.5 97.5 67.5 60 82 72 3.73089e-10 1.36837e-19 2
1 31.5 127.5 49.5 60 92 66 8.02265e-12 6.3026e-23 2
1 31.5 136.5 16.5 60 95 55 1.48856e-09 1.28652e-18 2
1 31.5 139.5 16.5 60 96 55 1.88355e-09 9.70987e-19 4
1 34.5 115.5 -4.5 61 88 48 1.18367e-09 4.2585e-19 7
1 34.5 124.5 4.5 61 91 51 3.3288e-11 1.0966e-21 2
1 34.5 136.5 16.5 61 95 55 1.75669e-09 1.55723e-18 2
1 34.5 139.5 16.5 61 96 55 4.68609e-09 5.30622e-18 6
1 34.5 142.5 13.5 61 97 54 1.95883e-09 5.33929e-19 8
1 34.5 142.5 16.5 61 97 55 7.20416e-10 2.30864e-19 3
1 34.5 142.5 25.5 61 97 58 1.24452e-11 1.50627e-22 2
1 34.5 142.5 28.5 61 97 59 2.05872e-09 1.34078e-18 4
1 34.5 145.5 28.5 61 98 59 2.14681e-09 1.59258e-18 4
1 34.5 145.5 31.5 61 98 60 5.33519e-10 2.84643e-19 1
1 34.5 148.5 7.5 61 99 52 8.42033e-14 7.09019e-27 1
1 34.5 148.5 25.5 61 99 58 8.42033e-14 7.09019e-27 1
1 37.5 103.5 25.5 62 84 58 9.28575e-10 4.5745e-19 2
1 40.5 127.5 58.5 63 92 69 9.20341e-12 8.47028e-23 1
1 49.5 148.5 67.5 66 99 72 8.07616e-14 6.52243e-27 1
1 52.5 148.5 88.5 67 99 79 1.7345e-13 3.00851e-26 1
1 55.5 31.5 10.5 68 60 53 3.43813e-09 4.03763e-18 3
1 55.5 34.5 10.5 68 61 53 1.46722e-09 2.1525e-18 2
1 55.5 79.5 97.5 68 76 82 5.37538e-10 1.97427e-19 2
1 55.5 79.5 139.5 68 76 96 2.17127e-09 9.49551e-19 5
1 55.5 148.5 -37.5 68 99 37 1.7345e-13 3.00851e-26 1
1 58.5 28.5 13.5 69 59 54 3.39147e-09 1.76678e-18 8
1 58.5 31.5 10.5 69 60 53 9.58348e-10 9.1843e-19 1
1 58.5 106.5 1.5 69 85 50 1.04624e-09 3.69128e-19 3
1 58.5 106.5 136.5 69 85 95 9.44264e-10 3.33441e-19 3
1 61.5 106.5 1.5 70 85 50 9.25299e-10 4.32244e-19 3
1 61.5 148.5 28.5 70 99 59 1.7345e-13 3.00851e-26 1
1 64.5 61.5 49.5 71 70 66 2.13936e-09 1.10076e-18 6
1 64.5 94.5 13.5 71 81 54 3.30837e-10 1.09453e-19 1
1 67.5 64.5 43.5 72 71 64 2.09526e-11 4.35642e-22 2
1 67.5 94.5 10.5 72 81 53 2.87819e-09 2.79773e-18 4
1 67.5 94.5 13.5 72 81 54 3.41561e-09 2.54139e-18 5
1 67.5 148.5 -4.5 72 99 48 8.07616e-14 6.52243e-27 1
1 70.5 64.5 109.5 73 71 86 3.28585e-09 1.99689e-18 6
1 70.5 67.5 106.5 73 72 85 9.52473e-10 9.07204e-19 1
1 70.5 67.5 109.5 73 72 86 7.63004e-10 2.91857e-19 2
1 70.5 82.5 4.5 73 77 51 2.44507e-12 5.97837e-24 1
1 70.5 148.5 55.5 73 99 68 3.18821e-12 1.01647e-23 1
1 73.5 73.5 61.5 74 74 70 1.80918e-09 1.64047e-18 2
1 73.5 124.5 -103.5 74 91 15 1.13728e-10 1.2934e-20 1
1 73.5 124.5 79.5 74 91 76 6.96126e-10 2.42593e-19 2
1 76.5 67.5 58.5 75 72 69 4.85954e-11 2.36152e-21 1
1 76.5 73.5 58.5 75 74 69 3.75558e-09 5.01377e-18 5
1 76.5 73.5 61.5 75 74 70 3.97689e-09 3.04843e-18 7
1 76.5 82.5 55.5 75 77 68 7.11459e-10 2.53093e-19 2
1 76.5 85.5 52.5 75 78 67 1.9138e-09 1.86652e-18 3
1 76.5 85.5 55.5 75 78 68 1.18208e-09 7.29857e-19 2
1 79.5 49.5 142.5 76 66 97 1.60386e-10 2.57236e-20 1
1 79.5 82.5 55.5 76 77 68 9.73897e-10 4.11476e-19 3
1 88.5 103.5 -91.5 79 84 19 3.68758e-11 1.35388e-21 2
1 88.5 118.5 -145.5 79 89 1 3.32942e-10 1.1085e-19 1
1 91.5 148.5 85.5 80 99 78 8.42033e-14 7.09019e-27 1
1 100.5 148.5 34.5 83 99 61 8.07616e-14 6.52243e-27 1
1 103.5 91.5 148.5 84 80 99 2.43446e-10 2.82594e-20 4
1 109.5 109.5 -139.5 86 86 3 5.81546e-10 2.16316e-19 3
1 115.5 -49.5 79.5 88 33 76 8.92817e-10 2.87873e-19 4
1 127.5 -16.5 19.5 92 44 56 3.93543e-10 1.54876e-19 1
1 133.5 -10.5 37.5 94 46 62 5.68571e-10 3.23178e-19 2
1 133.5 -10.5 40.5 94 46 63 1.87507e-10 3.5094e-20 2
1 133.5 -4.5 40.5 94 48 63 1.05469e-10 1.04714e-20 2
1 142.5 52.5 136.5 97 67 95 2.14375e-09 1.20705e-18 4
1 142.5 52.5 139.5 97 67 96 1.49684e-09 5.76907e-19 4
1 -142.5 148.5 -148.5 2 99 0 5.34992e-10 2.86216e-19 1
1 -139.5 148.5 -148.5 3 99 0 8.42033e-14 7.09019e-27 1
1 -136.5 46.5 -10.5 4 65 46 7.80862e-10 3.19491e-19 2
1 -136.5 85.5 88.5 4 78 79 3.07551e-10 9.45875e-20 1
1 -133.5 82.5 82.5 5 77 77 1.04315e-10 1.08816e-20 1
1 -121.5 97.5 70.5 9 82 73 2.61484e-10 6.8374e-20 1
1 -115.5 130.5 -10.5 11 93 46 1.94887e-10 3.79133e-20 2
1 -115.5 142.5 106.5 11 97 85 2.17468e-09 1.21947e-18 6
1 -115.5 142.5 109.5 11 97 86 2.20308e-09 8.4921e-19 6
1 -112.5 148.5 100.5 12 99 83 1.7345e-13 3.00851e-26 1
1 -109.5 127.5 -13.5 13 92 45 1.10857e-11 7.25345e-23 2
1 -109.5 127.5 -4.5 13 92 48 5.48926e-11 3.0132e-21 1
1 -103.5 -10.5 -109.5 15 46 13 4.5424e-09 2.02621e-18 12
1 -103.5 -7.5 -109.5 15 47 13 1.59276e-09 2.53689e-18 1
1 -103.5 106.5 64.5 15 85 71 1.16851e-10 1.36344e-20 2
1 -100.5 115.5 109.5 16 88 86 1.03804e-09 1.07734e-18 2
1 -100.5 115.5 112.5 16 88 87 5.35386e-09 3.65924e-18 9
1 -91.5 148.5 73.5 19 99 74 1.7345e-13 3.00851e-26 1
1 -88.5 55.5 -148.5 20 68 0 8.42033e-14 7.09019e-27 1
1 -82.5 79.5 25.5 22 76 58 5.75085e-10 1.78261e-19 3
1 -79.5 -82.5 61.5 23 22 70 2.27953e-10 5.19627e-20 1
1 -58.5 34.5 73.5 30 61 74 1.94368e-09 1.26235e-18 3
1 -55.5 34.5 73.5 31 61 74 3.3789e-09 2.49522e-18 6
1 -55.5 37.5 70.5 31 62 73 1.41546e-09 2.00327e-18 2
1 -55.5 37.5 73.5 31 62 74 1.51153e-09 2.28473e-18 1
1 -55.5 88.5 22.5 31 79 57 2.6305e-10 6.91951e-20 1
1 -55.5 118.5 -109.5 31 89 13 1.9114e-10 3.5336e-20 2
1 -55.5 121.5 -112.5 31 90 12 9.44249e-10 5.07975e-19 3
1 -55.5 148.5 88.5 31 99 79 1.15588e-10 1.33605e-20 1
1 -52.5 -37.5 100.5 32 37 83 3.64268e-09 2.0894e-18 7
1 -52.5 -34.5 97.5 32 38 82 1.17928e-09 1.39029e-18 2
1 -52.5 -34.5 100.5 32 38 83 1.55483e-09 2.4175e-18 1
1 -52.5 -25.5 100.5 32 41 83 2.36602e-10 5.59406e-20 2
1 -52.5 88.5 22.5 32 79 57 1.79334e-09 8.21946e-19 5
1 -52.5 127.5 28.5 32 92 59 1.12032e-09 1.25494e-18 2
1 -49.5 -37.5 100.5 33 37 83 1.61367e-09 1.34812e-18 3
1 -49.5 16.5 79.5 33 55 76 1.67986e-10 2.82193e-20 1
1 -49.5 31.5 127.5 33 60 92 4.44013e-10 1.97147e-19 1
1 -49.5 34.5 127.5 33 61 92 1.59201e-09 7.5304e-19 5
1 -49.5 124.5 28.5 33 91 59 3.11372e-09 1.41924e-18 7
1 -49.5 148.5 7.5 33 99 52 1.7345e-13 3.00851e-26 1
1 -46.5 28.5 73.5 34 59 74 1.85112e-09 7.19033e-19 6
1 -46.5 58.5 145.5 34 69 98 4.34359e-10 9.71802e-20 2
1 -46.5 61.5 145.5 34 70 98 1.82966e-09 5.56001e-19 8
1 -46.5 106.5 91.5 34 85 80 2.06417e-10 4.2608e-20 1
1 -46.5 115.5 -55.5 34 88 31 2.65639e-10 6.88904e-20 2
1 -46.5 124.5 -37.5 34 91 37 2.44456e-09 1.33915e-18 5
1 -46.5 148.5 -25.5 34 99 41 1.7345e-13 3.00851e-26 1
1 -43.5 -25.5 -13.5 35 41 45 3.38415e-10 1.12387e-19 2
1 -43.5 13.5 145.5 35 54 98 2.11039e-09 6.74414e-19 17
1 -43.5 16.5 91.5 35 55 80 4.78196e-10 2.25642e-19 2
1 -43.5 55.5 148.5 35 68 99 5.33919e-09 2.00462e-18 17
1 -43.5 58.5 145.5 35 69 98 3.93036e-09 1.02481e-18 17
1 -43.5 124.5 -37.5 35 91 37 3.16718e-09 3.44389e-18 4
1 -43.5 148.5 -46.5 35 99 34 8.42033e-14 7.09019e-27 1
1 -43.5 148.5 46.5 35 99 65 8.42033e-14 7.09019e-27 1
1 -40.5 10.5 145.5 36 53 98 3.00198e-09 1.76985e-18 6
1 -40.5 10.5 148.5 36 53 99 9.42111e-10 4.60311e-19 2
1 -40.5 94.5 10.5 36 81 53 4.74425e-10 2.25079e-19 1
1 -40.5 148.5 -55.5 36 99 31 8.42033e-14 7.09019e-27 1
1 -40.5 148.5 16.5 36 99 55 3.18821e-12 1.01647e-23 1
1 -37.5 -85.5 -139.5 37 21 3 4.91143e-10 2.35618e-19 2
1 -37.5 148.5 55.5 37 99 68 3.18821e-12 1.01647e-23 1
1 -34.5 -85.5 -139.5 38 21 3 2.09223e-09 9.04136e-19 6
1 -34.5 10.5 85.5 38 53 78 1.36403e-09 5.23653e-19 5
1 -34.5 70.5 73.5 38 73 74 1.74512e-09 7.87866e-19 5
1 -34.5 148.5 -13.5 38 99 45 3.18821e-12 1.01647e-23 1
1 -34.5 148.5 -10.5 38 99 46 4.09674e-09 1.79585e-18 14
1 -31.5 -64.5 -28.5 39 28 40 2.83286e-10 6.0935e-20 3
1 -31.5 -61.5 -25.5 39 29 41 3.76191e-12 1.35326e-23 2
1 -31.5 22.5 82.5 39 57 77 8.70499e-11 7.56304e-21 2
1 -31.5 34.5 88.5 39 61 79 3.25154e-10 1.05671e-19 2
1 -31.5 100.5 28.5 39 83 59 1.19872e-09 5.07846e-19 3
1 -31.5 103.5 28.5 39 84 59 6.40076e-09 5.30778e-18 11
1 -28.5 19.5 73.5 40 56 74 1.83775e-09 7.3777e-19 6
1 -28.5 91.5 118.5 40 80 89 3.40265e-09 1.78192e-18 7
1 -28.5 94.5 112.5 40 81 87 5.4012e-09 9.69902e-18 4
1 -28.5 94.5 115.5 40 81 88 3.51985e-09 4.16311e-18 3
1 -28.5 94.5 118.5 40 81 89 9.27764e-10 8.60745e-19 1
1 -28.5 97.5 109.5 40 82 86 8.68897e-10 7.49463e-19 2
1 -28.5 148.5 -67.5 40 99 27 8.42033e-14 7.09019e-27 1
1 -28.5 148.5 -13.5 40 99 45 8.07616e-14 6.52243e-27 1
1 -25.5 -46.5 -1.5 41 34 49 1.25557e-10 1.5721e-20 2
1 -25.5 7.5 31.5 41 52 60 3.05501e-10 9.14032e-20 2
1 -25.5 37.5 100.5 41 62 83 1.02155e-09 3.73432e-19 5
1 -25.5 40.5 100.5 41 63 83 1.09757e-09 1.20466e-18 1
1 -25.5 91.5 118.5 41 80 89 5.31446e-10 1.65951e-19 2
1 -25.5 136.5 19.5 41 95 56 1.6497e-11 2.69501e-22 2
1 -25.5 148.5 7.5 41 99 52 1.7345e-13 3.00851e-26 1
1 -25.5 148.5 55.5 41 99 68 8.07616e-14 6.52243e-27 1
1 -22.5 37.5 100.5 42 62 83 7.61988e-10 2.91796e-19 2
1 -22.5 40.5 100.5 42 63 83 5.75891e-09 6.0611e-18 6
1 -22.5 40.5 103.5 42 63 84 5.68765e-09 3.58239e-18 10
1 -19.5 -16.5 -73.5 43 44 25 5.90998e-10 2.00557e-19 3
1 -19.5 7.5 109.5 43 52 86 5.79014e-09 1.27496e-17 6
1 -19.5 10.5 109.5 43 53 86 9.07252e-10 8.23106e-19 1
1 -19.5 40.5 106.5 43 63 85 5.51655e-10 2.39678e-19 2
1 -19.5 106.5 25.5 43 85 58 1.28092e-09 5.17453e-19 5
1 -19.5 109.5 -133.5 43 86 5 1.50348e-10 2.25525e-20 2
1 -19.5 118.5 58.5 43 89 69 1.46818e-09 5.88601e-19 4
1 -19.5 130.5 67.5 43 93 72 3.04162e-09 1.81951e-18 6
1 -19.5 136.5 22.5 43 95 57 2.88855e-09 2.3409e-18 4
1 -19.5 136.5 25.5 43 95 58 1.84186e-09 7.74298e-19 5
1 -19.5 139.5 19.5 43 96 56 2.18434e-09 3.61482e-18 2
1 -19.5 139.5 22.5 43 96 57 2.40164e-09 2.98351e-18 2
1 -19.5 142.5 19.5 43 97 56 3.3394e-09 1.23461e-18 11
1 -19.5 145.5 16.5 43 98 55 2.77938e-10 7.72495e-20 1
1 -19.5 145.5 19.5 43 98 56 2.62428e-09 7.30111e-19 10
1 -19.5 148.5 13.5 43 99 54 3.18821e-12 1.01647e-23 1
1 -16.5 -55.5 -37.5 44 31 37 2.79625e-10 7.81431e-20 2
1 -16.5 -1.5 118.5 44 49 89 5.07142e-09 3.03882e-18 10
1 -16.5 1.5 115.5 44 50 88 3.79758e-09 7.83968e-18 2
1 -16.5 1.5 118.5 44 50 89 9.89712e-10 9.79529e-19 1
1 -16.5 4.5 112.5 44 51 87 2.60889e-09 6.80632e-18 1
1 -16.5 4.5 115.5 44 51 88 2.52093e-09 6.35508e-18 1
1 -16.5 34.5 85.5 44 61 78 3.66648e-09 2.18468e-18 7
1 -16.5 70.5 -64.5 44 73 28 2.03922e-09 9.7486e-19 6
1 -16.5 91.5 -49.5 44 80 33 7.49084e-11 5.59866e-21 2
1 -16.5 109.5 -127.5 44 86 7 1.79453e-11 3.22034e-22 1
1 -16.5 118.5 58.5 44 89 69 2.3079e-09 1.53295e-18 5
1 -16.5 118.5 61.5 44 89 70 1.42277e-09 6.39499e-19 4
1 -16.5 130.5 67.5 44 93 72 6.49607e-10 4.21989e-19 1
1 -16.5 148.5 -10.5 44 99 46 3.18821e-12 1.01647e-23 1
1 -13.5 -55.5 34.5 45 31 61 5.52894e-11 3.04762e-21 2
1 -13.5 -49.5 91.5 45 33 80 1.08397e-09 4.22142e-19 3
1 -13.5 4.5 -79.5 45 51 23 8.50744e-12 7.23765e-23 1
1 -13.5 34.5 82.5 45 61 77 4.07237e-09 8.33621e-18 2
1 -13.5 34.5 85.5 45 61 78 3.25108e-09 3.70235e-18 3
1 -13.5 37.5 79.5 45 62 76 2.92442e-09 8.55172e-18 2
1 -13.5 106.5 -121.5 45 85 9 3.18821e-12 1.01647e-23 1
1 -13.5 118.5 49.5 45 89 66 4.04204e-10 1.63313e-19 2
1 -13.5 130.5 70.5 45 93 73 1.28202e-09 1.64358e-18 1
1 -13.5 130.5 73.5 45 93 74 6.91189e-09 4.88404e-18 13
1 -13.5 133.5 73.5 45 94 74 2.21273e-09 4.89615e-18 1
1 -13.5 136.5 70.5 45 95 73 4.04465e-09 5.32855e-18 10
1 -13.5 139.5 70.5 45 96 73 2.33592e-09 8.5214e-19 7
1 -13.5 148.5 -16.5 45 99 44 3.27242e-12 1.01718e-23 2
1 -13.5 148.5 58.5 45 99 69 3.18821e-12 1.01647e-23 1
1 -10.5 -58.5 -31.5 46 30 39 3.85963e-10 1.48903e-19 2
1 -10.5 -58.5 -25.5 46 30 41 2.70232e-10 7.29318e-20 2
1 -10.5 -10.5 130.5 46 46 93 1.41072e-09 5.54358e-19 4
1 -10.5 28.5 139.5 46 59 96 2.00836e-09 8.24102e-19 5
1 -10.5 34.5 85.5 46 61 78 2.43761e-09 1.9883e-18 4
1 -10.5 112.5 34.5 46 87 61 1.46389e-09 1.08991e-18 3
1 -10.5 112.5 37.5 46 87 62 2.26771e-09 8.99915e-19 6
1 -10.5 127.5 76.5 46 92 75 1.08229e-10 1.17135e-20 1
1 -10.5 133.5 52.5 46 94 67 4.00009e-09 2.16979e-18 9
1 -10.5 148.5 1.5 46 99 50 1.7345e-13 3.00851e-26 1
1 -10.5 148.5 37.5 46 99 62 8.42033e-14 7.09019e-27 1
1 -7.5 -58.5 28.5 47 30 59 5.86549e-11 3.08672e-21 2
1 -7.5 -52.5 37.5 47 32 62 3.05236e-10 9.31691e-20 1
1 -7.5 -10.5 130.5 47 46 93 3.80314e-10 1.44639e-19 1
1 -7.5 100.5 -55.5 47 83 31 4.47998e-10 2.00547e-19 2
1 -7.5 106.5 61.5 47 85 70 1.65181e-09 1.01305e-18 3
1 -7.5 106.5 64.5 47 85 71 1.44614e-09 5.93159e-19 4
1 -7.5 115.5 55.5 47 88 68 4.67785e-10 2.18744e-19 2
1 -7.5 145.5 -19.5 47 98 43 2.8486e-10 8.11452e-20 1
1 -7.5 148.5 -13.5 47 99 45 1.7345e-13 3.00851e-26 1
1 -7.5 148.5 19.5 47 99 56 3.18821e-12 1.01647e-23 1
1 -7.5 148.5 22.5 47 99 57 1.7345e-13 3.00851e-26 1
1 -4.5 106.5 61.5 48 85 70 3.83228e-09 3.94595e-18 4
1 -4.5 109.5 55.5 48 86 68 4.68025e-09 8.7041e-18 8
1 -1.5 -13.5 142.5 49 45 97 2.40954e-09 1.16432e-18 6
1 -1.5 -10.5 142.5 49 46 97 5.50751e-10 3.03327e-19 1
1 -1.5 106.5 58.5 49 85 69 4.80171e-09 7.40814e-18 6
1 -1.5 124.5 -148.5 49 91 0 1.7345e-13 3.00851e-26 1
1 -1.5 133.5 46.5 49 94 65 1.1454e-09 4.54606e-19 3
1 -1.5 148.5 19.5 49 99 56 8.07616e-14 6.52243e-27 1
1 -1.5 148.5 31.5 49 99 60 8.42033e-14 7.09019e-27 1
1 1.5 121.5 -64.5 50 90 28 1.63908e-10 2.58409e-20 2
1 1.5 127.5 145.5 50 92 98 2.08248e-09 1.47816e-18 3
1 1.5 130.5 145.5 50 93 98 1.76219e-09 1.31889e-18 4
1 1.5 130.5 148.5 50 93 99 1.66687e-09 7.07717e-19 5
1 1.5 142.5 -13.5 50 97 45 5.49966e-11 3.01575e-21 2
1 1.5 148.5 121.5 50 99 90 8.42033e-14 7.09019e-27 1
1 4.5 25.5 -22.5 51 58 42 1.73298e-10 3.00031e-20 2
1 4.5 121.5 -19.5 51 90 43 1.93401e-09 9.82131e-19 4
1 4.5 145.5 130.5 51 98 93 2.59839e-09 1.27079e-18 6
1 4.5 148.5 127.5 51 99 92 8.42033e-14 7.09019e-27 1
1 7.5 55.5 145.5 52 68 98 7.95812e-10 3.74672e-19 2
1 7.5 58.5 -49.5 52 69 33 6.81846e-12 4.53573e-23 2
1 7.5 106.5 -1.5 52 85 49 3.72465e-09 1.77421e-18 8
1 7.5 109.5 -1.5 52 86 49 5.68983e-10 2.23821e-19 2
1 7.5 121.5 -28.5 52 90 40 3.68893e-10 1.3602e-19 2
1 7.5 121.5 -22.5 52 90 42 6.8188e-10 4.64845e-19 2
1 7.5 121.5 -19.5 52 90 43 2.01248e-09 1.48134e-18 3
1 7.5 148.5 -49.5 52 99 33 8.42033e-14 7.09019e-27 1
1 7.5 148.5 -43.5 52 99 35 3.18821e-12 1.01647e-23 1
1 7.5 148.5 55.5 52 99 68 3.18821e-12 1.01647e-23 1
1 10.5 -46.5 118.5 53 34 89 3.95048e-09 2.12024e-18 9
1 10.5 -43.5 118.5 53 35 89 1.2882e-09 1.65923e-18 2
1 10.5 109.5 -1.5 53 86 49 3.62444e-09 4.47987e-18 3
1 10.5 130.5 76.5 53 93 75 3.86548e-09 3.97257e-18 4
1 10.5 130.5 79.5 53 93 76 2.86604e-09 1.43836e-18 6
1 10.5 148.5 10.5 53 99 53 3.18821e-12 1.01647e-23 1
1 10.5 148.5 52.5 53 99 67 8.42033e-14 7.09019e-27 1
1 13.5 55.5 100.5 54 68 83 2.51437e-09 1.87967e-18 4
1 13.5 64.5 -148.5 54 71 0 2.09541e-09 9.55081e-19 6
1 13.5 67.5 -148.5 54 72 0 3.18821e-12 1.01647e-23 1
1 13.5 73.5 46.5 54 74 65 1.91023e-09 7.73816e-19 5
1 13.5 76.5 43.5 54 75 64 1.68901e-09 1.55131e-18 2
1 13.5 76.5 46.5 54 75 65 6.4965e-10 4.22045e-19 1
1 13.5 79.5 142.5 54 76 97 3.14748e-09 1.41946e-18 9
1 13.5 109.5 -1.5 54 86 49 2.11685e-09 4.48106e-18 1
1 13.5 112.5 -4.5 54 87 48 3.01498e-09 9.08907e-18 2
1 13.5 112.5 -1.5 54 87 49 6.99883e-10 2.49241e-19 3
1 13.5 115.5 61.5 54 88 70 7.89108e-10 3.24296e-19 3
1 13.5 118.5 109.5 54 89 86 3.09532e-10 9.57027e-20 2
1 13.5 139.5 -4.5 54 96 48 8.37577e-10 3.64212e-19 3
1 13.5 148.5 -37.5 54 99 37 8.07616e-14 6.52243e-27 1
1 13.5 148.5 -19.5 54 99 43 8.42033e-14 7.09019e-27 1
1 13.5 148.5 -13.5 54 99 45 3.18821e-12 1.01647e-23 1
1 13.5 148.5 28.5 54 99 59 1.7345e-13 3.00851e-26 1
1 13.5 148.5 70.5 54 99 73 8.42033e-14 7.09019e-27 1
1 16.5 58.5 142.5 55 69 97 5.75062e-10 1.81735e-19 3
1 16.5 79.5 -25.5 55 76 41 4.40462e-10 1.94007e-19 1
1 16.5 94.5 -31.5 55 81 39 3.84853e-10 1.45678e-19 2
1 16.5 103.5 -25.5 55 84 41 4.15227e-11 1.71716e-21 2
1 16.5 109.5 -4.5 55 86 48 3.01103e-09 9.06628e-18 1
1 16.5 130.5 121.5 55 93 90 7.47405e-10 2.76943e-19 3
1 16.5 148.5 67.5 55 99 72 1.7345e-13 3.00851e-26 1
1 19.5 79.5 139.5 56 76 96 1.17722e-09 4.63676e-19 3
1 19.5 82.5 100.5 56 77 83 1.14574e-09 1.31272e-18 1
1 19.5 82.5 103.5 56 77 84 4.07977e-09 3.55703e-18 7
1 19.5 139.5 136.5 56 96 95 6.15168e-09 4.60656e-18 10
1 19.5 142.5 136.5 56 97 95 3.52506e-09 3.30091e-18 9
1 19.5 145.5 133.5 56 98 94 1.03814e-09 2.21024e-19 5
1 19.5 145.5 136.5 56 98 95 8.18409e-10 1.77749e-19 4
1 19.5 148.5 130.5 56 99 93 8.42033e-14 7.09019e-27 1
1 22.5 -19.5 -4.5 57 43 48 1.70614e-11 2.02631e-22 2
1 22.5 -4.5 -25.5 57 48 41 9.81073e-12 9.62505e-23 1
1 22.5 19.5 115.5 57 56 88 7.25109e-10 2.78442e-19 2
1 22.5 82.5 103.5 57 77 84 2.37306e-09 2.05895e-18 3
1 22.5 145.5 136.5 57 98 95 9.34734e-10 1.75948e-19 5
1 25.5 -67.5 100.5 58 27 83 1.52578e-12 1.85888e-24 2
1 25.5 -31.5 97.5 58 39 82 1.53549e-09 6.90884e-19 5
1 25.5 4.5 -22.5 58 51 42 5.3799e-12 2.71372e-23 2
1 28.5 -19.5 -7.5 59 43 47 1.25415e-11 1.55276e-22 2
1 28.5 -16.5 -22.5 59 44 42 8.42033e-14 7.09019e-27 1
1 28.5 112.5 13.5 59 87 54 6.9383e-10 2.92813e-19 2
1 28.5 112.5 16.5 59 87 55 1.25043e-09 5.34825e-19 3
1 28.5 115.5 16.5 59 88 55 1.55126e-09 6.45109e-19 5
1 28.5 148.5 22.5 59 99 57 8.42033e-14 7.09019e-27 1
1 31.5 -73.5 94.5 60 25 81 9.27689e-10 4.41672e-19 2
1 31.5 -22.5 -22.5 60 42 42 3.66018e-11 1.33379e-21 2
1 31.5 115.5 -19.5 60 88 43 1.15726e-10 1.33925e-20 1
1 31.5 118.5 49.5 60 89 66 2.73288e-09 1.30057e-18 8
1 31.5 148.5 -10.5 60 99 46 8.42033e-14 7.09019e-27 1
1 34.5 124.5 136.5 61 91 95 4.90325e-10 1.65758e-19 2
1 34.5 124.5 139.5 61 91 96 2.48276e-09 1.05076e-18 7
1 34.5 148.5 22.5 61 99 57 1.19554e-09 3.32373e-19 21
1 34.5 148.5 109.5 61 99 86 8.07616e-14 6.52243e-27 1
1 37.5 -1.5 52.5 62 49 67 1.64713e-11 2.71304e-22 1
1 37.5 7.5 115.5 62 52 88 2.29377e-09 1.41379e-18 5
1 37.5 10.5 115.5 62 53 88 5.74994e-09 4.02244e-18 11
1 37.5 40.5 25.5 62 63 58 1.63851e-10 2.58227e-20 2
1 37.5 115.5 49.5 62 88 66 1.49642e-11 2.21421e-22 2
1 37.5 118.5 148.5 62 89 99 2.45928e-09 7.44654e-19 26
1 40.5 22.5 -13.5 63 57 45 2.35267e-11 5.49558e-22 2
1 40.5 148.5 -19.5 63 99 43 3.18821e-12 1.01647e-23 1
1 43.5 139.5 10.5 64 96 53 7.26153e-10 5.27298e-19 1
1 43.5 139.5 13.5 64 96 54 2.31616e-09 1.14929e-18 5
1 43.5 142.5 7.5 64 97 52 4.13357e-09 4.57724e-18 5
1 43.5 142.5 10.5 64 97 53 7.38582e-10 5.45378e-19 2
1 43.5 142.5 13.5 64 97 54 4.13137e-10 1.70682e-19 1
1 43.5 148.5 -70.5 64 99 26 8.42033e-14 7.09019e-27 1
1 43.5 148.5 -1.5 64 99 49 8.42033e-14 7.09019e-27 1
1 43.5 148.5 10.5 64 99 53 8.42033e-14 7.09019e-27 1
1 46.5 25.5 -10.5 65 58 46 1.04866e-10 1.03485e-20 2
1 46.5 43.5 70.5 65 64 73 3.62642e-10 1.31448e-19 2
1 46.5 115.5 70.5 65 88 73 6.04874e-10 1.93902e-19 3
1 46.5 115.5 79.5 65 88 76 1.28625e-09 5.63232e-19 3
1 46.5 142.5 7.5 65 97 52 3.31851e-09 1.65487e-18 7
1 49.5 70.5 7.5 66 73 52 3.45871e-11 1.19046e-21 2
1 49.5 88.5 -43.5 66 79 35 4.16598e-10 1.73554e-19 1
1 49.5 91.5 64.5 66 80 71 8.92899e-10 7.97118e-19 2
1 49.5 91.5 67.5 66 80 72 4.63072e-09 2.62588e-18 10
1 49.5 148.5 -10.5 66 99 46 1.7345e-13 3.00851e-26 1
1 52.5 -88.5 124.5 67 20 91 2.97214e-10 8.83364e-20 1
1 52.5 19.5 97.5 67 56 82 4.26577e-09 2.52608e-18 8
1 52.5 22.5 94.5 67 57 81 3.15797e-09 3.01649e-18 5
1 52.5 22.5 97.5 67 57 82 1.04686e-09 1.09591e-18 1
1 52.5 136.5 -97.5 67 95 17 5.0641e-12 2.56451e-23 1
1 52.5 145.5 139.5 67 98 96 6.26261e-10 1.99831e-19 2
1 52.5 148.5 -31.5 67 99 39 8.42033e-14 7.09019e-27 1
1 55.5 73.5 61.5 68 74 70 6.03526e-10 1.92038e-19 2
1 55.5 145.5 -43.5 68 98 35 7.58437e-10 3.65757e-19 3
1 55.5 148.5 -46.5 68 99 34 8.42033e-14 7.09019e-27 1
1 58.5 109.5 16.5 69 86 55 1.27209e-10 1.61617e-20 2
1 61.5 49.5 67.5 70 66 72 1.66779e-09 7.48051e-19 4
1 61.5 52.5 67.5 70 67 72 2.26861e-09 1.35447e-18 4
1 61.5 52.5 70.5 70 67 73 1.22873e-09 9.27225e-19 2
1 61.5 55.5 67.5 70 68 72 1.60254e-09 2.56788e-18 2
1 64.5 52.5 70.5 71 67 73 4.19408e-09 3.90348e-18 7
1 67.5 7.5 82.5 72 52 77 6.19368e-10 2.13292e-19 3
1 70.5 -43.5 130.5 73 35 93 7.52275e-10 2.83637e-19 2
1 70.5 -43.5 133.5 73 35 94 6.03689e-10 2.52666e-19 2
1 70.5 -40.5 130.5 73 36 93 1.51351e-09 9.82061e-19 3
1 70.5 145.5 -22.5 73 98 42 6.01381e-10 3.61659e-19 1
1 70.5 148.5 -22.5 73 99 42 3.61334e-09 6.99073e-19 21
1 73.5 127.5 7.5 74 92 52 1.74251e-10 3.03342e-20 2
1 73.5 142.5 -22.5 74 97 42 2.74787e-09 1.33172e-18 6
1 73.5 145.5 -22.5 74 98 42 3.37895e-09 1.78981e-18 9
1 76.5 -61.5 106.5 75 29 85 4.34678e-11 1.88214e-21 2
1 76.5 -61.5 109.5 75 29 86 1.85358e-10 3.42933e-20 2
1 76.5 124.5 28.5 75 91 59 1.84625e-09 7.32367e-19 5
1 79.5 4.5 85.5 76 51 78 5.53384e-10 1.89355e-19 3
1 79.5 91.5 25.5 76 80 58 8.56334e-12 7.04203e-23 2
1 79.5 109.5 37.5 76 86 62 4.79597e-10 2.29933e-19 2
1 82.5 13.5 109.5 77 54 86 3.67961e-09 2.34557e-18 7
1 82.5 16.5 109.5 77 55 86 1.04146e-09 1.08464e-18 1
1 82.5 46.5 46.5 77 65 65 1.65745e-10 2.74436e-20 2
1 82.5 106.5 34.5 77 85 61 1.97917e-10 3.91376e-20 2
1 85.5 -52.5 79.5 78 32 76 3.08415e-10 9.50681e-20 2
1 88.5 64.5 61.5 79 71 70 2.26717e-10 1.76499e-20 6
1 88.5 64.5 64.5 79 71 71 2.02355e-10 4.09475e-20 1
1 94.5 73.5 70.5 81 74 73 3.20651e-11 8.44041e-22 2
1 97.5 70.5 73.5 82 73 74 4.13047e-11 1.69914e-21 2
1 97.5 148.5 -43.5 82 99 35 1.7345e-13 3.00851e-26 1
1 97.5 148.5 -7.5 82 99 47 8.07616e-14 6.52243e-27 1
1 106.5 109.5 -10.5 85 86 46 8.5898e-10 7.37846e-19 1
1 106.5 112.5 -13.5 85 87 45 1.00875e-09 1.01757e-18 1
1 109.5 76.5 55.5 86 75 68 2.91348e-09 1.51014e-18 6
1 109.5 109.5 -10.5 86 86 46 4.10708e-09 2.86925e-18 7
1 112.5 58.5 43.5 87 69 64 1.7345e-13 3.00851e-26 1
1 112.5 76.5 52.5 87 75 67 1.1225e-09 1.25983e-18 2
1 112.5 76.5 55.5 87 75 68 2.2594e-09 1.78058e-18 3
1 118.5 43.5 46.5 89 64 65 2.11231e-10 4.46187e-20 1
1 118.5 61.5 19.5 89 70 56 1.19135e-11 1.39941e-22 2
1 121.5 70.5 25.5 90 73 58 9.24233e-11 6.79203e-21 4
1 124.5 28.5 22.5 91 59 57 5.17755e-11 2.672e-21 2
1 127.5 37.5 22.5 92 62 57 9.8071e-14 7.2825e-27 2
1 127.5 40.5 25.5 92 63 58 4.04984e-11 1.63332e-21 2
1 127.5 52.5 4.5 92 67 51 3.97375e-11 1.57239e-21 2
1 130.5 40.5 22.5 93 63 57 2.88569e-11 8.32722e-22 1
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -574,9 +574,9 @@ Phantom and its ROG centre: (0,0,0)
loop n. 1/1
Launched 100000 random primary particles
*********************************************
n. of events collected in the whole ROG phantom for all geometries: 1094
n. of events collected in the whole ROG phantom for the current geometry: 1094
loop elapsed time [s] : 45.33
n. of events collected in the whole ROG phantom for all geometries: 1934
n. of events collected in the whole ROG phantom for the current geometry: 1934
loop elapsed time [s] : 41.24
################ END NEW GEOMETRY ########################
@@ -633,10 +633,10 @@ Phantom and its ROG centre: (0,0,-200)
loop n. 1/1
Launched 100000 random primary particles
*********************************************
n. of events collected in the whole ROG phantom for all geometries: 1902
n. of events collected in the whole ROG phantom for the current geometry: 808
loop elapsed time [s] : 46.01
n. of events collected in the whole ROG phantom for all geometries: 3044
n. of events collected in the whole ROG phantom for the current geometry: 1110
loop elapsed time [s] : 37.85
################ END NEW GEOMETRY ########################
loop elapsed time [s] : 94.36
loop elapsed time [s] : 82.67
+2 -2
View File
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -715,7 +715,7 @@ hPairProd: for pi- SubType= 4
Sampling table 12x1001 from 1.11656 GeV to 1 TeV
===== EM models for the G4Region DefaultRegionForTheWorld ======
hPairProd : Emin= 0 eV Emax= 1 TeV
##### Create analysis manager 0x20f5fb0
##### Create analysis manager 0x1d41b30
Using Root analysis manager
All Ntuples have been created
-> Event # 1 generated
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -192,13 +192,13 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics
Total memory consumed for geometry optimisation: 0 kByte
Total CPU time elapsed for geometry optimisation: 0 seconds
### Run 0 starts.
##### Create analysis manager 0x109d530
##### Create analysis manager 0x9000d0
Using Root analysis manager
... open Root analysis file : microelectronics.root - done
Run terminated.
Run Summary
Number of events processed : 1
User=0.01s Real=0.01s Sys=0s
User=0.01s Real=0s Sys=0s
... write Root file : microelectronics.root - done
... close Root file : microelectronics.root - done
Number and type of particles created outside region "Target" :
@@ -245,7 +245,7 @@ Index : 1 used in the geometry : Yes
====================================================================
### Run 1 starts.
##### Create analysis manager 0x109d530
##### Create analysis manager 0x9000d0
Using Root analysis manager
... open Root analysis file : microelectronics.root - done
Run terminated.
+2 -2
View File
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
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 0xfd7670
##### Create analysis manager 0xbc4250
Using Root analysis manager
Ntuple-1 created
Ntuple-2 created
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -28705,7 +28705,7 @@ Ntuple-3 created
-------- WWWW ------- G4Exception-START -------- WWWW -------
*** G4Exception : Analysis_W011
issued by : G4TNtupleManager:
issued by : G4TNtupleManager::Fill
============================================================================================
================= lines above cut to keep file within limits ===============================
============================================================================================
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
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-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -721,7 +721,12 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 30
Primary Energy: 60 keV
Total energy in LXe: 0 eV
First hit in LXe: gamma
Number of hits in LXe: 24
Total energy in LXe: 30.2187 keV
Average light collection time: 20.1984 ns
Number of PMT hits (photoelectron equivalent): 35
Event summary in file gamma_1000.out
---> End of event: 30
@@ -729,7 +734,12 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 40
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: 60 keV
Average light collection time: 29.4441 ns
Number of PMT hits (photoelectron equivalent): 63
Event summary in file gamma_1000.out
---> End of event: 40
@@ -737,7 +747,12 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 50
Primary Energy: 60 keV
Total energy in LXe: 0 eV
First hit in LXe: gamma
Number of hits in LXe: 62
Total energy in LXe: 60 keV
Average light collection time: 17.6866 ns
Number of PMT hits (photoelectron equivalent): 49
Event summary in file gamma_1000.out
---> End of event: 50
@@ -746,10 +761,10 @@ Index : 12 used in the geometry : Yes
Primary Energy: 60 keV
First hit in LXe: gamma
Number of hits in LXe: 59
Number of hits in LXe: 54
Total energy in LXe: 60 keV
Average light collection time: 16.8645 ns
Number of PMT hits (photoelectron equivalent): 67
Average light collection time: 25.008 ns
Number of PMT hits (photoelectron equivalent): 70
Event summary in file gamma_1000.out
---> End of event: 60
@@ -775,10 +790,10 @@ Index : 12 used in the geometry : Yes
Primary Energy: 60 keV
First hit in LXe: gamma
Number of hits in LXe: 6
Total energy in LXe: 7.55419 keV
Average light collection time: 29.292 ns
Number of PMT hits (photoelectron equivalent): 6
Number of hits in LXe: 59
Total energy in LXe: 60 keV
Average light collection time: 21.7027 ns
Number of PMT hits (photoelectron equivalent): 71
Event summary in file gamma_1000.out
---> End of event: 90
@@ -788,10 +803,10 @@ Index : 12 used in the geometry : Yes
Primary Energy: 60 keV
First hit in LXe: gamma
Number of hits in LXe: 42
Total energy in LXe: 26.1349 keV
Average light collection time: 26.0587 ns
Number of PMT hits (photoelectron equivalent): 20
Number of hits in LXe: 59
Total energy in LXe: 60 keV
Average light collection time: 21.2215 ns
Number of PMT hits (photoelectron equivalent): 164
Event summary in file gamma_1000.out
---> End of event: 100
@@ -824,12 +839,7 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 140
Primary Energy: 60 keV
First hit in LXe: gamma
Number of hits in LXe: 31
Total energy in LXe: 26.3706 keV
Average light collection time: 10.6623 ns
Number of PMT hits (photoelectron equivalent): 17
Event summary in file gamma_1000.out
Total energy in LXe: 0 eV
---> End of event: 140
@@ -845,7 +855,12 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 160
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: 24.4712 ns
Number of PMT hits (photoelectron equivalent): 51
Event summary in file gamma_1000.out
---> End of event: 160
@@ -877,12 +892,7 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 200
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: 20.517 ns
Number of PMT hits (photoelectron equivalent): 29
Event summary in file gamma_1000.out
Total energy in LXe: 0 eV
---> End of event: 200
@@ -899,10 +909,10 @@ Index : 12 used in the geometry : Yes
Primary Energy: 60 keV
First hit in LXe: gamma
Number of hits in LXe: 64
Number of hits in LXe: 67
Total energy in LXe: 60 keV
Average light collection time: 19.4373 ns
Number of PMT hits (photoelectron equivalent): 81
Average light collection time: 16.9692 ns
Number of PMT hits (photoelectron equivalent): 53
Event summary in file gamma_1000.out
---> End of event: 220
@@ -911,7 +921,12 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 230
Primary Energy: 60 keV
Total energy in LXe: 0 eV
First hit in LXe: gamma
Number of hits in LXe: 29
Total energy in LXe: 30.2187 keV
Average light collection time: 15.1566 ns
Number of PMT hits (photoelectron equivalent): 26
Event summary in file gamma_1000.out
---> End of event: 230
@@ -919,7 +934,12 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 240
Primary Energy: 60 keV
Total energy in LXe: 0 eV
First hit in LXe: gamma
Number of hits in LXe: 56
Total energy in LXe: 60 keV
Average light collection time: 19.5876 ns
Number of PMT hits (photoelectron equivalent): 59
Event summary in file gamma_1000.out
---> End of event: 240
@@ -927,7 +947,12 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 250
Primary Energy: 60 keV
Total energy in LXe: 0 eV
First hit in LXe: gamma
Number of hits in LXe: 60
Total energy in LXe: 60 keV
Average light collection time: 24.0604 ns
Number of PMT hits (photoelectron equivalent): 58
Event summary in file gamma_1000.out
---> End of event: 250
@@ -943,12 +968,7 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 270
Primary Energy: 60 keV
First hit in LXe: gamma
Number of hits in LXe: 58
Total energy in LXe: 60 keV
Average light collection time: 21.2002 ns
Number of PMT hits (photoelectron equivalent): 58
Event summary in file gamma_1000.out
Total energy in LXe: 0 eV
---> End of event: 270
@@ -956,7 +976,12 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 280
Primary Energy: 60 keV
Total energy in LXe: 0 eV
First hit in LXe: gamma
Number of hits in LXe: 42
Total energy in LXe: 60 keV
Average light collection time: 19.3622 ns
Number of PMT hits (photoelectron equivalent): 53
Event summary in file gamma_1000.out
---> End of event: 280
@@ -972,7 +997,12 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 300
Primary Energy: 60 keV
Total energy in LXe: 0 eV
First hit in LXe: gamma
Number of hits in LXe: 59
Total energy in LXe: 60 keV
Average light collection time: 18.3843 ns
Number of PMT hits (photoelectron equivalent): 39
Event summary in file gamma_1000.out
---> End of event: 300
@@ -996,12 +1026,7 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 330
Primary Energy: 60 keV
First hit in LXe: gamma
Number of hits in LXe: 50
Total energy in LXe: 60 keV
Average light collection time: 19.6611 ns
Number of PMT hits (photoelectron equivalent): 72
Event summary in file gamma_1000.out
Total energy in LXe: 0 eV
---> End of event: 330
@@ -1010,10 +1035,10 @@ Index : 12 used in the geometry : Yes
Primary Energy: 60 keV
First hit in LXe: gamma
Number of hits in LXe: 54
Total energy in LXe: 60 keV
Average light collection time: 17.2232 ns
Number of PMT hits (photoelectron equivalent): 56
Number of hits in LXe: 22
Total energy in LXe: 30.2187 keV
Average light collection time: 21.1922 ns
Number of PMT hits (photoelectron equivalent): 17
Event summary in file gamma_1000.out
---> End of event: 340
@@ -1030,12 +1055,7 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 360
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: 23.4753 ns
Number of PMT hits (photoelectron equivalent): 36
Event summary in file gamma_1000.out
Total energy in LXe: 0 eV
---> End of event: 360
@@ -1044,10 +1064,10 @@ Index : 12 used in the geometry : Yes
Primary Energy: 60 keV
First hit in LXe: gamma
Number of hits in LXe: 60
Total energy in LXe: 60 keV
Average light collection time: 20.4804 ns
Number of PMT hits (photoelectron equivalent): 55
Number of hits in LXe: 45
Total energy in LXe: 30.5479 keV
Average light collection time: 19.1242 ns
Number of PMT hits (photoelectron equivalent): 42
Event summary in file gamma_1000.out
---> End of event: 370
@@ -1056,12 +1076,7 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 380
Primary Energy: 60 keV
First hit in LXe: gamma
Number of hits in LXe: 64
Total energy in LXe: 60 keV
Average light collection time: 26.8194 ns
Number of PMT hits (photoelectron equivalent): 66
Event summary in file gamma_1000.out
Total energy in LXe: 0 eV
---> End of event: 380
@@ -1069,7 +1084,12 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 390
Primary Energy: 60 keV
Total energy in LXe: 0 eV
First hit in LXe: gamma
Number of hits in LXe: 94
Total energy in LXe: 60 keV
Average light collection time: 18.0947 ns
Number of PMT hits (photoelectron equivalent): 50
Event summary in file gamma_1000.out
---> End of event: 390
@@ -1077,12 +1097,7 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 400
Primary Energy: 60 keV
First hit in LXe: gamma
Number of hits in LXe: 69
Total energy in LXe: 60 keV
Average light collection time: 18.6173 ns
Number of PMT hits (photoelectron equivalent): 53
Event summary in file gamma_1000.out
Total energy in LXe: 0 eV
---> End of event: 400
@@ -1107,10 +1122,10 @@ Index : 12 used in the geometry : Yes
Primary Energy: 60 keV
First hit in LXe: gamma
Number of hits in LXe: 58
Number of hits in LXe: 52
Total energy in LXe: 60 keV
Average light collection time: 18.5522 ns
Number of PMT hits (photoelectron equivalent): 116
Average light collection time: 18.2767 ns
Number of PMT hits (photoelectron equivalent): 136
Event summary in file gamma_1000.out
---> End of event: 430
@@ -1135,7 +1150,12 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 460
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: 60 keV
Average light collection time: 22.3512 ns
Number of PMT hits (photoelectron equivalent): 53
Event summary in file gamma_1000.out
---> End of event: 460
@@ -1143,11 +1163,11 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 470
Primary Energy: 60 keV
First hit in LXe: e-
Number of hits in LXe: 89
Total energy in LXe: 55.0541 keV
Average light collection time: 22.5391 ns
Number of PMT hits (photoelectron equivalent): 55
First hit in LXe: gamma
Number of hits in LXe: 55
Total energy in LXe: 60 keV
Average light collection time: 21.488 ns
Number of PMT hits (photoelectron equivalent): 54
Event summary in file gamma_1000.out
---> End of event: 470
@@ -1164,12 +1184,7 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 490
Primary Energy: 60 keV
First hit in LXe: gamma
Number of hits in LXe: 27
Total energy in LXe: 30.2187 keV
Average light collection time: 25.1062 ns
Number of PMT hits (photoelectron equivalent): 44
Event summary in file gamma_1000.out
Total energy in LXe: 0 eV
---> End of event: 490
@@ -1185,12 +1200,7 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 510
Primary Energy: 60 keV
First hit in LXe: gamma
Number of hits in LXe: 64
Total energy in LXe: 60 keV
Average light collection time: 24.6187 ns
Number of PMT hits (photoelectron equivalent): 59
Event summary in file gamma_1000.out
Total energy in LXe: 0 eV
---> End of event: 510
@@ -1198,7 +1208,12 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 520
Primary Energy: 60 keV
Total energy in LXe: 0 eV
First hit in LXe: gamma
Number of hits in LXe: 37
Total energy in LXe: 60 keV
Average light collection time: 24.2763 ns
Number of PMT hits (photoelectron equivalent): 52
Event summary in file gamma_1000.out
---> End of event: 520
@@ -1207,10 +1222,10 @@ Index : 12 used in the geometry : Yes
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: 19.7209 ns
Number of PMT hits (photoelectron equivalent): 61
Number of hits in LXe: 51
Total energy in LXe: 30.2187 keV
Average light collection time: 17.7814 ns
Number of PMT hits (photoelectron equivalent): 32
Event summary in file gamma_1000.out
---> End of event: 530
@@ -1220,10 +1235,10 @@ Index : 12 used in the geometry : Yes
Primary Energy: 60 keV
First hit in LXe: gamma
Number of hits in LXe: 66
Number of hits in LXe: 65
Total energy in LXe: 60 keV
Average light collection time: 17.5031 ns
Number of PMT hits (photoelectron equivalent): 45
Average light collection time: 18.696 ns
Number of PMT hits (photoelectron equivalent): 56
Event summary in file gamma_1000.out
---> End of event: 540
@@ -1240,12 +1255,7 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 560
Primary Energy: 60 keV
First hit in LXe: gamma
Number of hits in LXe: 64
Total energy in LXe: 60 keV
Average light collection time: 20.988 ns
Number of PMT hits (photoelectron equivalent): 54
Event summary in file gamma_1000.out
Total energy in LXe: 0 eV
---> End of event: 560
@@ -1253,7 +1263,12 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 570
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: 21.5379 ns
Number of PMT hits (photoelectron equivalent): 71
Event summary in file gamma_1000.out
---> End of event: 570
@@ -1261,7 +1276,12 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 580
Primary Energy: 60 keV
Total energy in LXe: 0 eV
First hit in LXe: gamma
Number of hits in LXe: 38
Total energy in LXe: 60 keV
Average light collection time: 22.4356 ns
Number of PMT hits (photoelectron equivalent): 71
Event summary in file gamma_1000.out
---> End of event: 580
@@ -1269,12 +1289,7 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 590
Primary Energy: 60 keV
First hit in LXe: gamma
Number of hits in LXe: 44
Total energy in LXe: 60 keV
Average light collection time: 19.9812 ns
Number of PMT hits (photoelectron equivalent): 57
Event summary in file gamma_1000.out
Total energy in LXe: 0 eV
---> End of event: 590
@@ -1290,7 +1305,12 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 610
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: 60 keV
Average light collection time: 19.3135 ns
Number of PMT hits (photoelectron equivalent): 54
Event summary in file gamma_1000.out
---> End of event: 610
@@ -1299,10 +1319,10 @@ Index : 12 used in the geometry : Yes
Primary Energy: 60 keV
First hit in LXe: gamma
Number of hits in LXe: 49
Number of hits in LXe: 51
Total energy in LXe: 60 keV
Average light collection time: 22.2923 ns
Number of PMT hits (photoelectron equivalent): 78
Average light collection time: 27.9233 ns
Number of PMT hits (photoelectron equivalent): 64
Event summary in file gamma_1000.out
---> End of event: 620
@@ -1311,12 +1331,7 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 630
Primary Energy: 60 keV
First hit in LXe: gamma
Number of hits in LXe: 43
Total energy in LXe: 60 keV
Average light collection time: 21.5712 ns
Number of PMT hits (photoelectron equivalent): 50
Event summary in file gamma_1000.out
Total energy in LXe: 0 eV
---> End of event: 630
@@ -1324,7 +1339,12 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 640
Primary Energy: 60 keV
Total energy in LXe: 0 eV
First hit in LXe: gamma
Number of hits in LXe: 58
Total energy in LXe: 60 keV
Average light collection time: 16.0205 ns
Number of PMT hits (photoelectron equivalent): 44
Event summary in file gamma_1000.out
---> End of event: 640
@@ -1348,12 +1368,7 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 670
Primary Energy: 60 keV
First hit in LXe: gamma
Number of hits in LXe: 47
Total energy in LXe: 60 keV
Average light collection time: 21.9746 ns
Number of PMT hits (photoelectron equivalent): 81
Event summary in file gamma_1000.out
Total energy in LXe: 0 eV
---> End of event: 670
@@ -1377,7 +1392,12 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 700
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: 19.0251 ns
Number of PMT hits (photoelectron equivalent): 66
Event summary in file gamma_1000.out
---> End of event: 700
@@ -1393,12 +1413,7 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 720
Primary Energy: 60 keV
First hit in LXe: gamma
Number of hits in LXe: 40
Total energy in LXe: 60 keV
Average light collection time: 23.7438 ns
Number of PMT hits (photoelectron equivalent): 63
Event summary in file gamma_1000.out
Total energy in LXe: 0 eV
---> End of event: 720
@@ -1447,10 +1462,10 @@ Index : 12 used in the geometry : Yes
Primary Energy: 60 keV
First hit in LXe: gamma
Number of hits in LXe: 35
Total energy in LXe: 26.3706 keV
Average light collection time: 19.506 ns
Number of PMT hits (photoelectron equivalent): 33
Number of hits in LXe: 55
Total energy in LXe: 60 keV
Average light collection time: 19.9007 ns
Number of PMT hits (photoelectron equivalent): 62
Event summary in file gamma_1000.out
---> End of event: 780
@@ -1459,7 +1474,12 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 790
Primary Energy: 60 keV
Total energy in LXe: 0 eV
First hit in LXe: gamma
Number of hits in LXe: 38
Total energy in LXe: 26.3706 keV
Average light collection time: 16.0881 ns
Number of PMT hits (photoelectron equivalent): 23
Event summary in file gamma_1000.out
---> End of event: 790
@@ -1467,12 +1487,7 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 800
Primary Energy: 60 keV
First hit in LXe: gamma
Number of hits in LXe: 27
Total energy in LXe: 25.592 keV
Average light collection time: 20.3079 ns
Number of PMT hits (photoelectron equivalent): 19
Event summary in file gamma_1000.out
Total energy in LXe: 0 eV
---> End of event: 800
@@ -1480,12 +1495,7 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 810
Primary Energy: 60 keV
First hit in LXe: gamma
Number of hits in LXe: 63
Total energy in LXe: 60 keV
Average light collection time: 18.8517 ns
Number of PMT hits (photoelectron equivalent): 74
Event summary in file gamma_1000.out
Total energy in LXe: 0 eV
---> End of event: 810
@@ -1493,12 +1503,7 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 820
Primary Energy: 60 keV
First hit in LXe: gamma
Number of hits in LXe: 19
Total energy in LXe: 26.3706 keV
Average light collection time: 20.5512 ns
Number of PMT hits (photoelectron equivalent): 19
Event summary in file gamma_1000.out
Total energy in LXe: 0 eV
---> End of event: 820
@@ -1514,7 +1519,12 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 840
Primary Energy: 60 keV
Total energy in LXe: 0 eV
First hit in LXe: gamma
Number of hits in LXe: 49
Total energy in LXe: 60 keV
Average light collection time: 24.6535 ns
Number of PMT hits (photoelectron equivalent): 61
Event summary in file gamma_1000.out
---> End of event: 840
@@ -1538,12 +1548,7 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 870
Primary Energy: 60 keV
First hit in LXe: gamma
Number of hits in LXe: 60
Total energy in LXe: 60 keV
Average light collection time: 22.3989 ns
Number of PMT hits (photoelectron equivalent): 73
Event summary in file gamma_1000.out
Total energy in LXe: 0 eV
---> End of event: 870
@@ -1551,12 +1556,7 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 880
Primary Energy: 60 keV
First hit in LXe: gamma
Number of hits in LXe: 26
Total energy in LXe: 30.2187 keV
Average light collection time: 24.5389 ns
Number of PMT hits (photoelectron equivalent): 22
Event summary in file gamma_1000.out
Total energy in LXe: 0 eV
---> End of event: 880
@@ -1580,12 +1580,7 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 910
Primary Energy: 60 keV
First hit in LXe: gamma
Number of hits in LXe: 58
Total energy in LXe: 60 keV
Average light collection time: 23.503 ns
Number of PMT hits (photoelectron equivalent): 53
Event summary in file gamma_1000.out
Total energy in LXe: 0 eV
---> End of event: 910
@@ -1594,10 +1589,10 @@ Index : 12 used in the geometry : Yes
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: 26.8343 ns
Number of PMT hits (photoelectron equivalent): 30
Number of hits in LXe: 54
Total energy in LXe: 60 keV
Average light collection time: 22.2636 ns
Number of PMT hits (photoelectron equivalent): 52
Event summary in file gamma_1000.out
---> End of event: 920
@@ -1606,12 +1601,7 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 930
Primary Energy: 60 keV
First hit in LXe: gamma
Number of hits in LXe: 53
Total energy in LXe: 30.2187 keV
Average light collection time: 14.6923 ns
Number of PMT hits (photoelectron equivalent): 23
Event summary in file gamma_1000.out
Total energy in LXe: 0 eV
---> End of event: 930
@@ -1619,12 +1609,7 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 940
Primary Energy: 60 keV
First hit in LXe: gamma
Number of hits in LXe: 72
Total energy in LXe: 60 keV
Average light collection time: 16.24 ns
Number of PMT hits (photoelectron equivalent): 42
Event summary in file gamma_1000.out
Total energy in LXe: 0 eV
---> End of event: 940
@@ -1640,12 +1625,7 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 960
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: 17.3515 ns
Number of PMT hits (photoelectron equivalent): 81
Event summary in file gamma_1000.out
Total energy in LXe: 0 eV
---> End of event: 960
@@ -1669,12 +1649,7 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 990
Primary Energy: 60 keV
First hit in LXe: gamma
Number of hits in LXe: 62
Total energy in LXe: 60 keV
Average light collection time: 19.1619 ns
Number of PMT hits (photoelectron equivalent): 55
Event summary in file gamma_1000.out
Total energy in LXe: 0 eV
---> End of event: 990
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -2867,7 +2867,7 @@ Created histos
Run terminated.
Run Summary
Number of events processed : 10
User=1.31s Real=1.31s Sys=0s
User=0.66s Real=0.7s Sys=0s
Going to save histograms
... write Root file : xrayfluo.root - done
... close Root file : xrayfluo.root - done
@@ -2890,21 +2890,21 @@ G4SDManager deleted.
EventManager deleted.
Units table cleared.
TransportationManager deleted.
Total navigation history collections cleaned: 8
Total navigation history collections cleaned: 7
================== Deleting memory pools ===================
Pool ID '20G4NavigationLevelRep', size : 0.00865 MB
Pool ID '20G4NavigationLevelRep', size : 0.00673 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.321 MB
Pool ID '7G4Track', size : 0.642 MB
Pool ID '17G4DynamicParticle', size : 0.316 MB
Pool ID '7G4Track', size : 0.632 MB
Pool ID '18G4TouchableHistory', size : 0.000961 MB
Pool ID '15G4CountedObjectIvE', size : 0.000961 MB
Number of memory pools allocated: 11 of which, static: 0
Dynamic pools deleted: 11 / Total memory freed: 0.98 MB
Dynamic pools deleted: 11 / Total memory freed: 0.96 MB
============================================================
G4Allocator objects are deleted.
UImanager deleted.
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -380,7 +380,7 @@ Opening output file xraytel ... done
Run terminated.
Run Summary
Number of events processed : 1000
User=0.03s Real=0.03s Sys=0.01s
User=0.03s Real=0.03s Sys=0s
##########################################
WARNING: command "/vis/viewer/update" could not be applied: no current viewer.
Graphics systems deleted.
+3 -3
View File
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -777,7 +777,7 @@ Max 2J for sampling of angular correlations 10
--------------------End of Global Run-----------------------
The run consists of 1000 gamma of 6 MeV
Cumulated dose per run, in scoring volume : 33.9849 picoGy rms = 3.53275 picoGy
Cumulated dose per run, in scoring volume : 39.9906 picoGy rms = 3.84284 picoGy
------------------------------------------------------------
### Run 1 starts.
@@ -794,7 +794,7 @@ Max 2J for sampling of angular correlations 10
--------------------End of Global Run-----------------------
The run consists of 1000 proton of 210 MeV
Cumulated dose per run, in scoring volume : 5.17767 nanoGy rms = 145.642 picoGy
Cumulated dose per run, in scoring volume : 4.94889 nanoGy rms = 145.96 picoGy
------------------------------------------------------------
Graphics systems deleted.
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -225,8 +225,8 @@ Use Bearden atomic level energies 0
### Run 0 start.
--------------------End of Global Run-----------------------
The run was 10000 events Nb of 'good' e+ annihilations: 1282
Total dose in patient : 292.569 picoGy
The run was 10000 events Nb of 'good' e+ annihilations: 1335
Total dose in patient : 290.445 picoGy
------------------------------------------------------------
Graphics systems deleted.
+3 -3
View File
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -227,8 +227,8 @@ Use Bearden atomic level energies 0
---> end of event: 0
--------------------End of Global Run-----------------------
The run was 10000 events Nb of 'good' e+ annihilations: 1282
Total dose in patient : 292.569 picoGy
The run was 10000 events Nb of 'good' e+ annihilations: 1335
Total dose in patient : 290.445 picoGy
------------------------------------------------------------
Graphics systems deleted.
+19 -19
View File
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -817,15 +817,15 @@ Max 2J for sampling of angular correlations 10
... open Root analysis file : B4.root - done
--> Event 0 starts.
---> End of event: 0
Absorber: total energy: 282.511 MeV total track length: 20.2008 cm
Gap: total energy: 12.5128 MeV total track length: 5.83304 cm
Absorber: total energy: 275.056 MeV total track length: 19.9096 cm
Gap: total energy: 14.4943 MeV total track length: 6.71045 cm
----> print histograms statistic for the entire run
EAbs : mean = 282.511 MeV rms = 0 eV
EGap : mean = 12.5128 MeV rms = 0 eV
LAbs : mean = 20.2008 cm rms = 0 fm
LGap : mean = 5.83304 cm rms = 0 fm
EAbs : mean = 275.056 MeV rms = 0 eV
EGap : mean = 14.4943 MeV rms = 0 eV
LAbs : mean = 19.9096 cm rms = 0 fm
LGap : mean = 6.71045 cm rms = 0 fm
... write Root file : B4.root - done
... close Root file : B4.root - done
Transportation, phot, compt, conv
@@ -1213,15 +1213,15 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
... open Root analysis file : B4.root - done
--> Event 0 starts.
---> End of event: 0
Absorber: total energy: 282.303 MeV total track length: 20.1221 cm
Gap: total energy: 18.1044 MeV total track length: 8.95616 cm
Absorber: total energy: 281.888 MeV total track length: 20.3627 cm
Gap: total energy: 17.6684 MeV total track length: 8.53729 cm
----> print histograms statistic for the entire run
EAbs : mean = 282.303 MeV rms = 0 eV
EGap : mean = 18.1044 MeV rms = 0 eV
LAbs : mean = 20.1221 cm rms = 0 fm
LGap : mean = 8.95616 cm rms = 0 fm
EAbs : mean = 281.888 MeV rms = 0 eV
EGap : mean = 17.6684 MeV rms = 0 eV
LAbs : mean = 20.3627 cm rms = 0 fm
LGap : mean = 8.53729 cm rms = 0 fm
... write Root file : B4.root - done
... close Root file : B4.root - done
@@ -1594,15 +1594,15 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
... open Root analysis file : B4.root - done
--> Event 0 starts.
---> End of event: 0
Absorber: total energy: 463.409 MeV total track length: 32.7981 cm
Gap: total energy: 18.418 MeV total track length: 9.22476 cm
Absorber: total energy: 438.917 MeV total track length: 31.6985 cm
Gap: total energy: 25.1026 MeV total track length: 12.5465 cm
----> print histograms statistic for the entire run
EAbs : mean = 463.409 MeV rms = 0 eV
EGap : mean = 18.418 MeV rms = 0 eV
LAbs : mean = 32.7981 cm rms = 0 fm
LGap : mean = 9.22476 cm rms = 0 fm
EAbs : mean = 438.917 MeV rms = 0 eV
EGap : mean = 25.1026 MeV rms = 0 eV
LAbs : mean = 31.6985 cm rms = 0 fm
LGap : mean = 12.5465 cm rms = 0 fm
... write Root file : B4.root - done
... close Root file : B4.root - done
Graphics systems deleted.
+19 -19
View File
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -818,15 +818,15 @@ Max 2J for sampling of angular correlations 10
... open Root analysis file : B4.root - done
--> Event 0 starts.
---> End of event: 0
Absorber: total energy: 282.511 MeV total track length: 20.2008 cm
Gap: total energy: 12.5128 MeV total track length: 5.83304 cm
Absorber: total energy: 275.056 MeV total track length: 19.9096 cm
Gap: total energy: 14.4943 MeV total track length: 6.71045 cm
----> print histograms statistic for the entire run
EAbs : mean = 282.511 MeV rms = 0 eV
EGap : mean = 12.5128 MeV rms = 0 eV
LAbs : mean = 20.2008 cm rms = 0 fm
LGap : mean = 5.83304 cm rms = 0 fm
EAbs : mean = 275.056 MeV rms = 0 eV
EGap : mean = 14.4943 MeV rms = 0 eV
LAbs : mean = 19.9096 cm rms = 0 fm
LGap : mean = 6.71045 cm rms = 0 fm
... write Root file : B4.root - done
... close Root file : B4.root - done
Transportation, phot, compt, conv
@@ -1215,15 +1215,15 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
... open Root analysis file : B4.root - done
--> Event 0 starts.
---> End of event: 0
Absorber: total energy: 282.303 MeV total track length: 20.1221 cm
Gap: total energy: 18.1044 MeV total track length: 8.95616 cm
Absorber: total energy: 281.888 MeV total track length: 20.3627 cm
Gap: total energy: 17.6684 MeV total track length: 8.53729 cm
----> print histograms statistic for the entire run
EAbs : mean = 282.303 MeV rms = 0 eV
EGap : mean = 18.1044 MeV rms = 0 eV
LAbs : mean = 20.1221 cm rms = 0 fm
LGap : mean = 8.95616 cm rms = 0 fm
EAbs : mean = 281.888 MeV rms = 0 eV
EGap : mean = 17.6684 MeV rms = 0 eV
LAbs : mean = 20.3627 cm rms = 0 fm
LGap : mean = 8.53729 cm rms = 0 fm
... write Root file : B4.root - done
... close Root file : B4.root - done
@@ -1597,15 +1597,15 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
... open Root analysis file : B4.root - done
--> Event 0 starts.
---> End of event: 0
Absorber: total energy: 463.409 MeV total track length: 32.7981 cm
Gap: total energy: 18.418 MeV total track length: 9.22476 cm
Absorber: total energy: 438.917 MeV total track length: 31.6985 cm
Gap: total energy: 25.1026 MeV total track length: 12.5465 cm
----> print histograms statistic for the entire run
EAbs : mean = 463.409 MeV rms = 0 eV
EGap : mean = 18.418 MeV rms = 0 eV
LAbs : mean = 32.7981 cm rms = 0 fm
LGap : mean = 9.22476 cm rms = 0 fm
EAbs : mean = 438.917 MeV rms = 0 eV
EGap : mean = 25.1026 MeV rms = 0 eV
LAbs : mean = 31.6985 cm rms = 0 fm
LGap : mean = 12.5465 cm rms = 0 fm
... write Root file : B4.root - done
... close Root file : B4.root - done
Graphics systems deleted.
+19 -19
View File
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -817,15 +817,15 @@ Max 2J for sampling of angular correlations 10
... open Root analysis file : B4.root - done
--> Event 0 starts.
---> End of event: 0
Absorber: total energy: 282.511 MeV total track length: 20.2008 cm
Gap: total energy: 12.5128 MeV total track length: 5.83304 cm
Absorber: total energy: 275.056 MeV total track length: 19.9096 cm
Gap: total energy: 14.4943 MeV total track length: 6.71045 cm
----> print histograms statistic for the entire run
EAbs : mean = 282.511 MeV rms = 0 eV
EGap : mean = 12.5128 MeV rms = 0 eV
LAbs : mean = 20.2008 cm rms = 0 fm
LGap : mean = 5.83304 cm rms = 0 fm
EAbs : mean = 275.056 MeV rms = 0 eV
EGap : mean = 14.4943 MeV rms = 0 eV
LAbs : mean = 19.9096 cm rms = 0 fm
LGap : mean = 6.71045 cm rms = 0 fm
... write Root file : B4.root - done
... close Root file : B4.root - done
Transportation, phot, compt, conv
@@ -1213,15 +1213,15 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
... open Root analysis file : B4.root - done
--> Event 0 starts.
---> End of event: 0
Absorber: total energy: 282.303 MeV total track length: 20.1221 cm
Gap: total energy: 18.1044 MeV total track length: 8.95616 cm
Absorber: total energy: 281.888 MeV total track length: 20.3627 cm
Gap: total energy: 17.6684 MeV total track length: 8.53729 cm
----> print histograms statistic for the entire run
EAbs : mean = 282.303 MeV rms = 0 eV
EGap : mean = 18.1044 MeV rms = 0 eV
LAbs : mean = 20.1221 cm rms = 0 fm
LGap : mean = 8.95616 cm rms = 0 fm
EAbs : mean = 281.888 MeV rms = 0 eV
EGap : mean = 17.6684 MeV rms = 0 eV
LAbs : mean = 20.3627 cm rms = 0 fm
LGap : mean = 8.53729 cm rms = 0 fm
... write Root file : B4.root - done
... close Root file : B4.root - done
@@ -1594,15 +1594,15 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
... open Root analysis file : B4.root - done
--> Event 0 starts.
---> End of event: 0
Absorber: total energy: 463.409 MeV total track length: 32.7981 cm
Gap: total energy: 18.418 MeV total track length: 9.22476 cm
Absorber: total energy: 438.917 MeV total track length: 31.6985 cm
Gap: total energy: 25.1026 MeV total track length: 12.5465 cm
----> print histograms statistic for the entire run
EAbs : mean = 463.409 MeV rms = 0 eV
EGap : mean = 18.418 MeV rms = 0 eV
LAbs : mean = 32.7981 cm rms = 0 fm
LGap : mean = 9.22476 cm rms = 0 fm
EAbs : mean = 438.917 MeV rms = 0 eV
EGap : mean = 25.1026 MeV rms = 0 eV
LAbs : mean = 31.6985 cm rms = 0 fm
LGap : mean = 12.5465 cm rms = 0 fm
... write Root file : B4.root - done
... close Root file : B4.root - done
Graphics systems deleted.
+19 -19
View File
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -821,15 +821,15 @@ Max 2J for sampling of angular correlations 10
... open Root analysis file : B4.root - done
--> Event 0 starts.
---> End of event: 0
Absorber: total energy: 282.511 MeV total track length: 20.2008 cm
Gap: total energy: 12.5128 MeV total track length: 5.83304 cm
Absorber: total energy: 275.056 MeV total track length: 19.9096 cm
Gap: total energy: 14.4943 MeV total track length: 6.71045 cm
----> print histograms statistic for the entire run
EAbs : mean = 282.511 MeV rms = 0 eV
EGap : mean = 12.5128 MeV rms = 0 eV
LAbs : mean = 20.2008 cm rms = 0 fm
LGap : mean = 5.83304 cm rms = 0 fm
EAbs : mean = 275.056 MeV rms = 0 eV
EGap : mean = 14.4943 MeV rms = 0 eV
LAbs : mean = 19.9096 cm rms = 0 fm
LGap : mean = 6.71045 cm rms = 0 fm
... write Root file : B4.root - done
... close Root file : B4.root - done
Transportation, phot, compt, conv
@@ -1217,15 +1217,15 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
... open Root analysis file : B4.root - done
--> Event 0 starts.
---> End of event: 0
Absorber: total energy: 282.303 MeV total track length: 20.1221 cm
Gap: total energy: 18.1044 MeV total track length: 8.95616 cm
Absorber: total energy: 281.888 MeV total track length: 20.3627 cm
Gap: total energy: 17.6684 MeV total track length: 8.53729 cm
----> print histograms statistic for the entire run
EAbs : mean = 282.303 MeV rms = 0 eV
EGap : mean = 18.1044 MeV rms = 0 eV
LAbs : mean = 20.1221 cm rms = 0 fm
LGap : mean = 8.95616 cm rms = 0 fm
EAbs : mean = 281.888 MeV rms = 0 eV
EGap : mean = 17.6684 MeV rms = 0 eV
LAbs : mean = 20.3627 cm rms = 0 fm
LGap : mean = 8.53729 cm rms = 0 fm
... write Root file : B4.root - done
... close Root file : B4.root - done
@@ -1598,15 +1598,15 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
... open Root analysis file : B4.root - done
--> Event 0 starts.
---> End of event: 0
Absorber: total energy: 463.409 MeV total track length: 32.7981 cm
Gap: total energy: 18.418 MeV total track length: 9.22476 cm
Absorber: total energy: 438.917 MeV total track length: 31.6985 cm
Gap: total energy: 25.1026 MeV total track length: 12.5465 cm
----> print histograms statistic for the entire run
EAbs : mean = 463.409 MeV rms = 0 eV
EGap : mean = 18.418 MeV rms = 0 eV
LAbs : mean = 32.7981 cm rms = 0 fm
LGap : mean = 9.22476 cm rms = 0 fm
EAbs : mean = 438.917 MeV rms = 0 eV
EGap : mean = 25.1026 MeV rms = 0 eV
LAbs : mean = 31.6985 cm rms = 0 fm
LGap : mean = 12.5465 cm rms = 0 fm
... write Root file : B4.root - done
... close Root file : B4.root - done
Graphics systems deleted.
+141 -168
View File
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -917,8 +917,9 @@ Max 2J for sampling of angular correlations 10
>>> Event 0 >>> Simulation truth : proton (-0,0,100000)
Hodoscope 1 has 1 hits.
Hodoscope[7] 4.9870028524653 (nsec)
Hodoscope 2 has 1 hits.
Hodoscope 2 has 2 hits.
Hodoscope[9] 43.18761080853 (nsec)
Hodoscope[7] 671.70179225532 (nsec)
Drift Chamber 1 has 5 hits.
Layer[0] : time 6.6712421469054 (nsec) --- local (x,y) -0.003036230831009, -0.011109511520009
Layer[1] : time 8.3391360811358 (nsec) --- local (x,y) -0.012241588060545, -0.016003140122717
@@ -931,8 +932,8 @@ Drift Chamber 2 has 5 hits.
Layer[2] : time 38.191598406635 (nsec) --- local (x,y) -206.64062455351, -0.083829744169361
Layer[3] : time 39.862393787387 (nsec) --- local (x,y) -236.1456937846, -0.095796899758418
Layer[4] : time 41.533189018187 (nsec) --- local (x,y) -265.64999966779, -0.10628961554127
EM Calorimeter has 52 hits. Total Edep is 927.26347712037 (MeV)
Hadron Calorimeter has 14 hits. Total Edep is 5189.7111516315 (MeV)
EM Calorimeter has 58 hits. Total Edep is 744.36037364439 (MeV)
Hadron Calorimeter has 17 hits. Total Edep is 4706.8001333167 (MeV)
... write Root file : B5.root - done
... close Root file : B5.root - done
### Run 1 starts.
@@ -940,27 +941,29 @@ Hadron Calorimeter has 14 hits. Total Edep is 5189.7111516315 (MeV)
--> Event 0 starts.
>>> Event 0 >>> Simulation truth : pi+ (-0,0,100000)
Hodoscope 1 has 1 hits.
Hodoscope[7] 4.986788083975 (nsec)
Hodoscope 2 has 4 hits.
Hodoscope[10] 42.693724142778 (nsec)
Hodoscope[1] 674.40348474117 (nsec)
Hodoscope[19] 479.61055418549 (nsec)
Hodoscope[20] 132.71325494179 (nsec)
Drift Chamber 1 has 5 hits.
Layer[0] : time 6.6709548427151 (nsec) --- local (x,y) -0.0033139048676154, -0.005146100292313
Layer[1] : time 8.3387769451044 (nsec) --- local (x,y) -0.0077314255015417, -0.018623021685768
Layer[2] : time 10.006599047841 (nsec) --- local (x,y) -0.015623961739138, -0.034268715760562
Layer[3] : time 11.674421150636 (nsec) --- local (x,y) -0.024018385922094, -0.050193836137517
Layer[4] : time 13.342243253705 (nsec) --- local (x,y) -0.035021054504381, -0.06706734117325
Hodoscope 1 has 2 hits.
Hodoscope[7] 4.9867880842609 (nsec)
Hodoscope[4] 5.8691902896339 (nsec)
Hodoscope 2 has 3 hits.
Hodoscope[10] 42.6937528929 (nsec)
Hodoscope[15] 1163.0533844965 (nsec)
Hodoscope[5] 118.84404405156 (nsec)
Drift Chamber 1 has 7 hits.
Layer[0] : time 6.6709548428235 (nsec) --- local (x,y) 0.010210348280182, -0.0030658043952529
Layer[0] : time 10.207769234564 (nsec) --- local (x,y) -79.271549456483, 107.5158652836
Layer[1] : time 8.3387769447892 (nsec) --- local (x,y) 0.0079384089245271, -0.010628473682006
Layer[1] : time 8.8434993490093 (nsec) --- local (x,y) 7.7233714644476, 225.30005656282
Layer[2] : time 10.006599047091 (nsec) --- local (x,y) 0.0026247254456758, -0.022183402903725
Layer[3] : time 11.674421149555 (nsec) --- local (x,y) -0.0032113481436986, -0.035425546543795
Layer[4] : time 13.342243252121 (nsec) --- local (x,y) -0.0098826508487577, -0.049368194544026
Drift Chamber 2 has 5 hits.
Layer[0] : time 34.366412732223 (nsec) --- local (x,y) -82.721751508845, -0.34496164487723
Layer[1] : time 36.035145980453 (nsec) --- local (x,y) -99.251371816885, -0.37358228273069
Layer[2] : time 37.703879439257 (nsec) --- local (x,y) -115.78289831983, -0.40471990047654
Layer[3] : time 39.372612183462 (nsec) --- local (x,y) -132.30794103745, -0.43556018631159
Layer[4] : time 41.041344927203 (nsec) --- local (x,y) -148.83298126022, -0.46554860290684
EM Calorimeter has 57 hits. Total Edep is 19250.105186024 (MeV)
Hadron Calorimeter has 13 hits. Total Edep is 3155.7116700887 (MeV)
Layer[0] : time 34.366438787958 (nsec) --- local (x,y) -82.755228742158, -0.30372840128874
Layer[1] : time 36.035171937594 (nsec) --- local (x,y) -99.283972604786, -0.31854233914551
Layer[2] : time 37.703905001923 (nsec) --- local (x,y) -115.81193808464, -0.33752380673772
Layer[3] : time 39.372638386525 (nsec) --- local (x,y) -132.34280865825, -0.35726153453484
Layer[4] : time 41.041372227231 (nsec) --- local (x,y) -148.87781728907, -0.37650702859576
EM Calorimeter has 47 hits. Total Edep is 375.88288731253 (MeV)
Hadron Calorimeter has 14 hits. Total Edep is 4389.0593330225 (MeV)
... write Root file : B5.root - done
... close Root file : B5.root - done
### Run 2 starts.
@@ -969,25 +972,24 @@ Hadron Calorimeter has 13 hits. Total Edep is 3155.7116700887 (MeV)
>>> Event 0 >>> Simulation truth : e+ (0,0,100000)
Hodoscope 1 has 1 hits.
Hodoscope[7] 4.9867832234716 (nsec)
Hodoscope[7] 4.9867832233742 (nsec)
Hodoscope 2 has 2 hits.
Hodoscope[9] 43.185847482458 (nsec)
Hodoscope[19] 57.245602707214 (nsec)
Drift Chamber 1 has 6 hits.
Layer[0] : time 6.6709483401956 (nsec) --- local (x,y) 0.0060801902430824, -0.011699506392394
Layer[1] : time 8.3387688162068 (nsec) --- local (x,y) 0.0040822610564304, -0.013087623153483
Layer[2] : time 10.006589292223 (nsec) --- local (x,y) 0.0025854966629652, -0.015251675383448
Layer[3] : time 11.674409768237 (nsec) --- local (x,y) 1.4792396009229e-05, -0.015398964014854
Layer[3] : time 11.71882492586 (nsec) --- local (x,y) 1.3794079457201, -6.5069742698455
Layer[4] : time 13.342230244269 (nsec) --- local (x,y) -0.0026436924175488, -0.014247963131748
Hodoscope[7] 43.22433178091 (nsec)
Hodoscope[5] 56.620404347992 (nsec)
Drift Chamber 1 has 5 hits.
Layer[0] : time 6.6709483404026 (nsec) --- local (x,y) 0.018832597454591, 0.0016884869526448
Layer[1] : time 8.3387688168321 (nsec) --- local (x,y) 0.028430619567691, 0.0078804980152016
Layer[2] : time 10.006589293372 (nsec) --- local (x,y) 0.040118192258681, 0.013154688860185
Layer[3] : time 11.674409770102 (nsec) --- local (x,y) 0.054220798166719, 0.017757121231851
Layer[4] : time 13.342230247149 (nsec) --- local (x,y) 0.070109608318124, 0.025687554632141
Drift Chamber 2 has 5 hits.
Layer[0] : time 34.848609039564 (nsec) --- local (x,y) -147.55042105348, 0.041698388235141
Layer[1] : time 36.519330900536 (nsec) --- local (x,y) -177.05583874444, 0.057093669992319
Layer[2] : time 38.19005309924 (nsec) --- local (x,y) -206.5629745188, 0.073630949335797
Layer[3] : time 39.860775251181 (nsec) --- local (x,y) -236.06987244388, 0.089975032137211
Layer[4] : time 41.531497730418 (nsec) --- local (x,y) -265.57843511823, 0.10761250713523
EM Calorimeter has 39 hits. Total Edep is 90855.814018933 (MeV)
Hadron Calorimeter has 6 hits. Total Edep is 44.61036744153 (MeV)
Layer[0] : time 34.862836146795 (nsec) --- local (x,y) -219.74122238003, 0.24884010831186
Layer[1] : time 36.538419509407 (nsec) --- local (x,y) -268.03894593336, 0.27840555011276
Layer[2] : time 38.214000979324 (nsec) --- local (x,y) -316.33077063638, 0.3025992107296
Layer[3] : time 39.889583430952 (nsec) --- local (x,y) -364.62565737325, 0.32525990344963
Layer[4] : time 41.565167500532 (nsec) --- local (x,y) -412.9255882274, 0.34939852449189
EM Calorimeter has 48 hits. Total Edep is 92269.803565457 (MeV)
Hadron Calorimeter has 6 hits. Total Edep is 32.322500974277 (MeV)
... write Root file : B5.root - done
... close Root file : B5.root - done
### Run 3 starts.
@@ -996,78 +998,77 @@ Hadron Calorimeter has 6 hits. Total Edep is 44.61036744153 (MeV)
>>> Event 0 >>> Simulation truth : proton (0,0,10000)
Hodoscope 1 has 1 hits.
Hodoscope[7] 5.0086956815065 (nsec)
Hodoscope 2 has 3 hits.
Hodoscope[9] 43.380073739486 (nsec)
Hodoscope[3] 2367.7762127799 (nsec)
Hodoscope[2] 2481.6586895521 (nsec)
Hodoscope[7] 5.0086956035376 (nsec)
Hodoscope 2 has 1 hits.
Hodoscope[9] 43.375803820395 (nsec)
Drift Chamber 1 has 5 hits.
Layer[0] : time 6.7002636640052 (nsec) --- local (x,y) 0.1390358744781, 0.065209400961758
Layer[1] : time 8.3754153857695 (nsec) --- local (x,y) 0.31699951624203, 0.057976156773107
Layer[2] : time 10.050567269951 (nsec) --- local (x,y) 0.53206218205109, 0.062715405741878
Layer[3] : time 11.725719204806 (nsec) --- local (x,y) 0.73398656867154, 0.070816562789226
Layer[4] : time 13.400871264156 (nsec) --- local (x,y) 0.91891667137343, 0.076149127144371
Layer[0] : time 6.7002654460133 (nsec) --- local (x,y) -0.011085897328035, 0.055239676546995
Layer[1] : time 8.3754189497496 (nsec) --- local (x,y) -0.025703832115799, 0.11112790158647
Layer[2] : time 10.050572596649 (nsec) --- local (x,y) -0.043306359452363, 0.15102323052249
Layer[3] : time 11.725726389945 (nsec) --- local (x,y) -0.055068097744639, 0.18518518514258
Layer[4] : time 13.40088030169 (nsec) --- local (x,y) -0.066394217485187, 0.20991885686493
Drift Chamber 2 has 5 hits.
Layer[0] : time 35.006084123217 (nsec) --- local (x,y) -145.35924146475, 0.42322019818843
Layer[1] : time 36.684171524716 (nsec) --- local (x,y) -174.96082424126, 0.44071649090632
Layer[2] : time 38.36225615654 (nsec) --- local (x,y) -204.54756245951, 0.51109283190403
Layer[3] : time 40.040338569554 (nsec) --- local (x,y) -234.1223363097, 0.57535905742185
Layer[4] : time 41.718428598662 (nsec) --- local (x,y) -263.73493502102, 0.60945565692693
EM Calorimeter has 42 hits. Total Edep is 1786.5463570336 (MeV)
Hadron Calorimeter has 13 hits. Total Edep is 387.11527715143 (MeV)
Layer[0] : time 35.001889134982 (nsec) --- local (x,y) -147.77188385666, 0.1667926428584
Layer[1] : time 36.679958746247 (nsec) --- local (x,y) -177.27611701781, 0.15923645123716
Layer[2] : time 38.358027903145 (nsec) --- local (x,y) -206.77736166758, 0.14986900547959
Layer[3] : time 40.036097420054 (nsec) --- local (x,y) -236.27984967118, 0.15165275873687
Layer[4] : time 41.714172088017 (nsec) --- local (x,y) -265.80782792117, 0.18206921834073
EM Calorimeter has 48 hits. Total Edep is 3369.3562966467 (MeV)
Hadron Calorimeter has 15 hits. Total Edep is 231.64791885157 (MeV)
... write Root file : B5.root - done
... close Root file : B5.root - done
### Run 4 starts.
... open Root 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.9872691699855 (nsec)
Hodoscope 2 has 1 hits.
Hodoscope[10] 42.699208768516 (nsec)
Drift Chamber 1 has 5 hits.
Layer[0] : time 6.6715984879842 (nsec) --- local (x,y) -0.053512080819506, 0.0083220487403528
Layer[1] : time 8.3395815730383 (nsec) --- local (x,y) -0.041265660229142, 0.030703514271221
Layer[2] : time 10.00756466502 (nsec) --- local (x,y) -0.011335145996187, 0.058450664276342
Layer[3] : time 11.675547762639 (nsec) --- local (x,y) 0.020122888203101, 0.094914877315757
Layer[4] : time 13.343530861937 (nsec) --- local (x,y) 0.040681138458253, 0.13336992883339
Hodoscope[7] 4.9872691770462 (nsec)
Hodoscope 2 has 3 hits.
Hodoscope[10] 42.695220669552 (nsec)
Hodoscope[15] 195.94449466986 (nsec)
Hodoscope[13] 470.40974548967 (nsec)
Drift Chamber 1 has 7 hits.
Layer[0] : time 6.6715985017948 (nsec) --- local (x,y) -0.15429458982857, -0.061936322964784
Layer[0] : time 6.6838614385782 (nsec) --- local (x,y) -0.62637646219282, 1.0416500165568
Layer[0] : time 6.6943842734296 (nsec) --- local (x,y) -1.5418776602666, 1.359412492684
Layer[1] : time 8.3395815940211 (nsec) --- local (x,y) -0.22797278282945, -0.091692774668934
Layer[2] : time 10.007564679766 (nsec) --- local (x,y) -0.279601608542, -0.11801583238162
Layer[3] : time 11.675547776143 (nsec) --- local (x,y) -0.33752260004734, -0.16232555343309
Layer[4] : time 13.343530874786 (nsec) --- local (x,y) -0.39123849356578, -0.20670071931917
Drift Chamber 2 has 5 hits.
Layer[0] : time 34.370904604044 (nsec) --- local (x,y) -83.786568822563, 1.4213488364293
Layer[1] : time 36.039839594062 (nsec) --- local (x,y) -100.6802189237, 1.5277457944489
Layer[2] : time 37.708775224796 (nsec) --- local (x,y) -117.57923438547, 1.6737827835075
Layer[3] : time 39.377708120454 (nsec) --- local (x,y) -134.45377454736, 1.834931731043
Layer[4] : time 41.0466375637 (nsec) --- local (x,y) -151.2974371038, 2.0116884411605
EM Calorimeter has 27 hits. Total Edep is 239.06067259704 (MeV)
Hadron Calorimeter has 9 hits. Total Edep is 476.57853375661 (MeV)
Layer[0] : time 34.367047752418 (nsec) --- local (x,y) -84.31410875688, -1.5811870122596
Layer[1] : time 36.035956257476 (nsec) --- local (x,y) -100.96984252012, -1.8127264220461
Layer[2] : time 37.704861552884 (nsec) --- local (x,y) -117.59664169891, -2.0405656420118
Layer[3] : time 39.373765744027 (nsec) --- local (x,y) -134.21300061878, -2.297644008002
Layer[4] : time 41.042670292768 (nsec) --- local (x,y) -150.83286024199, -2.5336309322006
EM Calorimeter has 43 hits. Total Edep is 384.75946473939 (MeV)
Hadron Calorimeter has 10 hits. Total Edep is 372.55295817377 (MeV)
... write Root file : B5.root - done
... close Root file : B5.root - done
### Run 5 starts.
... open Root 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.9867832284977 (nsec)
Hodoscope 2 has 2 hits.
Hodoscope[9] 43.177013694171 (nsec)
Hodoscope[23] 57.64830320216 (nsec)
Hodoscope[7] 4.9867832308105 (nsec)
Hodoscope 2 has 1 hits.
Hodoscope[9] 43.185667371747 (nsec)
Drift Chamber 1 has 5 hits.
Layer[0] : time 6.6709489318351 (nsec) --- local (x,y) -0.43800275999066, -0.067846497458346
Layer[1] : time 8.3387700261228 (nsec) --- local (x,y) -0.86732358099895, -0.096862652666067
Layer[2] : time 10.00659105953 (nsec) --- local (x,y) -1.2755858722374, -0.11507375640863
Layer[3] : time 11.674412114413 (nsec) --- local (x,y) -1.6916524270098, -0.094847531671179
Layer[4] : time 13.342233207243 (nsec) --- local (x,y) -2.1191675673051, -0.048846298334734
Drift Chamber 2 has 7 hits.
Layer[0] : time 34.839827728417 (nsec) --- local (x,y) -153.04562197688, -0.964623638612
Layer[1] : time 36.510545605818 (nsec) --- local (x,y) -182.53014739153, -1.1546483573841
Layer[1] : time 38.267819274432 (nsec) --- local (x,y) -626.54002236624, 96.788066069489
Layer[1] : time 38.29201384824 (nsec) --- local (x,y) -629.47319031897, 90.860497372629
Layer[2] : time 38.181263165442 (nsec) --- local (x,y) -212.01296725356, -1.3581647121619
Layer[3] : time 39.851972410604 (nsec) --- local (x,y) -241.45339807768, -1.563545653709
Layer[4] : time 41.522678031636 (nsec) --- local (x,y) -270.87545849117, -1.7511462888012
EM Calorimeter has 14 hits. Total Edep is 9728.8653626486 (MeV)
Hadron Calorimeter has 1 hits. Total Edep is 0.17235229807159 (MeV)
Layer[0] : time 6.6709483818438 (nsec) --- local (x,y) 0.0044874796992931, -0.16013331445677
Layer[1] : time 8.3387689077944 (nsec) --- local (x,y) 0.043305075635348, -0.27565269548114
Layer[2] : time 10.006589442596 (nsec) --- local (x,y) 0.056733368096389, -0.40590997579545
Layer[3] : time 11.674409964464 (nsec) --- local (x,y) 0.033267787954641, -0.51921397606234
Layer[4] : time 13.342230471924 (nsec) --- local (x,y) 0.011085859906286, -0.61361346744459
Drift Chamber 2 has 5 hits.
Layer[0] : time 34.847949127321 (nsec) --- local (x,y) -150.28796639257, -2.5869634307721
Layer[1] : time 36.518760586952 (nsec) --- local (x,y) -180.24541674062, -2.7587873103622
Layer[2] : time 38.189571643297 (nsec) --- local (x,y) -210.20089687705, -2.9210442392273
Layer[3] : time 39.860394020013 (nsec) --- local (x,y) -240.21325785172, -3.0421867685021
Layer[4] : time 41.531219985576 (nsec) --- local (x,y) -270.243601793, -3.154697237891
EM Calorimeter has 18 hits. Total Edep is 9455.4680457743 (MeV)
Hadron Calorimeter has 2 hits. Total Edep is 4.6578469573454 (MeV)
... write Root file : B5.root - done
... close Root file : B5.root - done
### Run 6 starts.
@@ -1076,48 +1077,22 @@ Hadron Calorimeter has 1 hits. Total Edep is 0.17235229807159 (MeV)
>>> Event 0 >>> Simulation truth : proton (-0,0,1000)
Hodoscope 1 has 1 hits.
Hodoscope[7] 6.8394330398647 (nsec)
Hodoscope[7] 6.8392496885888 (nsec)
Hodoscope 2 has 1 hits.
Hodoscope[9] 59.367443662374 (nsec)
Drift Chamber 1 has 31 hits.
Layer[0] : time 9.1541750831656 (nsec) --- local (x,y) -1.6541737643952, 3.3627414025556
Layer[0] : time 9.8775950676415 (nsec) --- local (x,y) 179.41953469856, -39.304095757882
Layer[0] : time 10.379602842416 (nsec) --- local (x,y) 217.65867446743, -37.039678502196
Layer[0] : time 10.389456102801 (nsec) --- local (x,y) 217.04073806498, -36.424490913894
Layer[0] : time 9.8939740853674 (nsec) --- local (x,y) 181.52292162023, -38.037881476688
Layer[0] : time 9.8955849975793 (nsec) --- local (x,y) 181.57470394669, -38.004873364272
Layer[0] : time 9.8971500716945 (nsec) --- local (x,y) 181.61334057463, -37.927572490684
Layer[0] : time 9.8987334681052 (nsec) --- local (x,y) 181.69055706082, -37.888346156724
Layer[0] : time 9.9003194402893 (nsec) --- local (x,y) 181.76373588834, -37.840785268882
Layer[0] : time 9.9019675624355 (nsec) --- local (x,y) 181.83404458991, -37.780710066003
Layer[0] : time 9.9036238843623 (nsec) --- local (x,y) 181.90825999871, -37.732615630648
Layer[0] : time 9.905276418955 (nsec) --- local (x,y) 181.96171757294, -37.661883359524
Layer[0] : time 9.906953981973 (nsec) --- local (x,y) 182.05200672621, -37.637563419218
Layer[0] : time 9.9086450955114 (nsec) --- local (x,y) 182.13976790608, -37.608973746797
Layer[0] : time 9.9104127913534 (nsec) --- local (x,y) 182.16398035221, -37.532561941691
Layer[0] : time 9.912190516565 (nsec) --- local (x,y) 182.17174739217, -37.462485803667
Layer[0] : time 9.9190875393274 (nsec) --- local (x,y) 182.42162780533, -37.345649226812
Layer[0] : time 9.9203224933267 (nsec) --- local (x,y) 182.47830766101, -37.3541695136
Layer[0] : time 9.9215666875522 (nsec) --- local (x,y) 182.53124682691, -37.348468428188
Layer[0] : time 9.9228275038149 (nsec) --- local (x,y) 182.58019153248, -37.323413924579
Layer[1] : time 11.446951063498 (nsec) --- local (x,y) -3.0413125199679, 6.0359632387734
Layer[2] : time 13.73993724045 (nsec) --- local (x,y) -4.1827569839904, 9.0977988079586
Layer[2] : time 13.799922821473 (nsec) --- local (x,y) -5.8542758492569, 8.043246112728
Layer[2] : time 13.802252431987 (nsec) --- local (x,y) -5.7861139674053, 8.1238765810821
Layer[2] : time 13.813092090894 (nsec) --- local (x,y) -6.0186049790084, 8.427150946374
Layer[2] : time 13.814917902718 (nsec) --- local (x,y) -6.1181890101278, 8.413481135966
Layer[2] : time 13.81678139174 (nsec) --- local (x,y) -6.218154365526, 8.410601655172
Layer[2] : time 13.818665226321 (nsec) --- local (x,y) -6.316434310308, 8.384953040163
Layer[2] : time 13.820525768307 (nsec) --- local (x,y) -6.3936341580039, 8.3385894046363
Layer[3] : time 16.033201693864 (nsec) --- local (x,y) -5.6025974869801, 11.979071701616
Layer[4] : time 18.326898046749 (nsec) --- local (x,y) -7.205745880791, 14.60203836397
Hodoscope[9] 59.356240387208 (nsec)
Drift Chamber 1 has 5 hits.
Layer[0] : time 9.1538155608426 (nsec) --- local (x,y) 0.010387531863678, 0.093742871324721
Layer[1] : time 11.446192344447 (nsec) --- local (x,y) -0.77532837979342, 0.41370316680994
Layer[2] : time 13.73874415194 (nsec) --- local (x,y) -1.4804672703479, 0.49541792474449
Layer[3] : time 16.031494748385 (nsec) --- local (x,y) -2.4387146856179, 0.47619261469308
Layer[4] : time 18.324481029444 (nsec) --- local (x,y) -4.0350750772115, 0.052975548817695
Drift Chamber 2 has 5 hits.
Layer[0] : time 47.873136586853 (nsec) --- local (x,y) -183.70390950035, 51.959413525901
Layer[1] : time 50.175963755145 (nsec) --- local (x,y) -215.72929004387, 54.635363323375
Layer[2] : time 52.47903383916 (nsec) --- local (x,y) -247.90213587051, 57.273986878972
Layer[3] : time 54.782436592094 (nsec) --- local (x,y) -280.4322074972, 59.806307764918
Layer[4] : time 57.086133148435 (nsec) --- local (x,y) -313.23372033888, 62.359105159968
EM Calorimeter has 1 hits. Total Edep is 304.84791064536 (MeV)
Layer[0] : time 47.87500461903 (nsec) --- local (x,y) -172.67368423973, 1.5248623411067
Layer[1] : time 50.175379842104 (nsec) --- local (x,y) -203.8383096226, 1.9129288637142
Layer[2] : time 52.475908645269 (nsec) --- local (x,y) -234.94694106391, 2.4876306004358
Layer[3] : time 54.776639873128 (nsec) --- local (x,y) -266.15050244742, 2.9097628712145
Layer[4] : time 57.077578272886 (nsec) --- local (x,y) -297.43312477871, 2.8272704376501
EM Calorimeter has 14 hits. Total Edep is 364.43097328894 (MeV)
Hadron Calorimeter has 0 hits. Total Edep is 0 (MeV)
... write Root file : B5.root - done
... close Root file : B5.root - done
@@ -1127,22 +1102,23 @@ Hadron Calorimeter has 0 hits. Total Edep is 0 (MeV)
>>> Event 0 >>> Simulation truth : pi+ (-0,0,1000)
Hodoscope 1 has 1 hits.
Hodoscope[7] 5.0351599720374 (nsec)
Hodoscope 2 has 0 hits.
Drift Chamber 1 has 6 hits.
Layer[0] : time 6.7357670777655 (nsec) --- local (x,y) 0.062545674114048, -0.71099105188301
Layer[1] : time 8.4198930242288 (nsec) --- local (x,y) -0.098936856326579, -1.3371154755936
Layer[1] : time 9.3669514867771 (nsec) --- local (x,y) 412.5924122908, -112.74792599554
Layer[2] : time 10.104024839635 (nsec) --- local (x,y) -0.12289797777554, -1.8593311423519
Layer[3] : time 11.788160757917 (nsec) --- local (x,y) -0.041839384400505, -2.5965676241583
Layer[4] : time 13.471675575688 (nsec) --- local (x,y) -0.18805271331213, -5.3167340958508
Hodoscope[7] 5.0351614356158 (nsec)
Hodoscope 2 has 2 hits.
Hodoscope[11] 43.046458849488 (nsec)
Hodoscope[20] 98.233871102513 (nsec)
Drift Chamber 1 has 5 hits.
Layer[0] : time 6.7357371855738 (nsec) --- local (x,y) -1.8561648427278, -0.54405158560948
Layer[1] : time 8.4198130350572 (nsec) --- local (x,y) -3.2810426218094, -1.4148796831892
Layer[2] : time 10.103890683198 (nsec) --- local (x,y) -4.7358954894775, -1.9801683319991
Layer[3] : time 11.787969112502 (nsec) --- local (x,y) -5.9630426960304, -2.4742776437274
Layer[4] : time 13.472049890253 (nsec) --- local (x,y) -7.0474647782438, -3.0883167863005
Drift Chamber 2 has 5 hits.
Layer[0] : time 34.522671046255 (nsec) --- local (x,y) -285.14508532701, -180.55649640274
Layer[1] : time 36.211524723184 (nsec) --- local (x,y) -337.83952604019, -194.6194246933
Layer[2] : time 37.900328565324 (nsec) --- local (x,y) -390.38949047924, -208.67062142495
Layer[3] : time 39.589257384442 (nsec) --- local (x,y) -443.23742972706, -222.9129787288
Layer[4] : time 41.278188985731 (nsec) --- local (x,y) -496.11300734267, -237.04384656196
EM Calorimeter has 0 hits. Total Edep is 0 (MeV)
Layer[0] : time 34.641025719588 (nsec) --- local (x,y) -87.227426772918, -13.719569153145
Layer[1] : time 36.32541881558 (nsec) --- local (x,y) -96.153739805429, -15.520359179603
Layer[2] : time 38.009812728621 (nsec) --- local (x,y) -105.00848030722, -17.357892983312
Layer[3] : time 39.694208075563 (nsec) --- local (x,y) -113.76628148866, -19.50860336628
Layer[4] : time 41.378581693191 (nsec) --- local (x,y) -122.11362841179, -21.625684600915
EM Calorimeter has 13 hits. Total Edep is 629.30804943915 (MeV)
Hadron Calorimeter has 0 hits. Total Edep is 0 (MeV)
... write Root file : B5.root - done
... close Root file : B5.root - done
@@ -1152,26 +1128,23 @@ Hadron Calorimeter has 0 hits. Total Edep is 0 (MeV)
>>> Event 0 >>> Simulation truth : e+ (0,0,1000)
Hodoscope 1 has 1 hits.
Hodoscope[7] 4.9867842737379 (nsec)
Hodoscope[7] 4.9867836861458 (nsec)
Hodoscope 2 has 1 hits.
Hodoscope[9] 43.146822739529 (nsec)
Hodoscope[9] 43.240376163714 (nsec)
Drift Chamber 1 has 5 hits.
Layer[0] : time 6.670955455935 (nsec) --- local (x,y) -0.94964615374759, -1.9532222043604
Layer[1] : time 8.3387925412146 (nsec) --- local (x,y) -2.4786670032167, -3.5330074730734
Layer[2] : time 10.006630650427 (nsec) --- local (x,y) -4.1217967647919, -5.1380111495864
Layer[3] : time 11.674470717011 (nsec) --- local (x,y) -6.1267784260218, -6.4973728484936
Layer[4] : time 13.342311175944 (nsec) --- local (x,y) -8.3278063440061, -7.5588596482926
Drift Chamber 2 has 8 hits.
Layer[0] : time 34.808197188506 (nsec) --- local (x,y) -177.86719321214, -27.401609344456
Layer[1] : time 36.47913580357 (nsec) --- local (x,y) -208.41706520854, -28.941416375758
Layer[2] : time 38.150109822516 (nsec) --- local (x,y) -239.14317277788, -30.422358098549
Layer[3] : time 39.821097235922 (nsec) --- local (x,y) -269.92974364278, -32.005241642136
Layer[4] : time 41.492119671904 (nsec) --- local (x,y) -300.87915867192, -33.727525205319
Layer[4] : time 42.160579493519 (nsec) --- local (x,y) -272.97252054729, 61.159880450895
Layer[4] : time 42.325192974485 (nsec) --- local (x,y) -275.38370240446, 77.75376543975
Layer[4] : time 42.391382176587 (nsec) --- local (x,y) -272.18965591176, 83.322479162821
EM Calorimeter has 9 hits. Total Edep is 987.66743758691 (MeV)
Hadron Calorimeter has 0 hits. Total Edep is 0 (MeV)
Layer[0] : time 6.6709654150686 (nsec) --- local (x,y) 1.743260748914, -0.12575453885966
Layer[1] : time 8.3388025175634 (nsec) --- local (x,y) 3.9737575424137, -0.22160870305408
Layer[2] : time 10.006642472378 (nsec) --- local (x,y) 6.375466601877, -0.47755933315591
Layer[3] : time 11.674484911535 (nsec) --- local (x,y) 8.9369749704165, -0.60229295097392
Layer[4] : time 13.342329745888 (nsec) --- local (x,y) 11.635840368744, -0.71462390368034
Drift Chamber 2 has 5 hits.
Layer[0] : time 34.901226560394 (nsec) --- local (x,y) -120.61588751532, 1.5816812384623
Layer[1] : time 36.572296466195 (nsec) --- local (x,y) -151.8425212456, 1.5798066078161
Layer[2] : time 38.243380615176 (nsec) --- local (x,y) -183.13747919801, 1.6616157543304
Layer[3] : time 39.914477930695 (nsec) --- local (x,y) -214.49550688403, 1.7619737947494
Layer[4] : time 41.58557627012 (nsec) --- local (x,y) -245.8584091094, 1.8573705094408
EM Calorimeter has 10 hits. Total Edep is 970.60015139061 (MeV)
Hadron Calorimeter has 1 hits. Total Edep is 1.4332823665711 (MeV)
... write Root file : B5.root - done
... close Root file : B5.root - done
Graphics systems deleted.
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -836,20 +836,20 @@ Max 2J for sampling of angular correlations 10
--------------------End of Run------------------------------
mean Energy in Absorber : 454.496 MeV +- 13.0711 MeV
mean Energy in Gap : 23.8344 MeV +- 6.75401 MeV
mean Energy in Absorber : 453.887 MeV +- 14.0057 MeV
mean Energy in Gap : 24.5258 MeV +- 6.99993 MeV
mean trackLength in Absorber : 32.7448 cm +- 1.0388 cm
mean trackLength in Gap : 11.7761 cm +- 3.45507 cm
mean trackLength in Absorber : 32.6876 cm +- 1.06906 cm
mean trackLength in Gap : 12.1502 cm +- 3.61349 cm
------------------------------------------------------------
----> print histograms statistic
EAbs: mean = 454.496 MeV rms = 13.0711 MeV
EGap: mean = 23.8344 MeV rms = 6.75401 MeV
LAbs: mean = 32.7448 cm rms = 1.0388 cm
LGap: mean = 11.7761 cm rms = 3.45507 cm
EAbs: mean = 453.887 MeV rms = 14.0057 MeV
EGap: mean = 24.5258 MeV rms = 6.99993 MeV
LAbs: mean = 32.6876 cm rms = 1.06906 cm
LGap: mean = 12.1502 cm rms = 3.61349 cm
... write Root file : AnaEx01.root - done
... close Root file : AnaEx01.root - done
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -835,20 +835,20 @@ Max 2J for sampling of angular correlations 10
--------------------End of Run------------------------------
mean Energy in Absorber : 454.496 MeV +- 13.0711 MeV
mean Energy in Gap : 23.8344 MeV +- 6.75401 MeV
mean Energy in Absorber : 453.887 MeV +- 14.0057 MeV
mean Energy in Gap : 24.5258 MeV +- 6.99993 MeV
mean trackLength in Absorber : 32.7448 cm +- 1.0388 cm
mean trackLength in Gap : 11.7761 cm +- 3.45507 cm
mean trackLength in Absorber : 32.6876 cm +- 1.06906 cm
mean trackLength in Gap : 12.1502 cm +- 3.61349 cm
------------------------------------------------------------
----> print histograms statistic
EAbs: mean = 454.496 MeV rms = 13.0711 MeV
EGap: mean = 23.8344 MeV rms = 6.75401 MeV
LAbs: mean = 32.7448 cm rms = 1.0388 cm
LGap: mean = 11.7761 cm rms = 3.45507 cm
EAbs: mean = 453.887 MeV rms = 14.0057 MeV
EGap: mean = 24.5258 MeV rms = 6.99993 MeV
LAbs: mean = 32.6876 cm rms = 1.06906 cm
LGap: mean = 12.1502 cm rms = 3.61349 cm
----> Histograms and ntuples are saved
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -786,53 +786,53 @@ Max 2J for sampling of angular correlations 10
---> Begin of event: 900
G4ConvergenceTester Output Result of DOSE_TALLY
EFFICIENCY = 0.141
MEAN = 3.39849e-14
VAR = 1.24928e-26
SD = 1.11771e-13
R = 0.104003
SHIFT = 1.92434e-13
VOV = 0.0127303
FOM = 924.51
THE LARGEST SCORE = 5.46869e-13 and it happend at 244th event
Affected Mean = 3.44973e-14 and its ratio to orignal is 1.01508
Affected VAR = 1.27431e-26 and its ratio to orignal is 1.02004
Affected R = 0.103427 and its ratio to orignal is 0.99447
Affected SHIFT = 1.92987e-13 and its ratio to orignal is 1.00287
Affected FOM = 924.51 and its ratio to orignal is 1
EFFICIENCY = 0.163
MEAN = 3.99906e-14
VAR = 1.47822e-26
SD = 1.21582e-13
R = 0.0961415
SHIFT = 1.9016e-13
VOV = 0.0105354
FOM = 983.525
THE LARGEST SCORE = 5.55155e-13 and it happend at 641th event
Affected Mean = 4.05053e-14 and its ratio to orignal is 1.01287
Affected VAR = 1.50325e-26 and its ratio to orignal is 1.01694
Affected R = 0.0956725 and its ratio to orignal is 0.995122
Affected SHIFT = 1.90578e-13 and its ratio to orignal is 1.0022
Affected FOM = 983.525 and its ratio to orignal is 1
MEAN distribution is not RANDOM
r follows 1/std::sqrt(N)
r is monotonically decrease
r is NOT less than 0.1. r = 0.104003
r is less than 0.1. r = 0.0961415
VOV follows 1/std::sqrt(N)
VOV is monotonically decrease
FOM distribution is not RANDOM
Number of non zero history too small to calculate SLOPE
This result passes 4 / 8 Convergence Test.
This result passes 5 / 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 2.20329e-14 4.90259e-27 7.00185e-14 0.400378 0.199425 62.3819 1.1549e-13 0.142857 0.0952381 0.0625202
2 124 2.34269e-14 6.4293e-27 8.01829e-14 0.306134 0.118908 106.703 1.46662e-13 0.136 0.0508235 0.0421449
3 187 2.45584e-14 7.27935e-27 8.53191e-14 0.253377 0.0826821 155.763 1.59603e-13 0.12234 0.0381591 0.0256993
4 249 3.04757e-14 1.01164e-26 1.0058e-13 0.208732 0.0569149 229.521 1.79693e-13 0.136 0.0254118 0.0179831
5 312 3.12423e-14 1.07813e-26 1.03833e-13 0.187854 0.045233 283.373 1.85748e-13 0.14377 0.0190273 0.0161491
6 374 3.38444e-14 1.22816e-26 1.10822e-13 0.169093 0.0338436 349.744 1.89578e-13 0.141333 0.0162013 0.0123148
7 437 3.40306e-14 1.2324e-26 1.11013e-13 0.155872 0.0291665 411.588 1.90555e-13 0.141553 0.0138459 0.0103947
8 499 3.62482e-14 1.32892e-26 1.15279e-13 0.142226 0.0232946 494.36 1.8958e-13 0.144 0.0118889 0.00829883
9 562 3.38888e-14 1.26107e-26 1.12297e-13 0.139656 0.0224595 512.722 1.92861e-13 0.134991 0.0113817 0.00808741
10 624 3.30294e-14 1.23834e-26 1.11281e-13 0.134765 0.0209956 550.608 1.9485e-13 0.1296 0.0107457 0.007387
11 687 3.34552e-14 1.24371e-26 1.11522e-13 0.127087 0.0187636 619.149 1.93514e-13 0.130814 0.00965762 0.00647011
12 749 3.3038e-14 1.20797e-26 1.09908e-13 0.121474 0.0175792 677.695 1.92453e-13 0.137333 0.0083754 0.00636082
13 812 3.30558e-14 1.1981e-26 1.09458e-13 0.116132 0.0162308 741.468 1.91461e-13 0.137761 0.00769856 0.00577161
14 874 3.39706e-14 1.25205e-26 1.11895e-13 0.111354 0.0145736 806.477 1.92792e-13 0.138286 0.00712161 0.00526383
15 937 3.38132e-14 1.22942e-26 1.10879e-13 0.107069 0.0135913 872.319 1.90717e-13 0.141791 0.0064527 0.00499878
16 999 3.39849e-14 1.24928e-26 1.11771e-13 0.104003 0.0127303 924.51 1.92434e-13 0.141 0.0060922 0.00471353
1 62 3.60867e-14 1.2278e-26 1.10806e-13 0.386853 0.174949 60.7456 1.6953e-13 0.126984 0.109127 0.0381529
2 124 4.17457e-14 1.54173e-26 1.24166e-13 0.266034 0.0775415 128.45 1.828e-13 0.144 0.0475556 0.0226524
3 187 4.00757e-14 1.47841e-26 1.2159e-13 0.221278 0.0538166 185.666 1.84407e-13 0.154255 0.0291636 0.0195398
4 249 3.93316e-14 1.49925e-26 1.22444e-13 0.196891 0.0422945 234.508 1.91491e-13 0.148 0.023027 0.0155838
5 312 4.04001e-14 1.53558e-26 1.23919e-13 0.173373 0.0330062 302.444 1.91917e-13 0.159744 0.0168051 0.013157
6 374 3.75258e-14 1.40832e-26 1.18673e-13 0.163307 0.0299344 340.876 1.91482e-13 0.152 0.0148772 0.011721
7 437 4.07669e-14 1.51216e-26 1.2297e-13 0.14413 0.0231456 437.622 1.88429e-13 0.1621 0.0118014 0.00892462
8 499 3.95455e-14 1.46419e-26 1.21004e-13 0.136841 0.0208076 485.484 1.88211e-13 0.156 0.0108205 0.00786749
9 562 3.9335e-14 1.43474e-26 1.19781e-13 0.128338 0.0190218 551.949 1.8852e-13 0.16341 0.00909337 0.00734792
10 624 3.70587e-14 1.35405e-26 1.16364e-13 0.125599 0.0183421 576.28 1.89653e-13 0.1568 0.00860408 0.00714584
11 687 3.94866e-14 1.4568e-26 1.20698e-13 0.116535 0.0153403 669.412 1.8893e-13 0.159884 0.00763742 0.00592329
12 749 3.9431e-14 1.46072e-26 1.2086e-13 0.111922 0.0141945 725.733 1.90044e-13 0.16 0.007 0.00550982
13 812 3.89046e-14 1.45278e-26 1.20531e-13 0.108656 0.0132868 770.015 1.91211e-13 0.156212 0.006644 0.00514761
14 874 3.86194e-14 1.43589e-26 1.19829e-13 0.104894 0.012503 826.24 1.91287e-13 0.156571 0.00615641 0.00483375
15 937 4.0079e-14 1.47773e-26 1.21562e-13 0.0990329 0.0111034 926.933 1.89075e-13 0.163113 0.00546985 0.00432721
16 999 3.99906e-14 1.47822e-26 1.21582e-13 0.0961415 0.0105354 983.525 1.9016e-13 0.163 0.00513497 0.00409898
--------------------End of Global Run-----------------------
The run consists of 1000 gamma of 6 MeV
Dose in scoring volume : 33.9849 picoGy +- 3.53275 picoGy
Dose in scoring volume : 39.9906 picoGy +- 3.84284 picoGy
------------------------------------------------------------
### Run 1 start.
@@ -858,24 +858,24 @@ i/16 till_ith mean var sd r vov
---> Begin of event: 900
G4ConvergenceTester Output Result of DOSE_TALLY
EFFICIENCY = 0.65
MEAN = 5.17767e-12
VAR = 2.12329e-23
SD = 4.60792e-12
R = 0.028143
SHIFT = -1.16905e-13
VOV = 0.000170175
FOM = 3079.46
THE LARGEST SCORE = 1.07285e-11 and it happend at 245th event
Affected Mean = 5.18322e-12 and its ratio to orignal is 1.00107
Affected VAR = 2.12425e-23 and its ratio to orignal is 1.00045
Affected R = 0.0281052 and its ratio to orignal is 0.998656
Affected SHIFT = -1.21024e-13 and its ratio to orignal is 1.03523
Affected FOM = 3079.46 and its ratio to orignal is 1
EFFICIENCY = 0.619
MEAN = 4.94889e-12
VAR = 2.13256e-23
SD = 4.61796e-12
R = 0.0295082
SHIFT = 1.16927e-13
VOV = 0.000175558
FOM = 2251.88
THE LARGEST SCORE = 1.06615e-11 and it happend at 928th event
Affected Mean = 4.9546e-12 and its ratio to orignal is 1.00115
Affected VAR = 2.13368e-23 and its ratio to orignal is 1.00053
Affected R = 0.0294672 and its ratio to orignal is 0.998613
Affected SHIFT = 1.12561e-13 and its ratio to orignal is 0.96266
Affected FOM = 2251.88 and its ratio to orignal is 1
MEAN distribution is RANDOM
r follows 1/std::sqrt(N)
r is monotonically decrease
r is less than 0.1. r = 0.028143
r is less than 0.1. r = 0.0295082
VOV follows 1/std::sqrt(N)
VOV is monotonically decrease
FOM distribution is not RANDOM
@@ -885,26 +885,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.92939e-12 2.22357e-23 4.71548e-12 0.120521 0.00227794 167.916 1.06901e-13 0.634921 0.00912698 0.00516775
2 124 5.16698e-12 2.18178e-23 4.67095e-12 0.0808563 0.00114009 373.068 -1.35691e-13 0.64 0.0045 0.00198544
3 187 5.63029e-12 2.12553e-23 4.61035e-12 0.0597207 0.00116597 683.86 -5.354e-13 0.675532 0.00255487 0.000992719
4 249 5.51323e-12 2.16296e-23 4.65076e-12 0.0533517 0.000729821 856.879 -4.38441e-13 0.656 0.00209756 0.000737457
5 312 5.43227e-12 2.17004e-23 4.65837e-12 0.0484708 0.000555278 1038.14 -3.6532e-13 0.645367 0.00175561 0.000586307
6 374 5.36999e-12 2.13209e-23 4.61746e-12 0.0444031 0.000483163 1237.05 -3.17426e-13 0.650667 0.00143169 0.000534688
7 437 5.39702e-12 2.11639e-23 4.60042e-12 0.0407293 0.000433377 1470.29 -3.26685e-13 0.659817 0.0011771 0.000477984
8 499 5.40132e-12 2.09622e-23 4.57845e-12 0.0379082 0.000393353 1697.27 -3.23748e-13 0.67 0.000985075 0.000449083
9 562 5.30475e-12 2.1173e-23 4.60142e-12 0.0365571 0.000319745 1825.04 -2.40902e-13 0.65897 0.000919219 0.00041483
10 624 5.16211e-12 2.11641e-23 4.60044e-12 0.0356478 0.000277799 1919.33 -1.00302e-13 0.6496 0.000863054 0.000405678
11 687 5.18025e-12 2.11592e-23 4.59992e-12 0.0338536 0.00025067 2128.17 -1.14961e-13 0.652616 0.000773683 0.000370718
12 749 5.24875e-12 2.11799e-23 4.60217e-12 0.0320167 0.000231782 2379.38 -1.75212e-13 0.658667 0.000690958 0.000332741
13 812 5.23911e-12 2.11852e-23 4.60273e-12 0.0308115 0.000214064 2569.16 -1.64244e-13 0.656827 0.000642647 0.000305533
14 874 5.14229e-12 2.11561e-23 4.59957e-12 0.0302383 0.000196146 2667.48 -8.35975e-14 0.648 0.000620811 0.000292499
15 937 5.07624e-12 2.11544e-23 4.59939e-12 0.029584 0.000182252 2786.77 -2.63524e-14 0.641791 0.000595031 0.00027925
16 999 5.17767e-12 2.12329e-23 4.60792e-12 0.028143 0.000170175 3079.46 -1.16905e-13 0.65 0.000538462 0.000252775
1 62 4.9734e-12 2.16537e-23 4.65335e-12 0.11788 0.0027727 141.106 3.98074e-14 0.587302 0.011154 0.00252122
2 124 4.76258e-12 2.18504e-23 4.67444e-12 0.0877874 0.00135545 254.428 2.68587e-13 0.592 0.00551351 0.00213146
3 187 4.94043e-12 2.21102e-23 4.70215e-12 0.069415 0.000777039 406.934 1.04764e-13 0.590426 0.00368986 0.00110295
4 249 5.14104e-12 2.16503e-23 4.65299e-12 0.0572415 0.000661321 598.423 -7.19085e-14 0.624 0.00241026 0.000853223
5 312 5.06661e-12 2.15542e-23 4.64265e-12 0.0517936 0.000532408 730.933 -5.33976e-15 0.616613 0.00198646 0.000687549
6 374 5.00071e-12 2.17837e-23 4.6673e-12 0.0481967 0.000406719 844.101 4.82497e-14 0.602667 0.00175811 0.000558619
7 437 4.97987e-12 2.16377e-23 4.65163e-12 0.0446324 0.00035206 984.303 6.74754e-14 0.609589 0.00146221 0.000525292
8 499 5.00698e-12 2.15019e-23 4.63701e-12 0.0414169 0.000321077 1143.07 4.24687e-14 0.614 0.00125733 0.000454601
9 562 4.98251e-12 2.12919e-23 4.61432e-12 0.0390306 0.000308606 1287.12 6.55281e-14 0.618117 0.00109736 0.000423317
10 624 5.04572e-12 2.13997e-23 4.62598e-12 0.0366725 0.000274203 1457.97 1.17216e-14 0.6192 0.000983979 0.00035874
11 687 4.96634e-12 2.12717e-23 4.61212e-12 0.0354055 0.000257368 1564.19 9.33442e-14 0.617733 0.000899453 0.000352273
12 749 4.9264e-12 2.11622e-23 4.60024e-12 0.0340973 0.000245008 1686.51 1.32831e-13 0.62 0.000817204 0.000343871
13 812 4.88597e-12 2.11816e-23 4.60235e-12 0.0330357 0.000226338 1796.65 1.69964e-13 0.613776 0.000773996 0.00031602
14 874 4.85387e-12 2.12236e-23 4.6069e-12 0.0320861 0.000211353 1904.56 2.03251e-13 0.612571 0.000722814 0.000305528
15 937 4.93363e-12 2.13373e-23 4.61923e-12 0.0305704 0.000189289 2098.1 1.37474e-13 0.618337 0.00065804 0.000275515
16 999 4.94889e-12 2.13256e-23 4.61796e-12 0.0295082 0.000175558 2251.88 1.16927e-13 0.619 0.000615509 0.000254352
--------------------End of Global Run-----------------------
The run consists of 1000 proton of 210 MeV
Dose in scoring volume : 5.17767 nanoGy +- 145.642 picoGy
Dose in scoring volume : 4.94889 nanoGy +- 145.96 picoGy
------------------------------------------------------------
Graphics systems deleted.
+21 -21
View File
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -818,24 +818,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 | 46 | 141 | 46 | 46 | 0.0674105 | 1.5039 | 1 | 9011.04 | 9011.04 | 9521.73 | 13551.7 | 641.864 |
cell_01 | 142 | 182 | 462 | 462 | 0.038244 | 4.31492 | 1 | 22429.5 | 22429.5 | 72463.7 | 96781.7 | 2771.3 |
cell_02 | 159 | 244 | 1236 | 618 | 0.00895475 | 2.60138 | 0.5 | 43964.6 | 21982.3 | 202963 | 57184.2 | 1817.48 |
cell_03 | 211 | 338 | 1889 | 472.25 | 0.00647752 | 2.07685 | 0.25 | 63124.5 | 15781.1 | 174386 | 32775 | 1129.59 |
cell_04 | 239 | 395 | 1976 | 247 | 0.00605754 | 1.85262 | 0.125 | 62139.3 | 7767.41 | 83317.8 | 14390.1 | 504.701 |
cell_05 | 250 | 391 | 2124 | 132.75 | 0.00427618 | 1.59496 | 0.0625 | 65355.6 | 4084.72 | 54777.1 | 6514.96 | 234.237 |
cell_06 | 282 | 414 | 2457 | 76.7812 | 0.00437074 | 1.52331 | 0.03125 | 76003.3 | 2375.1 | 32584.6 | 3618.02 | 142.419 |
cell_07 | 342 | 457 | 3148 | 49.1875 | 0.00453159 | 1.15396 | 0.015625 | 94297.3 | 1473.4 | 16495.4 | 1700.24 | 74.7505 |
cell_08 | 312 | 451 | 3095 | 24.1797 | 0.00251441 | 0.974783 | 0.0078125 | 86196.5 | 673.41 | 11475.5 | 656.429 | 28.8542 |
cell_09 | 254 | 383 | 2599 | 10.1523 | 0.00243638 | 0.943723 | 0.00390625 | 71978.9 | 281.168 | 4726.18 | 265.344 | 11.5147 |
cell_10 | 215 | 323 | 2191 | 4.2793 | 0.00199504 | 0.877105 | 0.00195312 | 58969.4 | 115.175 | 2265.86 | 101.02 | 4.52048 |
cell_11 | 179 | 268 | 1894 | 1.84961 | 0.00186969 | 0.731361 | 0.000976562 | 53073.5 | 51.8296 | 942.691 | 37.9061 | 1.76254 |
cell_12 | 146 | 215 | 1443 | 0.70459 | 0.00202237 | 0.928678 | 0.000488281 | 38156.7 | 18.6312 | 346.919 | 17.3024 | 0.701597 |
cell_13 | 127 | 179 | 1242 | 0.303223 | 0.00209313 | 0.909328 | 0.000244141 | 33288.1 | 8.12697 | 146.837 | 7.39008 | 0.307348 |
cell_14 | 97 | 138 | 909 | 0.110962 | 0.00189555 | 0.667416 | 0.00012207 | 25384.5 | 3.09869 | 55.9147 | 2.06811 | 0.105989 |
cell_15 | 62 | 94 | 663 | 0.0404663 | 0.0013431 | 0.424428 | 6.10352e-05 | 16830.7 | 1.02727 | 21.0595 | 0.436 | 0.028285 |
cell_16 | 30 | 51 | 364 | 0.0111084 | 0.00106388 | 0.425863 | 3.05176e-05 | 8847.46 | 0.270003 | 5.87083 | 0.114984 | 0.00624586 |
cell_17 | 13 | 22 | 146 | 0.00222778 | 0.0018381 | 0.811162 | 1.52588e-05 | 3937 | 0.0600739 | 1.10996 | 0.0487297 | 0.00204023 |
cell_18 | 8 | 14 | 63 | 0.000480652 | 0.00319016 | 1.63053 | 7.62939e-06 | 2433.11 | 0.0185632 | 0.412518 | 0.0302679 | 0.001316 |
cell_19 | 4 | 4 | 4 | 3.05176e-05 | 0.440611 | 1.56552 | 7.62939e-06 | 612.384 | 0.00467212 | 0.000787281 | 0.00731428 | 0.000346884 |
cell_00 | 45 | 136 | 45 | 45 | 0.00448436 | 2.48579 | 1 | 7974.02 | 7974.02 | 157832 | 19821.7 | 707.777 |
cell_01 | 160 | 191 | 776 | 776 | 0.0113358 | 3.6665 | 1 | 28883.3 | 28883.3 | 265740 | 105901 | 3012.38 |
cell_02 | 152 | 253 | 1206 | 603 | 0.00743581 | 2.7154 | 0.5 | 41602.3 | 20801.2 | 230509 | 56483.5 | 1714.02 |
cell_03 | 194 | 306 | 1424 | 356 | 0.00738174 | 2.51189 | 0.25 | 48888.1 | 12222 | 133814 | 30700.4 | 987.777 |
cell_04 | 249 | 359 | 1938 | 242.25 | 0.00536816 | 1.88067 | 0.125 | 65344 | 8168 | 99504.9 | 15361.3 | 534.158 |
cell_05 | 301 | 434 | 2912 | 182 | 0.00443784 | 1.61111 | 0.0625 | 86545.9 | 5409.12 | 69447.3 | 8714.67 | 308.196 |
cell_06 | 294 | 457 | 2795 | 87.3438 | 0.00361211 | 1.61544 | 0.03125 | 86189.2 | 2693.41 | 43433.5 | 4351.05 | 156.887 |
cell_07 | 320 | 462 | 2523 | 39.4219 | 0.00400435 | 1.76115 | 0.015625 | 80284.7 | 1254.45 | 19940.4 | 2209.27 | 79.8484 |
cell_08 | 353 | 507 | 2946 | 23.0156 | 0.00441224 | 1.64939 | 0.0078125 | 94657 | 739.508 | 10107.4 | 1219.73 | 44.5964 |
cell_09 | 362 | 551 | 3164 | 12.3594 | 0.00494896 | 1.63985 | 0.00390625 | 101820 | 397.735 | 4997.79 | 652.225 | 24.7339 |
cell_10 | 445 | 622 | 4051 | 7.91211 | 0.00370405 | 1.25021 | 0.00195312 | 124780 | 243.711 | 3443.84 | 304.691 | 12.7561 |
cell_11 | 450 | 665 | 4459 | 4.35449 | 0.00330605 | 1.09589 | 0.000976562 | 126069 | 123.115 | 1729.54 | 134.92 | 5.71794 |
cell_12 | 370 | 549 | 3672 | 1.79297 | 0.00167835 | 0.894545 | 0.000488281 | 100337 | 48.9928 | 1144.25 | 43.8263 | 1.92045 |
cell_13 | 305 | 461 | 2983 | 0.728271 | 0.00202361 | 0.94942 | 0.000244141 | 83843.2 | 20.4695 | 414.878 | 19.4342 | 0.839553 |
cell_14 | 281 | 399 | 2554 | 0.311768 | 0.00312102 | 1.18916 | 0.00012207 | 75889 | 9.2638 | 142.47 | 11.0161 | 0.44465 |
cell_15 | 276 | 399 | 2769 | 0.169006 | 0.00313643 | 1.02224 | 6.10352e-05 | 77778.1 | 4.7472 | 67.8515 | 4.85277 | 0.212812 |
cell_16 | 250 | 372 | 2604 | 0.0794678 | 0.00211823 | 0.8795 | 3.05176e-05 | 71526 | 2.1828 | 41.4033 | 1.91977 | 0.0877016 |
cell_17 | 196 | 293 | 1945 | 0.0296783 | 0.00217187 | 0.890909 | 1.52588e-05 | 56557.3 | 0.862996 | 15.428 | 0.768851 | 0.0335076 |
cell_18 | 120 | 242 | 1387 | 0.010582 | 0.0033456 | 1.23282 | 7.62939e-06 | 41927 | 0.319878 | 4.68902 | 0.394353 | 0.0156876 |
cell_19 | 86 | 86 | 86 | 0.000656128 | 0.0210684 | 1.81473 | 7.62939e-06 | 15099.3 | 0.115199 | 0.383771 | 0.209055 | 0.00808543 |
=============================================
+22 -22
View File
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -525,7 +525,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 = 2048.
ipre_over_ipost = 8192.
*** This is just a warning message. ***
-------- WWWW -------- G4Exception-END --------- WWWW -------
@@ -545,24 +545,24 @@ ipre_over_ipost = 2048.
=============================================================
=============================================================
Volume | Tr.Entering | Population | Collisions | Coll*WGT | NumWGTedE | FluxWGTedE | Av.Tr.WGT | SL | SLW | SLW_v | SLWE | SLWE_v |
cell_00 | 33 | 127 | 0 | 0 | 0.620024 | 3.43767 | 1 | 6355.18 | 6355.18 | 1132.94 | 21847 | 702.451 |
cell_01 | 165 | 187 | 680 | 680 | 0.555834 | 4.12095 | 1 | 26867.2 | 26867.2 | 5729.81 | 110718 | 3184.82 |
cell_02 | 194 | 302 | 1380 | 690 | 0.287475 | 2.82991 | 0.5 | 51356.9 | 25678.4 | 8050.14 | 72667.6 | 2314.22 |
cell_03 | 247 | 408 | 1992 | 498 | 0.245255 | 2.29095 | 0.25 | 69329.5 | 17332.4 | 5654.46 | 39707.7 | 1386.79 |
cell_04 | 283 | 463 | 2271 | 283.875 | 0.214552 | 2.11838 | 0.125 | 75863.4 | 9482.93 | 3308.63 | 20088.4 | 709.871 |
cell_05 | 298 | 482 | 2723 | 170.188 | 0.15103 | 1.60543 | 0.0625 | 86003.2 | 5375.2 | 2194.15 | 8629.53 | 331.382 |
cell_06 | 307 | 475 | 2747 | 85.8438 | 0.124111 | 1.45914 | 0.03125 | 83428.7 | 2607.15 | 1193.04 | 3804.2 | 148.069 |
cell_07 | 282 | 447 | 2430 | 37.9688 | 0.147354 | 1.77392 | 0.015625 | 79013.3 | 1234.58 | 548.762 | 2190.06 | 80.8622 |
cell_08 | 288 | 447 | 2472 | 19.3125 | 0.172339 | 1.75055 | 0.0078125 | 80844 | 631.593 | 245.877 | 1105.63 | 42.3743 |
cell_09 | 315 | 497 | 2868 | 11.2031 | 0.147122 | 1.5272 | 0.00390625 | 89420.7 | 349.3 | 146.72 | 533.452 | 21.5858 |
cell_10 | 283 | 437 | 2626 | 5.12891 | 0.127003 | 1.36381 | 0.00195312 | 81147.4 | 158.491 | 70.8169 | 216.152 | 8.99394 |
cell_11 | 295 | 446 | 2522 | 2.46289 | 0.117928 | 1.27398 | 0.000976562 | 77409.9 | 75.5956 | 35.6749 | 96.3071 | 4.20708 |
cell_12 | 276 | 416 | 2439 | 1.19092 | 0.112119 | 1.18784 | 0.000488281 | 75772.9 | 36.9985 | 17.3878 | 43.9484 | 1.94951 |
cell_13 | 211 | 329 | 1981 | 0.483643 | 0.116311 | 1.11743 | 0.000244141 | 59618.7 | 14.5554 | 6.60501 | 16.2645 | 0.768236 |
cell_14 | 198 | 266 | 1656 | 0.202148 | 0.106934 | 0.983916 | 0.00012207 | 53047.6 | 6.47554 | 2.91133 | 6.37139 | 0.31132 |
cell_15 | 172 | 287 | 1798 | 0.109741 | 0.0990253 | 0.963714 | 6.10352e-05 | 53302.7 | 3.25334 | 1.54087 | 3.13529 | 0.152585 |
cell_16 | 139 | 221 | 1480 | 0.045166 | 0.0710507 | 0.87768 | 3.05176e-05 | 41901.4 | 1.27873 | 0.738799 | 1.12232 | 0.0524922 |
cell_17 | 104 | 171 | 1004 | 0.0153198 | 0.110897 | 1.12874 | 1.52588e-05 | 30937.7 | 0.472073 | 0.214365 | 0.532849 | 0.0237724 |
cell_18 | 69 | 141 | 786 | 0.0059967 | 0.124888 | 1.48498 | 7.62939e-06 | 24139.1 | 0.184167 | 0.0859338 | 0.273485 | 0.0107321 |
cell_19 | 54 | 54 | 0 | 0 | 0.296031 | 2.6202 | 7.62939e-06 | 9756.39 | 0.0744353 | 0.0226006 | 0.195036 | 0.00669049 |
cell_00 | 31 | 129 | 0 | 0 | 0.534326 | 1.74782 | 1 | 5791.85 | 5791.85 | 929.432 | 10123.1 | 496.62 |
cell_01 | 138 | 187 | 471 | 471 | 0.686917 | 4.52128 | 1 | 23183 | 23183 | 4361.23 | 104817 | 2995.8 |
cell_02 | 196 | 301 | 1392 | 696 | 0.255351 | 2.68603 | 0.5 | 47904.1 | 23952.1 | 8131.59 | 64335.8 | 2076.41 |
cell_03 | 265 | 406 | 2240 | 560 | 0.150434 | 1.82021 | 0.25 | 70671.1 | 17667.8 | 7685.8 | 32159 | 1156.2 |
cell_04 | 277 | 441 | 2358 | 294.75 | 0.140877 | 1.6999 | 0.125 | 72856.8 | 9107.1 | 4062.42 | 15481.1 | 572.301 |
cell_05 | 257 | 435 | 2246 | 140.375 | 0.151716 | 1.73836 | 0.0625 | 71376.2 | 4461.01 | 1878.8 | 7754.83 | 285.043 |
cell_06 | 267 | 422 | 2402 | 75.0625 | 0.110526 | 1.45753 | 0.03125 | 72153.6 | 2254.8 | 1138.59 | 3286.45 | 125.843 |
cell_07 | 250 | 400 | 2162 | 33.7812 | 0.141267 | 1.59481 | 0.015625 | 69304.8 | 1082.89 | 473.851 | 1727 | 66.9392 |
cell_08 | 231 | 366 | 1811 | 14.1484 | 0.167754 | 1.82952 | 0.0078125 | 60050.9 | 469.148 | 190.276 | 858.314 | 31.9196 |
cell_09 | 247 | 398 | 2104 | 8.21875 | 0.174693 | 1.59253 | 0.00390625 | 67841.3 | 265.005 | 97.5597 | 422.029 | 17.043 |
cell_10 | 256 | 423 | 2313 | 4.51758 | 0.144169 | 1.64423 | 0.00195312 | 71735 | 140.107 | 61.2612 | 230.368 | 8.83195 |
cell_11 | 274 | 396 | 2383 | 2.32715 | 0.121508 | 1.61002 | 0.000976562 | 72474.1 | 70.7755 | 34.8874 | 113.95 | 4.23911 |
cell_12 | 274 | 445 | 2446 | 1.19434 | 0.114649 | 1.40995 | 0.000488281 | 74472.8 | 36.3637 | 17.5739 | 51.2708 | 2.01483 |
cell_13 | 268 | 415 | 2281 | 0.556885 | 0.131622 | 1.56155 | 0.000244141 | 70517.2 | 17.2161 | 7.99014 | 26.8838 | 1.05168 |
cell_14 | 268 | 406 | 2523 | 0.307983 | 0.112905 | 1.27507 | 0.00012207 | 79221.7 | 9.67062 | 4.66185 | 12.3307 | 0.526345 |
cell_15 | 253 | 402 | 2295 | 0.140076 | 0.112027 | 1.27071 | 6.10352e-05 | 71983.2 | 4.39351 | 2.14411 | 5.58287 | 0.240198 |
cell_16 | 217 | 339 | 2095 | 0.0639343 | 0.0932734 | 1.03489 | 3.05176e-05 | 61939.2 | 1.89024 | 0.967455 | 1.95619 | 0.0902378 |
cell_17 | 214 | 318 | 1910 | 0.0291443 | 0.102657 | 1.0284 | 1.52588e-05 | 55898.8 | 0.852949 | 0.405486 | 0.87717 | 0.0416258 |
cell_18 | 126 | 247 | 1407 | 0.0107346 | 0.10947 | 1.10822 | 7.62939e-06 | 42660 | 0.32547 | 0.150884 | 0.360692 | 0.0165173 |
cell_19 | 78 | 78 | 0 | 0 | 0.25497 | 2.0042 | 7.62939e-06 | 11723.7 | 0.0894449 | 0.0266877 | 0.179266 | 0.00680455 |
=============================================
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
+10 -10
View File
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -841,7 +841,7 @@ GB03BOptrGeometryBasedBiasing : starting run with splitting factor = 2, and prob
Run terminated.
Run Summary
Number of events processed : 10
User=0.29s Real=0.29s Sys=0s
User=0.17s Real=0.2s Sys=0s
Region <DefaultRegionForTheWorld> -- -- appears in <World> world volume
This region is in the mass world.
@@ -901,7 +901,7 @@ GB03BOptrGeometryBasedBiasing : starting run with splitting factor = 2, and prob
Run terminated.
Run Summary
Number of events processed : 10
User=0.1s Real=0.1s Sys=0s
User=0.3s Real=0.32s Sys=0s
Graphics systems deleted.
Visualization Manager deleting...
G4 kernel has come to Quit state.
@@ -914,22 +914,22 @@ G4SDManager deleted.
EventManager deleted.
Units table cleared.
TransportationManager deleted.
Total navigation history collections cleaned: 76
Total navigation history collections cleaned: 13
================== Deleting memory pools ===================
Pool ID '20G4NavigationLevelRep', size : 0.117 MB
Pool ID '20G4NavigationLevelRep', size : 0.0183 MB
Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB
Pool ID '17G4DynamicParticle', size : 0.0365 MB
Pool ID '17G4DynamicParticle', size : 0.00577 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 MB
Pool ID '7G4Track', size : 0.0721 MB
Pool ID '18G4TouchableHistory', size : 0.00961 MB
Pool ID '15G4CountedObjectIvE', size : 0.00192 MB
Pool ID '7G4Track', size : 0.0106 MB
Pool ID '18G4TouchableHistory', size : 0.00192 MB
Pool ID '15G4CountedObjectIvE', size : 0.000961 MB
Pool ID '10G4Fragment', size : 0.00192 MB
Number of memory pools allocated: 12 of which, static: 0
Dynamic pools deleted: 12 / Total memory freed: 0.24 MB
Dynamic pools deleted: 12 / Total memory freed: 0.044 MB
============================================================
G4Allocator objects are deleted.
UImanager deleted.
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -321,11 +321,11 @@ nb event 175000
1% Precision reached!
Run terminated.
Run Summary
Run Aborted after 175178 events processed.
User=145.36s Real=145.81s Sys=0.12s
Run Aborted after 176814 events processed.
User=118.73s Real=125.33s Sys=0.1s
Results of reverse/adjoint simulation!
normalised edep [MeV] = 0.00167385
error[MeV] = 1.67379e-05
normalised edep [MeV] = 0.00168653
error[MeV] = 1.68652e-05
----> Histogram Tree is saved in adjoint_sim.root
Graphics systems deleted.
@@ -333,6 +333,6 @@ Visualization Manager deleting...
G4 kernel has come to Quit state.
================== Deleting memory pools ===================
Number of memory pools allocated: 12 of which, static: 1
Dynamic pools deleted: 11 / Total memory freed: 28 MB
Dynamic pools deleted: 11 / Total memory freed: 29 MB
============================================================
RunManagerKernel is deleted. Good bye :)
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
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-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -350,41 +350,41 @@ Index : 0 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 2000
User=2.96s Real=2.97s Sys=0s
User=1.85s Real=1.87s Sys=0s
======================== run summary ======================
The run is: 2000 e- of 100 MeV through 10 m of Aluminium (density: 2.7 g/cm3 )
total energy deposit: 99.78 MeV
total energy deposit: 99.781 MeV
nb tracks/event neutral: 25.247 charged: 136.52
nb steps/event neutral: 138.58 charged: 202.04
nb tracks/event neutral: 25.178 charged: 137.25
nb steps/event neutral: 139.39 charged: 203.33
Process calls frequency :
Rayl= 17409 Transportation= 1846 annihil= 2802
compt= 209263 conv= 2788 eBrem= 45910
eIoni= 355072 msc= 301 phot= 45866
Rayl= 17642 Transportation= 1868 annihil= 2773
compt= 210791 conv= 2761 eBrem= 45872
eIoni= 357516 msc= 482 phot= 45737
---------------------------------------------------------
Primary particle :
true Range = 11.288 cm rms = 3.8361 cm
proj Range = 9.8238 cm rms = 3.5882 cm
proj/true = 0.87029
transverse dispersion at end = 1.573 cm
mass true Range from simulation = 30.478 g/cm2
true Range = 10.972 cm rms = 3.8209 cm
proj Range = 9.5178 cm rms = 3.5488 cm
proj/true = 0.86749
transverse dispersion at end = 1.5924 cm
mass true Range from simulation = 29.624 g/cm2
from PhysicsTable (csda range) = 32.1 g/cm2
---------------------------------------------------------
--------- Ranecu engine status ---------
Initial seed (index) = 0
Current couple of seeds = 166891589, 1397889803
Current couple of seeds = 127632317, 894303761
----------------------------------------
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.069 MB
Dynamic pools deleted: 9 / Total memory freed: 0.036 MB
============================================================
RunManagerKernel is deleted. Good bye :)
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -139,13 +139,13 @@ 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.15 s
total time for build X-ray TR energy loss tables = 0.17 s
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.15 s
total time for build XTR angle for given energy tables = 0.13 s
msc: for e+ SubType= 10
RangeFactor= 0.04, stepLimitType: 1, latDisplacement: 1
@@ -237,7 +237,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.15 s
total time for build XTR angle for given energy tables = 0.12 s
msc: for proton SubType= 10
RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
@@ -561,22 +561,22 @@ Index : 2 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 1000
User=0.49s Real=0.49s Sys=0s
User=0.27s Real=0.28s Sys=0s
================== run summary =====================
End of Run TotNbofEvents = 1000
Mean energy deposit in absorber = 0.0478712 +-0.0191415 MeV
Total number of XTR gammas = 2691
Total number of all gammas = 2798
Mean energy deposit in absorber = 0.0491746 +-0.0185795 MeV
Total number of XTR gammas = 2766
Total number of all gammas = 2860
--------- Ranecu engine status ---------
Initial seed (index) = 0
Current couple of seeds = 41323081, 1064987191
Current couple of seeds = 1408944608, 622160001
----------------------------------------
... write Root file : testem10.root - done
... close Root file : testem10.root - done
G4 kernel has come to Quit state.
================== Deleting memory pools ===================
Number of memory pools allocated: 10 of which, static: 0
Dynamic pools deleted: 10 / Total memory freed: 0.047 MB
Dynamic pools deleted: 10 / Total memory freed: 0.042 MB
============================================================
RunManagerKernel is deleted. Good bye :)
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -472,27 +472,27 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics
Run terminated.
Run Summary
Number of events processed : 20000
User=2.92s Real=2.93s Sys=0s
User=2.37s Real=2.52s Sys=0s
======================== run summary =====================
The run is 20000 e- of 500.00 keV through 1 absorbers:
1 1.00 mm of G4_Si (density: 2.33 g/cm3 )
Edep in absorber 1 = 447.899 keV (20.838 keV-->500.000 keV)
Edep in absorber 1 = 447.818 keV (20.838 keV-->500.000 keV)
Track length of primary track = 880.206 um +- 193.066 um
Track length of primary track = 880.168 um +- 192.969 um
Range from EmCalculator = 942.776 um (from full dE/dx)
Projected range = 316.914 um +- 198.204 um
Projected range = 317.026 um +- 198.295 um
Nb of steps of primary track = 21.03 +- 4.89 Step size= 42.327 um +- 6.720 um
Nb of steps of primary track = 21.02 +- 4.89 Step size= 42.334 um +- 6.726 um
absorbed = 78.06 % transmit = 5.12 % reflected = 16.82 %
absorbed = 78.01 % transmit = 5.12 % reflected = 16.86 %
--------- Ranecu engine status ---------
Initial seed (index) = 0
Current couple of seeds = 1739046891, 800497309
Current couple of seeds = 512212800, 564968512
----------------------------------------
G4 kernel has come to Quit state.
UserDetectorConstruction deleted.
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -184,24 +184,24 @@ Use DNA with multiple scattering of e- 0
Run terminated.
Run Summary
Number of events processed : 10000
User=1.76s Real=1.77s Sys=0s
User=1.02s Real=1.03s Sys=0s
======================== run summary =====================
The run is 10000 e- of 4.00 MeV through 3.00 cm of G4_WATER (density: 1.00 g/cm3 )
Total Energy deposited = 3.945 MeV +- 211.960 keV
Total Energy deposited = 3.942 MeV +- 227.271 keV
Track length of primary track = 2.048 cm +- 2.789 mm
Track length of primary track = 2.044 cm +- 2.842 mm
Range from EmCalculator = 2.045 cm (from full dE/dx)
Projected range = 1.328 cm +- 3.573 mm
Projected range = 1.327 cm +- 3.570 mm
Nb of steps of primary track = 16.33 +- 3.02 Step size= 1.292 mm +- 280.099 um
Nb of steps of primary track = 16.31 +- 3.02 Step size= 1.289 mm +- 278.279 um
--------- Ranecu engine status ---------
Initial seed (index) = 0
Current couple of seeds = 180165142, 530886527
Current couple of seeds = 272666396, 987623930
----------------------------------------
G4 kernel has come to Quit state.
UserDetectorConstruction deleted.
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -429,7 +429,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics
Run terminated.
Run Summary
Number of events processed : 1000000
User=5.75s Real=5.76s Sys=0s
User=3.77s Real=3.84s Sys=0s
======================== run summary ======================
@@ -496,7 +496,7 @@ Index : 0 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 1000000
User=5.96s Real=5.98s Sys=0.01s
User=4.52s Real=4.57s Sys=0s
======================== run summary ======================
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -468,7 +468,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics
Run terminated.
Run Summary
Number of events processed : 1000000
User=11.48s Real=11.5s Sys=0.01s
User=5.69s Real=5.84s Sys=0.01s
======================== run summary ======================
@@ -538,7 +538,7 @@ Index : 0 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 1000000
User=8.42s Real=8.45s Sys=0s
User=4.2s Real=4.32s Sys=0s
======================== run summary ======================
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -490,7 +490,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics
Run terminated.
Run Summary
Number of events processed : 10000
User=0.1s Real=0.1s Sys=0s
User=0.05s Real=0.05s Sys=0s
The run consists of 10000 e- of 5 MeV through 100 m of Water (density: 1 g/cm3 )
@@ -560,7 +560,7 @@ Index : 1 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 10000
User=0.18s Real=0.18s Sys=0s
User=0.13s Real=0.19s Sys=0s
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-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
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.31s Real=0.32s Sys=0s
User=0.21s Real=0.2s Sys=0s
Summary for synchrotron radiation :
Number of photons = 64554
Emean = 20.24 +/- 0.1449 keV
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -188,7 +188,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics
Run terminated.
Run Summary
Number of events processed : 10000
User=2.79s Real=2.79s Sys=0s
User=2.18s Real=2.19s Sys=0s
The run consists of 10000 mu+ of 10 TeV through 1 m of Iron (density: 7.9 g/cm3 )
@@ -249,7 +249,7 @@ Index : 0 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 10000
User=2.43s Real=2.43s Sys=0s
User=2.15s Real=2.23s Sys=0s
The run consists of 10000 pi+ of 10 TeV through 1 m of Iron (density: 7.9 g/cm3 )
@@ -309,7 +309,7 @@ Index : 0 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 10000
User=2.36s Real=2.38s Sys=0.01s
User=2.45s Real=2.79s Sys=0s
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-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -165,7 +165,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics
Run terminated.
Run Summary
Number of events processed : 100000
User=1.38s Real=1.4s Sys=0s
User=0.81s Real=0.82s Sys=0s
======================== run summary ======================
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -568,36 +568,36 @@ Index : 0 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 100
User=5.47s Real=5.49s Sys=0s
User=5.05s Real=5.29s Sys=0.01s
===== SUMMARY =====
Total number of events: 100
Mean number of charged steps: 7251.16
Mean number of neutral steps: 4106.57
Mean number of charged steps: 7259.57
Mean number of neutral steps: 4106.07
energy deposit : 95.08 % E0 +- 0.77 % E0
charged traklen: 484.99 radl +- 3.93 radl
neutral traklen: 4222.01 radl +- 113.66 radl
energy deposit : 95.01 % E0 +- 0.93 % E0
charged traklen: 484.76 radl +- 4.72 radl
neutral traklen: 4206.70 radl +- 136.89 radl
90.00 % confinement: radius = 2.89 radl (2.58 cm )
90.00 % confinement: radius = 2.92 radl (2.60 cm )
<<<<ACCEPTANCE>>>> 100 events for Total Energy in Absorber
Edep: 0.950797 delEdep= 0.00179722 nrms= 2.19173
Erms: 0.00772883 delErms= -0.000471166 nrms= -0.574592
Edep: 0.950099 delEdep= 0.00109901 nrms= 1.34026
Erms: 0.00933018 delErms= 0.00113018 nrms= 1.37827
<<<<END>>>> IS ACCEPTED
--------- Ranecu engine status ---------
Initial seed (index) = 0
Current couple of seeds = 403164875, 1360176001
Current couple of seeds = 653022131, 168608089
----------------------------------------
... write Root file : testem2.root - done
... close Root file : testem2.root - done
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.25 MB
Dynamic pools deleted: 9 / Total memory freed: 0.058 MB
============================================================
RunManagerKernel is deleted. Good bye :)
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -508,28 +508,28 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics
Run terminated.
Run Summary
Number of events processed : 100
User=2.79s Real=2.8s Sys=0s
User=2.41s Real=2.46s Sys=0s
------------------------------------------------------------
material Edep RMS sqrt(E0(GeV))*rmsE/Emean total tracklen
Lead: 779.8 MeV : 15.42 MeV 1.978 +- 0.1978 % 55.1 cm +- 1.31 cm
liquidArgon: 208.74 MeV : 15.69 MeV 7.515 +- 0.7515 % 1.03 m +- 8.16 cm
Lead: 782.1 MeV : 15.83 MeV 2.024 +- 0.2024 % 55.3 cm +- 1.26 cm
liquidArgon: 208.75 MeV : 14.69 MeV 7.036 +- 0.7036 % 1.03 m +- 7.46 cm
------------------------------------------------------------
Beam particle e- E = 1 GeV
Mean number of gamma 510
Mean number of e- 871
Mean number of e+ 53.9
Mean number of charged steps 3614.53
Mean number of neutral steps 3705.38
Mean number of gamma 511
Mean number of e- 876
Mean number of e+ 53.8
Mean number of charged steps 3601.95
Mean number of neutral steps 3706.26
------------------------------------------------------------
Energy deposition from Energy flow balance :
material Total Edep
Lead: 779.797 MeV
liquidArgon: 208.69 MeV
Lead: 782.1 MeV
liquidArgon: 208.735 MeV
------------------------------------------------------------
@@ -959,28 +959,28 @@ Index : 2 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 100
User=2.6s Real=2.6s Sys=0s
User=1.71s Real=1.74s Sys=0s
------------------------------------------------------------
material Edep RMS sqrt(E0(GeV))*rmsE/Emean total tracklen
Lead: 775.45 MeV : 21.43 MeV 2.763 +- 0.2763 % 52.1 cm +- 1.35 cm
liquidArgon: 212.63 MeV : 17.14 MeV 8.062 +- 0.8062 % 1.01 m +- 8.15 cm
Lead: 774.13 MeV : 24.73 MeV 3.195 +- 0.3195 % 52.2 cm +- 1.41 cm
liquidArgon: 212.94 MeV : 18.39 MeV 8.638 +- 0.8638 % 1.01 m +- 8.69 cm
------------------------------------------------------------
Beam particle e- E = 1 GeV
Mean number of gamma 291
Mean number of e- 556
Mean number of e+ 53.7
Mean number of charged steps 3066.95
Mean number of neutral steps 2952.94
Mean number of e- 551
Mean number of e+ 53.6
Mean number of charged steps 3054.29
Mean number of neutral steps 2911.63
------------------------------------------------------------
Energy deposition from Energy flow balance :
material Total Edep
Lead: 774.345 MeV
liquidArgon: 213.727 MeV
Lead: 774.328 MeV
liquidArgon: 215.025 MeV
------------------------------------------------------------
@@ -995,19 +995,19 @@ RunManager is deleting RunManagerKernel.
EventManager deleted.
Units table cleared.
TransportationManager deleted.
Total navigation history collections cleaned: 163
Total navigation history collections cleaned: 34
================== Deleting memory pools ===================
Pool ID '20G4NavigationLevelRep', size : 0.252 MB
Pool ID '20G4NavigationLevelRep', size : 0.0509 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 '17G4DynamicParticle', size : 0.0413 MB
Pool ID '7G4Track', size : 0.0817 MB
Pool ID '18G4TouchableHistory', size : 0.0192 MB
Pool ID '15G4CountedObjectIvE', size : 0.00288 MB
Pool ID '17G4DynamicParticle', size : 0.0115 MB
Pool ID '7G4Track', size : 0.0231 MB
Pool ID '18G4TouchableHistory', size : 0.00385 MB
Pool ID '15G4CountedObjectIvE', size : 0.000961 MB
Number of memory pools allocated: 9 of which, static: 0
Dynamic pools deleted: 9 / Total memory freed: 0.4 MB
Dynamic pools deleted: 9 / Total memory freed: 0.094 MB
============================================================
G4Allocator objects are deleted.
UImanager deleted.
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -142,11 +142,11 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics
Run terminated.
Run Summary
Number of events processed : 100000
User=1.58s Real=1.58s Sys=0s
User=0.92s Real=0.95s Sys=0s
--------- Ranecu engine status ---------
Initial seed (index) = 0
Current couple of seeds = 1059479269, 543189994
Current couple of seeds = 323722729, 685451717
----------------------------------------
... write Root file : testem4.root - done
... close Root file : testem4.root - done
@@ -167,12 +167,12 @@ Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB
Pool ID '7G4Event', size : 0.000961 MB
Pool ID '15G4PrimaryVertex', size : 0.000961 MB
Pool ID '17G4PrimaryParticle', size : 0.000961 MB
Pool ID '17G4DynamicParticle', size : 0.00288 MB
Pool ID '7G4Track', size : 0.00577 MB
Pool ID '17G4DynamicParticle', size : 0.00385 MB
Pool ID '7G4Track', size : 0.00673 MB
Pool ID '18G4TouchableHistory', size : 0.000961 MB
Pool ID '15G4CountedObjectIvE', size : 0.000961 MB
Number of memory pools allocated: 9 of which, static: 0
Dynamic pools deleted: 9 / Total memory freed: 0.021 MB
Dynamic pools deleted: 9 / Total memory freed: 0.023 MB
============================================================
G4Allocator objects are deleted.
UImanager deleted.
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -436,7 +436,7 @@ Index : 1 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 100000
User=2.89s Real=2.89s Sys=0s
User=1.15s Real=1.16s Sys=0s
======================== run summary ======================
@@ -860,30 +860,30 @@ Index : 2 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 50000
User=2.47s Real=2.48s Sys=0s
User=1.48s Real=1.48s Sys=0s
======================== run summary ======================
The run was 50000 e- of 15.7 MeV through 9.66 um of Gold (density: 19.3 g/cm3 )
Total energy deposit in absorber per event = 18.47 keV +- 62.73 eV
Total energy deposit in absorber per event = 18.47 keV +- 62.74 eV
-----> Mean dE/dx = 19.12 MeV/cm (0.9897 MeV*cm2/g)
-----> Mean dE/dx = 19.12 MeV/cm (0.9898 MeV*cm2/g)
From formulas :
restricted dEdx = 17.91 MeV/cm (0.9269 MeV*cm2/g)
full dEdx = 61.41 MeV/cm (3.179 MeV*cm2/g)
Leakage : primary = 15.64 MeV +- 2.092 keV secondaries = 38.97 keV +- 2.089 keV
Leakage : primary = 15.64 MeV +- 2.094 keV secondaries = 39.05 keV +- 2.092 keV
Energy balance : edep + eleak = 15.7 MeV
Total track length (charged) in absorber per event = 9.91 um +- 10.83 nm
Total track length (neutral) in absorber per event = 128.7 nm +- 5.139 nm
Total track length (charged) in absorber per event = 9.91 um +- 10.84 nm
Total track length (neutral) in absorber per event = 128.6 nm +- 5.141 nm
Number of steps (charged) in absorber per event = 4.992 +- 0.008911
Number of steps (neutral) in absorber per event = 0.02854 +- 0.0007803
Number of steps (charged) in absorber per event = 4.992 +- 0.008928
Number of steps (neutral) in absorber per event = 0.02852 +- 0.0007806
Number of secondaries per event : Gammas = 0.02842 electrons = 0.02244 positrons = 0
Number of secondaries per event : Gammas = 0.0284 electrons = 0.02242 positrons = 0
Number of events with the primary particle transmitted = 99.98 %
Number of events with at least 1 particle transmitted (same charge as primary) = 99.98 %
@@ -892,13 +892,13 @@ Run Summary
Number of events with at least 1 particle reflected (same charge as primary) = 0.326 %
MultipleScattering:
rms proj angle of transmit primary particle = 35.52 mrad (central part only)
rms proj angle of transmit primary particle = 35.51 mrad (central part only)
computed theta0 (Highland formula) = 35.1 mrad
central part defined as +- 105.3 mrad Tail ratio = 2.917 %
central part defined as +- 105.3 mrad Tail ratio = 2.923 %
--------- Ranecu engine status ---------
Initial seed (index) = 0
Current couple of seeds = 632432492, 569759017
Current couple of seeds = 1686257384, 2124144530
----------------------------------------
#
/run/setCut 10 um
@@ -1279,7 +1279,7 @@ Index : 3 used in the geometry : Yes
--------- Ranecu engine status ---------
Initial seed (index) = 0
Current couple of seeds = 632432492, 569759017
Current couple of seeds = 1686257384, 2124144530
----------------------------------------
--> Event 0 starts.
--> Event 10000 starts.
@@ -1289,30 +1289,30 @@ Index : 3 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 50000
User=4.02s Real=4.03s Sys=0s
User=2.84s Real=2.85s Sys=0s
======================== run summary ======================
The run was 50000 mu+ of 96.2 MeV through 4.74 mm of G4_POLYETHYLENE (density: 940 mg/cm3)
Total energy deposit in absorber per event = 1.049 MeV +- 1.013 keV
Total energy deposit in absorber per event = 1.047 MeV +- 997.2 eV
-----> Mean dE/dx = 2.212 MeV/cm (2.353 MeV*cm2/g)
-----> Mean dE/dx = 2.209 MeV/cm (2.35 MeV*cm2/g)
From formulas :
restricted dEdx = 1.753 MeV/cm (1.865 MeV*cm2/g)
full dEdx = 2.265 MeV/cm (2.409 MeV*cm2/g)
Leakage : primary = 95.12 MeV +- 1.368 keV secondaries = 27.14 keV +- 723.3 eV
Leakage : primary = 95.12 MeV +- 2.327 keV secondaries = 30.57 keV +- 3.007 keV
Energy balance : edep + eleak = 96.2 MeV
Total track length (charged) in absorber per event = 5.175 mm +- 3.87 um
Total track length (neutral) in absorber per event = 22.44 um +- 2.398 um
Total track length (charged) in absorber per event = 5.17 mm +- 3.793 um
Total track length (neutral) in absorber per event = 22.9 um +- 2.41 um
Number of steps (charged) in absorber per event = 12.42 +- 0.04072
Number of steps (neutral) in absorber per event = 0.0093 +- 0.0004607
Number of steps (charged) in absorber per event = 12.38 +- 0.04046
Number of steps (neutral) in absorber per event = 0.00926 +- 0.000452
Number of secondaries per event : Gammas = 0.00878 electrons = 4.049 positrons = 0
Number of secondaries per event : Gammas = 0.0088 electrons = 4.038 positrons = 2e-05
Number of events with the primary particle transmitted = 100 %
Number of events with at least 1 particle transmitted (same charge as primary) = 100 %
@@ -1321,13 +1321,13 @@ Run Summary
Number of events with at least 1 particle reflected (same charge as primary) = 0 %
MultipleScattering:
rms proj angle of transmit primary particle = 7.358 mrad (central part only)
rms proj angle of transmit primary particle = 7.36 mrad (central part only)
computed theta0 (Highland formula) = 7.636 mrad
central part defined as +- 22.91 mrad Tail ratio = 1.312 %
central part defined as +- 22.91 mrad Tail ratio = 1.269 %
--------- Ranecu engine status ---------
Initial seed (index) = 0
Current couple of seeds = 1295298379, 1955258247
Current couple of seeds = 87365084, 1745820432
----------------------------------------
#
/run/setCut 1 mm
@@ -1714,7 +1714,7 @@ Index : 4 used in the geometry : Yes
--------- Ranecu engine status ---------
Initial seed (index) = 0
Current couple of seeds = 1295298379, 1955258247
Current couple of seeds = 87365084, 1745820432
----------------------------------------
--> Event 0 starts.
--> Event 10000 starts.
@@ -1724,30 +1724,30 @@ Index : 4 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 50000
User=1.14s Real=1.14s Sys=0s
User=0.62s Real=0.62s Sys=0s
======================== run summary ======================
The run was 50000 proton of 175 GeV through 8 mm of Aluminium (density: 2.7 g/cm3 )
Total energy deposit in absorber per event = 5.531 MeV +- 400.4 keV
Total energy deposit in absorber per event = 5.529 MeV +- 401.2 keV
-----> Mean dE/dx = 6.91 MeV/cm (2.559 MeV*cm2/g)
-----> Mean dE/dx = 6.908 MeV/cm (2.558 MeV*cm2/g)
From formulas :
restricted dEdx = 4.024 MeV/cm (1.49 MeV*cm2/g)
full dEdx = 6.049 MeV/cm (2.24 MeV*cm2/g)
Leakage : primary = 174.7 GeV +- 400.4 keV secondaries = 0 eV +- 0 eV
Leakage : primary = 174.7 GeV +- 401.2 keV secondaries = 0 eV +- 0 eV
Energy balance : edep + eleak = 174.7 GeV
Total track length (charged) in absorber per event = 8.004 mm +- 0 fm
Total track length (neutral) in absorber per event = 0 fm +- 0 fm
Number of steps (charged) in absorber per event = 1.266 +- 0.00231
Number of steps (charged) in absorber per event = 1.266 +- 0.002307
Number of steps (neutral) in absorber per event = 0 +- 0
Number of secondaries per event : Gammas = 0 electrons = 0.2662 positrons = 0.00066
Number of secondaries per event : Gammas = 0 electrons = 0.2659 positrons = 0.00064
Number of events with the primary particle transmitted = 100 %
Number of events with at least 1 particle transmitted (same charge as primary) = 100 %
@@ -1756,13 +1756,13 @@ Run Summary
Number of events with at least 1 particle reflected (same charge as primary) = 0 %
MultipleScattering:
rms proj angle of transmit primary particle = 0.02057 mrad (central part only)
rms proj angle of transmit primary particle = 0.02055 mrad (central part only)
computed theta0 (Highland formula) = 0.02111 mrad
central part defined as +- 0.06333 mrad Tail ratio = 1.372 %
central part defined as +- 0.06333 mrad Tail ratio = 1.375 %
--------- Ranecu engine status ---------
Initial seed (index) = 0
Current couple of seeds = 1843145966, 1871892065
Current couple of seeds = 1973571615, 2103057534
----------------------------------------
#
/testem/det/setAbsMat Iron
@@ -2150,7 +2150,7 @@ Index : 5 used in the geometry : Yes
--------- Ranecu engine status ---------
Initial seed (index) = 0
Current couple of seeds = 1843145966, 1871892065
Current couple of seeds = 1973571615, 2103057534
----------------------------------------
--> Event 0 starts.
--> Event 10000 starts.
@@ -2160,7 +2160,7 @@ Index : 5 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 50000
User=14.05s Real=14.09s Sys=0.01s
User=13.74s Real=14.07s Sys=0s
======================== run summary ======================
@@ -2194,11 +2194,11 @@ Run Summary
MultipleScattering:
rms proj angle of transmit primary particle = 1.177 mrad (central part only)
computed theta0 (Highland formula) = 1.182 mrad
central part defined as +- 3.545 mrad Tail ratio = 0.618 %
central part defined as +- 3.545 mrad Tail ratio = 0.617 %
--------- Ranecu engine status ---------
Initial seed (index) = 0
Current couple of seeds = 1569610490, 1336610701
Current couple of seeds = 1613027800, 886249695
----------------------------------------
#
G4 kernel has come to Quit state.
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
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=0s Real=0s Sys=0s
User=0s Real=0.02s Sys=0s
Number of process calls ---> GammaToMuPair : 5... write Root file : testem6_0.root - done
... close Root file : testem6_0.root - done
@@ -300,7 +300,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng
Run terminated.
Run Summary
Number of events processed : 5
User=0s Real=0s Sys=0s
User=0s Real=0.01s Sys=0s
Number of process calls ---> ee2hadr : 5 AnnihiToMuPair : 1... write Root file : testem6_1.root - done
... close Root file : testem6_1.root - done
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -509,7 +509,7 @@ Index : 1 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 10000
User=11.44s Real=11.5s Sys=0s
User=7.59s Real=7.79s Sys=0s
The run consists of 10000 proton of 160 MeV through 20 cm of G4_WATER (density: 1 g/cm3 )
@@ -567,28 +567,28 @@ Index : 1 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 1000
User=4.62s Real=4.63s Sys=0.01s
User=3.07s Real=3.16s Sys=0s
The run consists of 1000 C12 of 3.5 GeV through 20 cm of G4_WATER (density: 1 g/cm3 )
Projected Range= 16.492 cm rms= 470.714 um
Mean number of primary steps = 152.11
Projected Range= 16.4916 cm rms= 448.214 um
Mean number of primary steps = 152.402
Total energy deposit= 3.49997 GeV
niel energy deposit = 279.746 keV
niel energy deposit = 278.439 keV
---------------------------------------------------------
Cumulated Doses : Edep Edep/Ebeam Dose
tally 0: 10.9228 GeV 0.31208 % 0.000218753 Gy
tally 1: 12.5577 GeV 0.358793 % 0.000251496 Gy
tally 2: 15.8954 GeV 0.454155 % 0.000318341 Gy
tally 3: 22.6298 GeV 0.646566 % 0.000453212 Gy
tally 0: 11.6123 GeV 0.331779 % 0.000232561 Gy
tally 1: 13.2674 GeV 0.379067 % 0.000265708 Gy
tally 2: 15.8419 GeV 0.452627 % 0.00031727 Gy
tally 3: 24.051 GeV 0.687172 % 0.000481675 Gy
---------------------------------------------------------
--------- Ranecu engine status ---------
Initial seed (index) = 0
Current couple of seeds = 1230679535, 447410323
Current couple of seeds = 1651225650, 1665143184
----------------------------------------
/testem/det/tallyNumber 0
/testem/det/setMat G4_Cu
@@ -962,24 +962,24 @@ Index : 2 used in the geometry : Yes
--------- Ranecu engine status ---------
Initial seed (index) = 0
Current couple of seeds = 1230679535, 447410323
Current couple of seeds = 1651225650, 1665143184
----------------------------------------
--> Event 0 starts.
Run terminated.
Run Summary
Number of events processed : 1000
User=2.06s Real=2.07s Sys=0s
User=1.74s Real=1.75s Sys=0s
The run consists of 1000 kaon+ of 100 MeV through 20 cm of G4_Cu (density: 8.96 g/cm3 )
Projected Range= 2.15414 cm rms= 1.18273 mm
Mean number of primary steps = 20.22
Total energy deposit= 286.415 MeV
Projected Range= 2.15282 cm rms= 1.20964 mm
Mean number of primary steps = 20.238
Total energy deposit= 285.889 MeV
niel energy deposit = 0 eV
--------- Ranecu engine status ---------
Initial seed (index) = 0
Current couple of seeds = 980262501, 301064555
Current couple of seeds = 578592682, 657912297
----------------------------------------
/testem/det/setMat TechVacuum
/gun/particle alpha
@@ -1357,7 +1357,7 @@ Index : 3 used in the geometry : Yes
--------- Ranecu engine status ---------
Initial seed (index) = 0
Current couple of seeds = 980262501, 301064555
Current couple of seeds = 578592682, 657912297
----------------------------------------
--> Event 0 starts.
Run terminated.
@@ -1374,7 +1374,7 @@ Run Summary
--------- Ranecu engine status ---------
Initial seed (index) = 0
Current couple of seeds = 1221377176, 1039818105
Current couple of seeds = 1761180387, 1379095523
----------------------------------------
/testem/det/setMat G4_WATER
/gun/particle alpha
@@ -1750,24 +1750,24 @@ Index : 3 used in the geometry : No
--------- Ranecu engine status ---------
Initial seed (index) = 0
Current couple of seeds = 1221377176, 1039818105
Current couple of seeds = 1761180387, 1379095523
----------------------------------------
--> Event 0 starts.
Run terminated.
Run Summary
Number of events processed : 100
User=0.02s Real=0.02s Sys=0s
User=0.01s Real=0.01s Sys=0s
The run consists of 100 alpha of 100 MeV through 20 cm of G4_WATER (density: 1 g/cm3 )
Projected Range= 6.45742 mm rms= 45.9092 um
Mean number of primary steps = 36.87
Projected Range= 6.4458 mm rms= 42.4584 um
Mean number of primary steps = 36.76
Total energy deposit= 100 MeV
niel energy deposit = 11.6022 keV
niel energy deposit = 11.697 keV
--------- Ranecu engine status ---------
Initial seed (index) = 0
Current couple of seeds = 650621517, 1155761249
Current couple of seeds = 403908668, 1275159654
----------------------------------------
/testem/det/setMat G4_Si
/gun/particle ion
@@ -2152,24 +2152,24 @@ Index : 4 used in the geometry : Yes
--------- Ranecu engine status ---------
Initial seed (index) = 0
Current couple of seeds = 650621517, 1155761249
Current couple of seeds = 403908668, 1275159654
----------------------------------------
--> Event 0 starts.
Run terminated.
Run Summary
Number of events processed : 10
User=14.59s Real=14.74s Sys=0.12s
User=4.78s Real=4.95s Sys=0.04s
The run consists of 10 Xe131 of 1.217 GeV through 20 cm of G4_Si (density: 2.33 g/cm3 )
Projected Range= 126.574 um rms= 27.3571 um
Mean number of primary steps = 88409
Total energy deposit= 1.21696 GeV
niel energy deposit = 6.68763 MeV
Projected Range= 97.066 um rms= 23.4062 um
Mean number of primary steps = 45885.3
Total energy deposit= 1.21691 GeV
niel energy deposit = 6.9188 MeV
--------- Ranecu engine status ---------
Initial seed (index) = 0
Current couple of seeds = 2082027804, 953488413
Current couple of seeds = 1288790559, 2033710354
----------------------------------------
/testem/det/setMat Water_1.05
/gun/particle proton
@@ -2560,28 +2560,28 @@ Index : 5 used in the geometry : Yes
--------- Ranecu engine status ---------
Initial seed (index) = 0
Current couple of seeds = 2082027804, 953488413
Current couple of seeds = 1288790559, 2033710354
----------------------------------------
--> Event 0 starts.
Run terminated.
Run Summary
Number of events processed : 1000
User=1.28s Real=1.29s Sys=0s
User=0.69s Real=0.7s Sys=0s
The run consists of 1000 proton of 160 MeV through 20 cm of Water_1.05 (density: 1.05 g/cm3 )
Projected Range= 16.8999 cm rms= 2.01346 mm
Mean number of primary steps = 179.78
Projected Range= 16.9121 cm rms= 1.80456 mm
Mean number of primary steps = 179.899
Total energy deposit= 160 MeV
niel energy deposit = 101.802 eV
niel energy deposit = 134.242 eV
--------- Ranecu engine status ---------
Initial seed (index) = 0
Current couple of seeds = 1833941176, 1070027610
Current couple of seeds = 1927002782, 1639300653
----------------------------------------
G4 kernel has come to Quit state.
================== Deleting memory pools ===================
Number of memory pools allocated: 10 of which, static: 0
Dynamic pools deleted: 10 / Total memory freed: 47 MB
Dynamic pools deleted: 10 / Total memory freed: 46 MB
============================================================
RunManagerKernel is deleted. Good bye :)
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -577,6 +577,8 @@ ionIoni: for GenericIon SubType= 2
===== EM models for the G4Region DefaultRegionForTheWorld ======
BraggIon : Emin= 0 eV Emax= 2 MeV
BetheBloch : Emin= 2 MeV Emax= 100 TeV
===== EM models for the G4Region GasDetector ======
PAIModel : Emin= 0 eV Emax= 100 TeV deltaVI
msc: for alpha SubType= 10
RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
@@ -590,6 +592,8 @@ ionIoni: for alpha SubType= 2
===== EM models for the G4Region DefaultRegionForTheWorld ======
BraggIon : Emin= 0 eV Emax= 7.9452 MeV
BetheBloch : Emin= 7.9452 MeV Emax= 100 TeV
===== EM models for the G4Region GasDetector ======
PAIModel : Emin= 0 eV Emax= 100 TeV deltaVI
msc: for anti_proton SubType= 10
RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
@@ -871,7 +875,7 @@ Index : 2 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 1000
User=0.15s Real=0.15s Sys=0s
User=0.11s Real=0.11s Sys=0s
RunAction: End of run actions are started 1 Nevt= 1000 Edep= 0.0162951
====================================================
Beam Particle: proton
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -52,8 +52,6 @@ phot: for gamma, applyCuts: 1 SubType= 12 BuildTable= 0
LambdaPrime table from 200 keV to 100 TeV in 61 bins
===== EM models for the G4Region DefaultRegionForTheWorld ======
PhotoElectric : Emin= 0 eV Emax= 100 TeV AngularGenSauterGavrila FluoActive
===== EM models for the G4Region VertexDetector ======
LivermorePhElectric : Emin= 0 eV Emax= 100 TeV AngularGenSauterGavrila FluoActive
compt: for gamma, applyCuts: 1 SubType= 13 BuildTable= 1
Lambda table from 100 eV to 1 MeV, 7 bins per decade, spline: 1
@@ -84,9 +82,11 @@ msc: for e- SubType= 10
UrbanMsc : Emin= 0 eV Emax= 100 MeV Table with 42 bins Emin= 100 eV Emax= 100 MeV
WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Table with 42 bins Emin= 100 MeV Emax= 100 TeV
===== EM models for the G4Region VertexDetector ======
UrbanMsc : Emin= 0 eV Emax= 100 MeV Table with 42 bins Emin= 100 eV Emax= 100 MeV
GoudsmitSaunderson : Emin= 0 eV Emax= 100 MeV Table with 42 bins Emin= 100 eV Emax= 100 MeV
WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Table with 42 bins Emin= 100 MeV Emax= 100 TeV
===== EM models for the G4Region MuonDetector ======
UrbanMsc : Emin= 0 eV Emax= 100 MeV Table with 42 bins Emin= 100 eV Emax= 100 MeV
WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Table with 42 bins Emin= 100 MeV Emax= 100 TeV
eIoni: for e- SubType= 2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
@@ -107,6 +107,10 @@ CoulombScat: for e-, integral: 1 , applyCuts: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 100 TeV, 7 bins per 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
===== EM models for the G4Region VertexDetector ======
eCoulombScattering : Emin= 100 MeV Emax= 100 TeV
===== EM models for the G4Region MuonDetector ======
eCoulombScattering : Emin= 100 MeV Emax= 100 TeV
msc: for e+ SubType= 10
@@ -115,9 +119,11 @@ msc: for e+ SubType= 10
UrbanMsc : Emin= 0 eV Emax= 100 MeV Table with 42 bins Emin= 100 eV Emax= 100 MeV
WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Table with 42 bins Emin= 100 MeV Emax= 100 TeV
===== EM models for the G4Region VertexDetector ======
UrbanMsc : Emin= 0 eV Emax= 100 MeV Table with 42 bins Emin= 100 eV Emax= 100 MeV
GoudsmitSaunderson : Emin= 0 eV Emax= 100 MeV Table with 42 bins Emin= 100 eV Emax= 100 MeV
WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Table with 42 bins Emin= 100 MeV Emax= 100 TeV
===== EM models for the G4Region MuonDetector ======
UrbanMsc : Emin= 0 eV Emax= 100 MeV Table with 42 bins Emin= 100 eV Emax= 100 MeV
WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Table with 42 bins Emin= 100 MeV Emax= 100 TeV
eIoni: for e+ SubType= 2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
@@ -142,6 +148,10 @@ CoulombScat: for e+, integral: 1 , applyCuts: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 100 TeV, 7 bins per 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
===== EM models for the G4Region VertexDetector ======
eCoulombScattering : Emin= 100 MeV Emax= 100 TeV
===== EM models for the G4Region MuonDetector ======
eCoulombScattering : Emin= 100 MeV Emax= 100 TeV
msc: for proton SubType= 10
@@ -497,39 +507,39 @@ Index : 7 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 100
User=1.62s Real=1.62s Sys=0s
User=1.77s Real=1.79s Sys=0s
RunAction: End of run actions are started
HistoManager: End of run actions are started RunID# 0
=================================================================
Number of events 100
Average number of e- 402.6
Average number of gamma 639.1
Average number of e+ 48.4
Average number of steps 2951
Edep 1x1 = 0.831 +- 0.002834 res= 3.411 % 100
Edep 3x3 = 0.9584 +- 0.00124 res= 1.294 % 100
Edep 5x5 = 0.9797 +- 0.0009971 res= 1.018 % 100
Average number of e- 401.9
Average number of gamma 639
Average number of e+ 48.31
Average number of steps 2935
Edep 1x1 = 0.8319 +- 0.003156 res= 3.794 % 100
Edep 3x3 = 0.9579 +- 0.001528 res= 1.595 % 100
Edep 5x5 = 0.9793 +- 0.001252 res= 1.278 % 100
=========== Ratios without trancating ===========================
E1/E9 = 0.867 +- 0.002526
E1/E25 = 0.8482 +- 0.002643
E9/E25 = 0.9783 +- 0.0007847
E1/E9 = 0.8684 +- 0.002692
E1/E25 = 0.8494 +- 0.002756
E9/E25 = 0.9781 +- 0.0009556
Beam Energy 1 GeV
==================================================================
<<<<<ACCEPTANCE>>>>> 100 events for Crystal Calorimeter
Edep1x1: 0.831 delEdep1x1= -0.169 nrms= -1.69
Erms1x1: 0.02834 delErms1x1= -0.9717 nrms= -9.717
Edep3x3: 0.9584 delEdep3x3= -0.04165 nrms= -0.4165
Erms3x3: 0.0124 delErms3x3= -0.9876 nrms= -9.876
Edep5x5: 0.9797 delEdep5x5= -0.02034 nrms= -0.2034
Erms5x5: 0.009971 delErms5x5= -0.99 nrms= -9.9
Edep1x1: 0.8319 delEdep1x1= -0.1681 nrms= -1.681
Erms1x1: 0.03156 delErms1x1= -0.9684 nrms= -9.684
Edep3x3: 0.9579 delEdep3x3= -0.04213 nrms= -0.4213
Erms3x3: 0.01528 delErms3x3= -0.9847 nrms= -9.847
Edep5x5: 0.9793 delEdep5x5= -0.02072 nrms= -0.2072
Erms5x5: 0.01252 delErms5x5= -0.9875 nrms= -9.875
<<<<<END>>>>> IS ACCEPTED
Z bremsstrahlung photoeffect compton conversion
13 0 0 156 0
53 259 41 0 46
55 282 48 0 47
13 0 0 155 0
53 261 41 0 45
55 280 48 0 49
#
/testem/det/acceptance1 0.0136 0.0001 500
/testem/det/acceptance9 0.0139 0.0001 500
@@ -607,22 +617,22 @@ Index : 7 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 1000
User=2.57s Real=2.58s Sys=0.01s
User=2.47s Real=2.49s Sys=0s
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.86
Average number of gamma 66.96
Average number of e+ 3.733
Average number of steps 445.7
Edep 1x1 = 0.01457 +- 0.0003715
Edep 3x3 = 0.01494 +- 0.0004103
Edep 5x5 = 0.015 +- 0.0004153
Average number of e- 75.1
Average number of gamma 73.3
Average number of e+ 4.238
Average number of steps 474.2
Edep 1x1 = 0.01475 +- 0.0004408
Edep 3x3 = 0.01518 +- 0.0004927
Edep 5x5 = 0.01526 +- 0.0005008
=========== Ratios without trancating ===========================
E1/E9 = 0.9836 +- 0.000714
E1/E25 = 0.9807 +- 0.0007997
E9/E25 = 0.9971 +- 0.0001825
E1/E9 = 0.983 +- 0.0007771
E1/E25 = 0.98 +- 0.0008873
E9/E25 = 0.9968 +- 0.0002145
Beam Energy 20 GeV
==================================================================
@@ -666,8 +676,6 @@ phot: for gamma, applyCuts: 1 SubType= 12 BuildTable= 0
LambdaPrime table from 200 keV to 100 TeV in 61 bins
===== EM models for the G4Region DefaultRegionForTheWorld ======
PhotoElectric : Emin= 0 eV Emax= 100 TeV AngularGenSauterGavrila FluoActive
===== EM models for the G4Region VertexDetector ======
LivermorePhElectric : Emin= 0 eV Emax= 100 TeV AngularGenSauterGavrila FluoActive
compt: for gamma, applyCuts: 1 SubType= 13 BuildTable= 1
Lambda table from 100 eV to 1 MeV, 7 bins per decade, spline: 1
@@ -698,9 +706,11 @@ msc: for e- SubType= 10
UrbanMsc : Emin= 0 eV Emax= 100 MeV Table with 42 bins Emin= 100 eV Emax= 100 MeV
WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Table with 42 bins Emin= 100 MeV Emax= 100 TeV
===== EM models for the G4Region VertexDetector ======
UrbanMsc : Emin= 0 eV Emax= 100 MeV Table with 42 bins Emin= 100 eV Emax= 100 MeV
GoudsmitSaunderson : Emin= 0 eV Emax= 100 MeV Table with 42 bins Emin= 100 eV Emax= 100 MeV
WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Table with 42 bins Emin= 100 MeV Emax= 100 TeV
===== EM models for the G4Region MuonDetector ======
UrbanMsc : Emin= 0 eV Emax= 100 MeV Table with 42 bins Emin= 100 eV Emax= 100 MeV
WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Table with 42 bins Emin= 100 MeV Emax= 100 TeV
eIoni: for e- SubType= 2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
@@ -721,6 +731,10 @@ CoulombScat: for e-, integral: 1 , applyCuts: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 100 TeV, 7 bins per 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
===== EM models for the G4Region VertexDetector ======
eCoulombScattering : Emin= 100 MeV Emax= 100 TeV
===== EM models for the G4Region MuonDetector ======
eCoulombScattering : Emin= 100 MeV Emax= 100 TeV
msc: for e+ SubType= 10
@@ -729,9 +743,11 @@ msc: for e+ SubType= 10
UrbanMsc : Emin= 0 eV Emax= 100 MeV Table with 42 bins Emin= 100 eV Emax= 100 MeV
WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Table with 42 bins Emin= 100 MeV Emax= 100 TeV
===== EM models for the G4Region VertexDetector ======
UrbanMsc : Emin= 0 eV Emax= 100 MeV Table with 42 bins Emin= 100 eV Emax= 100 MeV
GoudsmitSaunderson : Emin= 0 eV Emax= 100 MeV Table with 42 bins Emin= 100 eV Emax= 100 MeV
WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Table with 42 bins Emin= 100 MeV Emax= 100 TeV
===== EM models for the G4Region MuonDetector ======
UrbanMsc : Emin= 0 eV Emax= 100 MeV Table with 42 bins Emin= 100 eV Emax= 100 MeV
WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Table with 42 bins Emin= 100 MeV Emax= 100 TeV
eIoni: for e+ SubType= 2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
@@ -756,6 +772,10 @@ CoulombScat: for e+, integral: 1 , applyCuts: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 100 TeV, 7 bins per 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
===== EM models for the G4Region VertexDetector ======
eCoulombScattering : Emin= 100 MeV Emax= 100 TeV
===== EM models for the G4Region MuonDetector ======
eCoulombScattering : Emin= 100 MeV Emax= 100 TeV
msc: for proton SubType= 10
@@ -1111,22 +1131,22 @@ Index : 7 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 100
User=1.26s Real=1.27s Sys=0s
User=1.2s Real=1.22s Sys=0s
RunAction: End of run actions are started
HistoManager: End of run actions are started RunID# 2
=================================================================
Number of events 100
Average number of e- 169.8
Average number of gamma 220.5
Average number of e+ 46.77
Average number of steps 1824
Edep 1x1 = 0.8323 +- 0.003977 res= 4.779 % 100
Edep 3x3 = 0.9576 +- 0.003537 res= 3.694 % 100
Edep 5x5 = 0.9782 +- 0.003546 res= 3.625 % 100
Average number of e- 172.6
Average number of gamma 221.5
Average number of e+ 47.17
Average number of steps 1832
Edep 1x1 = 0.8369 +- 0.003966 res= 4.739 % 100
Edep 3x3 = 0.9612 +- 0.003515 res= 3.657 % 100
Edep 5x5 = 0.9811 +- 0.003431 res= 3.497 % 100
=========== Ratios without trancating ===========================
E1/E9 = 0.8692 +- 0.002999
E1/E25 = 0.851 +- 0.003134
E9/E25 = 0.979 +- 0.0009744
E1/E9 = 0.8708 +- 0.002784
E1/E25 = 0.8531 +- 0.002962
E9/E25 = 0.9797 +- 0.0008941
Beam Energy 1 GeV
==================================================================
@@ -1170,8 +1190,6 @@ phot: for gamma, applyCuts: 1 SubType= 12 BuildTable= 0
LambdaPrime table from 200 keV to 100 TeV in 61 bins
===== EM models for the G4Region DefaultRegionForTheWorld ======
PhotoElectric : Emin= 0 eV Emax= 100 TeV AngularGenSauterGavrila FluoActive
===== EM models for the G4Region VertexDetector ======
LivermorePhElectric : Emin= 0 eV Emax= 100 TeV AngularGenSauterGavrila FluoActive
compt: for gamma, applyCuts: 1 SubType= 13 BuildTable= 1
Lambda table from 100 eV to 1 MeV, 7 bins per decade, spline: 1
@@ -1202,9 +1220,11 @@ msc: for e- SubType= 10
UrbanMsc : Emin= 0 eV Emax= 100 MeV Table with 42 bins Emin= 100 eV Emax= 100 MeV
WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Table with 42 bins Emin= 100 MeV Emax= 100 TeV
===== EM models for the G4Region VertexDetector ======
UrbanMsc : Emin= 0 eV Emax= 100 MeV Table with 42 bins Emin= 100 eV Emax= 100 MeV
GoudsmitSaunderson : Emin= 0 eV Emax= 100 MeV Table with 42 bins Emin= 100 eV Emax= 100 MeV
WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Table with 42 bins Emin= 100 MeV Emax= 100 TeV
===== EM models for the G4Region MuonDetector ======
UrbanMsc : Emin= 0 eV Emax= 100 MeV Table with 42 bins Emin= 100 eV Emax= 100 MeV
WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Table with 42 bins Emin= 100 MeV Emax= 100 TeV
eIoni: for e- SubType= 2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
@@ -1225,6 +1245,10 @@ CoulombScat: for e-, integral: 1 , applyCuts: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 100 TeV, 7 bins per 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
===== EM models for the G4Region VertexDetector ======
eCoulombScattering : Emin= 100 MeV Emax= 100 TeV
===== EM models for the G4Region MuonDetector ======
eCoulombScattering : Emin= 100 MeV Emax= 100 TeV
msc: for e+ SubType= 10
@@ -1233,9 +1257,11 @@ msc: for e+ SubType= 10
UrbanMsc : Emin= 0 eV Emax= 100 MeV Table with 42 bins Emin= 100 eV Emax= 100 MeV
WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Table with 42 bins Emin= 100 MeV Emax= 100 TeV
===== EM models for the G4Region VertexDetector ======
UrbanMsc : Emin= 0 eV Emax= 100 MeV Table with 42 bins Emin= 100 eV Emax= 100 MeV
GoudsmitSaunderson : Emin= 0 eV Emax= 100 MeV Table with 42 bins Emin= 100 eV Emax= 100 MeV
WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Table with 42 bins Emin= 100 MeV Emax= 100 TeV
===== EM models for the G4Region MuonDetector ======
UrbanMsc : Emin= 0 eV Emax= 100 MeV Table with 42 bins Emin= 100 eV Emax= 100 MeV
WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Table with 42 bins Emin= 100 MeV Emax= 100 TeV
eIoni: for e+ SubType= 2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
@@ -1260,6 +1286,10 @@ CoulombScat: for e+, integral: 1 , applyCuts: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 100 TeV, 7 bins per 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
===== EM models for the G4Region VertexDetector ======
eCoulombScattering : Emin= 100 MeV Emax= 100 TeV
===== EM models for the G4Region MuonDetector ======
eCoulombScattering : Emin= 100 MeV Emax= 100 TeV
msc: for proton SubType= 10
@@ -1615,22 +1645,22 @@ Index : 7 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 100
User=1.67s Real=1.67s Sys=0s
User=1.71s Real=1.77s Sys=0s
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.2
Average number of gamma 361.2
Average number of e+ 47.1
Average number of steps 1968
Edep 1x1 = 0.8306 +- 0.003578 res= 4.307 % 100
Edep 3x3 = 0.9584 +- 0.003325 res= 3.469 % 100
Edep 5x5 = 0.9812 +- 0.003357 res= 3.422 % 100
Average number of e- 171.9
Average number of gamma 359.1
Average number of e+ 47
Average number of steps 1980
Edep 1x1 = 0.8298 +- 0.003736 res= 4.502 % 100
Edep 3x3 = 0.9597 +- 0.003305 res= 3.444 % 100
Edep 5x5 = 0.9807 +- 0.003426 res= 3.493 % 100
=========== Ratios without trancating ===========================
E1/E9 = 0.867 +- 0.002999
E1/E25 = 0.8468 +- 0.00319
E9/E25 = 0.9767 +- 0.001136
E1/E9 = 0.8648 +- 0.002977
E1/E25 = 0.8463 +- 0.003196
E9/E25 = 0.9786 +- 0.001021
Beam Energy 1 GeV
==================================================================
@@ -1638,6 +1668,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.17 MB
Dynamic pools deleted: 9 / Total memory freed: 0.082 MB
============================================================
RunManagerKernel is deleted. Good bye :)
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
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 0x724640
creating G4RunManagerKernel 0xe07600
The materials defined are :
@@ -83,15 +83,15 @@ Current application state is PreInit
Warning : Geant4 kernel is not Init state : Assuming Init state.
physicsList->Construct() start.
G4Transportation constructor> set fShortStepOptimisation to false
0x972a70G4ErrorPhysicsList:: particle process manager e+ = 0x975040
0x972920G4ErrorPhysicsList:: particle process manager e- = 0x976ad0
0x9727d0G4ErrorPhysicsList:: particle process manager gamma = 0x976d00
0x973d70G4ErrorPhysicsList:: particle process manager geantino = 0x976f50
0x972c50G4ErrorPhysicsList:: particle process manager mu+ = 0x9771a0
0x972fb0G4ErrorPhysicsList:: particle process manager mu- = 0x9773f0
0x973380G4ErrorPhysicsList:: particle process manager pi+ = 0x977640
0x973760G4ErrorPhysicsList:: particle process manager pi- = 0x977890
0x973b40G4ErrorPhysicsList:: particle process manager proton = 0x977ae0
0x1007770G4ErrorPhysicsList:: particle process manager e+ = 0x1009c70
0x1007590G4ErrorPhysicsList:: particle process manager e- = 0x100b700
0x1007440G4ErrorPhysicsList:: particle process manager gamma = 0x100b930
0x10089a0G4ErrorPhysicsList:: particle process manager geantino = 0x100bb80
0x1007950G4ErrorPhysicsList:: particle process manager mu+ = 0x100bdd0
0x1007be0G4ErrorPhysicsList:: particle process manager mu- = 0x100c020
0x1007fb0G4ErrorPhysicsList:: particle process manager pi+ = 0x100c270
0x1008390G4ErrorPhysicsList:: particle process manager pi- = 0x100c4c0
0x1008770G4ErrorPhysicsList:: particle process manager proton = 0x100c710
physicsList->CheckParticleList() start.
physicsList->setCut() start.
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
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-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -107,7 +107,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng
Run terminated.
Run Summary
Number of events processed : 1
User=0.01s Real=0s Sys=0s
User=0s Real=0s Sys=0s
#
/tracking/verbose 0
/run/beamOn 5
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -87,7 +87,7 @@ Index : 0 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 100000
User=0.42s Real=0.43s Sys=0s
User=0.25s Real=0.25s Sys=0s
... write Root file : run2.root - done
... close Root file : run2.root - done
G4 kernel has come to Quit state.
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -88,7 +88,7 @@ Index : 0 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 100000
User=0.63s Real=0.63s Sys=0s
User=0.25s Real=0.25s Sys=0s
... write Root file : run3.root - done
... close Root file : run3.root - done
G4 kernel has come to Quit state.
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -103,7 +103,7 @@ Index : 0 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 1000000
User=7.44s Real=7.45s Sys=0s
User=3.56s Real=3.58s Sys=0s
... write Root file : run4.root - done
... close Root file : run4.root - done
G4 kernel has come to Quit state.
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -91,7 +91,7 @@ Index : 0 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 100000
User=0.65s Real=0.65s Sys=0.01s
User=0.57s Real=0.58s Sys=0s
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-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
File diff suppressed because it is too large Load Diff
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -793,7 +793,7 @@ Max 2J for sampling of angular correlations 10
--> Event 90 starts.
The run consists of 100 monopole of 100 GeV through 10 cm of G4_Si (density: 2.33 g/cm3 )
Projected Range= 7.7473 cm rms= 94.936 um
Projected Range= 7.748 cm rms= 101.85 um
### Stopping Powers
E(MeV)= 0.001 dedxp(MeV/mm)= 24.465 dedxmp(MeV/mm)= 1.2659
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
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-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -1479,7 +1479,7 @@ Terminate current event processing.
Run terminated.
Run Summary
Number of events processed : 1
User=0.04s Real=0.05s Sys=0.01s
User=0.05s Real=0.06s Sys=0s
Sum NoMT: 0
Sum NoMRT: 0
Sum NoMRCondition: 0
@@ -1500,7 +1500,7 @@ Graphics systems deleted.
Visualization Manager deleting...
G4 kernel has come to Quit state.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Maximum number of tracks in the urgent stack : 1
Maximum number of tracks in the urgent stack : -1
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
================== Deleting memory pools ===================
Number of memory pools allocated: 9 of which, static: 0
+3 -3
View File
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -1000,7 +1000,7 @@ Step# X Y Z Direction x dir y dir
Run terminated.
Run Summary
Number of events processed : 1
User=0.01s Real=0.01s Sys=0s
User=0s Real=0s Sys=0s
WARNING: command "/vis/viewer/update" could not be applied: no current viewer.
========= Table of registered couples ==============================
@@ -1185,7 +1185,7 @@ WARNING: Scene "none" not found.
Run terminated.
Run Summary
Number of events processed : 100
User=0s Real=0s Sys=0s
User=0s Real=0.01s Sys=0s
WARNING: command "/vis/viewer/update" could not be applied: no current viewer.
Graphics systems deleted.
Visualization Manager deleting...
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -1006,7 +1006,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng
Run terminated.
Run Summary
Number of events processed : 1
User=0.01s Real=0s Sys=0s
User=0s Real=0s Sys=0s
WARNING: command "/vis/viewer/update" could not be applied: no current viewer.
========= Table of registered couples ==============================
@@ -1028,7 +1028,7 @@ WARNING: Scene "none" not found.
Run terminated.
Run Summary
Number of events processed : 100
User=0.01s Real=0.02s Sys=0s
User=0.01s Real=0.01s Sys=0s
WARNING: command "/vis/viewer/update" could not be applied: no current viewer.
Set field value to (0,0,1000) Gauss
+2 -2
View File
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -11819,5 +11819,5 @@ Terminate current event processing.
Graphics systems deleted.
Visualization Manager deleting...
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Maximum number of tracks in the urgent stack : 1
Maximum number of tracks in the urgent stack : -1
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+1 -1
View File
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
+3 -3
View File
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -2301,13 +2301,13 @@ Terminate current event processing.
Run terminated.
Run Summary
Number of events processed : 1
User=0.03s Real=0.04s Sys=0.01s
User=0.01s Real=0.02s Sys=0.01s
#
Graphics systems deleted.
Visualization Manager deleting...
G4 kernel has come to Quit state.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Maximum number of tracks in the urgent stack : 1
Maximum number of tracks in the urgent stack : -1
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
================== Deleting memory pools ===================
Number of memory pools allocated: 9 of which, static: 0
@@ -7,7 +7,7 @@ evaluating -m
############################################
**************************************************************
Geant4 version Name: geant4-10-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -1062,7 +1062,7 @@ Index : 0 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 1
User=0s Real=0s Sys=0s
User=0.01s Real=0s Sys=0s
Region <DefaultRegionForTheWorld> -- -- appears in <HALL> world volume
This region is in the mass world.
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -6,7 +6,7 @@ MT RNG Seed: 62737819
############################################
**************************************************************
Geant4 version Name: geant4-10-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -1147,151 +1147,151 @@ Shooting event 1
Emission Location: r: (4.45494,0,466.79)
Emission Direction: r: (-0.97197,-0.108229,-0.208711)
Shooting event 2
Emission Location: r: (1.60025,0,481.543)
Emission Direction: r: (0.617127,0.721044,0.315038)
Emission Location: r: (2.16725,0,459.501)
Emission Direction: r: (0.244968,-0.939393,0.239859)
Shooting event 3
Emission Location: r: (3.47905,0,449.989)
Emission Direction: r: (0.725437,0.333113,-0.60231)
Emission Location: r: (0.99181,0,484.766)
Emission Direction: r: (0.707271,-0.505943,-0.49375)
Shooting event 4
Emission Location: r: (0.130584,0,452.674)
Emission Direction: r: (-0.374205,0.332515,0.865681)
Emission Location: r: (0.61904,0,439.298)
Emission Direction: r: (-0.166203,0.676929,0.717038)
Shooting event 5
Emission Location: r: (0.528101,0,462.431)
Emission Direction: r: (-0.435618,-0.305253,-0.846793)
Emission Location: r: (2.50915,0,468.065)
Emission Direction: r: (0.717557,-0.0652228,0.693439)
Shooting event 6
Emission Location: r: (0.598728,0,439.891)
Emission Direction: r: (-0.0131079,0.993327,-0.114585)
Emission Location: r: (1.43203,0,447.804)
Emission Direction: r: (-0.822895,0.552398,0.13304)
Shooting event 7
Emission Location: r: (1.1915,0,458.035)
Emission Direction: r: (-0.988836,-0.148611,-0.0108457)
Emission Location: r: (1.69793,0,485.63)
Emission Direction: r: (-0.549562,0.825396,0.129242)
Shooting event 8
Emission Location: r: (2.3031,0,477.305)
Emission Direction: r: (-0.925991,-0.0744463,0.370133)
Emission Location: r: (0.80307,0,478.311)
Emission Direction: r: (-0.179827,0.548906,-0.816312)
Shooting event 9
Emission Location: r: (0.0587457,0,445.043)
Emission Direction: r: (0.00851776,0.274779,0.96147)
Emission Location: r: (2.5894,0,447.251)
Emission Direction: r: (-0.574025,-0.673182,-0.466177)
Shooting event 10
Emission Location: r: (3.10809,0,443.055)
Emission Direction: r: (-0.585125,-0.429918,0.687604)
Emission Location: r: (3.10835,0,435.233)
Emission Direction: r: (0.451355,0.857877,-0.245614)
Shooting event 11
Emission Location: r: (4.56758,0,454.142)
Emission Direction: r: (-0.260048,0.346409,0.901319)
Emission Location: r: (3.28587,0,456.574)
Emission Direction: r: (-0.22568,0.968107,0.108802)
Shooting event 12
Emission Location: r: (2.96109,0,476.242)
Emission Direction: r: (0.578458,0.711016,0.399804)
Emission Location: r: (2.67392,0,442.141)
Emission Direction: r: (0.776429,-0.600636,-0.190773)
Shooting event 13
Emission Location: r: (0.23083,0,469.831)
Emission Direction: r: (-0.143863,-0.565867,0.811849)
Emission Location: r: (3.27153,0,483.543)
Emission Direction: r: (0.783641,0.602116,-0.152849)
Shooting event 14
Emission Location: r: (2.52242,0,457.966)
Emission Direction: r: (-0.282884,0.944831,-0.16514)
Emission Location: r: (0.73031,0,464.552)
Emission Direction: r: (0.236744,-0.0568415,-0.969908)
Shooting event 15
Emission Location: r: (2.29031,0,466.298)
Emission Direction: r: (0.581439,0.736454,-0.34578)
Emission Location: r: (0.733019,0,463.596)
Emission Direction: r: (-0.864497,-0.0218552,0.502162)
Shooting event 16
Emission Location: r: (2.77028,0,475.925)
Emission Direction: r: (-0.541734,-0.0741242,0.837275)
Emission Location: r: (0.898677,0,465.329)
Emission Direction: r: (0.542839,0.836406,-0.0758332)
Shooting event 17
Emission Location: r: (0.0793387,0,447.762)
Emission Direction: r: (0.692883,-0.0880587,0.715653)
Emission Location: r: (3.50762,0,439.178)
Emission Direction: r: (-0.602954,-0.313613,-0.733548)
Shooting event 18
Emission Location: r: (2.13546,0,440.559)
Emission Direction: r: (-0.544907,-0.734962,-0.403618)
Emission Location: r: (4.55529,0,452.979)
Emission Direction: r: (0.692462,0.10217,-0.714183)
Shooting event 19
Emission Location: r: (3.08076,0,459.888)
Emission Direction: r: (-0.771819,-0.332854,0.54176)
Emission Location: r: (1.32808,0,455.153)
Emission Direction: r: (0.795606,0.594817,0.11491)
Shooting event 20
Emission Location: r: (2.43752,0,439.287)
Emission Direction: r: (0.884249,-0.164251,0.43718)
Emission Location: r: (4.66057,0,456.57)
Emission Direction: r: (0.521703,-0.694703,-0.495191)
Shooting event 21
Emission Location: r: (2.29173,0,456.596)
Emission Direction: r: (-0.727027,-0.132971,-0.67361)
Emission Location: r: (0.629111,0,451.557)
Emission Direction: r: (0.893477,-0.382658,-0.235099)
Shooting event 22
Emission Location: r: (0.999455,0,435.95)
Emission Direction: r: (-0.00193817,-0.280233,-0.95993)
Emission Location: r: (1.74226,0,477.687)
Emission Direction: r: (-0.937845,0.249263,-0.241483)
Shooting event 23
Emission Location: r: (1.71431,0,448.451)
Emission Direction: r: (0.9653,0.131424,0.225663)
Emission Location: r: (1.50181,0,482.018)
Emission Direction: r: (0.55138,0.80992,-0.200025)
Shooting event 24
Emission Location: r: (0.681173,0,445.541)
Emission Direction: r: (0.702874,-0.555826,-0.443875)
Emission Location: r: (1.18298,0,456.838)
Emission Direction: r: (0.980988,-0.116072,-0.155531)
Shooting event 25
Emission Location: r: (0.902784,0,471.257)
Emission Direction: r: (-0.579101,0.499341,0.644439)
Emission Location: r: (0.945523,0,477.005)
Emission Direction: r: (-0.8573,0.46965,-0.210867)
Shooting event 26
Emission Location: r: (3.72366,0,443.589)
Emission Direction: r: (0.474992,-0.154753,-0.866276)
Emission Location: r: (2.96877,0,468.604)
Emission Direction: r: (0.737051,-0.178041,-0.651964)
Shooting event 27
Emission Location: r: (0.261452,0,445.205)
Emission Direction: r: (-0.929126,-0.36063,0.0816714)
Emission Location: r: (3.69345,0,470.617)
Emission Direction: r: (0.395191,0.917301,-0.048814)
Shooting event 28
Emission Location: r: (3.8973,0,435.894)
Emission Direction: r: (-0.22496,0.175854,0.958368)
Emission Location: r: (5.05346,0,482.368)
Emission Direction: r: (0.70597,0.477364,-0.523192)
Shooting event 29
Emission Location: r: (0.202275,0,437.071)
Emission Direction: r: (-0.334232,-0.182066,-0.924738)
Emission Location: r: (4.55339,0,481.399)
Emission Direction: r: (0.691941,0.0826806,0.717204)
Shooting event 30
Emission Location: r: (0.47256,0,460.5)
Emission Direction: r: (0.812518,0.431472,-0.391978)
Emission Location: r: (1.04565,0,448.537)
Emission Direction: r: (-0.95587,-0.231299,-0.181143)
Shooting event 31
Emission Location: r: (2.82614,0,468.665)
Emission Direction: r: (0.560934,-0.735832,0.379347)
Emission Location: r: (2.57103,0,445.048)
Emission Direction: r: (0.895422,0.137397,-0.423487)
Shooting event 32
Emission Location: r: (4.73519,0,455.763)
Emission Direction: r: (-0.2347,-0.223303,0.946072)
Emission Location: r: (3.61647,0,467.068)
Emission Direction: r: (0.434561,-0.789546,0.433329)
Shooting event 33
Emission Location: r: (4.59689,0,444.402)
Emission Direction: r: (0.398318,-0.803603,-0.442228)
Emission Location: r: (0.861123,0,453.379)
Emission Direction: r: (0.538996,0.246709,-0.805368)
Shooting event 34
Emission Location: r: (1.44008,0,452.375)
Emission Direction: r: (-0.739351,0.3858,0.551832)
Emission Location: r: (1.33371,0,464)
Emission Direction: r: (-0.224864,-0.445182,-0.866746)
Shooting event 35
Emission Location: r: (1.96714,0,447.2)
Emission Direction: r: (0.323498,-0.513579,0.794724)
Emission Location: r: (2.05357,0,443.093)
Emission Direction: r: (0.620767,-0.744405,-0.245988)
Shooting event 36
Emission Location: r: (0.0020354,0,474.414)
Emission Direction: r: (0.702457,0.0621909,-0.709004)
Emission Location: r: (0.468119,0,482.251)
Emission Direction: r: (0.141869,0.81785,0.557669)
Shooting event 37
Emission Location: r: (4.11733,0,437.99)
Emission Direction: r: (0.679937,-0.330183,0.654725)
Emission Location: r: (3.32918,0,469.962)
Emission Direction: r: (0.517344,-0.820361,0.243645)
Shooting event 38
Emission Location: r: (1.76645,0,454.469)
Emission Direction: r: (0.982256,0.0362686,-0.184005)
Emission Location: r: (4.09524,0,473.05)
Emission Direction: r: (0.658524,-0.39108,-0.642964)
Shooting event 39
Emission Location: r: (1.30274,0,476.686)
Emission Direction: r: (-0.350589,-0.737207,-0.577592)
Emission Location: r: (0.413636,0,459.136)
Emission Direction: r: (0.787739,-0.325148,-0.523208)
Shooting event 40
Emission Location: r: (4.74308,0,466.255)
Emission Direction: r: (0.491323,0.0314702,0.870409)
Emission Location: r: (2.44949,0,472.796)
Emission Direction: r: (0.393416,-0.627374,-0.672031)
Shooting event 41
Emission Location: r: (3.73708,0,442.568)
Emission Direction: r: (-0.416217,0.825987,0.380143)
Emission Location: r: (2.44166,0,439.529)
Emission Direction: r: (0.51858,-0.763,-0.385884)
Shooting event 42
Emission Location: r: (3.51289,0,436.772)
Emission Direction: r: (0.556413,0.47077,0.684676)
Emission Location: r: (2.38444,0,462.632)
Emission Direction: r: (-0.627785,0.259726,-0.733777)
Shooting event 43
Emission Location: r: (3.35046,0,475.082)
Emission Direction: r: (0.628166,0.333328,-0.703064)
Emission Location: r: (1.51742,0,439.467)
Emission Direction: r: (0.538508,0.0263599,0.842208)
Shooting event 44
Emission Location: r: (0.198419,0,482.576)
Emission Direction: r: (-0.64759,0.627308,-0.432563)
Emission Location: r: (3.40547,0,446.061)
Emission Direction: r: (-0.0066387,0.842123,0.539245)
Shooting event 45
Emission Location: r: (2.04474,0,437.019)
Emission Direction: r: (0.896481,0.0303223,0.442044)
Emission Location: r: (0.4133,0,472.405)
Emission Direction: r: (-0.580123,-0.769981,0.265681)
Shooting event 46
Emission Location: r: (0.581572,0,472.808)
Emission Direction: r: (-0.678531,0.62371,-0.388048)
Emission Location: r: (3.29729,0,480.724)
Emission Direction: r: (-0.567211,-0.27753,0.775402)
Shooting event 47
Emission Location: r: (3.29072,0,472.581)
Emission Direction: r: (-0.0333523,0.924015,-0.3809)
Emission Location: r: (3.63095,0,442.64)
Emission Direction: r: (-0.512462,0.779594,0.360023)
Shooting event 48
Emission Location: r: (4.04182,0,452.247)
Emission Direction: r: (-0.491336,0.72419,0.483877)
Emission Location: r: (1.98188,0,449.676)
Emission Direction: r: (-0.69289,-0.444226,0.56795)
Shooting event 49
Emission Location: r: (0.155948,0,451.406)
Emission Direction: r: (0.723807,0.392594,-0.567427)
Emission Location: r: (1.63597,0,445.186)
Emission Direction: r: (-0.604069,0.769749,-0.206367)
Shooting event 50
Emission Location: r: (4.43392,0,435.008)
Emission Direction: r: (0.12652,0.959774,-0.250652)
Emission Location: r: (1.73937,0,444.321)
Emission Direction: r: (-0.251747,-0.345485,0.904026)
Graphics systems deleted.
Visualization Manager deleting...
+3 -3
View File
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -812,7 +812,7 @@ EventAction: Event # 0 started
Run terminated.
Run Summary
Number of events processed : 10
User=0.05s Real=0.1s Sys=0s
User=0.06s Real=0.1s Sys=0.01s
RunAction: End of run actions are started
HistoManager: End of run actions are started
### Fill Cross Sections for proton off Al
@@ -1624,6 +1624,6 @@ HistoManager: End of run actions are started
G4 kernel has come to Quit state.
================== Deleting memory pools ===================
Number of memory pools allocated: 11 of which, static: 0
Dynamic pools deleted: 11 / Total memory freed: 0.05 MB
Dynamic pools deleted: 11 / Total memory freed: 0.037 MB
============================================================
RunManagerKernel is deleted. Good bye :)
+24 -24
View File
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -808,7 +808,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics
100.00 10k 1 197 200 0.00 Check
### Run 0 starts.
### Run 0 start
RunAction::BeginOfRunAction: User=1.05s Real=1.09s Sys=0.02s
RunAction::BeginOfRunAction: User=1.01s Real=1.3s Sys=0.01s
NuclearData: User=0s Real=0s Sys=0s
EventAction: Event # 0 started
EventAction: Event # 10 started
@@ -823,33 +823,33 @@ EventAction: Event # 90 started
Run terminated.
Run Summary
Number of events processed : 100
User=0.23s Real=0.24s Sys=0s
User=0.16s Real=0.21s Sys=0s
RunAction: End of run actions are started
HistoManager: End of run actions are started
========================================================
Beam particle proton
Beam Energy(MeV) 3000
Number of events 100
Average energy deposit (MeV) 77.13 RMS(MeV) 71.81
Average number of steps 222.8
Average number of gamma 1.92
Average number of e- 3.93
Average number of e+ 0.08
Average number of neutrons 1.61
Average number of protons 1.46
Average energy deposit (MeV) 71.54 RMS(MeV) 66.03
Average number of steps 216
Average number of gamma 1.77
Average number of e- 3.79
Average number of e+ 0.07
Average number of neutrons 1.29
Average number of protons 1.29
Average number of antiprotons 0
Average number of pi+ & pi- 0.35
Average number of pi0 0.19
Average number of pi+ & pi- 0.28
Average number of pi0 0.21
Average number of kaons 0
Average number of muons 0.02
Average number of deuterons+tritons 0.31
Average number of He3+alpha 0.52
Average number of muons 0
Average number of deuterons+tritons 0.33
Average number of He3+alpha 0.24
Average number of ions 0.53
Average number of forward neutrons 0.29
Average number of reflected neutrons 1.25
Average number of leaked neutrons 0.02
Average number of proton leak 0.64
Average number of pion leak 0.31
Average number of forward neutrons 0.18
Average number of reflected neutrons 0.97
Average number of leaked neutrons 0.04
Average number of proton leak 0.59
Average number of pion leak 0.25
========================================================
#
@@ -863,22 +863,22 @@ G4SDManager deleted.
EventManager deleted.
Units table cleared.
TransportationManager deleted.
Total navigation history collections cleaned: 16
Total navigation history collections cleaned: 14
================== Deleting memory pools ===================
Pool ID '20G4NavigationLevelRep', size : 0.0221 MB
Pool ID '20G4NavigationLevelRep', size : 0.0192 MB
Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB
Pool ID '17G4DynamicParticle', size : 0.00577 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 '7G4Track', size : 0.0106 MB
Pool ID '7G4Track', size : 0.0115 MB
Pool ID '18G4TouchableHistory', size : 0.00192 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.05 MB
Dynamic pools deleted: 12 / Total memory freed: 0.048 MB
============================================================
G4Allocator objects are deleted.
UImanager deleted.
+2 -2
View File
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -790,7 +790,7 @@ Index : 1 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 100
User=0.18s Real=0.21s Sys=0.01s
User=0.15s Real=0.23s Sys=0.01s
RunAction: End of run action is starting
HistoManager: End of run actions are started
========================================================
+2 -2
View File
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-04-patch-01 (28-February-2018)
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -419,7 +419,7 @@ Index : 0 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 10000
User=0.33s Real=0.33s Sys=0s
User=0.21s Real=0.28s Sys=0s
The run is 10000 proton of 10 MeV through 10 m of Molybdenum98 (density: 10.28 g/cm3 )

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