Import Geant4 11.3.1 source tree

This commit is contained in:
Gabriele Cosmo
2025-03-24 16:45:22 +01:00
parent 32390e802b
commit df176550b3
388 changed files with 29491 additions and 29435 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ project(Geant4
HOMEPAGE_URL "https://geant4.cern.ch")
set(${PROJECT_NAME}_VERSION_MAJOR 11)
set(${PROJECT_NAME}_VERSION_MINOR 3)
set(${PROJECT_NAME}_VERSION_PATCH 0)
set(${PROJECT_NAME}_VERSION_PATCH 1)
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
+170
View File
@@ -0,0 +1,170 @@
Geant4 11.3 - patch-01 Release Notes
------------------------------------
21 March 2025
List of fixes included in this public patch since the public release 11.3.0:
o Analysis
--------
+ Fix to qualify use of G4Accumulables namespace to avoid clashes and order
dependence of inclusion of headers.
+ Removed false warnings about non-existing n-tuple and removed debug messages
when filling inactivated n-tuple.
o Event
-----
+ Fixed cut&paste error in G4StackManager::TransferStackedTracks(..),
reported by Coverity.
o Externals
---------
+ CLHEP:
o Properly export static symbols in RandFlat for DLL build support on Windows.
o Geometry
--------
+ magnetic_field:
o Added missing guard in G4TMagFieldEquation header and minor cleanup.
Fixes [GitHub PR #83](https://github.com/Geant4/geant4/pull/83).
+ management:
o In G4GeometryManager, fix in ConfigureParallelOptimisation() to reset
logical volumes iterator; in ReportWorkerIsDoneOptimising(), added checks
to report fatal error if incorrect number of volumes was voxelised, and warns
if number of workers reporting is not as expected.
In ConfigureParallelOptimisation(), reports on the times it was called.
Applied clang-tidy and some code cleanup; moved additional checks/warnings
under verbosity level.
o In G4VSolid::EstimateCubicVolume(..), initialise local variable to zero
to silence invalid false positive warnings reported in compilation of CMSSW.
o G4UAdapter: removed fake default constructor, clearing compilation warnings
on gcc-14.
+ solids/CSG:
o Hide all ENorm/ESide enums in anonymous namespaces to prevent ODR warnings.
Identified in ATLAS Athena code built against v11.3.0.
o Removed fake default constructor from G4U* wrappers, clearing compilation
warnings on gcc-14.
+ solids/specific:
o G4Polyhedra, G4UPolyhedra: fix to verify the validity of the delta phi to
restore proper visualization.
o Removed fake default constructor from G4U* wrappers, clearing compilation
warnings on gcc-14.
o Global
------
+ Corrected logic error in G4PhysicsTable when reading data in binary
mode on Windows platforms.
+ In G4ThreadLocalSingleton, removed unprotected left-over debug inclusion
of G4BackTrace header. Addressing problem report #2649.
+ Updated date and version for 11.3.1.
o Materials
---------
+ Made ios flags for Store/Retrieve of G4ExtDEDXTable consistent to avoid
issues on Windows platforms.
o Physics Lists
-------------
+ constructors/limiters:
o G4GenericBiasingPhysics: fixed exception in adding call to
AddBiasingProcessLimiter() when parallel world is not defined.
Ignore calls to *AddPDGRange() functions if 'PDGlow' greater
than 'PDGhigh'.
o Processes - Cuts
----------------
+ In G4ProductionCutsTable::UpdateCoupleTable(), make sure that the
couple tables are updated if 'userEnergyCuts' vectors are set.
o Processes - Electromagnetic
---------------------------
+ dna
o Removed obsolete/commented references to G4AllocatorList.
+ lowenergy:
o Fixed reported Coverity defects in Penenelope models, G4ShellData,
G4FluoData and G4AugerTransition.
+ standard:
o G4OrePowellAtRestModel: added missing decay plane rotation.
o Processes - Hadronic
--------------------
+ de_excitation:
o G4ExcitationHandler, G4GammaTransition, G4PhotonEvaporation: removed
production of unphysical states. Addressing problem report #2584.
Changes in hadronic shower shapes for QGSP_BIC and QGSP_INCLXX physics
lists are observed, with wider lateral shower shapes and increase in
energy response.
+ models/radioactive_decay:
o Fix in G4RadioactiveDecay to enable biasing in radioactive decay.
Addressing problem report #2592.
+ util
o G4Fragment: added protection against precision loss in computation of
a boost vector at rest.
o G4HadronicDeveloperParameters: added limitation of warning printout on
change of parameters.
o processes/scoring
-----------------
+ Fixes to G4EnergySplitter to ensure that each call to
SplitEnergyInVolumes() utilises the correct phantom parameterisation,
according to [GitHub PR#80](https://github.com/Geant4/geant4/pull/80)
Addressing problem report #2636.
o Run
---
+ Correction in G4WorkerRunManager::InitializeGeometry() when invoking
G4GeometryManager in undertaking parallel voxelisation.
o Examples
--------
+ advanced/HGCal_testbeam
o Restore the original beam energy after it is modified.
o Ensure non-negative beam energy.
+ extended/biasing/GB01
+ extended/biasing/GB02
o Propagate biasing on/off to detector construction to initialisation
of biasing classes only if biasing requested.
o Added vis.mac and enabled detector visualisation on startup.
o Removed unused WITH_GEANT4_UIVIS cmake option.
+ extended/biasing/GB03
o Added option -b (biasing on/off).
o Set default splitting probability to 0.2.
o Instantiate G4GenericBiasingPhysics only if biasing is enabled.
Propagate biasing on/off to detector construction to initialisation
of biasing classes only if biasing requested.
o Removed unused WITH_GEANT4_UIVIS cmake option.
+ extended/biasing/GB04
o Propagate biasing on/off to detector construction to initialisation
of biasing classes only if biasing requested.
o Added vis.mac and enabled detector visualisation on startup.
o Removed unused WITH_GEANT4_UIVIS cmake option.
+ extended/biasing/GB05
o Propagate biasing on/off to detector construction to initialisation
of biasing classes only if biasing requested.
o Removed unused WITH_GEANT4_UIVIS cmake option.
+ extended/biasing/GB06
o Added check for null pointer to shared data; fixing detected crash
when biasing is off.
o Propagate biasing on/off to parallel world construction to
initialization of biasing classes only if biasing requested.
o Removed unused WITH_GEANT4_UIVIS cmake option.
+ extended/biasing/GB07
o Propagate biasing on/off to detector construction to initialisation
of biasing classes only if biasing requested.
o Removed unused WITH_GEANT4_UIVIS cmake option.
----------------------------------------------------------------------------
Technical Notes
---------------
o This patch should be applied on top of release 11.3 series.
o Technical notes distributed for release 11.3 are also applicable and
valid for this patch.
The code and rebuilt binary libraries for release 11.3.1 are available
through the Geant4 "Download" Web page.
Please refer to the Geant4 User Documentation for further information about
using Geant4.
+2 -2
View File
@@ -38,7 +38,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-03-ref-00 (6-December-2024)
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -781,4 +781,4 @@ Correlated gamma emission flag 0
Max 2J for sampling of angular correlations 10
=======================================================================
writing Event: 0
TimeTotal> 16.787 2.800
TimeTotal> 13.981 2.200
@@ -10,7 +10,7 @@
**************************************************************
Geant4 version Name: geant4-11-03-ref-00 (6-December-2024)
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -904,65 +904,65 @@ Index : 9 used in the geometry : Yes
==================================================================
### Run 0 starts.
Event 535
Event 978
--- Track Points
monitor : pi- [1,bp] 730.1 MeV : 1.965 -1.011 -0.125 cm [-0.004281, -0.02012, 0.9998]
target : pi- [1,bp] 729.5 MeV : 4.39 2.394 -1.619 cm [-0.6465, -0.7627, -0.01876]
: eta [4,op] 225.6 MeV : 2.581 0.2598 -1.671 cm [-0.1628, -0.9861, 0.0342]
: neutron [5,np] 548.3 MeV : 2.581 0.2598 -1.671 cm [-0.7939, -0.6068, -0.03953]
: gamma [7,opdp] 355.7 MeV : 2.581 0.2598 -1.671 cm [0.5205, -0.8535, -0.02563]
: gamma [6,opdp] 236.8 MeV : 2.581 0.2598 -1.671 cm [-0.9368, 0.3426, 0.07107]
vc (l) : gamma [7,opdp] 355.7 MeV : 8.917 -3.165 -0.25 cm [0.111, -0.02563, 0.9935]
vc (r) : gamma [6,opdp] 236.8 MeV : -6.363 2.705 -0.25 cm [-0.08842, 0.07107, 0.9935]
cal (l) : gamma [7,opdp] 355.7 MeV : 9.056 -3.197 -15 cm [0.111, -0.02563, 0.9935]
cal (r) : gamma [6,opdp] 236.8 MeV : -6.475 2.794 -15 cm [-0.08842, 0.07107, 0.9935]
monitor : pi- [1,bp] 730.3 MeV : -2.783 1.271 -0.125 cm [-0.009686, 0.000328, 1]
target : pi- [1,bp] 729.8 MeV : 0.2301 4.995 1.304 cm [-0.649, -0.7608, 0.001184]
: eta [6,op] 283.1 MeV : -4.409 -0.4408 1.307 cm [-0.9268, -0.3688, 0.0716]
: neutron [7,np] 496.4 MeV : -4.409 -0.4408 1.307 cm [-0.4226, -0.9055, -0.03933]
: gamma [9,opdp] 389.5 MeV : -4.409 -0.4408 1.307 cm [-0.9722, 0.2324, 0.02855]
: gamma [8,opdp] 227.2 MeV : -4.409 -0.4408 1.307 cm [0.5121, -0.858, 0.04028]
vc (l) : gamma [8,opdp] 227.2 MeV : 1.967 3.747 -0.25 cm [0.1015, 0.04028, 0.994]
vc (r) : gamma [9,opdp] 389.5 MeV : 3.053 2.867 -0.25 cm [0.02719, 0.02855, 0.9992]
cal (l) : gamma [8,opdp] 227.2 MeV : 2.095 3.798 -15 cm [0.1015, 0.04028, 0.994]
cal (r) : gamma [9,opdp] 389.5 MeV : 3.087 2.903 -15 cm [0.02719, 0.02855, 0.9992]
---
angle between the eta decay products : 141.422 deg
angle between the eta decay products : 134.112 deg
--- Triggered angular ranges:
8 [-0.4000, -0.6000)
6 [ 0.0000, -0.2000)
--- Production model data:
Incident particle (LAB) : pi- -4.7499 -13.9610 728.6772 MeV -- 742.0699 MeV
(SCM) : pi- -2.9435 -8.6517 451.5673 MeV -- 472.7328 MeV
Nucleus particle (LAB) : proton 0.0000 -0.0000 0.0000 eV -- 938.2720 MeV
(SCM) : proton 2.9435 8.6517 -451.5673 MeV -- 1.0413 GeV
Output particle (LAB) : eta 114.8520 7.7143 194.0166 MeV -- 592.4911 MeV
(SCM) : eta 116.5725 12.7714 -69.9333 MeV -- 564.6200 MeV
Nucleus output particle (LAB) : neutron -119.6018 -21.6753 534.6606 MeV -- 1.0879 GeV
(SCM) : neutron -116.5725 -12.7714 69.9333 MeV -- 949.4346 MeV
Incident particle (LAB) : pi- -5.6640 0.7454 727.7539 MeV -- 741.0386 MeV
(SCM) : pi- -3.5115 0.4621 451.1856 MeV -- 472.2931 MeV
Nucleus particle (LAB) : proton -0.0000 0.0000 0.0000 eV -- 938.2720 MeV
(SCM) : proton 3.5115 -0.4621 -451.1856 MeV -- 1.0411 GeV
Output particle (LAB) : eta -133.8829 20.2690 248.6198 MeV -- 616.6847 MeV
(SCM) : eta -131.7880 19.9933 -20.5569 MeV -- 564.2191 MeV
Nucleus output particle (LAB) : neutron 128.2189 -19.5236 479.1342 MeV -- 1.0626 GeV
(SCM) : neutron 131.7880 -19.9933 20.5569 MeV -- 949.1962 MeV
--- Reconstructed data:
-- entry points:
left: 8.95239 -2.26069 -15 cm
right: -7.68589 2.58061 -15 cm
left: 2.27264 4.7218 -15 cm
right: 2.83815 2.39526 -15 cm
target: 0 0 0 fm
-- the angle: 145.813 deg
-- mass of the output particle: 518.683 MeV
-- mass of the nucleus output particle: 968.03 MeV
-- the angle: 129.048 deg
-- mass of the output particle: 513.838 MeV
-- mass of the nucleus output particle: 973.847 MeV
-- production model data:
Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV
(SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV
Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV
(SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV
Output particle (LAB) : eta 107.4588 -2.9300 161.6823 MeV -- 553.8316 MeV
(SCM) : eta 107.4588 -2.9300 -87.4253 MeV -- 536.8719 MeV
Nucleus output particle (LAB) : neutron -107.4588 2.9300 568.3177 MeV -- 1.1277 GeV
(SCM) : neutron -107.4588 2.9300 87.4253 MeV -- 977.8967 MeV
Output particle (LAB) : eta -132.0466 31.8789 257.5577 MeV -- 590.6084 MeV
(SCM) : eta -132.0466 31.8789 1.2793 MeV -- 531.4922 MeV
Nucleus output particle (LAB) : neutron 132.0466 -31.8789 472.4423 MeV -- 1.0909 GeV
(SCM) : neutron 132.0466 -31.8789 -1.2793 MeV -- 983.2764 MeV
-- triggered angular ranges:
9 [-0.6000, -0.8000)
5 [ 0.2000, 0.0000)
--- Energy Deposit
monitor : 386.57 keV
monitor : 383.22 keV
vc (l) : 0 eV
vc (r) : 0 eV
cal (l) : 332.268 MeV
2.702 0 0 0 0 0
1.178 7.25 2.163 0.5327 0 0
7.177 285.9 16.01 0 0 0
3.418 5.598 0.3732 0 0 0
cal (r) : 221.564 MeV
0 0 0 0.9046 3.396 0.459
0 0 1.458 6.058 200.8 0.4837
0 0 0.4 3.227 2.076 2.3
cal (l) : 216.486 MeV
0 19.73 24.83 1.868 0 3.001
0.6737 8.141 152.2 3.842 0 0
0 0 0.6011 0.305 0.8085 0.4963
0 0 0 0 0 0
Event 2104
cal (r) : 374.123 MeV
0 2.204 11.49 0.3895 0 0
0 11.17 320.8 2.711 0.3936 0.4656
0.6458 6.066 15.1 1.558 0 1.09
0 0 0 0 0 0
Event 2139
--- Track Points
monitor : pi- [1,bp] 737 MeV : -3.414 -5.163 -1.25 mm [0.00409, 0.01064, 0.9999]
target : pi- [1,bp] 735.1 MeV : 3.039 3.971 -0.2005 cm [-0.6394, -0.7688, 0.01098]
@@ -1020,7 +1020,123 @@ Event 2104
0 0.3926 26.39 272.6 9.834 5.629
0.9161 0.3541 7.403 51.1 3.899 0
0 0 1.657 0.6686 0 4.987
Event 3941
Event 3002
--- Track Points
monitor : pi- [1,bp] 728.6 MeV : -4.402 3.157 -1.25 mm [-0.004002, -0.02335, 0.9997]
target : pi- [1,bp] 728 MeV : 2.823 4.127 -0.384 cm [-0.6432, -0.7653, -0.0236]
: eta [6,op] 275.2 MeV : -3.21 -3.052 -0.6038 cm [-0.8979, -0.4056, 0.171]
: neutron [7,np] 499.1 MeV : -3.21 -3.052 -0.6038 cm [-0.4397, -0.8889, -0.1288]
: gamma [9,opdp] 249.5 MeV : -3.21 -3.052 -0.6038 cm [0.3851, -0.9186, 0.0889]
: gamma [8,opdp] 363.6 MeV : -3.21 -3.052 -0.6038 cm [-0.9438, 0.3234, 0.06841]
vc (l) : gamma [9,opdp] 249.5 MeV : -6.46 4.518 -0.25 cm [-0.03924, 0.0889, 0.9953]
vc (r) : gamma [8,opdp] 363.6 MeV : -0.08323 3.276 -0.25 cm [-0.06812, 0.06841, 0.9953]
cal (l) : gamma [9,opdp] 249.5 MeV : -6.509 4.63 -15 cm [-0.03924, 0.0889, 0.9953]
cal (r) : gamma [8,opdp] 363.6 MeV : -0.1688 3.362 -15 cm [-0.06812, 0.06841, 0.9953]
---
angle between the eta decay products : 130.875 deg
--- Triggered angular ranges:
6 [ 0.0000, -0.2000)
--- Production model data:
Incident particle (LAB) : pi- -0.4858 -17.2421 725.1905 MeV -- 738.7006 MeV
(SCM) : pi- -0.3015 -10.6998 450.0275 MeV -- 471.2952 MeV
Nucleus particle (LAB) : proton 0.0000 -0.0000 0.0000 eV -- 938.2720 MeV
(SCM) : proton 0.3015 10.6998 -450.0275 MeV -- 1.0407 GeV
Output particle (LAB) : eta -117.5361 47.0554 244.3101 MeV -- 613.0817 MeV
(SCM) : eta -117.3569 53.4160 -23.2108 MeV -- 563.3093 MeV
Nucleus output particle (LAB) : neutron 117.0503 -64.2975 480.8804 MeV -- 1.0639 GeV
(SCM) : neutron 117.3569 -53.4160 23.2108 MeV -- 948.6557 MeV
--- Reconstructed data:
-- entry points:
left: -6.98064 5.50202 -15 cm
right: 0.096582 2.67046 -15 cm
target: 0 0 0 fm
-- the angle: 122.804 deg
-- mass of the output particle: 483.619 MeV
-- mass of the nucleus output particle: 1.00191 GeV
-- production model data:
Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV
(SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV
Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV
(SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV
Output particle (LAB) : eta -133.5241 35.2155 261.5267 MeV -- 566.8794 MeV
(SCM) : eta -133.5241 35.2155 17.1207 MeV -- 503.2386 MeV
Nucleus output particle (LAB) : neutron 133.5241 -35.2155 468.4733 MeV -- 1.1146 GeV
(SCM) : neutron 133.5241 -35.2155 -17.1207 MeV -- 1.0115 GeV
-- triggered angular ranges:
5 [ 0.2000, 0.0000)
--- Energy Deposit
monitor : 514.248 keV
vc (l) : 0 eV
vc (r) : 0 eV
cal (l) : 216.447 MeV
0 0.2037 0.1747 4.649 105 0.4414
0 0 0 2.857 101.3 0
0 0.5063 0.9084 0 0.3717 0
0 0 0 0 0 0
cal (r) : 350.432 MeV
0 0.9058 3.449 5.051 0.4366 0
0 0.5817 91.61 229.6 0 0
0 0.7832 14.56 3 0 0
0 0 0 0.4827 0 0
Event 3340
--- Track Points
monitor : pi- [1,bp] 730.2 MeV : -1.348 -0.6601 -0.125 cm [-0.004845, 0.01051, 0.9999]
target : pi- [1,bp] 729.7 MeV : 1.939 4.609 -0.3036 cm [-0.6466, -0.7627, 0.0121]
: eta [4,op] 313.9 MeV : 0.04707 2.375 -0.2673 cm [-0.9083, -0.4177, -0.02408]
: neutron [5,np] 463 MeV : 0.04707 2.375 -0.2673 cm [-0.3979, -0.9168, 0.03568]
: gamma [7,opdp] 221.9 MeV : 0.04707 2.375 -0.2673 cm [0.5438, -0.8387, -0.03134]
: gamma [6,opdp] 409.5 MeV : 0.04707 2.375 -0.2673 cm [-0.9909, 0.1343, -0.00148]
vc (l) : gamma [7,opdp] 221.9 MeV : 9.558 -2.195 -0.25 cm [0.1384, -0.03134, 0.9899]
vc (r) : gamma [6,opdp] 409.5 MeV : 5.13 -0.3541 -0.25 cm [0.1268, -0.00148, 0.9919]
cal (l) : gamma [7,opdp] 221.9 MeV : 9.733 -2.234 -15 cm [0.1384, -0.03134, 0.9899]
cal (r) : gamma [6,opdp] 409.5 MeV : 5.29 -0.356 -15 cm [0.1268, -0.00148, 0.9919]
---
angle between the eta decay products : 130.647 deg
--- Triggered angular ranges:
5 [ 0.2000, 0.0000)
--- Production model data:
Incident particle (LAB) : pi- -2.4319 8.9616 727.2786 MeV -- 740.6080 MeV
(SCM) : pi- -1.5080 5.5569 450.9705 MeV -- 472.1094 MeV
Nucleus particle (LAB) : proton -0.0000 0.0000 0.0000 eV -- 938.2720 MeV
(SCM) : proton 1.5080 -5.5569 -450.9705 MeV -- 1.0410 GeV
Output particle (LAB) : eta -134.1529 -7.5600 283.7327 MeV -- 631.4358 MeV
(SCM) : eta -133.2421 -10.9163 11.3502 MeV -- 564.0516 MeV
Nucleus output particle (LAB) : neutron 131.7210 16.5216 443.5460 MeV -- 1.0474 GeV
(SCM) : neutron 133.2421 10.9163 -11.3502 MeV -- 949.0967 MeV
--- Reconstructed data:
-- entry points:
left: 11.4218 -2.58775 -15 cm
right: 7.04774 -0.853127 -15 cm
target: 0 0 0 fm
-- the angle: 133.976 deg
-- mass of the output particle: 515.718 MeV
-- mass of the nucleus output particle: 938.288 MeV
-- production model data:
Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV
(SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV
Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV
(SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV
Output particle (LAB) : eta -203.3299 -13.7594 275.5692 MeV -- 619.2219 MeV
(SCM) : eta -203.3299 -13.7594 7.4838 MeV -- 554.5750 MeV
Nucleus output particle (LAB) : neutron 203.3299 13.7594 454.4308 MeV -- 1.0623 GeV
(SCM) : neutron 203.3299 13.7594 -7.4838 MeV -- 960.1937 MeV
-- triggered angular ranges:
5 [ 0.2000, 0.0000)
--- Energy Deposit
monitor : 408.768 keV
vc (l) : 80.7685 keV
vc (r) : 0 eV
cal (l) : 177.803 MeV
0 0 0 0 0 0
2.233 1.088 0.7399 0 0 0
69.89 102.1 0 0 0 0
0.2975 1.509 0 0 0 0
cal (r) : 441.419 MeV
0.5556 3.02 0.6979 0 0 0
3.02 78.17 20.69 0 0 0
0.6562 258.8 71.3 0.1031 0 0
0.5558 1.533 0.5596 0.173 1.583 0
Event 3863
--- Track Points
monitor : pi- [1,bp] 730.1 MeV : 0.9645 -1.138 -0.125 cm [-0.01506, -0.01048, 0.9998]
target : pi- [1,bp] 729.6 MeV : 3.532 3.539 -1.516 cm [-0.6565, -0.7542, -0.0135]
@@ -1078,432 +1194,316 @@ Event 3941
3.696 2.876 0 0 0 0
205.3 156.9 0 0 0 0
6.43 15.13 0.9914 0.5961 0 0
Event 5026
Event 6231
--- Track Points
monitor : pi- [1,bp] 720.1 MeV : 1.078 0.6358 -0.125 cm [-0.006609, -0.01065, 0.9999]
target : pi- [1,bp] 719.6 MeV : 3.873 3.162 0.2908 cm [-0.6461, -0.7632, -0.0114]
: eta [7,op] 315.1 MeV : 9.398 -3.076 2.4 mm [-0.3204, -0.9463, -0.04298]
: neutron [8,np] 440.3 MeV : 9.398 -3.076 2.4 mm [-0.8226, -0.5685, 0.01209]
: gamma [10,opdp] 251 MeV : 9.398 -3.076 2.4 mm [-0.9741, 0.2179, -0.06089]
: gamma [9,opdp] 381 MeV : 9.398 -3.076 2.4 mm [0.3768, -0.9263, 0.004577]
vc (l) : gamma [9,opdp] 381 MeV : -2.183 0.5061 -0.25 cm [-0.04996, 0.004577, 0.9987]
vc (r) : gamma [10,opdp] 251 MeV : 2.545 -3.408 -0.25 cm [0.04159, -0.06089, 0.9973]
cal (l) : gamma [9,opdp] 381 MeV : -2.246 0.5119 -15 cm [-0.04996, 0.004577, 0.9987]
cal (r) : gamma [10,opdp] 251 MeV : 2.597 -3.484 -15 cm [0.04159, -0.06089, 0.9973]
monitor : pi- [1,bp] 729.7 MeV : 1.233 0.6435 -0.125 cm [0.004317, 0.001465, 1]
target : pi- [1,bp] 728.8 MeV : 4.125 2.826 0.6849 cm [-0.6403, -0.7682, 0.001152]
: eta [6,op] 327.4 MeV : 1.73 -0.04776 0.6892 cm [-0.2957, -0.9442, -0.145]
: neutron [7,np] 448.7 MeV : 1.73 -0.04776 0.6892 cm [-0.8246, -0.5558, 0.106]
: gamma [9,opdp] 392.2 MeV : 1.73 -0.04776 0.6892 cm [0.362, -0.9296, -0.06876]
: gamma [8,opdp] 246 MeV : 1.73 -0.04776 0.6892 cm [-0.9707, 0.2254, -0.08332]
vc (l) : gamma [9,opdp] 392.2 MeV : -2.225 -3.315 -0.25 cm [-0.06477, -0.06876, 0.9955]
vc (r) : gamma [8,opdp] 246 MeV : 1.631 -4.366 -0.25 cm [0.0335, -0.08332, 0.996]
cal (l) : gamma [9,opdp] 392.2 MeV : -2.306 -3.402 -15 cm [-0.06477, -0.06876, 0.9955]
cal (r) : gamma [8,opdp] 246 MeV : 1.674 -4.471 -15 cm [0.0335, -0.08332, 0.996]
---
angle between the eta decay products : 124.693 deg
angle between the eta decay products : 123.727 deg
--- Triggered angular ranges:
4 [ 0.4000, 0.2000)
5 [ 0.2000, 0.0000)
--- Production model data:
Incident particle (LAB) : pi- -2.2509 -8.2216 717.8584 MeV -- 731.3502 MeV
(SCM) : pi- -1.4010 -5.1175 446.8276 MeV -- 468.1483 MeV
Incident particle (LAB) : pi- 1.4287 0.0765 727.9290 MeV -- 741.1899 MeV
(SCM) : pi- 0.8857 0.0474 451.2661 MeV -- 472.3576 MeV
Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV
(SCM) : proton -0.8857 -0.0474 -451.2661 MeV -- 1.0412 GeV
Output particle (LAB) : eta 124.5536 -47.4684 299.0692 MeV -- 638.2491 MeV
(SCM) : eta 124.0155 -47.4972 24.9188 MeV -- 564.2779 MeV
Nucleus output particle (LAB) : neutron -123.1248 47.5449 428.8598 MeV -- 1.0412 GeV
(SCM) : neutron -124.0155 47.4972 -24.9188 MeV -- 949.2312 MeV
--- Reconstructed data:
-- entry points:
left: -3.33509 -3.73824 -15 cm
right: 0.884471 -4.68337 -15 cm
target: 0 0 0 fm
-- the angle: 125.428 deg
-- mass of the output particle: 492.142 MeV
-- mass of the nucleus output particle: 999.645 MeV
-- production model data:
Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV
(SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV
Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV
(SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV
Output particle (LAB) : eta 116.6641 -38.8253 260.9129 MeV -- 570.4359 MeV
(SCM) : eta 116.6641 -38.8253 14.7253 MeV -- 507.4824 MeV
Nucleus output particle (LAB) : neutron -116.6641 38.8253 469.0871 MeV -- 1.1111 GeV
(SCM) : neutron -116.6641 38.8253 -14.7253 MeV -- 1.0073 GeV
-- triggered angular ranges:
5 [ 0.2000, 0.0000)
--- Energy Deposit
monitor : 522.578 keV
vc (l) : 0 eV
vc (r) : 0 eV
cal (l) : 353.678 MeV
0 0 0 0 0.1316 0
0 0 0.3681 1.14 1.247 0
0 0 16.54 299.1 13.71 1.41
0 1.285 1.274 10.65 6.809 0
cal (r) : 216.758 MeV
0 0 0 0 0 0
0 0 0.9333 0.6053 0 0
1.919 0 142.1 40.67 1.372 0
0.3594 2.826 15.37 8.101 1.771 0.7366
Event 9239
--- Track Points
monitor : pi- [1,bp] 721.8 MeV : -0.00885 -1.021 -0.125 cm [0.01197, -0.008816, 0.9999]
target : pi- [1,bp] 721.1 MeV : 3.5 3.571 -1.305 cm [-0.6318, -0.7751, -0.009783]
: eta [5,op] 264.9 MeV : 3.49 3.559 -1.305 cm [-0.223, -0.9662, -0.1292]
: neutron [6,np] 499.7 MeV : 3.49 3.559 -1.305 cm [-0.7934, -0.6063, 0.05449]
: gamma [8,opdp] 364.9 MeV : 3.49 3.559 -1.305 cm [0.4826, -0.8738, -0.06057]
: gamma [7,opdp] 243.7 MeV : 3.49 3.559 -1.305 cm [-0.9649, 0.2578, -0.0498]
vc (l) : gamma [8,opdp] 364.9 MeV : 8.802 -4.985 -0.25 cm [0.06807, -0.06057, 0.9958]
vc (r) : gamma [7,opdp] 243.7 MeV : -4.297 -4.357 -0.25 cm [0.0007122, -0.0498, 0.9988]
cal (l) : gamma [8,opdp] 364.9 MeV : 8.888 -5.061 -15 cm [0.06807, -0.06057, 0.9958]
cal (r) : gamma [7,opdp] 243.7 MeV : -4.296 -4.419 -15 cm [0.0007122, -0.0498, 0.9988]
---
angle between the eta decay products : 133.462 deg
--- Triggered angular ranges:
7 [-0.2000, -0.4000)
--- Production model data:
Incident particle (LAB) : pi- 10.3257 -7.0061 720.9653 MeV -- 734.4566 MeV
(SCM) : pi- 6.4189 -4.3553 448.1869 MeV -- 469.4800 MeV
Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV
(SCM) : proton -6.4189 4.3553 -448.1869 MeV -- 1.0398 GeV
Output particle (LAB) : eta 119.2779 -34.2345 234.0658 MeV -- 608.5547 MeV
(SCM) : eta 115.4806 -31.6580 -31.0709 MeV -- 561.6549 MeV
Nucleus output particle (LAB) : neutron -108.9523 27.2284 486.8995 MeV -- 1.0642 GeV
(SCM) : neutron -115.4806 31.6580 31.0709 MeV -- 947.6742 MeV
--- Reconstructed data:
-- entry points:
left: 8.49128 -4.70279 -15 cm
right: -5.23263 -3.18192 -15 cm
target: 0 0 0 fm
-- the angle: 142.322 deg
-- mass of the output particle: 551.382 MeV
-- mass of the nucleus output particle: 930.236 MeV
-- production model data:
Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV
(SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV
Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV
(SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV
Output particle (LAB) : eta 122.4993 -40.2985 185.1858 MeV -- 595.7733 MeV
(SCM) : eta 122.4993 -40.2985 -81.5475 MeV -- 572.1031 MeV
Nucleus output particle (LAB) : neutron -122.4993 40.2985 544.8142 MeV -- 1.0857 GeV
(SCM) : neutron -122.4993 40.2985 81.5475 MeV -- 942.6655 MeV
-- triggered angular ranges:
8 [-0.4000, -0.6000)
--- Energy Deposit
monitor : 539.18 keV
vc (l) : 0 eV
vc (r) : 0 eV
cal (l) : 360.203 MeV
0 0 0 0 0 0
0 0.4864 0.5128 0 0 0
4.334 303.7 4.687 0 0 0
3.778 26.35 16.36 0 0 0
cal (r) : 235.57 MeV
0 0 0 0 0 0
0 0 2.265 27.99 0 4.023
0 0 0 156.4 9.008 0
0 0 0 22.34 9.134 4.361
Event 9318
--- Track Points
monitor : pi- [1,bp] 724.2 MeV : -5.012 -1.288 -1.25 mm [-0.008844, -0.01594, 0.9998]
target : pi- [1,bp] 723.6 MeV : 2.598 4.272 -0.5979 cm [-0.6491, -0.7606, -0.01627]
: eta [5,op] 297.3 MeV : -3.28 -2.615 -0.746 cm [-0.9032, -0.4215, -0.08101]
: neutron [6,np] 467.5 MeV : -3.28 -2.615 -0.746 cm [-0.4293, -0.9028, 0.02354]
: gamma [8,opdp] 232.6 MeV : -3.28 -2.615 -0.746 cm [0.4883, -0.8727, 8.353e-05]
: gamma [7,opdp] 390.7 MeV : -3.28 -2.615 -0.746 cm [-0.9781, 0.1989, -0.0617]
vc (l) : gamma [8,opdp] 232.6 MeV : 1.945 -7.412 -2.5 mm [0.07376, 8.353e-05, 0.9973]
vc (r) : gamma [7,opdp] 390.7 MeV : 6.823 -4.23 -0.25 cm [0.06106, -0.0617, 0.9962]
cal (l) : gamma [8,opdp] 232.6 MeV : 0.2869 -0.7411 -15 cm [0.07376, 8.353e-05, 0.9973]
cal (r) : gamma [7,opdp] 390.7 MeV : 6.899 -4.308 -15 cm [0.06106, -0.0617, 0.9962]
---
angle between the eta decay products : 130.629 deg
--- Triggered angular ranges:
5 [ 0.2000, 0.0000)
--- Production model data:
Incident particle (LAB) : pi- -7.6190 -13.0826 720.9851 MeV -- 734.5260 MeV
(SCM) : pi- -4.7362 -8.1325 448.1864 MeV -- 469.5098 MeV
Nucleus particle (LAB) : proton 0.0000 -0.0000 0.0000 eV -- 938.2720 MeV
(SCM) : proton 1.4010 5.1175 -446.8276 MeV -- 1.0392 GeV
Output particle (LAB) : eta 114.3156 -13.5430 293.3219 MeV -- 632.0142 MeV
(SCM) : eta 115.1604 -10.4571 23.8825 MeV -- 560.4413 MeV
Nucleus output particle (LAB) : neutron -116.5665 5.3213 424.5365 MeV -- 1.0376 GeV
(SCM) : neutron -115.1604 10.4571 -23.8825 MeV -- 946.9555 MeV
(SCM) : proton 4.7362 8.1325 -448.1864 MeV -- 1.0399 GeV
Output particle (LAB) : eta -125.1673 -24.0863 268.6150 MeV -- 623.3409 MeV
(SCM) : eta -122.3301 -19.2144 0.1241 MeV -- 561.6820 MeV
Nucleus output particle (LAB) : neutron 117.5483 11.0037 452.3700 MeV -- 1.0495 GeV
(SCM) : neutron 122.3301 19.2144 -0.1241 MeV -- 947.6903 MeV
--- Reconstructed data:
-- entry points:
left: 0.302587 0.218373 -15 cm
right: 4.54371 -2.94022 -15 cm
left: 1.24601 -0.954767 -15 cm
right: 8.21423 -4.70985 -15 cm
target: 0 0 0 fm
-- the angle: 125.921 deg
-- mass of the output particle: 528.532 MeV
-- mass of the nucleus output particle: 974.709 MeV
-- the angle: 123.191 deg
-- mass of the output particle: 555.126 MeV
-- mass of the nucleus output particle: 946.458 MeV
-- production model data:
Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV
(SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV
Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV
(SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV
Output particle (LAB) : eta 87.8820 -11.2832 268.9474 MeV -- 599.6080 MeV
(SCM) : eta 87.8820 -11.2832 9.5854 MeV -- 535.9934 MeV
Nucleus output particle (LAB) : neutron -87.8820 11.2832 461.0526 MeV -- 1.0819 GeV
(SCM) : neutron -87.8820 11.2832 -9.5854 MeV -- 978.7752 MeV
-- triggered angular ranges:
5 [ 0.2000, 0.0000)
--- Energy Deposit
monitor : 391.181 keV
vc (l) : 0 eV
vc (r) : 0 eV
cal (l) : 342.854 MeV
0 0.6898 2.732 0.4682 0 0
0.5553 1.797 48.27 158 0.4823 0
1.63 0 15.2 106.4 0.1569 0
0 0.5794 3.004 2.905 0 0
cal (r) : 256.754 MeV
0 0.3548 0 0 0 0
0 3.209 2.773 0 0 0
0 24.83 215.7 0.3364 0 0
0.4607 0 8.474 0.5967 0 0
Event 5532
--- Track Points
monitor : pi- [1,bp] 728.1 MeV : 0.9728 -1.669 -0.125 cm [-0.01032, 0.009694, 0.9999]
target : pi- [1,bp] 727.2 MeV : 3.693 3.37 -1.346 cm [-0.6504, -0.7595, 0.01134]
: eta [3,op] 325.4 MeV : -0.8638 -1.95 -1.267 cm [-0.8771, -0.4561, 0.1507]
: neutron [4,np] 445.6 MeV : -0.8638 -1.95 -1.267 cm [-0.417, -0.9048, -0.08678]
: gamma [6,opdp] 243.4 MeV : -0.8638 -1.95 -1.267 cm [0.4065, -0.9134, 0.02197]
: gamma [5,opdp] 393.8 MeV : -0.8638 -1.95 -1.267 cm [-0.9759, 0.1877, 0.1109]
vc (l) : gamma [6,opdp] 243.4 MeV : -2.615 -0.006746 -0.25 cm [-0.01756, 0.02197, 0.9996]
vc (r) : gamma [5,opdp] 393.8 MeV : 6.308 5.27 -0.25 cm [0.07128, 0.1109, 0.9913]
cal (l) : gamma [6,opdp] 243.4 MeV : -2.637 0.02072 -15 cm [-0.01756, 0.02197, 0.9996]
cal (r) : gamma [5,opdp] 393.8 MeV : 6.398 5.41 -15 cm [0.07128, 0.1109, 0.9913]
---
angle between the eta decay products : 124.455 deg
--- Triggered angular ranges:
5 [ 0.2000, 0.0000)
--- Production model data:
Incident particle (LAB) : pi- -6.3958 10.3543 725.3913 MeV -- 738.7967 MeV
(SCM) : pi- -3.9688 6.4252 450.1344 MeV -- 471.3362 MeV
Nucleus particle (LAB) : proton -0.0000 0.0000 0.0000 eV -- 938.2720 MeV
(SCM) : proton 3.9688 -6.4252 -450.1344 MeV -- 1.0407 GeV
Output particle (LAB) : eta -123.2078 49.0255 297.1071 MeV -- 637.1884 MeV
(SCM) : eta -120.8001 45.1276 24.0333 MeV -- 563.3467 MeV
Nucleus output particle (LAB) : neutron 116.8121 -38.6712 428.2842 MeV -- 1.0399 GeV
(SCM) : neutron 120.8001 -45.1276 -24.0333 MeV -- 948.6779 MeV
--- Reconstructed data:
-- entry points:
left: -4.67476 -0.52625 -15 cm
right: 7.92497 7.22525 -15 cm
target: 0 0 0 fm
-- the angle: 117.872 deg
-- mass of the output particle: 524.225 MeV
-- mass of the nucleus output particle: 953.026 MeV
-- production model data:
Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV
(SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV
Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV
(SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV
Output particle (LAB) : eta -141.7245 46.3548 330.6557 MeV -- 637.4791 MeV
(SCM) : eta -141.7245 46.3548 59.8349 MeV -- 548.2943 MeV
Nucleus output particle (LAB) : neutron 141.7245 -46.3548 399.3443 MeV -- 1.0440 GeV
(SCM) : neutron 141.7245 -46.3548 -59.8349 MeV -- 966.4744 MeV
Output particle (LAB) : eta -82.6311 -33.8084 311.6719 MeV -- 642.8645 MeV
(SCM) : eta -82.6311 -33.8084 36.1662 MeV -- 563.4212 MeV
Nucleus output particle (LAB) : neutron 82.6311 33.8084 418.3281 MeV -- 1.0386 GeV
(SCM) : neutron 82.6311 33.8084 -36.1662 MeV -- 951.3475 MeV
-- triggered angular ranges:
4 [ 0.4000, 0.2000)
--- Energy Deposit
monitor : 712.665 keV
monitor : 433.199 keV
vc (l) : 0 eV
vc (r) : 0 eV
cal (l) : 229.509 MeV
0 0 0 1.122 1.315 0
0 0 1.6 116.5 5.155 1.607
0 0 5.684 82.25 4.804 1.225
0 0 0 5.474 0.938 1.838
cal (r) : 407.97 MeV
11.86 324 20.49 1.183 0.7081 0
1.38 45.6 1.898 0.2054 0 0
0 0.656 0 0 0 0
0 0 0 0 0 0
Event 5835
cal (l) : 260.227 MeV
0 0 0.6464 0.2657 0 0
0 5.94 22.95 18.4 0.6214 0
0 0.5832 194.9 12.66 0 0
0 0 1.813 0.6284 0 0.7998
cal (r) : 382.637 MeV
0 0.4541 0 0 0 0
0 0.2539 0.8944 1.101 0 0
3.88 238.5 19.59 1.602 0 0
18.71 94.41 3.278 0 0 0
Event 12782
--- Track Points
monitor : pi- [1,bp] 731.2 MeV : 1.468 -0.4614 -0.125 cm [0.01476, 0.01014, 0.9998]
target : pi- [1,bp] 730.6 MeV : 4.422 2.334 -0.2597 cm [-0.6322, -0.7748, 0.00558]
: eta [5,op] 266.8 MeV : 1.594 -1.124 -0.2319 cm [-0.1678, -0.9836, 0.06623]
: neutron [6,np] 515.2 MeV : 1.594 -1.124 -0.2319 cm [-0.8099, -0.5861, -0.02308]
: gamma [8,opdp] 242.8 MeV : 1.594 -1.124 -0.2319 cm [-0.9786, 0.1959, -0.06305]
: gamma [7,opdp] 366.6 MeV : 1.594 -1.124 -0.2319 cm [0.5261, -0.8456, 0.08997]
vc (l) : gamma [7,opdp] 366.6 MeV : 7.862 4.96 -0.25 cm [0.1194, 0.08997, 0.9888]
vc (r) : gamma [8,opdp] 242.8 MeV : 4.57 -4.067 -0.25 cm [0.06408, -0.06305, 0.996]
cal (l) : gamma [7,opdp] 366.6 MeV : 8.013 5.073 -15 cm [0.1194, 0.08997, 0.9888]
cal (r) : gamma [8,opdp] 242.8 MeV : 4.651 -4.146 -15 cm [0.06408, -0.06305, 0.996]
monitor : pi- [1,bp] 721.6 MeV : 0.6514 1.393 -0.125 cm [-0.003437, 0.00326, 1]
target : pi- [1,bp] 721 MeV : 3.621 3.448 1.518 cm [-0.6451, -0.7641, 0.004137]
: eta [4,op] 197.7 MeV : 0.101 -0.7168 1.545 cm [-0.2361, -0.9713, -0.02966]
: neutron [5,np] 550 MeV : 0.101 -0.7168 1.545 cm [-0.7604, -0.6492, 0.0174]
: gamma [7,opdp] 243.4 MeV : 0.101 -0.7168 1.545 cm [-0.9149, 0.4013, -0.04377]
: gamma [6,opdp] 339 MeV : 0.101 -0.7168 1.545 cm [0.5193, -0.8545, 0.01413]
vc (l) : gamma [6,opdp] 339 MeV : 6.186 2.371 -0.25 cm [0.1095, 0.01413, 0.9939]
vc (r) : gamma [7,opdp] 243.4 MeV : -8.351 -1.071 -0.25 cm [-0.1508, -0.04377, 0.9876]
cal (l) : gamma [6,opdp] 339 MeV : 6.324 2.388 -15 cm [0.1095, 0.01413, 0.9939]
cal (r) : gamma [7,opdp] 243.4 MeV : -8.542 -1.127 -15 cm [-0.1508, -0.04377, 0.9876]
---
angle between the eta decay products : 133.328 deg
angle between the eta decay products : 144.948 deg
--- Triggered angular ranges:
9 [-0.6000, -0.8000)
--- Production model data:
Incident particle (LAB) : pi- -3.1972 3.7058 719.4385 MeV -- 732.8681 MeV
(SCM) : pi- -1.9888 2.3052 447.5307 MeV -- 468.7993 MeV
Nucleus particle (LAB) : proton -0.0000 0.0000 0.0000 eV -- 938.2720 MeV
(SCM) : proton 1.9888 -2.3052 -447.5307 MeV -- 1.0395 GeV
Output particle (LAB) : eta 87.6463 -5.8634 177.0644 MeV -- 582.4267 MeV
(SCM) : eta 88.7961 -7.1961 -81.6728 MeV -- 561.0345 MeV
Nucleus output particle (LAB) : neutron -90.8435 9.5692 542.3741 MeV -- 1.0887 GeV
(SCM) : neutron -88.7961 7.1961 81.6728 MeV -- 947.3067 MeV
--- Reconstructed data:
-- entry points:
left: 8.62396 2.72626 -15 cm
right: -8.90495 -2.08036 -15 cm
target: 0 0 0 fm
-- the angle: 146.643 deg
-- mass of the output particle: 552.892 MeV
-- mass of the nucleus output particle: 945.723 MeV
-- production model data:
Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV
(SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV
Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV
(SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV
Output particle (LAB) : eta 48.8273 5.1276 166.3904 MeV -- 579.4703 MeV
(SCM) : eta 48.8273 5.1276 -94.5549 MeV -- 563.0637 MeV
Nucleus output particle (LAB) : neutron -48.8273 -5.1276 563.6096 MeV -- 1.1020 GeV
(SCM) : neutron -48.8273 -5.1276 94.5549 MeV -- 951.7050 MeV
-- triggered angular ranges:
10 [-0.8000, -1.0000)
--- Energy Deposit
monitor : 508.635 keV
vc (l) : 0 eV
vc (r) : 0 eV
cal (l) : 315.503 MeV
2.959 6.017 12.87 0.01438 0 0
9.457 258.3 9.588 0 0 0
3.304 10.36 0.8461 0.7767 0 0
0.3466 0.6518 0 0 0 0
cal (r) : 263.967 MeV
0 0 0 0 0.5555 0
0 0 0.2117 1.197 8.022 1.07
0 0 0 3.309 239.3 8.042
0 0 0 1.424 0.367 0.4899
Event 13268
--- Track Points
monitor : pi- [1,bp] 730.3 MeV : -1.274 0.6765 -0.125 cm [-0.01406, 0.005383, 0.9999]
target : pi- [1,bp] 729.8 MeV : 1.634 4.725 0.8486 cm [-0.6557, -0.755, 0.007005]
: eta [4,op] 246.6 MeV : -2.108 0.4174 0.8886 cm [-0.182, -0.9832, 0.01015]
: neutron [5,np] 530.8 MeV : -2.108 0.4174 0.8886 cm [-0.815, -0.5795, 0.004498]
: gamma [7,opdp] 353.9 MeV : -2.108 0.4174 0.8886 cm [0.5551, -0.8315, 0.02113]
: gamma [6,opdp] 246.9 MeV : -2.108 0.4174 0.8886 cm [-0.9775, 0.2099, -0.02014]
vc (l) : gamma [7,opdp] 353.9 MeV : 7.477 2.172 -0.25 cm [0.1517, 0.02113, 0.9882]
vc (r) : gamma [6,opdp] 246.9 MeV : 2.99 -0.2532 -0.25 cm [0.05022, -0.02014, 0.9985]
cal (l) : gamma [7,opdp] 353.9 MeV : 7.669 2.198 -15 cm [0.1517, 0.02113, 0.9882]
cal (r) : gamma [6,opdp] 246.9 MeV : 3.052 -0.2785 -15 cm [0.05022, -0.02014, 0.9985]
---
angle between the eta decay products : 135.855 deg
--- Triggered angular ranges:
7 [-0.2000, -0.4000)
--- Production model data:
Incident particle (LAB) : pi- 8.7976 5.7767 729.3561 MeV -- 742.6647 MeV
(SCM) : pi- 5.4506 3.5790 451.8780 MeV -- 472.9863 MeV
Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV
(SCM) : proton -5.4506 -3.5790 -451.8780 MeV -- 1.0414 GeV
Output particle (LAB) : eta 134.3855 17.6694 229.7951 MeV -- 609.3687 MeV
(SCM) : eta 131.1526 15.5466 -38.2261 MeV -- 564.8510 MeV
Nucleus output particle (LAB) : neutron -125.5879 -11.8928 499.5610 MeV -- 1.0716 GeV
(SCM) : neutron -131.1526 -15.5466 38.2261 MeV -- 949.5720 MeV
Incident particle (LAB) : pi- -12.1911 4.8918 728.3056 MeV -- 741.6747 MeV
(SCM) : pi- -7.5561 3.0320 451.4100 MeV -- 472.5644 MeV
Nucleus particle (LAB) : proton -0.0000 0.0000 0.0000 eV -- 938.2720 MeV
(SCM) : proton 7.5561 -3.0320 -451.4100 MeV -- 1.0412 GeV
Output particle (LAB) : eta 121.4631 2.5041 214.5868 MeV -- 600.7993 MeV
(SCM) : eta 125.9111 0.7192 -51.1409 MeV -- 564.4664 MeV
Nucleus output particle (LAB) : neutron -133.6541 2.3878 513.7188 MeV -- 1.0791 GeV
(SCM) : neutron -125.9111 -0.7192 51.1409 MeV -- 949.3432 MeV
--- Reconstructed data:
-- entry points:
left: 7.95622 3.2431 -15 cm
right: 6.46891 -4.896 -15 cm
left: 10.3792 2.91256 -15 cm
right: 2.75784 -2.64417 -15 cm
target: 0 0 0 fm
-- the angle: 131.493 deg
-- mass of the output particle: 486.154 MeV
-- mass of the nucleus output particle: 1.00487 GeV
-- the angle: 137.229 deg
-- mass of the output particle: 533.543 MeV
-- mass of the nucleus output particle: 938.527 MeV
-- production model data:
Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV
(SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV
Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV
(SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV
Output particle (LAB) : eta 122.1830 -0.3577 210.1020 MeV -- 543.5229 MeV
(SCM) : eta 122.1830 -0.3577 -28.7082 MeV -- 502.0941 MeV
Nucleus output particle (LAB) : neutron -122.1830 0.3577 519.8980 MeV -- 1.1380 GeV
(SCM) : neutron -122.1830 0.3577 28.7082 MeV -- 1.0127 GeV
Output particle (LAB) : eta 159.6920 7.8897 199.6037 MeV -- 591.6701 MeV
(SCM) : eta 159.6920 7.8897 -63.5653 MeV -- 560.6000 MeV
Nucleus output particle (LAB) : neutron -159.6920 -7.8897 530.3963 MeV -- 1.0898 GeV
(SCM) : neutron -159.6920 -7.8897 63.5653 MeV -- 954.1686 MeV
-- triggered angular ranges:
7 [-0.2000, -0.4000)
--- Energy Deposit
monitor : 434.3 keV
monitor : 403.769 keV
vc (l) : 0 eV
vc (r) : 0 eV
cal (l) : 324.432 MeV
3.867 53.03 1.211 0 0 0
15.36 237.8 4.804 0 1.771 0
0 0 0.1599 0 0.2682 0
0 4.315 1.356 0 0.4935 0
cal (r) : 219.091 MeV
cal (l) : 369.577 MeV
2.702 13.52 0 0 0 0
41.45 292.7 1.61 0.2956 0 0
7.143 10.12 0 0 0 0
0 0 0 0 0 0
cal (r) : 222.093 MeV
0 0 0 0 0 0
1.915 78.58 107.4 0.3045 0 0
3.519 12.95 14.14 0.2942 0 0
Event 9173
--- Track Points
monitor : pi- [1,bp] 738.3 MeV : -0.243 1.113 -0.125 cm [-0.0005352, 0.01233, 0.9999]
target : pi- [1,bp] 737.7 MeV : 3.035 3.973 1.483 cm [-0.6428, -0.766, 0.01232]
: eta [3,op] 364.5 MeV : 2.292 3.088 1.497 cm [-0.3121, -0.9468, -0.07819]
: neutron [4,np] 423.8 MeV : 2.292 3.088 1.497 cm [-0.8511, -0.5175, 0.08838]
: gamma [6,opdp] 231.5 MeV : 2.292 3.088 1.497 cm [-0.952, 0.2926, -0.09012]
: gamma [5,opdp] 426.5 MeV : 2.292 3.088 1.497 cm [0.2501, -0.968, -0.0179]
vc (l) : gamma [5,opdp] 426.5 MeV : -7.859 0.3938 -0.25 cm [-0.1824, -0.0179, 0.9831]
vc (r) : gamma [6,opdp] 231.5 MeV : -5.766 -3.951 -0.25 cm [-0.03621, -0.09012, 0.9953]
cal (l) : gamma [5,opdp] 426.5 MeV : -8.091 0.371 -15 cm [-0.1824, -0.0179, 0.9831]
cal (r) : gamma [6,opdp] 231.5 MeV : -5.811 -4.064 -15 cm [-0.03621, -0.09012, 0.9953]
---
angle between the eta decay products : 121.314 deg
--- Triggered angular ranges:
4 [ 0.4000, 0.2000)
--- Production model data:
Incident particle (LAB) : pi- -0.5974 8.9510 737.3252 MeV -- 750.4723 MeV
(SCM) : pi- -0.3690 5.5280 455.3631 MeV -- 476.3046 MeV
Nucleus particle (LAB) : proton -0.0000 0.0000 0.0000 eV -- 938.2720 MeV
(SCM) : proton 0.3690 -5.5280 -455.3631 MeV -- 1.0429 GeV
Output particle (LAB) : eta 134.7048 -28.5003 337.4956 MeV -- 658.0377 MeV
(SCM) : eta 134.9331 -31.9209 55.7316 MeV -- 567.8773 MeV
Nucleus output particle (LAB) : neutron -135.3022 37.4513 399.8296 MeV -- 1.0307 GeV
(SCM) : neutron -134.9331 31.9209 -55.7316 MeV -- 951.3753 MeV
--- Reconstructed data:
-- entry points:
left: -10.6792 -0.139026 -15 cm
right: -5.48147 -3.79428 -15 cm
target: 0 0 0 fm
-- the angle: 125.038 deg
-- mass of the output particle: 582.991 MeV
-- mass of the nucleus output particle: 911.609 MeV
-- production model data:
Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV
(SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV
Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV
(SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV
Output particle (LAB) : eta 112.2431 -16.8571 330.9529 MeV -- 679.9197 MeV
(SCM) : eta 112.2431 -16.8571 39.7118 MeV -- 595.2630 MeV
Nucleus output particle (LAB) : neutron -112.2431 16.8571 399.0471 MeV -- 1.0016 GeV
(SCM) : neutron -112.2431 16.8571 -39.7118 MeV -- 919.5057 MeV
-- triggered angular ranges:
4 [ 0.4000, 0.2000)
--- Energy Deposit
monitor : 419.879 keV
vc (l) : 0 eV
vc (r) : 73.8959 keV
cal (l) : 427.22 MeV
0 0 0 0 1.804 0.5269
0 0 0 0.6654 108.9 88.34
0 0 0 3.666 202.3 16.8
0 0 0 0 2.468 1.806
cal (r) : 252.699 MeV
0 0 0 0.3247 0 0
0 0 0 0.0394 2.144 0
0 0 0.1996 165.5 67.59 0
0 0 0.3734 7.577 8.692 0.2958
Event 11989
--- Track Points
monitor : pi- [1,bp] 732.7 MeV : 5.713 2.39 -1.25 mm [0.0007111, -0.02185, 0.9998]
target : pi- [1,bp] 732.1 MeV : 3.655 3.412 -0.3681 cm [-0.642, -0.7664, -0.02117]
: eta [3,op] 335.3 MeV : 2.674 -6.319 -4.798 mm [-0.8989, -0.438, -0.01139]
: neutron [4,np] 445.9 MeV : 2.674 -6.319 -4.798 mm [-0.3779, -0.9255, -0.02546]
: gamma [6,opdp] 253.2 MeV : 2.674 -6.319 -4.798 mm [0.2993, -0.9534, 0.03862]
: gamma [5,opdp] 389.1 MeV : 2.674 -6.319 -4.798 mm [-0.9694, 0.243, -0.03495]
vc (l) : gamma [6,opdp] 253.2 MeV : -7.744 1.784 -0.25 cm [-0.1317, 0.03862, 0.9905]
vc (r) : gamma [5,opdp] 389.1 MeV : 1.5 -2.549 -0.25 cm [0.0162, -0.03495, 0.9993]
cal (l) : gamma [6,opdp] 253.2 MeV : -7.911 1.833 -15 cm [-0.1317, 0.03862, 0.9905]
cal (r) : gamma [5,opdp] 389.1 MeV : 1.521 -2.593 -15 cm [0.0162, -0.03495, 0.9993]
---
angle between the eta decay products : 121.541 deg
--- Triggered angular ranges:
4 [ 0.4000, 0.2000)
--- Production model data:
Incident particle (LAB) : pi- -0.3209 -15.1739 730.7013 MeV -- 744.0662 MeV
(SCM) : pi- -0.1987 -9.3957 452.4520 MeV -- 473.5831 MeV
Nucleus particle (LAB) : proton 0.0000 -0.0000 0.0000 eV -- 938.2720 MeV
(SCM) : proton 0.1987 9.3957 -452.4520 MeV -- 1.0417 GeV
Output particle (LAB) : eta -136.4974 -3.8206 306.2638 MeV -- 642.3367 MeV
(SCM) : eta -136.3762 1.9105 30.2808 MeV -- 565.3953 MeV
Nucleus output particle (LAB) : neutron 136.1765 -11.3533 424.4374 MeV -- 1.0400 GeV
(SCM) : neutron 136.3762 -1.9105 -30.2808 MeV -- 949.8958 MeV
--- Reconstructed data:
-- entry points:
left: -8.36332 1.79503 -15 cm
right: 1.87467 -2.59788 -15 cm
target: 0 0 0 fm
-- the angle: 120.314 deg
-- mass of the output particle: 528.37 MeV
-- mass of the nucleus output particle: 965.238 MeV
-- production model data:
Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV
(SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV
Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV
(SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV
Output particle (LAB) : eta -114.5921 -8.3528 302.5902 MeV -- 619.6264 MeV
(SCM) : eta -114.5921 -8.3528 37.2839 MeV -- 542.0019 MeV
Nucleus output particle (LAB) : neutron 114.5921 8.3528 427.4098 MeV -- 1.0619 GeV
(SCM) : neutron 114.5921 8.3528 -37.2839 MeV -- 972.7667 MeV
-- triggered angular ranges:
4 [ 0.4000, 0.2000)
--- Energy Deposit
monitor : 413.041 keV
vc (l) : 0 eV
vc (r) : 121.824 keV
cal (l) : 253.076 MeV
0 0 0.5126 0 1.264 1.047
0 0 0 9.088 215.2 7.275
0 0 0 4.79 11.05 2.125
0 0 0.5998 0.09979 0 0
cal (r) : 366.551 MeV
0 0 0 0.9747 0 0
0 0 3.568 5.656 1.49 1.118
0.2274 2.384 327.1 8.227 0 0
0 12.39 2.301 1.063 0 0
Event 14958
--- Track Points
monitor : pi- [1,bp] 727.3 MeV : 1.938 -1.806 -0.125 cm [0.0006512, -0.001342, 1]
target : pi- [1,bp] 726.8 MeV : 4.487 2.205 -1.857 cm [-0.6401, -0.7683, -0.001434]
: eta [3,op] 292.5 MeV : 1.916 -0.8811 -1.863 cm [-0.9127, -0.4025, -0.07029]
: neutron [4,np] 482.9 MeV : 1.916 -0.8811 -1.863 cm [-0.4084, -0.9119, 0.04163]
: gamma [6,opdp] 386.6 MeV : 1.916 -0.8811 -1.863 cm [-0.9723, 0.2319, -0.02884]
: gamma [5,opdp] 234.5 MeV : 1.916 -0.8811 -1.863 cm [0.4647, -0.8846, -0.04014]
vc (l) : gamma [5,opdp] 234.5 MeV : 4.071 -4.161 -0.25 cm [0.04728, -0.04014, 0.9981]
vc (r) : gamma [6,opdp] 386.6 MeV : 2.04 -3.619 -0.25 cm [0.02768, -0.02884, 0.9992]
cal (l) : gamma [5,opdp] 234.5 MeV : 4.13 -4.211 -15 cm [0.04728, -0.04014, 0.9981]
cal (r) : gamma [6,opdp] 386.6 MeV : 2.075 -3.655 -15 cm [0.02768, -0.02884, 0.9992]
---
angle between the eta decay products : 130.977 deg
--- Triggered angular ranges:
6 [ 0.0000, -0.2000)
--- Production model data:
Incident particle (LAB) : pi- 3.1612 -0.4583 725.8761 MeV -- 739.1794 MeV
(SCM) : pi- 1.9613 -0.2843 450.3645 MeV -- 471.4997 MeV
Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV
(SCM) : proton -1.9613 0.2843 -450.3645 MeV -- 1.0408 GeV
Output particle (LAB) : eta -128.8206 -20.5606 261.7990 MeV -- 621.0547 MeV
(SCM) : eta -129.9945 -20.3904 -7.7666 MeV -- 563.4957 MeV
Nucleus output particle (LAB) : neutron 131.9818 20.1023 464.0771 MeV -- 1.0564 GeV
(SCM) : neutron 129.9945 20.3904 7.7666 MeV -- 948.7664 MeV
--- Reconstructed data:
-- entry points:
left: 4.94568 -2.73495 -15 cm
right: 0.727055 -3.47495 -15 cm
target: 0 0 0 fm
-- the angle: 133.66 deg
-- mass of the output particle: 561.119 MeV
-- mass of the nucleus output particle: 940.874 MeV
-- production model data:
Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV
(SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV
Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV
(SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV
Output particle (LAB) : eta -85.5141 -32.6191 245.9114 MeV -- 619.4385 MeV
(SCM) : eta -85.5141 -32.6191 -25.5428 MeV -- 569.1081 MeV
Nucleus output particle (LAB) : neutron 85.5141 32.6191 484.0886 MeV -- 1.0621 GeV
(SCM) : neutron 85.5141 32.6191 25.5428 MeV -- 945.6605 MeV
-- triggered angular ranges:
7 [-0.2000, -0.4000)
--- Energy Deposit
monitor : 361.566 keV
vc (l) : 0 eV
vc (r) : 0 eV
cal (l) : 256.854 MeV
0 0.4093 0 0 0 0
0.6243 7.337 1.295 0.3218 0 0
1.231 38.48 199 1.878 0 0
0.4083 0.5018 4.055 0.6078 0.7345 0
cal (r) : 362.584 MeV
0 0 0 0 0 0
0 0 3.932 1.1 2.855 0.2229
0 1.971 319 8.975 1.216 0.9161
0 2.645 16.35 2.634 0.7816 0
Event 15853
--- Track Points
monitor : pi- [1,bp] 739.1 MeV : -9.982 -2.311 -1.25 mm [0.001653, 0.008939, 1]
target : pi- [1,bp] 738.6 MeV : 2.415 4.378 0.007223 cm [-0.6421, -0.7666, 0.008878]
: eta [3,op] 324.4 MeV : -1.076 0.2098 0.0555 cm [-0.8975, -0.4089, -0.1653]
: neutron [4,np] 473 MeV : -1.076 0.2098 0.0555 cm [-0.387, -0.9129, 0.1299]
: gamma [6,opdp] 222.8 MeV : -1.076 0.2098 0.0555 cm [0.5251, -0.8489, -0.06073]
: gamma [5,opdp] 413.9 MeV : -1.076 0.2098 0.0555 cm [-0.9859, 0.1364, -0.09683]
vc (l) : gamma [6,opdp] 222.8 MeV : 6.131 -3.583 -0.25 cm [0.1171, -0.06073, 0.9913]
vc (r) : gamma [5,opdp] 413.9 MeV : 7.281 -5.597 -0.25 cm [0.1234, -0.09683, 0.9876]
cal (l) : gamma [6,opdp] 222.8 MeV : 6.279 -3.66 -15 cm [0.1171, -0.06073, 0.9913]
cal (r) : gamma [5,opdp] 413.9 MeV : 7.437 -5.72 -15 cm [0.1234, -0.09683, 0.9876]
---
angle between the eta decay products : 128.872 deg
--- Triggered angular ranges:
5 [ 0.2000, 0.0000)
--- Production model data:
Incident particle (LAB) : pi- -0.4138 7.8247 737.1977 MeV -- 750.3344 MeV
(SCM) : pi- -0.2555 4.8327 455.3099 MeV -- 476.2461 MeV
Nucleus particle (LAB) : proton -0.0000 0.0000 0.0000 eV -- 938.2720 MeV
(SCM) : proton 0.2555 -4.8327 -455.3099 MeV -- 1.0429 GeV
Output particle (LAB) : eta -137.7483 -53.6068 288.7390 MeV -- 636.6877 MeV
(SCM) : eta -137.5929 -56.5450 11.9230 MeV -- 567.8240 MeV
Nucleus output particle (LAB) : neutron 137.3345 61.4315 448.4587 MeV -- 1.0519 GeV
(SCM) : neutron 137.5929 56.5450 -11.9230 MeV -- 951.3435 MeV
--- Reconstructed data:
-- entry points:
left: 6.48787 -5.0803 -15 cm
right: 9.3996 -5.35848 -15 cm
target: 0 0 0 fm
-- the angle: 126.42 deg
-- mass of the output particle: 489.883 MeV
-- mass of the nucleus output particle: 1.00032 GeV
-- production model data:
Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV
(SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV
Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV
(SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV
Output particle (LAB) : eta -115.2671 -49.6293 271.3923 MeV -- 573.9240 MeV
(SCM) : eta -115.2671 -49.6293 24.6771 MeV -- 506.3043 MeV
Nucleus output particle (LAB) : neutron 115.2671 49.6293 458.6077 MeV -- 1.1076 GeV
(SCM) : neutron 115.2671 49.6293 -24.6771 MeV -- 1.0085 GeV
-- triggered angular ranges:
5 [ 0.2000, 0.0000)
--- Energy Deposit
monitor : 347.533 keV
vc (l) : 0 eV
vc (r) : 0 eV
cal (l) : 202.966 MeV
0 0 0 0 0 0
0 0 0.6407 0 0 0
0.6963 129.6 9.052 3.802 0.5266 0
0.7059 53.28 3.997 0.5647 0.06886 0
cal (r) : 370.958 MeV
0 0.4529 0 0 0 0
1.702 2.223 0.2183 0.2983 0 0
17.45 59.43 4.191 0.3686 0 0
9.824 273.5 1.306 0 0 0
0 4.72 26.98 0 0 0
0.5977 2.633 168.7 9.309 1.251 0
0.4973 0.7498 0.785 5.493 0.4176 0
Run terminated.
Run Summary
Number of events processed : 15854, effectively: 10
User=7.320000s Real=7.554676s Sys=0.000000s
Number of events processed : 13269, effectively: 10
User=4.980000s Real=5.031478s Sys=0.000000s
--- Setup acceptances (range | real (trg / mon) | rec (trg / mon / all)):
1 [ 1.0000, 0.8000) | 0.00080257 ( 1 / 1246 ) | 0.00080257 ( 1 / 1246 / 1522 )
2 [ 0.8000, 0.6000) | 0.00000000 ( 0 / 1285 ) | 0.00000000 ( 0 / 1285 / 1563 )
3 [ 0.6000, 0.4000) | 0.00000000 ( 0 / 1255 ) | 0.00000000 ( 0 / 1255 / 1545 )
4 [ 0.4000, 0.2000) | 0.00254237 ( 3 / 1180 ) | 0.00254237 ( 3 / 1180 / 1462 )
5 [ 0.2000, 0.0000) | 0.00167785 ( 2 / 1192 ) | 0.00167785 ( 2 / 1192 / 1478 )
6 [ 0.0000, -0.2000) | 0.00084388 ( 1 / 1185 ) | 0.00084388 ( 1 / 1185 / 1463 )
7 [-0.2000, -0.4000) | 0.00161681 ( 2 / 1237 ) | 0.00161681 ( 2 / 1237 / 1501 )
8 [-0.4000, -0.6000) | 0.00087184 ( 1 / 1147 ) | 0.00000000 ( 0 / 1147 / 1428 )
9 [-0.6000, -0.8000) | 0.00000000 ( 0 / 1169 ) | 0.00085543 ( 1 / 1169 / 1442 )
10 [-0.8000, -1.0000) | 0.00000000 ( 0 / 1221 ) | 0.00000000 ( 0 / 1221 / 1526 )
1 [ 1.0000, 0.8000) | 0.00100604 ( 1 / 994 ) | 0.00100604 ( 1 / 994 / 1229 )
2 [ 0.8000, 0.6000) | 0.00000000 ( 0 / 1002 ) | 0.00000000 ( 0 / 1002 / 1256 )
3 [ 0.6000, 0.4000) | 0.00000000 ( 0 / 1061 ) | 0.00000000 ( 0 / 1061 / 1287 )
4 [ 0.4000, 0.2000) | 0.00000000 ( 0 / 1031 ) | 0.00096993 ( 1 / 1031 / 1276 )
5 [ 0.2000, 0.0000) | 0.00307377 ( 3 / 976 ) | 0.00409836 ( 4 / 976 / 1206 )
6 [ 0.0000, -0.2000) | 0.00189934 ( 2 / 1053 ) | 0.00094967 ( 1 / 1053 / 1294 )
7 [-0.2000, -0.4000) | 0.00295567 ( 3 / 1015 ) | 0.00098522 ( 1 / 1015 / 1217 )
8 [-0.4000, -0.6000) | 0.00000000 ( 0 / 1000 ) | 0.00100000 ( 1 / 1000 / 1225 )
9 [-0.6000, -0.8000) | 0.00096805 ( 1 / 1033 ) | 0.00000000 ( 0 / 1033 / 1278 )
10 [-0.8000, -1.0000) | 0.00000000 ( 0 / 998 ) | 0.00100200 ( 1 / 998 / 1236 )
---
False hits (edt | rec): 0 | 0
================== Deleting memory pools ===================
Number of memory pools allocated: 15; of which, static: 3
Dynamic pools deleted: 12 / Total memory freed: 0.87 MB
Dynamic pools deleted: 12 / Total memory freed: 0.69 MB
============================================================
+3
View File
@@ -4,6 +4,9 @@ See `CONTRIBUTING.rst` for details of **required** info/format for each entry,
which **must** added in reverse chronological order (newest at the top). It must **not**
be used as a substitute for writing good git commit messages!
## 2025-02-28 Soon Yung Jun (exhgcaltb-V11-02-00)
- Restore the original beam energy after it is modified
- Ensure non-negative beam energy
## 2023-11-15 I. Hrivnacova (exhgcaltb-V11-01-01)
- Updated vis.mac:
@@ -219,12 +219,19 @@ void PrimaryGeneratorAction::GeneratePrimaries(G4Event *anEvent) {
break;
}
// Particle momentum
if (fMomentumGaussianSpread > 0) {
double energy = fParticleGun->GetParticleEnergy();
energy += G4RandGauss::shoot(0., fMomentumGaussianSpread) * energy;
const G4double meanEnergy = fParticleGun->GetParticleEnergy();
G4bool energySpread = (fMomentumGaussianSpread > 0);
if (energySpread) {
const G4double energy = std::max(0.,
(1. + G4RandGauss::shoot(0., fMomentumGaussianSpread)) * meanEnergy);
fParticleGun->SetParticleEnergy(energy);
}
fParticleGun->GeneratePrimaryVertex(anEvent);
// Restore the original energy if it was modified
if (energySpread) {
fParticleGun->SetParticleEnergy(meanEnergy);
}
}
}
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-03-ref-00 (6-December-2024)
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-03-ref-00 (6-December-2024)
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -1007,7 +1007,7 @@ Reading AM_organs.dat
Reading OrganMasses.dat
NOrganIDs: 142
Writing output to ICRP110.out
Total energy deposited over all Organs within the Phantom is 1.3753e-09 J
Total absorbed dose over all phantom organs is 2.99616e-09 Gy
Total energy deposited over all Organs within the Phantom is 1.40721e-09 J
Total absorbed dose over all phantom organs is 3.05384e-09 Gy
Graphics systems deleted.
Visualization Manager deleting...
@@ -2,40 +2,38 @@
--------------------------------
OrganID Edep (J) Dose (Gy)
--------------------------------
4 | 4.38393e-13 1.54309e-11
26 | 3.35782e-10 5.96575e-10
27 | 2.81717e-10 6.24568e-10
39 | 6.86597e-16 9.01993e-15
40 | 4.42992e-14 5.99448e-13
47 | 2.22272e-12 2.15966e-11
48 | 1.76483e-12 2.3995e-11
61 | 4.50637e-10 3.10784e-10
106 | 7.49143e-11 6.15156e-11
116 | 1.42299e-10 1.35715e-10
120 | 2.26191e-11 5.32339e-10
121 | 2.27474e-11 5.35359e-10
122 | 4.0111e-11 1.37678e-10
26 | 3.38183e-10 6.00841e-10
27 | 2.57248e-10 5.7032e-10
39 | 3.75818e-13 4.93717e-12
47 | 4.62163e-12 4.4905e-11
48 | 6.64712e-12 9.03755e-11
61 | 5.26965e-10 3.63424e-10
67 | 3.40238e-20 4.66718e-18
106 | 6.09758e-11 5.00701e-11
116 | 1.32968e-10 1.26817e-10
120 | 2.14719e-11 5.05341e-10
121 | 2.4802e-11 5.83713e-10
122 | 3.29498e-11 1.13097e-10
----------------------------------------------------------------------------
-------------------------------ORGAN INFO-----------------------------------
-----------------(of organs where edep/dose was recorded)-------------------
----------------------------------------------------------------------------
ID Organ Name Material ID Density (g/cm^3)
4 Posterior nasal passage down to larynx (ET2) 45 1.030
26 Cranium, cortical 2 1.920
27 Cranium, spongiosa 8 1.157
39 Mandible, cortical 2 1.920
40 Mandible, spongiosa 13 1.228
47 Cervical spine, cortical 2 1.920
48 Cervical spine, spongiosa 17 1.050
61 Brain 32 1.050
67 Eye bulb, left 34 1.050
106 Muscle, head 29 1.050
116 Residual tissue, head 49 0.950
120 Salivary glands, left 45 1.030
121 Salivary glands, right 45 1.030
122 Skin, head 27 1.090
Total Edep over all organs = 1.3753e-09 J
Total dose absorbed over all organs = 2.99616e-09 Gy
Total Edep over all organs = 1.40721e-09 J
Total dose absorbed over all organs = 3.05384e-09 Gy
----------------------------------------------------------------------------
----------------ORGAN ENERGY DEPOSITIONS AND ABSORBED DOSE------------------
@@ -44,11 +42,11 @@ Total dose absorbed over all organs = 2.99616e-09 Gy
----------------------------------------------------------------------------
OrganID Edep (J) Dose (Gy)
-------------------------------
0 | 1.54735e-10 0
0 | 2.66296e-11 0
1 | 0 0
2 | 0 0
3 | 0 0
4 | 4.38393e-13 1.54309e-11
4 | 0 0
5 | 0 0
6 | 0 0
7 | 0 0
@@ -70,8 +68,8 @@ OrganID Edep (J) Dose (Gy)
23 | 0 0
24 | 0 0
25 | 0 0
26 | 3.35782e-10 5.96575e-10
27 | 2.81717e-10 6.24568e-10
26 | 3.38183e-10 6.00841e-10
27 | 2.57248e-10 5.7032e-10
28 | 0 0
29 | 0 0
30 | 0 0
@@ -83,16 +81,16 @@ OrganID Edep (J) Dose (Gy)
36 | 0 0
37 | 0 0
38 | 0 0
39 | 6.86597e-16 9.01993e-15
40 | 4.42992e-14 5.99448e-13
39 | 3.75818e-13 4.93717e-12
40 | 0 0
41 | 0 0
42 | 0 0
43 | 0 0
44 | 0 0
45 | 0 0
46 | 0 0
47 | 2.22272e-12 2.15966e-11
48 | 1.76483e-12 2.3995e-11
47 | 4.62163e-12 4.4905e-11
48 | 6.64712e-12 9.03755e-11
49 | 0 0
50 | 0 0
51 | 0 0
@@ -105,13 +103,13 @@ OrganID Edep (J) Dose (Gy)
58 | 0 0
59 | 0 0
60 | 0 0
61 | 4.50637e-10 3.10784e-10
61 | 5.26965e-10 3.63424e-10
62 | 0 0
63 | 0 0
64 | 0 0
65 | 0 0
66 | 0 0
67 | 0 0
67 | 3.40238e-20 4.66718e-18
68 | 0 0
69 | 0 0
70 | 0 0
@@ -150,7 +148,7 @@ OrganID Edep (J) Dose (Gy)
103 | 0 0
104 | 0 0
105 | 0 0
106 | 7.49143e-11 6.15156e-11
106 | 6.09758e-11 5.00701e-11
107 | 0 0
108 | 0 0
109 | 0 0
@@ -160,13 +158,13 @@ OrganID Edep (J) Dose (Gy)
113 | 0 0
114 | 0 0
115 | 0 0
116 | 1.42299e-10 1.35715e-10
116 | 1.32968e-10 1.26817e-10
117 | 0 0
118 | 0 0
119 | 0 0
120 | 2.26191e-11 5.32339e-10
121 | 2.27474e-11 5.35359e-10
122 | 4.0111e-11 1.37678e-10
120 | 2.14719e-11 5.05341e-10
121 | 2.4802e-11 5.83713e-10
122 | 3.29498e-11 1.13097e-10
123 | 0 0
124 | 0 0
125 | 0 0
@@ -184,7 +182,7 @@ OrganID Edep (J) Dose (Gy)
137 | 0 0
138 | 0 0
139 | 0 0
140 | 2.94656e-14 1.47328e-10
140 | 2.12997e-14 1.06498e-10
141 | 0 0
Total energy depositied over all organs = 1.3753e-09 J
Total absorbed dose over all organs = 2.99616e-09 Gy
Total energy depositied over all organs = 1.40721e-09 J
Total absorbed dose over all organs = 3.05384e-09 Gy
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-03-ref-00 (6-December-2024)
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-03-ref-00 (6-December-2024)
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -159,14 +159,14 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics
Run terminated.
Run Summary
Number of events processed : 10
User=20.670000s Real=21.343105s Sys=0.010000s
User=17.940000s Real=18.456672s Sys=0.010000s
... write file : SolidTargetCyclotron.root - done
... close file : SolidTargetCyclotron.root - done
G4 kernel has come to Quit state.
Deleting G4Run (id:0)
UserDetectorConstruction deleted 0x13e1c90
UserPhysicsList deleted 0x13e91f0
UserActionInitialization deleted 0x156fb60
UserDetectorConstruction deleted 0xf14c50
UserPhysicsList deleted 0xf1c1b0
UserActionInitialization deleted 0x10a2b20
UserWorkerInitialization deleted 0
UserWorkerThreadInitialization deleted 0
UserRunAction deleted.
+13 -13
View File
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-03-ref-00 (6-December-2024)
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -778,8 +778,8 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics
ooo Run 0 starts (global).
--------- Ranlux engine status ---------
Initial seed = 1733190394
float_seed_table[] = 0.360882 0.447177 0.444575 0.252963 0.260974 0.65486 0.72269 0.814901 0.520089 0.905083 0.124839 0.405592 0.544422 0.665476 0.540874 0.674277 0.70344 0.544798 0.58117 0.107627 0.702365 0.587153 0.375013 0.819679
Initial seed = 1742561474
float_seed_table[] = 0.57739 0.703981 0.268808 0.267803 0.927248 0.120821 0.595837 0.0118513 0.322893 0.412143 0.647073 0.0984073 0.842813 0.474125 0.654698 0.176873 0.422134 0.350676 0.111626 0.678596 0.356478 0.258324 0.777584 0.370067
i_lag = 23, j_lag = 9
carry = 0, count24 = 0
luxury = 3 nskip = 199
@@ -790,15 +790,15 @@ mu- Mono Plane
Run terminated.
Run Summary
Number of events processed : 100
User=1.580000s Real=1.601909s Sys=0.000000s
User=0.950000s Real=0.948389s Sys=0.000000s
### Run 0 (global) ended.
Graphics systems deleted.
Visualization Manager deleting...
G4 kernel has come to Quit state.
Deleting G4Run (id:0)
UserDetectorConstruction deleted 0x2174bc0
UserPhysicsList deleted 0x21b5d68
UserActionInitialization deleted 0x234abd0
UserDetectorConstruction deleted 0x19f0b80
UserPhysicsList deleted 0x1a31d28
UserActionInitialization deleted 0x1bc6b90
UserWorkerInitialization deleted 0
UserWorkerThreadInitialization deleted 0
UserRunAction deleted.
@@ -808,23 +808,23 @@ G4SDManager deleted.
EventManager deleted.
Units table cleared.
TransportationManager deleted.
Total navigation history collections cleaned: 10
Total navigation history collections cleaned: 9
G4RNGHelper object is deleted.
================== Deleting memory pools ===================
Pool ID '20G4NavigationLevelRep', size : 0.0135 MB
Pool ID '20G4NavigationLevelRep', size : 0.0115 MB
Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB
Pool ID '17G4DynamicParticle', size : 0.0231 MB
Pool ID '17G4DynamicParticle', size : 0.024 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.0461 MB
Pool ID '7G4Track', size : 0.0471 MB
Pool ID '18G4TouchableHistory', size : 0.000961 MB
Pool ID '15G4CountedObjectIvE', size : 0.000961 MB
Pool ID '15UltraOpticalHit', size : 0.00385 MB
Pool ID '15UltraOpticalHit', size : 0.000961 MB
Number of memory pools allocated: 12 of which, static: 0
Dynamic pools deleted: 12 / Total memory freed: 0.094 MB
Dynamic pools deleted: 12 / Total memory freed: 0.091 MB
============================================================
G4Allocator objects are deleted.
UImanager deleted.
+5 -5
View File
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-03-ref-00 (6-December-2024)
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -199,7 +199,7 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008
Run terminated.
Run Summary
Number of events processed : 10000
User=3.730000s Real=3.881180s Sys=0.000000s
User=2.840000s Real=2.855239s Sys=0.000000s
-------------------------------------------------------------
---> The calorimeter is 9 Modules
@@ -326,9 +326,9 @@ N=17 V[N]={2125414173700100552, 2142585805957254368, 76522162894449253, 17841580
---------------------------------------
G4 kernel has come to Quit state.
Deleting G4Run (id:0)
UserDetectorConstruction deleted 0xf51240
UserPhysicsList deleted 0xf84e30
UserActionInitialization deleted 0x110b8c0
UserDetectorConstruction deleted 0x1edf200
UserPhysicsList deleted 0x1f12df0
UserActionInitialization deleted 0x2099880
UserWorkerInitialization deleted 0
UserWorkerThreadInitialization deleted 0
UserRunAction deleted.
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-03-ref-00 (6-December-2024)
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-03-ref-00 (6-December-2024)
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -957,15 +957,15 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics
Run terminated.
Run Summary
Number of events processed : 20
User=15.240000s Real=16.118912s Sys=0.010000s
User=13.010000s Real=13.223118s Sys=0.050000s
### Run 0 end.
... write file : ccal.root - done
... close file : ccal.root - done
G4 kernel has come to Quit state.
Deleting G4Run (id:0)
UserDetectorConstruction deleted 0xec6160
UserPhysicsList deleted 0xec7320
UserActionInitialization deleted 0x1082a20
UserDetectorConstruction deleted 0x13d9120
UserPhysicsList deleted 0x13da2e0
UserActionInitialization deleted 0x15959e0
UserWorkerInitialization deleted 0
UserWorkerThreadInitialization deleted 0
UserRunAction deleted.
@@ -976,24 +976,24 @@ G4SDManager deleted.
EventManager deleted.
Units table cleared.
TransportationManager deleted.
Total navigation history collections cleaned: 52
Total navigation history collections cleaned: 49
G4RNGHelper object is deleted.
================== Deleting memory pools ===================
Pool ID '20G4NavigationLevelRep', size : 0.0759 MB
Pool ID '20G4NavigationLevelRep', size : 0.0731 MB
Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB
Pool ID '17G4DynamicParticle', size : 0.0798 MB
Pool ID '17G4DynamicParticle', size : 0.0952 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.159 MB
Pool ID '18G4TouchableHistory', size : 0.00673 MB
Pool ID '7G4Track', size : 0.189 MB
Pool ID '18G4TouchableHistory', size : 0.00577 MB
Pool ID '15G4CountedObjectIvE', size : 0.000961 MB
Pool ID '17G4ReactionProduct', size : 0.0144 MB
Pool ID '17G4ReactionProduct', size : 0.0125 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.35 MB
Dynamic pools deleted: 13 / Total memory freed: 0.39 MB
============================================================
G4Allocator objects are deleted.
UImanager deleted.
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-03-ref-00 (6-December-2024)
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -745,7 +745,7 @@ Setting was ignored.
Run terminated.
Run Summary
Number of events processed : 10000
User=29.190000s Real=30.611031s Sys=0.000000s
User=23.000000s Real=23.160859s Sys=0.000000s
Graphics systems deleted.
Visualization Manager deleting...
================== Deleting memory pools ===================
@@ -1,4 +1,4 @@
Initial Seed for random engine: 1733190484
Initial Seed for random engine: 1742561548
Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type...
############################################
@@ -12,7 +12,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-03-ref-00 (6-December-2024)
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-03-ref-00 (6-December-2024)
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -630,21 +630,21 @@ Start closing geometry.
G4GeometryManager::ReportVoxelStats -- Voxel Statistics
Total memory consumed for geometry optimisation: 84655 kByte
Total CPU time elapsed for geometry optimisation: 51.99 seconds
Total CPU time elapsed for geometry optimisation: 39.94 seconds
Voxelisation: top CPU users:
Percent Total CPU System CPU Memory Volume
------- ---------- ---------- -------- ----------
50.68 26.35 0.11 42138k DNAPhysLV
49.16 25.56 0.11 42138k CellLogical
0.08 0.04 0.00 380k prism
50.08 20.00 0.11 42138k CellLogical
49.72 19.86 0.10 42138k DNAPhysLV
0.08 0.03 0.00 380k prism
Voxelisation: top memory users:
Percent Memory Heads Nodes Pointers Total CPU Volume
------- -------- ------ ------ -------- ---------- ----------
49.78 42137k 311671 314256 703064 26.35 DNAPhysLV
49.78 42137k 311671 314256 703064 25.56 CellLogical
0.45 379k 1273 3780 14482 0.04 prism
49.78 42137k 311671 314256 703064 20.00 CellLogical
49.78 42137k 311671 314256 703064 19.86 DNAPhysLV
0.45 379k 1273 3780 14482 0.03 prism
--------------------------------------------------------------------------------
### Run 0 starts.
@@ -662,14 +662,14 @@ DNAIndependentReactionTimeModel will be used ==========================
Run terminated.
Run Summary
Number of events processed : 10
User=1.930000s Real=2.033323s Sys=0.010000s
User=1.340000s Real=1.353612s Sys=0.000000s
... write file : molecular-dna.root - done
... close file : molecular-dna.root - done
G4 kernel has come to Quit state.
Deleting G4Run (id:0)
UserDetectorConstruction deleted 0x19ab590
UserPhysicsList deleted 0x19ef4e0
UserActionInitialization deleted 0x1a26ba0
UserDetectorConstruction deleted 0x17c1550
UserPhysicsList deleted 0x18054a0
UserActionInitialization deleted 0x183cb60
UserWorkerInitialization deleted 0
UserWorkerThreadInitialization deleted 0
UserRunAction deleted.
+5 -5
View File
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-03-ref-00 (6-December-2024)
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -776,14 +776,14 @@ N=17 V[N]={87900885656017340, 2136126672992718976, 110623987125446578, 176001763
Run terminated.
Run Summary
Number of events processed : 1000000
User=97.040000s Real=105.406807s Sys=2.170000s
User=62.360000s Real=64.047427s Sys=0.980000s
### End of Run (1000000 events)
G4 kernel has come to Quit state.
Deleting G4Run (id:0)
UserDetectorConstruction deleted 0x12ac6e0
UserPhysicsList deleted 0x12e85e8
UserActionInitialization deleted 0x1476970
UserDetectorConstruction deleted 0x9b56a0
UserPhysicsList deleted 0x9f15a8
UserActionInitialization deleted 0xb7f930
UserWorkerInitialization deleted 0
UserWorkerThreadInitialization deleted 0
UserRunAction deleted.
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-03-ref-00 (6-December-2024)
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -791,7 +791,7 @@ Index : 8 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 200000
User=559.630000s Real=586.238363s Sys=2.650000s
User=443.100000s Real=451.280795s Sys=1.380000s
--------------------End of Global Run-----------------------
The run was 200000 events /score/dumpQuantityToFile boxMesh_1 dose dose_longitudinal.out
+6 -6
View File
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-03-ref-00 (6-December-2024)
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -530,14 +530,14 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics
Run terminated.
Run Summary
Number of events processed : 1000
User=3.300000s Real=3.593375s Sys=0.010000s
User=2.920000s Real=2.937346s Sys=0.000000s
--- Run 0 (master) end. Total number of events: 1000.
User=3.300000s Real=3.593627s Sys=0.010000s
User=2.920000s Real=2.937592s Sys=0.000000s
G4 kernel has come to Quit state.
Deleting G4Run (id:0)
UserDetectorConstruction deleted 0x8b9ae0
UserPhysicsList deleted 0xb18c90
UserActionInitialization deleted 0xb23400
UserDetectorConstruction deleted 0x21ebaa0
UserPhysicsList deleted 0x244ac50
UserActionInitialization deleted 0x24553c0
UserWorkerInitialization deleted 0
UserWorkerThreadInitialization deleted 0
UserRunAction deleted.
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-03-ref-00 (6-December-2024)
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-03-ref-00 (6-December-2024)
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -875,12 +875,12 @@ Start closing geometry.
G4GeometryManager::ReportVoxelStats -- Voxel Statistics
Total memory consumed for geometry optimisation: 2 kByte
Total CPU time elapsed for geometry optimisation: 0 seconds
Total CPU time elapsed for geometry optimisation: 0.01 seconds
Voxelisation: top CPU users:
Percent Total CPU System CPU Memory Volume
------- ---------- ---------- -------- ----------
0.00 0.00 0.00 0k World
100.00 0.01 0.00 0k World
0.00 0.00 0.00 1k detectorMesh_0
0.00 0.00 0.00 1k detectorMesh_1
@@ -889,7 +889,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics
------- -------- ------ ------ -------- ---------- ----------
46.13 1k 1 20 20 0.00 detectorMesh_0
46.13 1k 1 20 20 0.00 detectorMesh_1
7.74 0k 1 2 4 0.00 World
7.74 0k 1 2 4 0.01 World
--------------------------------------------------------------------------------
### Run 0 starts.
@@ -13756,7 +13756,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu
Run terminated.
Run Summary
Number of events processed : 10
User=1.270000s Real=1.344491s Sys=0.030000s
User=1.100000s Real=1.136850s Sys=0.030000s
--------------------End of Global Run-----------------------
The run consists of 10 proton of 50 MeV
@@ -13770,9 +13770,9 @@ Graphics systems deleted.
Visualization Manager deleting...
G4 kernel has come to Quit state.
Deleting G4Run (id:0)
UserDetectorConstruction deleted 0x1655f10
UserPhysicsList deleted 0x1652260
UserActionInitialization deleted 0x1813be0
UserDetectorConstruction deleted 0xedaed0
UserPhysicsList deleted 0xed7220
UserActionInitialization deleted 0x1098ba0
UserWorkerInitialization deleted 0
UserWorkerThreadInitialization deleted 0
UserRunAction deleted.
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
+9 -9
View File
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-03-ref-00 (6-December-2024)
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -220,19 +220,19 @@ Index : 3 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 100000
User=150.490000s Real=158.128130s Sys=0.030000s
User=112.250000s Real=113.443120s Sys=0.010000s
/control/doifBatch /score/dumpAllQuantitiesToFile Probes Probes.csv
/score/dumpAllQuantitiesToFile Probes Probes.csv
# Mesh or volume name: Probes -- # Primitive scorer name: dose
bin 0,0,0 : statistical error 27.4517(%)
to reduce the statistical error below 10%, increase number of events approximately 7.53597 times.
bin 0,0,0 : statistical error 31.41(%)
to reduce the statistical error below 10%, increase number of events approximately 9.86587 times.
# Mesh or volume name: Probes -- # Primitive scorer name: protonFlux
bin 0,0,0 : statistical error 22.7266(%)
to reduce the statistical error below 10%, increase number of events approximately 5.16497 times.
bin 0,0,0 : statistical error 29.0257(%)
to reduce the statistical error below 10%, increase number of events approximately 8.42494 times.
# Mesh or volume name: Probes -- # Primitive scorer name: volFlx
bin 0,0,0 : statistical error 22.4495(%)
to reduce the statistical error below 10%, increase number of events approximately 5.0398 times.
bin 0,0,0 : statistical error 22.7812(%)
to reduce the statistical error below 10%, increase number of events approximately 5.18981 times.
================== Deleting memory pools ===================
Number of memory pools allocated: 12 of which, static: 0
Dynamic pools deleted: 12 / Total memory freed: 1.2 MB
Dynamic pools deleted: 12 / Total memory freed: 2.1 MB
============================================================
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-03-ref-00 (6-December-2024)
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -702,12 +702,12 @@ Run 0 starts ...
Run terminated.
Run Summary
Number of events processed : 500
User=5.160000s Real=5.450592s Sys=0.080000s
User=4.260000s Real=4.323517s Sys=0.040000s
Graphics systems deleted.
Visualization Manager deleting...
The simulation took: 8.16199 s to run (real time)
The simulation took: 7.60809 s to run (real time)
Dose is being written to Dose.out
i j k Dose(Gy)================== Deleting memory pools ===================
Number of memory pools allocated: 12 of which, static: 0
Dynamic pools deleted: 12 / Total memory freed: 0.32 MB
Dynamic pools deleted: 12 / Total memory freed: 0.42 MB
============================================================
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-03-ref-00 (6-December-2024)
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -10,7 +10,7 @@
**************************************************************
Geant4 version Name: geant4-11-03-ref-00 (6-December-2024)
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -603,7 +603,7 @@ Run 0 starts ...
Run terminated.
Run Summary
Number of events processed : 2000
User=10.500000s Real=12.220440s Sys=0.320000s
User=7.640000s Real=7.965769s Sys=0.100000s
/score/dumpQuantityToFile boxMesh_1 dose dose.out
Graphics systems deleted.
Visualization Manager deleting...
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-03-ref-00 (6-December-2024)
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -932,13 +932,13 @@ Start closing geometry.
G4GeometryManager::ReportVoxelStats -- Voxel Statistics
Total memory consumed for geometry optimisation: 395 kByte
Total CPU time elapsed for geometry optimisation: 0.23 seconds
Total CPU time elapsed for geometry optimisation: 0.2 seconds
Voxelisation: top CPU users:
Percent Total CPU System CPU Memory Volume
------- ---------- ---------- -------- ----------
52.17 0.12 0.00 152k EmModuleLogical
47.83 0.11 0.00 238k HadModuleLogical
55.00 0.11 0.00 152k EmModuleLogical
45.00 0.09 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
@@ -949,8 +949,8 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics
Voxelisation: top memory users:
Percent Memory Heads Nodes Pointers Total CPU Volume
------- -------- ------ ------ -------- ---------- ----------
60.17 238k 1385 2370 3792 0.11 HadModuleLogical
38.50 152k 1129 1152 2426 0.12 EmModuleLogical
60.17 238k 1385 2370 3792 0.09 HadModuleLogical
38.50 152k 1129 1152 2426 0.11 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
@@ -968,359 +968,359 @@ 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 : 55
Number of F1 Tiles with Positive energy : 57
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
1.71242 3.26195 4.00348
2.57907 7.33766 6.69549
Visible Energy in Hole Counter (MeV)
0 32.4345
0 177.551
Visible Energy in Upstream Dead Materials
1182.42
2691.63
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 36
N Tracks out of world 104
N Secondaries 86
EmEdep is=18053.1 MeV
HadEdep is=1.89574 MeV
Edep in FCAL1 FCAl2 : 18053.1 1.89574
EmEdep is=15075.4 MeV
HadEdep is=0.703927 MeV
Edep in FCAL1 FCAl2 : 15075.4 0.703927
**** Primary : 2
Vertex : (-3.76032,10.9751,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.80601 1.57394 4.20942
Visible Energy in Hole Counter (MeV)
0 38.4616
Visible Energy in Upstream Dead Materials
253.973
Visible Energy in Tail Catcher Scintillator
0 0 0 0 0 0 0
Visible Energy in Tail Catcher Absorber
0 0.0799994 0 0 0 0
N Tracks out of world 19
N Secondaries 135
EmEdep is=19127.7 MeV
HadEdep is=7.49977 MeV
Edep in FCAL1 FCAl2 : 19127.7 7.49977
**** Primary : 3
Vertex : (13.1951,2.677,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.7371 2.17147 1.63142
Visible Energy in Hole Counter (MeV)
0 97.9524
Visible Energy in Upstream Dead Materials
2107.68
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 74
N Secondaries 123
EmEdep is=16968.9 MeV
HadEdep is=0 MeV
Edep in FCAL1 FCAl2 : 16968.9 0
**** 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.83118 1.89471 1.89536
1.8573 1.55694 1.61062
Visible Energy in Hole Counter (MeV)
0 32.5707
Visible Energy in Upstream Dead Materials
284.29
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 22
N Secondaries 238
EmEdep is=19110.7 MeV
HadEdep is=0 MeV
Edep in FCAL1 FCAl2 : 19110.7 0
**** Primary : 3
Vertex : (13.1951,2.677,32740)
Number of F1 Tiles with Positive energy : 44
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
1.44848 1.73766 1.74269
Visible Energy in Hole Counter (MeV)
0 0.119893
Visible Energy in Upstream Dead Materials
15.6324
Visible Energy in Tail Catcher Scintillator
0 0 0 0 0 0 0
Visible Energy in Tail Catcher Absorber
0 0 0 0 0 0
N Tracks out of world 10
N Secondaries 306
EmEdep is=19431.7 MeV
HadEdep is=13.2519 MeV
Edep in FCAL1 FCAl2 : 19431.7 13.2519
**** 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)
2.31389 1.56181 1.57264
Visible Energy in Hole Counter (MeV)
0 0
Visible Energy in Upstream Dead Materials
6.57929
Visible Energy in Tail Catcher Scintillator
0 0 0 0 0 0 0
Visible Energy in Tail Catcher Absorber
0 0 0 0 0 0
N Tracks out of world 5
N Secondaries 303
EmEdep is=19768.3 MeV
HadEdep is=0 MeV
Edep in FCAL1 FCAl2 : 19768.3 0
**** Primary : 5
Vertex : (4.75859,7.01622,32740)
Number of F1 Tiles with Positive energy : 58
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
1.56157 1.92087 1.72176
Visible Energy in Hole Counter (MeV)
0 52.2218
Visible Energy in Upstream Dead Materials
620.709
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 43
N Secondaries 67
EmEdep is=18552.3 MeV
HadEdep is=0.847705 MeV
Edep in FCAL1 FCAl2 : 18552.3 0.847705
**** Primary : 6
Vertex : (1.94335,14.9228,32740)
Number of F1 Tiles with Positive energy : 40
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
1.60196 1.74373 1.46391
Visible Energy in Hole Counter (MeV)
0 4.88727
Visible Energy in Upstream Dead Materials
1.79383
2.59633
Visible Energy in Tail Catcher Scintillator
0 0 0 0 0 0 0
Visible Energy in Tail Catcher Absorber
0 0 0 0 0 0
N Tracks out of world 4
N Secondaries 133
EmEdep is=19829.4 MeV
HadEdep is=1.97263 MeV
Edep in FCAL1 FCAl2 : 19829.4 1.97263
EmEdep is=19799.4 MeV
HadEdep is=0 MeV
Edep in FCAL1 FCAl2 : 19799.4 0
**** Primary : 5
Vertex : (4.75859,7.01622,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.65902 1.61061 2.35777
Visible Energy in Hole Counter (MeV)
0 0
Visible Energy in Upstream Dead Materials
9.84591
Visible Energy in Tail Catcher Scintillator
0 0 0 0 0 0 0
Visible Energy in Tail Catcher Absorber
0 0 0 0 0 0
N Tracks out of world 2
N Secondaries 180
EmEdep is=19663.7 MeV
HadEdep is=0 MeV
Edep in FCAL1 FCAl2 : 19663.7 0
**** Primary : 6
Vertex : (1.94335,14.9228,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)
1.54924 1.55628 1.69596
Visible Energy in Hole Counter (MeV)
0 66.1231
Visible Energy in Upstream Dead Materials
530.44
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 25
N Secondaries 222
EmEdep is=18988.3 MeV
HadEdep is=0 MeV
Edep in FCAL1 FCAl2 : 18988.3 0
**** Primary : 7
Vertex : (-10.9878,-6.7949,32740)
Number of F1 Tiles with Positive energy : 71
Number of F1 Tiles with Positive energy : 57
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
1.80819 2.33558 2.28131
1.89929 1.53525 1.78492
Visible Energy in Hole Counter (MeV)
0 139.904
0 94.4816
Visible Energy in Upstream Dead Materials
5201.46
4633.9
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 160
N Secondaries 112
EmEdep is=12518.2 MeV
HadEdep is=0.146936 MeV
Edep in FCAL1 FCAl2 : 12518.2 0.146936
N Tracks out of world 125
N Secondaries 178
EmEdep is=13553.3 MeV
HadEdep is=0.53408 MeV
Edep in FCAL1 FCAl2 : 13553.3 0.53408
**** Primary : 8
Vertex : (10.9757,-1.49585,32740)
Number of F1 Tiles with Positive energy : 48
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.53031 1.59619 2.15734
1.73757 2.05683 1.91495
Visible Energy in Hole Counter (MeV)
0 0
Visible Energy in Upstream Dead Materials
7.63994
11.4031
Visible Energy in Tail Catcher Scintillator
0 0 0 0 0 0 0
0.129634 0 0 0 0 0 0
Visible Energy in Tail Catcher Absorber
0 0 0 0 0 0
N Tracks out of world 4
N Secondaries 176
EmEdep is=19744.6 MeV
HadEdep is=0 MeV
Edep in FCAL1 FCAl2 : 19744.6 0
N Tracks out of world 3
N Secondaries 222
EmEdep is=19696.8 MeV
HadEdep is=0.28744 MeV
Edep in FCAL1 FCAl2 : 19696.8 0.28744
**** Primary : 9
Vertex : (-27.7734,3.36444,32740)
Number of F1 Tiles with Positive energy : 61
Number of F1 Tiles with Positive energy : 63
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
2.70646 2.01955 2.0561
1.64165 1.63314 1.90006
Visible Energy in Hole Counter (MeV)
0 42.3821
0 78.158
Visible Energy in Upstream Dead Materials
4254.06
3514.35
Visible Energy in Tail Catcher Scintillator
0 0 0 0 0 0 0
Visible Energy in Tail Catcher Absorber
0 0 0 0 0 0
N Tracks out of world 110
N Secondaries 168
EmEdep is=14029.2 MeV
HadEdep is=5.57243 MeV
Edep in FCAL1 FCAl2 : 14029.2 5.57243
N Tracks out of world 119
N Secondaries 273
EmEdep is=14512 MeV
HadEdep is=0.0139527 MeV
Edep in FCAL1 FCAl2 : 14512 0.0139527
**** Primary : 10
Vertex : (-22.5474,4.1006,32740)
Number of F1 Tiles with Positive energy : 41
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.94682 1.99919 1.8053
1.85332 1.59136 2.22846
Visible Energy in Hole Counter (MeV)
0 0
Visible Energy in Upstream Dead Materials
7.22622
1.86358
Visible Energy in Tail Catcher Scintillator
0 0 0 0 0 0 0
Visible Energy in Tail Catcher Absorber
0 0 0 0 0 0
N Tracks out of world 4
N Secondaries 14
EmEdep is=19895.5 MeV
HadEdep is=3.76962 MeV
Edep in FCAL1 FCAl2 : 19895.5 3.76962
N Tracks out of world 1
N Secondaries 268
EmEdep is=19870.7 MeV
HadEdep is=0 MeV
Edep in FCAL1 FCAl2 : 19870.7 0
---> Begin of event: 11
**** Primary : 11
Vertex : (-6.31939,21.5056,32740)
Number of F1 Tiles with Positive energy : 45
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.54677 2.07828 1.60281
3.4047 1.59351 1.57649
Visible Energy in Hole Counter (MeV)
0 0
Visible Energy in Upstream Dead Materials
3.85561
11.0831
Visible Energy in Tail Catcher Scintillator
0 0 0 0 0 0 0
Visible Energy in Tail Catcher Absorber
0 0 0 0 0 0
N Tracks out of world 3
N Secondaries 314
EmEdep is=19732.8 MeV
HadEdep is=0.691443 MeV
Edep in FCAL1 FCAl2 : 19732.8 0.691443
N Secondaries 147
EmEdep is=19724 MeV
HadEdep is=0 MeV
Edep in FCAL1 FCAl2 : 19724 0
**** Primary : 12
Vertex : (17.1015,6.30557,32740)
Number of F1 Tiles with Positive energy : 45
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
2.81625 1.76504 1.77859
Visible Energy in Hole Counter (MeV)
0 0
Visible Energy in Upstream Dead Materials
10.2501
Visible Energy in Tail Catcher Scintillator
0 0 0 0 0 0 0
Visible Energy in Tail Catcher Absorber
0 0 0 0 0 0
N Tracks out of world 2
N Secondaries 105
EmEdep is=19802.3 MeV
HadEdep is=2.07056 MeV
Edep in FCAL1 FCAl2 : 19802.3 2.07056
**** Primary : 13
Vertex : (-24.9484,11.8659,32740)
Number of F1 Tiles with Positive energy : 30
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
3.48366 1.68488 1.68961
Visible Energy in Hole Counter (MeV)
0 104.454
Visible Energy in Upstream Dead Materials
17906.7
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 257
N Secondaries 202
EmEdep is=990.173 MeV
HadEdep is=2.52591 MeV
Edep in FCAL1 FCAl2 : 990.173 2.52591
**** Primary : 14
Vertex : (-0.133696,18.3151,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.79406 3.41436 1.98361
Visible Energy in Hole Counter (MeV)
0 0
Visible Energy in Upstream Dead Materials
9.17599
Visible Energy in Tail Catcher Scintillator
0 0 0 0 0 0 0
Visible Energy in Tail Catcher Absorber
0 0 0 0 0 0
N Tracks out of world 3
N Secondaries 238
EmEdep is=19633.6 MeV
HadEdep is=0 MeV
Edep in FCAL1 FCAl2 : 19633.6 0
**** Primary : 15
Vertex : (17.3196,17.6617,32740)
Number of F1 Tiles with Positive energy : 40
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
1.73439 1.69628 1.67912
Visible Energy in Hole Counter (MeV)
0 0
Visible Energy in Upstream Dead Materials
4.35334
Visible Energy in Tail Catcher Scintillator
0 0 0 0 0 0 0
Visible Energy in Tail Catcher Absorber
0 0 0 0 0 0
N Tracks out of world 5
N Secondaries 247
EmEdep is=19836.2 MeV
HadEdep is=0 MeV
Edep in FCAL1 FCAl2 : 19836.2 0
**** Primary : 16
Vertex : (-20.8489,10.8988,32740)
Number of F1 Tiles with Positive energy : 62
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
1.5838 1.83274 1.58777
Visible Energy in Hole Counter (MeV)
0 211.385
Visible Energy in Upstream Dead Materials
9068.27
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 291
N Secondaries 250
EmEdep is=8706.49 MeV
HadEdep is=6.93863 MeV
Edep in FCAL1 FCAl2 : 8706.49 6.93863
**** Primary : 17
Vertex : (-9.96316,-9.33478,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.68787 1.88013 2.23245
1.78068 1.99306 1.57576
Visible Energy in Hole Counter (MeV)
0 0
Visible Energy in Upstream Dead Materials
4.29124
7.79939
Visible Energy in Tail Catcher Scintillator
0 0 0 0 0 0 0
Visible Energy in Tail Catcher Absorber
0 0 0 0 0 0
N Tracks out of world 0
N Secondaries 173
EmEdep is=19856.8 MeV
HadEdep is=9.72552 MeV
Edep in FCAL1 FCAl2 : 19856.8 9.72552
**** Primary : 13
Vertex : (-24.9484,11.8659,32740)
Number of F1 Tiles with Positive energy : 21
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
1.91591 2.06653 1.73099
Visible Energy in Hole Counter (MeV)
0 171.283
Visible Energy in Upstream Dead Materials
17774.6
Visible Energy in Tail Catcher Scintillator
0 0 0 0 0 0 0
Visible Energy in Tail Catcher Absorber
0 0 0 0 0 0
N Tracks out of world 311
N Secondaries 99
EmEdep is=716.838 MeV
HadEdep is=0.244165 MeV
Edep in FCAL1 FCAl2 : 716.838 0.244165
**** Primary : 14
Vertex : (-0.133696,18.3151,32740)
Number of F1 Tiles with Positive energy : 39
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
2.02312 1.73368 1.83387
Visible Energy in Hole Counter (MeV)
0 0
Visible Energy in Upstream Dead Materials
6.97368
Visible Energy in Tail Catcher Scintillator
0 0 0 0 0 0 0
Visible Energy in Tail Catcher Absorber
0 0 0 0 0 0
N Tracks out of world 3
N Secondaries 131
EmEdep is=19847.3 MeV
HadEdep is=3.61876 MeV
Edep in FCAL1 FCAl2 : 19847.3 3.61876
**** Primary : 15
Vertex : (17.3196,17.6617,32740)
Number of F1 Tiles with Positive energy : 45
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
2.55054 1.67267 1.68993
Visible Energy in Hole Counter (MeV)
0 0.249746
Visible Energy in Upstream Dead Materials
4.29604
Visible Energy in Tail Catcher Scintillator
0 0 0 0 0 0 0
Visible Energy in Tail Catcher Absorber
0 0 0 0 0 0
N Tracks out of world 3
N Secondaries 186
EmEdep is=19796.1 MeV
HadEdep is=0.626593 MeV
Edep in FCAL1 FCAl2 : 19796.1 0.626593
**** Primary : 16
Vertex : (-20.8489,10.8988,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.98912 1.86235 1.72562
Visible Energy in Hole Counter (MeV)
0 127.478
Visible Energy in Upstream Dead Materials
7373.9
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 198
N Secondaries 209
EmEdep is=10967.1 MeV
HadEdep is=0 MeV
Edep in FCAL1 FCAl2 : 10967.1 0
**** Primary : 17
Vertex : (-9.96316,-9.33478,32740)
Number of F1 Tiles with Positive energy : 74
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
1.66684 5.96736 1.643
Visible Energy in Hole Counter (MeV)
0 67.6279
Visible Energy in Upstream Dead Materials
8142.42
Visible Energy in Tail Catcher Scintillator
0 0 0 0 0 0 0
Visible Energy in Tail Catcher Absorber
0 0 0 0 0 0
N Tracks out of world 197
N Secondaries 114
EmEdep is=9073.64 MeV
HadEdep is=4.33168 MeV
Edep in FCAL1 FCAl2 : 9073.64 4.33168
N Tracks out of world 5
N Secondaries 307
EmEdep is=19807.9 MeV
HadEdep is=3.73092 MeV
Edep in FCAL1 FCAl2 : 19807.9 3.73092
**** Primary : 18
Vertex : (-9.96316,-9.33478,32740)
Number of F1 Tiles with Positive energy : 60
Number of F1 Tiles with Positive energy : 53
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
3.65941 1.48034 2.21497
1.67632 1.61008 2.24746
Visible Energy in Hole Counter (MeV)
0 66.612
0 23.6075
Visible Energy in Upstream Dead Materials
815.781
2644.33
Visible Energy in Tail Catcher Scintillator
0 0 0 0 0 0 0
Visible Energy in Tail Catcher Absorber
0 0 0 0 0 0
N Tracks out of world 39
N Secondaries 130
EmEdep is=18060.8 MeV
HadEdep is=9.46246 MeV
Edep in FCAL1 FCAl2 : 18060.8 9.46246
N Tracks out of world 98
N Secondaries 128
EmEdep is=15685.5 MeV
HadEdep is=0.881462 MeV
Edep in FCAL1 FCAl2 : 15685.5 0.881462
Run terminated.
Run Summary
Number of events processed : 18
User=7.320000s Real=7.577222s Sys=0.000000s
User=5.900000s Real=6.011224s Sys=0.000000s
Graphics systems deleted.
Visualization Manager deleting...
G4 kernel has come to Quit state.
Deleting G4Run (id:0)
UserDetectorConstruction deleted 0xb2c0b0
UserPhysicsList deleted 0xb2d2c0
UserActionInitialization deleted 0xce8990
UserDetectorConstruction deleted 0x224a070
UserPhysicsList deleted 0x224b280
UserActionInitialization deleted 0x2406950
UserWorkerInitialization deleted 0
UserWorkerThreadInitialization deleted 0
UserRunAction deleted.
@@ -1330,18 +1330,18 @@ G4SDManager deleted.
EventManager deleted.
Units table cleared.
TransportationManager deleted.
Total navigation history collections cleaned: 42
Total navigation history collections cleaned: 45
G4RNGHelper object is deleted.
================== Deleting memory pools ===================
Pool ID '20G4NavigationLevelRep', size : 0.0596 MB
Pool ID '20G4NavigationLevelRep', size : 0.0625 MB
Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB
Pool ID '17G4DynamicParticle', size : 0.0807 MB
Pool ID '17G4DynamicParticle', size : 0.0798 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.161 MB
Pool ID '18G4TouchableHistory', size : 0.00481 MB
Pool ID '7G4Track', size : 0.159 MB
Pool ID '18G4TouchableHistory', size : 0.00577 MB
Pool ID '15G4CountedObjectIvE', size : 0.000961 MB
Pool ID '10G4Fragment', size : 0.00192 MB
Pool ID '17G4ReactionProduct', size : 0.00192 MB
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-03-ref-00 (6-December-2024)
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
+2 -2
View File
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-03-ref-00 (6-December-2024)
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -807,7 +807,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1
ThetaMin(p) < Theta(degree) < 180, pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
##### Create analysis manager 0x1ab2bf0
##### Create analysis manager 0x1fb8bb0
Using analysis manager
All Ntuples have been created
-> Event # 1 generated
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-03-ref-00 (6-December-2024)
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -353,7 +353,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics
--------------------------------------------------------------------------------
### Run 0 starts.
##### Create analysis manager 0x780290
##### Create analysis manager 0xce4250
Using analysis manager
... set ntuple merging row mode : row-wise - done
... create file : microelectronics.root - done
@@ -375,7 +375,7 @@ Elastic Cumulated Diff Cross : /cvmfs/geant4.cern.ch/share/data/G4EMLOW8.6.1/mic
Run terminated.
Run Summary
Number of events processed : 10
User=0.340000s Real=0.410808s Sys=0.010000s
User=0.310000s Real=1.643581s Sys=0.010000s
... write file : microelectronics.root - done
... close file : microelectronics.root - done
... clear all data - done
@@ -388,9 +388,9 @@ Graphics systems deleted.
Visualization Manager deleting...
G4 kernel has come to Quit state.
Deleting G4Run (id:0)
UserDetectorConstruction deleted 0x730c90
UserPhysicsList deleted 0x746ba0
UserActionInitialization deleted 0x7797b0
UserDetectorConstruction deleted 0xc94c50
UserPhysicsList deleted 0xcaab60
UserActionInitialization deleted 0xcdd770
UserWorkerInitialization deleted 0
UserWorkerThreadInitialization deleted 0
UserRunAction deleted.
+2 -2
View File
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-03-ref-00 (6-December-2024)
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -297,7 +297,7 @@ Index : 0 used in the geometry : Yes
==================================================================
##### Create analysis manager 0xfc5960
##### Create analysis manager 0x932920
Using analysis manager
Ntuple-1 created
Ntuple-2 created
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-03-ref-00 (6-December-2024)
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-03-ref-00 (6-December-2024)
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -906,7 +906,7 @@ Projection_index 0 Slice_index 0 Pixel_index 0
Run terminated.
Run Summary
Number of events processed : 20
User=0.000000s Real=0.000548s Sys=0.000000s
User=0.000000s Real=0.000458s Sys=0.000000s
/gps/direction 1.000000 0.000000 0.000000
/gps/pos/centre -36.000000 -14.400000 0.000000 um
/run/beamOn 20
@@ -936,7 +936,7 @@ Projection_index 0 Slice_index 0 Pixel_index 1
Run terminated.
Run Summary
Number of events processed : 20
User=0.010000s Real=0.007874s Sys=0.000000s
User=0.010000s Real=0.006447s Sys=0.000000s
/gps/direction 1.000000 0.000000 0.000000
/gps/pos/centre -36.000000 0.000000 0.000000 um
/run/beamOn 20
@@ -966,7 +966,7 @@ Projection_index 0 Slice_index 0 Pixel_index 2
Run terminated.
Run Summary
Number of events processed : 20
User=0.010000s Real=0.007055s Sys=0.000000s
User=0.000000s Real=0.005826s Sys=0.000000s
/gps/direction 1.000000 0.000000 0.000000
/gps/pos/centre -36.000000 14.400000 0.000000 um
/run/beamOn 20
@@ -996,7 +996,7 @@ Projection_index 0 Slice_index 0 Pixel_index 3
Run terminated.
Run Summary
Number of events processed : 20
User=0.000000s Real=0.007270s Sys=0.000000s
User=0.010000s Real=0.005871s Sys=0.000000s
/gps/direction 1.000000 0.000000 0.000000
/gps/pos/centre -36.000000 28.800000 0.000000 um
/run/beamOn 20
@@ -1026,7 +1026,7 @@ Projection_index 0 Slice_index 0 Pixel_index 4
Run terminated.
Run Summary
Number of events processed : 20
User=0.000000s Real=0.000144s Sys=0.000000s
User=0.000000s Real=0.000102s Sys=0.000000s
/gps/direction 0.809017 0.587785 0.000000
/gps/pos/centre -12.196397 -44.459959 0.000000 um
/run/beamOn 20
@@ -1056,7 +1056,7 @@ Projection_index 1 Slice_index 0 Pixel_index 0
Run terminated.
Run Summary
Number of events processed : 20
User=0.000000s Real=0.000121s Sys=0.000000s
User=0.000000s Real=0.000091s Sys=0.000000s
/gps/direction 0.809017 0.587785 0.000000
/gps/pos/centre -20.660504 -32.810114 0.000000 um
/run/beamOn 20
@@ -1086,7 +1086,7 @@ Projection_index 1 Slice_index 0 Pixel_index 1
Run terminated.
Run Summary
Number of events processed : 20
User=0.010000s Real=0.005458s Sys=0.000000s
User=0.000000s Real=0.004448s Sys=0.000000s
/gps/direction 0.809017 0.587785 0.000000
/gps/pos/centre -29.124612 -21.160269 0.000000 um
/run/beamOn 20
@@ -1116,7 +1116,7 @@ Projection_index 1 Slice_index 0 Pixel_index 2
Run terminated.
Run Summary
Number of events processed : 20
User=0.010000s Real=0.009289s Sys=0.000000s
User=0.010000s Real=0.007623s Sys=0.000000s
/gps/direction 0.809017 0.587785 0.000000
/gps/pos/centre -37.588719 -9.510424 0.000000 um
/run/beamOn 20
@@ -1146,7 +1146,7 @@ Projection_index 1 Slice_index 0 Pixel_index 3
Run terminated.
Run Summary
Number of events processed : 20
User=0.010000s Real=0.005493s Sys=0.000000s
User=0.010000s Real=0.004586s Sys=0.000000s
/gps/direction 0.809017 0.587785 0.000000
/gps/pos/centre -46.052827 2.139420 0.000000 um
/run/beamOn 20
@@ -1176,7 +1176,7 @@ Projection_index 1 Slice_index 0 Pixel_index 4
Run terminated.
Run Summary
Number of events processed : 20
User=0.000000s Real=0.000123s Sys=0.000000s
User=0.000000s Real=0.000094s Sys=0.000000s
/gps/direction 0.309017 0.951057 0.000000
/gps/pos/centre 16.265816 -43.137724 0.000000 um
/run/beamOn 20
@@ -1206,7 +1206,7 @@ Projection_index 2 Slice_index 0 Pixel_index 0
Run terminated.
Run Summary
Number of events processed : 20
User=0.000000s Real=0.000120s Sys=0.000000s
User=0.000000s Real=0.000083s Sys=0.000000s
/gps/direction 0.309017 0.951057 0.000000
/gps/pos/centre 2.570602 -38.687879 0.000000 um
/run/beamOn 20
@@ -1236,7 +1236,7 @@ Projection_index 2 Slice_index 0 Pixel_index 1
Run terminated.
Run Summary
Number of events processed : 20
User=0.000000s Real=0.007189s Sys=0.000000s
User=0.000000s Real=0.005911s Sys=0.000000s
/gps/direction 0.309017 0.951057 0.000000
/gps/pos/centre -11.124612 -34.238035 0.000000 um
/run/beamOn 20
@@ -1266,7 +1266,7 @@ Projection_index 2 Slice_index 0 Pixel_index 2
Run terminated.
Run Summary
Number of events processed : 20
User=0.010000s Real=0.007694s Sys=0.000000s
User=0.010000s Real=0.006404s Sys=0.000000s
/gps/direction 0.309017 0.951057 0.000000
/gps/pos/centre -24.819826 -29.788190 0.000000 um
/run/beamOn 20
@@ -1296,7 +1296,7 @@ Projection_index 2 Slice_index 0 Pixel_index 3
Run terminated.
Run Summary
Number of events processed : 20
User=0.010000s Real=0.006752s Sys=0.000000s
User=0.000000s Real=0.005571s Sys=0.000000s
/gps/direction 0.309017 0.951057 0.000000
/gps/pos/centre -38.515039 -25.338345 0.000000 um
/run/beamOn 20
@@ -1326,7 +1326,7 @@ Projection_index 2 Slice_index 0 Pixel_index 4
Run terminated.
Run Summary
Number of events processed : 20
User=0.000000s Real=0.000127s Sys=0.000000s
User=0.000000s Real=0.000104s Sys=0.000000s
/gps/direction -0.309017 0.951057 0.000000
/gps/pos/centre 38.515039 -25.338345 0.000000 um
/run/beamOn 20
@@ -1356,7 +1356,7 @@ Projection_index 3 Slice_index 0 Pixel_index 0
Run terminated.
Run Summary
Number of events processed : 20
User=0.000000s Real=0.000223s Sys=0.000000s
User=0.000000s Real=0.000085s Sys=0.000000s
/gps/direction -0.309017 0.951057 0.000000
/gps/pos/centre 24.819826 -29.788190 0.000000 um
/run/beamOn 20
@@ -1386,7 +1386,7 @@ Projection_index 3 Slice_index 0 Pixel_index 1
Run terminated.
Run Summary
Number of events processed : 20
User=0.010000s Real=0.007249s Sys=0.000000s
User=0.000000s Real=0.005949s Sys=0.000000s
/gps/direction -0.309017 0.951057 0.000000
/gps/pos/centre 11.124612 -34.238035 0.000000 um
/run/beamOn 20
@@ -1416,7 +1416,7 @@ Projection_index 3 Slice_index 0 Pixel_index 2
Run terminated.
Run Summary
Number of events processed : 20
User=0.000000s Real=0.007404s Sys=0.000000s
User=0.010000s Real=0.006176s Sys=0.000000s
/gps/direction -0.309017 0.951057 0.000000
/gps/pos/centre -2.570602 -38.687879 0.000000 um
/run/beamOn 20
@@ -1446,7 +1446,7 @@ Projection_index 3 Slice_index 0 Pixel_index 3
Run terminated.
Run Summary
Number of events processed : 20
User=0.010000s Real=0.007515s Sys=0.000000s
User=0.000000s Real=0.006138s Sys=0.000000s
/gps/direction -0.309017 0.951057 0.000000
/gps/pos/centre -16.265816 -43.137724 0.000000 um
/run/beamOn 20
@@ -1476,7 +1476,7 @@ Projection_index 3 Slice_index 0 Pixel_index 4
Run terminated.
Run Summary
Number of events processed : 20
User=0.000000s Real=0.000127s Sys=0.000000s
User=0.000000s Real=0.000091s Sys=0.000000s
/gps/direction -0.809017 0.587785 0.000000
/gps/pos/centre 46.052827 2.139420 0.000000 um
/run/beamOn 20
@@ -1506,7 +1506,7 @@ Projection_index 4 Slice_index 0 Pixel_index 0
Run terminated.
Run Summary
Number of events processed : 20
User=0.000000s Real=0.000132s Sys=0.000000s
User=0.000000s Real=0.000084s Sys=0.000000s
/gps/direction -0.809017 0.587785 0.000000
/gps/pos/centre 37.588719 -9.510424 0.000000 um
/run/beamOn 20
@@ -1536,7 +1536,7 @@ Projection_index 4 Slice_index 0 Pixel_index 1
Run terminated.
Run Summary
Number of events processed : 20
User=0.010000s Real=0.005650s Sys=0.000000s
User=0.010000s Real=0.004664s Sys=0.000000s
/gps/direction -0.809017 0.587785 0.000000
/gps/pos/centre 29.124612 -21.160269 0.000000 um
/run/beamOn 20
@@ -1566,7 +1566,7 @@ Projection_index 4 Slice_index 0 Pixel_index 2
Run terminated.
Run Summary
Number of events processed : 20
User=0.010000s Real=0.009440s Sys=0.000000s
User=0.010000s Real=0.007818s Sys=0.000000s
/gps/direction -0.809017 0.587785 0.000000
/gps/pos/centre 20.660504 -32.810114 0.000000 um
/run/beamOn 20
@@ -1596,7 +1596,7 @@ Projection_index 4 Slice_index 0 Pixel_index 3
Run terminated.
Run Summary
Number of events processed : 20
User=0.000000s Real=0.005418s Sys=0.000000s
User=0.000000s Real=0.004427s Sys=0.000000s
/gps/direction -0.809017 0.587785 0.000000
/gps/pos/centre 12.196397 -44.459959 0.000000 um
/run/beamOn 20
@@ -1626,7 +1626,7 @@ Projection_index 4 Slice_index 0 Pixel_index 4
Run terminated.
Run Summary
Number of events processed : 20
User=0.000000s Real=0.000125s Sys=0.000000s
User=0.000000s Real=0.000102s Sys=0.000000s
Graphics systems deleted.
Visualization Manager deleting...
================== Deleting memory pools ===================
@@ -1,4 +1,4 @@
Evt Eprim Etot LXe LXeTime PMT PMTTime Seed1 Seed2 First Flags
# MeV MeV hits ns hits ns hit
0 5.4860 5.0030 1187 0x1.8952f5d9640cp-14 5134 0x1.7ff10b7bebc43p+4 1 11161992 alpha electron other
0 5.4860 5.0030 1187 0x1.8952f5d9640cp-14 5134 0x1.7ff10b7bebc43p+4 1 35676552 alpha electron other
@@ -1,352 +1,352 @@
Evt Eprim Etot LXe LXeTime PMT PMTTime Seed1 Seed2 First Flags
# MeV MeV hits ns hits ns hit
3 0.0600 0.0600 66 0x1.4f6fc8c708fa8p-15 54 0x1.382377b3d35bep+5 1 36749704 gamma gamma electron
5 0x1.eb851eb851eb9p-5 0x1.b116228134481p-6 24 0x1.30809e8074632p-15 22 0x1.384d91212ec7ap+5 1 36749704 gamma gamma electron
9 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91932p-6 20 0x1.d734ca6f87d53p-14 28 0x1.d339b12d58062p+5 1 36749704 gamma gamma electron
14 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 59 0x1.6f517820463f2p-18 52 0x1.c93301b20aeb2p+5 1 36749704 gamma gamma electron
22 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 53 0x1.2b1cb06e9aef7p-10 57 0x1.7e73e500da077p+5 1 36749704 gamma gamma electron
28 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91935p-6 27 0x1.b6dd046de66ebp-17 20 0x1.975e0d6280108p+5 1 36749704 gamma gamma electron
30 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 63 0x1.e223592ae219fp-18 47 0x1.541dc3e1ca937p+5 1 36749704 gamma gamma electron
35 0x1.eb851eb851eb9p-5 0x1.430bee4acbd65p-5 44 0x1.31b96ae605e99p-17 22 0x1.a23997fb7ecf1p+5 1 36749704 gamma gamma electron
37 0x1.eb851eb851eb9p-5 0x1.04e09015551aap-7 10 0x1.7a415f64c52cap-10 142 0x1.2c7defa5f2f7ep+5 1 36749704 gamma gamma electron
38 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 63 0x1.9f5f2b8c1b6a5p-10 63 0x1.7830090ea0548p+5 1 36749704 gamma gamma electron
39 0x1.eb851eb851eb9p-5 0x1.26c7554ecd418p-6 24 0x1.933d729fd3a4bp-16 19 0x1.6d9d1421c31c7p+5 1 36749704 gamma gamma electron
40 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 51 0x1.6f6c333c49d82p-18 59 0x1.5c624f30c7ddbp+5 1 36749704 gamma gamma electron
41 0x1.eb851eb851eb9p-5 0x1.76213bad5f9a4p-6 32 0x1.358ac3e8d8199p-13 22 0x1.f1c48b11c1639p+5 1 36749704 gamma gamma electron
45 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 49 0x1.6136c8fd827bcp-17 49 0x1.faa52ae8f918p+4 1 36749704 gamma gamma electron
46 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 57 0x1.0d11644ae2262p-17 52 0x1.7aa68cc12d7ddp+5 1 36749704 gamma gamma electron
56 0x1.eb851eb851eb9p-5 0x1.70043d2e74e38p-5 47 0x1.391aa76ba8dc8p-12 46 0x1.4c8a877fc026p+5 1 36749704 gamma gamma electron
59 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 60 0x1.c30e4fcba7009p-18 53 0x1.65ab6929030d3p+5 1 36749704 gamma gamma electron
62 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91937p-6 13 0x1.a740ab8df6be4p-17 30 0x1.4f2328c2245cbp+5 1 36749704 gamma gamma electron
63 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 45 0x1.c14139b72af5dp-18 71 0x1.7a205e28924c8p+5 1 36749704 gamma gamma electron
64 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dd1p-6 33 0x1.ef90443cc0945p-17 25 0x1.6b4013dcf7776p+5 1 36749704 gamma gamma electron
66 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 43 0x1.b1167ff3043afp-18 90 0x1.71b051cff45b3p+5 1 36749704 gamma gamma electron
68 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 45 0x1.6ddd34bacdbaep-10 176 0x1.5ade2df69199ep+5 1 36749704 gamma gamma electron
69 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb5p-5 58 0x1.1d9ef2d3effafp-17 54 0x1.2649fb40614c9p+5 1 36749704 gamma gamma electron
72 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb5p-5 64 0x1.7660d4400a31ep-17 60 0x1.a1d13355242ebp+5 1 36749704 gamma gamma electron
74 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 65 0x1.9f6a202ac3fc3p-17 54 0x1.9477f1a640e2dp+5 1 36749704 gamma gamma electron
79 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 39 0x1.281a42ec441b1p-17 50 0x1.4f0e5f2347414p+5 1 36749704 gamma gamma electron
84 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 54 0x1.f209c584dedf7p-18 78 0x1.752f4e13563c2p+5 1 36749704 gamma gamma electron
85 0x1.eb851eb851eb9p-5 0x1.24da1e8343199p-6 17 0x1.f6384b9a04819p-18 18 0x1.6b953f0c3b735p+5 1 36749704 gamma gamma electron
87 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91937p-6 32 0x1.10dd271fa9092p-17 37 0x1.a4bb7e56e2ee8p+5 1 36749704 gamma gamma electron
91 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 57 0x1.6b5c95595d762p-8 137 0x1.339ad044e7941p+5 1 36749704 gamma gamma electron
92 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb5p-5 54 0x1.308afc89610e2p-15 61 0x1.a8727e6d3c881p+5 1 36749704 gamma gamma electron
93 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 58 0x1.206eee994eb57p-17 65 0x1.84c5d2fadd756p+5 1 36749704 gamma gamma electron
100 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 30 0x1.8d4fa61b3286cp-18 36 0x1.b73c177ae80f8p+5 1 36749704 gamma gamma electron
103 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 67 0x1.d83ff976b24a8p-17 45 0x1.c35800017baefp+5 1 36749704 gamma gamma electron
104 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebbp-5 55 0x1.8753d7ebcdc13p-18 58 0x1.7778b1446794ep+5 1 36749704 gamma gamma electron
105 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dcdp-6 26 0x1.64f5b44c30d31p-16 25 0x1.50cc052da9fecp+5 1 36749704 gamma gamma electron
110 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 52 0x1.d6a1d9fec718bp-17 72 0x1.4a36d392169aep+5 1 36749704 gamma gamma electron
113 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebcp-5 58 0x1.e6113cd4beeaep-18 61 0x1.393175f57858ap+5 1 36749704 gamma gamma electron
114 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 56 0x1.759f621d78334p-18 66 0x1.7b1c32ff81344p+5 1 36749704 gamma gamma electron
117 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 80 0x1.bf9a08ccf920bp-16 62 0x1.73545cf42d859p+5 1 36749704 gamma gamma electron
118 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 62 0x1.4777c0df7d3ddp-17 64 0x1.5e8a32bf79afbp+5 1 36749704 gamma gamma electron
119 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebcp-5 62 0x1.3f590b0859761p-17 67 0x1.caa1fa2774bbep+5 1 36749704 gamma gamma electron
120 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91933p-6 29 0x1.bc3feb4380406p-16 27 0x1.15de3354d6aabp+6 1 36749704 gamma gamma electron
121 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 57 0x1.74efb85768fa9p-18 43 0x1.52e6850a723ccp+5 1 36749704 gamma gamma electron
127 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 61 0x1.7280ad275d63bp-18 55 0x1.6a45bb2a846eep+5 1 36749704 gamma gamma electron
130 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dccp-6 20 0x1.7bdc76d62ef39p-18 23 0x1.0a9ffb9d151ap+6 1 36749704 gamma gamma electron
131 0x1.eb851eb851eb9p-5 0x1.96973d49aa813p-7 12 0x1.2249f87f71516p-13 13 0x1.3a7cf6743ade9p+5 1 36749704 gamma gamma electron
137 0x1.eb851eb851eb9p-5 0x1.b11622813448p-6 30 0x1.c3eb0e1b14e7p-18 19 0x1.4e97266dcb701p+5 1 36749704 gamma gamma electron
140 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 64 0x1.b048d751382f6p-17 66 0x1.3c99fdee57062p+5 1 36749704 gamma gamma electron
141 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 53 0x1.6b7c0f64d1071p-18 72 0x1.59a50809c704fp+5 1 36749704 gamma gamma electron
142 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 60 0x1.600173cac3494p-16 67 0x1.45278d2bdf3f4p+5 1 36749704 gamma gamma electron
143 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb5p-5 58 0x1.29254a9d03d43p-10 66 0x1.4a98939231021p+5 1 36749704 gamma gamma electron
145 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 49 0x1.993207a605485p-18 44 0x1.bc2f7468d4ca9p+5 1 36749704 gamma gamma electron
146 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91932p-6 33 0x1.4784d715fe81fp-16 29 0x1.f77fbe9e87fe5p+5 1 36749704 gamma gamma electron
147 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 70 0x1.3633c6e26c8b5p-17 68 0x1.93cf93ccec301p+5 1 36749704 gamma gamma electron
149 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 55 0x1.aebe8055d04bfp-18 51 0x1.5a5476f7847f8p+5 1 36749704 gamma gamma electron
150 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91936p-6 24 0x1.28a12e30040e2p-9 78 0x1.8f4b1d91f76a4p+5 1 36749704 gamma gamma electron
155 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb5p-5 84 0x1.e8077ffd97e72p-17 38 0x1.762a58fe68d64p+5 1 36749704 gamma gamma electron
157 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 73 0x1.6b8da19688ab6p-16 53 0x1.c81bbb68a7d5ap+5 1 36749704 gamma gamma electron
158 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 49 0x1.21cfc7ab99e41p-17 74 0x1.5742994fefe32p+5 1 36749704 gamma gamma electron
160 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91933p-6 20 0x1.d0e4d7140240ep-16 20 0x1.8f20d20efe804p+5 1 36749704 gamma gamma electron
163 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 70 0x1.176a9c2dfdc12p-17 51 0x1.6dcd493eab83fp+5 1 36749704 gamma gamma electron
165 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 55 0x1.78332bd35a5eep-17 74 0x1.3090b0f05f5d2p+5 1 36749704 gamma gamma electron
166 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 60 0x1.216878f586455p-8 67 0x1.8a2bc08bbb5bcp+5 1 36749704 gamma gamma electron
167 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dcep-6 32 0x1.1ac7258623df8p-14 17 0x1.cb454c1b37fd9p+5 1 36749704 gamma gamma electron
168 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91932p-6 36 0x1.2f15518948302p-16 23 0x1.6ccdc9086fc3dp+5 1 36749704 gamma gamma electron
172 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 53 0x1.3babc728b0914p-17 54 0x1.544fb1ab5edb1p+5 1 36749704 gamma gamma electron
173 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 69 0x1.81b0c4b44d976p-18 72 0x1.3acf5c6abfa2bp+5 1 36749704 gamma gamma electron
177 0x1.eb851eb851eb9p-5 0x1.d697c750f7292p-7 41 0x1.1956578dc32e8p-14 14 0x1.caf862e5affc7p+5 1 36749704 e- electron
178 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebbp-5 62 0x1.10de584dd8643p-17 54 0x1.a430f7c5194ccp+5 1 36749704 gamma gamma electron
180 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dcep-6 30 0x1.2559a354f302bp-16 30 0x1.4a469bf8698d9p+5 1 36749704 gamma gamma electron
185 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 87 0x1.a8a706469a48ap-13 55 0x1.8da62f68d69b4p+5 1 36749704 gamma gamma electron
187 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 55 0x1.14db8cd3fb143p-16 52 0x1.605e0cfa094fbp+5 1 36749704 gamma gamma electron
188 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 55 0x1.989fe1a69d8c7p-17 60 0x1.5772a35607f4p+5 1 36749704 gamma gamma electron
190 0x1.eb851eb851eb9p-5 0x1.47a8a09d99d97p-5 47 0x1.11e993153eec5p-17 29 0x1.4986f34272f7p+5 1 36749704 gamma gamma electron
191 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 44 0x1.e9fb73c5e604bp-18 44 0x1.28ed143d46f81p+5 1 36749704 gamma gamma electron
193 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 63 0x1.269b10df8aca8p-10 83 0x1.5615e62c6766cp+5 1 36749704 gamma gamma electron
194 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 46 0x1.6bdc492d20224p-17 57 0x1.290743872c0efp+5 1 36749704 gamma gamma electron
200 0x1.eb851eb851eb9p-5 0x1.b8928324e30e7p-7 16 0x1.6212fd8ceaa26p-13 14 0x1.6152cdaca65ap+5 1 36749704 gamma gamma electron
201 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 62 0x1.6378b69c1d103p-15 45 0x1.929c268da9c49p+5 1 36749704 gamma gamma electron
202 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebbp-5 53 0x1.767460188e5c5p-17 48 0x1.38cd40c90c595p+5 1 36749704 gamma gamma electron
207 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 57 0x1.dde25219d77d2p-16 76 0x1.66fdd651e833cp+5 1 36749704 gamma gamma electron
209 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebbp-5 61 0x1.782f71f3e159cp-18 59 0x1.6a07f828b43a3p+5 1 36749704 gamma gamma electron
213 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91936p-6 24 0x1.9a55c18d54596p-18 32 0x1.87a23be0f001dp+5 1 36749704 gamma gamma electron
215 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 64 0x1.a3cfccc372cadp-18 40 0x1.7e919578e5672p+5 1 36749704 gamma gamma electron
219 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb5p-5 71 0x1.73034606425f8p-9 59 0x1.75ed7b2bec846p+5 1 36749704 gamma gamma electron
221 0x1.eb851eb851eb9p-5 0x1.e39143d559ac8p-5 86 0x1.f1585774f741cp-17 60 0x1.522c5f7f87ca1p+5 1 36749704 gamma gamma electron
223 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 49 0x1.c47e65f9bd311p-18 55 0x1.70223357d5a47p+5 1 36749704 gamma gamma electron
227 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 51 0x1.c8ff156f56d58p-18 51 0x1.4c9095739cc29p+5 1 36749704 gamma gamma electron
228 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb4p-5 66 0x1.752e8e7e2dcdep-18 45 0x1.56973c79428b2p+5 1 36749704 gamma gamma electron
229 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 62 0x1.86c514c701da5p-18 42 0x1.6d3b63fa4a2b3p+5 1 36749704 gamma gamma electron
231 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 20 0x1.580e46916bcdep-18 14 0x1.a11eccc9f8eabp+5 1 36749704 gamma gamma electron
232 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb5p-5 53 0x1.85040d518d217p-16 73 0x1.7c96c3effa70dp+5 1 36749704 gamma gamma electron
234 0x1.eb851eb851eb9p-5 0x1.3fb5576541a33p-5 35 0x1.e2c7d7fb22da1p-17 27 0x1.1ec6ccd84b101p+5 1 36749704 gamma gamma electron
238 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 59 0x1.74412cfa225ecp-18 78 0x1.55b1a21274ef4p+5 1 36749704 gamma gamma electron
239 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 24 0x1.34ac09d70f518p-17 35 0x1.6b8a80ae08897p+5 1 36749704 gamma gamma electron
240 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebcp-5 68 0x1.fec438aa91075p-16 71 0x1.5679d024f86b5p+5 1 36749704 gamma gamma electron
243 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 44 0x1.a7ab5b18e7df5p-16 56 0x1.8c17c15298183p+5 1 36749704 gamma gamma electron
244 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 57 0x1.74ff6dda25a38p-10 80 0x1.4a64e9e95526cp+5 1 36749704 gamma gamma electron
246 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 63 0x1.65990f9e6f56fp-16 61 0x1.9c481c715d49cp+5 1 36749704 gamma gamma electron
248 0x1.eb851eb851eb9p-5 0x1.b9f89da59fc2p-10 2 0x1.7a9334c03d7ep-18 4 0x1.0e34749060aecp+5 1 36749704 gamma gamma electron
253 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 54 0x1.9db1cd7ab5dc4p-15 53 0x1.b6a1ba424168cp+5 1 36749704 gamma gamma electron
255 0x1.eb851eb851eb9p-5 0x1.be85e22cb0623p-7 7 0x1.489eb481779acp-14 13 0x1.21333e76f1004p+6 1 36749704 gamma gamma electron
257 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 50 0x1.cf9782139b664p-18 58 0x1.5414071cfe461p+5 1 36749704 gamma gamma electron
258 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 28 0x1.c1ae4469bd3f6p-18 32 0x1.7b91c1dbf56bcp+5 1 36749704 gamma gamma electron
263 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 55 0x1.a58d64e798224p-10 144 0x1.846a416238439p+5 1 36749704 gamma gamma electron
265 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 47 0x1.685b3d65949f2p-18 65 0x1.7e41f87292123p+5 1 36749704 gamma gamma electron
268 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb4p-5 53 0x1.61abd632b7617p-18 66 0x1.7813381c8bc69p+5 1 36749704 gamma gamma electron
271 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91931p-6 37 0x1.ebc382d655d2dp-18 28 0x1.65fc61d4bd337p+5 1 36749704 gamma gamma electron
272 0x1.eb851eb851eb9p-5 0x1.b00e5024db81fp-6 23 0x1.4d643df5a0e95p-17 23 0x1.25cbc8833a6d2p+5 1 36749704 gamma gamma electron
273 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 36 0x1.7bd3ea0b4f8bap-18 25 0x1.09b9b9ae24915p+6 1 36749704 gamma gamma electron
275 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dcep-6 25 0x1.218d9a7c16f58p-16 36 0x1.5e9b3b4c99c0bp+5 1 36749704 gamma gamma electron
280 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebbp-5 66 0x1.0519bd975719dp-9 56 0x1.8cbe03aa9adb7p+5 1 36749704 gamma gamma electron
284 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 52 0x1.a918976875865p-18 79 0x1.2ba1aa3725a33p+5 1 36749704 gamma gamma electron
287 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 84 0x1.70e9873f629aap-14 47 0x1.7d646e3538837p+5 1 36749704 gamma gamma electron
291 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 64 0x1.98d552a0e3c64p-18 71 0x1.73b42532b5389p+5 1 36749704 gamma gamma electron
292 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 70 0x1.2867340876f87p-16 63 0x1.6cc4b9f894884p+5 1 36749704 gamma gamma electron
294 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dcdp-6 30 0x1.12de1a8c37dc1p-14 28 0x1.b68ff52e6a5d7p+5 1 36749704 gamma gamma electron
307 0x1.eb851eb851eb9p-5 0x1.9707ebddbd542p-6 51 0x1.0eeb3dcf787ap-17 29 0x1.83d5b70711a29p+5 1 36749704 gamma gamma electron
310 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91935p-6 32 0x1.763b5a4aacd72p-13 25 0x1.4154c7358f11dp+5 1 36749704 gamma gamma electron
313 0x1.eb851eb851eb9p-5 0x1.b00e5024db81bp-6 24 0x1.d05392d74796fp-18 29 0x1.552e60a19edbp+5 1 36749704 gamma gamma electron
317 0x1.eb851eb851eb9p-5 0x1.1b8fa87f0faa9p-6 22 0x1.fd6c52134351bp-18 18 0x1.50df9784baf94p+5 1 36749704 gamma gamma electron
319 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91931p-6 29 0x1.5765f78b1eff3p-18 29 0x1.54c54808ac68cp+5 1 36749704 gamma gamma electron
320 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 49 0x1.9cd33c385e69ap-18 60 0x1.6da50d94dec22p+5 1 36749704 gamma gamma electron
327 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 53 0x1.9f598dc173b05p-18 62 0x1.53ba4375ca1b5p+5 1 36749704 gamma gamma electron
329 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebbp-5 42 0x1.ea525280765cdp-18 49 0x1.659e5164de99bp+5 1 36749704 gamma gamma electron
333 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 61 0x1.1870c876992f6p-17 46 0x1.0c43c0c92aa47p+5 1 36749704 gamma gamma electron
338 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91936p-6 38 0x1.3a1c804acb768p-17 30 0x1.fa8ccad97f842p+4 1 36749704 gamma gamma electron
349 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 62 0x1.0006189fae3fep-16 41 0x1.abb66e5e59f59p+5 1 36749704 gamma gamma electron
351 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 55 0x1.c2159a37aa34dp-18 50 0x1.91414e165eb3cp+5 1 36749704 gamma gamma electron
353 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 55 0x1.6c171c5233edp-18 58 0x1.5a930e729b1a6p+5 1 36749704 gamma gamma electron
356 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 55 0x1.76115c21c6432p-18 66 0x1.9da15545c9aaap+5 1 36749704 gamma gamma electron
357 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 54 0x1.5855749eb73d8p-18 98 0x1.2c327a46dbdebp+5 1 36749704 gamma gamma electron
359 0x1.eb851eb851eb9p-5 0x1.b00e5024db81cp-6 24 0x1.0adb23dcaa55cp-15 19 0x1.231b6ba63f437p+5 1 36749704 gamma gamma electron
362 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 83 0x1.f058762d6bee5p-18 56 0x1.ebb73a91d37fp+5 1 36749704 gamma gamma electron
364 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb4p-5 57 0x1.3b9f0f9505781p-17 43 0x1.3a57116809b63p+5 1 36749704 gamma gamma electron
365 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 26 0x1.f10b6513bbc86p-18 31 0x1.5c32c1f5276b7p+5 1 36749704 gamma gamma electron
366 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dccp-6 34 0x1.ae97682422f11p-18 22 0x1.63c2c9a50ca4fp+5 1 36749704 gamma gamma electron
371 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e9192fp-6 42 0x1.cd92313283cd4p-18 29 0x1.91bfac8fdb464p+5 1 36749704 gamma gamma electron
372 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 74 0x1.29127e2ffe247p-17 63 0x1.255df3ec36da5p+5 1 36749704 gamma gamma electron
373 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 63 0x1.83506b0bfdb8cp-18 49 0x1.b02ff0f43f029p+5 1 36749704 gamma gamma electron
374 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91936p-6 37 0x1.6dc8e9d628685p-18 37 0x1.8bfe5a75361b4p+5 1 36749704 gamma gamma electron
375 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 51 0x1.a82230858bf1ap-18 77 0x1.61be32723fcbfp+5 1 36749704 gamma gamma electron
377 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 61 0x1.3d4a908077133p-16 77 0x1.c9f271b733e8cp+5 1 36749704 gamma gamma electron
378 0x1.eb851eb851eb9p-5 0x1.b00e5024db81cp-6 21 0x1.cd36f102db6cp-18 20 0x1.4493b4f5512a7p+5 1 36749704 gamma gamma electron
380 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 73 0x1.94ef1334469dep-18 63 0x1.5609bf2103698p+5 1 36749704 gamma gamma electron
384 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 51 0x1.a97fd9a8d72e5p-18 53 0x1.6c1d3225445fdp+5 1 36749704 gamma gamma electron
385 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 48 0x1.93111bd03dab6p-17 57 0x1.450b239063797p+5 1 36749704 gamma gamma electron
388 0x1.eb851eb851eb9p-5 0x1.ae2659db83a0cp-6 42 0x1.9fefa0904d6cap-13 28 0x1.8015dde373a22p+5 1 36749704 gamma gamma electron
392 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 61 0x1.a1abbfd094b64p-18 61 0x1.8b44361b6b924p+5 1 36749704 gamma gamma electron
394 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 62 0x1.839f9b08b415ep-18 55 0x1.15779f8c4460bp+5 1 36749704 gamma gamma electron
396 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91933p-6 27 0x1.61c521f9d042ap-18 33 0x1.79a3be99b9ff8p+5 1 36749704 gamma gamma electron
400 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 53 0x1.48e6915a52754p-15 57 0x1.4b4bd8c589716p+5 1 36749704 gamma gamma electron
402 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91932p-6 42 0x1.7f69610ca5a44p-18 32 0x1.86ad9a7352f36p+5 1 36749704 gamma gamma electron
404 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 32 0x1.71796634a47b6p-18 31 0x1.2a04e25a274f8p+5 1 36749704 gamma gamma electron
405 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 72 0x1.42331287056c2p-15 57 0x1.b3ade5c19dc5ep+5 1 36749704 gamma gamma electron
406 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 49 0x1.64aabdbf87292p-8 128 0x1.7cdbda2a8381bp+5 1 36749704 gamma gamma electron
409 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 61 0x1.08524fd5f9c29p-17 60 0x1.8504a7567f51ap+5 1 36749704 gamma gamma electron
412 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 47 0x1.154a38889327p-15 60 0x1.1e045fc23565p+5 1 36749704 gamma gamma electron
418 0x1.eb851eb851eb9p-5 0x1.49e994d9b203bp-7 6 0x1.50da9395840a1p-17 11 0x1.9e566495e6309p+5 1 36749704 gamma gamma electron
422 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 52 0x1.054676fa67792p-17 56 0x1.86e9e8acbc08p+5 1 36749704 gamma gamma electron
424 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 44 0x1.80ab617337ef5p-18 63 0x1.b16d2d5d67187p+5 1 36749704 gamma gamma electron
425 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 58 0x1.51479ff824b78p-18 49 0x1.6684166b53bccp+5 1 36749704 gamma gamma electron
432 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb5p-5 55 0x1.62dd808d02136p-18 77 0x1.96b640ba8ae18p+5 1 36749704 gamma gamma electron
433 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dccp-6 39 0x1.06c9204575dc8p-13 32 0x1.755267de5d98p+5 1 36749704 gamma gamma electron
440 0x1.eb851eb851eb9p-5 0x1.29c4221f492f8p-6 37 0x1.1e569fd5d8cp-16 20 0x1.02b408d7e22fdp+5 1 36749704 e- electron
441 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 31 0x1.25777401382cap-14 31 0x1.beede7b805126p+5 1 36749704 gamma gamma electron
442 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 54 0x1.21b134521ee31p-17 63 0x1.2994b015cc1c1p+5 1 36749704 gamma gamma electron
444 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb4p-5 64 0x1.836538e5c6367p-18 59 0x1.a58a6d0fd4003p+5 1 36749704 gamma gamma electron
445 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91932p-6 34 0x1.a9b47caf272d9p-16 23 0x1.01b0c3eaddcdap+5 1 36749704 gamma gamma electron
447 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91935p-6 22 0x1.b69521f1c013ep-17 22 0x1.786f51a292f98p+4 1 36749704 gamma gamma electron
449 0x1.eb851eb851eb9p-5 0x1.96ca31e652f23p-6 30 0x1.ef7edb909a706p-14 27 0x1.8801607431534p+5 1 36749704 e- electron
452 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 51 0x1.0779abea8e974p-17 42 0x1.3ea766218417ap+5 1 36749704 gamma gamma electron
456 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 49 0x1.2576e9b035ae4p-17 50 0x1.7b13c18537238p+5 1 36749704 gamma gamma electron
460 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 45 0x1.db4846c52041dp-15 66 0x1.9308ad87c02c4p+5 1 36749704 gamma gamma electron
469 0x1.eb851eb851eb9p-5 0x1.672ead9274e21p-5 42 0x1.6ef6b2a826084p-16 29 0x1.2d3d6b4007feep+5 1 36749704 gamma gamma electron
470 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 46 0x1.41d333a1f5f4bp-13 52 0x1.56056a3d54a96p+5 1 36749704 gamma gamma electron
472 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 38 0x1.a2357886fc044p-18 63 0x1.8b945a2b7fb83p+5 1 36749704 gamma gamma electron
473 0x1.eb851eb851eb9p-5 0x1.686437b7fd31ep-5 53 0x1.19589a4a1fce5p-15 47 0x1.a47cc240f5463p+5 1 36749704 gamma gamma electron
476 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 69 0x1.5971e6f9698f4p-17 51 0x1.8380da7333a62p+5 1 36749704 gamma gamma electron
482 0x1.eb851eb851eb9p-5 0x1.a34ca0c282c72p-6 26 0x1.d391d49bfb584p-17 29 0x1.b7e3d60a39748p+5 1 36749704 gamma gamma electron
485 0x1.eb851eb851eb9p-5 0x1.b00e5024db81cp-6 19 0x1.3918e57e6f272p-16 29 0x1.5c3e79cef605bp+5 1 36749704 gamma gamma electron
490 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91935p-6 28 0x1.608eab89740b3p-18 33 0x1.3ef251723dd77p+5 1 36749704 gamma gamma electron
491 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 54 0x1.16218a7b7ad1ap-17 45 0x1.62467e7ceea48p+5 1 36749704 gamma gamma electron
493 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 56 0x1.a05607b4bb2e9p-16 56 0x1.51ae3457ec80dp+5 1 36749704 gamma gamma electron
495 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91932p-6 28 0x1.8a57dcba14c26p-18 24 0x1.6f8466c7fafdcp+5 1 36749704 gamma gamma electron
499 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 24 0x1.47c9b651a3fcp-10 33 0x1.d7cd062d1a1fbp+5 1 36749704 gamma gamma electron
500 0x1.eb851eb851eb9p-5 0x1.50aea3ecd9b2ap-5 42 0x1.09e38b7681b16p-9 114 0x1.63e16b6b2cb3dp+5 1 36749704 gamma gamma electron
508 0x1.eb851eb851eb9p-5 0x1.a34ca0c282c6fp-6 18 0x1.293c2bae957b9p-16 23 0x1.a8fc4c3fc5c14p+5 1 36749704 gamma gamma electron
510 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 50 0x1.4ff914b42058bp-18 45 0x1.a075174753f41p+5 1 36749704 gamma gamma electron
512 0x1.eb851eb851eb9p-5 0x1.d199d47307844p-6 43 0x1.f032962bc5c7ap-13 25 0x1.4fc95811ad83dp+5 1 36749704 e- electron
513 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 44 0x1.6d417ce63bb68p-18 61 0x1.62e043276f2dep+5 1 36749704 gamma gamma electron
516 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebbp-5 53 0x1.eec5b4164f673p-18 49 0x1.a5ef31b8a264cp+5 1 36749704 gamma gamma electron
520 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 44 0x1.5aa6afed97465p-18 55 0x1.533214f4e13cp+5 1 36749704 gamma gamma electron
525 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 27 0x1.e6aefb3ddc456p-18 20 0x1.b3853c678ead1p+4 1 36749704 gamma gamma electron
527 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebdp-5 53 0x1.9b55da8cbe5a3p-15 58 0x1.670a95e22a60ap+5 1 36749704 gamma gamma electron
528 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 58 0x1.b4f75f73232b1p-17 54 0x1.c6a57f020b0a6p+5 1 36749704 gamma gamma electron
531 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 83 0x1.bab8dd326464dp-14 50 0x1.5f524c95c2612p+5 1 36749704 gamma gamma electron
534 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 42 0x1.5ef0727404c9dp-10 106 0x1.57d8706c490a6p+5 1 36749704 gamma gamma electron
535 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 52 0x1.5f8d95fc154c2p-18 58 0x1.a28ef20371015p+5 1 36749704 gamma gamma electron
536 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91933p-6 25 0x1.f4731ad2ed3afp-17 25 0x1.612f38bd88c88p+5 1 36749704 gamma gamma electron
537 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 52 0x1.6f25345ec78f6p-18 66 0x1.57eb7e3aa72cep+5 1 36749704 gamma gamma electron
543 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 51 0x1.d38cf5868837p-10 156 0x1.6d061229d1cafp+5 1 36749704 gamma gamma electron
546 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 66 0x1.b4296520b03cp-18 53 0x1.88d24be2b223cp+5 1 36749704 gamma gamma electron
547 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 51 0x1.a05fc9b221b94p-18 80 0x1.5b00698d3949dp+5 1 36749704 gamma gamma electron
548 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 39 0x1.7b3cb982c33bbp-17 52 0x1.881b4df8307f4p+5 1 36749704 gamma gamma electron
549 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 35 0x1.53c6e6e7bda62p-17 65 0x1.006cf00723c7ap+5 1 36749704 gamma gamma electron
564 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 61 0x1.71786315c2605p-17 43 0x1.512f402a5f6d4p+5 1 36749704 gamma gamma electron
569 0x1.eb851eb851eb9p-5 0x1.b00e5024db81cp-6 16 0x1.21f75efcf4705p-17 25 0x1.d4f96b552dc75p+5 1 36749704 gamma gamma electron
574 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebbp-5 56 0x1.5f6e9eee3b002p-18 72 0x1.5f65ddb528aeap+5 1 36749704 gamma gamma electron
576 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebbp-5 46 0x1.91eac9ff5cddbp-10 144 0x1.82172c0b3f161p+5 1 36749704 gamma gamma electron
577 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 38 0x1.6c277e1d8b51ap-9 141 0x1.79f1e26d49f51p+5 1 36749704 gamma gamma electron
579 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb3p-5 64 0x1.611c3cb896cfcp-18 52 0x1.ab7d5f8269c83p+5 1 36749704 gamma gamma electron
580 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 61 0x1.8b4d0fbaa812dp-18 57 0x1.ce2fd9754d23ep+5 1 36749704 gamma gamma electron
590 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 47 0x1.b2eb48434e897p-18 64 0x1.62d9cb191512bp+5 1 36749704 gamma gamma electron
591 0x1.eb851eb851eb9p-5 0x1.be85e22cb0625p-7 16 0x1.93c41e7f53d7cp-16 14 0x1.5d45add0305ecp+5 1 36749704 gamma gamma electron
593 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91932p-6 21 0x1.cfcf97d17ac2p-18 30 0x1.6d2cda9aa4c39p+5 1 36749704 gamma gamma electron
594 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 58 0x1.676c6c6be8f16p-18 51 0x1.8650e053f7b3cp+5 1 36749704 gamma gamma electron
595 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 55 0x1.aafaf594b5bfep-17 72 0x1.64d85373d959ep+5 1 36749704 gamma gamma electron
602 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91933p-6 44 0x1.056b9e4d46b29p-15 32 0x1.4d447539e5cd7p+5 1 36749704 gamma gamma electron
605 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 52 0x1.591e5e71bf3c2p-18 66 0x1.72bebf5ae194bp+5 1 36749704 gamma gamma electron
614 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb5p-5 60 0x1.e8de54142221cp-18 67 0x1.89beb37d6a15fp+5 1 36749704 gamma gamma electron
615 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebcp-5 62 0x1.d5366f13599ep-16 59 0x1.5e814cd6fd8d6p+5 1 36749704 gamma gamma electron
624 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 60 0x1.82ed763459dddp-18 47 0x1.44a9f7bb4e4ffp+5 1 36749704 gamma gamma electron
625 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e9193p-6 26 0x1.9b5d01d7744bdp-18 23 0x1.87f063ad3540dp+5 1 36749704 gamma gamma electron
630 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91935p-6 27 0x1.a00e1a0e988aap-18 27 0x1.787ad33ead2c3p+5 1 36749704 gamma gamma electron
632 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dcap-6 33 0x1.30de8bc4d8fa5p-17 26 0x1.509f2a11f9c1bp+5 1 36749704 gamma gamma electron
633 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91932p-6 34 0x1.967429f3c315dp-16 27 0x1.f1a9744585352p+5 1 36749704 gamma gamma electron
634 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 53 0x1.03cd11f1325cfp-17 52 0x1.75061570b13eap+5 1 36749704 gamma gamma electron
636 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 60 0x1.19d4031f6618ap-16 57 0x1.ba2fbcd0a2815p+5 1 36749704 gamma gamma electron
644 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 52 0x1.09e3c02fbcb1ap-9 69 0x1.ca907d13c1484p+5 1 36749704 gamma gamma electron
647 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb5p-5 74 0x1.12fcbfd7edb4p-9 61 0x1.6120539d9757ap+5 1 36749704 gamma gamma electron
651 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 69 0x1.6abf2ffb36267p-18 59 0x1.14d366f1bf4d5p+5 1 36749704 gamma gamma electron
652 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 27 0x1.85f2dd3bafbe5p-18 26 0x1.00c67aa486dep+5 1 36749704 gamma gamma electron
661 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 27 0x1.381367c880524p-17 33 0x1.68f21f65b4cb5p+5 1 36749704 gamma gamma electron
662 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 60 0x1.1dec7fe361cd5p-17 50 0x1.c4c23fe4b1d1ep+5 1 36749704 gamma gamma electron
663 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb5p-5 56 0x1.1b74f88069091p-16 62 0x1.52ba3e7b116bdp+5 1 36749704 gamma gamma electron
670 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 45 0x1.5888f11932c42p-18 62 0x1.5f7c966426b8dp+5 1 36749704 gamma gamma electron
675 0x1.eb851eb851eb9p-5 0x1.7300e3e2b079dp-7 24 0x1.30d251922abdep-15 10 0x1.4e95b4657a928p+5 1 36749704 e- electron
681 0x1.eb851eb851eb9p-5 0x1.3a140aa35f17dp-5 48 0x1.769b34c52a55ap-14 42 0x1.90ba914276c3ap+5 1 36749704 gamma gamma electron
684 0x1.eb851eb851eb9p-5 0x1.b8928324e30e3p-7 19 0x1.3f20ce11e71bfp-12 10 0x1.64a6ecd9bfdd1p+5 1 36749704 gamma gamma electron
688 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebbp-5 76 0x1.9e7d2e252aa5dp-18 50 0x1.7657bc05eefabp+5 1 36749704 gamma gamma electron
689 0x1.eb851eb851eb9p-5 0x1.8acf8a81225b6p-6 55 0x1.43deda741e591p-17 22 0x1.2df562e88b70fp+5 1 36749704 gamma gamma electron
693 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dcap-6 36 0x1.10fd55a0f2bbfp-16 21 0x1.53169f93d2323p+5 1 36749704 gamma gamma electron
696 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb5p-5 67 0x1.88cd3e63ec9a6p-17 53 0x1.19757ef64aff2p+5 1 36749704 gamma gamma electron
701 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 54 0x1.7f789179dfb42p-10 154 0x1.840117b88aa42p+5 1 36749704 gamma gamma electron
705 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 71 0x1.f58d295ac9454p-10 162 0x1.6351c4f157011p+5 1 36749704 gamma gamma electron
707 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dc9p-6 25 0x1.bc0a20b7c59d4p-18 30 0x1.1a31eea76ba9fp+6 1 36749704 gamma gamma electron
709 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 33 0x1.32911b038c77fp-16 24 0x1.927a0ddd3b387p+5 1 36749704 gamma gamma electron
711 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 61 0x1.978923413b978p-18 59 0x1.7f5422c6441d3p+5 1 36749704 gamma gamma electron
714 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 49 0x1.887baf8a4f914p-18 65 0x1.65cbe95c53dc9p+5 1 36749704 gamma gamma electron
716 0x1.eb851eb851eb9p-5 0x1.07484ee2b3ae6p-5 41 0x1.8e38e6b561828p-17 32 0x1.d3850200b5666p+5 1 36749704 gamma gamma electron
717 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91931p-6 44 0x1.49aecad4eceaap-17 26 0x1.8092c88c55641p+5 1 36749704 gamma gamma electron
721 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91937p-6 22 0x1.85d03197dc11fp-17 31 0x1.985cbcaade145p+5 1 36749704 gamma gamma electron
725 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 65 0x1.b1c6945e8d18p-18 53 0x1.72f1131829a19p+5 1 36749704 gamma gamma electron
727 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 55 0x1.6bc24301e4b54p-10 84 0x1.5bd845e33be64p+5 1 36749704 gamma gamma electron
729 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dcfp-6 28 0x1.4e6f52bc63392p-16 24 0x1.474933afc03a8p+5 1 36749704 gamma gamma electron
733 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebdp-5 75 0x1.f04fdd4e1bd5ap-18 58 0x1.1751ee4b33b93p+5 1 36749704 gamma gamma electron
737 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 70 0x1.aa5cdd1323dbap-17 49 0x1.3e19a95b76987p+5 1 36749704 gamma gamma electron
742 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebcp-5 72 0x1.5689f74ab3808p-18 55 0x1.b8419cf58511cp+5 1 36749704 gamma gamma electron
743 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 49 0x1.156d5f7e37afbp-9 87 0x1.a48d39bdfaecdp+5 1 36749704 gamma gamma electron
744 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dcdp-6 26 0x1.69a0e049c8ad3p-17 32 0x1.2064391c8f683p+5 1 36749704 gamma gamma electron
749 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 32 0x1.731054925e3eap-17 32 0x1.37fb37eed17adp+5 1 36749704 gamma gamma electron
751 0x1.eb851eb851eb9p-5 0x1.33e67d739fee3p-6 37 0x1.99477c63a5b65p-11 18 0x1.6f4622557285ep+5 1 36749704 gamma gamma electron
753 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb3p-5 70 0x1.95239af567d58p-16 56 0x1.77df45d88cfbep+5 1 36749704 gamma gamma electron
755 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 61 0x1.9ba440efc4b48p-18 64 0x1.7d0e7790b64dep+5 1 36749704 gamma gamma electron
756 0x1.eb851eb851eb9p-5 0x1.76deef0e4034ap-5 45 0x1.ba2c7360b90ecp-18 44 0x1.5a1a6a74763d7p+5 1 36749704 gamma gamma electron
758 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebep-5 65 0x1.68afd6b38a9a9p-10 72 0x1.3430cd0046c3dp+5 1 36749704 gamma gamma electron
759 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 48 0x1.7c76c397c9788p-17 54 0x1.4679888c7b01p+5 1 36749704 gamma gamma electron
760 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dcap-6 29 0x1.9dd9e15212551p-10 80 0x1.6ef35e0f5462fp+5 1 36749704 gamma gamma electron
762 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb5p-5 67 0x1.67fafcf79506ap-18 48 0x1.1eb169f29ad3dp+5 1 36749704 gamma gamma electron
764 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 60 0x1.ff2b130d13e34p-18 58 0x1.6e7cd6551991ap+5 1 36749704 gamma gamma electron
765 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb3p-5 66 0x1.0ed2c4ee2933cp-17 48 0x1.33db64887f3d1p+5 1 36749704 gamma gamma electron
767 0x1.eb851eb851eb9p-5 0x1.be85e22cb0623p-7 16 0x1.576307331d9b9p-12 10 0x1.aaa68af20ba0ep+5 1 36749704 gamma gamma electron
768 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 53 0x1.57033f179327p-15 58 0x1.cabdb8605fa61p+5 1 36749704 gamma gamma electron
771 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 52 0x1.7c205f0d3c295p-18 63 0x1.379a52ecf1783p+5 1 36749704 gamma gamma electron
772 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91933p-6 32 0x1.d67e393aa0332p-13 20 0x1.19e105fb856a8p+5 1 36749704 gamma gamma electron
773 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 52 0x1.848b22e21a9f9p-18 73 0x1.6cd5d510d5b91p+5 1 36749704 gamma gamma electron
774 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebbp-5 65 0x1.6a31260bb6ap-17 59 0x1.a58a084c7f3edp+5 1 36749704 gamma gamma electron
776 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 47 0x1.aeeb1416ee71cp-18 72 0x1.5055fd83cf3b6p+5 1 36749704 gamma gamma electron
777 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebbp-5 64 0x1.2b6b2eab33555p-17 46 0x1.a8511a812a6dfp+4 1 36749704 gamma gamma electron
780 0x1.eb851eb851eb9p-5 0x1.a113e15e5449p-6 22 0x1.6d10456674124p-18 26 0x1.aed4e549e5208p+5 1 36749704 gamma gamma electron
781 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dd1p-6 29 0x1.93c2323d091c9p-15 31 0x1.cbc7fffae232fp+5 1 36749704 gamma gamma electron
791 0x1.eb851eb851eb9p-5 0x1.baaeb29a46e9fp-5 50 0x1.06de761948a63p-13 43 0x1.c48224cb68f9p+5 1 36749704 e- electron
794 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 57 0x1.7d8f13fa149b4p-18 75 0x1.9db1145fc864cp+5 1 36749704 gamma gamma electron
798 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91937p-6 39 0x1.5ba725b9f5768p-15 23 0x1.9cc4109cbeae6p+5 1 36749704 gamma gamma electron
803 0x1.eb851eb851eb9p-5 0x1.9600b0a947ddbp-5 61 0x1.adadc443e3ef7p-17 43 0x1.5071d2e2a550bp+5 1 36749704 gamma gamma electron
804 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 54 0x1.51e1d2e9183bfp-18 72 0x1.af142060a0c37p+5 1 36749704 gamma gamma electron
806 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91935p-6 17 0x1.52d95d019a0c8p-18 34 0x1.547fb2e728dc3p+5 1 36749704 gamma gamma electron
810 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91932p-6 31 0x1.0879ef5a4256ap-15 30 0x1.548be209f218cp+5 1 36749704 gamma gamma electron
813 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91935p-6 37 0x1.cce023e99618p-18 22 0x1.327f50ef70b1dp+5 1 36749704 gamma gamma electron
818 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91937p-6 25 0x1.5e1bb5d6fc63p-18 22 0x1.4d0f9c2dbd123p+5 1 36749704 gamma gamma electron
820 0x1.eb851eb851eb9p-5 0x1.b00e5024db818p-6 20 0x1.b661ebe12e0f8p-18 24 0x1.27170508c7165p+5 1 36749704 gamma gamma electron
824 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebcp-5 63 0x1.7af36cf581a86p-10 64 0x1.5da18ab0268edp+5 1 36749704 gamma gamma electron
826 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebcp-5 58 0x1.a1a0ef570edebp-18 53 0x1.499eda8cd213fp+5 1 36749704 gamma gamma electron
834 0x1.eb851eb851eb9p-5 0x1.b00e5024db81bp-6 27 0x1.06665ec7fcddbp-17 23 0x1.6ae39f17faf13p+5 1 36749704 gamma gamma electron
836 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebcp-5 54 0x1.054414b4e85ccp-16 58 0x1.cafc2d53cfffp+5 1 36749704 gamma gamma electron
838 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91932p-6 35 0x1.d92b3068f2d69p-18 23 0x1.abca2be727b6ap+5 1 36749704 gamma gamma electron
845 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 53 0x1.675af76b87e3p-16 66 0x1.9acefd9cc24cep+5 1 36749704 gamma gamma electron
846 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 32 0x1.f7d669faf48d9p-18 25 0x1.b7ee3cd38c2e1p+5 1 36749704 gamma gamma electron
851 0x1.eb851eb851eb9p-5 0x1.bda7037fb7192p-5 51 0x1.6ae547da56c1ap-11 46 0x1.752cc92234d24p+5 1 36749704 gamma gamma electron
852 0x1.eb851eb851eb9p-5 0x1.0d774c67b79f3p-6 22 0x1.d7b6d103e7ee8p-15 19 0x1.3da00ce9efcedp+5 1 36749704 gamma gamma electron
853 0x1.eb851eb851eb9p-5 0x1.2977ab57002b6p-5 46 0x1.b84a138108c62p-17 32 0x1.d1cebc4f0aa42p+5 1 36749704 e- electron
854 0x1.eb851eb851eb9p-5 0x1.4c08ed0e8bb43p-6 20 0x1.fa5c378759eb3p-17 22 0x1.890e4af578032p+5 1 36749704 gamma gamma electron
858 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 68 0x1.91322eddce0a2p-17 56 0x1.340e57a5e3972p+5 1 36749704 gamma gamma electron
864 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 70 0x1.021d9ba96e22fp-9 182 0x1.6851af4d80f67p+5 1 36749704 gamma gamma electron
865 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 47 0x1.a931899a5f2e3p-17 49 0x1.6204ed8eeda52p+5 1 36749704 gamma gamma electron
869 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91933p-6 39 0x1.1df5df3de8079p-14 23 0x1.fab1cd918532p+4 1 36749704 gamma gamma electron
873 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 54 0x1.d02f33e38f543p-17 43 0x1.3364ca2ee2a92p+5 1 36749704 gamma gamma electron
875 0x1.eb851eb851eb9p-5 0x1.b00e5024db81dp-6 21 0x1.74132d0445e14p-16 37 0x1.ab170f515516ep+5 1 36749704 gamma gamma electron
876 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 33 0x1.c22b39593daa4p-14 29 0x1.8500ed7481809p+5 1 36749704 gamma gamma electron
877 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 63 0x1.82620e546e0a3p-18 55 0x1.1f4a6c11c907p+5 1 36749704 gamma gamma electron
880 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebcp-5 49 0x1.60320483cc692p-18 65 0x1.385ec4dece9a2p+5 1 36749704 gamma gamma electron
882 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dccp-6 38 0x1.b2230dffed7efp-14 35 0x1.8340ce2bbef22p+5 1 36749704 gamma gamma electron
884 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 58 0x1.c8c3ad17cc7e4p-9 108 0x1.75d748b209748p+5 1 36749704 gamma gamma electron
888 0x1.eb851eb851eb9p-5 0x1.b00e5024db819p-6 29 0x1.2ae8db33828fap-16 22 0x1.3b678e88506c8p+5 1 36749704 gamma gamma electron
889 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 65 0x1.3d842643e1fa5p-17 73 0x1.7190a6867237fp+5 1 36749704 gamma gamma electron
892 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91936p-6 38 0x1.584c4c5b7661dp-17 30 0x1.a9070ff771bacp+5 1 36749704 gamma gamma electron
894 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dccp-6 46 0x1.762024beb9a53p-18 25 0x1.9dff5ddad5908p+5 1 36749704 gamma gamma electron
896 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 71 0x1.7021babbf695bp-10 150 0x1.789cfa393bd57p+5 1 36749704 gamma gamma electron
900 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 57 0x1.4eb0ee06e8f92p-10 65 0x1.513318ef0a557p+5 1 36749704 gamma gamma electron
901 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 69 0x1.84c1de9c6d41ap-16 40 0x1.6bae3ce186d88p+5 1 36749704 gamma gamma electron
905 0x1.eb851eb851eb9p-5 0x1.4c08ed0e8bb4p-6 20 0x1.05e02c7e2917ep-14 13 0x1.d8696d73462aap+4 1 36749704 gamma gamma electron
906 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91937p-6 29 0x1.053e9a448ee22p-16 27 0x1.849a5ac20e505p+5 1 36749704 gamma gamma electron
914 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb4p-5 54 0x1.6e4c5cb9063b3p-18 52 0x1.adb736ab8e6b1p+5 1 36749704 gamma gamma electron
916 0x1.eb851eb851eb9p-5 0x1.b116228134481p-6 24 0x1.3d1b109a65ad8p-16 23 0x1.ceba7fc48a801p+4 1 36749704 gamma gamma electron
924 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 63 0x1.c342157c09c3fp-18 54 0x1.b3acf9443a438p+5 1 36749704 gamma gamma electron
925 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebbp-5 49 0x1.889492c49bbe9p-10 66 0x1.7276e8a813c9ep+5 1 36749704 gamma gamma electron
936 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb4p-5 65 0x1.5528b9f679c9ep-18 64 0x1.35bf18780e202p+5 1 36749704 gamma gamma electron
939 0x1.eb851eb851eb9p-5 0x1.b00e5024db81ap-6 31 0x1.e2d9cfe72c0ecp-18 34 0x1.b3b1bfca2a1c8p+5 1 36749704 gamma gamma electron
940 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dc9p-6 22 0x1.f7a59da339d71p-18 32 0x1.b6e4fc662956dp+5 1 36749704 gamma gamma electron
943 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebbp-5 53 0x1.50e0aceec9001p-16 38 0x1.a47565c68602bp+5 1 36749704 gamma gamma electron
945 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 73 0x1.0860d33fb8b64p-9 61 0x1.681fb06e822cdp+5 1 36749704 gamma gamma electron
947 0x1.eb851eb851eb9p-5 0x1.595ae3212765cp-5 55 0x1.fe1a8b6156926p-14 53 0x1.43d31e8d617c4p+5 1 36749704 gamma gamma electron
948 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 56 0x1.2fd9ebc147137p-17 59 0x1.74490a084198ap+5 1 36749704 gamma gamma electron
951 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91936p-6 40 0x1.96c09e2b6cd47p-15 28 0x1.3939893e1b2dep+5 1 36749704 gamma gamma electron
956 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 28 0x1.70369d5267893p-14 22 0x1.57478fb3b4986p+5 1 36749704 gamma gamma electron
960 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91937p-6 25 0x1.b8fd790925441p-16 19 0x1.2a568e538d959p+5 1 36749704 gamma gamma electron
964 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 65 0x1.08ee424ff51a8p-16 52 0x1.5ffc36802d3f9p+5 1 36749704 gamma gamma electron
971 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 54 0x1.2276defb17185p-9 136 0x1.53f3e2ecc6a9bp+5 1 36749704 gamma gamma electron
975 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91936p-6 28 0x1.1a0073a623a0ap-14 29 0x1.049260e548495p+5 1 36749704 gamma gamma electron
977 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91932p-6 28 0x1.911facac923ap-17 26 0x1.5fe7f14078cddp+5 1 36749704 gamma gamma electron
978 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 40 0x1.1d83682805207p-14 27 0x1.66e991048f482p+5 1 36749704 gamma gamma electron
987 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 55 0x1.d55369d54e66ep-18 70 0x1.454f5d55a194p+5 1 36749704 gamma gamma electron
988 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 57 0x1.6d42b3c3dea26p-9 55 0x1.564cd822422b2p+5 1 36749704 gamma gamma electron
989 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91935p-6 35 0x1.7b840858fcfe6p-18 34 0x1.6bf3ca6711d0ap+5 1 36749704 gamma gamma electron
990 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 67 0x1.5416b07a4e43fp-18 79 0x1.93a107e036677p+5 1 36749704 gamma gamma electron
997 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 58 0x1.95b95290f917bp-18 55 0x1.6bb87716aac0fp+5 1 36749704 gamma gamma electron
998 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91937p-6 31 0x1.4d3443cade923p-17 23 0x1.84b8ff357913p+5 1 36749704 gamma gamma electron
3 0.0600 0.0600 66 0x1.4f6fc8c708fa8p-15 54 0x1.382377b3d35bep+5 1 31429000 gamma gamma electron
5 0x1.eb851eb851eb9p-5 0x1.b116228134481p-6 24 0x1.30809e8074632p-15 22 0x1.384d91212ec7ap+5 1 31429000 gamma gamma electron
9 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91932p-6 20 0x1.d734ca6f87d53p-14 28 0x1.d339b12d58062p+5 1 31429000 gamma gamma electron
14 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 59 0x1.6f517820463f2p-18 52 0x1.c93301b20aeb2p+5 1 31429000 gamma gamma electron
22 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 53 0x1.2b1cb06e9aef7p-10 57 0x1.7e73e500da077p+5 1 31429000 gamma gamma electron
28 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91935p-6 27 0x1.b6dd046de66ebp-17 20 0x1.975e0d6280108p+5 1 31429000 gamma gamma electron
30 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 63 0x1.e223592ae219fp-18 47 0x1.541dc3e1ca937p+5 1 31429000 gamma gamma electron
35 0x1.eb851eb851eb9p-5 0x1.430bee4acbd65p-5 44 0x1.31b96ae605e99p-17 22 0x1.a23997fb7ecf1p+5 1 31429000 gamma gamma electron
37 0x1.eb851eb851eb9p-5 0x1.04e09015551aap-7 10 0x1.7a415f64c52cap-10 142 0x1.2c7defa5f2f7ep+5 1 31429000 gamma gamma electron
38 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 63 0x1.9f5f2b8c1b6a5p-10 63 0x1.7830090ea0548p+5 1 31429000 gamma gamma electron
39 0x1.eb851eb851eb9p-5 0x1.26c7554ecd418p-6 24 0x1.933d729fd3a4bp-16 19 0x1.6d9d1421c31c7p+5 1 31429000 gamma gamma electron
40 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 51 0x1.6f6c333c49d82p-18 59 0x1.5c624f30c7ddbp+5 1 31429000 gamma gamma electron
41 0x1.eb851eb851eb9p-5 0x1.76213bad5f9a4p-6 32 0x1.358ac3e8d8199p-13 22 0x1.f1c48b11c1639p+5 1 31429000 gamma gamma electron
45 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 49 0x1.6136c8fd827bcp-17 49 0x1.faa52ae8f918p+4 1 31429000 gamma gamma electron
46 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 57 0x1.0d11644ae2262p-17 52 0x1.7aa68cc12d7ddp+5 1 31429000 gamma gamma electron
56 0x1.eb851eb851eb9p-5 0x1.70043d2e74e38p-5 47 0x1.391aa76ba8dc8p-12 46 0x1.4c8a877fc026p+5 1 31429000 gamma gamma electron
59 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 60 0x1.c30e4fcba7009p-18 53 0x1.65ab6929030d3p+5 1 31429000 gamma gamma electron
62 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91937p-6 13 0x1.a740ab8df6be4p-17 30 0x1.4f2328c2245cbp+5 1 31429000 gamma gamma electron
63 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 45 0x1.c14139b72af5dp-18 71 0x1.7a205e28924c8p+5 1 31429000 gamma gamma electron
64 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dd1p-6 33 0x1.ef90443cc0945p-17 25 0x1.6b4013dcf7776p+5 1 31429000 gamma gamma electron
66 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 43 0x1.b1167ff3043afp-18 90 0x1.71b051cff45b3p+5 1 31429000 gamma gamma electron
68 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 45 0x1.6ddd34bacdbaep-10 176 0x1.5ade2df69199ep+5 1 31429000 gamma gamma electron
69 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb5p-5 58 0x1.1d9ef2d3effafp-17 54 0x1.2649fb40614c9p+5 1 31429000 gamma gamma electron
72 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb5p-5 64 0x1.7660d4400a31ep-17 60 0x1.a1d13355242ebp+5 1 31429000 gamma gamma electron
74 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 65 0x1.9f6a202ac3fc3p-17 54 0x1.9477f1a640e2dp+5 1 31429000 gamma gamma electron
79 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 39 0x1.281a42ec441b1p-17 50 0x1.4f0e5f2347414p+5 1 31429000 gamma gamma electron
84 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 54 0x1.f209c584dedf7p-18 78 0x1.752f4e13563c2p+5 1 31429000 gamma gamma electron
85 0x1.eb851eb851eb9p-5 0x1.24da1e8343199p-6 17 0x1.f6384b9a04819p-18 18 0x1.6b953f0c3b735p+5 1 31429000 gamma gamma electron
87 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91937p-6 32 0x1.10dd271fa9092p-17 37 0x1.a4bb7e56e2ee8p+5 1 31429000 gamma gamma electron
91 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 57 0x1.6b5c95595d762p-8 137 0x1.339ad044e7941p+5 1 31429000 gamma gamma electron
92 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb5p-5 54 0x1.308afc89610e2p-15 61 0x1.a8727e6d3c881p+5 1 31429000 gamma gamma electron
93 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 58 0x1.206eee994eb57p-17 65 0x1.84c5d2fadd756p+5 1 31429000 gamma gamma electron
100 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 30 0x1.8d4fa61b3286cp-18 36 0x1.b73c177ae80f8p+5 1 31429000 gamma gamma electron
103 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 67 0x1.d83ff976b24a8p-17 45 0x1.c35800017baefp+5 1 31429000 gamma gamma electron
104 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebbp-5 55 0x1.8753d7ebcdc13p-18 58 0x1.7778b1446794ep+5 1 31429000 gamma gamma electron
105 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dcdp-6 26 0x1.64f5b44c30d31p-16 25 0x1.50cc052da9fecp+5 1 31429000 gamma gamma electron
110 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 52 0x1.d6a1d9fec718bp-17 72 0x1.4a36d392169aep+5 1 31429000 gamma gamma electron
113 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebcp-5 58 0x1.e6113cd4beeaep-18 61 0x1.393175f57858ap+5 1 31429000 gamma gamma electron
114 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 56 0x1.759f621d78334p-18 66 0x1.7b1c32ff81344p+5 1 31429000 gamma gamma electron
117 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 80 0x1.bf9a08ccf920bp-16 62 0x1.73545cf42d859p+5 1 31429000 gamma gamma electron
118 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 62 0x1.4777c0df7d3ddp-17 64 0x1.5e8a32bf79afbp+5 1 31429000 gamma gamma electron
119 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebcp-5 62 0x1.3f590b0859761p-17 67 0x1.caa1fa2774bbep+5 1 31429000 gamma gamma electron
120 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91933p-6 29 0x1.bc3feb4380406p-16 27 0x1.15de3354d6aabp+6 1 31429000 gamma gamma electron
121 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 57 0x1.74efb85768fa9p-18 43 0x1.52e6850a723ccp+5 1 31429000 gamma gamma electron
127 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 61 0x1.7280ad275d63bp-18 55 0x1.6a45bb2a846eep+5 1 31429000 gamma gamma electron
130 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dccp-6 20 0x1.7bdc76d62ef39p-18 23 0x1.0a9ffb9d151ap+6 1 31429000 gamma gamma electron
131 0x1.eb851eb851eb9p-5 0x1.96973d49aa813p-7 12 0x1.2249f87f71516p-13 13 0x1.3a7cf6743ade9p+5 1 31429000 gamma gamma electron
137 0x1.eb851eb851eb9p-5 0x1.b11622813448p-6 30 0x1.c3eb0e1b14e7p-18 19 0x1.4e97266dcb701p+5 1 31429000 gamma gamma electron
140 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 64 0x1.b048d751382f6p-17 66 0x1.3c99fdee57062p+5 1 31429000 gamma gamma electron
141 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 53 0x1.6b7c0f64d1071p-18 72 0x1.59a50809c704fp+5 1 31429000 gamma gamma electron
142 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 60 0x1.600173cac3494p-16 67 0x1.45278d2bdf3f4p+5 1 31429000 gamma gamma electron
143 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb5p-5 58 0x1.29254a9d03d43p-10 66 0x1.4a98939231021p+5 1 31429000 gamma gamma electron
145 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 49 0x1.993207a605485p-18 44 0x1.bc2f7468d4ca9p+5 1 31429000 gamma gamma electron
146 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91932p-6 33 0x1.4784d715fe81fp-16 29 0x1.f77fbe9e87fe5p+5 1 31429000 gamma gamma electron
147 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 70 0x1.3633c6e26c8b5p-17 68 0x1.93cf93ccec301p+5 1 31429000 gamma gamma electron
149 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 55 0x1.aebe8055d04bfp-18 51 0x1.5a5476f7847f8p+5 1 31429000 gamma gamma electron
150 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91936p-6 24 0x1.28a12e30040e2p-9 78 0x1.8f4b1d91f76a4p+5 1 31429000 gamma gamma electron
155 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb5p-5 84 0x1.e8077ffd97e72p-17 38 0x1.762a58fe68d64p+5 1 31429000 gamma gamma electron
157 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 73 0x1.6b8da19688ab6p-16 53 0x1.c81bbb68a7d5ap+5 1 31429000 gamma gamma electron
158 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 49 0x1.21cfc7ab99e41p-17 74 0x1.5742994fefe32p+5 1 31429000 gamma gamma electron
160 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91933p-6 20 0x1.d0e4d7140240ep-16 20 0x1.8f20d20efe804p+5 1 31429000 gamma gamma electron
163 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 70 0x1.176a9c2dfdc12p-17 51 0x1.6dcd493eab83fp+5 1 31429000 gamma gamma electron
165 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 55 0x1.78332bd35a5eep-17 74 0x1.3090b0f05f5d2p+5 1 31429000 gamma gamma electron
166 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 60 0x1.216878f586455p-8 67 0x1.8a2bc08bbb5bcp+5 1 31429000 gamma gamma electron
167 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dcep-6 32 0x1.1ac7258623df8p-14 17 0x1.cb454c1b37fd9p+5 1 31429000 gamma gamma electron
168 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91932p-6 36 0x1.2f15518948302p-16 23 0x1.6ccdc9086fc3dp+5 1 31429000 gamma gamma electron
172 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 53 0x1.3babc728b0914p-17 54 0x1.544fb1ab5edb1p+5 1 31429000 gamma gamma electron
173 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 69 0x1.81b0c4b44d976p-18 72 0x1.3acf5c6abfa2bp+5 1 31429000 gamma gamma electron
177 0x1.eb851eb851eb9p-5 0x1.d697c750f7292p-7 41 0x1.1956578dc32e8p-14 14 0x1.caf862e5affc7p+5 1 31429000 e- electron
178 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebbp-5 62 0x1.10de584dd8643p-17 54 0x1.a430f7c5194ccp+5 1 31429000 gamma gamma electron
180 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dcep-6 30 0x1.2559a354f302bp-16 30 0x1.4a469bf8698d9p+5 1 31429000 gamma gamma electron
185 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 87 0x1.a8a706469a48ap-13 55 0x1.8da62f68d69b4p+5 1 31429000 gamma gamma electron
187 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 55 0x1.14db8cd3fb143p-16 52 0x1.605e0cfa094fbp+5 1 31429000 gamma gamma electron
188 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 55 0x1.989fe1a69d8c7p-17 60 0x1.5772a35607f4p+5 1 31429000 gamma gamma electron
190 0x1.eb851eb851eb9p-5 0x1.47a8a09d99d97p-5 47 0x1.11e993153eec5p-17 29 0x1.4986f34272f7p+5 1 31429000 gamma gamma electron
191 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 44 0x1.e9fb73c5e604bp-18 44 0x1.28ed143d46f81p+5 1 31429000 gamma gamma electron
193 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 63 0x1.269b10df8aca8p-10 83 0x1.5615e62c6766cp+5 1 31429000 gamma gamma electron
194 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 46 0x1.6bdc492d20224p-17 57 0x1.290743872c0efp+5 1 31429000 gamma gamma electron
200 0x1.eb851eb851eb9p-5 0x1.b8928324e30e7p-7 16 0x1.6212fd8ceaa26p-13 14 0x1.6152cdaca65ap+5 1 31429000 gamma gamma electron
201 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 62 0x1.6378b69c1d103p-15 45 0x1.929c268da9c49p+5 1 31429000 gamma gamma electron
202 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebbp-5 53 0x1.767460188e5c5p-17 48 0x1.38cd40c90c595p+5 1 31429000 gamma gamma electron
207 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 57 0x1.dde25219d77d2p-16 76 0x1.66fdd651e833cp+5 1 31429000 gamma gamma electron
209 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebbp-5 61 0x1.782f71f3e159cp-18 59 0x1.6a07f828b43a3p+5 1 31429000 gamma gamma electron
213 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91936p-6 24 0x1.9a55c18d54596p-18 32 0x1.87a23be0f001dp+5 1 31429000 gamma gamma electron
215 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 64 0x1.a3cfccc372cadp-18 40 0x1.7e919578e5672p+5 1 31429000 gamma gamma electron
219 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb5p-5 71 0x1.73034606425f8p-9 59 0x1.75ed7b2bec846p+5 1 31429000 gamma gamma electron
221 0x1.eb851eb851eb9p-5 0x1.e39143d559ac8p-5 86 0x1.f1585774f741cp-17 60 0x1.522c5f7f87ca1p+5 1 31429000 gamma gamma electron
223 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 49 0x1.c47e65f9bd311p-18 55 0x1.70223357d5a47p+5 1 31429000 gamma gamma electron
227 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 51 0x1.c8ff156f56d58p-18 51 0x1.4c9095739cc29p+5 1 31429000 gamma gamma electron
228 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb4p-5 66 0x1.752e8e7e2dcdep-18 45 0x1.56973c79428b2p+5 1 31429000 gamma gamma electron
229 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 62 0x1.86c514c701da5p-18 42 0x1.6d3b63fa4a2b3p+5 1 31429000 gamma gamma electron
231 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 20 0x1.580e46916bcdep-18 14 0x1.a11eccc9f8eabp+5 1 31429000 gamma gamma electron
232 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb5p-5 53 0x1.85040d518d217p-16 73 0x1.7c96c3effa70dp+5 1 31429000 gamma gamma electron
234 0x1.eb851eb851eb9p-5 0x1.3fb5576541a33p-5 35 0x1.e2c7d7fb22da1p-17 27 0x1.1ec6ccd84b101p+5 1 31429000 gamma gamma electron
238 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 59 0x1.74412cfa225ecp-18 78 0x1.55b1a21274ef4p+5 1 31429000 gamma gamma electron
239 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 24 0x1.34ac09d70f518p-17 35 0x1.6b8a80ae08897p+5 1 31429000 gamma gamma electron
240 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebcp-5 68 0x1.fec438aa91075p-16 71 0x1.5679d024f86b5p+5 1 31429000 gamma gamma electron
243 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 44 0x1.a7ab5b18e7df5p-16 56 0x1.8c17c15298183p+5 1 31429000 gamma gamma electron
244 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 57 0x1.74ff6dda25a38p-10 80 0x1.4a64e9e95526cp+5 1 31429000 gamma gamma electron
246 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 63 0x1.65990f9e6f56fp-16 61 0x1.9c481c715d49cp+5 1 31429000 gamma gamma electron
248 0x1.eb851eb851eb9p-5 0x1.b9f89da59fc2p-10 2 0x1.7a9334c03d7ep-18 4 0x1.0e34749060aecp+5 1 31429000 gamma gamma electron
253 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 54 0x1.9db1cd7ab5dc4p-15 53 0x1.b6a1ba424168cp+5 1 31429000 gamma gamma electron
255 0x1.eb851eb851eb9p-5 0x1.be85e22cb0623p-7 7 0x1.489eb481779acp-14 13 0x1.21333e76f1004p+6 1 31429000 gamma gamma electron
257 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 50 0x1.cf9782139b664p-18 58 0x1.5414071cfe461p+5 1 31429000 gamma gamma electron
258 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 28 0x1.c1ae4469bd3f6p-18 32 0x1.7b91c1dbf56bcp+5 1 31429000 gamma gamma electron
263 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 55 0x1.a58d64e798224p-10 144 0x1.846a416238439p+5 1 31429000 gamma gamma electron
265 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 47 0x1.685b3d65949f2p-18 65 0x1.7e41f87292123p+5 1 31429000 gamma gamma electron
268 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb4p-5 53 0x1.61abd632b7617p-18 66 0x1.7813381c8bc69p+5 1 31429000 gamma gamma electron
271 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91931p-6 37 0x1.ebc382d655d2dp-18 28 0x1.65fc61d4bd337p+5 1 31429000 gamma gamma electron
272 0x1.eb851eb851eb9p-5 0x1.b00e5024db81fp-6 23 0x1.4d643df5a0e95p-17 23 0x1.25cbc8833a6d2p+5 1 31429000 gamma gamma electron
273 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 36 0x1.7bd3ea0b4f8bap-18 25 0x1.09b9b9ae24915p+6 1 31429000 gamma gamma electron
275 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dcep-6 25 0x1.218d9a7c16f58p-16 36 0x1.5e9b3b4c99c0bp+5 1 31429000 gamma gamma electron
280 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebbp-5 66 0x1.0519bd975719dp-9 56 0x1.8cbe03aa9adb7p+5 1 31429000 gamma gamma electron
284 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 52 0x1.a918976875865p-18 79 0x1.2ba1aa3725a33p+5 1 31429000 gamma gamma electron
287 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 84 0x1.70e9873f629aap-14 47 0x1.7d646e3538837p+5 1 31429000 gamma gamma electron
291 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 64 0x1.98d552a0e3c64p-18 71 0x1.73b42532b5389p+5 1 31429000 gamma gamma electron
292 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 70 0x1.2867340876f87p-16 63 0x1.6cc4b9f894884p+5 1 31429000 gamma gamma electron
294 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dcdp-6 30 0x1.12de1a8c37dc1p-14 28 0x1.b68ff52e6a5d7p+5 1 31429000 gamma gamma electron
307 0x1.eb851eb851eb9p-5 0x1.9707ebddbd542p-6 51 0x1.0eeb3dcf787ap-17 29 0x1.83d5b70711a29p+5 1 31429000 gamma gamma electron
310 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91935p-6 32 0x1.763b5a4aacd72p-13 25 0x1.4154c7358f11dp+5 1 31429000 gamma gamma electron
313 0x1.eb851eb851eb9p-5 0x1.b00e5024db81bp-6 24 0x1.d05392d74796fp-18 29 0x1.552e60a19edbp+5 1 31429000 gamma gamma electron
317 0x1.eb851eb851eb9p-5 0x1.1b8fa87f0faa9p-6 22 0x1.fd6c52134351bp-18 18 0x1.50df9784baf94p+5 1 31429000 gamma gamma electron
319 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91931p-6 29 0x1.5765f78b1eff3p-18 29 0x1.54c54808ac68cp+5 1 31429000 gamma gamma electron
320 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 49 0x1.9cd33c385e69ap-18 60 0x1.6da50d94dec22p+5 1 31429000 gamma gamma electron
327 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 53 0x1.9f598dc173b05p-18 62 0x1.53ba4375ca1b5p+5 1 31429000 gamma gamma electron
329 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebbp-5 42 0x1.ea525280765cdp-18 49 0x1.659e5164de99bp+5 1 31429000 gamma gamma electron
333 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 61 0x1.1870c876992f6p-17 46 0x1.0c43c0c92aa47p+5 1 31429000 gamma gamma electron
338 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91936p-6 38 0x1.3a1c804acb768p-17 30 0x1.fa8ccad97f842p+4 1 31429000 gamma gamma electron
349 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 62 0x1.0006189fae3fep-16 41 0x1.abb66e5e59f59p+5 1 31429000 gamma gamma electron
351 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 55 0x1.c2159a37aa34dp-18 50 0x1.91414e165eb3cp+5 1 31429000 gamma gamma electron
353 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 55 0x1.6c171c5233edp-18 58 0x1.5a930e729b1a6p+5 1 31429000 gamma gamma electron
356 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 55 0x1.76115c21c6432p-18 66 0x1.9da15545c9aaap+5 1 31429000 gamma gamma electron
357 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 54 0x1.5855749eb73d8p-18 98 0x1.2c327a46dbdebp+5 1 31429000 gamma gamma electron
359 0x1.eb851eb851eb9p-5 0x1.b00e5024db81cp-6 24 0x1.0adb23dcaa55cp-15 19 0x1.231b6ba63f437p+5 1 31429000 gamma gamma electron
362 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 83 0x1.f058762d6bee5p-18 56 0x1.ebb73a91d37fp+5 1 31429000 gamma gamma electron
364 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb4p-5 57 0x1.3b9f0f9505781p-17 43 0x1.3a57116809b63p+5 1 31429000 gamma gamma electron
365 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 26 0x1.f10b6513bbc86p-18 31 0x1.5c32c1f5276b7p+5 1 31429000 gamma gamma electron
366 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dccp-6 34 0x1.ae97682422f11p-18 22 0x1.63c2c9a50ca4fp+5 1 31429000 gamma gamma electron
371 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e9192fp-6 42 0x1.cd92313283cd4p-18 29 0x1.91bfac8fdb464p+5 1 31429000 gamma gamma electron
372 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 74 0x1.29127e2ffe247p-17 63 0x1.255df3ec36da5p+5 1 31429000 gamma gamma electron
373 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 63 0x1.83506b0bfdb8cp-18 49 0x1.b02ff0f43f029p+5 1 31429000 gamma gamma electron
374 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91936p-6 37 0x1.6dc8e9d628685p-18 37 0x1.8bfe5a75361b4p+5 1 31429000 gamma gamma electron
375 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 51 0x1.a82230858bf1ap-18 77 0x1.61be32723fcbfp+5 1 31429000 gamma gamma electron
377 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 61 0x1.3d4a908077133p-16 77 0x1.c9f271b733e8cp+5 1 31429000 gamma gamma electron
378 0x1.eb851eb851eb9p-5 0x1.b00e5024db81cp-6 21 0x1.cd36f102db6cp-18 20 0x1.4493b4f5512a7p+5 1 31429000 gamma gamma electron
380 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 73 0x1.94ef1334469dep-18 63 0x1.5609bf2103698p+5 1 31429000 gamma gamma electron
384 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 51 0x1.a97fd9a8d72e5p-18 53 0x1.6c1d3225445fdp+5 1 31429000 gamma gamma electron
385 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 48 0x1.93111bd03dab6p-17 57 0x1.450b239063797p+5 1 31429000 gamma gamma electron
388 0x1.eb851eb851eb9p-5 0x1.ae2659db83a0cp-6 42 0x1.9fefa0904d6cap-13 28 0x1.8015dde373a22p+5 1 31429000 gamma gamma electron
392 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 61 0x1.a1abbfd094b64p-18 61 0x1.8b44361b6b924p+5 1 31429000 gamma gamma electron
394 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 62 0x1.839f9b08b415ep-18 55 0x1.15779f8c4460bp+5 1 31429000 gamma gamma electron
396 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91933p-6 27 0x1.61c521f9d042ap-18 33 0x1.79a3be99b9ff8p+5 1 31429000 gamma gamma electron
400 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 53 0x1.48e6915a52754p-15 57 0x1.4b4bd8c589716p+5 1 31429000 gamma gamma electron
402 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91932p-6 42 0x1.7f69610ca5a44p-18 32 0x1.86ad9a7352f36p+5 1 31429000 gamma gamma electron
404 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 32 0x1.71796634a47b6p-18 31 0x1.2a04e25a274f8p+5 1 31429000 gamma gamma electron
405 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 72 0x1.42331287056c2p-15 57 0x1.b3ade5c19dc5ep+5 1 31429000 gamma gamma electron
406 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 49 0x1.64aabdbf87292p-8 128 0x1.7cdbda2a8381bp+5 1 31429000 gamma gamma electron
409 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 61 0x1.08524fd5f9c29p-17 60 0x1.8504a7567f51ap+5 1 31429000 gamma gamma electron
412 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 47 0x1.154a38889327p-15 60 0x1.1e045fc23565p+5 1 31429000 gamma gamma electron
418 0x1.eb851eb851eb9p-5 0x1.49e994d9b203bp-7 6 0x1.50da9395840a1p-17 11 0x1.9e566495e6309p+5 1 31429000 gamma gamma electron
422 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 52 0x1.054676fa67792p-17 56 0x1.86e9e8acbc08p+5 1 31429000 gamma gamma electron
424 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 44 0x1.80ab617337ef5p-18 63 0x1.b16d2d5d67187p+5 1 31429000 gamma gamma electron
425 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 58 0x1.51479ff824b78p-18 49 0x1.6684166b53bccp+5 1 31429000 gamma gamma electron
432 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb5p-5 55 0x1.62dd808d02136p-18 77 0x1.96b640ba8ae18p+5 1 31429000 gamma gamma electron
433 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dccp-6 39 0x1.06c9204575dc8p-13 32 0x1.755267de5d98p+5 1 31429000 gamma gamma electron
440 0x1.eb851eb851eb9p-5 0x1.29c4221f492f8p-6 37 0x1.1e569fd5d8cp-16 20 0x1.02b408d7e22fdp+5 1 31429000 e- electron
441 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 31 0x1.25777401382cap-14 31 0x1.beede7b805126p+5 1 31429000 gamma gamma electron
442 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 54 0x1.21b134521ee31p-17 63 0x1.2994b015cc1c1p+5 1 31429000 gamma gamma electron
444 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb4p-5 64 0x1.836538e5c6367p-18 59 0x1.a58a6d0fd4003p+5 1 31429000 gamma gamma electron
445 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91932p-6 34 0x1.a9b47caf272d9p-16 23 0x1.01b0c3eaddcdap+5 1 31429000 gamma gamma electron
447 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91935p-6 22 0x1.b69521f1c013ep-17 22 0x1.786f51a292f98p+4 1 31429000 gamma gamma electron
449 0x1.eb851eb851eb9p-5 0x1.96ca31e652f23p-6 30 0x1.ef7edb909a706p-14 27 0x1.8801607431534p+5 1 31429000 e- electron
452 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 51 0x1.0779abea8e974p-17 42 0x1.3ea766218417ap+5 1 31429000 gamma gamma electron
456 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 49 0x1.2576e9b035ae4p-17 50 0x1.7b13c18537238p+5 1 31429000 gamma gamma electron
460 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 45 0x1.db4846c52041dp-15 66 0x1.9308ad87c02c4p+5 1 31429000 gamma gamma electron
469 0x1.eb851eb851eb9p-5 0x1.672ead9274e21p-5 42 0x1.6ef6b2a826084p-16 29 0x1.2d3d6b4007feep+5 1 31429000 gamma gamma electron
470 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 46 0x1.41d333a1f5f4bp-13 52 0x1.56056a3d54a96p+5 1 31429000 gamma gamma electron
472 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 38 0x1.a2357886fc044p-18 63 0x1.8b945a2b7fb83p+5 1 31429000 gamma gamma electron
473 0x1.eb851eb851eb9p-5 0x1.686437b7fd31ep-5 53 0x1.19589a4a1fce5p-15 47 0x1.a47cc240f5463p+5 1 31429000 gamma gamma electron
476 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 69 0x1.5971e6f9698f4p-17 51 0x1.8380da7333a62p+5 1 31429000 gamma gamma electron
482 0x1.eb851eb851eb9p-5 0x1.a34ca0c282c72p-6 26 0x1.d391d49bfb584p-17 29 0x1.b7e3d60a39748p+5 1 31429000 gamma gamma electron
485 0x1.eb851eb851eb9p-5 0x1.b00e5024db81cp-6 19 0x1.3918e57e6f272p-16 29 0x1.5c3e79cef605bp+5 1 31429000 gamma gamma electron
490 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91935p-6 28 0x1.608eab89740b3p-18 33 0x1.3ef251723dd77p+5 1 31429000 gamma gamma electron
491 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 54 0x1.16218a7b7ad1ap-17 45 0x1.62467e7ceea48p+5 1 31429000 gamma gamma electron
493 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 56 0x1.a05607b4bb2e9p-16 56 0x1.51ae3457ec80dp+5 1 31429000 gamma gamma electron
495 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91932p-6 28 0x1.8a57dcba14c26p-18 24 0x1.6f8466c7fafdcp+5 1 31429000 gamma gamma electron
499 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 24 0x1.47c9b651a3fcp-10 33 0x1.d7cd062d1a1fbp+5 1 31429000 gamma gamma electron
500 0x1.eb851eb851eb9p-5 0x1.50aea3ecd9b2ap-5 42 0x1.09e38b7681b16p-9 114 0x1.63e16b6b2cb3dp+5 1 31429000 gamma gamma electron
508 0x1.eb851eb851eb9p-5 0x1.a34ca0c282c6fp-6 18 0x1.293c2bae957b9p-16 23 0x1.a8fc4c3fc5c14p+5 1 31429000 gamma gamma electron
510 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 50 0x1.4ff914b42058bp-18 45 0x1.a075174753f41p+5 1 31429000 gamma gamma electron
512 0x1.eb851eb851eb9p-5 0x1.d199d47307844p-6 43 0x1.f032962bc5c7ap-13 25 0x1.4fc95811ad83dp+5 1 31429000 e- electron
513 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 44 0x1.6d417ce63bb68p-18 61 0x1.62e043276f2dep+5 1 31429000 gamma gamma electron
516 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebbp-5 53 0x1.eec5b4164f673p-18 49 0x1.a5ef31b8a264cp+5 1 31429000 gamma gamma electron
520 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 44 0x1.5aa6afed97465p-18 55 0x1.533214f4e13cp+5 1 31429000 gamma gamma electron
525 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 27 0x1.e6aefb3ddc456p-18 20 0x1.b3853c678ead1p+4 1 31429000 gamma gamma electron
527 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebdp-5 53 0x1.9b55da8cbe5a3p-15 58 0x1.670a95e22a60ap+5 1 31429000 gamma gamma electron
528 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 58 0x1.b4f75f73232b1p-17 54 0x1.c6a57f020b0a6p+5 1 31429000 gamma gamma electron
531 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 83 0x1.bab8dd326464dp-14 50 0x1.5f524c95c2612p+5 1 31429000 gamma gamma electron
534 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 42 0x1.5ef0727404c9dp-10 106 0x1.57d8706c490a6p+5 1 31429000 gamma gamma electron
535 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 52 0x1.5f8d95fc154c2p-18 58 0x1.a28ef20371015p+5 1 31429000 gamma gamma electron
536 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91933p-6 25 0x1.f4731ad2ed3afp-17 25 0x1.612f38bd88c88p+5 1 31429000 gamma gamma electron
537 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 52 0x1.6f25345ec78f6p-18 66 0x1.57eb7e3aa72cep+5 1 31429000 gamma gamma electron
543 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 51 0x1.d38cf5868837p-10 156 0x1.6d061229d1cafp+5 1 31429000 gamma gamma electron
546 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 66 0x1.b4296520b03cp-18 53 0x1.88d24be2b223cp+5 1 31429000 gamma gamma electron
547 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 51 0x1.a05fc9b221b94p-18 80 0x1.5b00698d3949dp+5 1 31429000 gamma gamma electron
548 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 39 0x1.7b3cb982c33bbp-17 52 0x1.881b4df8307f4p+5 1 31429000 gamma gamma electron
549 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 35 0x1.53c6e6e7bda62p-17 65 0x1.006cf00723c7ap+5 1 31429000 gamma gamma electron
564 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 61 0x1.71786315c2605p-17 43 0x1.512f402a5f6d4p+5 1 31429000 gamma gamma electron
569 0x1.eb851eb851eb9p-5 0x1.b00e5024db81cp-6 16 0x1.21f75efcf4705p-17 25 0x1.d4f96b552dc75p+5 1 31429000 gamma gamma electron
574 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebbp-5 56 0x1.5f6e9eee3b002p-18 72 0x1.5f65ddb528aeap+5 1 31429000 gamma gamma electron
576 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebbp-5 46 0x1.91eac9ff5cddbp-10 144 0x1.82172c0b3f161p+5 1 31429000 gamma gamma electron
577 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 38 0x1.6c277e1d8b51ap-9 141 0x1.79f1e26d49f51p+5 1 31429000 gamma gamma electron
579 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb3p-5 64 0x1.611c3cb896cfcp-18 52 0x1.ab7d5f8269c83p+5 1 31429000 gamma gamma electron
580 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 61 0x1.8b4d0fbaa812dp-18 57 0x1.ce2fd9754d23ep+5 1 31429000 gamma gamma electron
590 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 47 0x1.b2eb48434e897p-18 64 0x1.62d9cb191512bp+5 1 31429000 gamma gamma electron
591 0x1.eb851eb851eb9p-5 0x1.be85e22cb0625p-7 16 0x1.93c41e7f53d7cp-16 14 0x1.5d45add0305ecp+5 1 31429000 gamma gamma electron
593 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91932p-6 21 0x1.cfcf97d17ac2p-18 30 0x1.6d2cda9aa4c39p+5 1 31429000 gamma gamma electron
594 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 58 0x1.676c6c6be8f16p-18 51 0x1.8650e053f7b3cp+5 1 31429000 gamma gamma electron
595 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 55 0x1.aafaf594b5bfep-17 72 0x1.64d85373d959ep+5 1 31429000 gamma gamma electron
602 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91933p-6 44 0x1.056b9e4d46b29p-15 32 0x1.4d447539e5cd7p+5 1 31429000 gamma gamma electron
605 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 52 0x1.591e5e71bf3c2p-18 66 0x1.72bebf5ae194bp+5 1 31429000 gamma gamma electron
614 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb5p-5 60 0x1.e8de54142221cp-18 67 0x1.89beb37d6a15fp+5 1 31429000 gamma gamma electron
615 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebcp-5 62 0x1.d5366f13599ep-16 59 0x1.5e814cd6fd8d6p+5 1 31429000 gamma gamma electron
624 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 60 0x1.82ed763459dddp-18 47 0x1.44a9f7bb4e4ffp+5 1 31429000 gamma gamma electron
625 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e9193p-6 26 0x1.9b5d01d7744bdp-18 23 0x1.87f063ad3540dp+5 1 31429000 gamma gamma electron
630 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91935p-6 27 0x1.a00e1a0e988aap-18 27 0x1.787ad33ead2c3p+5 1 31429000 gamma gamma electron
632 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dcap-6 33 0x1.30de8bc4d8fa5p-17 26 0x1.509f2a11f9c1bp+5 1 31429000 gamma gamma electron
633 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91932p-6 34 0x1.967429f3c315dp-16 27 0x1.f1a9744585352p+5 1 31429000 gamma gamma electron
634 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 53 0x1.03cd11f1325cfp-17 52 0x1.75061570b13eap+5 1 31429000 gamma gamma electron
636 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 60 0x1.19d4031f6618ap-16 57 0x1.ba2fbcd0a2815p+5 1 31429000 gamma gamma electron
644 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 52 0x1.09e3c02fbcb1ap-9 69 0x1.ca907d13c1484p+5 1 31429000 gamma gamma electron
647 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb5p-5 74 0x1.12fcbfd7edb4p-9 61 0x1.6120539d9757ap+5 1 31429000 gamma gamma electron
651 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 69 0x1.6abf2ffb36267p-18 59 0x1.14d366f1bf4d5p+5 1 31429000 gamma gamma electron
652 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 27 0x1.85f2dd3bafbe5p-18 26 0x1.00c67aa486dep+5 1 31429000 gamma gamma electron
661 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 27 0x1.381367c880524p-17 33 0x1.68f21f65b4cb5p+5 1 31429000 gamma gamma electron
662 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 60 0x1.1dec7fe361cd5p-17 50 0x1.c4c23fe4b1d1ep+5 1 31429000 gamma gamma electron
663 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb5p-5 56 0x1.1b74f88069091p-16 62 0x1.52ba3e7b116bdp+5 1 31429000 gamma gamma electron
670 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 45 0x1.5888f11932c42p-18 62 0x1.5f7c966426b8dp+5 1 31429000 gamma gamma electron
675 0x1.eb851eb851eb9p-5 0x1.7300e3e2b079dp-7 24 0x1.30d251922abdep-15 10 0x1.4e95b4657a928p+5 1 31429000 e- electron
681 0x1.eb851eb851eb9p-5 0x1.3a140aa35f17dp-5 48 0x1.769b34c52a55ap-14 42 0x1.90ba914276c3ap+5 1 31429000 gamma gamma electron
684 0x1.eb851eb851eb9p-5 0x1.b8928324e30e3p-7 19 0x1.3f20ce11e71bfp-12 10 0x1.64a6ecd9bfdd1p+5 1 31429000 gamma gamma electron
688 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebbp-5 76 0x1.9e7d2e252aa5dp-18 50 0x1.7657bc05eefabp+5 1 31429000 gamma gamma electron
689 0x1.eb851eb851eb9p-5 0x1.8acf8a81225b6p-6 55 0x1.43deda741e591p-17 22 0x1.2df562e88b70fp+5 1 31429000 gamma gamma electron
693 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dcap-6 36 0x1.10fd55a0f2bbfp-16 21 0x1.53169f93d2323p+5 1 31429000 gamma gamma electron
696 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb5p-5 67 0x1.88cd3e63ec9a6p-17 53 0x1.19757ef64aff2p+5 1 31429000 gamma gamma electron
701 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 54 0x1.7f789179dfb42p-10 154 0x1.840117b88aa42p+5 1 31429000 gamma gamma electron
705 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 71 0x1.f58d295ac9454p-10 162 0x1.6351c4f157011p+5 1 31429000 gamma gamma electron
707 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dc9p-6 25 0x1.bc0a20b7c59d4p-18 30 0x1.1a31eea76ba9fp+6 1 31429000 gamma gamma electron
709 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 33 0x1.32911b038c77fp-16 24 0x1.927a0ddd3b387p+5 1 31429000 gamma gamma electron
711 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 61 0x1.978923413b978p-18 59 0x1.7f5422c6441d3p+5 1 31429000 gamma gamma electron
714 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 49 0x1.887baf8a4f914p-18 65 0x1.65cbe95c53dc9p+5 1 31429000 gamma gamma electron
716 0x1.eb851eb851eb9p-5 0x1.07484ee2b3ae6p-5 41 0x1.8e38e6b561828p-17 32 0x1.d3850200b5666p+5 1 31429000 gamma gamma electron
717 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91931p-6 44 0x1.49aecad4eceaap-17 26 0x1.8092c88c55641p+5 1 31429000 gamma gamma electron
721 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91937p-6 22 0x1.85d03197dc11fp-17 31 0x1.985cbcaade145p+5 1 31429000 gamma gamma electron
725 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 65 0x1.b1c6945e8d18p-18 53 0x1.72f1131829a19p+5 1 31429000 gamma gamma electron
727 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 55 0x1.6bc24301e4b54p-10 84 0x1.5bd845e33be64p+5 1 31429000 gamma gamma electron
729 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dcfp-6 28 0x1.4e6f52bc63392p-16 24 0x1.474933afc03a8p+5 1 31429000 gamma gamma electron
733 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebdp-5 75 0x1.f04fdd4e1bd5ap-18 58 0x1.1751ee4b33b93p+5 1 31429000 gamma gamma electron
737 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 70 0x1.aa5cdd1323dbap-17 49 0x1.3e19a95b76987p+5 1 31429000 gamma gamma electron
742 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebcp-5 72 0x1.5689f74ab3808p-18 55 0x1.b8419cf58511cp+5 1 31429000 gamma gamma electron
743 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 49 0x1.156d5f7e37afbp-9 87 0x1.a48d39bdfaecdp+5 1 31429000 gamma gamma electron
744 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dcdp-6 26 0x1.69a0e049c8ad3p-17 32 0x1.2064391c8f683p+5 1 31429000 gamma gamma electron
749 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 32 0x1.731054925e3eap-17 32 0x1.37fb37eed17adp+5 1 31429000 gamma gamma electron
751 0x1.eb851eb851eb9p-5 0x1.33e67d739fee3p-6 37 0x1.99477c63a5b65p-11 18 0x1.6f4622557285ep+5 1 31429000 gamma gamma electron
753 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb3p-5 70 0x1.95239af567d58p-16 56 0x1.77df45d88cfbep+5 1 31429000 gamma gamma electron
755 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 61 0x1.9ba440efc4b48p-18 64 0x1.7d0e7790b64dep+5 1 31429000 gamma gamma electron
756 0x1.eb851eb851eb9p-5 0x1.76deef0e4034ap-5 45 0x1.ba2c7360b90ecp-18 44 0x1.5a1a6a74763d7p+5 1 31429000 gamma gamma electron
758 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebep-5 65 0x1.68afd6b38a9a9p-10 72 0x1.3430cd0046c3dp+5 1 31429000 gamma gamma electron
759 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 48 0x1.7c76c397c9788p-17 54 0x1.4679888c7b01p+5 1 31429000 gamma gamma electron
760 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dcap-6 29 0x1.9dd9e15212551p-10 80 0x1.6ef35e0f5462fp+5 1 31429000 gamma gamma electron
762 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb5p-5 67 0x1.67fafcf79506ap-18 48 0x1.1eb169f29ad3dp+5 1 31429000 gamma gamma electron
764 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 60 0x1.ff2b130d13e34p-18 58 0x1.6e7cd6551991ap+5 1 31429000 gamma gamma electron
765 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb3p-5 66 0x1.0ed2c4ee2933cp-17 48 0x1.33db64887f3d1p+5 1 31429000 gamma gamma electron
767 0x1.eb851eb851eb9p-5 0x1.be85e22cb0623p-7 16 0x1.576307331d9b9p-12 10 0x1.aaa68af20ba0ep+5 1 31429000 gamma gamma electron
768 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 53 0x1.57033f179327p-15 58 0x1.cabdb8605fa61p+5 1 31429000 gamma gamma electron
771 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 52 0x1.7c205f0d3c295p-18 63 0x1.379a52ecf1783p+5 1 31429000 gamma gamma electron
772 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91933p-6 32 0x1.d67e393aa0332p-13 20 0x1.19e105fb856a8p+5 1 31429000 gamma gamma electron
773 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 52 0x1.848b22e21a9f9p-18 73 0x1.6cd5d510d5b91p+5 1 31429000 gamma gamma electron
774 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebbp-5 65 0x1.6a31260bb6ap-17 59 0x1.a58a084c7f3edp+5 1 31429000 gamma gamma electron
776 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 47 0x1.aeeb1416ee71cp-18 72 0x1.5055fd83cf3b6p+5 1 31429000 gamma gamma electron
777 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebbp-5 64 0x1.2b6b2eab33555p-17 46 0x1.a8511a812a6dfp+4 1 31429000 gamma gamma electron
780 0x1.eb851eb851eb9p-5 0x1.a113e15e5449p-6 22 0x1.6d10456674124p-18 26 0x1.aed4e549e5208p+5 1 31429000 gamma gamma electron
781 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dd1p-6 29 0x1.93c2323d091c9p-15 31 0x1.cbc7fffae232fp+5 1 31429000 gamma gamma electron
791 0x1.eb851eb851eb9p-5 0x1.baaeb29a46e9fp-5 50 0x1.06de761948a63p-13 43 0x1.c48224cb68f9p+5 1 31429000 e- electron
794 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 57 0x1.7d8f13fa149b4p-18 75 0x1.9db1145fc864cp+5 1 31429000 gamma gamma electron
798 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91937p-6 39 0x1.5ba725b9f5768p-15 23 0x1.9cc4109cbeae6p+5 1 31429000 gamma gamma electron
803 0x1.eb851eb851eb9p-5 0x1.9600b0a947ddbp-5 61 0x1.adadc443e3ef7p-17 43 0x1.5071d2e2a550bp+5 1 31429000 gamma gamma electron
804 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 54 0x1.51e1d2e9183bfp-18 72 0x1.af142060a0c37p+5 1 31429000 gamma gamma electron
806 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91935p-6 17 0x1.52d95d019a0c8p-18 34 0x1.547fb2e728dc3p+5 1 31429000 gamma gamma electron
810 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91932p-6 31 0x1.0879ef5a4256ap-15 30 0x1.548be209f218cp+5 1 31429000 gamma gamma electron
813 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91935p-6 37 0x1.cce023e99618p-18 22 0x1.327f50ef70b1dp+5 1 31429000 gamma gamma electron
818 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91937p-6 25 0x1.5e1bb5d6fc63p-18 22 0x1.4d0f9c2dbd123p+5 1 31429000 gamma gamma electron
820 0x1.eb851eb851eb9p-5 0x1.b00e5024db818p-6 20 0x1.b661ebe12e0f8p-18 24 0x1.27170508c7165p+5 1 31429000 gamma gamma electron
824 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebcp-5 63 0x1.7af36cf581a86p-10 64 0x1.5da18ab0268edp+5 1 31429000 gamma gamma electron
826 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebcp-5 58 0x1.a1a0ef570edebp-18 53 0x1.499eda8cd213fp+5 1 31429000 gamma gamma electron
834 0x1.eb851eb851eb9p-5 0x1.b00e5024db81bp-6 27 0x1.06665ec7fcddbp-17 23 0x1.6ae39f17faf13p+5 1 31429000 gamma gamma electron
836 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebcp-5 54 0x1.054414b4e85ccp-16 58 0x1.cafc2d53cfffp+5 1 31429000 gamma gamma electron
838 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91932p-6 35 0x1.d92b3068f2d69p-18 23 0x1.abca2be727b6ap+5 1 31429000 gamma gamma electron
845 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 53 0x1.675af76b87e3p-16 66 0x1.9acefd9cc24cep+5 1 31429000 gamma gamma electron
846 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 32 0x1.f7d669faf48d9p-18 25 0x1.b7ee3cd38c2e1p+5 1 31429000 gamma gamma electron
851 0x1.eb851eb851eb9p-5 0x1.bda7037fb7192p-5 51 0x1.6ae547da56c1ap-11 46 0x1.752cc92234d24p+5 1 31429000 gamma gamma electron
852 0x1.eb851eb851eb9p-5 0x1.0d774c67b79f3p-6 22 0x1.d7b6d103e7ee8p-15 19 0x1.3da00ce9efcedp+5 1 31429000 gamma gamma electron
853 0x1.eb851eb851eb9p-5 0x1.2977ab57002b6p-5 46 0x1.b84a138108c62p-17 32 0x1.d1cebc4f0aa42p+5 1 31429000 e- electron
854 0x1.eb851eb851eb9p-5 0x1.4c08ed0e8bb43p-6 20 0x1.fa5c378759eb3p-17 22 0x1.890e4af578032p+5 1 31429000 gamma gamma electron
858 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 68 0x1.91322eddce0a2p-17 56 0x1.340e57a5e3972p+5 1 31429000 gamma gamma electron
864 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 70 0x1.021d9ba96e22fp-9 182 0x1.6851af4d80f67p+5 1 31429000 gamma gamma electron
865 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 47 0x1.a931899a5f2e3p-17 49 0x1.6204ed8eeda52p+5 1 31429000 gamma gamma electron
869 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91933p-6 39 0x1.1df5df3de8079p-14 23 0x1.fab1cd918532p+4 1 31429000 gamma gamma electron
873 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 54 0x1.d02f33e38f543p-17 43 0x1.3364ca2ee2a92p+5 1 31429000 gamma gamma electron
875 0x1.eb851eb851eb9p-5 0x1.b00e5024db81dp-6 21 0x1.74132d0445e14p-16 37 0x1.ab170f515516ep+5 1 31429000 gamma gamma electron
876 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 33 0x1.c22b39593daa4p-14 29 0x1.8500ed7481809p+5 1 31429000 gamma gamma electron
877 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 63 0x1.82620e546e0a3p-18 55 0x1.1f4a6c11c907p+5 1 31429000 gamma gamma electron
880 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebcp-5 49 0x1.60320483cc692p-18 65 0x1.385ec4dece9a2p+5 1 31429000 gamma gamma electron
882 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dccp-6 38 0x1.b2230dffed7efp-14 35 0x1.8340ce2bbef22p+5 1 31429000 gamma gamma electron
884 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 58 0x1.c8c3ad17cc7e4p-9 108 0x1.75d748b209748p+5 1 31429000 gamma gamma electron
888 0x1.eb851eb851eb9p-5 0x1.b00e5024db819p-6 29 0x1.2ae8db33828fap-16 22 0x1.3b678e88506c8p+5 1 31429000 gamma gamma electron
889 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 65 0x1.3d842643e1fa5p-17 73 0x1.7190a6867237fp+5 1 31429000 gamma gamma electron
892 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91936p-6 38 0x1.584c4c5b7661dp-17 30 0x1.a9070ff771bacp+5 1 31429000 gamma gamma electron
894 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dccp-6 46 0x1.762024beb9a53p-18 25 0x1.9dff5ddad5908p+5 1 31429000 gamma gamma electron
896 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 71 0x1.7021babbf695bp-10 150 0x1.789cfa393bd57p+5 1 31429000 gamma gamma electron
900 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 57 0x1.4eb0ee06e8f92p-10 65 0x1.513318ef0a557p+5 1 31429000 gamma gamma electron
901 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 69 0x1.84c1de9c6d41ap-16 40 0x1.6bae3ce186d88p+5 1 31429000 gamma gamma electron
905 0x1.eb851eb851eb9p-5 0x1.4c08ed0e8bb4p-6 20 0x1.05e02c7e2917ep-14 13 0x1.d8696d73462aap+4 1 31429000 gamma gamma electron
906 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91937p-6 29 0x1.053e9a448ee22p-16 27 0x1.849a5ac20e505p+5 1 31429000 gamma gamma electron
914 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb4p-5 54 0x1.6e4c5cb9063b3p-18 52 0x1.adb736ab8e6b1p+5 1 31429000 gamma gamma electron
916 0x1.eb851eb851eb9p-5 0x1.b116228134481p-6 24 0x1.3d1b109a65ad8p-16 23 0x1.ceba7fc48a801p+4 1 31429000 gamma gamma electron
924 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 63 0x1.c342157c09c3fp-18 54 0x1.b3acf9443a438p+5 1 31429000 gamma gamma electron
925 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebbp-5 49 0x1.889492c49bbe9p-10 66 0x1.7276e8a813c9ep+5 1 31429000 gamma gamma electron
936 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb4p-5 65 0x1.5528b9f679c9ep-18 64 0x1.35bf18780e202p+5 1 31429000 gamma gamma electron
939 0x1.eb851eb851eb9p-5 0x1.b00e5024db81ap-6 31 0x1.e2d9cfe72c0ecp-18 34 0x1.b3b1bfca2a1c8p+5 1 31429000 gamma gamma electron
940 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dc9p-6 22 0x1.f7a59da339d71p-18 32 0x1.b6e4fc662956dp+5 1 31429000 gamma gamma electron
943 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebbp-5 53 0x1.50e0aceec9001p-16 38 0x1.a47565c68602bp+5 1 31429000 gamma gamma electron
945 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 73 0x1.0860d33fb8b64p-9 61 0x1.681fb06e822cdp+5 1 31429000 gamma gamma electron
947 0x1.eb851eb851eb9p-5 0x1.595ae3212765cp-5 55 0x1.fe1a8b6156926p-14 53 0x1.43d31e8d617c4p+5 1 31429000 gamma gamma electron
948 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 56 0x1.2fd9ebc147137p-17 59 0x1.74490a084198ap+5 1 31429000 gamma gamma electron
951 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91936p-6 40 0x1.96c09e2b6cd47p-15 28 0x1.3939893e1b2dep+5 1 31429000 gamma gamma electron
956 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 28 0x1.70369d5267893p-14 22 0x1.57478fb3b4986p+5 1 31429000 gamma gamma electron
960 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91937p-6 25 0x1.b8fd790925441p-16 19 0x1.2a568e538d959p+5 1 31429000 gamma gamma electron
964 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 65 0x1.08ee424ff51a8p-16 52 0x1.5ffc36802d3f9p+5 1 31429000 gamma gamma electron
971 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 54 0x1.2276defb17185p-9 136 0x1.53f3e2ecc6a9bp+5 1 31429000 gamma gamma electron
975 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91936p-6 28 0x1.1a0073a623a0ap-14 29 0x1.049260e548495p+5 1 31429000 gamma gamma electron
977 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91932p-6 28 0x1.911facac923ap-17 26 0x1.5fe7f14078cddp+5 1 31429000 gamma gamma electron
978 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 40 0x1.1d83682805207p-14 27 0x1.66e991048f482p+5 1 31429000 gamma gamma electron
987 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 55 0x1.d55369d54e66ep-18 70 0x1.454f5d55a194p+5 1 31429000 gamma gamma electron
988 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 57 0x1.6d42b3c3dea26p-9 55 0x1.564cd822422b2p+5 1 31429000 gamma gamma electron
989 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91935p-6 35 0x1.7b840858fcfe6p-18 34 0x1.6bf3ca6711d0ap+5 1 31429000 gamma gamma electron
990 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 67 0x1.5416b07a4e43fp-18 79 0x1.93a107e036677p+5 1 31429000 gamma gamma electron
997 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 58 0x1.95b95290f917bp-18 55 0x1.6bb87716aac0fp+5 1 31429000 gamma gamma electron
998 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91937p-6 31 0x1.4d3443cade923p-17 23 0x1.84b8ff357913p+5 1 31429000 gamma gamma electron
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-03-ref-00 (6-December-2024)
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -809,7 +809,7 @@ WARNING: G4VisManager::IsValidView(): Attempt to draw when no graphics system
Run terminated.
Run Summary
Number of events processed : 1
User=1.320000s Real=1.419830s Sys=0.050000s
User=1.060000s Real=1.096239s Sys=0.040000s
Graphics systems deleted.
Visualization Manager deleting...
================== Deleting memory pools ===================
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-03-ref-00 (6-December-2024)
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-03-ref-00 (6-December-2024)
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -868,7 +868,7 @@ Setting was ignored.
Run terminated.
Run Summary
Number of events processed : 5000
User=28.630000s Real=30.234820s Sys=0.050000s
User=23.030000s Real=23.439111s Sys=0.000000s
... write file : output.root - done
... close file : output.root - done
Graphics systems deleted.
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-03-ref-00 (6-December-2024)
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -1292,12 +1292,12 @@ Setting was ignored.
Run terminated.
Run Summary
Number of events processed : 1000
User=1.050000s Real=1.301892s Sys=0.000000s
User=0.690000s Real=0.695948s Sys=0.000000s
... write file : output.root - done
... close file : output.root - done
Graphics systems deleted.
Visualization Manager deleting...
================== Deleting memory pools ===================
Number of memory pools allocated: 11 of which, static: 0
Dynamic pools deleted: 11 / Total memory freed: 0.053 MB
Dynamic pools deleted: 11 / Total memory freed: 0.056 MB
============================================================
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-03-ref-00 (6-December-2024)
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -2960,18 +2960,18 @@ Start closing geometry.
G4GeometryManager::ReportVoxelStats -- Voxel Statistics
Total memory consumed for geometry optimisation: 1 kByte
Total CPU time elapsed for geometry optimisation: 0 seconds
Total CPU time elapsed for geometry optimisation: 0.01 seconds
Voxelisation: top CPU users:
Percent Total CPU System CPU Memory Volume
------- ---------- ---------- -------- ----------
0.00 0.00 0.00 1k World
100.00 0.01 0.00 1k World
0.00 0.00 0.00 0k HPGeDetector
Voxelisation: top memory users:
Percent Memory Heads Nodes Pointers Total CPU Volume
------- -------- ------ ------ -------- ---------- ----------
69.08 0k 3 9 24 0.00 World
69.08 0k 3 9 24 0.01 World
30.92 0k 2 3 11 0.00 HPGeDetector
--------------------------------------------------------------------------------
@@ -2989,7 +2989,7 @@ Created histos
Run terminated.
Run Summary
Number of events processed : 10
User=0.000000s Real=0.003039s Sys=0.000000s
User=0.000000s Real=0.002585s Sys=0.010000s
Going to save histograms
... write file : xrayfluo.root - done
... close file : xrayfluo.root - done
@@ -3000,10 +3000,10 @@ Visualization Manager deleting...
visManager deleted
G4 kernel has come to Quit state.
Deleting G4Run (id:0)
UserDetectorConstruction deleted 0x2494c60
UserDetectorConstruction deleted 0x19a0c20
XrayFluoDetectorConstruction deleted
UserPhysicsList deleted 0x2516830
UserActionInitialization deleted 0x256c950
UserPhysicsList deleted 0x1a227f0
UserActionInitialization deleted 0x1a78910
UserWorkerInitialization deleted 0
UserWorkerThreadInitialization deleted 0
UserRunAction deleted.
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-03-ref-00 (6-December-2024)
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -394,7 +394,7 @@ Opening output file xraytel ... done
Run terminated.
Run Summary
Number of events processed : 1000
User=0.010000s Real=0.011300s Sys=0.000000s
User=0.010000s Real=0.008172s Sys=0.000000s
##########################################
================== Deleting memory pools ===================
Number of memory pools allocated: 9 of which, static: 0
+2 -2
View File
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-03-ref-00 (6-December-2024)
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -844,7 +844,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.02923 nanoGy rms = 146.046 picoGy
Cumulated dose per run, in scoring volume : 5.20411 nanoGy rms = 146.979 picoGy
------------------------------------------------------------
Graphics systems deleted.
+171 -171
View File
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-03-ref-00 (6-December-2024)
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -919,19 +919,19 @@ Max 2J for sampling of angular correlations 10
>>> Event: 19
0 hits stored in this event
>>> Event: 20
0 hits stored in this event
11 hits stored in this event
>>> Event: 21
0 hits stored in this event
>>> Event: 22
0 hits stored in this event
>>> Event: 23
0 hits stored in this event
99 hits stored in this event
>>> Event: 24
0 hits stored in this event
>>> Event: 25
169 hits stored in this event
182 hits stored in this event
>>> Event: 26
115 hits stored in this event
0 hits stored in this event
>>> Event: 27
0 hits stored in this event
>>> Event: 28
@@ -949,55 +949,55 @@ Max 2J for sampling of angular correlations 10
>>> Event: 34
0 hits stored in this event
>>> Event: 35
146 hits stored in this event
0 hits stored in this event
>>> Event: 36
0 hits stored in this event
>>> Event: 37
0 hits stored in this event
159 hits stored in this event
>>> Event: 38
0 hits stored in this event
>>> Event: 39
0 hits stored in this event
>>> Event: 40
0 hits stored in this event
24 hits stored in this event
>>> Event: 41
0 hits stored in this event
>>> Event: 42
0 hits stored in this event
>>> Event: 43
27 hits stored in this event
0 hits stored in this event
>>> Event: 44
58 hits stored in this event
0 hits stored in this event
>>> Event: 45
0 hits stored in this event
>>> Event: 46
0 hits stored in this event
>>> Event: 47
47 hits stored in this event
0 hits stored in this event
>>> Event: 48
0 hits stored in this event
>>> Event: 49
89 hits stored in this event
0 hits stored in this event
>>> Event: 50
0 hits stored in this event
>>> Event: 51
0 hits stored in this event
>>> Event: 52
0 hits stored in this event
1 hits stored in this event
>>> Event: 53
51 hits stored in this event
0 hits stored in this event
>>> Event: 54
0 hits stored in this event
84 hits stored in this event
>>> Event: 55
0 hits stored in this event
31 hits stored in this event
>>> Event: 56
0 hits stored in this event
>>> Event: 57
0 hits stored in this event
74 hits stored in this event
>>> Event: 58
0 hits stored in this event
>>> Event: 59
0 hits stored in this event
141 hits stored in this event
>>> Event: 60
0 hits stored in this event
>>> Event: 61
@@ -1005,7 +1005,7 @@ Max 2J for sampling of angular correlations 10
>>> Event: 62
0 hits stored in this event
>>> Event: 63
0 hits stored in this event
64 hits stored in this event
>>> Event: 64
0 hits stored in this event
>>> Event: 65
@@ -1015,7 +1015,7 @@ Max 2J for sampling of angular correlations 10
>>> Event: 67
0 hits stored in this event
>>> Event: 68
16 hits stored in this event
0 hits stored in this event
>>> Event: 69
0 hits stored in this event
>>> Event: 70
@@ -1025,15 +1025,15 @@ Max 2J for sampling of angular correlations 10
>>> Event: 72
0 hits stored in this event
>>> Event: 73
144 hits stored in this event
>>> Event: 74
0 hits stored in this event
>>> Event: 74
215 hits stored in this event
>>> Event: 75
0 hits stored in this event
>>> Event: 76
0 hits stored in this event
>>> Event: 77
39 hits stored in this event
0 hits stored in this event
>>> Event: 78
0 hits stored in this event
>>> Event: 79
@@ -1041,7 +1041,7 @@ Max 2J for sampling of angular correlations 10
>>> Event: 80
0 hits stored in this event
>>> Event: 81
4 hits stored in this event
31 hits stored in this event
>>> Event: 82
0 hits stored in this event
>>> Event: 83
@@ -1051,9 +1051,9 @@ Max 2J for sampling of angular correlations 10
>>> Event: 85
0 hits stored in this event
>>> Event: 86
101 hits stored in this event
>>> Event: 87
0 hits stored in this event
>>> Event: 87
93 hits stored in this event
>>> Event: 88
0 hits stored in this event
>>> Event: 89
@@ -1073,7 +1073,7 @@ Max 2J for sampling of angular correlations 10
>>> Event: 96
0 hits stored in this event
>>> Event: 97
0 hits stored in this event
55 hits stored in this event
>>> Event: 98
0 hits stored in this event
>>> Event: 99
@@ -1081,205 +1081,205 @@ Max 2J for sampling of angular correlations 10
### Run 1 starts.
--> Event 0 starts.
>>> Event: 0
103 hits stored in this event
221 hits stored in this event
>>> Event: 1
99 hits stored in this event
207 hits stored in this event
>>> Event: 2
80 hits stored in this event
>>> Event: 3
451 hits stored in this event
>>> Event: 4
120 hits stored in this event
>>> Event: 5
94 hits stored in this event
>>> Event: 6
369 hits stored in this event
>>> Event: 7
78 hits stored in this event
>>> Event: 8
67 hits stored in this event
>>> Event: 9
426 hits stored in this event
>>> Event: 10
81 hits stored in this event
>>> Event: 11
69 hits stored in this event
>>> Event: 12
186 hits stored in this event
>>> Event: 13
72 hits stored in this event
>>> Event: 14
191 hits stored in this event
>>> Event: 15
56 hits stored in this event
>>> Event: 16
171 hits stored in this event
>>> Event: 17
200 hits stored in this event
>>> Event: 18
51 hits stored in this event
>>> Event: 19
272 hits stored in this event
>>> Event: 20
47 hits stored in this event
>>> Event: 21
66 hits stored in this event
>>> Event: 22
131 hits stored in this event
>>> Event: 23
57 hits stored in this event
>>> Event: 24
129 hits stored in this event
>>> Event: 25
203 hits stored in this event
>>> Event: 26
208 hits stored in this event
>>> Event: 27
93 hits stored in this event
>>> Event: 28
140 hits stored in this event
>>> Event: 29
142 hits stored in this event
>>> Event: 30
>>> Event: 3
144 hits stored in this event
>>> Event: 4
148 hits stored in this event
>>> Event: 5
57 hits stored in this event
>>> Event: 6
1763 hits stored in this event
>>> Event: 7
57 hits stored in this event
>>> Event: 8
69 hits stored in this event
>>> Event: 9
1213 hits stored in this event
>>> Event: 10
830 hits stored in this event
>>> Event: 11
63 hits stored in this event
>>> Event: 12
63 hits stored in this event
>>> Event: 13
181 hits stored in this event
>>> Event: 14
56 hits stored in this event
>>> Event: 15
135 hits stored in this event
>>> Event: 16
97 hits stored in this event
>>> Event: 17
82 hits stored in this event
>>> Event: 18
105 hits stored in this event
>>> Event: 19
77 hits stored in this event
>>> Event: 20
154 hits stored in this event
>>> Event: 21
1245 hits stored in this event
>>> Event: 22
72 hits stored in this event
>>> Event: 23
72 hits stored in this event
>>> Event: 24
141 hits stored in this event
>>> Event: 25
106 hits stored in this event
>>> Event: 26
89 hits stored in this event
>>> Event: 27
609 hits stored in this event
>>> Event: 28
87 hits stored in this event
>>> Event: 29
221 hits stored in this event
>>> Event: 30
1192 hits stored in this event
>>> Event: 31
102 hits stored in this event
66 hits stored in this event
>>> Event: 32
267 hits stored in this event
460 hits stored in this event
>>> Event: 33
151 hits stored in this event
46 hits stored in this event
>>> Event: 34
99 hits stored in this event
61 hits stored in this event
>>> Event: 35
212 hits stored in this event
63 hits stored in this event
>>> Event: 36
190 hits stored in this event
261 hits stored in this event
>>> Event: 37
1758 hits stored in this event
201 hits stored in this event
>>> Event: 38
205 hits stored in this event
252 hits stored in this event
>>> Event: 39
114 hits stored in this event
209 hits stored in this event
>>> Event: 40
96 hits stored in this event
767 hits stored in this event
>>> Event: 41
78 hits stored in this event
51 hits stored in this event
>>> Event: 42
80 hits stored in this event
50 hits stored in this event
>>> Event: 43
91 hits stored in this event
>>> Event: 44
80 hits stored in this event
>>> Event: 45
85 hits stored in this event
>>> Event: 46
327 hits stored in this event
>>> Event: 47
171 hits stored in this event
>>> Event: 48
99 hits stored in this event
>>> Event: 49
90 hits stored in this event
>>> Event: 50
>>> Event: 44
67 hits stored in this event
>>> Event: 45
124 hits stored in this event
>>> Event: 46
120 hits stored in this event
>>> Event: 47
84 hits stored in this event
>>> Event: 48
83 hits stored in this event
>>> Event: 49
105 hits stored in this event
>>> Event: 50
102 hits stored in this event
>>> Event: 51
153 hits stored in this event
47 hits stored in this event
>>> Event: 52
91 hits stored in this event
67 hits stored in this event
>>> Event: 53
1417 hits stored in this event
110 hits stored in this event
>>> Event: 54
372 hits stored in this event
85 hits stored in this event
>>> Event: 55
70 hits stored in this event
>>> Event: 56
210 hits stored in this event
168 hits stored in this event
>>> Event: 57
92 hits stored in this event
299 hits stored in this event
>>> Event: 58
61 hits stored in this event
419 hits stored in this event
>>> Event: 59
233 hits stored in this event
81 hits stored in this event
>>> Event: 60
254 hits stored in this event
405 hits stored in this event
>>> Event: 61
423 hits stored in this event
81 hits stored in this event
>>> Event: 62
5754 hits stored in this event
115 hits stored in this event
>>> Event: 63
73 hits stored in this event
71 hits stored in this event
>>> Event: 64
88 hits stored in this event
163 hits stored in this event
>>> Event: 65
505 hits stored in this event
81 hits stored in this event
>>> Event: 66
58 hits stored in this event
252 hits stored in this event
>>> Event: 67
119 hits stored in this event
77 hits stored in this event
>>> Event: 68
307 hits stored in this event
110 hits stored in this event
>>> Event: 69
96 hits stored in this event
178 hits stored in this event
>>> Event: 70
102 hits stored in this event
>>> Event: 71
65 hits stored in this event
133 hits stored in this event
>>> Event: 72
88 hits stored in this event
45 hits stored in this event
>>> Event: 73
1573 hits stored in this event
125 hits stored in this event
>>> Event: 74
96 hits stored in this event
>>> Event: 75
75 hits stored in this event
>>> Event: 76
129 hits stored in this event
>>> Event: 77
66 hits stored in this event
>>> Event: 78
51 hits stored in this event
>>> Event: 79
100 hits stored in this event
>>> Event: 80
171 hits stored in this event
>>> Event: 81
97 hits stored in this event
>>> Event: 82
110 hits stored in this event
>>> Event: 83
237 hits stored in this event
>>> Event: 84
83 hits stored in this event
>>> Event: 85
64 hits stored in this event
>>> Event: 86
71 hits stored in this event
>>> Event: 87
250 hits stored in this event
>>> Event: 88
90 hits stored in this event
>>> Event: 89
111 hits stored in this event
>>> Event: 90
176 hits stored in this event
>>> Event: 75
149 hits stored in this event
>>> Event: 76
432 hits stored in this event
>>> Event: 77
109 hits stored in this event
>>> Event: 78
265 hits stored in this event
>>> Event: 79
90 hits stored in this event
>>> Event: 80
95 hits stored in this event
>>> Event: 81
105 hits stored in this event
>>> Event: 82
102 hits stored in this event
>>> Event: 83
67 hits stored in this event
>>> Event: 84
137 hits stored in this event
>>> Event: 85
106 hits stored in this event
>>> Event: 86
133 hits stored in this event
>>> Event: 87
87 hits stored in this event
>>> Event: 88
124 hits stored in this event
>>> Event: 89
174 hits stored in this event
>>> Event: 90
66 hits stored in this event
>>> Event: 91
94 hits stored in this event
334 hits stored in this event
>>> Event: 92
74 hits stored in this event
148 hits stored in this event
>>> Event: 93
56 hits stored in this event
622 hits stored in this event
>>> Event: 94
63 hits stored in this event
91 hits stored in this event
>>> Event: 95
92 hits stored in this event
75 hits stored in this event
>>> Event: 96
100 hits stored in this event
75 hits stored in this event
>>> Event: 97
74 hits stored in this event
83 hits stored in this event
>>> Event: 98
107 hits stored in this event
>>> Event: 99
98 hits stored in this event
>>> Event: 99
57 hits stored in this event
### Run 2 starts.
--> Event 0 starts.
+216 -216
View File
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-03-ref-00 (6-December-2024)
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -885,13 +885,13 @@ Max 2J for sampling of angular correlations 10
>>> Event: 4
0 hits stored in this event
>>> Event: 5
0 hits stored in this event
57 hits stored in this event
>>> Event: 6
0 hits stored in this event
>>> Event: 7
0 hits stored in this event
>>> Event: 8
28 hits stored in this event
0 hits stored in this event
>>> Event: 9
0 hits stored in this event
>>> Event: 10
@@ -899,7 +899,7 @@ Max 2J for sampling of angular correlations 10
>>> Event: 11
0 hits stored in this event
>>> Event: 12
0 hits stored in this event
227 hits stored in this event
>>> Event: 13
0 hits stored in this event
>>> Event: 14
@@ -913,13 +913,13 @@ Max 2J for sampling of angular correlations 10
>>> Event: 18
0 hits stored in this event
>>> Event: 19
0 hits stored in this event
36 hits stored in this event
>>> Event: 20
9 hits stored in this event
0 hits stored in this event
>>> Event: 21
0 hits stored in this event
>>> Event: 22
0 hits stored in this event
103 hits stored in this event
>>> Event: 23
0 hits stored in this event
>>> Event: 24
@@ -927,7 +927,7 @@ Max 2J for sampling of angular correlations 10
>>> Event: 25
0 hits stored in this event
>>> Event: 26
38 hits stored in this event
47 hits stored in this event
>>> Event: 27
0 hits stored in this event
>>> Event: 28
@@ -937,9 +937,9 @@ Max 2J for sampling of angular correlations 10
>>> Event: 30
0 hits stored in this event
>>> Event: 31
0 hits stored in this event
87 hits stored in this event
>>> Event: 32
291 hits stored in this event
0 hits stored in this event
>>> Event: 33
0 hits stored in this event
>>> Event: 34
@@ -973,33 +973,33 @@ Max 2J for sampling of angular correlations 10
>>> Event: 48
0 hits stored in this event
>>> Event: 49
0 hits stored in this event
1 hits stored in this event
>>> Event: 50
0 hits stored in this event
>>> Event: 51
0 hits stored in this event
>>> Event: 52
0 hits stored in this event
19 hits stored in this event
>>> Event: 53
0 hits stored in this event
>>> Event: 54
0 hits stored in this event
>>> Event: 55
0 hits stored in this event
34 hits stored in this event
>>> Event: 56
0 hits stored in this event
>>> Event: 57
14 hits stored in this event
0 hits stored in this event
>>> Event: 58
58 hits stored in this event
34 hits stored in this event
>>> Event: 59
0 hits stored in this event
>>> Event: 60
20 hits stored in this event
>>> Event: 61
5 hits stored in this event
>>> Event: 62
0 hits stored in this event
>>> Event: 61
0 hits stored in this event
>>> Event: 62
40 hits stored in this event
>>> Event: 63
0 hits stored in this event
>>> Event: 64
@@ -1011,7 +1011,7 @@ Max 2J for sampling of angular correlations 10
>>> Event: 67
0 hits stored in this event
>>> Event: 68
0 hits stored in this event
40 hits stored in this event
>>> Event: 69
0 hits stored in this event
>>> Event: 70
@@ -1023,7 +1023,7 @@ Max 2J for sampling of angular correlations 10
>>> Event: 73
0 hits stored in this event
>>> Event: 74
21 hits stored in this event
0 hits stored in this event
>>> Event: 75
0 hits stored in this event
>>> Event: 76
@@ -1037,7 +1037,7 @@ Max 2J for sampling of angular correlations 10
>>> Event: 80
0 hits stored in this event
>>> Event: 81
0 hits stored in this event
35 hits stored in this event
>>> Event: 82
0 hits stored in this event
>>> Event: 83
@@ -1045,19 +1045,19 @@ Max 2J for sampling of angular correlations 10
>>> Event: 84
0 hits stored in this event
>>> Event: 85
70 hits stored in this event
0 hits stored in this event
>>> Event: 86
0 hits stored in this event
>>> Event: 87
0 hits stored in this event
>>> Event: 88
0 hits stored in this event
243 hits stored in this event
>>> Event: 89
0 hits stored in this event
>>> Event: 90
0 hits stored in this event
>>> Event: 91
79 hits stored in this event
0 hits stored in this event
>>> Event: 92
0 hits stored in this event
>>> Event: 93
@@ -1077,205 +1077,205 @@ Max 2J for sampling of angular correlations 10
### Run 1 starts.
--> Event 0 starts.
>>> Event: 0
63 hits stored in this event
675 hits stored in this event
>>> Event: 1
440 hits stored in this event
>>> Event: 2
553 hits stored in this event
>>> Event: 3
2115 hits stored in this event
>>> Event: 4
65 hits stored in this event
>>> Event: 5
102 hits stored in this event
>>> Event: 6
350 hits stored in this event
>>> Event: 7
422 hits stored in this event
>>> Event: 8
176 hits stored in this event
>>> Event: 9
64 hits stored in this event
>>> Event: 10
114 hits stored in this event
>>> Event: 11
528 hits stored in this event
>>> Event: 12
95 hits stored in this event
>>> Event: 13
91 hits stored in this event
>>> Event: 14
79 hits stored in this event
>>> Event: 15
51 hits stored in this event
>>> Event: 16
72 hits stored in this event
>>> Event: 17
79 hits stored in this event
>>> Event: 18
144 hits stored in this event
>>> Event: 19
86 hits stored in this event
>>> Event: 20
98 hits stored in this event
>>> Event: 21
76 hits stored in this event
>>> Event: 22
306 hits stored in this event
>>> Event: 23
136 hits stored in this event
>>> Event: 24
103 hits stored in this event
>>> Event: 25
87 hits stored in this event
>>> Event: 26
107 hits stored in this event
>>> Event: 27
97 hits stored in this event
>>> Event: 28
165 hits stored in this event
>>> Event: 29
235 hits stored in this event
>>> Event: 30
90 hits stored in this event
>>> Event: 31
255 hits stored in this event
>>> Event: 32
109 hits stored in this event
>>> Event: 33
87 hits stored in this event
>>> Event: 34
379 hits stored in this event
>>> Event: 35
101 hits stored in this event
>>> Event: 36
252 hits stored in this event
>>> Event: 37
136 hits stored in this event
>>> Event: 38
67 hits stored in this event
>>> Event: 39
122 hits stored in this event
>>> Event: 40
73 hits stored in this event
>>> Event: 41
499 hits stored in this event
>>> Event: 42
101 hits stored in this event
>>> Event: 43
107 hits stored in this event
>>> Event: 44
130 hits stored in this event
>>> Event: 45
147 hits stored in this event
>>> Event: 46
99 hits stored in this event
>>> Event: 47
91 hits stored in this event
>>> Event: 48
71 hits stored in this event
>>> Event: 49
89 hits stored in this event
>>> Event: 50
67 hits stored in this event
>>> Event: 51
80 hits stored in this event
>>> Event: 52
149 hits stored in this event
>>> Event: 53
258 hits stored in this event
>>> Event: 54
83 hits stored in this event
>>> Event: 55
78 hits stored in this event
>>> Event: 56
43 hits stored in this event
>>> Event: 57
103 hits stored in this event
>>> Event: 58
194 hits stored in this event
>>> Event: 59
>>> Event: 2
260 hits stored in this event
>>> Event: 3
74 hits stored in this event
>>> Event: 4
166 hits stored in this event
>>> Event: 5
147 hits stored in this event
>>> Event: 6
107 hits stored in this event
>>> Event: 7
93 hits stored in this event
>>> Event: 8
355 hits stored in this event
>>> Event: 9
69 hits stored in this event
>>> Event: 10
239 hits stored in this event
>>> Event: 11
147 hits stored in this event
>>> Event: 12
2046 hits stored in this event
>>> Event: 13
108 hits stored in this event
>>> Event: 14
136 hits stored in this event
>>> Event: 15
1918 hits stored in this event
>>> Event: 16
547 hits stored in this event
>>> Event: 17
200 hits stored in this event
>>> Event: 18
104 hits stored in this event
>>> Event: 19
175 hits stored in this event
>>> Event: 20
84 hits stored in this event
>>> Event: 60
188 hits stored in this event
>>> Event: 61
97 hits stored in this event
>>> Event: 62
543 hits stored in this event
>>> Event: 63
57 hits stored in this event
>>> Event: 64
65 hits stored in this event
>>> Event: 65
141 hits stored in this event
>>> Event: 66
79 hits stored in this event
>>> Event: 67
338 hits stored in this event
>>> Event: 68
81 hits stored in this event
>>> Event: 69
123 hits stored in this event
>>> Event: 70
52 hits stored in this event
>>> Event: 71
258 hits stored in this event
>>> Event: 72
276 hits stored in this event
>>> Event: 73
89 hits stored in this event
>>> Event: 74
130 hits stored in this event
>>> Event: 75
72 hits stored in this event
>>> Event: 76
81 hits stored in this event
>>> Event: 77
3984 hits stored in this event
>>> Event: 78
68 hits stored in this event
>>> Event: 79
67 hits stored in this event
>>> Event: 80
190 hits stored in this event
>>> Event: 81
96 hits stored in this event
>>> Event: 82
340 hits stored in this event
>>> Event: 83
464 hits stored in this event
>>> Event: 84
76 hits stored in this event
>>> Event: 85
91 hits stored in this event
>>> Event: 86
54 hits stored in this event
>>> Event: 87
>>> Event: 21
147 hits stored in this event
>>> Event: 22
22561 hits stored in this event
>>> Event: 23
78 hits stored in this event
>>> Event: 24
90 hits stored in this event
>>> Event: 25
127 hits stored in this event
>>> Event: 26
920 hits stored in this event
>>> Event: 27
85 hits stored in this event
>>> Event: 88
73 hits stored in this event
>>> Event: 89
144 hits stored in this event
>>> Event: 90
89 hits stored in this event
>>> Event: 91
102 hits stored in this event
>>> Event: 92
120 hits stored in this event
>>> Event: 93
2499 hits stored in this event
>>> Event: 94
91 hits stored in this event
>>> Event: 95
>>> Event: 28
61 hits stored in this event
>>> Event: 29
63 hits stored in this event
>>> Event: 30
58 hits stored in this event
>>> Event: 31
416 hits stored in this event
>>> Event: 32
125 hits stored in this event
>>> Event: 33
161 hits stored in this event
>>> Event: 34
94 hits stored in this event
>>> Event: 35
242 hits stored in this event
>>> Event: 36
126 hits stored in this event
>>> Event: 96
65 hits stored in this event
>>> Event: 97
>>> Event: 37
396 hits stored in this event
>>> Event: 38
164 hits stored in this event
>>> Event: 39
119 hits stored in this event
>>> Event: 40
69 hits stored in this event
>>> Event: 41
73 hits stored in this event
>>> Event: 42
91 hits stored in this event
>>> Event: 43
98 hits stored in this event
>>> Event: 44
70 hits stored in this event
>>> Event: 45
105 hits stored in this event
>>> Event: 46
114 hits stored in this event
>>> Event: 47
118 hits stored in this event
>>> Event: 48
61 hits stored in this event
>>> Event: 49
162 hits stored in this event
>>> Event: 50
168 hits stored in this event
>>> Event: 51
121 hits stored in this event
>>> Event: 52
177 hits stored in this event
>>> Event: 53
322 hits stored in this event
>>> Event: 54
101 hits stored in this event
>>> Event: 55
1020 hits stored in this event
>>> Event: 56
596 hits stored in this event
>>> Event: 57
100 hits stored in this event
>>> Event: 58
2493 hits stored in this event
>>> Event: 59
79 hits stored in this event
>>> Event: 60
148 hits stored in this event
>>> Event: 61
79 hits stored in this event
>>> Event: 62
140 hits stored in this event
>>> Event: 63
224 hits stored in this event
>>> Event: 64
123 hits stored in this event
>>> Event: 65
81 hits stored in this event
>>> Event: 66
8635 hits stored in this event
>>> Event: 67
137 hits stored in this event
>>> Event: 68
73 hits stored in this event
>>> Event: 69
94 hits stored in this event
>>> Event: 70
64 hits stored in this event
>>> Event: 71
63 hits stored in this event
>>> Event: 72
320 hits stored in this event
>>> Event: 73
121 hits stored in this event
>>> Event: 74
89 hits stored in this event
>>> Event: 75
71 hits stored in this event
>>> Event: 76
62 hits stored in this event
>>> Event: 77
47 hits stored in this event
>>> Event: 78
69 hits stored in this event
>>> Event: 79
98 hits stored in this event
>>> Event: 80
153 hits stored in this event
>>> Event: 81
61 hits stored in this event
>>> Event: 82
192 hits stored in this event
>>> Event: 83
127 hits stored in this event
>>> Event: 84
258 hits stored in this event
>>> Event: 85
100 hits stored in this event
>>> Event: 86
217 hits stored in this event
>>> Event: 87
261 hits stored in this event
>>> Event: 88
97 hits stored in this event
>>> Event: 89
60 hits stored in this event
>>> Event: 90
83 hits stored in this event
>>> Event: 91
60 hits stored in this event
>>> Event: 92
114 hits stored in this event
>>> Event: 93
279 hits stored in this event
>>> Event: 94
69 hits stored in this event
>>> Event: 95
234 hits stored in this event
>>> Event: 96
119 hits stored in this event
>>> Event: 97
68 hits stored in this event
>>> Event: 98
152 hits stored in this event
576 hits stored in this event
>>> Event: 99
723 hits stored in this event
67 hits stored in this event
### Run 2 starts.
--> Event 0 starts.
+1 -1
View File
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-03-ref-00 (6-December-2024)
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
+1 -1
View File
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-03-ref-00 (6-December-2024)
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
+1 -1
View File
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-03-ref-00 (6-December-2024)
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
+1 -1
View File
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-03-ref-00 (6-December-2024)
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
+1 -1
View File
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-03-ref-00 (6-December-2024)
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
+2 -2
View File
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-03-ref-00 (6-December-2024)
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -975,4 +975,4 @@ Using
... close file : B4.root - done
Graphics systems deleted.
Visualization Manager deleting...
### deleting chargedFilter 0x164e710
### deleting chargedFilter 0xc126d0
+151 -137
View File
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-03-ref-00 (6-December-2024)
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -1018,34 +1018,23 @@ Hadron Calorimeter has 0 hits. Total Edep is 0 (MeV)
>>> Event 0 >>> Simulation truth : pi+ (-0,0,100000)
Hodoscope 1 has 1 hits.
Hodoscope[7] 4.9867880803649 (nsec)
Hodoscope 2 has 7 hits.
Hodoscope[10] 42.693893478616 (nsec)
Hodoscope[2] 853.77866942287 (nsec)
Hodoscope[8] 250.84079578652 (nsec)
Hodoscope[19] 56.859826340972 (nsec)
Hodoscope[6] 55.343982182128 (nsec)
Hodoscope[7] 495.81935314938 (nsec)
Hodoscope[11] 203.69686923003 (nsec)
Hodoscope[7] 4.9867880803662 (nsec)
Hodoscope 2 has 1 hits.
Hodoscope[10] 42.693788135597 (nsec)
Drift Chamber 1 has 5 hits.
Layer[0] : time 6.6709548379098 (nsec) --- local (x,y) -0.0067756403066425, 0.0073906289400873
Layer[1] : time 8.3387769388024 (nsec) --- local (x,y) -0.0099926278606033, 0.017568658924285
Layer[2] : time 10.006599039562 (nsec) --- local (x,y) -0.015479911648651, 0.024229681018116
Layer[3] : time 11.674421140242 (nsec) --- local (x,y) -0.020538462591487, 0.029163681873659
Layer[4] : time 13.34224324097 (nsec) --- local (x,y) -0.024539271250352, 0.035941087448643
Drift Chamber 2 has 10 hits.
Layer[0] : time 34.366581574853 (nsec) --- local (x,y) -82.691294357706, 0.2575490956363
Layer[1] : time 36.035314703191 (nsec) --- local (x,y) -99.219857386674, 0.27113901043004
Layer[2] : time 37.704047857661 (nsec) --- local (x,y) -115.74865880945, 0.28307290276609
Layer[2] : time 67.162264725082 (nsec) --- local (x,y) -1290.129459435, 165.55834854679
Layer[2] : time 62.984961951652 (nsec) --- local (x,y) 1356.6966797816, -48.063194168024
Layer[3] : time 39.372781000818 (nsec) --- local (x,y) -132.27735664709, 0.29610978194111
Layer[3] : time 65.183122266138 (nsec) --- local (x,y) -1013.9046848682, 222.68618979017
Layer[3] : time 61.008420084131 (nsec) --- local (x,y) 1142.2883970341, -45.167603632942
Layer[4] : time 41.041513966124 (nsec) --- local (x,y) -148.80443890137, 0.31120033346316
Layer[4] : time 59.027088728178 (nsec) --- local (x,y) 926.25949701545, -43.499779580654
EM Calorimeter has 52 hits. Total Edep is 67684.84057846 (MeV)
Hadron Calorimeter has 14 hits. Total Edep is 767.19162002928 (MeV)
Layer[0] : time 6.6709548380071 (nsec) --- local (x,y) -0.0084374961541531, -0.01617021713421
Layer[1] : time 8.3387769390248 (nsec) --- local (x,y) -0.01612461504617, -0.025659506214965
Layer[2] : time 10.006599040155 (nsec) --- local (x,y) -0.022846519460119, -0.037322727352983
Layer[3] : time 11.674421141323 (nsec) --- local (x,y) -0.02778700716895, -0.050294129023285
Layer[4] : time 13.342243242715 (nsec) --- local (x,y) -0.03500136995738, -0.06467445292062
Drift Chamber 2 has 5 hits.
Layer[0] : time 34.366478518862 (nsec) --- local (x,y) -82.694258770298, -0.25913139343107
Layer[1] : time 36.035210993557 (nsec) --- local (x,y) -99.216882748241, -0.27940598990072
Layer[2] : time 37.703943548712 (nsec) --- local (x,y) -115.7402381806, -0.29870659682731
Layer[3] : time 39.372676249521 (nsec) --- local (x,y) -132.2649160061, -0.31764346725772
Layer[4] : time 41.041408982111 (nsec) --- local (x,y) -148.789878485, -0.33962387223393
EM Calorimeter has 2 hits. Total Edep is 265.00512150932 (MeV)
Hadron Calorimeter has 3 hits. Total Edep is 59.625293784381 (MeV)
... write file : B5.root - done
... write file : B5ntuple.root - done
... close file : B5.root - done
@@ -1057,26 +1046,27 @@ Hadron Calorimeter has 14 hits. Total Edep is 767.19162002928 (MeV)
... open analysis file : B5.root - done
--> Event 0 starts.
>>> Event 0 >>> Simulation truth : e+ (-0,0,100000)
>>> Event 0 >>> Simulation truth : e+ (0,0,100000)
Hodoscope 1 has 1 hits.
Hodoscope[7] 4.9867832234035 (nsec)
Hodoscope[7] 4.9867832233744 (nsec)
Hodoscope 2 has 2 hits.
Hodoscope[8] 43.190330649002 (nsec)
Hodoscope[19] 57.660287089897 (nsec)
Hodoscope[9] 43.186679882067 (nsec)
Hodoscope[23] 1000.1643966852 (nsec)
Drift Chamber 1 has 5 hits.
Layer[0] : time 6.6709483403725 (nsec) --- local (x,y) -0.0078194544128074, 0.016877001566486
Layer[1] : time 8.3387688168624 (nsec) --- local (x,y) -0.016170330645767, 0.025466416613827
Layer[2] : time 10.006589293355 (nsec) --- local (x,y) -0.024617143733625, 0.033957207322737
Layer[3] : time 11.674409769853 (nsec) --- local (x,y) -0.032419219533725, 0.043131779952623
Layer[4] : time 13.342230246272 (nsec) --- local (x,y) -0.041127019308454, 0.04983131588152
Drift Chamber 2 has 5 hits.
Layer[0] : time 34.847142604164 (nsec) --- local (x,y) -175.37996203, 0.097670494369148
Layer[1] : time 36.519056477252 (nsec) --- local (x,y) -210.43242993394, 0.10052973459178
Layer[2] : time 38.190970504937 (nsec) --- local (x,y) -245.48556023618, 0.10402435228797
Layer[3] : time 39.862884960085 (nsec) --- local (x,y) -280.54052266602, 0.10945869390707
Layer[4] : time 41.534800272498 (nsec) --- local (x,y) -315.59915960027, 0.11485380328862
EM Calorimeter has 36 hits. Total Edep is 90341.940603355 (MeV)
Hadron Calorimeter has 6 hits. Total Edep is 46.021064065152 (MeV)
Layer[0] : time 6.6709483432523 (nsec) --- local (x,y) 0.037251294519475, -0.0011353550305746
Layer[1] : time 8.3387688230209 (nsec) --- local (x,y) 0.070804289026291, -0.00091286140032391
Layer[2] : time 10.006589302969 (nsec) --- local (x,y) 0.10512697985155, 0.00028729245766547
Layer[3] : time 11.674409782985 (nsec) --- local (x,y) 0.1397539146699, 6.2661896421117e-05
Layer[4] : time 13.342230263393 (nsec) --- local (x,y) 0.17603706220215, 0.0010174466358151
Drift Chamber 2 has 6 hits.
Layer[0] : time 34.849422254592 (nsec) --- local (x,y) -147.09872617223, 0.037810022912828
Layer[1] : time 36.520146573102 (nsec) --- local (x,y) -176.61665113813, 0.04302228896427
Layer[1] : time 73.109262483466 (nsec) --- local (x,y) 1295.4521634987, 12.879302132932
Layer[2] : time 38.190872598214 (nsec) --- local (x,y) -206.14325661474, 0.0465578084646
Layer[3] : time 39.861598939912 (nsec) --- local (x,y) -235.67147213929, 0.049187308463733
Layer[4] : time 41.532325911239 (nsec) --- local (x,y) -265.20288924228, 0.05225640450113
EM Calorimeter has 41 hits. Total Edep is 91994.067146994 (MeV)
Hadron Calorimeter has 7 hits. Total Edep is 25.974221830826 (MeV)
... write file : B5.root - done
... write file : B5ntuple.root - done
... close file : B5.root - done
@@ -1088,25 +1078,28 @@ Hadron Calorimeter has 6 hits. Total Edep is 46.021064065152 (MeV)
... open analysis file : B5.root - done
--> Event 0 starts.
>>> Event 0 >>> Simulation truth : proton (-0,0,10000)
>>> Event 0 >>> Simulation truth : proton (0,0,10000)
Hodoscope 1 has 1 hits.
Hodoscope[7] 5.0086864841725 (nsec)
Hodoscope[7] 5.0086864764731 (nsec)
Hodoscope 2 has 1 hits.
Hodoscope[9] 43.372291175741 (nsec)
Hodoscope[9] 43.371765584511 (nsec)
Drift Chamber 1 has 5 hits.
Layer[0] : time 6.7002520202434 (nsec) --- local (x,y) -0.13615699291167, -0.11423808353801
Layer[1] : time 8.3754013376319 (nsec) --- local (x,y) -0.23418287293239, -0.23364684807226
Layer[2] : time 10.050550801061 (nsec) --- local (x,y) -0.32397110617685, -0.34133337768202
Layer[3] : time 11.725700371749 (nsec) --- local (x,y) -0.41033275902485, -0.41915374933057
Layer[4] : time 13.400850133958 (nsec) --- local (x,y) -0.53734923757434, -0.50072537656057
Drift Chamber 2 has 5 hits.
Layer[0] : time 34.998981754733 (nsec) --- local (x,y) -149.737938906, -1.9109347911622
Layer[1] : time 36.677062052274 (nsec) --- local (x,y) -179.31596936378, -2.0090738563814
Layer[2] : time 38.355112007681 (nsec) --- local (x,y) -208.63928742781, -2.9333467490963
Layer[3] : time 40.032986354926 (nsec) --- local (x,y) -236.40281513517, -9.4243058877382
Layer[4] : time 41.710860413247 (nsec) --- local (x,y) -264.15946414451, -15.934912970631
EM Calorimeter has 14 hits. Total Edep is 284.90658100546 (MeV)
Hadron Calorimeter has 10 hits. Total Edep is 477.09941960831 (MeV)
Layer[0] : time 6.7002520723116 (nsec) --- local (x,y) -0.39713344816407, -0.1836588855066
Layer[1] : time 8.3754013967728 (nsec) --- local (x,y) -0.54252018700638, -0.16202046578932
Layer[2] : time 10.050550936772 (nsec) --- local (x,y) -0.70318585866293, -0.078520346506246
Layer[3] : time 11.725700706677 (nsec) --- local (x,y) -0.8491962009165, 0.025403297322231
Layer[4] : time 13.400850631701 (nsec) --- local (x,y) -0.95848356390822, 0.11684262573752
Drift Chamber 2 has 8 hits.
Layer[0] : time 34.997788772288 (nsec) --- local (x,y) -150.45356578101, 1.0522829477207
Layer[1] : time 36.675879780477 (nsec) --- local (x,y) -180.08626542263, 1.0247999307028
Layer[2] : time 38.353973038835 (nsec) --- local (x,y) -209.72920185067, 1.0065112308132
Layer[2] : time 38.361102366952 (nsec) --- local (x,y) -208.32745225748, -6.1917618875478
Layer[3] : time 40.032053526016 (nsec) --- local (x,y) -239.28783819061, 0.96472555421386
Layer[3] : time 40.269433525978 (nsec) --- local (x,y) -149.2309617915, -260.73094761201
Layer[4] : time 41.710133327754 (nsec) --- local (x,y) -268.84224295835, 0.90102601505809
Layer[4] : time 41.745525573765 (nsec) --- local (x,y) -269.42887852187, 1.8693224399452
EM Calorimeter has 13 hits. Total Edep is 207.42050471521 (MeV)
Hadron Calorimeter has 12 hits. Total Edep is 507.04897585101 (MeV)
... write file : B5.root - done
... write file : B5ntuple.root - done
... close file : B5.root - done
@@ -1120,24 +1113,45 @@ Hadron Calorimeter has 10 hits. Total Edep is 477.09941960831 (MeV)
>>> Event 0 >>> Simulation truth : pi+ (-0,0,10000)
Hodoscope 1 has 1 hits.
Hodoscope[7] 4.9872689587926 (nsec)
Hodoscope 2 has 1 hits.
Hodoscope[10] 42.689301474077 (nsec)
Hodoscope[7] 4.9872689270481 (nsec)
Hodoscope 2 has 3 hits.
Hodoscope[9] 43.230652486713 (nsec)
Hodoscope[11] 42.71666877195 (nsec)
Hodoscope[10] 42.779082637629 (nsec)
Drift Chamber 1 has 5 hits.
Layer[0] : time 6.6715983169245 (nsec) --- local (x,y) -0.33163501705994, -0.1155679252521
Layer[1] : time 8.3395815130072 (nsec) --- local (x,y) -0.57569849160462, -0.17706776702595
Layer[2] : time 10.007564680186 (nsec) --- local (x,y) -0.79762575712661, -0.24146696426985
Layer[3] : time 11.675547847158 (nsec) --- local (x,y) -1.0179262202653, -0.30452487525457
Layer[4] : time 13.343531022748 (nsec) --- local (x,y) -1.2358604322027, -0.38412635822619
Drift Chamber 2 has 6 hits.
Layer[0] : time 34.361401678423 (nsec) --- local (x,y) -83.451028104635, -1.4818053887373
Layer[1] : time 36.030253033513 (nsec) --- local (x,y) -99.586195345323, -1.5789045262503
Layer[2] : time 37.699104028203 (nsec) --- local (x,y) -115.71796163548, -1.6785515243348
Layer[3] : time 39.367955027084 (nsec) --- local (x,y) -131.84988934723, -1.7265445491675
Layer[4] : time 41.036805419972 (nsec) --- local (x,y) -147.9760638432, -1.7828924393696
Layer[4] : time 41.396585772789 (nsec) --- local (x,y) -114.45456003947, 44.691624573626
EM Calorimeter has 11 hits. Total Edep is 206.65029203192 (MeV)
Hadron Calorimeter has 11 hits. Total Edep is 586.77210658292 (MeV)
Layer[0] : time 6.6715982200311 (nsec) --- local (x,y) -0.18136921903307, -0.041972524048319
Layer[1] : time 8.3395812866504 (nsec) --- local (x,y) -0.32443074065501, -0.070952125107012
Layer[2] : time 10.007564370369 (nsec) --- local (x,y) -0.4829824374768, -0.086308494287309
Layer[3] : time 11.675547462831 (nsec) --- local (x,y) -0.64736469690895, -0.099975638161727
Layer[4] : time 13.3435305788 (nsec) --- local (x,y) -0.82483521826215, -0.060411578276345
Drift Chamber 2 has 25 hits.
Layer[0] : time 34.363948315354 (nsec) --- local (x,y) -83.303428581894, -1.3893927932468
Layer[1] : time 36.032813833519 (nsec) --- local (x,y) -99.569409146835, -1.5268470885312
Layer[2] : time 37.701682342835 (nsec) --- local (x,y) -115.86276225376, -1.6810796374929
Layer[3] : time 39.370549330273 (nsec) --- local (x,y) -132.14199839067, -1.8393192979065
Layer[3] : time 47.516395654375 (nsec) --- local (x,y) -228.70416691385, 149.28603301717
Layer[3] : time 47.51786493626 (nsec) --- local (x,y) -228.72176718967, 149.31623311473
Layer[3] : time 47.518094339948 (nsec) --- local (x,y) -228.72451282932, 149.32094662314
Layer[3] : time 47.518094339948 (nsec) --- local (x,y) -228.72451282932, 149.32094662314
Layer[3] : time 47.51786493626 (nsec) --- local (x,y) -228.72176718967, 149.31623311473
Layer[3] : time 47.519728472562 (nsec) --- local (x,y) -228.79710255925, 149.39839701917
Layer[3] : time 47.521568589084 (nsec) --- local (x,y) -228.85131295946, 149.49855230676
Layer[3] : time 47.523475191242 (nsec) --- local (x,y) -228.89150198632, 149.59884733362
Layer[4] : time 48.126764627086 (nsec) --- local (x,y) 257.45417977044, -27.600681750404
Layer[4] : time 53.00970160418 (nsec) --- local (x,y) -108.21443700153, 214.11545774565
Layer[4] : time 53.012055847957 (nsec) --- local (x,y) -108.21098532437, 214.14788096193
Layer[4] : time 53.012055847957 (nsec) --- local (x,y) -108.21098532437, 214.14788096193
Layer[4] : time 53.012655995814 (nsec) --- local (x,y) -108.20138450207, 214.14992899811
Layer[4] : time 53.013413303438 (nsec) --- local (x,y) -108.20771419398, 214.13877895147
Layer[4] : time 53.014481698165 (nsec) --- local (x,y) -108.19993569129, 214.13691300651
Layer[4] : time 53.015693346313 (nsec) --- local (x,y) -108.17635418004, 214.15229745318
Layer[4] : time 41.48067261832 (nsec) --- local (x,y) -220.90685012808, -140.43968822425
Layer[4] : time 41.183395133308 (nsec) --- local (x,y) -181.8957911704, 13.557306017435
Layer[4] : time 41.046023038443 (nsec) --- local (x,y) -120.01064073664, -13.882629423877
Layer[4] : time 41.062702919411 (nsec) --- local (x,y) -167.48940430632, 41.376582696752
Layer[4] : time 41.089885607209 (nsec) --- local (x,y) -168.15917780273, 66.464946072889
EM Calorimeter has 37 hits. Total Edep is 1398.6152028844 (MeV)
Hadron Calorimeter has 9 hits. Total Edep is 24.442436342384 (MeV)
... write file : B5.root - done
... write file : B5ntuple.root - done
... close file : B5.root - done
@@ -1151,23 +1165,23 @@ Hadron Calorimeter has 11 hits. Total Edep is 586.77210658292 (MeV)
>>> Event 0 >>> Simulation truth : e+ (-0,0,10000)
Hodoscope 1 has 1 hits.
Hodoscope[7] 4.9867832346592 (nsec)
Hodoscope[7] 4.986783238963 (nsec)
Hodoscope 2 has 1 hits.
Hodoscope[9] 43.18604133867 (nsec)
Hodoscope[9] 43.187963466962 (nsec)
Drift Chamber 1 has 5 hits.
Layer[0] : time 6.6709483993118 (nsec) --- local (x,y) 0.011712640370662, 0.12703744297467
Layer[1] : time 8.3387689252515 (nsec) --- local (x,y) -0.036218643390032, 0.2365727931659
Layer[2] : time 10.006589442486 (nsec) --- local (x,y) -0.083838627915537, 0.33264972552847
Layer[3] : time 11.674409955387 (nsec) --- local (x,y) -0.098062149412397, 0.4325546566709
Layer[4] : time 13.342230478456 (nsec) --- local (x,y) -0.11203689248329, 0.54743475518977
Layer[0] : time 6.6709485179622 (nsec) --- local (x,y) 0.10786083284101, 0.2627042558015
Layer[1] : time 8.3387691692527 (nsec) --- local (x,y) 0.24945083679606, 0.44114418279571
Layer[2] : time 10.006589834628 (nsec) --- local (x,y) 0.39126810173763, 0.63058701385232
Layer[3] : time 11.674410454287 (nsec) --- local (x,y) 0.48486230492098, 0.81391673763678
Layer[4] : time 13.342231073721 (nsec) --- local (x,y) 0.59301884236072, 0.98874571506999
Drift Chamber 2 has 5 hits.
Layer[0] : time 34.848222964479 (nsec) --- local (x,y) -150.29800507082, 1.7136492716911
Layer[1] : time 36.519069411888 (nsec) --- local (x,y) -180.43057230248, 1.7239789352412
Layer[2] : time 38.189910665815 (nsec) --- local (x,y) -210.53668047862, 1.5047187323312
Layer[3] : time 39.860749165496 (nsec) --- local (x,y) -240.62906596803, 1.2879890303411
Layer[4] : time 41.531583286186 (nsec) --- local (x,y) -270.69955231, 1.0659886646892
EM Calorimeter has 21 hits. Total Edep is 9580.556064736 (MeV)
Hadron Calorimeter has 0 hits. Total Edep is 0 (MeV)
Layer[0] : time 34.850618580175 (nsec) --- local (x,y) -146.98533778166, 3.6904479355451
Layer[1] : time 36.521366388623 (nsec) --- local (x,y) -176.62200544272, 3.8620907312027
Layer[2] : time 38.192106907302 (nsec) --- local (x,y) -206.22164638143, 4.0453462540389
Layer[3] : time 39.86284994022 (nsec) --- local (x,y) -235.83385207524, 4.2563780037024
Layer[4] : time 41.533592042476 (nsec) --- local (x,y) -265.44126327473, 4.4776748288291
EM Calorimeter has 18 hits. Total Edep is 9687.7386442321 (MeV)
Hadron Calorimeter has 5 hits. Total Edep is 2.7268892424804 (MeV)
... write file : B5.root - done
... write file : B5ntuple.root - done
... close file : B5.root - done
@@ -1179,25 +1193,25 @@ Hadron Calorimeter has 0 hits. Total Edep is 0 (MeV)
... open analysis file : B5.root - done
--> Event 0 starts.
>>> Event 0 >>> Simulation truth : proton (-0,0,1000)
>>> Event 0 >>> Simulation truth : proton (0,0,1000)
Hodoscope 1 has 1 hits.
Hodoscope[7] 6.8389558773932 (nsec)
Hodoscope[7] 6.8390716061372 (nsec)
Hodoscope 2 has 1 hits.
Hodoscope[9] 59.313581466409 (nsec)
Hodoscope[9] 59.408967766332 (nsec)
Drift Chamber 1 has 5 hits.
Layer[0] : time 9.153197827135 (nsec) --- local (x,y) -2.5518253264194, 1.3974778512736
Layer[1] : time 11.445232775581 (nsec) --- local (x,y) -4.0608945275672, 1.7009529482719
Layer[2] : time 13.73748309333 (nsec) --- local (x,y) -6.3039643017089, 2.5364912992481
Layer[3] : time 16.029934639768 (nsec) --- local (x,y) -9.3588055899364, 3.2060440690804
Layer[4] : time 18.322596931931 (nsec) --- local (x,y) -12.424517139668, 4.1243620077777
Layer[0] : time 9.1533725156555 (nsec) --- local (x,y) -0.73342540699812, -0.65499309669353
Layer[1] : time 11.445481605919 (nsec) --- local (x,y) -0.21824969509029, -0.58358730918899
Layer[2] : time 13.737816241743 (nsec) --- local (x,y) 0.36448268199108, -0.59873931994425
Layer[3] : time 16.030325935077 (nsec) --- local (x,y) 0.86443412502142, -0.56129261707837
Layer[4] : time 18.323056578154 (nsec) --- local (x,y) 1.2486275638915, -0.69436936361014
Drift Chamber 2 has 5 hits.
Layer[0] : time 47.832282856649 (nsec) --- local (x,y) -188.22446947764, 7.7972538199101
Layer[1] : time 50.132657576614 (nsec) --- local (x,y) -219.03443029607, 7.4210334457103
Layer[2] : time 52.433233361606 (nsec) --- local (x,y) -249.91800962794, 6.9555908041979
Layer[3] : time 54.733932432893 (nsec) --- local (x,y) -280.48368613494, 6.4558433540426
Layer[4] : time 57.034881014872 (nsec) --- local (x,y) -311.06799889339, 5.8403397229555
EM Calorimeter has 5 hits. Total Edep is 302.24801040526 (MeV)
Hadron Calorimeter has 2 hits. Total Edep is 1.1180453752656 (MeV)
Layer[0] : time 47.931463371509 (nsec) --- local (x,y) -135.97821906418, -11.358124128954
Layer[1] : time 50.231176071777 (nsec) --- local (x,y) -165.53670865664, -12.728254781191
Layer[2] : time 52.530988865999 (nsec) --- local (x,y) -194.8144131475, -13.67011274228
Layer[3] : time 54.831044825246 (nsec) --- local (x,y) -224.25132032505, -14.568286440683
Layer[4] : time 57.131261070435 (nsec) --- local (x,y) -253.64154389546, -15.210092082522
EM Calorimeter has 6 hits. Total Edep is 159.39513055529 (MeV)
Hadron Calorimeter has 3 hits. Total Edep is 7.4043860709791 (MeV)
... write file : B5.root - done
... write file : B5ntuple.root - done
... close file : B5.root - done
@@ -1209,25 +1223,25 @@ Hadron Calorimeter has 2 hits. Total Edep is 1.1180453752656 (MeV)
... open analysis file : B5.root - done
--> Event 0 starts.
>>> Event 0 >>> Simulation truth : pi+ (0,0,1000)
>>> Event 0 >>> Simulation truth : pi+ (-0,0,1000)
Hodoscope 1 has 1 hits.
Hodoscope[7] 5.0351370784809 (nsec)
Hodoscope[7] 5.0351318775105 (nsec)
Hodoscope 2 has 1 hits.
Hodoscope[10] 43.132459781645 (nsec)
Hodoscope[10] 43.101962415901 (nsec)
Drift Chamber 1 has 5 hits.
Layer[0] : time 6.73569156906 (nsec) --- local (x,y) -0.55036982605612, -0.075577871866188
Layer[1] : time 8.4197482214431 (nsec) --- local (x,y) -0.56242653354845, -0.81627644390484
Layer[2] : time 10.103808394726 (nsec) --- local (x,y) -0.50515642425194, -1.52404654403
Layer[3] : time 11.787871070119 (nsec) --- local (x,y) -0.31209730444132, -2.1344770232806
Layer[4] : time 13.471936639176 (nsec) --- local (x,y) -0.054349427338769, -2.792202083006
Layer[0] : time 6.7356889821649 (nsec) --- local (x,y) -0.85203501260358, -1.3647139793547
Layer[1] : time 8.4197469978065 (nsec) --- local (x,y) -1.2588220691281, -2.5105239517378
Layer[2] : time 10.103809408083 (nsec) --- local (x,y) -1.7484156455242, -3.7835173105935
Layer[3] : time 11.787876266097 (nsec) --- local (x,y) -2.3308625082498, -5.2059617998769
Layer[4] : time 13.471945695918 (nsec) --- local (x,y) -3.0158926051512, -6.5122089078102
Drift Chamber 2 has 5 hits.
Layer[0] : time 34.722820355096 (nsec) --- local (x,y) -83.519319236587, -15.613211399321
Layer[1] : time 36.408084178667 (nsec) --- local (x,y) -102.0193839761, -17.081571285398
Layer[2] : time 38.09330363207 (nsec) --- local (x,y) -120.14763215434, -18.414672478742
Layer[3] : time 39.778518713733 (nsec) --- local (x,y) -138.20577565528, -19.844844579434
Layer[4] : time 41.463750398005 (nsec) --- local (x,y) -156.3700294203, -21.305399733146
EM Calorimeter has 16 hits. Total Edep is 581.67383203992 (MeV)
Hadron Calorimeter has 1 hits. Total Edep is 0.037339796506785 (MeV)
Layer[0] : time 34.692960015393 (nsec) --- local (x,y) -86.850710519431, -20.627505969791
Layer[1] : time 36.378081201802 (nsec) --- local (x,y) -104.25206672098, -21.078521934036
Layer[2] : time 38.063217982782 (nsec) --- local (x,y) -121.75672972351, -21.595817264135
Layer[3] : time 39.74832643108 (nsec) --- local (x,y) -138.99512615503, -22.106229814856
Layer[4] : time 41.433396672601 (nsec) --- local (x,y) -155.87215573417, -22.786045912471
EM Calorimeter has 20 hits. Total Edep is 423.88106415975 (MeV)
Hadron Calorimeter has 6 hits. Total Edep is 31.597225145326 (MeV)
... write file : B5.root - done
... write file : B5ntuple.root - done
... close file : B5.root - done
@@ -1239,25 +1253,25 @@ Hadron Calorimeter has 1 hits. Total Edep is 0.037339796506785 (MeV)
... open analysis file : B5.root - done
--> Event 0 starts.
>>> Event 0 >>> Simulation truth : e+ (0,0,1000)
>>> Event 0 >>> Simulation truth : e+ (-0,0,1000)
Hodoscope 1 has 1 hits.
Hodoscope[7] 4.9867842458664 (nsec)
Hodoscope[7] 4.9867839433208 (nsec)
Hodoscope 2 has 1 hits.
Hodoscope[9] 43.122772126907 (nsec)
Hodoscope[9] 43.203312322835 (nsec)
Drift Chamber 1 has 6 hits.
Layer[0] : time 6.6709645045779 (nsec) --- local (x,y) -1.7331574975067, -0.094926214328247
Layer[1] : time 8.3388021532606 (nsec) --- local (x,y) -3.9568779767214, -0.45874350551086
Layer[2] : time 10.006644263377 (nsec) --- local (x,y) -6.445017885804, -0.92798868028034
Layer[3] : time 11.674494262959 (nsec) --- local (x,y) -9.3871860206838, -1.2755599004368
Layer[4] : time 13.342352377042 (nsec) --- local (x,y) -12.574158458145, -2.2963429738764
Layer[4] : time 13.720500496896 (nsec) --- local (x,y) 154.23526451345, 290.36839894796
Layer[0] : time 6.6709567614587 (nsec) --- local (x,y) 1.440628211168, 0.51573564800867
Layer[1] : time 8.3387826564318 (nsec) --- local (x,y) 2.5979878804842, 0.97725932517806
Layer[2] : time 10.00660871952 (nsec) --- local (x,y) 3.8436928209406, 1.1933150082503
Layer[2] : time 10.04191598155 (nsec) --- local (x,y) 4.0888414381889, 5.4415394702968
Layer[3] : time 11.674434071482 (nsec) --- local (x,y) 5.0132622841716, 1.357506972592
Layer[4] : time 13.342258453048 (nsec) --- local (x,y) 6.0636251005763, 1.3575665196237
Drift Chamber 2 has 5 hits.
Layer[0] : time 34.784049178336 (nsec) --- local (x,y) -195.04583188566, -22.32950225775
Layer[1] : time 36.45509028051 (nsec) --- local (x,y) -226.0558728001, -24.507291518148
Layer[2] : time 38.126121230655 (nsec) --- local (x,y) -257.00443160134, -26.855973179648
Layer[3] : time 39.79715415644 (nsec) --- local (x,y) -287.95951010076, -29.245458454357
Layer[4] : time 41.468167412331 (nsec) --- local (x,y) -318.80604790358, -31.796973240453
EM Calorimeter has 9 hits. Total Edep is 966.70057239402 (MeV)
Layer[0] : time 34.865605188587 (nsec) --- local (x,y) -142.42790557249, -1.8183042595053
Layer[1] : time 36.536461295059 (nsec) --- local (x,y) -172.59894483603, -2.5359231360634
Layer[2] : time 38.207310114789 (nsec) --- local (x,y) -202.73672356165, -3.1224143455108
Layer[3] : time 39.878151548955 (nsec) --- local (x,y) -232.84097308214, -3.5032420917856
Layer[4] : time 41.548955906373 (nsec) --- local (x,y) -262.75571575561, -4.1082654202435
EM Calorimeter has 7 hits. Total Edep is 987.17199481252 (MeV)
Hadron Calorimeter has 0 hits. Total Edep is 0 (MeV)
... write file : B5.root - done
... write file : B5ntuple.root - done
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-03-ref-00 (6-December-2024)
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -947,20 +947,20 @@ LGap: mean = 32.6255 cm rms = 0 fm
--------------------End of Run------------------------------
mean Energy in Absorber : 189.29 MeV +- 49.6309 MeV
mean Energy in Gap : 46.2433 MeV +- 13.396 MeV
mean Energy in Absorber : 188.855 MeV +- 49.5222 MeV
mean Energy in Gap : 46.6085 MeV +- 13.5408 MeV
mean trackLength in Absorber : 46.7296 cm +- 12.3868 cm
mean trackLength in Gap : 23.4367 cm +- 6.8607 cm
mean trackLength in Absorber : 46.6428 cm +- 12.2754 cm
mean trackLength in Gap : 23.6669 cm +- 6.92205 cm
------------------------------------------------------------
----> print histograms statistic
EAbs: mean = 189.29 MeV rms = 49.6309 MeV
EGap: mean = 46.2433 MeV rms = 13.396 MeV
LAbs: mean = 46.7296 cm rms = 12.3868 cm
LGap: mean = 23.4367 cm rms = 6.8607 cm
EAbs: mean = 188.855 MeV rms = 49.5222 MeV
EGap: mean = 46.6085 MeV rms = 13.5408 MeV
LAbs: mean = 46.6428 cm rms = 12.2754 cm
LGap: mean = 23.6669 cm rms = 6.92205 cm
... create file : ./histo/AnaEx01_h1_EAbs.csv - done
... create file : ./histo/AnaEx01_h1_EGap.csv - done
... create file : ./histo/AnaEx01_h1_LAbs.csv - done
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-03-ref-00 (6-December-2024)
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -931,20 +931,20 @@ LGap: mean = 32.6255 cm rms = 0 fm
--------------------End of Run------------------------------
mean Energy in Absorber : 189.29 MeV +- 49.6309 MeV
mean Energy in Gap : 46.2433 MeV +- 13.396 MeV
mean Energy in Absorber : 188.855 MeV +- 49.5222 MeV
mean Energy in Gap : 46.6085 MeV +- 13.5408 MeV
mean trackLength in Absorber : 46.7296 cm +- 12.3868 cm
mean trackLength in Gap : 23.4367 cm +- 6.8607 cm
mean trackLength in Absorber : 46.6428 cm +- 12.2754 cm
mean trackLength in Gap : 23.6669 cm +- 6.92205 cm
------------------------------------------------------------
----> print histograms statistic
EAbs: mean = 189.29 MeV rms = 49.6309 MeV
EGap: mean = 46.2433 MeV rms = 13.396 MeV
LAbs: mean = 46.7296 cm rms = 12.3868 cm
LGap: mean = 23.4367 cm rms = 6.8607 cm
EAbs: mean = 188.855 MeV rms = 49.5222 MeV
EGap: mean = 46.6085 MeV rms = 13.5408 MeV
LAbs: mean = 46.6428 cm rms = 12.2754 cm
LGap: mean = 23.6669 cm rms = 6.92205 cm
... write file : AnaEx01.hdf5 - done
... close file : AnaEx01.hdf5 - done
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-03-ref-00 (6-December-2024)
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -934,20 +934,20 @@ LGap: mean = 32.6255 cm rms = 0 fm
--------------------End of Run------------------------------
mean Energy in Absorber : 189.29 MeV +- 49.6309 MeV
mean Energy in Gap : 46.2433 MeV +- 13.396 MeV
mean Energy in Absorber : 188.855 MeV +- 49.5222 MeV
mean Energy in Gap : 46.6085 MeV +- 13.5408 MeV
mean trackLength in Absorber : 46.7296 cm +- 12.3868 cm
mean trackLength in Gap : 23.4367 cm +- 6.8607 cm
mean trackLength in Absorber : 46.6428 cm +- 12.2754 cm
mean trackLength in Gap : 23.6669 cm +- 6.92205 cm
------------------------------------------------------------
----> print histograms statistic
EAbs: mean = 189.29 MeV rms = 49.6309 MeV
EGap: mean = 46.2433 MeV rms = 13.396 MeV
LAbs: mean = 46.7296 cm rms = 12.3868 cm
LGap: mean = 23.4367 cm rms = 6.8607 cm
EAbs: mean = 188.855 MeV rms = 49.5222 MeV
EGap: mean = 46.6085 MeV rms = 13.5408 MeV
LAbs: mean = 46.6428 cm rms = 12.2754 cm
LGap: mean = 23.6669 cm rms = 6.92205 cm
... write file : AnaEx01.root - done
... close file : AnaEx01.root - done
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-03-ref-00 (6-December-2024)
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -939,20 +939,20 @@ LGap: mean = 32.6255 cm rms = 0 fm
--------------------End of Run------------------------------
mean Energy in Absorber : 189.29 MeV +- 49.6309 MeV
mean Energy in Gap : 46.2433 MeV +- 13.396 MeV
mean Energy in Absorber : 188.855 MeV +- 49.5222 MeV
mean Energy in Gap : 46.6085 MeV +- 13.5408 MeV
mean trackLength in Absorber : 46.7296 cm +- 12.3868 cm
mean trackLength in Gap : 23.4367 cm +- 6.8607 cm
mean trackLength in Absorber : 46.6428 cm +- 12.2754 cm
mean trackLength in Gap : 23.6669 cm +- 6.92205 cm
------------------------------------------------------------
----> print histograms statistic
EAbs: mean = 189.29 MeV rms = 49.6309 MeV
EGap: mean = 46.2433 MeV rms = 13.396 MeV
LAbs: mean = 46.7296 cm rms = 12.3868 cm
LGap: mean = 23.4367 cm rms = 6.8607 cm
EAbs: mean = 188.855 MeV rms = 49.5222 MeV
EGap: mean = 46.6085 MeV rms = 13.5408 MeV
LAbs: mean = 46.6428 cm rms = 12.2754 cm
LGap: mean = 23.6669 cm rms = 6.92205 cm
... write file : AnaEx01.xml - done
... write file : AnaEx01_nt_Ntuple1.xml - done
... write file : AnaEx01_nt_Ntuple2.xml - done
@@ -10,7 +10,7 @@
**************************************************************
Geant4 version Name: geant4-11-03-ref-00 (6-December-2024)
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -924,20 +924,20 @@ LGap: mean = 32.6255 cm rms = 0 fm
--------------------End of Run------------------------------
mean Energy in Absorber : 189.29 MeV +- 49.6309 MeV
mean Energy in Gap : 46.2433 MeV +- 13.396 MeV
mean Energy in Absorber : 188.855 MeV +- 49.5222 MeV
mean Energy in Gap : 46.6085 MeV +- 13.5408 MeV
mean trackLength in Absorber : 46.7296 cm +- 12.3868 cm
mean trackLength in Gap : 23.4367 cm +- 6.8607 cm
mean trackLength in Absorber : 46.6428 cm +- 12.2754 cm
mean trackLength in Gap : 23.6669 cm +- 6.92205 cm
------------------------------------------------------------
----> print histograms statistic
EAbs: mean = 189.29 MeV rms = 49.6309 MeV
EGap: mean = 46.2433 MeV rms = 13.396 MeV
LAbs: mean = 46.7296 cm rms = 12.3868 cm
LGap: mean = 23.4367 cm rms = 6.8607 cm
EAbs: mean = 188.855 MeV rms = 49.5222 MeV
EGap: mean = 46.6085 MeV rms = 13.5408 MeV
LAbs: mean = 46.6428 cm rms = 12.2754 cm
LGap: mean = 23.6669 cm rms = 6.92205 cm
----> Histograms and ntuples are saved
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-03-ref-00 (6-December-2024)
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -888,8 +888,8 @@ LGap: mean = 2.3872 cm rms = 9.61394 mm
----> print histograms statistic
EAbs: mean = 181.847 MeV rms = 4.68046 MeV
LAbs: mean = 13.1175 cm rms = 4.04973 mm
EAbs: mean = 183.461 MeV rms = 6.36249 MeV
LAbs: mean = 13.2058 cm rms = 4.88221 mm
### Run 2 start.
---> Begin of event: 0
@@ -918,10 +918,10 @@ LAbs: mean = 13.1175 cm rms = 4.04973 mm
----> print histograms statistic
EAbs: mean = 274.942 MeV rms = 8.96651 MeV
EGap2: mean = 13.9939 MeV rms = 6.14487 MeV
LAbs: mean = 19.7961 cm rms = 7.49951 mm
LGap2: mean = 6.91332 cm rms = 3.1357 cm
EAbs: mean = 275.367 MeV rms = 9.55541 MeV
EGap2: mean = 14.2057 MeV rms = 5.79917 MeV
LAbs: mean = 19.8712 cm rms = 7.5499 mm
LGap2: mean = 7.08008 cm rms = 2.93135 cm
... close file : ./histo/e-_h1_EAbs.csv - done
... close file : ./histo/e-_h1_EAbs_v1.csv - done
... close file : ./histo/e-_h1_EAbs_v2.csv - done
@@ -957,10 +957,10 @@ LGap2: mean = 6.91332 cm rms = 3.1357 cm
----> print histograms statistic
EAbs: mean = 219.88 MeV rms = 43.1697 MeV
EGap2: mean = 20.0259 MeV rms = 9.07144 MeV
LAbs: mean = 8.97192 cm rms = 1.91523 cm
LGap2: mean = 4.65684 cm rms = 1.29345 cm
EAbs: mean = 214.274 MeV rms = 46.4144 MeV
EGap2: mean = 19.7045 MeV rms = 9.24047 MeV
LAbs: mean = 9.05957 cm rms = 2.3581 cm
LGap2: mean = 4.54428 cm rms = 1.38333 cm
### Run 4 start.
---> Begin of event: 0
@@ -985,10 +985,10 @@ LGap2: mean = 4.65684 cm rms = 1.29345 cm
----> print histograms statistic
EAbs: mean = 202.531 MeV rms = 61.5619 MeV
EGap2: mean = 17.1471 MeV rms = 7.9748 MeV
LAbs: mean = 9.63554 cm rms = 1.93891 cm
LGap2: mean = 4.84455 cm rms = 1.12888 cm
EAbs: mean = 187.097 MeV rms = 57.6177 MeV
EGap2: mean = 16.7878 MeV rms = 8.81072 MeV
LAbs: mean = 8.8331 cm rms = 2.6403 cm
LGap2: mean = 4.46388 cm rms = 1.5686 cm
... close file : ./histo/proton_h1_EAbs.csv - done
... close file : ./histo/proton_h1_EAbs_v1.csv - done
... close file : ./histo/proton_h1_EGap2.csv - done
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-03-ref-00 (6-December-2024)
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -865,8 +865,8 @@ LGap: mean = 2.3872 cm rms = 9.61394 mm
----> print histograms statistic
EAbs: mean = 181.847 MeV rms = 4.68046 MeV
LAbs: mean = 13.1175 cm rms = 4.04973 mm
EAbs: mean = 183.461 MeV rms = 6.36249 MeV
LAbs: mean = 13.2058 cm rms = 4.88221 mm
### Run 2 start.
---> Begin of event: 0
@@ -874,10 +874,10 @@ LAbs: mean = 13.1175 cm rms = 4.04973 mm
----> print histograms statistic
EAbs: mean = 274.942 MeV rms = 8.96651 MeV
EGap2: mean = 13.9939 MeV rms = 6.14487 MeV
LAbs: mean = 19.7961 cm rms = 7.49951 mm
LGap2: mean = 6.91332 cm rms = 3.1357 cm
EAbs: mean = 275.367 MeV rms = 9.55541 MeV
EGap2: mean = 14.2057 MeV rms = 5.79917 MeV
LAbs: mean = 19.8712 cm rms = 7.5499 mm
LGap2: mean = 7.08008 cm rms = 2.93135 cm
... close file : e-.hdf5 - done
... create file : proton.hdf5 - done
... open analysis file : proton.hdf5 - done
@@ -888,10 +888,10 @@ LGap2: mean = 6.91332 cm rms = 3.1357 cm
----> print histograms statistic
EAbs: mean = 219.88 MeV rms = 43.1697 MeV
EGap2: mean = 20.0259 MeV rms = 9.07144 MeV
LAbs: mean = 8.97192 cm rms = 1.91523 cm
LGap2: mean = 4.65684 cm rms = 1.29345 cm
EAbs: mean = 214.274 MeV rms = 46.4144 MeV
EGap2: mean = 19.7045 MeV rms = 9.24047 MeV
LAbs: mean = 9.05957 cm rms = 2.3581 cm
LGap2: mean = 4.54428 cm rms = 1.38333 cm
### Run 4 start.
---> Begin of event: 0
@@ -899,10 +899,10 @@ LGap2: mean = 4.65684 cm rms = 1.29345 cm
----> print histograms statistic
EAbs: mean = 202.531 MeV rms = 61.5619 MeV
EGap2: mean = 17.1471 MeV rms = 7.9748 MeV
LAbs: mean = 9.63554 cm rms = 1.93891 cm
LGap2: mean = 4.84455 cm rms = 1.12888 cm
EAbs: mean = 187.097 MeV rms = 57.6177 MeV
EGap2: mean = 16.7878 MeV rms = 8.81072 MeV
LAbs: mean = 8.8331 cm rms = 2.6403 cm
LGap2: mean = 4.46388 cm rms = 1.5686 cm
... close file : proton.hdf5 - done
Graphics systems deleted.
Visualization Manager deleting...
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-03-ref-00 (6-December-2024)
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -867,8 +867,8 @@ LGap: mean = 2.3872 cm rms = 9.61394 mm
----> print histograms statistic
EAbs: mean = 181.847 MeV rms = 4.68046 MeV
LAbs: mean = 13.1175 cm rms = 4.04973 mm
EAbs: mean = 183.461 MeV rms = 6.36249 MeV
LAbs: mean = 13.2058 cm rms = 4.88221 mm
### Run 2 start.
---> Begin of event: 0
@@ -876,10 +876,10 @@ LAbs: mean = 13.1175 cm rms = 4.04973 mm
----> print histograms statistic
EAbs: mean = 274.942 MeV rms = 8.96651 MeV
EGap2: mean = 13.9939 MeV rms = 6.14487 MeV
LAbs: mean = 19.7961 cm rms = 7.49951 mm
LGap2: mean = 6.91332 cm rms = 3.1357 cm
EAbs: mean = 275.367 MeV rms = 9.55541 MeV
EGap2: mean = 14.2057 MeV rms = 5.79917 MeV
LAbs: mean = 19.8712 cm rms = 7.5499 mm
LGap2: mean = 7.08008 cm rms = 2.93135 cm
... close file : e-.root - done
... create file : proton.root - done
... open analysis file : proton.root - done
@@ -891,10 +891,10 @@ LGap2: mean = 6.91332 cm rms = 3.1357 cm
----> print histograms statistic
EAbs: mean = 219.88 MeV rms = 43.1697 MeV
EGap2: mean = 20.0259 MeV rms = 9.07144 MeV
LAbs: mean = 8.97192 cm rms = 1.91523 cm
LGap2: mean = 4.65684 cm rms = 1.29345 cm
EAbs: mean = 214.274 MeV rms = 46.4144 MeV
EGap2: mean = 19.7045 MeV rms = 9.24047 MeV
LAbs: mean = 9.05957 cm rms = 2.3581 cm
LGap2: mean = 4.54428 cm rms = 1.38333 cm
### Run 4 start.
---> Begin of event: 0
@@ -902,10 +902,10 @@ LGap2: mean = 4.65684 cm rms = 1.29345 cm
----> print histograms statistic
EAbs: mean = 202.531 MeV rms = 61.5619 MeV
EGap2: mean = 17.1471 MeV rms = 7.9748 MeV
LAbs: mean = 9.63554 cm rms = 1.93891 cm
LGap2: mean = 4.84455 cm rms = 1.12888 cm
EAbs: mean = 187.097 MeV rms = 57.6177 MeV
EGap2: mean = 16.7878 MeV rms = 8.81072 MeV
LAbs: mean = 8.8331 cm rms = 2.6403 cm
LGap2: mean = 4.46388 cm rms = 1.5686 cm
... close file : proton.root - done
Graphics systems deleted.
Visualization Manager deleting...
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-03-ref-00 (6-December-2024)
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -871,8 +871,8 @@ LGap: mean = 2.3872 cm rms = 9.61394 mm
----> print histograms statistic
EAbs: mean = 181.847 MeV rms = 4.68046 MeV
LAbs: mean = 13.1175 cm rms = 4.04973 mm
EAbs: mean = 183.461 MeV rms = 6.36249 MeV
LAbs: mean = 13.2058 cm rms = 4.88221 mm
### Run 2 start.
---> Begin of event: 0
@@ -882,10 +882,10 @@ LAbs: mean = 13.1175 cm rms = 4.04973 mm
----> print histograms statistic
EAbs: mean = 274.942 MeV rms = 8.96651 MeV
EGap2: mean = 13.9939 MeV rms = 6.14487 MeV
LAbs: mean = 19.7961 cm rms = 7.49951 mm
LGap2: mean = 6.91332 cm rms = 3.1357 cm
EAbs: mean = 275.367 MeV rms = 9.55541 MeV
EGap2: mean = 14.2057 MeV rms = 5.79917 MeV
LAbs: mean = 19.8712 cm rms = 7.5499 mm
LGap2: mean = 7.08008 cm rms = 2.93135 cm
... close file : e-.xml - done
... close file : e-_nt_Ntuple1.xml - done
... close file : e-_nt_Ntuple2.xml - done
@@ -902,10 +902,10 @@ LGap2: mean = 6.91332 cm rms = 3.1357 cm
----> print histograms statistic
EAbs: mean = 219.88 MeV rms = 43.1697 MeV
EGap2: mean = 20.0259 MeV rms = 9.07144 MeV
LAbs: mean = 8.97192 cm rms = 1.91523 cm
LGap2: mean = 4.65684 cm rms = 1.29345 cm
EAbs: mean = 214.274 MeV rms = 46.4144 MeV
EGap2: mean = 19.7045 MeV rms = 9.24047 MeV
LAbs: mean = 9.05957 cm rms = 2.3581 cm
LGap2: mean = 4.54428 cm rms = 1.38333 cm
### Run 4 start.
---> Begin of event: 0
@@ -915,10 +915,10 @@ LGap2: mean = 4.65684 cm rms = 1.29345 cm
----> print histograms statistic
EAbs: mean = 202.531 MeV rms = 61.5619 MeV
EGap2: mean = 17.1471 MeV rms = 7.9748 MeV
LAbs: mean = 9.63554 cm rms = 1.93891 cm
LGap2: mean = 4.84455 cm rms = 1.12888 cm
EAbs: mean = 187.097 MeV rms = 57.6177 MeV
EGap2: mean = 16.7878 MeV rms = 8.81072 MeV
LAbs: mean = 8.8331 cm rms = 2.6403 cm
LGap2: mean = 4.46388 cm rms = 1.5686 cm
... close file : proton.xml - done
... close file : proton_nt_Ntuple1.xml - done
... close file : proton_nt_Ntuple2.xml - done
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-03-ref-00 (6-December-2024)
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -843,8 +843,8 @@ 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 3.17379e-14 1.29473e-26 1.13786e-13 0.451691 0.226367 163.379 2.0412e-13 0.142857 0.0952381 0.105548
2 124 3.30804e-14 1.06384e-26 1.03143e-13 0.278877 0.105732 428.601 1.73258e-13 0.168 0.039619 0.0375311
1 62 3.17379e-14 1.29473e-26 1.13786e-13 0.451691 0.226367 245.069 2.0412e-13 0.142857 0.0952381 0.105548
2 124 3.30804e-14 1.06384e-26 1.03143e-13 0.278877 0.105732 642.902 1.73258e-13 0.168 0.039619 0.0375311
3 187 3.94836e-14 1.26526e-26 1.12484e-13 0.207776 0.0559014 772.128 1.69917e-13 0.191489 0.0224586 0.0204825
4 249 3.97276e-14 1.30204e-26 1.14107e-13 0.181656 0.0405982 1010.14 1.71002e-13 0.184 0.0177391 0.0151277
5 312 3.82407e-14 1.22829e-26 1.10828e-13 0.163814 0.0339478 1242.15 1.69776e-13 0.185304 0.0140465 0.0127029
@@ -867,53 +867,53 @@ i/16 till_ith mean var sd r vov
G4ConvergenceTester Output Result of DOSE_TALLY
EFFICIENCY = 0.639
MEAN = 5.02923e-12
VAR = 2.13507e-23
SD = 4.62068e-12
R = 0.0290539
SHIFT = 4.21507e-14
VOV = 0.000159873
FOM = 4738.61
THE LARGEST SCORE = 1.07265e-11 and it happened at 217th event
Affected Mean = 5.03492e-12 and its ratio to original is 1.00113
Affected VAR = 2.13618e-23 and its ratio to original is 1.00052
Affected R = 0.0290141 and its ratio to original is 0.998629
Affected SHIFT = 3.7882e-14 and its ratio to original is 0.898729
Affected FOM = 4738.61 and its ratio to original is 1
MEAN distribution is not RANDOM
EFFICIENCY = 0.636
MEAN = 5.20411e-12
VAR = 2.16243e-23
SD = 4.6502e-12
R = 0.0282569
SHIFT = -1.44705e-13
VOV = 0.000156343
FOM = 6262.11
THE LARGEST SCORE = 1.07852e-11 and it happened at 845th event
Affected Mean = 5.20969e-12 and its ratio to original is 1.00107
Affected VAR = 2.16338e-23 and its ratio to original is 1.00044
Affected R = 0.0282188 and its ratio to original is 0.99865
Affected SHIFT = -1.48838e-13 and its ratio to original is 1.02856
Affected FOM = 6262.11 and its ratio to original is 1
MEAN distribution is RANDOM
r follows 1/std::sqrt(N)
r is monotonically decrease
r is less than 0.1. r = 0.0290539
r is less than 0.1. r = 0.0282569
VOV follows 1/std::sqrt(N)
VOV is monotonically decrease
FOM distribution is not RANDOM
SLOPE is not large enough
This result passes 5 / 8 Convergence Test.
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.99293e-12 2.10508e-23 4.58811e-12 0.115773 0.00356031 298.431 1.46313e-13 0.650794 0.00851723 0.00467345
2 124 4.89485e-12 2.10368e-23 4.58659e-12 0.0838099 0.00164968 569.468 2.18492e-13 0.664 0.00404819 0.00291972
3 187 4.7724e-12 2.11208e-23 4.59573e-12 0.0702327 0.00105755 810.926 3.34653e-13 0.654255 0.00281093 0.00209546
4 249 4.6363e-12 2.1569e-23 4.64425e-12 0.0633539 0.000780916 996.583 4.57993e-13 0.62 0.00245161 0.00154605
5 312 4.85852e-12 2.17617e-23 4.66494e-12 0.0542713 0.000505555 1358.06 2.32515e-13 0.629393 0.00188125 0.00105471
6 374 4.8653e-12 2.17374e-23 4.66234e-12 0.0494855 0.000431103 1633.44 2.26612e-13 0.626667 0.00158865 0.000853634
7 437 4.90007e-12 2.15519e-23 4.6424e-12 0.0452693 0.000380288 1951.88 2.027e-13 0.634703 0.00131402 0.000730609
8 499 4.94209e-12 2.16667e-23 4.65475e-12 0.0421211 0.000313515 2254.55 1.63316e-13 0.634 0.00115457 0.000616067
9 562 4.98958e-12 2.14881e-23 4.63552e-12 0.0391544 0.00028419 2609.15 9.82775e-14 0.635879 0.0010171 0.000513244
10 624 4.96958e-12 2.16331e-23 4.65114e-12 0.0374369 0.000246798 2854.05 1.14877e-13 0.6288 0.000944529 0.000454746
11 687 4.92839e-12 2.15382e-23 4.64093e-12 0.0359009 0.000229095 3103.48 1.467e-13 0.625 0.000872093 0.000414911
12 749 4.98217e-12 2.14662e-23 4.63317e-12 0.0339569 0.000211796 3468.99 9.78498e-14 0.634667 0.000767507 0.000384028
13 812 4.9715e-12 2.13579e-23 4.62146e-12 0.0326021 0.000200813 3763.29 1.09e-13 0.638376 0.00069677 0.000364822
14 874 4.99847e-12 2.13822e-23 4.62409e-12 0.0312741 0.000183095 4089.69 7.4347e-14 0.637714 0.000649258 0.000327693
15 937 5.02119e-12 2.13288e-23 4.61831e-12 0.0300313 0.000172209 4435.18 5.36675e-14 0.640725 0.000597795 0.000303124
16 999 5.02923e-12 2.13507e-23 4.62068e-12 0.0290539 0.000159873 4738.61 4.21507e-14 0.639 0.000564945 0.00027834
1 62 5.17001e-12 1.96868e-23 4.43698e-12 0.108125 0.00444842 427.679 -1.46017e-13 0.666667 0.00793651 0.00356894
2 124 5.48568e-12 2.06461e-23 4.5438e-12 0.0740856 0.00199883 910.967 -3.91429e-13 0.672 0.00390476 0.00154
3 187 5.64378e-12 2.10694e-23 4.59014e-12 0.0593168 0.00121232 1421.07 -5.25797e-13 0.68617 0.00243279 0.00106697
4 249 5.50828e-12 2.07921e-23 4.55983e-12 0.0523555 0.000898412 1824.08 -4.24174e-13 0.672 0.00195238 0.000777756
5 312 5.33403e-12 2.11269e-23 4.59641e-12 0.0487069 0.000604754 2107.61 -2.7013e-13 0.648562 0.00173122 0.000633561
6 374 5.39783e-12 2.11503e-23 4.59894e-12 0.043997 0.000520265 2583 -3.16177e-13 0.656 0.00139837 0.0005322
7 437 5.42308e-12 2.12921e-23 4.61434e-12 0.0406562 0.000436294 3024.94 -3.29925e-13 0.657534 0.00118912 0.000460034
8 499 5.27489e-12 2.15175e-23 4.6387e-12 0.0393276 0.000337048 3232.77 -1.89348e-13 0.642 0.00111526 0.000428305
9 562 5.22693e-12 2.14879e-23 4.6355e-12 0.0373763 0.000292163 3579.13 -1.50496e-13 0.637655 0.00100932 0.000385192
10 624 5.17297e-12 2.15077e-23 4.63764e-12 0.0358606 0.000252154 3888.08 -1.17855e-13 0.632 0.000931646 0.000352278
11 687 5.18432e-12 2.15591e-23 4.64318e-12 0.0341452 0.000230119 4288.54 -1.25421e-13 0.632267 0.000845362 0.00031884
12 749 5.28939e-12 2.15197e-23 4.63894e-12 0.0320245 0.000220186 4875.34 -2.22956e-13 0.644 0.00073706 0.000287142
13 812 5.21542e-12 2.15542e-23 4.64265e-12 0.0312199 0.000197387 5129.88 -1.53479e-13 0.635916 0.000704224 0.00026926
14 874 5.20525e-12 2.14738e-23 4.63399e-12 0.030096 0.000187892 5520.16 -1.42837e-13 0.637714 0.000649258 0.000255479
15 937 5.22623e-12 2.15556e-23 4.6428e-12 0.0290062 0.000172968 5942.78 -1.63337e-13 0.637527 0.000606143 0.000234317
16 999 5.20411e-12 2.16243e-23 4.6502e-12 0.0282569 0.000156343 6262.11 -1.44705e-13 0.636 0.000572327 0.000225328
--------------------End of Global Run-----------------------
The run consists of 1000 proton of 210 MeV
Cumulated dose per run, in scoring volume : 5.02923 nanoGy rms = 146.046 picoGy
Cumulated dose per run, in scoring volume : 5.20411 nanoGy rms = 146.979 picoGy
------------------------------------------------------------
Graphics systems deleted.
+21 -21
View File
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-03-ref-00 (6-December-2024)
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -829,24 +829,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 | 32 | 127 | 32 | 32 | 0.0845737 | 2.0617 | 1 | 4910.36 | 4910.36 | 5034.02 | 10123.7 | 425.746 |
cell_01 | 139 | 179 | 438 | 438 | 0.0191757 | 4.80353 | 1 | 22564.6 | 22564.6 | 157594 | 108390 | 3021.97 |
cell_02 | 174 | 270 | 1387 | 693.5 | 0.00960822 | 2.71544 | 0.5 | 47764.9 | 23882.4 | 214154 | 64851.4 | 2057.64 |
cell_03 | 229 | 334 | 1996 | 499 | 0.00429422 | 1.93323 | 0.25 | 60618 | 15154.5 | 234525 | 29297.2 | 1007.1 |
cell_04 | 254 | 381 | 2080 | 260 | 0.00403276 | 1.80231 | 0.125 | 68361.4 | 8545.17 | 141305 | 15401 | 569.85 |
cell_05 | 291 | 420 | 2641 | 165.062 | 0.00580203 | 1.49184 | 0.0625 | 83641.3 | 5227.58 | 52782.6 | 7798.7 | 306.247 |
cell_06 | 327 | 472 | 3096 | 96.75 | 0.00329671 | 1.14903 | 0.03125 | 91909.9 | 2872.18 | 43789.3 | 3300.23 | 144.36 |
cell_07 | 296 | 437 | 2943 | 45.9844 | 0.0025358 | 0.926805 | 0.015625 | 83931.9 | 1311.44 | 22000.2 | 1215.45 | 55.7882 |
cell_08 | 262 | 372 | 2446 | 19.1094 | 0.00226551 | 0.877407 | 0.0078125 | 69581.2 | 543.603 | 9731.96 | 476.961 | 22.0478 |
cell_09 | 260 | 356 | 2314 | 9.03906 | 0.00190067 | 0.834784 | 0.00390625 | 65923 | 257.512 | 5169.73 | 214.967 | 9.82594 |
cell_10 | 229 | 331 | 2140 | 4.17969 | 0.00234883 | 0.860081 | 0.00195312 | 60783.9 | 118.719 | 2040.08 | 102.108 | 4.79178 |
cell_11 | 186 | 270 | 1814 | 1.77148 | 0.00229621 | 0.939265 | 0.000976562 | 51490.9 | 50.2841 | 958.328 | 47.2301 | 2.20052 |
cell_12 | 154 | 220 | 1424 | 0.695312 | 0.0028097 | 0.847351 | 0.000488281 | 40931.5 | 19.9861 | 291.45 | 16.9352 | 0.818887 |
cell_13 | 123 | 185 | 1232 | 0.300781 | 0.00204903 | 0.735657 | 0.000244141 | 34576.5 | 8.44154 | 145.049 | 6.21008 | 0.297209 |
cell_14 | 109 | 157 | 1280 | 0.15625 | 0.00185062 | 0.668348 | 0.00012207 | 34197.7 | 4.17453 | 80.1564 | 2.79004 | 0.148339 |
cell_15 | 79 | 112 | 711 | 0.043396 | 0.00199861 | 0.599334 | 6.10352e-05 | 20323.6 | 1.24046 | 21.0749 | 0.743447 | 0.0421204 |
cell_16 | 68 | 99 | 677 | 0.0206604 | 0.00164614 | 0.722076 | 3.05176e-05 | 19126.5 | 0.583695 | 12.3606 | 0.421472 | 0.0203474 |
cell_17 | 53 | 82 | 487 | 0.00743103 | 0.00278585 | 1.1472 | 1.52588e-05 | 14596.6 | 0.222727 | 3.96399 | 0.255511 | 0.0110431 |
cell_18 | 32 | 57 | 417 | 0.00318146 | 0.00545839 | 1.29856 | 7.62939e-06 | 12084.9 | 0.0922005 | 0.928253 | 0.119728 | 0.00506676 |
cell_19 | 25 | 25 | 25 | 0.000190735 | 0.0204052 | 1.25247 | 7.62939e-06 | 4390.79 | 0.0334991 | 0.0948056 | 0.0419565 | 0.00193453 |
cell_00 | 38 | 132 | 38 | 38 | 0.0195807 | 2.2907 | 1 | 5887.6 | 5887.6 | 26929.1 | 13486.7 | 527.292 |
cell_01 | 153 | 176 | 528 | 528 | 0.0206121 | 4.58323 | 1 | 24923.5 | 24923.5 | 154872 | 114230 | 3192.24 |
cell_02 | 194 | 306 | 1397 | 698.5 | 0.0126136 | 2.78591 | 0.5 | 51975.5 | 25987.7 | 186162 | 72399.6 | 2348.17 |
cell_03 | 254 | 396 | 2232 | 558 | 0.00665346 | 1.92875 | 0.25 | 73299.7 | 18324.9 | 194161 | 35344.2 | 1291.84 |
cell_04 | 275 | 403 | 2747 | 343.375 | 0.00495462 | 1.41524 | 0.125 | 82413.9 | 10301.7 | 116333 | 14579.4 | 576.387 |
cell_05 | 278 | 390 | 2598 | 162.375 | 0.00285599 | 1.19123 | 0.0625 | 73414.1 | 4588.38 | 76703.2 | 5465.8 | 219.063 |
cell_06 | 282 | 420 | 2491 | 77.8438 | 0.00304019 | 1.25847 | 0.03125 | 73240.4 | 2288.76 | 36773.6 | 2880.35 | 111.799 |
cell_07 | 266 | 395 | 2499 | 39.0469 | 0.00352251 | 1.25171 | 0.015625 | 73379.7 | 1146.56 | 16647.4 | 1435.16 | 58.6406 |
cell_08 | 229 | 334 | 2263 | 17.6797 | 0.0032296 | 1.27901 | 0.0078125 | 67169.9 | 524.765 | 8421.69 | 671.181 | 27.1987 |
cell_09 | 203 | 307 | 1816 | 7.09375 | 0.00318909 | 1.38137 | 0.00390625 | 58857.8 | 229.913 | 4043.34 | 317.597 | 12.8946 |
cell_10 | 198 | 280 | 1772 | 3.46094 | 0.00259236 | 1.15025 | 0.00195312 | 54845 | 107.119 | 2092.22 | 123.214 | 5.42377 |
cell_11 | 192 | 278 | 1783 | 1.74121 | 0.00229474 | 0.847057 | 0.000976562 | 49172.1 | 48.0197 | 811.749 | 40.6754 | 1.86275 |
cell_12 | 153 | 230 | 1520 | 0.742188 | 0.00246858 | 0.916844 | 0.000488281 | 42084.6 | 20.5491 | 352.963 | 18.8403 | 0.871318 |
cell_13 | 115 | 169 | 975 | 0.238037 | 0.00341274 | 1.235 | 0.000244141 | 30944.6 | 7.55484 | 115.636 | 9.33021 | 0.394636 |
cell_14 | 88 | 143 | 868 | 0.105957 | 0.0045414 | 1.40224 | 0.00012207 | 27317.2 | 3.33462 | 44.1532 | 4.67593 | 0.200517 |
cell_15 | 78 | 131 | 760 | 0.0463867 | 0.00286164 | 1.11449 | 6.10352e-05 | 23461 | 1.43195 | 23.0511 | 1.59589 | 0.0659639 |
cell_16 | 75 | 101 | 618 | 0.0188599 | 0.00234611 | 1.24366 | 3.05176e-05 | 18928.1 | 0.577641 | 12.8038 | 0.71839 | 0.0300392 |
cell_17 | 60 | 90 | 618 | 0.00942993 | 0.00364854 | 1.1418 | 1.52588e-05 | 17680.8 | 0.269787 | 3.50852 | 0.308043 | 0.012801 |
cell_18 | 36 | 68 | 508 | 0.00387573 | 0.0025067 | 1.34519 | 7.62939e-06 | 14744.2 | 0.112489 | 2.4427 | 0.15132 | 0.00612312 |
cell_19 | 29 | 29 | 29 | 0.000221252 | 0.00873769 | 1.51082 | 7.62939e-06 | 5298.78 | 0.0404265 | 0.30787 | 0.0610771 | 0.00269008 |
=============================================
+21 -21
View File
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-03-ref-00 (6-December-2024)
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -856,24 +856,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 | 39 | 130 | 0 | 0 | 0.146305 | 2.58752 | 1 | 7735.04 | 7735.04 | 5138.29 | 20014.6 | 751.755 |
cell_01 | 144 | 174 | 439 | 439 | 0.0263387 | 4.85355 | 1 | 22771.9 | 22771.9 | 115955 | 110525 | 3054.12 |
cell_02 | 162 | 262 | 1093 | 546.5 | 0.0143137 | 2.96329 | 0.5 | 40570.9 | 20285.5 | 132270 | 60111.8 | 1893.27 |
cell_03 | 259 | 360 | 2138 | 534.5 | 0.00526551 | 1.95036 | 0.25 | 70127.6 | 17531.9 | 226278 | 34193.6 | 1191.47 |
cell_04 | 302 | 463 | 2787 | 348.375 | 0.0041987 | 1.62123 | 0.125 | 86028.9 | 10753.6 | 150928 | 17434 | 633.7 |
cell_05 | 320 | 473 | 2701 | 168.812 | 0.00463847 | 1.74254 | 0.0625 | 85881.2 | 5367.58 | 71822.2 | 9353.24 | 333.145 |
cell_06 | 342 | 514 | 2971 | 92.8438 | 0.00466288 | 1.69531 | 0.03125 | 96168.6 | 3005.27 | 39781.7 | 5094.86 | 185.497 |
cell_07 | 361 | 528 | 3534 | 55.2188 | 0.00217172 | 1.40696 | 0.015625 | 102969 | 1608.89 | 39022.2 | 2263.64 | 84.7452 |
cell_08 | 349 | 505 | 3512 | 27.4375 | 0.00370149 | 1.25871 | 0.0078125 | 102305 | 799.26 | 10912.6 | 1006.04 | 40.3929 |
cell_09 | 304 | 457 | 2898 | 11.3203 | 0.00321127 | 1.09538 | 0.00390625 | 82770 | 323.32 | 4623.69 | 354.159 | 14.8479 |
cell_10 | 290 | 411 | 2355 | 4.59961 | 0.00270975 | 1.22787 | 0.00195312 | 72422.7 | 141.451 | 2662.43 | 173.683 | 7.21453 |
cell_11 | 288 | 404 | 2580 | 2.51953 | 0.0039989 | 1.15174 | 0.000976562 | 80386.8 | 78.5027 | 996.956 | 90.4145 | 3.98672 |
cell_12 | 279 | 394 | 2728 | 1.33203 | 0.002806 | 0.973076 | 0.000488281 | 78167.6 | 38.1678 | 605.027 | 37.1401 | 1.69771 |
cell_13 | 262 | 382 | 2479 | 0.605225 | 0.00245087 | 1.00742 | 0.000244141 | 68707.8 | 16.7744 | 292.22 | 16.8989 | 0.716192 |
cell_14 | 233 | 345 | 2202 | 0.268799 | 0.00255164 | 1.07093 | 0.00012207 | 64324.8 | 7.85215 | 135.162 | 8.40908 | 0.344886 |
cell_15 | 207 | 292 | 1837 | 0.112122 | 0.00294079 | 1.06094 | 6.10352e-05 | 54421.9 | 3.32165 | 52.5653 | 3.52408 | 0.154584 |
cell_16 | 198 | 262 | 1793 | 0.054718 | 0.00355412 | 1.14424 | 3.05176e-05 | 52272.2 | 1.59522 | 21.1475 | 1.82532 | 0.0751608 |
cell_17 | 195 | 279 | 1920 | 0.0292969 | 0.00240612 | 1.10685 | 1.52588e-05 | 55018.3 | 0.839513 | 16.0736 | 0.929215 | 0.0386751 |
cell_18 | 119 | 215 | 1251 | 0.00954437 | 0.00283835 | 1.25316 | 7.62939e-06 | 36799.8 | 0.280761 | 5.07835 | 0.351839 | 0.0144141 |
cell_19 | 69 | 69 | 0 | 0 | 0.00513625 | 1.60588 | 7.62939e-06 | 10899.7 | 0.0831584 | 1.06731 | 0.133543 | 0.00548197 |
cell_00 | 45 | 138 | 0 | 0 | 0.0711905 | 2.35038 | 1 | 8722.33 | 8722.33 | 11062.9 | 20500.8 | 787.571 |
cell_01 | 149 | 176 | 528 | 528 | 0.0257084 | 4.29991 | 1 | 24433.9 | 24433.9 | 114467 | 105064 | 2942.77 |
cell_02 | 177 | 279 | 1398 | 699 | 0.00860137 | 2.8696 | 0.5 | 46758.3 | 23379.1 | 236144 | 67088.8 | 2031.16 |
cell_03 | 250 | 372 | 2046 | 511.5 | 0.00486618 | 1.97795 | 0.25 | 66599.2 | 16649.8 | 225947 | 32932.5 | 1099.5 |
cell_04 | 280 | 409 | 2356 | 294.5 | 0.00532227 | 1.92865 | 0.125 | 75079.3 | 9384.91 | 115811 | 18100.2 | 616.378 |
cell_05 | 290 | 439 | 2521 | 157.562 | 0.0045664 | 1.88574 | 0.0625 | 82665.5 | 5166.6 | 75715.1 | 9742.87 | 345.745 |
cell_06 | 309 | 464 | 2811 | 87.8438 | 0.00513174 | 1.63816 | 0.03125 | 88131.6 | 2754.11 | 32753.3 | 4511.68 | 168.081 |
cell_07 | 316 | 463 | 3014 | 47.0938 | 0.00369432 | 1.46053 | 0.015625 | 94355.6 | 1474.31 | 22117.5 | 2153.27 | 81.7091 |
cell_08 | 311 | 482 | 3048 | 23.8125 | 0.00362862 | 1.33254 | 0.0078125 | 92493.4 | 722.604 | 10580 | 962.898 | 38.3908 |
cell_09 | 341 | 481 | 3131 | 12.2305 | 0.0035491 | 1.15825 | 0.00390625 | 96337.2 | 376.317 | 5365.04 | 435.868 | 19.0411 |
cell_10 | 383 | 515 | 3666 | 7.16016 | 0.0025684 | 1.0129 | 0.00195312 | 101576 | 198.391 | 3382.9 | 200.951 | 8.68863 |
cell_11 | 335 | 486 | 3313 | 3.23535 | 0.00231612 | 0.909409 | 0.000976562 | 93081.3 | 90.8997 | 1569.48 | 82.665 | 3.63511 |
cell_12 | 286 | 407 | 2809 | 1.37158 | 0.00199429 | 0.987602 | 0.000488281 | 79172.3 | 38.6584 | 843.371 | 38.1791 | 1.68193 |
cell_13 | 268 | 393 | 2485 | 0.606689 | 0.00289541 | 1.13887 | 0.000244141 | 74448.9 | 18.176 | 311.05 | 20.7002 | 0.900617 |
cell_14 | 237 | 359 | 2166 | 0.264404 | 0.00314137 | 1.06267 | 0.00012207 | 64238 | 7.84155 | 119.06 | 8.33301 | 0.374011 |
cell_15 | 227 | 328 | 2008 | 0.122559 | 0.00366694 | 1.14995 | 6.10352e-05 | 61485.5 | 3.75278 | 50.2366 | 4.31551 | 0.184215 |
cell_16 | 230 | 328 | 2444 | 0.074585 | 0.0017261 | 0.890612 | 3.05176e-05 | 66535 | 2.03049 | 43.9721 | 1.80838 | 0.0759005 |
cell_17 | 192 | 280 | 1766 | 0.026947 | 0.00216571 | 1.07315 | 1.52588e-05 | 50670.9 | 0.773177 | 15.371 | 0.829734 | 0.0332893 |
cell_18 | 112 | 215 | 1274 | 0.00971985 | 0.00493986 | 1.50752 | 7.62939e-06 | 40415.4 | 0.308345 | 3.76845 | 0.464836 | 0.0186156 |
cell_19 | 96 | 96 | 0 | 0 | 0.0143739 | 1.75774 | 7.62939e-06 | 15313.9 | 0.116836 | 0.593004 | 0.205367 | 0.00852375 |
=============================================
+22 -22
View File
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-03-ref-00 (6-December-2024)
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -560,7 +560,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 = 256.
ipre_over_ipost = 65536.
*** This is just a warning message. ***
-------- WWWW -------- G4Exception-END --------- WWWW -------
@@ -580,24 +580,24 @@ ipre_over_ipost = 256.
=============================================================
=============================================================
Volume | Tr.Entering | Population | Collisions | Coll*WGT | NumWGTedE | FluxWGTedE | Av.Tr.WGT | SL | SLW | SLW_v | SLWE | SLWE_v |
cell_00 | 50 | 148 | 0 | 0 | 0.00158171 | 1.41825 | 1 | 8516.3 | 8516.3 | 318144 | 12078.2 | 503.21 |
cell_01 | 156 | 190 | 434 | 434 | 0.00279242 | 3.934 | 1 | 25070.4 | 25070.4 | 980625 | 98627.1 | 2738.32 |
cell_02 | 219 | 320 | 1025 | 512.5 | 0.000596475 | 2.40569 | 0.5 | 55425.5 | 27712.8 | 3.50567e+06 | 66668.3 | 2091.04 |
cell_03 | 370 | 513 | 2093 | 523.25 | 0.000368877 | 1.74075 | 0.25 | 105795 | 26448.9 | 4.12449e+06 | 46040.8 | 1521.43 |
cell_04 | 559 | 755 | 3210 | 401.25 | 0.000401062 | 1.26971 | 0.125 | 157476 | 19684.5 | 2.27373e+06 | 24993.6 | 911.908 |
cell_05 | 727 | 987 | 4377 | 273.562 | 0.000216823 | 1.0686 | 0.0625 | 209487 | 13092.9 | 2.48356e+06 | 13991.1 | 538.492 |
cell_06 | 866 | 1198 | 5275 | 164.844 | 0.000183198 | 0.902366 | 0.03125 | 246354 | 7698.57 | 1.49176e+06 | 6946.93 | 273.288 |
cell_07 | 995 | 1438 | 6251 | 97.6719 | 0.000152274 | 0.917662 | 0.015625 | 292505 | 4570.38 | 1.07465e+06 | 4194.07 | 163.641 |
cell_08 | 1222 | 1711 | 7626 | 59.5781 | 0.000146977 | 0.77056 | 0.0078125 | 344316 | 2689.97 | 585827 | 2072.78 | 86.1031 |
cell_09 | 1566 | 2075 | 9203 | 35.9492 | 9.69556e-05 | 0.686036 | 0.00390625 | 427496 | 1669.91 | 498342 | 1145.62 | 48.3171 |
cell_10 | 1752 | 2446 | 11165 | 21.8066 | 0.000101528 | 0.64274 | 0.00195312 | 506512 | 989.282 | 269702 | 635.851 | 27.3824 |
cell_11 | 2009 | 2799 | 12832 | 12.5312 | 9.4097e-05 | 0.588779 | 0.000976562 | 571125 | 557.739 | 154981 | 328.385 | 14.5833 |
cell_12 | 2323 | 3188 | 14769 | 7.21143 | 9.07246e-05 | 0.545569 | 0.000488281 | 657157 | 320.877 | 90120.9 | 175.061 | 8.17618 |
cell_13 | 2682 | 3657 | 17223 | 4.20483 | 8.10623e-05 | 0.487361 | 0.000244141 | 757727 | 184.992 | 54410.9 | 90.1578 | 4.41067 |
cell_14 | 3060 | 4156 | 19166 | 2.3396 | 8.13967e-05 | 0.503064 | 0.00012207 | 858632 | 104.813 | 31352.3 | 52.7279 | 2.55198 |
cell_15 | 3297 | 4592 | 21493 | 1.31183 | 7.41902e-05 | 0.451626 | 6.10352e-05 | 931687 | 56.8656 | 17212.2 | 25.682 | 1.27697 |
cell_16 | 3546 | 4940 | 23018 | 0.702454 | 6.7298e-05 | 0.437952 | 3.05176e-05 | 1.00812e+06 | 30.7653 | 10007.7 | 13.4737 | 0.673497 |
cell_17 | 3585 | 5154 | 23999 | 0.366196 | 6.89242e-05 | 0.425524 | 1.52588e-05 | 1.05135e+06 | 16.0424 | 5043.31 | 6.8264 | 0.347606 |
cell_18 | 2582 | 4827 | 19507 | 0.148827 | 7.52927e-05 | 0.502331 | 7.62939e-06 | 869744 | 6.63562 | 2188.63 | 3.33328 | 0.164788 |
cell_19 | 2205 | 2205 | 0 | 0 | 0.000135511 | 0.686778 | 7.62939e-06 | 351217 | 2.67958 | 646.055 | 1.84027 | 0.0875476 |
cell_00 | 42 | 141 | 0 | 0 | 0.0104532 | 2.34982 | 1 | 10204.9 | 10204.9 | 82658.9 | 23979.8 | 864.051 |
cell_01 | 161 | 190 | 413 | 413 | 0.00303776 | 3.91369 | 1 | 27119.6 | 27119.6 | 986178 | 106138 | 2995.77 |
cell_02 | 205 | 326 | 1024 | 512 | 0.00109319 | 2.43342 | 0.5 | 59086 | 29543 | 2.12129e+06 | 71890.6 | 2318.98 |
cell_03 | 349 | 514 | 1748 | 437 | 0.000621394 | 2.03757 | 0.25 | 97931.4 | 24482.9 | 2.68517e+06 | 49885.5 | 1668.55 |
cell_04 | 510 | 761 | 2930 | 366.25 | 0.000408781 | 1.57708 | 0.125 | 148742 | 18592.7 | 2.54973e+06 | 29322.2 | 1042.28 |
cell_05 | 718 | 1004 | 4098 | 256.125 | 0.000277148 | 1.21789 | 0.0625 | 206287 | 12892.9 | 2.16819e+06 | 15702.2 | 600.908 |
cell_06 | 996 | 1309 | 6026 | 188.312 | 0.000201551 | 0.95207 | 0.03125 | 284209 | 8881.53 | 1.71695e+06 | 8455.83 | 346.054 |
cell_07 | 1318 | 1750 | 7861 | 122.828 | 0.000134415 | 0.784211 | 0.015625 | 361926 | 5655.09 | 1.36128e+06 | 4434.79 | 182.977 |
cell_08 | 1634 | 2168 | 10052 | 78.5312 | 0.000121168 | 0.655882 | 0.0078125 | 457071 | 3570.87 | 816590 | 2342.07 | 98.9445 |
cell_09 | 1943 | 2657 | 12412 | 48.4844 | 9.04642e-05 | 0.5681 | 0.00390625 | 542031 | 2117.31 | 583035 | 1202.84 | 52.7438 |
cell_10 | 2173 | 2986 | 14399 | 28.123 | 8.21919e-05 | 0.515693 | 0.00195312 | 632049 | 1234.47 | 345148 | 636.609 | 28.3684 |
cell_11 | 2360 | 3257 | 15136 | 14.7812 | 7.18415e-05 | 0.501696 | 0.000976562 | 671276 | 655.543 | 207363 | 328.883 | 14.8972 |
cell_12 | 2486 | 3484 | 16328 | 7.97266 | 6.43865e-05 | 0.458096 | 0.000488281 | 711451 | 347.388 | 118634 | 159.137 | 7.6384 |
cell_13 | 2709 | 3746 | 17567 | 4.28882 | 7.33185e-05 | 0.431127 | 0.000244141 | 760777 | 185.737 | 54249.9 | 80.0761 | 3.97752 |
cell_14 | 3079 | 4172 | 19447 | 2.3739 | 6.54222e-05 | 0.41275 | 0.00012207 | 853003 | 104.126 | 33180.9 | 42.9782 | 2.17077 |
cell_15 | 3375 | 4629 | 21267 | 1.29803 | 6.46777e-05 | 0.407582 | 6.10352e-05 | 930773 | 56.8099 | 18318.3 | 23.1547 | 1.18479 |
cell_16 | 3443 | 4879 | 22743 | 0.694061 | 6.11005e-05 | 0.380441 | 3.05176e-05 | 983388 | 30.0106 | 9781.89 | 11.4173 | 0.597679 |
cell_17 | 3265 | 4738 | 22135 | 0.337753 | 5.67632e-05 | 0.367527 | 1.52588e-05 | 962355 | 14.6844 | 5042.81 | 5.3969 | 0.286246 |
cell_18 | 2330 | 4337 | 18105 | 0.13813 | 7.32719e-05 | 0.426365 | 7.62939e-06 | 793444 | 6.0535 | 1803.49 | 2.581 | 0.132145 |
cell_19 | 1924 | 1924 | 0 | 0 | 0.00011112 | 0.595209 | 7.62939e-06 | 312664 | 2.38543 | 606.246 | 1.41983 | 0.0673662 |
=============================================
@@ -5,15 +5,7 @@ project(GB01project)
#----------------------------------------------------------------------------
# Find Geant4 package, activating all available UI and Vis drivers by default
# You can set WITH_GEANT4_UIVIS to OFF via the command line or ccmake/cmake-gui
# to build a batch mode only executable
#
option(WITH_GEANT4_UIVIS "Build example with Geant4 UI and Vis drivers" ON)
if(WITH_GEANT4_UIVIS)
find_package(Geant4 REQUIRED ui_all vis_all)
else()
find_package(Geant4 REQUIRED)
endif()
find_package(Geant4 REQUIRED ui_all vis_all)
#----------------------------------------------------------------------------
# Setup Geant4 include directories and compile definitions
@@ -42,6 +34,7 @@ target_link_libraries(exampleGB01 ${Geant4_LIBRARIES} )
set(GB01project_SCRIPTS
exampleGB01.in
exampleGB01.out
vis.mac
)
foreach(_script ${GB01project_SCRIPTS})
+6
View File
@@ -4,6 +4,12 @@ See `CONTRIBUTING.rst` for details of **required** info/format for each entry,
which **must** added in reverse chronological order (newest at the top). It must **not**
be used as a substitute for writing good git commit messages!
-------------------------------------------------------------------------------
## 2025-03-10 Igor Semeniouk (GB01-V11-02-00)
- Remove unused WITH_GEANT4_UIVIS cmake option
- Add vis.mac (copied from GB03) and enable detector visualization on startup
- Propagate biasing on/off to detector construction to initialization of biasing classes only if biasing requested.
## 2021-12-10 Ben Morgan (GB01-V11-00-00)
- Change to new Markdown History format
@@ -93,14 +93,17 @@ int main(int argc, char** argv)
auto* runManager = G4RunManagerFactory::CreateRunManager();
runManager->SetNumberOfThreads(4);
G4bool biasingFlag = ( onOffBiasing == "on");
// -- Set mandatory initialization classes
GB01DetectorConstruction* detector = new GB01DetectorConstruction();
GB01DetectorConstruction* detector = new GB01DetectorConstruction(biasingFlag);
runManager->SetUserInitialization(detector);
// -- Select a physics list:
FTFP_BERT* physicsList = new FTFP_BERT;
// -- and augment it with biasing facilities:
G4GenericBiasingPhysics* biasingPhysics = new G4GenericBiasingPhysics();
if (onOffBiasing == "on") {
if (biasingFlag) {
// -- and augment it with biasing facilities:
G4GenericBiasingPhysics* biasingPhysics = new G4GenericBiasingPhysics();
biasingPhysics->Bias("gamma");
biasingPhysics->Bias("neutron");
biasingPhysics->Bias("kaon0L");
@@ -136,7 +139,7 @@ int main(int argc, char** argv)
UImanager->ApplyCommand(command + macro);
}
else { // interactive mode : define UI session
// UImanager->ApplyCommand("/control/execute vis.mac");
UImanager->ApplyCommand("/control/execute vis.mac");
// if (ui->IsGUI())
// UImanager->ApplyCommand("/control/execute gui.mac");
ui->SessionStart();
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-03-ref-00 (6-December-2024)
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -37,12 +37,15 @@
class GB01DetectorConstruction : public G4VUserDetectorConstruction
{
public:
GB01DetectorConstruction();
GB01DetectorConstruction(G4bool bf);
~GB01DetectorConstruction();
public:
virtual G4VPhysicalVolume* Construct();
virtual void ConstructSDandField();
private:
G4bool fBiasingFlag;
};
#endif
@@ -43,7 +43,7 @@
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
GB01DetectorConstruction::GB01DetectorConstruction() {}
GB01DetectorConstruction::GB01DetectorConstruction(G4bool bf):fBiasingFlag(bf) {}
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
@@ -93,17 +93,19 @@ G4VPhysicalVolume* GB01DetectorConstruction::Construct()
void GB01DetectorConstruction::ConstructSDandField()
{
// -- Fetch volume for biasing:
G4LogicalVolume* logicTest = G4LogicalVolumeStore::GetInstance()->GetVolume("test.logical");
if(fBiasingFlag) {
// -- Fetch volume for biasing:
G4LogicalVolume* logicTest = G4LogicalVolumeStore::GetInstance()->GetVolume("test.logical");
// ----------------------------------------------
// -- operator creation and attachment to volume:
// ----------------------------------------------
// -- operator creation and attachment to volume:
// ----------------------------------------------
GB01BOptrMultiParticleChangeCrossSection* testMany =
new GB01BOptrMultiParticleChangeCrossSection();
testMany->AddParticle("gamma");
testMany->AddParticle("neutron");
testMany->AttachTo(logicTest);
G4cout << " Attaching biasing operator " << testMany->GetName() << " to logical volume "
<< logicTest->GetName() << G4endl;
GB01BOptrMultiParticleChangeCrossSection* testMany =
new GB01BOptrMultiParticleChangeCrossSection();
testMany->AddParticle("gamma");
testMany->AddParticle("neutron");
testMany->AttachTo(logicTest);
G4cout << " Attaching biasing operator " << testMany->GetName() << " to logical volume "
<< logicTest->GetName() << G4endl;
}
}
+60
View File
@@ -0,0 +1,60 @@
# Open a viewer
/vis/open
# This opens the default viewer - see examples/basic/B1/vis.mac for a
# more comprehensive overview of options. Also the documentation.
#
# Disable auto refresh and quieten vis messages whilst scene and
# trajectories are established:
/vis/viewer/set/autoRefresh false
/vis/verbose errors
#
# Define color of tally volume:
/vis/geometry/set/colour tally.logical -1 red
# Draw geometry:
/vis/drawVolume worlds
#
# Specify view angle:
/vis/viewer/set/viewpointThetaPhi 105 165 deg
#
# Specify zoom value:
###/vis/viewer/zoom 1.5
#
# Specify style (surface or wireframe):
#/vis/viewer/set/style wireframe
#
# Draw coordinate axes:
#/vis/scene/add/axes 0 0 0 1 m
#
# Draw smooth trajectories at end of event, showing trajectory points
# as markers 2 pixels wide:
/vis/scene/add/trajectories smooth
/vis/modeling/trajectories/create/drawByCharge
/vis/modeling/trajectories/drawByCharge-0/default/setDrawStepPts true
/vis/modeling/trajectories/drawByCharge-0/default/setStepPtsSize 2
# (if too many tracks cause core dump => /tracking/storeTrajectory 0)
#
# Draw hits at end of event:
#/vis/scene/add/hits
#
# To draw only gammas:
#/vis/filtering/trajectories/create/particleFilter
#/vis/filtering/trajectories/particleFilter-0/add gamma
#
# To invert the above, drawing all particles except gammas,
# keep the above two lines but also add:
#/vis/filtering/trajectories/particleFilter-0/invert true
#
# Many other options are available with /vis/modeling and /vis/filtering.
# For example, to select colour by particle ID:
#/vis/modeling/trajectories/create/drawByParticleID
#/vis/modeling/trajectories/drawByParticleID-0/set e- blue
#
# To superimpose all of the events from a given run:
/vis/scene/endOfEventAction accumulate
#
# Re-establish auto refreshing and verbosity:
/vis/viewer/set/autoRefresh true
/vis/verbose warnings
#
# For file-based drivers, use this to create an empty detector view:
#/vis/viewer/flush
@@ -5,15 +5,7 @@ project(GB02project)
#----------------------------------------------------------------------------
# Find Geant4 package, activating all available UI and Vis drivers by default
# You can set WITH_GEANT4_UIVIS to OFF via the command line or ccmake/cmake-gui
# to build a batch mode only executable
#
option(WITH_GEANT4_UIVIS "Build example with Geant4 UI and Vis drivers" ON)
if(WITH_GEANT4_UIVIS)
find_package(Geant4 REQUIRED ui_all vis_all)
else()
find_package(Geant4 REQUIRED)
endif()
find_package(Geant4 REQUIRED ui_all vis_all)
#----------------------------------------------------------------------------
# Setup Geant4 include directories and compile definitions
@@ -42,6 +34,7 @@ target_link_libraries(exampleGB02 ${Geant4_LIBRARIES} )
set(GB02project_SCRIPTS
exampleGB02.in
exampleGB02.out
vis.mac
)
foreach(_script ${GB02project_SCRIPTS})
+6
View File
@@ -4,6 +4,12 @@ See `CONTRIBUTING.rst` for details of **required** info/format for each entry,
which **must** added in reverse chronological order (newest at the top). It must **not**
be used as a substitute for writing good git commit messages!
-------------------------------------------------------------------------------
## 2025-03-10 Igor Semeniouk (GB02-V11-02-00)
- Remove unused WITH_GEANT4_UIVIS cmake option
- Add vis.mac (copied from GB03) and enable detector visualization on startup
- Propagate biasing on/off to detector construction to initialization of biasing classes only if biasing requested.
## 2021-12-10 Ben Morgan (GB02-V11-00-00)
- Change to new Markdown History format
@@ -93,14 +93,16 @@ int main(int argc, char** argv)
auto* runManager = G4RunManagerFactory::CreateRunManager();
runManager->SetNumberOfThreads(4);
G4bool biasingFlag = ( onOffBiasing == "on");
// -- Set mandatory initialization classes
GB02DetectorConstruction* detector = new GB02DetectorConstruction();
GB02DetectorConstruction* detector = new GB02DetectorConstruction(biasingFlag);
runManager->SetUserInitialization(detector);
// -- Select a physics list
FTFP_BERT* physicsList = new FTFP_BERT;
// -- And augment it with biasing facilities:
G4GenericBiasingPhysics* biasingPhysics = new G4GenericBiasingPhysics();
if (onOffBiasing == "on") {
if (biasingFlag) {
// -- And augment it with biasing facilities:
G4GenericBiasingPhysics* biasingPhysics = new G4GenericBiasingPhysics();
biasingPhysics->Bias("gamma");
biasingPhysics->Bias("neutron");
physicsList->RegisterPhysics(biasingPhysics);
@@ -134,7 +136,7 @@ int main(int argc, char** argv)
UImanager->ApplyCommand(command + macro);
}
else { // interactive mode : define UI session
// UImanager->ApplyCommand("/control/execute vis.mac");
UImanager->ApplyCommand("/control/execute vis.mac");
// if (ui->IsGUI())
// UImanager->ApplyCommand("/control/execute gui.mac");
ui->SessionStart();
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-03-ref-00 (6-December-2024)
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -37,12 +37,15 @@
class GB02DetectorConstruction : public G4VUserDetectorConstruction
{
public:
GB02DetectorConstruction();
GB02DetectorConstruction(G4bool bf);
~GB02DetectorConstruction();
public:
virtual G4VPhysicalVolume* Construct();
virtual void ConstructSDandField();
private:
G4bool fBiasingFlag;
};
#endif
@@ -40,7 +40,7 @@
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
GB02DetectorConstruction::GB02DetectorConstruction() {}
GB02DetectorConstruction::GB02DetectorConstruction(G4bool bf):fBiasingFlag(bf) {}
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
@@ -92,18 +92,20 @@ G4VPhysicalVolume* GB02DetectorConstruction::Construct()
void GB02DetectorConstruction::ConstructSDandField()
{
// -- Fetch volume for biasing:
G4LogicalVolume* logicTest = G4LogicalVolumeStore::GetInstance()->GetVolume("test.logical");
if(fBiasingFlag) {
// -- Fetch volume for biasing:
G4LogicalVolume* logicTest = G4LogicalVolumeStore::GetInstance()->GetVolume("test.logical");
// ----------------------------------------------
// -- operator creation and attachment to volume:
// ----------------------------------------------
GB02BOptrMultiParticleForceCollision* testMany = new GB02BOptrMultiParticleForceCollision();
testMany->AddParticle("gamma");
testMany->AddParticle("neutron");
testMany->AttachTo(logicTest);
G4cout << " Attaching biasing operator " << testMany->GetName() << " to logical volume "
<< logicTest->GetName() << G4endl;
// ----------------------------------------------
// -- operator creation and attachment to volume:
// ----------------------------------------------
GB02BOptrMultiParticleForceCollision* testMany = new GB02BOptrMultiParticleForceCollision();
testMany->AddParticle("gamma");
testMany->AddParticle("neutron");
testMany->AttachTo(logicTest);
G4cout << " Attaching biasing operator " << testMany->GetName() << " to logical volume "
<< logicTest->GetName() << G4endl;
}
}
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
+60
View File
@@ -0,0 +1,60 @@
# Open a viewer
/vis/open
# This opens the default viewer - see examples/basic/B1/vis.mac for a
# more comprehensive overview of options. Also the documentation.
#
# Disable auto refresh and quieten vis messages whilst scene and
# trajectories are established:
/vis/viewer/set/autoRefresh false
/vis/verbose errors
#
# Define color of tally volume:
/vis/geometry/set/colour tally.logical -1 red
# Draw geometry:
/vis/drawVolume worlds
#
# Specify view angle:
/vis/viewer/set/viewpointThetaPhi 105 165 deg
#
# Specify zoom value:
###/vis/viewer/zoom 1.5
#
# Specify style (surface or wireframe):
#/vis/viewer/set/style wireframe
#
# Draw coordinate axes:
#/vis/scene/add/axes 0 0 0 1 m
#
# Draw smooth trajectories at end of event, showing trajectory points
# as markers 2 pixels wide:
/vis/scene/add/trajectories smooth
/vis/modeling/trajectories/create/drawByCharge
/vis/modeling/trajectories/drawByCharge-0/default/setDrawStepPts true
/vis/modeling/trajectories/drawByCharge-0/default/setStepPtsSize 2
# (if too many tracks cause core dump => /tracking/storeTrajectory 0)
#
# Draw hits at end of event:
#/vis/scene/add/hits
#
# To draw only gammas:
#/vis/filtering/trajectories/create/particleFilter
#/vis/filtering/trajectories/particleFilter-0/add gamma
#
# To invert the above, drawing all particles except gammas,
# keep the above two lines but also add:
#/vis/filtering/trajectories/particleFilter-0/invert true
#
# Many other options are available with /vis/modeling and /vis/filtering.
# For example, to select colour by particle ID:
#/vis/modeling/trajectories/create/drawByParticleID
#/vis/modeling/trajectories/drawByParticleID-0/set e- blue
#
# To superimpose all of the events from a given run:
/vis/scene/endOfEventAction accumulate
#
# Re-establish auto refreshing and verbosity:
/vis/viewer/set/autoRefresh true
/vis/verbose warnings
#
# For file-based drivers, use this to create an empty detector view:
#/vis/viewer/flush
@@ -5,15 +5,7 @@ project(GB03project)
#----------------------------------------------------------------------------
# Find Geant4 package, activating all available UI and Vis drivers by default
# You can set WITH_GEANT4_UIVIS to OFF via the command line or ccmake/cmake-gui
# to build a batch mode only executable
#
option(WITH_GEANT4_UIVIS "Build example with Geant4 UI and Vis drivers" ON)
if(WITH_GEANT4_UIVIS)
find_package(Geant4 REQUIRED ui_all vis_all)
else()
find_package(Geant4 REQUIRED)
endif()
find_package(Geant4 REQUIRED ui_all vis_all)
#----------------------------------------------------------------------------
# Setup Geant4 include directories and compile definitions
+10
View File
@@ -4,6 +4,16 @@ See `CONTRIBUTING.rst` for details of **required** info/format for each entry,
which **must** added in reverse chronological order (newest at the top). It must **not**
be used as a substitute for writing good git commit messages!
-------------------------------------------------------------------------------
## 2025-03-10 Igor Semeniouk (GB03-V11-02-00)
- Remove unused WITH_GEANT4_UIVIS cmake option
- Propagate biasing on/off to detector construction to initialization of biasing classes only if biasing requested.
## 2025-01-30 Igor Semeniouk
- The option -b (bising on/off)
- Default splitting probability set to 0.2
- Instantiate G4GenericBiasingPhysics only if biasing selected
## 2021-12-10 Ben Morgan (GB03-V11-00-00)
- Change to new Markdown History format
+59 -7
View File
@@ -35,12 +35,53 @@
#include "G4UIExecutive.hh"
#include "G4UImanager.hh"
#include "G4VisExecutive.hh"
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
namespace
{
void PrintUsage()
{
G4cerr << " Usage: " << G4endl;
G4cerr << " ./exampleGB04 [-m macro ] "
<< " [-b biasing {'on','off'}]"
<< "\n or\n ./exampleGB04 [macro.mac]" << G4endl;
}
} // namespace
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
int main(int argc, char** argv)
{
// Evaluate arguments
//
if (argc > 5) {
PrintUsage();
return 1;
}
G4String macro("");
G4String onOffBiasing("");
if (argc == 2)
macro = argv[1];
else {
for (G4int i = 1; i < argc; i = i + 2) {
if (G4String(argv[i]) == "-m")
macro = argv[i + 1];
else if (G4String(argv[i]) == "-b")
onOffBiasing = argv[i + 1];
else {
PrintUsage();
return 1;
}
}
}
if (onOffBiasing == "") onOffBiasing = "on";
// Instantiate G4UIExecutive if interactive mode
G4UIExecutive* ui = nullptr;
if (argc == 1) {
if (macro == "") {
ui = new G4UIExecutive(argc, argv);
}
@@ -48,16 +89,28 @@ int main(int argc, char** argv)
auto* runManager = G4RunManagerFactory::CreateRunManager();
runManager->SetNumberOfThreads(4);
G4bool biasingFlag = ( onOffBiasing == "on");
// -- Set mandatory initialization classes
G4VUserDetectorConstruction* detector = new GB03DetectorConstruction;
G4VUserDetectorConstruction* detector = new GB03DetectorConstruction(biasingFlag);
runManager->SetUserInitialization(detector);
G4VModularPhysicsList* physicsList = new FTFP_BERT;
// -- Setup biasing for neutron only. As will not bias any
// -- physics process, require the G4GenericBiasingPhysics()
// -- to modify the physics list just for "non-physics" biasing:
G4GenericBiasingPhysics* biasingPhysics = new G4GenericBiasingPhysics();
biasingPhysics->NonPhysicsBias("neutron");
physicsList->RegisterPhysics(biasingPhysics);
if (biasingFlag) {
auto biasingPhysics = new G4GenericBiasingPhysics();
biasingPhysics->NonPhysicsBias("neutron");
physicsList->RegisterPhysics(biasingPhysics);
G4cout << " ********************************************************* " << G4endl;
G4cout << " ********** processes are wrapped for biasing ************ " << G4endl;
G4cout << " ********************************************************* " << G4endl;
}
else {
G4cout << " ************************************************* " << G4endl;
G4cout << " ********** processes are not wrapped ************ " << G4endl;
G4cout << " ************************************************* " << G4endl;
}
runManager->SetUserInitialization(physicsList);
// -- Set user action initialization class
@@ -86,8 +139,7 @@ int main(int argc, char** argv)
else // Batch mode
{
G4String command = "/control/execute ";
G4String fileName = argv[1];
UImanager->ApplyCommand(command + fileName);
UImanager->ApplyCommand(command + macro);
}
delete visManager;
+14 -11
View File
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-03-ref-00 (6-December-2024)
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -21,6 +21,9 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
<<< Geant4 Physics List simulation engine: FTFP_BERT
*********************************************************
********** processes are wrapped for biasing ************
*********************************************************
Visualization Manager instantiating with verbosity "warnings (3)"...
Visualization Manager initialising...
Registering graphics systems...
@@ -879,7 +882,7 @@ GB03BOptrGeometryBasedBiasing : starting run with splitting factor = 2, and prob
Run terminated.
Run Summary
Number of events processed : 10
User=0.080000s Real=0.089643s Sys=0.000000s
User=0.080000s Real=0.084585s Sys=0.000000s
Region <DefaultRegionForTheWorld> -- -- appears in <World> world volume
This region is in the mass world.
@@ -942,14 +945,14 @@ GB03BOptrGeometryBasedBiasing : starting run with splitting factor = 2, and prob
Run terminated.
Run Summary
Number of events processed : 10
User=0.100000s Real=0.103629s Sys=0.000000s
User=0.030000s Real=0.035062s Sys=0.000000s
Graphics systems deleted.
Visualization Manager deleting...
G4 kernel has come to Quit state.
Deleting G4Run (id:1)
UserDetectorConstruction deleted 0x1919870
UserPhysicsList deleted 0x191a380
UserActionInitialization deleted 0x1ad5570
UserDetectorConstruction deleted 0x1e7f870
UserPhysicsList deleted 0x1e80380
UserActionInitialization deleted 0x203b570
UserWorkerInitialization deleted 0
UserWorkerThreadInitialization deleted 0
UserRunAction deleted.
@@ -959,22 +962,22 @@ G4SDManager deleted.
EventManager deleted.
Units table cleared.
TransportationManager deleted.
Total navigation history collections cleaned: 28
Total navigation history collections cleaned: 25
G4RNGHelper object is deleted.
================== Deleting memory pools ===================
Pool ID '20G4NavigationLevelRep', size : 0.0404 MB
Pool ID '20G4NavigationLevelRep', size : 0.0356 MB
Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB
Pool ID '17G4DynamicParticle', size : 0.00481 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.00961 MB
Pool ID '18G4TouchableHistory', size : 0.00385 MB
Pool ID '7G4Track', size : 0.00865 MB
Pool ID '18G4TouchableHistory', size : 0.00288 MB
Pool ID '15G4CountedObjectIvE', size : 0.000961 MB
Pool ID '10G4Fragment', size : 0.000961 MB
Number of memory pools allocated: 11 of which, static: 0
Dynamic pools deleted: 11 / Total memory freed: 0.065 MB
Dynamic pools deleted: 11 / Total memory freed: 0.059 MB
============================================================
G4Allocator objects are deleted.
UImanager deleted.
@@ -43,7 +43,7 @@ class GB03DetectorMessenger;
class GB03DetectorConstruction : public G4VUserDetectorConstruction
{
public:
GB03DetectorConstruction();
GB03DetectorConstruction(G4bool bf);
virtual ~GB03DetectorConstruction();
virtual G4VPhysicalVolume* Construct();
@@ -97,6 +97,7 @@ class GB03DetectorConstruction : public G4VUserDetectorConstruction
GB03DetectorMessenger* fDetectorMessenger;
G4int fVerboseLevel;
G4bool fBiasingFlag;
};
#endif
@@ -36,7 +36,7 @@
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
GB03BOptrGeometryBasedBiasing::GB03BOptrGeometryBasedBiasing()
: G4VBiasingOperator("GB03BOptrGeometryBasedBiasing"), fSplittingFactor(2), fApplyProbability(1.0)
: G4VBiasingOperator("GB03BOptrGeometryBasedBiasing"), fSplittingFactor(2), fApplyProbability(0.2)
{
fSplitAndKillOperation = new GB03BOptnSplitOrKillOnBoundary("splitAndkill");
@@ -55,7 +55,7 @@ G4ThreadLocal G4bool GB03DetectorConstruction::fConstructedSDandField = false;
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
GB03DetectorConstruction::GB03DetectorConstruction()
GB03DetectorConstruction::GB03DetectorConstruction(G4bool bf)
: G4VUserDetectorConstruction(),
fTotalThickness(2.0 * m),
fLayerThickness(0.),
@@ -74,7 +74,8 @@ GB03DetectorConstruction::GB03DetectorConstruction()
fLayerPhysical(0),
fGapPhysical(0),
fDetectorMessenger(0),
fVerboseLevel(1)
fVerboseLevel(1),
fBiasingFlag(bf)
{
fLayerThickness = fTotalThickness / fNumberOfLayers;
fCalName = "Calor";
@@ -111,7 +112,9 @@ void GB03DetectorConstruction::ConstructSDandField()
if (!fConstructedSDandField) {
fConstructedSDandField = true;
SetupDetectors();
SetupBiasing();
if(fBiasingFlag) {
SetupBiasing();
}
}
}
@@ -5,15 +5,7 @@ project(GB04project)
#----------------------------------------------------------------------------
# Find Geant4 package, activating all available UI and Vis drivers by default
# You can set WITH_GEANT4_UIVIS to OFF via the command line or ccmake/cmake-gui
# to build a batch mode only executable
#
option(WITH_GEANT4_UIVIS "Build example with Geant4 UI and Vis drivers" ON)
if(WITH_GEANT4_UIVIS)
find_package(Geant4 REQUIRED ui_all vis_all)
else()
find_package(Geant4 REQUIRED)
endif()
find_package(Geant4 REQUIRED ui_all vis_all)
#----------------------------------------------------------------------------
# Setup Geant4 include directories and compile definitions
@@ -42,6 +34,7 @@ target_link_libraries(exampleGB04 ${Geant4_LIBRARIES} )
set(GB04project_SCRIPTS
exampleGB04.in
exampleGB04.out
vis.mac
)
foreach(_script ${GB04project_SCRIPTS})
+6
View File
@@ -4,6 +4,12 @@ See `CONTRIBUTING.rst` for details of **required** info/format for each entry,
which **must** added in reverse chronological order (newest at the top). It must **not**
be used as a substitute for writing good git commit messages!
-------------------------------------------------------------------------------
## 2025-03-10 Igor Semeniouk (GB04-V11-02-00)
- Remove unused WITH_GEANT4_UIVIS cmake option
- Add vis.mac (copied from GB03) and enable detector visualization on startup
- Propagate biasing on/off to detector construction to initialization of biasing classes only if biasing requested.
## 2021-12-10 Ben Morgan (GB04-V11-00-00)
- Change to new Markdown History format
@@ -93,14 +93,16 @@ int main(int argc, char** argv)
auto* runManager = G4RunManagerFactory::CreateRunManager();
runManager->SetNumberOfThreads(4);
G4bool biasingFlag = ( onOffBiasing == "on");
// -- Set mandatory initialization classes
GB04DetectorConstruction* detector = new GB04DetectorConstruction();
GB04DetectorConstruction* detector = new GB04DetectorConstruction(biasingFlag);
runManager->SetUserInitialization(detector);
// -- Select a physics list
FTFP_BERT* physicsList = new FTFP_BERT;
// -- And augment it with biasing facilities:
G4GenericBiasingPhysics* biasingPhysics = new G4GenericBiasingPhysics();
if (onOffBiasing == "on") {
if (biasingFlag) {
// -- And augment it with biasing facilities:
G4GenericBiasingPhysics* biasingPhysics = new G4GenericBiasingPhysics();
// -- Create list of physics processes to be biased: only brem. in this case:
std::vector<G4String> processToBias;
processToBias.push_back("eBrem");
@@ -139,7 +141,7 @@ int main(int argc, char** argv)
UImanager->ApplyCommand(command + macro);
}
else { // interactive mode : define UI session
// UImanager->ApplyCommand("/control/execute vis.mac");
UImanager->ApplyCommand("/control/execute vis.mac");
// if (ui->IsGUI())
// UImanager->ApplyCommand("/control/execute gui.mac");
ui->SessionStart();
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
**************************************************************
Geant4 version Name: geant4-11-03-ref-00 (6-December-2024)
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -1257,7 +1257,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu
Run terminated.
Run Summary
Number of events processed : 10
User=0.000000s Real=0.002538s Sys=0.000000s
User=0.000000s Real=0.001889s Sys=0.000000s
Region <DefaultRegionForTheWorld> -- -- appears in <World> world volume
This region is in the mass world.
@@ -2343,7 +2343,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu
Run terminated.
Run Summary
Number of events processed : 10
User=0.000000s Real=0.004188s Sys=0.000000s
User=0.010000s Real=0.006848s Sys=0.000000s
Region <DefaultRegionForTheWorld> -- -- appears in <World> world volume
This region is in the mass world.
@@ -3756,14 +3756,14 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu
Run terminated.
Run Summary
Number of events processed : 10
User=0.010000s Real=0.007805s Sys=0.000000s
User=0.000000s Real=0.012532s Sys=0.000000s
Graphics systems deleted.
Visualization Manager deleting...
G4 kernel has come to Quit state.
Deleting G4Run (id:2)
UserDetectorConstruction deleted 0x9b5540
UserPhysicsList deleted 0x9b58c0
UserActionInitialization deleted 0xb70a30
UserDetectorConstruction deleted 0x8ae500
UserPhysicsList deleted 0x8ae880
UserActionInitialization deleted 0xa699f0
UserWorkerInitialization deleted 0
UserWorkerThreadInitialization deleted 0
UserRunAction deleted.
@@ -38,12 +38,14 @@
class GB04DetectorConstruction : public G4VUserDetectorConstruction
{
public:
GB04DetectorConstruction();
GB04DetectorConstruction(G4bool bf);
~GB04DetectorConstruction();
public:
virtual G4VPhysicalVolume* Construct();
virtual void ConstructSDandField();
private:
G4bool fBiasingFlag;
};
#endif
@@ -44,7 +44,7 @@
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
GB04DetectorConstruction::GB04DetectorConstruction() {}
GB04DetectorConstruction::GB04DetectorConstruction(G4bool bf):fBiasingFlag(bf) {}
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
@@ -96,16 +96,18 @@ G4VPhysicalVolume* GB04DetectorConstruction::Construct()
void GB04DetectorConstruction::ConstructSDandField()
{
// -- Fetch volume for biasing:
G4LogicalVolume* logicTest = G4LogicalVolumeStore::GetInstance()->GetVolume("test.logical");
if(fBiasingFlag) {
// -- Fetch volume for biasing:
G4LogicalVolume* logicTest = G4LogicalVolumeStore::GetInstance()->GetVolume("test.logical");
// ----------------------------------------------
// -- operator creation and attachment to volume:
// ----------------------------------------------
GB04BOptrBremSplitting* bremSplittingOperator = new GB04BOptrBremSplitting();
bremSplittingOperator->AttachTo(logicTest);
G4cout << " Attaching biasing operator " << bremSplittingOperator->GetName()
<< " to logical volume " << logicTest->GetName() << G4endl;
// ----------------------------------------------
// -- operator creation and attachment to volume:
// ----------------------------------------------
GB04BOptrBremSplitting* bremSplittingOperator = new GB04BOptrBremSplitting();
bremSplittingOperator->AttachTo(logicTest);
G4cout << " Attaching biasing operator " << bremSplittingOperator->GetName()
<< " to logical volume " << logicTest->GetName() << G4endl;
}
}
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
+60
View File
@@ -0,0 +1,60 @@
# Open a viewer
/vis/open
# This opens the default viewer - see examples/basic/B1/vis.mac for a
# more comprehensive overview of options. Also the documentation.
#
# Disable auto refresh and quieten vis messages whilst scene and
# trajectories are established:
/vis/viewer/set/autoRefresh false
/vis/verbose errors
#
# Define color of tally volume:
/vis/geometry/set/colour tally.logical -1 red
# Draw geometry:
/vis/drawVolume worlds
#
# Specify view angle:
/vis/viewer/set/viewpointThetaPhi 105 165 deg
#
# Specify zoom value:
###/vis/viewer/zoom 1.5
#
# Specify style (surface or wireframe):
#/vis/viewer/set/style wireframe
#
# Draw coordinate axes:
#/vis/scene/add/axes 0 0 0 1 m
#
# Draw smooth trajectories at end of event, showing trajectory points
# as markers 2 pixels wide:
/vis/scene/add/trajectories smooth
/vis/modeling/trajectories/create/drawByCharge
/vis/modeling/trajectories/drawByCharge-0/default/setDrawStepPts true
/vis/modeling/trajectories/drawByCharge-0/default/setStepPtsSize 2
# (if too many tracks cause core dump => /tracking/storeTrajectory 0)
#
# Draw hits at end of event:
#/vis/scene/add/hits
#
# To draw only gammas:
#/vis/filtering/trajectories/create/particleFilter
#/vis/filtering/trajectories/particleFilter-0/add gamma
#
# To invert the above, drawing all particles except gammas,
# keep the above two lines but also add:
#/vis/filtering/trajectories/particleFilter-0/invert true
#
# Many other options are available with /vis/modeling and /vis/filtering.
# For example, to select colour by particle ID:
#/vis/modeling/trajectories/create/drawByParticleID
#/vis/modeling/trajectories/drawByParticleID-0/set e- blue
#
# To superimpose all of the events from a given run:
/vis/scene/endOfEventAction accumulate
#
# Re-establish auto refreshing and verbosity:
/vis/viewer/set/autoRefresh true
/vis/verbose warnings
#
# For file-based drivers, use this to create an empty detector view:
#/vis/viewer/flush
@@ -5,15 +5,7 @@ project(GB05project)
#----------------------------------------------------------------------------
# Find Geant4 package, activating all available UI and Vis drivers by default
# You can set WITH_GEANT4_UIVIS to OFF via the command line or ccmake/cmake-gui
# to build a batch mode only executable
#
option(WITH_GEANT4_UIVIS "Build example with Geant4 UI and Vis drivers" ON)
if(WITH_GEANT4_UIVIS)
find_package(Geant4 REQUIRED ui_all vis_all)
else()
find_package(Geant4 REQUIRED)
endif()
find_package(Geant4 REQUIRED ui_all vis_all)
#----------------------------------------------------------------------------
# Setup Geant4 include directories and compile definitions
+5
View File
@@ -4,6 +4,11 @@ See `CONTRIBUTING.rst` for details of **required** info/format for each entry,
which **must** added in reverse chronological order (newest at the top). It must **not**
be used as a substitute for writing good git commit messages!
-------------------------------------------------------------------------------
## 2025-03-10 Igor Semeniouk (GB05-V11-02-00)
- Remove unused WITH_GEANT4_UIVIS cmake option
- Propagate biasing on/off to detector construction to initialization of biasing classes only if biasing requested.
## 2021-12-10 Ben Morgan (GB05-V11-00-00)
- Change to new Markdown History format
@@ -92,15 +92,17 @@ int main(int argc, char** argv)
auto* runManager = G4RunManagerFactory::CreateRunManager();
runManager->SetNumberOfThreads(4);
G4bool biasingFlag = ( onOffBiasing == "on");
// -- Set mandatory initialization classes
GB05DetectorConstruction* detector = new GB05DetectorConstruction();
GB05DetectorConstruction* detector = new GB05DetectorConstruction(biasingFlag);
runManager->SetUserInitialization(detector);
// -- Select a physics list:
FTFP_BERT* physicsList = new FTFP_BERT;
// -- and augment it with biasing facilities:
G4GenericBiasingPhysics* biasingPhysics = new G4GenericBiasingPhysics();
biasingPhysics->BeVerbose();
if (onOffBiasing == "on") {
if (biasingFlag) {
// -- and augment it with biasing facilities:
G4GenericBiasingPhysics* biasingPhysics = new G4GenericBiasingPhysics();
biasingPhysics->BeVerbose();
biasingPhysics->Bias("neutron");
physicsList->RegisterPhysics(biasingPhysics);
G4cout << " ********************************************************* " << G4endl;
File diff suppressed because it is too large Load Diff
@@ -40,12 +40,15 @@ class G4VPhysicalVolume;
class GB05DetectorConstruction : public G4VUserDetectorConstruction
{
public:
GB05DetectorConstruction();
GB05DetectorConstruction(G4bool bf);
~GB05DetectorConstruction();
public:
virtual G4VPhysicalVolume* Construct();
virtual void ConstructSDandField();
private:
G4bool fBiasingFlag;
};
#endif

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