Import Geant4 11.3.2 source tree
This commit is contained in:
+1
-1
@@ -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 1)
|
||||
set(${PROJECT_NAME}_VERSION_PATCH 2)
|
||||
set(${PROJECT_NAME}_VERSION "${${PROJECT_NAME}_VERSION_MAJOR}.${${PROJECT_NAME}_VERSION_MINOR}.${${PROJECT_NAME}_VERSION_PATCH}")
|
||||
|
||||
# - Prepend our own CMake Modules to the search path
|
||||
|
||||
@@ -0,0 +1,114 @@
|
||||
|
||||
Geant4 11.3 - patch-02 Release Notes
|
||||
------------------------------------
|
||||
|
||||
25 April 2025
|
||||
|
||||
List of fixes included in this public patch since release 11.3.1:
|
||||
|
||||
o Externals
|
||||
---------
|
||||
+ g4tools:
|
||||
o Fixed compilation errors on Windows in glarea header, triggered when enabling
|
||||
GL WIN32 support, as reported in problem report #2599.
|
||||
+ zlib:
|
||||
o Fix in zutil.h to remove redundant block on macOS and allow for porting on
|
||||
macOS-15.4 with clang-17.0.0.
|
||||
|
||||
o Geometry
|
||||
--------
|
||||
+ management:
|
||||
o In G4GeometryManager, removed redundant declaration of not implemented method
|
||||
ChooseSequentialOptimisation().
|
||||
|
||||
o Global
|
||||
------
|
||||
+ Added Scintillation, Cherenkov, Transition Radiation and Synchrotron Radiation
|
||||
processes to G4PhysicsModelCatalog::Initialize().
|
||||
Addressing problem report #2651.
|
||||
+ Updated date and version for 11.3.2.
|
||||
|
||||
o Parameterisations
|
||||
-----------------
|
||||
+ channeling:
|
||||
o In G4VChannelingFastSimCrystalData::IonizationLosses(), fixed bug in the
|
||||
electron ionisation loss correction formula.
|
||||
|
||||
o Physics Lists
|
||||
-------------
|
||||
+ lists:
|
||||
o In FTFP_BERT_ATL, use the default FTF tuning parameters, as for all other
|
||||
reference physics lists. In order to enable the special FTF tune for ATLAS,
|
||||
one can either use the following C++ call in user code:
|
||||
G4FTFTunings::Instance()->SetTuneApplicabilityState( 4, 1 );
|
||||
or the UI command (before run-initialisation):
|
||||
/process/had/models/ftf/selectTuneByIndex 4
|
||||
|
||||
o Processes - Decay
|
||||
-----------------
|
||||
+ Removed approximation in calculation of G4Decay path length.
|
||||
Addressing problem report #2645.
|
||||
|
||||
o Processes - Electromagnetic
|
||||
---------------------------
|
||||
+ utils:
|
||||
o G4VAtomDeexcitation: fix to allow PIXE simulation.
|
||||
Addressing problem report #2650.
|
||||
o Fix in G4EmTableType header to make it self-consistent.
|
||||
Reported in [GitHub PR#85](https://github.com/Geant4/geant4/pull/85).
|
||||
|
||||
o Processes - Hadronic
|
||||
--------------------
|
||||
+ models/cascade:
|
||||
o In G4CascadeFinalStateAlgorithm and G4NucleiModel, introduced the
|
||||
possibility to enable behaviour as either in Geant4 version 11.3
|
||||
(default) or as in 11.2, according to the value of Boolean flags
|
||||
through the call in G4HadronicParameters:
|
||||
SetBertiniAs11_2( true ).
|
||||
Also possible to configure the properties of nuclei of G4NucleiModel
|
||||
through the call in G4HadronicParameters:
|
||||
SetBertiniNucleiModelAs11_2( true )
|
||||
and the angular distribution of >= 4-body final-state emissions in
|
||||
G4CascadeFinalStateAlgorithm, through the call in G4HadronicParameters:
|
||||
SetBertiniAngularEmissionsAs11_2( true ).
|
||||
Note that the default changes introduced in release 11.3 are to be
|
||||
considered as a real improvement of the Bertini model, although some
|
||||
degradation of thin-target data, in particular for the pion production
|
||||
in HARP data, is observed. A retuning of the parameters of the model
|
||||
will be likely necessary in the near future, based on these changes.
|
||||
+ util
|
||||
o Added accessor and modifier in G4HadronicDeveloperParameters for
|
||||
selecting the Bertini model mode as Geant4 version 11.3 (default)
|
||||
or 11.2.
|
||||
|
||||
o Visualization
|
||||
-------------
|
||||
+ OpenGL:
|
||||
o Fixed compilation errors on Windows in G4OpenGLWin32Viewer, triggered
|
||||
when enabling GL WIN32 support, as reported in problem report #2599.
|
||||
+ RayTracer:
|
||||
o Fix in G4RayTracerXViewer for use of MT.
|
||||
|
||||
o Examples
|
||||
--------
|
||||
+ extended/geometry/vecGeomNavigation
|
||||
o Use G4cout for VecGeom logger output.
|
||||
+ extended/hadronic/FlukaCern
|
||||
o Ensure compatibility with FLUKA v4-5.0: make the link time resolution
|
||||
of COMMON blocks (declared as external structs in the C++ source)
|
||||
compatible with the new FLUKA version.
|
||||
|
||||
----------------------------------------------------------------------------
|
||||
|
||||
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.2 are available
|
||||
through the Geant4 "Download" Web page.
|
||||
|
||||
Please refer to the Geant4 User Documentation for further information about
|
||||
using Geant4.
|
||||
@@ -38,7 +38,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
|
||||
|
||||
|
||||
**************************************************************
|
||||
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-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> 13.981 2.200
|
||||
TimeTotal> 2.324 1.420
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
|
||||
**************************************************************
|
||||
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-2025)
|
||||
Copyright : Geant4 Collaboration
|
||||
References : NIM A 506 (2003), 250-303
|
||||
: IEEE-TNS 53 (2006), 270-278
|
||||
@@ -1487,7 +1487,7 @@ Event 13268
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 13269, effectively: 10
|
||||
User=4.980000s Real=5.031478s Sys=0.000000s
|
||||
User=2.900000s Real=2.906851s Sys=0.000000s
|
||||
|
||||
--- Setup acceptances (range | real (trg / mon) | rec (trg / mon / all)):
|
||||
1 [ 1.0000, 0.8000) | 0.00100604 ( 1 / 994 ) | 0.00100604 ( 1 / 994 / 1229 )
|
||||
|
||||
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
|
||||
|
||||
|
||||
**************************************************************
|
||||
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-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-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-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-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-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-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-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=17.940000s Real=18.456672s Sys=0.010000s
|
||||
User=10.450000s Real=10.453247s Sys=0.000000s
|
||||
... write file : SolidTargetCyclotron.root - done
|
||||
... close file : SolidTargetCyclotron.root - done
|
||||
G4 kernel has come to Quit state.
|
||||
Deleting G4Run (id:0)
|
||||
UserDetectorConstruction deleted 0xf14c50
|
||||
UserPhysicsList deleted 0xf1c1b0
|
||||
UserActionInitialization deleted 0x10a2b20
|
||||
UserDetectorConstruction deleted 0x9b7020
|
||||
UserPhysicsList deleted 0x9be580
|
||||
UserActionInitialization deleted 0xb44ef0
|
||||
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-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-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 = 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
|
||||
Initial seed = 1745424550
|
||||
float_seed_table[] = 0.0719131 0.622099 0.693342 0.583129 0.453345 0.335303 0.892736 0.113858 0.0750468 0.936936 0.64502 0.915509 0.25001 0.0199363 0.842928 0.117684 0.0681565 0.30302 0.218614 0.764352 0.943045 0.0840406 0.921154 0.242968
|
||||
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=0.950000s Real=0.948389s Sys=0.000000s
|
||||
User=0.610000s Real=0.611277s 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 0x19f0b80
|
||||
UserPhysicsList deleted 0x1a31d28
|
||||
UserActionInitialization deleted 0x1bc6b90
|
||||
UserDetectorConstruction deleted 0x15c5f50
|
||||
UserPhysicsList deleted 0x16070f8
|
||||
UserActionInitialization deleted 0x179bf60
|
||||
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: 9
|
||||
Total navigation history collections cleaned: 10
|
||||
G4RNGHelper object is deleted.
|
||||
================== Deleting memory pools ===================
|
||||
Pool ID '20G4NavigationLevelRep', size : 0.0115 MB
|
||||
Pool ID '20G4NavigationLevelRep', size : 0.0135 MB
|
||||
Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB
|
||||
Pool ID '17G4DynamicParticle', size : 0.024 MB
|
||||
Pool ID '17G4DynamicParticle', size : 0.0231 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.0471 MB
|
||||
Pool ID '7G4Track', size : 0.0461 MB
|
||||
Pool ID '18G4TouchableHistory', size : 0.000961 MB
|
||||
Pool ID '15G4CountedObjectIvE', size : 0.000961 MB
|
||||
Pool ID '15UltraOpticalHit', size : 0.000961 MB
|
||||
Pool ID '15UltraOpticalHit', size : 0.00385 MB
|
||||
Number of memory pools allocated: 12 of which, static: 0
|
||||
Dynamic pools deleted: 12 / Total memory freed: 0.091 MB
|
||||
Dynamic pools deleted: 12 / Total memory freed: 0.094 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-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-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=2.840000s Real=2.855239s Sys=0.000000s
|
||||
User=1.710000s Real=1.718713s 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 0x1edf200
|
||||
UserPhysicsList deleted 0x1f12df0
|
||||
UserActionInitialization deleted 0x2099880
|
||||
UserDetectorConstruction deleted 0x108b5d0
|
||||
UserPhysicsList deleted 0x10bf1c0
|
||||
UserActionInitialization deleted 0x1245c50
|
||||
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-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-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-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-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=13.010000s Real=13.223118s Sys=0.050000s
|
||||
User=7.050000s Real=7.069787s Sys=0.000000s
|
||||
### 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 0x13d9120
|
||||
UserPhysicsList deleted 0x13da2e0
|
||||
UserActionInitialization deleted 0x15959e0
|
||||
UserDetectorConstruction deleted 0xba44f0
|
||||
UserPhysicsList deleted 0xba56b0
|
||||
UserActionInitialization deleted 0xd60db0
|
||||
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: 49
|
||||
Total navigation history collections cleaned: 56
|
||||
G4RNGHelper object is deleted.
|
||||
================== Deleting memory pools ===================
|
||||
Pool ID '20G4NavigationLevelRep', size : 0.0731 MB
|
||||
Pool ID '20G4NavigationLevelRep', size : 0.0798 MB
|
||||
Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB
|
||||
Pool ID '17G4DynamicParticle', size : 0.0952 MB
|
||||
Pool ID '17G4DynamicParticle', size : 0.0461 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.189 MB
|
||||
Pool ID '18G4TouchableHistory', size : 0.00577 MB
|
||||
Pool ID '7G4Track', size : 0.0913 MB
|
||||
Pool ID '18G4TouchableHistory', size : 0.00673 MB
|
||||
Pool ID '15G4CountedObjectIvE', size : 0.000961 MB
|
||||
Pool ID '17G4ReactionProduct', size : 0.0125 MB
|
||||
Pool ID '10G4Fragment', size : 0.00577 MB
|
||||
Pool ID '17G4ReactionProduct', size : 0.0135 MB
|
||||
Pool ID '10G4Fragment', size : 0.00481 MB
|
||||
Number of memory pools allocated: 13 of which, static: 0
|
||||
Dynamic pools deleted: 13 / Total memory freed: 0.39 MB
|
||||
Dynamic pools deleted: 13 / Total memory freed: 0.25 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-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-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=23.000000s Real=23.160859s Sys=0.000000s
|
||||
User=13.710000s Real=13.788261s Sys=0.000000s
|
||||
Graphics systems deleted.
|
||||
Visualization Manager deleting...
|
||||
================== Deleting memory pools ===================
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Initial Seed for random engine: 1742561548
|
||||
Initial Seed for random engine: 1745424599
|
||||
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-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-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-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-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: 39.94 seconds
|
||||
Total CPU time elapsed for geometry optimisation: 24.66 seconds
|
||||
|
||||
Voxelisation: top CPU users:
|
||||
Percent Total CPU System CPU Memory Volume
|
||||
------- ---------- ---------- -------- ----------
|
||||
50.08 20.00 0.11 42138k CellLogical
|
||||
49.72 19.86 0.10 42138k DNAPhysLV
|
||||
0.08 0.03 0.00 380k prism
|
||||
50.65 12.49 0.06 42138k CellLogical
|
||||
49.19 12.13 0.07 42138k DNAPhysLV
|
||||
0.04 0.01 0.00 380k prism
|
||||
|
||||
Voxelisation: top memory users:
|
||||
Percent Memory Heads Nodes Pointers Total CPU Volume
|
||||
------- -------- ------ ------ -------- ---------- ----------
|
||||
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
|
||||
49.78 42137k 311671 314256 703064 12.49 CellLogical
|
||||
49.78 42137k 311671 314256 703064 12.13 DNAPhysLV
|
||||
0.45 379k 1273 3780 14482 0.01 prism
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
### Run 0 starts.
|
||||
@@ -662,14 +662,14 @@ DNAIndependentReactionTimeModel will be used ==========================
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 10
|
||||
User=1.340000s Real=1.353612s Sys=0.000000s
|
||||
User=0.730000s Real=0.729839s Sys=0.010000s
|
||||
... 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 0x17c1550
|
||||
UserPhysicsList deleted 0x18054a0
|
||||
UserActionInitialization deleted 0x183cb60
|
||||
UserDetectorConstruction deleted 0xf54920
|
||||
UserPhysicsList deleted 0xf98870
|
||||
UserActionInitialization deleted 0xfcff30
|
||||
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-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-2025)
|
||||
Copyright : Geant4 Collaboration
|
||||
References : NIM A 506 (2003), 250-303
|
||||
: IEEE-TNS 53 (2006), 270-278
|
||||
@@ -720,19 +720,19 @@ Start closing geometry.
|
||||
G4GeometryManager::ReportVoxelStats -- Voxel Statistics
|
||||
|
||||
Total memory consumed for geometry optimisation: 475 kByte
|
||||
Total CPU time elapsed for geometry optimisation: 0.01 seconds
|
||||
Total CPU time elapsed for geometry optimisation: 0 seconds
|
||||
|
||||
Voxelisation: top CPU users:
|
||||
Percent Total CPU System CPU Memory Volume
|
||||
------- ---------- ---------- -------- ----------
|
||||
100.00 0.01 0.00 69k world_logicalV
|
||||
0.00 0.00 0.00 69k world_logicalV
|
||||
0.00 0.00 0.00 406k airBox_logicalV
|
||||
|
||||
Voxelisation: top memory users:
|
||||
Percent Memory Heads Nodes Pointers Total CPU Volume
|
||||
------- -------- ------ ------ -------- ---------- ----------
|
||||
85.51 406k 931 5788 8898 0.00 airBox_logicalV
|
||||
14.49 68k 182 683 3080 0.01 world_logicalV
|
||||
14.49 68k 182 683 3080 0.00 world_logicalV
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
### Run 0 starts.
|
||||
@@ -776,14 +776,14 @@ N=17 V[N]={87900885656017340, 2136126672992718976, 110623987125446578, 176001763
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 1000000
|
||||
User=62.360000s Real=64.047427s Sys=0.980000s
|
||||
User=35.620000s Real=41.058177s Sys=0.790000s
|
||||
|
||||
### End of Run (1000000 events)
|
||||
G4 kernel has come to Quit state.
|
||||
Deleting G4Run (id:0)
|
||||
UserDetectorConstruction deleted 0x9b56a0
|
||||
UserPhysicsList deleted 0x9f15a8
|
||||
UserActionInitialization deleted 0xb7f930
|
||||
UserDetectorConstruction deleted 0x203aa70
|
||||
UserPhysicsList deleted 0x2076978
|
||||
UserActionInitialization deleted 0x2204d00
|
||||
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-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-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=443.100000s Real=451.280795s Sys=1.380000s
|
||||
User=260.020000s Real=264.325032s Sys=1.280000s
|
||||
|
||||
--------------------End of Global Run-----------------------
|
||||
The run was 200000 events /score/dumpQuantityToFile boxMesh_1 dose dose_longitudinal.out
|
||||
|
||||
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
|
||||
|
||||
|
||||
**************************************************************
|
||||
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-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=2.920000s Real=2.937346s Sys=0.000000s
|
||||
User=1.820000s Real=1.822001s Sys=0.000000s
|
||||
--- Run 0 (master) end. Total number of events: 1000.
|
||||
User=2.920000s Real=2.937592s Sys=0.000000s
|
||||
User=1.820000s Real=1.822188s Sys=0.000000s
|
||||
G4 kernel has come to Quit state.
|
||||
Deleting G4Run (id:0)
|
||||
UserDetectorConstruction deleted 0x21ebaa0
|
||||
UserPhysicsList deleted 0x244ac50
|
||||
UserActionInitialization deleted 0x24553c0
|
||||
UserDetectorConstruction deleted 0x11caa70
|
||||
UserPhysicsList deleted 0x142a020
|
||||
UserActionInitialization deleted 0x1434790
|
||||
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-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-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-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-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.01 seconds
|
||||
Total CPU time elapsed for geometry optimisation: 0 seconds
|
||||
|
||||
Voxelisation: top CPU users:
|
||||
Percent Total CPU System CPU Memory Volume
|
||||
------- ---------- ---------- -------- ----------
|
||||
100.00 0.01 0.00 0k World
|
||||
0.00 0.00 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.01 World
|
||||
7.74 0k 1 2 4 0.00 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.100000s Real=1.136850s Sys=0.030000s
|
||||
User=0.830000s Real=0.852458s Sys=0.020000s
|
||||
|
||||
--------------------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 0xedaed0
|
||||
UserPhysicsList deleted 0xed7220
|
||||
UserActionInitialization deleted 0x1098ba0
|
||||
UserDetectorConstruction deleted 0x11a82b0
|
||||
UserPhysicsList deleted 0x11a4600
|
||||
UserActionInitialization deleted 0x1365f80
|
||||
UserWorkerInitialization deleted 0
|
||||
UserWorkerThreadInitialization deleted 0
|
||||
UserRunAction deleted.
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
|
||||
|
||||
|
||||
**************************************************************
|
||||
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-2025)
|
||||
Copyright : Geant4 Collaboration
|
||||
References : NIM A 506 (2003), 250-303
|
||||
: IEEE-TNS 53 (2006), 270-278
|
||||
@@ -4744,7 +4744,7 @@ Number of digits in this event: 10
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 100
|
||||
User=2.720000s Real=13.405098s Sys=0.030000s
|
||||
User=1.530000s Real=1.929012s Sys=0.010000s
|
||||
End of Run 0
|
||||
/gun/particle gamma
|
||||
/gun/energy 1 GeV
|
||||
@@ -8542,7 +8542,7 @@ Number of digits in this event: 71
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 100
|
||||
User=36.310000s Real=36.978031s Sys=0.010000s
|
||||
User=19.720000s Real=19.957187s Sys=0.010000s
|
||||
End of Run 1
|
||||
/gun/particle e-
|
||||
/gun/energy 1 GeV
|
||||
@@ -17044,7 +17044,7 @@ Number of digits in this event: 47
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 100
|
||||
User=36.880000s Real=37.177860s Sys=0.010000s
|
||||
User=20.570000s Real=20.870871s Sys=0.020000s
|
||||
End of Run 2
|
||||
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-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-2025)
|
||||
Copyright : Geant4 Collaboration
|
||||
References : NIM A 506 (2003), 250-303
|
||||
: IEEE-TNS 53 (2006), 270-278
|
||||
@@ -220,7 +220,7 @@ Index : 3 used in the geometry : Yes
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 100000
|
||||
User=112.250000s Real=113.443120s Sys=0.010000s
|
||||
User=68.930000s Real=69.415305s Sys=0.020000s
|
||||
/control/doifBatch /score/dumpAllQuantitiesToFile Probes Probes.csv
|
||||
/score/dumpAllQuantitiesToFile Probes Probes.csv
|
||||
# Mesh or volume name: Probes -- # Primitive scorer name: dose
|
||||
|
||||
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
|
||||
|
||||
|
||||
**************************************************************
|
||||
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-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=4.260000s Real=4.323517s Sys=0.040000s
|
||||
User=2.780000s Real=2.827839s Sys=0.040000s
|
||||
Graphics systems deleted.
|
||||
Visualization Manager deleting...
|
||||
The simulation took: 7.60809 s to run (real time)
|
||||
The simulation took: 4.1506 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.42 MB
|
||||
Dynamic pools deleted: 12 / Total memory freed: 0.4 MB
|
||||
============================================================
|
||||
|
||||
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
|
||||
|
||||
|
||||
**************************************************************
|
||||
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-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-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-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=7.640000s Real=7.965769s Sys=0.100000s
|
||||
User=4.790000s Real=7.156374s Sys=0.110000s
|
||||
/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-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-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.2 seconds
|
||||
Total CPU time elapsed for geometry optimisation: 0.11 seconds
|
||||
|
||||
Voxelisation: top CPU users:
|
||||
Percent Total CPU System CPU Memory Volume
|
||||
------- ---------- ---------- -------- ----------
|
||||
55.00 0.11 0.00 152k EmModuleLogical
|
||||
45.00 0.09 0.00 238k HadModuleLogical
|
||||
54.55 0.06 0.00 152k EmModuleLogical
|
||||
45.45 0.05 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.09 HadModuleLogical
|
||||
38.50 152k 1129 1152 2426 0.11 EmModuleLogical
|
||||
60.17 238k 1385 2370 3792 0.05 HadModuleLogical
|
||||
38.50 152k 1129 1152 2426 0.06 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
|
||||
@@ -1313,14 +1313,14 @@ Edep in FCAL1 FCAl2 : 15685.5 0.881462
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 18
|
||||
User=5.900000s Real=6.011224s Sys=0.000000s
|
||||
User=3.670000s Real=3.796691s Sys=0.000000s
|
||||
Graphics systems deleted.
|
||||
Visualization Manager deleting...
|
||||
G4 kernel has come to Quit state.
|
||||
Deleting G4Run (id:0)
|
||||
UserDetectorConstruction deleted 0x224a070
|
||||
UserPhysicsList deleted 0x224b280
|
||||
UserActionInitialization deleted 0x2406950
|
||||
UserDetectorConstruction deleted 0x1232440
|
||||
UserPhysicsList deleted 0x1233650
|
||||
UserActionInitialization deleted 0x13eed20
|
||||
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-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-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-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-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 0x1fb8bb0
|
||||
##### Create analysis manager 0xc2bbb0
|
||||
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-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-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 0xce4250
|
||||
##### Create analysis manager 0x189c620
|
||||
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.310000s Real=1.643581s Sys=0.010000s
|
||||
User=0.150000s Real=0.152436s Sys=0.000000s
|
||||
... 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 0xc94c50
|
||||
UserPhysicsList deleted 0xcaab60
|
||||
UserActionInitialization deleted 0xcdd770
|
||||
UserDetectorConstruction deleted 0x184d020
|
||||
UserPhysicsList deleted 0x1862f30
|
||||
UserActionInitialization deleted 0x1895b40
|
||||
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-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-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 0x932920
|
||||
##### Create analysis manager 0x5498f0
|
||||
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-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-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-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-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.000458s Sys=0.000000s
|
||||
User=0.000000s Real=0.000316s 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.006447s Sys=0.000000s
|
||||
User=0.000000s Real=0.003865s 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.000000s Real=0.005826s Sys=0.000000s
|
||||
User=0.000000s Real=0.003374s 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.010000s Real=0.005871s Sys=0.000000s
|
||||
User=0.000000s Real=0.003503s 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.000102s Sys=0.000000s
|
||||
User=0.000000s Real=0.000049s 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.000091s Sys=0.000000s
|
||||
User=0.000000s Real=0.000047s 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.000000s Real=0.004448s Sys=0.000000s
|
||||
User=0.000000s Real=0.002626s 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.007623s Sys=0.000000s
|
||||
User=0.010000s Real=0.004446s 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.004586s Sys=0.000000s
|
||||
User=0.000000s Real=0.002667s 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.000094s Sys=0.000000s
|
||||
User=0.000000s Real=0.000047s 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.000083s Sys=0.000000s
|
||||
User=0.000000s Real=0.000043s 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.005911s Sys=0.000000s
|
||||
User=0.000000s Real=0.003503s 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.006404s Sys=0.000000s
|
||||
User=0.010000s Real=0.003652s 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.000000s Real=0.005571s Sys=0.000000s
|
||||
User=0.000000s Real=0.003301s 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.000104s Sys=0.000000s
|
||||
User=0.000000s Real=0.000047s 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.000085s Sys=0.000000s
|
||||
User=0.000000s Real=0.000046s 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.000000s Real=0.005949s Sys=0.000000s
|
||||
User=0.000000s Real=0.003460s 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.010000s Real=0.006176s Sys=0.000000s
|
||||
User=0.010000s Real=0.003591s 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.000000s Real=0.006138s Sys=0.000000s
|
||||
User=0.000000s Real=0.003705s 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.000091s Sys=0.000000s
|
||||
User=0.000000s Real=0.000057s 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.000084s Sys=0.000000s
|
||||
User=0.000000s Real=0.000072s 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.004664s Sys=0.000000s
|
||||
User=0.010000s Real=0.002708s 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.007818s Sys=0.000000s
|
||||
User=0.000000s Real=0.004665s 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.004427s Sys=0.000000s
|
||||
User=0.000000s Real=0.002657s 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.000102s Sys=0.000000s
|
||||
User=0.000000s Real=0.000049s 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 35676552 alpha electron other
|
||||
0 5.4860 5.0030 1187 0x1.8952f5d9640cp-14 5134 0x1.7ff10b7bebc43p+4 1 24797448 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 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
|
||||
3 0.0600 0.0600 66 0x1.4f6fc8c708fa8p-15 54 0x1.382377b3d35bep+5 1 10105096 gamma gamma electron
|
||||
5 0x1.eb851eb851eb9p-5 0x1.b116228134481p-6 24 0x1.30809e8074632p-15 22 0x1.384d91212ec7ap+5 1 10105096 gamma gamma electron
|
||||
9 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91932p-6 20 0x1.d734ca6f87d53p-14 28 0x1.d339b12d58062p+5 1 10105096 gamma gamma electron
|
||||
14 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 59 0x1.6f517820463f2p-18 52 0x1.c93301b20aeb2p+5 1 10105096 gamma gamma electron
|
||||
22 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 53 0x1.2b1cb06e9aef7p-10 57 0x1.7e73e500da077p+5 1 10105096 gamma gamma electron
|
||||
28 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91935p-6 27 0x1.b6dd046de66ebp-17 20 0x1.975e0d6280108p+5 1 10105096 gamma gamma electron
|
||||
30 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 63 0x1.e223592ae219fp-18 47 0x1.541dc3e1ca937p+5 1 10105096 gamma gamma electron
|
||||
35 0x1.eb851eb851eb9p-5 0x1.430bee4acbd65p-5 44 0x1.31b96ae605e99p-17 22 0x1.a23997fb7ecf1p+5 1 10105096 gamma gamma electron
|
||||
37 0x1.eb851eb851eb9p-5 0x1.04e09015551aap-7 10 0x1.7a415f64c52cap-10 142 0x1.2c7defa5f2f7ep+5 1 10105096 gamma gamma electron
|
||||
38 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 63 0x1.9f5f2b8c1b6a5p-10 63 0x1.7830090ea0548p+5 1 10105096 gamma gamma electron
|
||||
39 0x1.eb851eb851eb9p-5 0x1.26c7554ecd418p-6 24 0x1.933d729fd3a4bp-16 19 0x1.6d9d1421c31c7p+5 1 10105096 gamma gamma electron
|
||||
40 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 51 0x1.6f6c333c49d82p-18 59 0x1.5c624f30c7ddbp+5 1 10105096 gamma gamma electron
|
||||
41 0x1.eb851eb851eb9p-5 0x1.76213bad5f9a4p-6 32 0x1.358ac3e8d8199p-13 22 0x1.f1c48b11c1639p+5 1 10105096 gamma gamma electron
|
||||
45 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 49 0x1.6136c8fd827bcp-17 49 0x1.faa52ae8f918p+4 1 10105096 gamma gamma electron
|
||||
46 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 57 0x1.0d11644ae2262p-17 52 0x1.7aa68cc12d7ddp+5 1 10105096 gamma gamma electron
|
||||
56 0x1.eb851eb851eb9p-5 0x1.70043d2e74e38p-5 47 0x1.391aa76ba8dc8p-12 46 0x1.4c8a877fc026p+5 1 10105096 gamma gamma electron
|
||||
59 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 60 0x1.c30e4fcba7009p-18 53 0x1.65ab6929030d3p+5 1 10105096 gamma gamma electron
|
||||
62 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91937p-6 13 0x1.a740ab8df6be4p-17 30 0x1.4f2328c2245cbp+5 1 10105096 gamma gamma electron
|
||||
63 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 45 0x1.c14139b72af5dp-18 71 0x1.7a205e28924c8p+5 1 10105096 gamma gamma electron
|
||||
64 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dd1p-6 33 0x1.ef90443cc0945p-17 25 0x1.6b4013dcf7776p+5 1 10105096 gamma gamma electron
|
||||
66 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 43 0x1.b1167ff3043afp-18 90 0x1.71b051cff45b3p+5 1 10105096 gamma gamma electron
|
||||
68 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 45 0x1.6ddd34bacdbaep-10 176 0x1.5ade2df69199ep+5 1 10105096 gamma gamma electron
|
||||
69 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb5p-5 58 0x1.1d9ef2d3effafp-17 54 0x1.2649fb40614c9p+5 1 10105096 gamma gamma electron
|
||||
72 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb5p-5 64 0x1.7660d4400a31ep-17 60 0x1.a1d13355242ebp+5 1 10105096 gamma gamma electron
|
||||
74 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 65 0x1.9f6a202ac3fc3p-17 54 0x1.9477f1a640e2dp+5 1 10105096 gamma gamma electron
|
||||
79 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 39 0x1.281a42ec441b1p-17 50 0x1.4f0e5f2347414p+5 1 10105096 gamma gamma electron
|
||||
84 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 54 0x1.f209c584dedf7p-18 78 0x1.752f4e13563c2p+5 1 10105096 gamma gamma electron
|
||||
85 0x1.eb851eb851eb9p-5 0x1.24da1e8343199p-6 17 0x1.f6384b9a04819p-18 18 0x1.6b953f0c3b735p+5 1 10105096 gamma gamma electron
|
||||
87 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91937p-6 32 0x1.10dd271fa9092p-17 37 0x1.a4bb7e56e2ee8p+5 1 10105096 gamma gamma electron
|
||||
91 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 57 0x1.6b5c95595d762p-8 137 0x1.339ad044e7941p+5 1 10105096 gamma gamma electron
|
||||
92 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb5p-5 54 0x1.308afc89610e2p-15 61 0x1.a8727e6d3c881p+5 1 10105096 gamma gamma electron
|
||||
93 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 58 0x1.206eee994eb57p-17 65 0x1.84c5d2fadd756p+5 1 10105096 gamma gamma electron
|
||||
100 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 30 0x1.8d4fa61b3286cp-18 36 0x1.b73c177ae80f8p+5 1 10105096 gamma gamma electron
|
||||
103 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 67 0x1.d83ff976b24a8p-17 45 0x1.c35800017baefp+5 1 10105096 gamma gamma electron
|
||||
104 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebbp-5 55 0x1.8753d7ebcdc13p-18 58 0x1.7778b1446794ep+5 1 10105096 gamma gamma electron
|
||||
105 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dcdp-6 26 0x1.64f5b44c30d31p-16 25 0x1.50cc052da9fecp+5 1 10105096 gamma gamma electron
|
||||
110 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 52 0x1.d6a1d9fec718bp-17 72 0x1.4a36d392169aep+5 1 10105096 gamma gamma electron
|
||||
113 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebcp-5 58 0x1.e6113cd4beeaep-18 61 0x1.393175f57858ap+5 1 10105096 gamma gamma electron
|
||||
114 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 56 0x1.759f621d78334p-18 66 0x1.7b1c32ff81344p+5 1 10105096 gamma gamma electron
|
||||
117 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 80 0x1.bf9a08ccf920bp-16 62 0x1.73545cf42d859p+5 1 10105096 gamma gamma electron
|
||||
118 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 62 0x1.4777c0df7d3ddp-17 64 0x1.5e8a32bf79afbp+5 1 10105096 gamma gamma electron
|
||||
119 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebcp-5 62 0x1.3f590b0859761p-17 67 0x1.caa1fa2774bbep+5 1 10105096 gamma gamma electron
|
||||
120 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91933p-6 29 0x1.bc3feb4380406p-16 27 0x1.15de3354d6aabp+6 1 10105096 gamma gamma electron
|
||||
121 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 57 0x1.74efb85768fa9p-18 43 0x1.52e6850a723ccp+5 1 10105096 gamma gamma electron
|
||||
127 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 61 0x1.7280ad275d63bp-18 55 0x1.6a45bb2a846eep+5 1 10105096 gamma gamma electron
|
||||
130 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dccp-6 20 0x1.7bdc76d62ef39p-18 23 0x1.0a9ffb9d151ap+6 1 10105096 gamma gamma electron
|
||||
131 0x1.eb851eb851eb9p-5 0x1.96973d49aa813p-7 12 0x1.2249f87f71516p-13 13 0x1.3a7cf6743ade9p+5 1 10105096 gamma gamma electron
|
||||
137 0x1.eb851eb851eb9p-5 0x1.b11622813448p-6 30 0x1.c3eb0e1b14e7p-18 19 0x1.4e97266dcb701p+5 1 10105096 gamma gamma electron
|
||||
140 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 64 0x1.b048d751382f6p-17 66 0x1.3c99fdee57062p+5 1 10105096 gamma gamma electron
|
||||
141 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 53 0x1.6b7c0f64d1071p-18 72 0x1.59a50809c704fp+5 1 10105096 gamma gamma electron
|
||||
142 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 60 0x1.600173cac3494p-16 67 0x1.45278d2bdf3f4p+5 1 10105096 gamma gamma electron
|
||||
143 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb5p-5 58 0x1.29254a9d03d43p-10 66 0x1.4a98939231021p+5 1 10105096 gamma gamma electron
|
||||
145 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 49 0x1.993207a605485p-18 44 0x1.bc2f7468d4ca9p+5 1 10105096 gamma gamma electron
|
||||
146 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91932p-6 33 0x1.4784d715fe81fp-16 29 0x1.f77fbe9e87fe5p+5 1 10105096 gamma gamma electron
|
||||
147 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 70 0x1.3633c6e26c8b5p-17 68 0x1.93cf93ccec301p+5 1 10105096 gamma gamma electron
|
||||
149 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 55 0x1.aebe8055d04bfp-18 51 0x1.5a5476f7847f8p+5 1 10105096 gamma gamma electron
|
||||
150 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91936p-6 24 0x1.28a12e30040e2p-9 78 0x1.8f4b1d91f76a4p+5 1 10105096 gamma gamma electron
|
||||
155 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb5p-5 84 0x1.e8077ffd97e72p-17 38 0x1.762a58fe68d64p+5 1 10105096 gamma gamma electron
|
||||
157 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 73 0x1.6b8da19688ab6p-16 53 0x1.c81bbb68a7d5ap+5 1 10105096 gamma gamma electron
|
||||
158 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 49 0x1.21cfc7ab99e41p-17 74 0x1.5742994fefe32p+5 1 10105096 gamma gamma electron
|
||||
160 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91933p-6 20 0x1.d0e4d7140240ep-16 20 0x1.8f20d20efe804p+5 1 10105096 gamma gamma electron
|
||||
163 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 70 0x1.176a9c2dfdc12p-17 51 0x1.6dcd493eab83fp+5 1 10105096 gamma gamma electron
|
||||
165 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 55 0x1.78332bd35a5eep-17 74 0x1.3090b0f05f5d2p+5 1 10105096 gamma gamma electron
|
||||
166 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 60 0x1.216878f586455p-8 67 0x1.8a2bc08bbb5bcp+5 1 10105096 gamma gamma electron
|
||||
167 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dcep-6 32 0x1.1ac7258623df8p-14 17 0x1.cb454c1b37fd9p+5 1 10105096 gamma gamma electron
|
||||
168 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91932p-6 36 0x1.2f15518948302p-16 23 0x1.6ccdc9086fc3dp+5 1 10105096 gamma gamma electron
|
||||
172 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 53 0x1.3babc728b0914p-17 54 0x1.544fb1ab5edb1p+5 1 10105096 gamma gamma electron
|
||||
173 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 69 0x1.81b0c4b44d976p-18 72 0x1.3acf5c6abfa2bp+5 1 10105096 gamma gamma electron
|
||||
177 0x1.eb851eb851eb9p-5 0x1.d697c750f7292p-7 41 0x1.1956578dc32e8p-14 14 0x1.caf862e5affc7p+5 1 10105096 e- electron
|
||||
178 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebbp-5 62 0x1.10de584dd8643p-17 54 0x1.a430f7c5194ccp+5 1 10105096 gamma gamma electron
|
||||
180 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dcep-6 30 0x1.2559a354f302bp-16 30 0x1.4a469bf8698d9p+5 1 10105096 gamma gamma electron
|
||||
185 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 87 0x1.a8a706469a48ap-13 55 0x1.8da62f68d69b4p+5 1 10105096 gamma gamma electron
|
||||
187 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 55 0x1.14db8cd3fb143p-16 52 0x1.605e0cfa094fbp+5 1 10105096 gamma gamma electron
|
||||
188 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 55 0x1.989fe1a69d8c7p-17 60 0x1.5772a35607f4p+5 1 10105096 gamma gamma electron
|
||||
190 0x1.eb851eb851eb9p-5 0x1.47a8a09d99d97p-5 47 0x1.11e993153eec5p-17 29 0x1.4986f34272f7p+5 1 10105096 gamma gamma electron
|
||||
191 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 44 0x1.e9fb73c5e604bp-18 44 0x1.28ed143d46f81p+5 1 10105096 gamma gamma electron
|
||||
193 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 63 0x1.269b10df8aca8p-10 83 0x1.5615e62c6766cp+5 1 10105096 gamma gamma electron
|
||||
194 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 46 0x1.6bdc492d20224p-17 57 0x1.290743872c0efp+5 1 10105096 gamma gamma electron
|
||||
200 0x1.eb851eb851eb9p-5 0x1.b8928324e30e7p-7 16 0x1.6212fd8ceaa26p-13 14 0x1.6152cdaca65ap+5 1 10105096 gamma gamma electron
|
||||
201 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 62 0x1.6378b69c1d103p-15 45 0x1.929c268da9c49p+5 1 10105096 gamma gamma electron
|
||||
202 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebbp-5 53 0x1.767460188e5c5p-17 48 0x1.38cd40c90c595p+5 1 10105096 gamma gamma electron
|
||||
207 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 57 0x1.dde25219d77d2p-16 76 0x1.66fdd651e833cp+5 1 10105096 gamma gamma electron
|
||||
209 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebbp-5 61 0x1.782f71f3e159cp-18 59 0x1.6a07f828b43a3p+5 1 10105096 gamma gamma electron
|
||||
213 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91936p-6 24 0x1.9a55c18d54596p-18 32 0x1.87a23be0f001dp+5 1 10105096 gamma gamma electron
|
||||
215 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 64 0x1.a3cfccc372cadp-18 40 0x1.7e919578e5672p+5 1 10105096 gamma gamma electron
|
||||
219 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb5p-5 71 0x1.73034606425f8p-9 59 0x1.75ed7b2bec846p+5 1 10105096 gamma gamma electron
|
||||
221 0x1.eb851eb851eb9p-5 0x1.e39143d559ac8p-5 86 0x1.f1585774f741cp-17 60 0x1.522c5f7f87ca1p+5 1 10105096 gamma gamma electron
|
||||
223 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 49 0x1.c47e65f9bd311p-18 55 0x1.70223357d5a47p+5 1 10105096 gamma gamma electron
|
||||
227 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 51 0x1.c8ff156f56d58p-18 51 0x1.4c9095739cc29p+5 1 10105096 gamma gamma electron
|
||||
228 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb4p-5 66 0x1.752e8e7e2dcdep-18 45 0x1.56973c79428b2p+5 1 10105096 gamma gamma electron
|
||||
229 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 62 0x1.86c514c701da5p-18 42 0x1.6d3b63fa4a2b3p+5 1 10105096 gamma gamma electron
|
||||
231 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 20 0x1.580e46916bcdep-18 14 0x1.a11eccc9f8eabp+5 1 10105096 gamma gamma electron
|
||||
232 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb5p-5 53 0x1.85040d518d217p-16 73 0x1.7c96c3effa70dp+5 1 10105096 gamma gamma electron
|
||||
234 0x1.eb851eb851eb9p-5 0x1.3fb5576541a33p-5 35 0x1.e2c7d7fb22da1p-17 27 0x1.1ec6ccd84b101p+5 1 10105096 gamma gamma electron
|
||||
238 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 59 0x1.74412cfa225ecp-18 78 0x1.55b1a21274ef4p+5 1 10105096 gamma gamma electron
|
||||
239 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 24 0x1.34ac09d70f518p-17 35 0x1.6b8a80ae08897p+5 1 10105096 gamma gamma electron
|
||||
240 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebcp-5 68 0x1.fec438aa91075p-16 71 0x1.5679d024f86b5p+5 1 10105096 gamma gamma electron
|
||||
243 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 44 0x1.a7ab5b18e7df5p-16 56 0x1.8c17c15298183p+5 1 10105096 gamma gamma electron
|
||||
244 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 57 0x1.74ff6dda25a38p-10 80 0x1.4a64e9e95526cp+5 1 10105096 gamma gamma electron
|
||||
246 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 63 0x1.65990f9e6f56fp-16 61 0x1.9c481c715d49cp+5 1 10105096 gamma gamma electron
|
||||
248 0x1.eb851eb851eb9p-5 0x1.b9f89da59fc2p-10 2 0x1.7a9334c03d7ep-18 4 0x1.0e34749060aecp+5 1 10105096 gamma gamma electron
|
||||
253 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 54 0x1.9db1cd7ab5dc4p-15 53 0x1.b6a1ba424168cp+5 1 10105096 gamma gamma electron
|
||||
255 0x1.eb851eb851eb9p-5 0x1.be85e22cb0623p-7 7 0x1.489eb481779acp-14 13 0x1.21333e76f1004p+6 1 10105096 gamma gamma electron
|
||||
257 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 50 0x1.cf9782139b664p-18 58 0x1.5414071cfe461p+5 1 10105096 gamma gamma electron
|
||||
258 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 28 0x1.c1ae4469bd3f6p-18 32 0x1.7b91c1dbf56bcp+5 1 10105096 gamma gamma electron
|
||||
263 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 55 0x1.a58d64e798224p-10 144 0x1.846a416238439p+5 1 10105096 gamma gamma electron
|
||||
265 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 47 0x1.685b3d65949f2p-18 65 0x1.7e41f87292123p+5 1 10105096 gamma gamma electron
|
||||
268 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb4p-5 53 0x1.61abd632b7617p-18 66 0x1.7813381c8bc69p+5 1 10105096 gamma gamma electron
|
||||
271 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91931p-6 37 0x1.ebc382d655d2dp-18 28 0x1.65fc61d4bd337p+5 1 10105096 gamma gamma electron
|
||||
272 0x1.eb851eb851eb9p-5 0x1.b00e5024db81fp-6 23 0x1.4d643df5a0e95p-17 23 0x1.25cbc8833a6d2p+5 1 10105096 gamma gamma electron
|
||||
273 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 36 0x1.7bd3ea0b4f8bap-18 25 0x1.09b9b9ae24915p+6 1 10105096 gamma gamma electron
|
||||
275 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dcep-6 25 0x1.218d9a7c16f58p-16 36 0x1.5e9b3b4c99c0bp+5 1 10105096 gamma gamma electron
|
||||
280 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebbp-5 66 0x1.0519bd975719dp-9 56 0x1.8cbe03aa9adb7p+5 1 10105096 gamma gamma electron
|
||||
284 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 52 0x1.a918976875865p-18 79 0x1.2ba1aa3725a33p+5 1 10105096 gamma gamma electron
|
||||
287 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 84 0x1.70e9873f629aap-14 47 0x1.7d646e3538837p+5 1 10105096 gamma gamma electron
|
||||
291 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 64 0x1.98d552a0e3c64p-18 71 0x1.73b42532b5389p+5 1 10105096 gamma gamma electron
|
||||
292 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 70 0x1.2867340876f87p-16 63 0x1.6cc4b9f894884p+5 1 10105096 gamma gamma electron
|
||||
294 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dcdp-6 30 0x1.12de1a8c37dc1p-14 28 0x1.b68ff52e6a5d7p+5 1 10105096 gamma gamma electron
|
||||
307 0x1.eb851eb851eb9p-5 0x1.9707ebddbd542p-6 51 0x1.0eeb3dcf787ap-17 29 0x1.83d5b70711a29p+5 1 10105096 gamma gamma electron
|
||||
310 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91935p-6 32 0x1.763b5a4aacd72p-13 25 0x1.4154c7358f11dp+5 1 10105096 gamma gamma electron
|
||||
313 0x1.eb851eb851eb9p-5 0x1.b00e5024db81bp-6 24 0x1.d05392d74796fp-18 29 0x1.552e60a19edbp+5 1 10105096 gamma gamma electron
|
||||
317 0x1.eb851eb851eb9p-5 0x1.1b8fa87f0faa9p-6 22 0x1.fd6c52134351bp-18 18 0x1.50df9784baf94p+5 1 10105096 gamma gamma electron
|
||||
319 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91931p-6 29 0x1.5765f78b1eff3p-18 29 0x1.54c54808ac68cp+5 1 10105096 gamma gamma electron
|
||||
320 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 49 0x1.9cd33c385e69ap-18 60 0x1.6da50d94dec22p+5 1 10105096 gamma gamma electron
|
||||
327 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 53 0x1.9f598dc173b05p-18 62 0x1.53ba4375ca1b5p+5 1 10105096 gamma gamma electron
|
||||
329 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebbp-5 42 0x1.ea525280765cdp-18 49 0x1.659e5164de99bp+5 1 10105096 gamma gamma electron
|
||||
333 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 61 0x1.1870c876992f6p-17 46 0x1.0c43c0c92aa47p+5 1 10105096 gamma gamma electron
|
||||
338 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91936p-6 38 0x1.3a1c804acb768p-17 30 0x1.fa8ccad97f842p+4 1 10105096 gamma gamma electron
|
||||
349 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 62 0x1.0006189fae3fep-16 41 0x1.abb66e5e59f59p+5 1 10105096 gamma gamma electron
|
||||
351 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 55 0x1.c2159a37aa34dp-18 50 0x1.91414e165eb3cp+5 1 10105096 gamma gamma electron
|
||||
353 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 55 0x1.6c171c5233edp-18 58 0x1.5a930e729b1a6p+5 1 10105096 gamma gamma electron
|
||||
356 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 55 0x1.76115c21c6432p-18 66 0x1.9da15545c9aaap+5 1 10105096 gamma gamma electron
|
||||
357 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 54 0x1.5855749eb73d8p-18 98 0x1.2c327a46dbdebp+5 1 10105096 gamma gamma electron
|
||||
359 0x1.eb851eb851eb9p-5 0x1.b00e5024db81cp-6 24 0x1.0adb23dcaa55cp-15 19 0x1.231b6ba63f437p+5 1 10105096 gamma gamma electron
|
||||
362 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 83 0x1.f058762d6bee5p-18 56 0x1.ebb73a91d37fp+5 1 10105096 gamma gamma electron
|
||||
364 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb4p-5 57 0x1.3b9f0f9505781p-17 43 0x1.3a57116809b63p+5 1 10105096 gamma gamma electron
|
||||
365 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 26 0x1.f10b6513bbc86p-18 31 0x1.5c32c1f5276b7p+5 1 10105096 gamma gamma electron
|
||||
366 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dccp-6 34 0x1.ae97682422f11p-18 22 0x1.63c2c9a50ca4fp+5 1 10105096 gamma gamma electron
|
||||
371 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e9192fp-6 42 0x1.cd92313283cd4p-18 29 0x1.91bfac8fdb464p+5 1 10105096 gamma gamma electron
|
||||
372 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 74 0x1.29127e2ffe247p-17 63 0x1.255df3ec36da5p+5 1 10105096 gamma gamma electron
|
||||
373 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 63 0x1.83506b0bfdb8cp-18 49 0x1.b02ff0f43f029p+5 1 10105096 gamma gamma electron
|
||||
374 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91936p-6 37 0x1.6dc8e9d628685p-18 37 0x1.8bfe5a75361b4p+5 1 10105096 gamma gamma electron
|
||||
375 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 51 0x1.a82230858bf1ap-18 77 0x1.61be32723fcbfp+5 1 10105096 gamma gamma electron
|
||||
377 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 61 0x1.3d4a908077133p-16 77 0x1.c9f271b733e8cp+5 1 10105096 gamma gamma electron
|
||||
378 0x1.eb851eb851eb9p-5 0x1.b00e5024db81cp-6 21 0x1.cd36f102db6cp-18 20 0x1.4493b4f5512a7p+5 1 10105096 gamma gamma electron
|
||||
380 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 73 0x1.94ef1334469dep-18 63 0x1.5609bf2103698p+5 1 10105096 gamma gamma electron
|
||||
384 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 51 0x1.a97fd9a8d72e5p-18 53 0x1.6c1d3225445fdp+5 1 10105096 gamma gamma electron
|
||||
385 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 48 0x1.93111bd03dab6p-17 57 0x1.450b239063797p+5 1 10105096 gamma gamma electron
|
||||
388 0x1.eb851eb851eb9p-5 0x1.ae2659db83a0cp-6 42 0x1.9fefa0904d6cap-13 28 0x1.8015dde373a22p+5 1 10105096 gamma gamma electron
|
||||
392 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 61 0x1.a1abbfd094b64p-18 61 0x1.8b44361b6b924p+5 1 10105096 gamma gamma electron
|
||||
394 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 62 0x1.839f9b08b415ep-18 55 0x1.15779f8c4460bp+5 1 10105096 gamma gamma electron
|
||||
396 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91933p-6 27 0x1.61c521f9d042ap-18 33 0x1.79a3be99b9ff8p+5 1 10105096 gamma gamma electron
|
||||
400 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 53 0x1.48e6915a52754p-15 57 0x1.4b4bd8c589716p+5 1 10105096 gamma gamma electron
|
||||
402 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91932p-6 42 0x1.7f69610ca5a44p-18 32 0x1.86ad9a7352f36p+5 1 10105096 gamma gamma electron
|
||||
404 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 32 0x1.71796634a47b6p-18 31 0x1.2a04e25a274f8p+5 1 10105096 gamma gamma electron
|
||||
405 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 72 0x1.42331287056c2p-15 57 0x1.b3ade5c19dc5ep+5 1 10105096 gamma gamma electron
|
||||
406 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 49 0x1.64aabdbf87292p-8 128 0x1.7cdbda2a8381bp+5 1 10105096 gamma gamma electron
|
||||
409 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 61 0x1.08524fd5f9c29p-17 60 0x1.8504a7567f51ap+5 1 10105096 gamma gamma electron
|
||||
412 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 47 0x1.154a38889327p-15 60 0x1.1e045fc23565p+5 1 10105096 gamma gamma electron
|
||||
418 0x1.eb851eb851eb9p-5 0x1.49e994d9b203bp-7 6 0x1.50da9395840a1p-17 11 0x1.9e566495e6309p+5 1 10105096 gamma gamma electron
|
||||
422 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 52 0x1.054676fa67792p-17 56 0x1.86e9e8acbc08p+5 1 10105096 gamma gamma electron
|
||||
424 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 44 0x1.80ab617337ef5p-18 63 0x1.b16d2d5d67187p+5 1 10105096 gamma gamma electron
|
||||
425 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 58 0x1.51479ff824b78p-18 49 0x1.6684166b53bccp+5 1 10105096 gamma gamma electron
|
||||
432 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb5p-5 55 0x1.62dd808d02136p-18 77 0x1.96b640ba8ae18p+5 1 10105096 gamma gamma electron
|
||||
433 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dccp-6 39 0x1.06c9204575dc8p-13 32 0x1.755267de5d98p+5 1 10105096 gamma gamma electron
|
||||
440 0x1.eb851eb851eb9p-5 0x1.29c4221f492f8p-6 37 0x1.1e569fd5d8cp-16 20 0x1.02b408d7e22fdp+5 1 10105096 e- electron
|
||||
441 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 31 0x1.25777401382cap-14 31 0x1.beede7b805126p+5 1 10105096 gamma gamma electron
|
||||
442 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 54 0x1.21b134521ee31p-17 63 0x1.2994b015cc1c1p+5 1 10105096 gamma gamma electron
|
||||
444 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb4p-5 64 0x1.836538e5c6367p-18 59 0x1.a58a6d0fd4003p+5 1 10105096 gamma gamma electron
|
||||
445 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91932p-6 34 0x1.a9b47caf272d9p-16 23 0x1.01b0c3eaddcdap+5 1 10105096 gamma gamma electron
|
||||
447 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91935p-6 22 0x1.b69521f1c013ep-17 22 0x1.786f51a292f98p+4 1 10105096 gamma gamma electron
|
||||
449 0x1.eb851eb851eb9p-5 0x1.96ca31e652f23p-6 30 0x1.ef7edb909a706p-14 27 0x1.8801607431534p+5 1 10105096 e- electron
|
||||
452 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 51 0x1.0779abea8e974p-17 42 0x1.3ea766218417ap+5 1 10105096 gamma gamma electron
|
||||
456 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 49 0x1.2576e9b035ae4p-17 50 0x1.7b13c18537238p+5 1 10105096 gamma gamma electron
|
||||
460 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 45 0x1.db4846c52041dp-15 66 0x1.9308ad87c02c4p+5 1 10105096 gamma gamma electron
|
||||
469 0x1.eb851eb851eb9p-5 0x1.672ead9274e21p-5 42 0x1.6ef6b2a826084p-16 29 0x1.2d3d6b4007feep+5 1 10105096 gamma gamma electron
|
||||
470 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 46 0x1.41d333a1f5f4bp-13 52 0x1.56056a3d54a96p+5 1 10105096 gamma gamma electron
|
||||
472 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 38 0x1.a2357886fc044p-18 63 0x1.8b945a2b7fb83p+5 1 10105096 gamma gamma electron
|
||||
473 0x1.eb851eb851eb9p-5 0x1.686437b7fd31ep-5 53 0x1.19589a4a1fce5p-15 47 0x1.a47cc240f5463p+5 1 10105096 gamma gamma electron
|
||||
476 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 69 0x1.5971e6f9698f4p-17 51 0x1.8380da7333a62p+5 1 10105096 gamma gamma electron
|
||||
482 0x1.eb851eb851eb9p-5 0x1.a34ca0c282c72p-6 26 0x1.d391d49bfb584p-17 29 0x1.b7e3d60a39748p+5 1 10105096 gamma gamma electron
|
||||
485 0x1.eb851eb851eb9p-5 0x1.b00e5024db81cp-6 19 0x1.3918e57e6f272p-16 29 0x1.5c3e79cef605bp+5 1 10105096 gamma gamma electron
|
||||
490 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91935p-6 28 0x1.608eab89740b3p-18 33 0x1.3ef251723dd77p+5 1 10105096 gamma gamma electron
|
||||
491 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 54 0x1.16218a7b7ad1ap-17 45 0x1.62467e7ceea48p+5 1 10105096 gamma gamma electron
|
||||
493 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 56 0x1.a05607b4bb2e9p-16 56 0x1.51ae3457ec80dp+5 1 10105096 gamma gamma electron
|
||||
495 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91932p-6 28 0x1.8a57dcba14c26p-18 24 0x1.6f8466c7fafdcp+5 1 10105096 gamma gamma electron
|
||||
499 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 24 0x1.47c9b651a3fcp-10 33 0x1.d7cd062d1a1fbp+5 1 10105096 gamma gamma electron
|
||||
500 0x1.eb851eb851eb9p-5 0x1.50aea3ecd9b2ap-5 42 0x1.09e38b7681b16p-9 114 0x1.63e16b6b2cb3dp+5 1 10105096 gamma gamma electron
|
||||
508 0x1.eb851eb851eb9p-5 0x1.a34ca0c282c6fp-6 18 0x1.293c2bae957b9p-16 23 0x1.a8fc4c3fc5c14p+5 1 10105096 gamma gamma electron
|
||||
510 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 50 0x1.4ff914b42058bp-18 45 0x1.a075174753f41p+5 1 10105096 gamma gamma electron
|
||||
512 0x1.eb851eb851eb9p-5 0x1.d199d47307844p-6 43 0x1.f032962bc5c7ap-13 25 0x1.4fc95811ad83dp+5 1 10105096 e- electron
|
||||
513 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 44 0x1.6d417ce63bb68p-18 61 0x1.62e043276f2dep+5 1 10105096 gamma gamma electron
|
||||
516 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebbp-5 53 0x1.eec5b4164f673p-18 49 0x1.a5ef31b8a264cp+5 1 10105096 gamma gamma electron
|
||||
520 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 44 0x1.5aa6afed97465p-18 55 0x1.533214f4e13cp+5 1 10105096 gamma gamma electron
|
||||
525 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 27 0x1.e6aefb3ddc456p-18 20 0x1.b3853c678ead1p+4 1 10105096 gamma gamma electron
|
||||
527 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebdp-5 53 0x1.9b55da8cbe5a3p-15 58 0x1.670a95e22a60ap+5 1 10105096 gamma gamma electron
|
||||
528 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 58 0x1.b4f75f73232b1p-17 54 0x1.c6a57f020b0a6p+5 1 10105096 gamma gamma electron
|
||||
531 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 83 0x1.bab8dd326464dp-14 50 0x1.5f524c95c2612p+5 1 10105096 gamma gamma electron
|
||||
534 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 42 0x1.5ef0727404c9dp-10 106 0x1.57d8706c490a6p+5 1 10105096 gamma gamma electron
|
||||
535 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 52 0x1.5f8d95fc154c2p-18 58 0x1.a28ef20371015p+5 1 10105096 gamma gamma electron
|
||||
536 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91933p-6 25 0x1.f4731ad2ed3afp-17 25 0x1.612f38bd88c88p+5 1 10105096 gamma gamma electron
|
||||
537 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 52 0x1.6f25345ec78f6p-18 66 0x1.57eb7e3aa72cep+5 1 10105096 gamma gamma electron
|
||||
543 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 51 0x1.d38cf5868837p-10 156 0x1.6d061229d1cafp+5 1 10105096 gamma gamma electron
|
||||
546 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 66 0x1.b4296520b03cp-18 53 0x1.88d24be2b223cp+5 1 10105096 gamma gamma electron
|
||||
547 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 51 0x1.a05fc9b221b94p-18 80 0x1.5b00698d3949dp+5 1 10105096 gamma gamma electron
|
||||
548 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 39 0x1.7b3cb982c33bbp-17 52 0x1.881b4df8307f4p+5 1 10105096 gamma gamma electron
|
||||
549 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 35 0x1.53c6e6e7bda62p-17 65 0x1.006cf00723c7ap+5 1 10105096 gamma gamma electron
|
||||
564 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 61 0x1.71786315c2605p-17 43 0x1.512f402a5f6d4p+5 1 10105096 gamma gamma electron
|
||||
569 0x1.eb851eb851eb9p-5 0x1.b00e5024db81cp-6 16 0x1.21f75efcf4705p-17 25 0x1.d4f96b552dc75p+5 1 10105096 gamma gamma electron
|
||||
574 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebbp-5 56 0x1.5f6e9eee3b002p-18 72 0x1.5f65ddb528aeap+5 1 10105096 gamma gamma electron
|
||||
576 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebbp-5 46 0x1.91eac9ff5cddbp-10 144 0x1.82172c0b3f161p+5 1 10105096 gamma gamma electron
|
||||
577 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 38 0x1.6c277e1d8b51ap-9 141 0x1.79f1e26d49f51p+5 1 10105096 gamma gamma electron
|
||||
579 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb3p-5 64 0x1.611c3cb896cfcp-18 52 0x1.ab7d5f8269c83p+5 1 10105096 gamma gamma electron
|
||||
580 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 61 0x1.8b4d0fbaa812dp-18 57 0x1.ce2fd9754d23ep+5 1 10105096 gamma gamma electron
|
||||
590 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 47 0x1.b2eb48434e897p-18 64 0x1.62d9cb191512bp+5 1 10105096 gamma gamma electron
|
||||
591 0x1.eb851eb851eb9p-5 0x1.be85e22cb0625p-7 16 0x1.93c41e7f53d7cp-16 14 0x1.5d45add0305ecp+5 1 10105096 gamma gamma electron
|
||||
593 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91932p-6 21 0x1.cfcf97d17ac2p-18 30 0x1.6d2cda9aa4c39p+5 1 10105096 gamma gamma electron
|
||||
594 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 58 0x1.676c6c6be8f16p-18 51 0x1.8650e053f7b3cp+5 1 10105096 gamma gamma electron
|
||||
595 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 55 0x1.aafaf594b5bfep-17 72 0x1.64d85373d959ep+5 1 10105096 gamma gamma electron
|
||||
602 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91933p-6 44 0x1.056b9e4d46b29p-15 32 0x1.4d447539e5cd7p+5 1 10105096 gamma gamma electron
|
||||
605 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 52 0x1.591e5e71bf3c2p-18 66 0x1.72bebf5ae194bp+5 1 10105096 gamma gamma electron
|
||||
614 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb5p-5 60 0x1.e8de54142221cp-18 67 0x1.89beb37d6a15fp+5 1 10105096 gamma gamma electron
|
||||
615 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebcp-5 62 0x1.d5366f13599ep-16 59 0x1.5e814cd6fd8d6p+5 1 10105096 gamma gamma electron
|
||||
624 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 60 0x1.82ed763459dddp-18 47 0x1.44a9f7bb4e4ffp+5 1 10105096 gamma gamma electron
|
||||
625 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e9193p-6 26 0x1.9b5d01d7744bdp-18 23 0x1.87f063ad3540dp+5 1 10105096 gamma gamma electron
|
||||
630 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91935p-6 27 0x1.a00e1a0e988aap-18 27 0x1.787ad33ead2c3p+5 1 10105096 gamma gamma electron
|
||||
632 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dcap-6 33 0x1.30de8bc4d8fa5p-17 26 0x1.509f2a11f9c1bp+5 1 10105096 gamma gamma electron
|
||||
633 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91932p-6 34 0x1.967429f3c315dp-16 27 0x1.f1a9744585352p+5 1 10105096 gamma gamma electron
|
||||
634 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 53 0x1.03cd11f1325cfp-17 52 0x1.75061570b13eap+5 1 10105096 gamma gamma electron
|
||||
636 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 60 0x1.19d4031f6618ap-16 57 0x1.ba2fbcd0a2815p+5 1 10105096 gamma gamma electron
|
||||
644 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 52 0x1.09e3c02fbcb1ap-9 69 0x1.ca907d13c1484p+5 1 10105096 gamma gamma electron
|
||||
647 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb5p-5 74 0x1.12fcbfd7edb4p-9 61 0x1.6120539d9757ap+5 1 10105096 gamma gamma electron
|
||||
651 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 69 0x1.6abf2ffb36267p-18 59 0x1.14d366f1bf4d5p+5 1 10105096 gamma gamma electron
|
||||
652 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 27 0x1.85f2dd3bafbe5p-18 26 0x1.00c67aa486dep+5 1 10105096 gamma gamma electron
|
||||
661 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 27 0x1.381367c880524p-17 33 0x1.68f21f65b4cb5p+5 1 10105096 gamma gamma electron
|
||||
662 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 60 0x1.1dec7fe361cd5p-17 50 0x1.c4c23fe4b1d1ep+5 1 10105096 gamma gamma electron
|
||||
663 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb5p-5 56 0x1.1b74f88069091p-16 62 0x1.52ba3e7b116bdp+5 1 10105096 gamma gamma electron
|
||||
670 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 45 0x1.5888f11932c42p-18 62 0x1.5f7c966426b8dp+5 1 10105096 gamma gamma electron
|
||||
675 0x1.eb851eb851eb9p-5 0x1.7300e3e2b079dp-7 24 0x1.30d251922abdep-15 10 0x1.4e95b4657a928p+5 1 10105096 e- electron
|
||||
681 0x1.eb851eb851eb9p-5 0x1.3a140aa35f17dp-5 48 0x1.769b34c52a55ap-14 42 0x1.90ba914276c3ap+5 1 10105096 gamma gamma electron
|
||||
684 0x1.eb851eb851eb9p-5 0x1.b8928324e30e3p-7 19 0x1.3f20ce11e71bfp-12 10 0x1.64a6ecd9bfdd1p+5 1 10105096 gamma gamma electron
|
||||
688 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebbp-5 76 0x1.9e7d2e252aa5dp-18 50 0x1.7657bc05eefabp+5 1 10105096 gamma gamma electron
|
||||
689 0x1.eb851eb851eb9p-5 0x1.8acf8a81225b6p-6 55 0x1.43deda741e591p-17 22 0x1.2df562e88b70fp+5 1 10105096 gamma gamma electron
|
||||
693 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dcap-6 36 0x1.10fd55a0f2bbfp-16 21 0x1.53169f93d2323p+5 1 10105096 gamma gamma electron
|
||||
696 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb5p-5 67 0x1.88cd3e63ec9a6p-17 53 0x1.19757ef64aff2p+5 1 10105096 gamma gamma electron
|
||||
701 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 54 0x1.7f789179dfb42p-10 154 0x1.840117b88aa42p+5 1 10105096 gamma gamma electron
|
||||
705 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 71 0x1.f58d295ac9454p-10 162 0x1.6351c4f157011p+5 1 10105096 gamma gamma electron
|
||||
707 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dc9p-6 25 0x1.bc0a20b7c59d4p-18 30 0x1.1a31eea76ba9fp+6 1 10105096 gamma gamma electron
|
||||
709 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 33 0x1.32911b038c77fp-16 24 0x1.927a0ddd3b387p+5 1 10105096 gamma gamma electron
|
||||
711 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 61 0x1.978923413b978p-18 59 0x1.7f5422c6441d3p+5 1 10105096 gamma gamma electron
|
||||
714 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 49 0x1.887baf8a4f914p-18 65 0x1.65cbe95c53dc9p+5 1 10105096 gamma gamma electron
|
||||
716 0x1.eb851eb851eb9p-5 0x1.07484ee2b3ae6p-5 41 0x1.8e38e6b561828p-17 32 0x1.d3850200b5666p+5 1 10105096 gamma gamma electron
|
||||
717 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91931p-6 44 0x1.49aecad4eceaap-17 26 0x1.8092c88c55641p+5 1 10105096 gamma gamma electron
|
||||
721 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91937p-6 22 0x1.85d03197dc11fp-17 31 0x1.985cbcaade145p+5 1 10105096 gamma gamma electron
|
||||
725 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 65 0x1.b1c6945e8d18p-18 53 0x1.72f1131829a19p+5 1 10105096 gamma gamma electron
|
||||
727 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 55 0x1.6bc24301e4b54p-10 84 0x1.5bd845e33be64p+5 1 10105096 gamma gamma electron
|
||||
729 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dcfp-6 28 0x1.4e6f52bc63392p-16 24 0x1.474933afc03a8p+5 1 10105096 gamma gamma electron
|
||||
733 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebdp-5 75 0x1.f04fdd4e1bd5ap-18 58 0x1.1751ee4b33b93p+5 1 10105096 gamma gamma electron
|
||||
737 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 70 0x1.aa5cdd1323dbap-17 49 0x1.3e19a95b76987p+5 1 10105096 gamma gamma electron
|
||||
742 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebcp-5 72 0x1.5689f74ab3808p-18 55 0x1.b8419cf58511cp+5 1 10105096 gamma gamma electron
|
||||
743 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 49 0x1.156d5f7e37afbp-9 87 0x1.a48d39bdfaecdp+5 1 10105096 gamma gamma electron
|
||||
744 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dcdp-6 26 0x1.69a0e049c8ad3p-17 32 0x1.2064391c8f683p+5 1 10105096 gamma gamma electron
|
||||
749 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 32 0x1.731054925e3eap-17 32 0x1.37fb37eed17adp+5 1 10105096 gamma gamma electron
|
||||
751 0x1.eb851eb851eb9p-5 0x1.33e67d739fee3p-6 37 0x1.99477c63a5b65p-11 18 0x1.6f4622557285ep+5 1 10105096 gamma gamma electron
|
||||
753 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb3p-5 70 0x1.95239af567d58p-16 56 0x1.77df45d88cfbep+5 1 10105096 gamma gamma electron
|
||||
755 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 61 0x1.9ba440efc4b48p-18 64 0x1.7d0e7790b64dep+5 1 10105096 gamma gamma electron
|
||||
756 0x1.eb851eb851eb9p-5 0x1.76deef0e4034ap-5 45 0x1.ba2c7360b90ecp-18 44 0x1.5a1a6a74763d7p+5 1 10105096 gamma gamma electron
|
||||
758 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebep-5 65 0x1.68afd6b38a9a9p-10 72 0x1.3430cd0046c3dp+5 1 10105096 gamma gamma electron
|
||||
759 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 48 0x1.7c76c397c9788p-17 54 0x1.4679888c7b01p+5 1 10105096 gamma gamma electron
|
||||
760 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dcap-6 29 0x1.9dd9e15212551p-10 80 0x1.6ef35e0f5462fp+5 1 10105096 gamma gamma electron
|
||||
762 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb5p-5 67 0x1.67fafcf79506ap-18 48 0x1.1eb169f29ad3dp+5 1 10105096 gamma gamma electron
|
||||
764 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 60 0x1.ff2b130d13e34p-18 58 0x1.6e7cd6551991ap+5 1 10105096 gamma gamma electron
|
||||
765 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb3p-5 66 0x1.0ed2c4ee2933cp-17 48 0x1.33db64887f3d1p+5 1 10105096 gamma gamma electron
|
||||
767 0x1.eb851eb851eb9p-5 0x1.be85e22cb0623p-7 16 0x1.576307331d9b9p-12 10 0x1.aaa68af20ba0ep+5 1 10105096 gamma gamma electron
|
||||
768 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 53 0x1.57033f179327p-15 58 0x1.cabdb8605fa61p+5 1 10105096 gamma gamma electron
|
||||
771 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 52 0x1.7c205f0d3c295p-18 63 0x1.379a52ecf1783p+5 1 10105096 gamma gamma electron
|
||||
772 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91933p-6 32 0x1.d67e393aa0332p-13 20 0x1.19e105fb856a8p+5 1 10105096 gamma gamma electron
|
||||
773 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 52 0x1.848b22e21a9f9p-18 73 0x1.6cd5d510d5b91p+5 1 10105096 gamma gamma electron
|
||||
774 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebbp-5 65 0x1.6a31260bb6ap-17 59 0x1.a58a084c7f3edp+5 1 10105096 gamma gamma electron
|
||||
776 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 47 0x1.aeeb1416ee71cp-18 72 0x1.5055fd83cf3b6p+5 1 10105096 gamma gamma electron
|
||||
777 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebbp-5 64 0x1.2b6b2eab33555p-17 46 0x1.a8511a812a6dfp+4 1 10105096 gamma gamma electron
|
||||
780 0x1.eb851eb851eb9p-5 0x1.a113e15e5449p-6 22 0x1.6d10456674124p-18 26 0x1.aed4e549e5208p+5 1 10105096 gamma gamma electron
|
||||
781 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dd1p-6 29 0x1.93c2323d091c9p-15 31 0x1.cbc7fffae232fp+5 1 10105096 gamma gamma electron
|
||||
791 0x1.eb851eb851eb9p-5 0x1.baaeb29a46e9fp-5 50 0x1.06de761948a63p-13 43 0x1.c48224cb68f9p+5 1 10105096 e- electron
|
||||
794 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 57 0x1.7d8f13fa149b4p-18 75 0x1.9db1145fc864cp+5 1 10105096 gamma gamma electron
|
||||
798 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91937p-6 39 0x1.5ba725b9f5768p-15 23 0x1.9cc4109cbeae6p+5 1 10105096 gamma gamma electron
|
||||
803 0x1.eb851eb851eb9p-5 0x1.9600b0a947ddbp-5 61 0x1.adadc443e3ef7p-17 43 0x1.5071d2e2a550bp+5 1 10105096 gamma gamma electron
|
||||
804 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 54 0x1.51e1d2e9183bfp-18 72 0x1.af142060a0c37p+5 1 10105096 gamma gamma electron
|
||||
806 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91935p-6 17 0x1.52d95d019a0c8p-18 34 0x1.547fb2e728dc3p+5 1 10105096 gamma gamma electron
|
||||
810 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91932p-6 31 0x1.0879ef5a4256ap-15 30 0x1.548be209f218cp+5 1 10105096 gamma gamma electron
|
||||
813 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91935p-6 37 0x1.cce023e99618p-18 22 0x1.327f50ef70b1dp+5 1 10105096 gamma gamma electron
|
||||
818 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91937p-6 25 0x1.5e1bb5d6fc63p-18 22 0x1.4d0f9c2dbd123p+5 1 10105096 gamma gamma electron
|
||||
820 0x1.eb851eb851eb9p-5 0x1.b00e5024db818p-6 20 0x1.b661ebe12e0f8p-18 24 0x1.27170508c7165p+5 1 10105096 gamma gamma electron
|
||||
824 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebcp-5 63 0x1.7af36cf581a86p-10 64 0x1.5da18ab0268edp+5 1 10105096 gamma gamma electron
|
||||
826 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebcp-5 58 0x1.a1a0ef570edebp-18 53 0x1.499eda8cd213fp+5 1 10105096 gamma gamma electron
|
||||
834 0x1.eb851eb851eb9p-5 0x1.b00e5024db81bp-6 27 0x1.06665ec7fcddbp-17 23 0x1.6ae39f17faf13p+5 1 10105096 gamma gamma electron
|
||||
836 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebcp-5 54 0x1.054414b4e85ccp-16 58 0x1.cafc2d53cfffp+5 1 10105096 gamma gamma electron
|
||||
838 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91932p-6 35 0x1.d92b3068f2d69p-18 23 0x1.abca2be727b6ap+5 1 10105096 gamma gamma electron
|
||||
845 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 53 0x1.675af76b87e3p-16 66 0x1.9acefd9cc24cep+5 1 10105096 gamma gamma electron
|
||||
846 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 32 0x1.f7d669faf48d9p-18 25 0x1.b7ee3cd38c2e1p+5 1 10105096 gamma gamma electron
|
||||
851 0x1.eb851eb851eb9p-5 0x1.bda7037fb7192p-5 51 0x1.6ae547da56c1ap-11 46 0x1.752cc92234d24p+5 1 10105096 gamma gamma electron
|
||||
852 0x1.eb851eb851eb9p-5 0x1.0d774c67b79f3p-6 22 0x1.d7b6d103e7ee8p-15 19 0x1.3da00ce9efcedp+5 1 10105096 gamma gamma electron
|
||||
853 0x1.eb851eb851eb9p-5 0x1.2977ab57002b6p-5 46 0x1.b84a138108c62p-17 32 0x1.d1cebc4f0aa42p+5 1 10105096 e- electron
|
||||
854 0x1.eb851eb851eb9p-5 0x1.4c08ed0e8bb43p-6 20 0x1.fa5c378759eb3p-17 22 0x1.890e4af578032p+5 1 10105096 gamma gamma electron
|
||||
858 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 68 0x1.91322eddce0a2p-17 56 0x1.340e57a5e3972p+5 1 10105096 gamma gamma electron
|
||||
864 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 70 0x1.021d9ba96e22fp-9 182 0x1.6851af4d80f67p+5 1 10105096 gamma gamma electron
|
||||
865 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 47 0x1.a931899a5f2e3p-17 49 0x1.6204ed8eeda52p+5 1 10105096 gamma gamma electron
|
||||
869 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91933p-6 39 0x1.1df5df3de8079p-14 23 0x1.fab1cd918532p+4 1 10105096 gamma gamma electron
|
||||
873 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 54 0x1.d02f33e38f543p-17 43 0x1.3364ca2ee2a92p+5 1 10105096 gamma gamma electron
|
||||
875 0x1.eb851eb851eb9p-5 0x1.b00e5024db81dp-6 21 0x1.74132d0445e14p-16 37 0x1.ab170f515516ep+5 1 10105096 gamma gamma electron
|
||||
876 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 33 0x1.c22b39593daa4p-14 29 0x1.8500ed7481809p+5 1 10105096 gamma gamma electron
|
||||
877 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 63 0x1.82620e546e0a3p-18 55 0x1.1f4a6c11c907p+5 1 10105096 gamma gamma electron
|
||||
880 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebcp-5 49 0x1.60320483cc692p-18 65 0x1.385ec4dece9a2p+5 1 10105096 gamma gamma electron
|
||||
882 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dccp-6 38 0x1.b2230dffed7efp-14 35 0x1.8340ce2bbef22p+5 1 10105096 gamma gamma electron
|
||||
884 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 58 0x1.c8c3ad17cc7e4p-9 108 0x1.75d748b209748p+5 1 10105096 gamma gamma electron
|
||||
888 0x1.eb851eb851eb9p-5 0x1.b00e5024db819p-6 29 0x1.2ae8db33828fap-16 22 0x1.3b678e88506c8p+5 1 10105096 gamma gamma electron
|
||||
889 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 65 0x1.3d842643e1fa5p-17 73 0x1.7190a6867237fp+5 1 10105096 gamma gamma electron
|
||||
892 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91936p-6 38 0x1.584c4c5b7661dp-17 30 0x1.a9070ff771bacp+5 1 10105096 gamma gamma electron
|
||||
894 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dccp-6 46 0x1.762024beb9a53p-18 25 0x1.9dff5ddad5908p+5 1 10105096 gamma gamma electron
|
||||
896 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 71 0x1.7021babbf695bp-10 150 0x1.789cfa393bd57p+5 1 10105096 gamma gamma electron
|
||||
900 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 57 0x1.4eb0ee06e8f92p-10 65 0x1.513318ef0a557p+5 1 10105096 gamma gamma electron
|
||||
901 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 69 0x1.84c1de9c6d41ap-16 40 0x1.6bae3ce186d88p+5 1 10105096 gamma gamma electron
|
||||
905 0x1.eb851eb851eb9p-5 0x1.4c08ed0e8bb4p-6 20 0x1.05e02c7e2917ep-14 13 0x1.d8696d73462aap+4 1 10105096 gamma gamma electron
|
||||
906 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91937p-6 29 0x1.053e9a448ee22p-16 27 0x1.849a5ac20e505p+5 1 10105096 gamma gamma electron
|
||||
914 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb4p-5 54 0x1.6e4c5cb9063b3p-18 52 0x1.adb736ab8e6b1p+5 1 10105096 gamma gamma electron
|
||||
916 0x1.eb851eb851eb9p-5 0x1.b116228134481p-6 24 0x1.3d1b109a65ad8p-16 23 0x1.ceba7fc48a801p+4 1 10105096 gamma gamma electron
|
||||
924 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 63 0x1.c342157c09c3fp-18 54 0x1.b3acf9443a438p+5 1 10105096 gamma gamma electron
|
||||
925 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebbp-5 49 0x1.889492c49bbe9p-10 66 0x1.7276e8a813c9ep+5 1 10105096 gamma gamma electron
|
||||
936 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb4p-5 65 0x1.5528b9f679c9ep-18 64 0x1.35bf18780e202p+5 1 10105096 gamma gamma electron
|
||||
939 0x1.eb851eb851eb9p-5 0x1.b00e5024db81ap-6 31 0x1.e2d9cfe72c0ecp-18 34 0x1.b3b1bfca2a1c8p+5 1 10105096 gamma gamma electron
|
||||
940 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dc9p-6 22 0x1.f7a59da339d71p-18 32 0x1.b6e4fc662956dp+5 1 10105096 gamma gamma electron
|
||||
943 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebbp-5 53 0x1.50e0aceec9001p-16 38 0x1.a47565c68602bp+5 1 10105096 gamma gamma electron
|
||||
945 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 73 0x1.0860d33fb8b64p-9 61 0x1.681fb06e822cdp+5 1 10105096 gamma gamma electron
|
||||
947 0x1.eb851eb851eb9p-5 0x1.595ae3212765cp-5 55 0x1.fe1a8b6156926p-14 53 0x1.43d31e8d617c4p+5 1 10105096 gamma gamma electron
|
||||
948 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 56 0x1.2fd9ebc147137p-17 59 0x1.74490a084198ap+5 1 10105096 gamma gamma electron
|
||||
951 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91936p-6 40 0x1.96c09e2b6cd47p-15 28 0x1.3939893e1b2dep+5 1 10105096 gamma gamma electron
|
||||
956 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 28 0x1.70369d5267893p-14 22 0x1.57478fb3b4986p+5 1 10105096 gamma gamma electron
|
||||
960 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91937p-6 25 0x1.b8fd790925441p-16 19 0x1.2a568e538d959p+5 1 10105096 gamma gamma electron
|
||||
964 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 65 0x1.08ee424ff51a8p-16 52 0x1.5ffc36802d3f9p+5 1 10105096 gamma gamma electron
|
||||
971 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 54 0x1.2276defb17185p-9 136 0x1.53f3e2ecc6a9bp+5 1 10105096 gamma gamma electron
|
||||
975 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91936p-6 28 0x1.1a0073a623a0ap-14 29 0x1.049260e548495p+5 1 10105096 gamma gamma electron
|
||||
977 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91932p-6 28 0x1.911facac923ap-17 26 0x1.5fe7f14078cddp+5 1 10105096 gamma gamma electron
|
||||
978 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 40 0x1.1d83682805207p-14 27 0x1.66e991048f482p+5 1 10105096 gamma gamma electron
|
||||
987 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 55 0x1.d55369d54e66ep-18 70 0x1.454f5d55a194p+5 1 10105096 gamma gamma electron
|
||||
988 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 57 0x1.6d42b3c3dea26p-9 55 0x1.564cd822422b2p+5 1 10105096 gamma gamma electron
|
||||
989 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91935p-6 35 0x1.7b840858fcfe6p-18 34 0x1.6bf3ca6711d0ap+5 1 10105096 gamma gamma electron
|
||||
990 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 67 0x1.5416b07a4e43fp-18 79 0x1.93a107e036677p+5 1 10105096 gamma gamma electron
|
||||
997 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 58 0x1.95b95290f917bp-18 55 0x1.6bb87716aac0fp+5 1 10105096 gamma gamma electron
|
||||
998 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91937p-6 31 0x1.4d3443cade923p-17 23 0x1.84b8ff357913p+5 1 10105096 gamma gamma electron
|
||||
|
||||
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
|
||||
|
||||
|
||||
**************************************************************
|
||||
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-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.060000s Real=1.096239s Sys=0.040000s
|
||||
User=0.650000s Real=0.701302s Sys=0.050000s
|
||||
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-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-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-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-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=23.030000s Real=23.439111s Sys=0.000000s
|
||||
User=14.480000s Real=15.402534s Sys=0.010000s
|
||||
... 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-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-2025)
|
||||
Copyright : Geant4 Collaboration
|
||||
References : NIM A 506 (2003), 250-303
|
||||
: IEEE-TNS 53 (2006), 270-278
|
||||
@@ -1292,7 +1292,7 @@ Setting was ignored.
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 1000
|
||||
User=0.690000s Real=0.695948s Sys=0.000000s
|
||||
User=0.410000s Real=0.413646s 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-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-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.01 seconds
|
||||
Total CPU time elapsed for geometry optimisation: 0 seconds
|
||||
|
||||
Voxelisation: top CPU users:
|
||||
Percent Total CPU System CPU Memory Volume
|
||||
------- ---------- ---------- -------- ----------
|
||||
100.00 0.01 0.00 1k World
|
||||
0.00 0.00 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.01 World
|
||||
69.08 0k 3 9 24 0.00 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.002585s Sys=0.010000s
|
||||
User=0.010000s Real=0.001494s Sys=0.000000s
|
||||
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 0x19a0c20
|
||||
UserDetectorConstruction deleted 0x23dc000
|
||||
XrayFluoDetectorConstruction deleted
|
||||
UserPhysicsList deleted 0x1a227f0
|
||||
UserActionInitialization deleted 0x1a78910
|
||||
UserPhysicsList deleted 0x245dbd0
|
||||
UserActionInitialization deleted 0x24b3cf0
|
||||
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-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-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.008172s Sys=0.000000s
|
||||
User=0.010000s Real=0.004784s Sys=0.000000s
|
||||
##########################################
|
||||
================== Deleting memory pools ===================
|
||||
Number of memory pools allocated: 9 of which, static: 0
|
||||
|
||||
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
|
||||
|
||||
|
||||
**************************************************************
|
||||
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-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-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-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-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-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-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-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-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-2025)
|
||||
Copyright : Geant4 Collaboration
|
||||
References : NIM A 506 (2003), 250-303
|
||||
: IEEE-TNS 53 (2006), 270-278
|
||||
@@ -744,7 +744,7 @@ Setting was ignored.
|
||||
--------------------End of Global Run-----------------------
|
||||
The run was 10000 events Nb of 'good' e+ annihilations: 1306
|
||||
Total dose in patient : 306.658 picoGy
|
||||
Total dose in patient : 3.06658e-10 [sigma: 1.74008e-14 | error: 0.00567435 | coeff: 0.00567435 | eff: 1 | fom: 31057.6 | r2int: 3.2195e-05 | r2eff: 0 | hits: 10000 ] Gy
|
||||
Total dose in patient : 3.06658e-10 [sigma: 1.74008e-14 | error: 0.00567435 | coeff: 0.00567435 | eff: 1 | fom: 1 | r2int: 3.2195e-05 | r2eff: 0 | hits: 10000 ] Gy
|
||||
------------------------------------------------------------
|
||||
|
||||
... write file : scoring.root - done
|
||||
|
||||
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
|
||||
|
||||
|
||||
**************************************************************
|
||||
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-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-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-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-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-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-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-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 0xc126d0
|
||||
### deleting chargedFilter 0x22c96d0
|
||||
|
||||
+133
-151
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
|
||||
|
||||
|
||||
**************************************************************
|
||||
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-2025)
|
||||
Copyright : Geant4 Collaboration
|
||||
References : NIM A 506 (2003), 250-303
|
||||
: IEEE-TNS 53 (2006), 270-278
|
||||
@@ -1018,23 +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.9867880803662 (nsec)
|
||||
Hodoscope[7] 4.9867880803636 (nsec)
|
||||
Hodoscope 2 has 1 hits.
|
||||
Hodoscope[10] 42.693788135597 (nsec)
|
||||
Hodoscope[10] 42.694175410591 (nsec)
|
||||
Drift Chamber 1 has 5 hits.
|
||||
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
|
||||
Layer[0] : time 6.6709548376126 (nsec) --- local (x,y) -0.0071790725864062, -0.0038273757010506
|
||||
Layer[1] : time 8.3387769383046 (nsec) --- local (x,y) -0.0051031539599598, -0.010969225352162
|
||||
Layer[2] : time 10.006599039029 (nsec) --- local (x,y) -0.00028456726016277, -0.01731055311623
|
||||
Layer[3] : time 11.674421139707 (nsec) --- local (x,y) 0.0050726299908207, -0.022155986908707
|
||||
Layer[4] : time 13.342243240272 (nsec) --- local (x,y) 0.0049844566799529, -0.025522293651726
|
||||
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)
|
||||
Layer[0] : time 34.366855222288 (nsec) --- local (x,y) -82.645324198456, -0.085299234844327
|
||||
Layer[1] : time 36.035589601877 (nsec) --- local (x,y) -99.185241586968, -0.091288252013046
|
||||
Layer[2] : time 37.704324382097 (nsec) --- local (x,y) -115.72879060121, -0.098989280762928
|
||||
Layer[3] : time 39.373059300523 (nsec) --- local (x,y) -132.27359247737, -0.10666883565576
|
||||
Layer[4] : time 41.041794225887 (nsec) --- local (x,y) -148.81845569564, -0.11630689283427
|
||||
EM Calorimeter has 2 hits. Total Edep is 235.12898420568 (MeV)
|
||||
Hadron Calorimeter has 10 hits. Total Edep is 665.77128877414 (MeV)
|
||||
... write file : B5.root - done
|
||||
... write file : B5ntuple.root - done
|
||||
... close file : B5.root - done
|
||||
@@ -1048,25 +1048,23 @@ Hadron Calorimeter has 3 hits. Total Edep is 59.625293784381 (MeV)
|
||||
|
||||
>>> Event 0 >>> Simulation truth : e+ (0,0,100000)
|
||||
Hodoscope 1 has 1 hits.
|
||||
Hodoscope[7] 4.9867832233744 (nsec)
|
||||
Hodoscope 2 has 2 hits.
|
||||
Hodoscope[9] 43.186679882067 (nsec)
|
||||
Hodoscope[23] 1000.1643966852 (nsec)
|
||||
Hodoscope[7] 4.9867832235115 (nsec)
|
||||
Hodoscope 2 has 1 hits.
|
||||
Hodoscope[7] 43.207308999652 (nsec)
|
||||
Drift Chamber 1 has 5 hits.
|
||||
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)
|
||||
Layer[0] : time 6.6709483405378 (nsec) --- local (x,y) -0.017512808010046, 0.009342474979959
|
||||
Layer[1] : time 8.3387688167976 (nsec) --- local (x,y) -0.026040789110633, 0.00948498845382
|
||||
Layer[2] : time 10.006589293082 (nsec) --- local (x,y) -0.034674656898673, 0.01157907480862
|
||||
Layer[3] : time 11.67440976927 (nsec) --- local (x,y) -0.041605327146968, 0.0134260984674
|
||||
Layer[4] : time 13.342230245427 (nsec) --- local (x,y) -0.046419711274132, 0.017546717754449
|
||||
Drift Chamber 2 has 5 hits.
|
||||
Layer[0] : time 34.84733329015 (nsec) --- local (x,y) -236.78295462462, 0.054764096762511
|
||||
Layer[1] : time 36.522611213895 (nsec) --- local (x,y) -284.11882767231, 0.056274931719414
|
||||
Layer[2] : time 38.197889072743 (nsec) --- local (x,y) -331.45449430518, 0.057452780011912
|
||||
Layer[3] : time 39.873167342481 (nsec) --- local (x,y) -378.79146789877, 0.056928757942332
|
||||
Layer[4] : time 41.548446607831 (nsec) --- local (x,y) -426.13160814554, 0.05675663039572
|
||||
EM Calorimeter has 43 hits. Total Edep is 81212.116042201 (MeV)
|
||||
Hadron Calorimeter has 9 hits. Total Edep is 70.382564827788 (MeV)
|
||||
... write file : B5.root - done
|
||||
... write file : B5ntuple.root - done
|
||||
... close file : B5.root - done
|
||||
@@ -1080,26 +1078,30 @@ Hadron Calorimeter has 7 hits. Total Edep is 25.974221830826 (MeV)
|
||||
|
||||
>>> Event 0 >>> Simulation truth : proton (0,0,10000)
|
||||
Hodoscope 1 has 1 hits.
|
||||
Hodoscope[7] 5.0086864764731 (nsec)
|
||||
Hodoscope[7] 5.008686251445 (nsec)
|
||||
Hodoscope 2 has 1 hits.
|
||||
Hodoscope[9] 43.371765584511 (nsec)
|
||||
Drift Chamber 1 has 5 hits.
|
||||
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)
|
||||
Hodoscope[9] 43.374889512312 (nsec)
|
||||
Drift Chamber 1 has 12 hits.
|
||||
Layer[0] : time 6.7002567368323 (nsec) --- local (x,y) 0.00090513619006177, 0.0072584627732603
|
||||
Layer[0] : time 6.7634185901601 (nsec) --- local (x,y) -68.828228049157, 81.966850468832
|
||||
Layer[1] : time 8.3754124269883 (nsec) --- local (x,y) 0.0036021827516564, -0.12584929092127
|
||||
Layer[1] : time 8.6557936515686 (nsec) --- local (x,y) 192.69466460455, -60.143672597421
|
||||
Layer[1] : time 8.5688189931863 (nsec) --- local (x,y) -249.78564489715, 87.191415180229
|
||||
Layer[2] : time 10.050570091236 (nsec) --- local (x,y) -0.032990376922309, -0.23347770392994
|
||||
Layer[2] : time 10.812111323928 (nsec) --- local (x,y) 565.78565143643, -170.22436068523
|
||||
Layer[2] : time 10.348805892686 (nsec) --- local (x,y) -368.5010901991, 127.47542836753
|
||||
Layer[3] : time 11.725727903802 (nsec) --- local (x,y) -0.073165322930585, -0.33907950299759
|
||||
Layer[3] : time 12.97563644318 (nsec) --- local (x,y) 944.72776536248, -253.24632099936
|
||||
Layer[3] : time 12.122864760899 (nsec) --- local (x,y) -390.68252917596, 272.67049985066
|
||||
Layer[4] : time 13.400885849731 (nsec) --- local (x,y) -0.12618184988731, -0.46661970620024
|
||||
Drift Chamber 2 has 5 hits.
|
||||
Layer[0] : time 35.000660969838 (nsec) --- local (x,y) -149.91999461327, -2.504630298768
|
||||
Layer[1] : time 36.678798562723 (nsec) --- local (x,y) -179.7412092079, -2.7030898180139
|
||||
Layer[2] : time 38.356936118452 (nsec) --- local (x,y) -209.56173133487, -2.8904568352911
|
||||
Layer[3] : time 40.035070675334 (nsec) --- local (x,y) -239.36675639351, -3.0632606170676
|
||||
Layer[4] : time 41.713202215953 (nsec) --- local (x,y) -269.15592896918, -3.2208764037551
|
||||
EM Calorimeter has 4 hits. Total Edep is 214.12490829474 (MeV)
|
||||
Hadron Calorimeter has 8 hits. Total Edep is 386.34376744746 (MeV)
|
||||
... write file : B5.root - done
|
||||
... write file : B5ntuple.root - done
|
||||
... close file : B5.root - done
|
||||
@@ -1113,45 +1115,25 @@ Hadron Calorimeter has 12 hits. Total Edep is 507.04897585101 (MeV)
|
||||
|
||||
>>> Event 0 >>> Simulation truth : pi+ (-0,0,10000)
|
||||
Hodoscope 1 has 1 hits.
|
||||
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.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)
|
||||
Hodoscope[7] 4.9872690154676 (nsec)
|
||||
Hodoscope 2 has 1 hits.
|
||||
Hodoscope[10] 42.694160372826 (nsec)
|
||||
Drift Chamber 1 has 7 hits.
|
||||
Layer[0] : time 6.6715982803152 (nsec) --- local (x,y) -0.32004793957364, 0.10887412106599
|
||||
Layer[1] : time 8.3395813250071 (nsec) --- local (x,y) -0.38819795650112, 0.21658071769735
|
||||
Layer[1] : time 8.6247853466188 (nsec) --- local (x,y) -6.3149124040296, -52.385891717831
|
||||
Layer[1] : time 8.819303127126 (nsec) --- local (x,y) -36.970173492182, -53.690775948114
|
||||
Layer[2] : time 10.00756440898 (nsec) --- local (x,y) -0.46298747492659, 0.35799804466798
|
||||
Layer[3] : time 11.675547501186 (nsec) --- local (x,y) -0.53179553959907, 0.50635816389898
|
||||
Layer[4] : time 13.343530605265 (nsec) --- local (x,y) -0.63907113753077, 0.63779986425163
|
||||
Drift Chamber 2 has 5 hits.
|
||||
Layer[0] : time 34.366123811111 (nsec) --- local (x,y) -83.345546218783, 3.5442660445726
|
||||
Layer[1] : time 36.035000098051 (nsec) --- local (x,y) -99.710157648691, 3.7105879582832
|
||||
Layer[2] : time 37.703877294273 (nsec) --- local (x,y) -116.08327351526, 3.855497742224
|
||||
Layer[3] : time 39.372756547723 (nsec) --- local (x,y) -132.47523154275, 3.9946980485264
|
||||
Layer[4] : time 41.041634880494 (nsec) --- local (x,y) -148.85879895926, 4.1261291907428
|
||||
EM Calorimeter has 35 hits. Total Edep is 314.99438635481 (MeV)
|
||||
Hadron Calorimeter has 11 hits. Total Edep is 502.4299754728 (MeV)
|
||||
... write file : B5.root - done
|
||||
... write file : B5ntuple.root - done
|
||||
... close file : B5.root - done
|
||||
@@ -1163,25 +1145,25 @@ Hadron Calorimeter has 9 hits. Total Edep is 24.442436342384 (MeV)
|
||||
... open analysis file : B5.root - done
|
||||
--> Event 0 starts.
|
||||
|
||||
>>> Event 0 >>> Simulation truth : e+ (-0,0,10000)
|
||||
>>> Event 0 >>> Simulation truth : e+ (0,0,10000)
|
||||
Hodoscope 1 has 1 hits.
|
||||
Hodoscope[7] 4.986783238963 (nsec)
|
||||
Hodoscope[7] 4.9867832915113 (nsec)
|
||||
Hodoscope 2 has 1 hits.
|
||||
Hodoscope[9] 43.187963466962 (nsec)
|
||||
Hodoscope[9] 43.182267134868 (nsec)
|
||||
Drift Chamber 1 has 5 hits.
|
||||
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
|
||||
Layer[0] : time 6.6709484988921 (nsec) --- local (x,y) -0.24166829035295, 0.27933696851971
|
||||
Layer[1] : time 8.3387691140537 (nsec) --- local (x,y) -0.42359773808473, 0.36472208735227
|
||||
Layer[2] : time 10.006589846451 (nsec) --- local (x,y) -0.67194756286824, 0.48522224408972
|
||||
Layer[3] : time 11.674410722048 (nsec) --- local (x,y) -0.98857536824181, 0.62082410864162
|
||||
Layer[4] : time 13.342231661012 (nsec) --- local (x,y) -1.3333941626328, 0.75948829349192
|
||||
Drift Chamber 2 has 5 hits.
|
||||
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)
|
||||
Layer[0] : time 34.840913675404 (nsec) --- local (x,y) -170.94164034962, 2.5521353270068
|
||||
Layer[1] : time 36.51245476442 (nsec) --- local (x,y) -204.3575050637, 2.7396222618028
|
||||
Layer[2] : time 38.18400040141 (nsec) --- local (x,y) -237.79377338334, 2.9335258402149
|
||||
Layer[3] : time 39.855548385469 (nsec) --- local (x,y) -271.24068798247, 3.1083845530468
|
||||
Layer[4] : time 41.527098508335 (nsec) --- local (x,y) -304.69739047729, 3.2445847246182
|
||||
EM Calorimeter has 19 hits. Total Edep is 9550.3319157209 (MeV)
|
||||
Hadron Calorimeter has 2 hits. Total Edep is 0.42847275266976 (MeV)
|
||||
... write file : B5.root - done
|
||||
... write file : B5ntuple.root - done
|
||||
... close file : B5.root - done
|
||||
@@ -1195,23 +1177,23 @@ Hadron Calorimeter has 5 hits. Total Edep is 2.7268892424804 (MeV)
|
||||
|
||||
>>> Event 0 >>> Simulation truth : proton (0,0,1000)
|
||||
Hodoscope 1 has 1 hits.
|
||||
Hodoscope[7] 6.8390716061372 (nsec)
|
||||
Hodoscope[7] 6.8389890639894 (nsec)
|
||||
Hodoscope 2 has 1 hits.
|
||||
Hodoscope[9] 59.408967766332 (nsec)
|
||||
Hodoscope[9] 59.432989551711 (nsec)
|
||||
Drift Chamber 1 has 5 hits.
|
||||
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
|
||||
Layer[0] : time 9.1530069090469 (nsec) --- local (x,y) 0.89884682112627, 0.54195130305905
|
||||
Layer[1] : time 11.444977234845 (nsec) --- local (x,y) 2.4739301910603, 2.4425052417595
|
||||
Layer[2] : time 13.73724144504 (nsec) --- local (x,y) 3.9362117794298, 4.5635501979636
|
||||
Layer[3] : time 16.029661701383 (nsec) --- local (x,y) 5.3389051708188, 6.4161444490689
|
||||
Layer[4] : time 18.3222651363 (nsec) --- local (x,y) 6.829237031231, 8.1603036332532
|
||||
Drift Chamber 2 has 5 hits.
|
||||
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)
|
||||
Layer[0] : time 47.949930298016 (nsec) --- local (x,y) -139.80057529208, 30.688192541466
|
||||
Layer[1] : time 50.250597533605 (nsec) --- local (x,y) -171.76619078017, 31.309787377698
|
||||
Layer[2] : time 52.551527880509 (nsec) --- local (x,y) -203.66950417852, 31.773622298429
|
||||
Layer[3] : time 54.852612296879 (nsec) --- local (x,y) -235.29763327304, 32.460029198979
|
||||
Layer[4] : time 57.153930294673 (nsec) --- local (x,y) -267.00271480398, 33.268076305466
|
||||
EM Calorimeter has 2 hits. Total Edep is 293.79235538608 (MeV)
|
||||
Hadron Calorimeter has 0 hits. Total Edep is 0 (MeV)
|
||||
... write file : B5.root - done
|
||||
... write file : B5ntuple.root - done
|
||||
... close file : B5.root - done
|
||||
@@ -1225,23 +1207,24 @@ Hadron Calorimeter has 3 hits. Total Edep is 7.4043860709791 (MeV)
|
||||
|
||||
>>> Event 0 >>> Simulation truth : pi+ (-0,0,1000)
|
||||
Hodoscope 1 has 1 hits.
|
||||
Hodoscope[7] 5.0351318775105 (nsec)
|
||||
Hodoscope[7] 5.0351370225138 (nsec)
|
||||
Hodoscope 2 has 1 hits.
|
||||
Hodoscope[10] 43.101962415901 (nsec)
|
||||
Drift Chamber 1 has 5 hits.
|
||||
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
|
||||
Hodoscope[11] 42.923817475424 (nsec)
|
||||
Drift Chamber 1 has 6 hits.
|
||||
Layer[0] : time 6.735728015664 (nsec) --- local (x,y) -1.4909615731774, 1.2668206101508
|
||||
Layer[0] : time 7.1073021001934 (nsec) --- local (x,y) -261.35436248895, -104.05822673063
|
||||
Layer[1] : time 8.4198281587345 (nsec) --- local (x,y) -1.2831550601073, 1.4399926146976
|
||||
Layer[2] : time 10.10393139574 (nsec) --- local (x,y) -1.0485307226267, 1.9968326909357
|
||||
Layer[3] : time 11.788037113066 (nsec) --- local (x,y) -0.74106245745952, 2.3639768040142
|
||||
Layer[4] : time 13.472355304418 (nsec) --- local (x,y) -6.4752551113746, 6.2594847259556
|
||||
Drift Chamber 2 has 5 hits.
|
||||
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)
|
||||
Layer[0] : time 34.517744216466 (nsec) --- local (x,y) -105.36049830889, 77.128361996468
|
||||
Layer[1] : time 36.202242392485 (nsec) --- local (x,y) -113.84315382318, 82.74954887198
|
||||
Layer[2] : time 37.886768872726 (nsec) --- local (x,y) -122.71249477604, 88.40854361989
|
||||
Layer[3] : time 39.57128844929 (nsec) --- local (x,y) -131.55456448961, 93.85077254236
|
||||
Layer[4] : time 41.255809515182 (nsec) --- local (x,y) -140.59432969639, 98.924855561991
|
||||
EM Calorimeter has 26 hits. Total Edep is 575.94845363568 (MeV)
|
||||
Hadron Calorimeter has 2 hits. Total Edep is 0.98105431188742 (MeV)
|
||||
... write file : B5.root - done
|
||||
... write file : B5ntuple.root - done
|
||||
... close file : B5.root - done
|
||||
@@ -1253,25 +1236,24 @@ Hadron Calorimeter has 6 hits. Total Edep is 31.597225145326 (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.9867839433208 (nsec)
|
||||
Hodoscope[7] 4.9867841086296 (nsec)
|
||||
Hodoscope 2 has 1 hits.
|
||||
Hodoscope[9] 43.203312322835 (nsec)
|
||||
Drift Chamber 1 has 6 hits.
|
||||
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
|
||||
Hodoscope[6] 43.222349341485 (nsec)
|
||||
Drift Chamber 1 has 5 hits.
|
||||
Layer[0] : time 6.6709525588583 (nsec) --- local (x,y) -0.37200197006989, -1.2185808667414
|
||||
Layer[1] : time 8.3387762086296 (nsec) --- local (x,y) -0.66797875040762, -2.1031276906096
|
||||
Layer[2] : time 10.006598458527 (nsec) --- local (x,y) -1.038503122579, -2.6630111166457
|
||||
Layer[3] : time 11.674420768309 (nsec) --- local (x,y) -1.2463037475149, -3.3077867501564
|
||||
Layer[4] : time 13.342243790226 (nsec) --- local (x,y) -1.5485839154741, -4.073735941847
|
||||
Drift Chamber 2 has 5 hits.
|
||||
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)
|
||||
Layer[0] : time 34.846041438692 (nsec) --- local (x,y) -288.73742489432, 0.66575472835713
|
||||
Layer[1] : time 36.524713177087 (nsec) --- local (x,y) -345.86314912681, 1.1718199330666
|
||||
Layer[2] : time 38.203346254475 (nsec) --- local (x,y) -402.88227120644, 2.0420228144162
|
||||
Layer[3] : time 39.881998754594 (nsec) --- local (x,y) -459.95455287458, 2.7857247742866
|
||||
Layer[4] : time 41.560442083082 (nsec) --- local (x,y) -516.47111315428, 3.5368247815612
|
||||
EM Calorimeter has 8 hits. Total Edep is 858.89767965536 (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-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-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-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-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-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-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-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-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-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-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-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-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-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-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-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-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-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-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-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-2025)
|
||||
Copyright : Geant4 Collaboration
|
||||
References : NIM A 506 (2003), 250-303
|
||||
: IEEE-TNS 53 (2006), 270-278
|
||||
@@ -823,13 +823,13 @@ G4ConvergenceTester Output Result of DOSE_TALLY
|
||||
R = 0.0862315
|
||||
SHIFT = 1.72861e-13
|
||||
VOV = 0.00854466
|
||||
FOM = 4482.77
|
||||
FOM = 13448.3
|
||||
THE LARGEST SCORE = 5.54337e-13 and it happened at 366th event
|
||||
Affected Mean = 4.60558e-14 and its ratio to original is 1.01116
|
||||
Affected VAR = 1.56695e-26 and its ratio to original is 1.01576
|
||||
Affected R = 0.0859065 and its ratio to original is 0.99623
|
||||
Affected SHIFT = 1.73445e-13 and its ratio to original is 1.00338
|
||||
Affected FOM = 4482.77 and its ratio to original is 1
|
||||
Affected FOM = 13448.3 and its ratio to original is 1
|
||||
MEAN distribution is not RANDOM
|
||||
r follows 1/std::sqrt(N)
|
||||
r is monotonically decrease
|
||||
@@ -843,22 +843,22 @@ 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 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
|
||||
6 374 3.89136e-14 1.2719e-26 1.12778e-13 0.149661 0.0287795 1488.2 1.742e-13 0.184 0.0118261 0.0105126
|
||||
7 437 3.80559e-14 1.25301e-26 1.11938e-13 0.140546 0.0252541 1687.5 1.75552e-13 0.191781 0.00962166 0.0100864
|
||||
8 499 4.16767e-14 1.38768e-26 1.178e-13 0.126406 0.019678 2086.14 1.74791e-13 0.202 0.00790099 0.00804549
|
||||
9 562 4.17944e-14 1.4095e-26 1.18722e-13 0.119718 0.0172617 2325.73 1.75728e-13 0.198934 0.00715237 0.00715461
|
||||
10 624 4.33469e-14 1.47176e-26 1.21316e-13 0.111949 0.0146904 2659.74 1.74757e-13 0.1968 0.00653008 0.00598243
|
||||
11 687 4.40834e-14 1.50155e-26 1.22538e-13 0.105974 0.0130273 2968.1 1.74616e-13 0.196221 0.00595392 0.00526027
|
||||
12 749 4.57566e-14 1.56694e-26 1.25178e-13 0.0998947 0.0112546 3340.36 1.73389e-13 0.198667 0.00537808 0.00458757
|
||||
13 812 4.50245e-14 1.54897e-26 1.24458e-13 0.0969456 0.0105987 3546.68 1.74374e-13 0.195572 0.0050593 0.0043276
|
||||
14 874 4.57357e-14 1.56286e-26 1.25015e-13 0.0924063 0.00966482 3903.69 1.7349e-13 0.2 0.00457143 0.00395773
|
||||
15 937 4.56765e-14 1.55286e-26 1.24614e-13 0.0890783 0.0090895 4200.83 1.73294e-13 0.198294 0.00431025 0.00361624
|
||||
16 999 4.55475e-14 1.54263e-26 1.24203e-13 0.0862315 0.00854466 4482.77 1.72861e-13 0.198 0.00405051 0.00337794
|
||||
1 62 3.17379e-14 1.29473e-26 1.13786e-13 0.451691 0.226367 490.137 2.0412e-13 0.142857 0.0952381 0.105548
|
||||
2 124 3.30804e-14 1.06384e-26 1.03143e-13 0.278877 0.105732 1285.8 1.73258e-13 0.168 0.039619 0.0375311
|
||||
3 187 3.94836e-14 1.26526e-26 1.12484e-13 0.207776 0.0559014 2316.38 1.69917e-13 0.191489 0.0224586 0.0204825
|
||||
4 249 3.97276e-14 1.30204e-26 1.14107e-13 0.181656 0.0405982 3030.41 1.71002e-13 0.184 0.0177391 0.0151277
|
||||
5 312 3.82407e-14 1.22829e-26 1.10828e-13 0.163814 0.0339478 3726.46 1.69776e-13 0.185304 0.0140465 0.0127029
|
||||
6 374 3.89136e-14 1.2719e-26 1.12778e-13 0.149661 0.0287795 4464.59 1.742e-13 0.184 0.0118261 0.0105126
|
||||
7 437 3.80559e-14 1.25301e-26 1.11938e-13 0.140546 0.0252541 5062.49 1.75552e-13 0.191781 0.00962166 0.0100864
|
||||
8 499 4.16767e-14 1.38768e-26 1.178e-13 0.126406 0.019678 6258.43 1.74791e-13 0.202 0.00790099 0.00804549
|
||||
9 562 4.17944e-14 1.4095e-26 1.18722e-13 0.119718 0.0172617 6977.18 1.75728e-13 0.198934 0.00715237 0.00715461
|
||||
10 624 4.33469e-14 1.47176e-26 1.21316e-13 0.111949 0.0146904 7979.21 1.74757e-13 0.1968 0.00653008 0.00598243
|
||||
11 687 4.40834e-14 1.50155e-26 1.22538e-13 0.105974 0.0130273 8904.31 1.74616e-13 0.196221 0.00595392 0.00526027
|
||||
12 749 4.57566e-14 1.56694e-26 1.25178e-13 0.0998947 0.0112546 10021.1 1.73389e-13 0.198667 0.00537808 0.00458757
|
||||
13 812 4.50245e-14 1.54897e-26 1.24458e-13 0.0969456 0.0105987 10640 1.74374e-13 0.195572 0.0050593 0.0043276
|
||||
14 874 4.57357e-14 1.56286e-26 1.25015e-13 0.0924063 0.00966482 11711.1 1.7349e-13 0.2 0.00457143 0.00395773
|
||||
15 937 4.56765e-14 1.55286e-26 1.24614e-13 0.0890783 0.0090895 12602.5 1.73294e-13 0.198294 0.00431025 0.00361624
|
||||
16 999 4.55475e-14 1.54263e-26 1.24203e-13 0.0862315 0.00854466 13448.3 1.72861e-13 0.198 0.00405051 0.00337794
|
||||
|
||||
--------------------End of Global Run-----------------------
|
||||
The run consists of 1000 gamma of 6 MeV
|
||||
@@ -874,13 +874,13 @@ G4ConvergenceTester Output Result of DOSE_TALLY
|
||||
R = 0.0282569
|
||||
SHIFT = -1.44705e-13
|
||||
VOV = 0.000156343
|
||||
FOM = 6262.11
|
||||
FOM = 9634.01
|
||||
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
|
||||
Affected FOM = 9634.01 and its ratio to original is 1
|
||||
MEAN distribution is RANDOM
|
||||
r follows 1/std::sqrt(N)
|
||||
r is monotonically decrease
|
||||
@@ -894,22 +894,22 @@ This result passes 6 / 8 Convergence Test.
|
||||
|
||||
G4ConvergenceTester Output History of DOSE_TALLY
|
||||
i/16 till_ith mean var sd r vov fom shift e r2eff r2int
|
||||
1 62 5.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
|
||||
1 62 5.17001e-12 1.96868e-23 4.43698e-12 0.108125 0.00444842 657.967 -1.46017e-13 0.666667 0.00793651 0.00356894
|
||||
2 124 5.48568e-12 2.06461e-23 4.5438e-12 0.0740856 0.00199883 1401.49 -3.91429e-13 0.672 0.00390476 0.00154
|
||||
3 187 5.64378e-12 2.10694e-23 4.59014e-12 0.0593168 0.00121232 2186.26 -5.25797e-13 0.68617 0.00243279 0.00106697
|
||||
4 249 5.50828e-12 2.07921e-23 4.55983e-12 0.0523555 0.000898412 2806.28 -4.24174e-13 0.672 0.00195238 0.000777756
|
||||
5 312 5.33403e-12 2.11269e-23 4.59641e-12 0.0487069 0.000604754 3242.47 -2.7013e-13 0.648562 0.00173122 0.000633561
|
||||
6 374 5.39783e-12 2.11503e-23 4.59894e-12 0.043997 0.000520265 3973.84 -3.16177e-13 0.656 0.00139837 0.0005322
|
||||
7 437 5.42308e-12 2.12921e-23 4.61434e-12 0.0406562 0.000436294 4653.75 -3.29925e-13 0.657534 0.00118912 0.000460034
|
||||
8 499 5.27489e-12 2.15175e-23 4.6387e-12 0.0393276 0.000337048 4973.49 -1.89348e-13 0.642 0.00111526 0.000428305
|
||||
9 562 5.22693e-12 2.14879e-23 4.6355e-12 0.0373763 0.000292163 5506.35 -1.50496e-13 0.637655 0.00100932 0.000385192
|
||||
10 624 5.17297e-12 2.15077e-23 4.63764e-12 0.0358606 0.000252154 5981.67 -1.17855e-13 0.632 0.000931646 0.000352278
|
||||
11 687 5.18432e-12 2.15591e-23 4.64318e-12 0.0341452 0.000230119 6597.76 -1.25421e-13 0.632267 0.000845362 0.00031884
|
||||
12 749 5.28939e-12 2.15197e-23 4.63894e-12 0.0320245 0.000220186 7500.52 -2.22956e-13 0.644 0.00073706 0.000287142
|
||||
13 812 5.21542e-12 2.15542e-23 4.64265e-12 0.0312199 0.000197387 7892.12 -1.53479e-13 0.635916 0.000704224 0.00026926
|
||||
14 874 5.20525e-12 2.14738e-23 4.63399e-12 0.030096 0.000187892 8492.55 -1.42837e-13 0.637714 0.000649258 0.000255479
|
||||
15 937 5.22623e-12 2.15556e-23 4.6428e-12 0.0290062 0.000172968 9142.74 -1.63337e-13 0.637527 0.000606143 0.000234317
|
||||
16 999 5.20411e-12 2.16243e-23 4.6502e-12 0.0282569 0.000156343 9634.01 -1.44705e-13 0.636 0.000572327 0.000225328
|
||||
|
||||
--------------------End of Global Run-----------------------
|
||||
The run consists of 1000 proton of 210 MeV
|
||||
|
||||
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
|
||||
|
||||
|
||||
**************************************************************
|
||||
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-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-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-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-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-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-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-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-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-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-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-2025)
|
||||
Copyright : Geant4 Collaboration
|
||||
References : NIM A 506 (2003), 250-303
|
||||
: IEEE-TNS 53 (2006), 270-278
|
||||
@@ -882,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.084585s Sys=0.000000s
|
||||
User=0.050000s Real=0.063554s Sys=0.000000s
|
||||
|
||||
Region <DefaultRegionForTheWorld> -- -- appears in <World> world volume
|
||||
This region is in the mass world.
|
||||
@@ -945,14 +945,14 @@ GB03BOptrGeometryBasedBiasing : starting run with splitting factor = 2, and prob
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 10
|
||||
User=0.030000s Real=0.035062s Sys=0.000000s
|
||||
User=0.020000s Real=0.020078s Sys=0.000000s
|
||||
Graphics systems deleted.
|
||||
Visualization Manager deleting...
|
||||
G4 kernel has come to Quit state.
|
||||
Deleting G4Run (id:1)
|
||||
UserDetectorConstruction deleted 0x1e7f870
|
||||
UserPhysicsList deleted 0x1e80380
|
||||
UserActionInitialization deleted 0x203b570
|
||||
UserDetectorConstruction deleted 0xbe8c40
|
||||
UserPhysicsList deleted 0xbe9750
|
||||
UserActionInitialization deleted 0xda4940
|
||||
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-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-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.001889s Sys=0.000000s
|
||||
User=0.000000s Real=0.001548s 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.010000s Real=0.006848s Sys=0.000000s
|
||||
User=0.010000s Real=0.002733s 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.000000s Real=0.012532s Sys=0.000000s
|
||||
User=0.000000s Real=0.003232s Sys=0.000000s
|
||||
Graphics systems deleted.
|
||||
Visualization Manager deleting...
|
||||
G4 kernel has come to Quit state.
|
||||
Deleting G4Run (id:2)
|
||||
UserDetectorConstruction deleted 0x8ae500
|
||||
UserPhysicsList deleted 0x8ae880
|
||||
UserActionInitialization deleted 0xa699f0
|
||||
UserDetectorConstruction deleted 0x9228d0
|
||||
UserPhysicsList deleted 0x922c50
|
||||
UserActionInitialization deleted 0xadddc0
|
||||
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-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-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-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-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-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-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-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-2025)
|
||||
Copyright : Geant4 Collaboration
|
||||
References : NIM A 506 (2003), 250-303
|
||||
: IEEE-TNS 53 (2006), 270-278
|
||||
@@ -426,7 +426,7 @@ nb event 195000
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 200000
|
||||
User=60.220000s Real=69.013779s Sys=0.050000s
|
||||
User=34.810000s Real=34.912663s Sys=0.050000s
|
||||
Results of reverse/adjoint simulation!
|
||||
normalised edep [MeV] = 0.00163827
|
||||
error[MeV] = 1.70862e-05
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
|
||||
**************************************************************
|
||||
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-2025)
|
||||
Copyright : Geant4 Collaboration
|
||||
References : NIM A 506 (2003), 250-303
|
||||
: IEEE-TNS 53 (2006), 270-278
|
||||
@@ -127,13 +127,13 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 10
|
||||
User=0.000000s Real=0.000292s Sys=0.000000s
|
||||
User=0.000000s Real=0.000180s Sys=0.000000s
|
||||
Graphics systems deleted.
|
||||
Visualization Manager deleting...
|
||||
G4 kernel has come to Quit state.
|
||||
Deleting G4Run (id:0)
|
||||
UserDetectorConstruction deleted 0x10f0ea0
|
||||
UserPhysicsList deleted 0x1351900
|
||||
UserDetectorConstruction deleted 0x1bd3e70
|
||||
UserPhysicsList deleted 0x1e34cd0
|
||||
UserActionInitialization deleted 0
|
||||
UserWorkerInitialization deleted 0
|
||||
UserWorkerThreadInitialization deleted 0
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
|
||||
**************************************************************
|
||||
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-2025)
|
||||
Copyright : Geant4 Collaboration
|
||||
References : NIM A 506 (2003), 250-303
|
||||
: IEEE-TNS 53 (2006), 270-278
|
||||
@@ -159,7 +159,7 @@ Index : 0 used in the geometry : Yes
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 1
|
||||
User=0.000000s Real=0.000343s Sys=0.000000s
|
||||
User=0.000000s Real=0.000270s Sys=0.000000s
|
||||
|
||||
Material: Water density: 1.000 g/cm3 RadL: 36.092 cm Nucl.Int.Length: 75.356 cm
|
||||
Imean: 78.000 eV temperature: 293.15 K pressure: 1.00 atm
|
||||
@@ -228,7 +228,7 @@ Index : 1 used in the geometry : Yes
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 1
|
||||
User=0.000000s Real=0.000183s Sys=0.000000s
|
||||
User=0.000000s Real=0.000141s Sys=0.000000s
|
||||
================== Deleting memory pools ===================
|
||||
Number of memory pools allocated: 9 of which, static: 0
|
||||
Dynamic pools deleted: 9 / Total memory freed: 0.012 MB
|
||||
|
||||
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
|
||||
|
||||
|
||||
**************************************************************
|
||||
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-2025)
|
||||
Copyright : Geant4 Collaboration
|
||||
References : NIM A 506 (2003), 250-303
|
||||
: IEEE-TNS 53 (2006), 270-278
|
||||
@@ -636,7 +636,7 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 2000
|
||||
User=1.110000s Real=1.178100s Sys=0.000000s
|
||||
User=0.710000s Real=0.714576s Sys=0.000000s
|
||||
|
||||
======================== run summary ======================
|
||||
|
||||
@@ -708,7 +708,7 @@ N=17 V[N]={1176734187215063284, 2107189873979932999, 1691597703571750464, 162858
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 2000
|
||||
User=0.040000s Real=0.054807s Sys=0.000000s
|
||||
User=0.040000s Real=0.032608s Sys=0.000000s
|
||||
|
||||
======================== run summary ======================
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
|
||||
**************************************************************
|
||||
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-2025)
|
||||
Copyright : Geant4 Collaboration
|
||||
References : NIM A 506 (2003), 250-303
|
||||
: IEEE-TNS 53 (2006), 270-278
|
||||
@@ -218,10 +218,10 @@ Lorentz Factor XTR photon number
|
||||
8.085e+04 3.154
|
||||
9.283e+04 3.154
|
||||
|
||||
total time for build X-ray TR energy loss tables = 0.29 s
|
||||
total time for build X-ray TR energy loss tables = 0.18 s
|
||||
Build angle for energy distribution according the current radiator
|
||||
|
||||
total time for build X-ray TR angle for energy loss tables = 1.17 s
|
||||
total time for build X-ray TR angle for energy loss tables = 0.76 s
|
||||
|
||||
msc: for e+ SubType= 10
|
||||
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
||||
@@ -308,10 +308,10 @@ Lorentz Factor XTR photon number
|
||||
8.085e+04 3.154
|
||||
9.283e+04 3.154
|
||||
|
||||
total time for build X-ray TR energy loss tables = 0.29 s
|
||||
total time for build X-ray TR energy loss tables = 0.18 s
|
||||
Build angle for energy distribution according the current radiator
|
||||
|
||||
total time for build X-ray TR angle for energy loss tables = 1.21 s
|
||||
total time for build X-ray TR angle for energy loss tables = 0.76 s
|
||||
|
||||
msc: for proton SubType= 10
|
||||
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
||||
@@ -635,7 +635,7 @@ Index : 2 used in the geometry : Yes
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 1000
|
||||
User=0.190000s Real=0.189208s Sys=0.000000s
|
||||
User=0.110000s Real=0.114984s Sys=0.000000s
|
||||
================== run summary =====================
|
||||
End of Run TotNbofEvents = 1000
|
||||
Mean energy deposit in absorber = 0.0479535 +-0.0189569 MeV
|
||||
|
||||
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
|
||||
|
||||
|
||||
**************************************************************
|
||||
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-2025)
|
||||
Copyright : Geant4 Collaboration
|
||||
References : NIM A 506 (2003), 250-303
|
||||
: IEEE-TNS 53 (2006), 270-278
|
||||
@@ -549,7 +549,7 @@ Index : 1 used in the geometry : Yes
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 20000
|
||||
User=0.810000s Real=0.819499s Sys=0.000000s
|
||||
User=0.510000s Real=0.505610s Sys=0.000000s
|
||||
|
||||
======================== run summary =====================
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
|
||||
|
||||
|
||||
**************************************************************
|
||||
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-2025)
|
||||
Copyright : Geant4 Collaboration
|
||||
References : NIM A 506 (2003), 250-303
|
||||
: IEEE-TNS 53 (2006), 270-278
|
||||
@@ -545,7 +545,7 @@ Index : 0 used in the geometry : Yes
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 10000
|
||||
User=0.760000s Real=0.767059s Sys=0.000000s
|
||||
User=0.480000s Real=0.480787s Sys=0.000000s
|
||||
|
||||
======================== run summary =====================
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
|
||||
|
||||
|
||||
**************************************************************
|
||||
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-2025)
|
||||
Copyright : Geant4 Collaboration
|
||||
References : NIM A 506 (2003), 250-303
|
||||
: IEEE-TNS 53 (2006), 270-278
|
||||
@@ -189,7 +189,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 1000000
|
||||
User=1.880000s Real=1.887129s Sys=0.000000s
|
||||
User=1.120000s Real=1.126357s Sys=0.000000s
|
||||
|
||||
======================== run summary ======================
|
||||
|
||||
@@ -256,7 +256,7 @@ Index : 0 used in the geometry : Yes
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 1000000
|
||||
User=1.900000s Real=1.907842s Sys=0.000000s
|
||||
User=1.210000s Real=1.207784s Sys=0.000000s
|
||||
|
||||
======================== run summary ======================
|
||||
|
||||
@@ -277,9 +277,9 @@ Run Summary
|
||||
----------------------------------------
|
||||
G4 kernel has come to Quit state.
|
||||
Deleting G4Run (id:1)
|
||||
UserDetectorConstruction deleted 0x1bd6600
|
||||
UserPhysicsList deleted 0x1e88bb0
|
||||
UserActionInitialization deleted 0x2009bd0
|
||||
UserDetectorConstruction deleted 0x162e660
|
||||
UserPhysicsList deleted 0x18e0f80
|
||||
UserActionInitialization deleted 0x1a61fa0
|
||||
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-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-2025)
|
||||
Copyright : Geant4 Collaboration
|
||||
References : NIM A 506 (2003), 250-303
|
||||
: IEEE-TNS 53 (2006), 270-278
|
||||
@@ -189,7 +189,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 1000000
|
||||
User=3.170000s Real=3.202714s Sys=0.000000s
|
||||
User=1.780000s Real=1.794547s Sys=0.000000s
|
||||
|
||||
======================== run summary ======================
|
||||
|
||||
@@ -259,7 +259,7 @@ Index : 0 used in the geometry : Yes
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 1000000
|
||||
User=3.010000s Real=3.030105s Sys=0.000000s
|
||||
User=1.640000s Real=1.634469s Sys=0.000000s
|
||||
|
||||
======================== run summary ======================
|
||||
|
||||
@@ -282,9 +282,9 @@ Run Summary
|
||||
----------------------------------------
|
||||
G4 kernel has come to Quit state.
|
||||
Deleting G4Run (id:1)
|
||||
UserDetectorConstruction deleted 0x238b600
|
||||
UserPhysicsList deleted 0x26403c0
|
||||
UserActionInitialization deleted 0x27c1600
|
||||
UserDetectorConstruction deleted 0xb2a660
|
||||
UserPhysicsList deleted 0xddf790
|
||||
UserActionInitialization deleted 0xf609d0
|
||||
UserWorkerInitialization deleted 0
|
||||
UserWorkerThreadInitialization deleted 0
|
||||
UserRunAction deleted.
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
|
||||
**************************************************************
|
||||
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-2025)
|
||||
Copyright : Geant4 Collaboration
|
||||
References : NIM A 506 (2003), 250-303
|
||||
: IEEE-TNS 53 (2006), 270-278
|
||||
@@ -569,7 +569,7 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 10000
|
||||
User=0.040000s Real=0.041474s Sys=0.000000s
|
||||
User=0.020000s Real=0.021718s Sys=0.000000s
|
||||
|
||||
The run consists of 10000 e- of 5 MeV through 100 m of Water (density: 1 g/cm3 )
|
||||
|
||||
@@ -641,7 +641,7 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 10000
|
||||
User=0.050000s Real=0.050942s Sys=0.000000s
|
||||
User=0.030000s Real=0.027519s Sys=0.000000s
|
||||
|
||||
The run consists of 10000 e- of 100 keV through 100 m of Water (density: 1 g/cm3 )
|
||||
|
||||
@@ -670,8 +670,8 @@ N=17 V[N]={310976880687426508, 1713548588833330960, 1561521303267605489, 5885692
|
||||
---------------------------------------
|
||||
G4 kernel has come to Quit state.
|
||||
Deleting G4Run (id:1)
|
||||
UserDetectorConstruction deleted 0x202fc10
|
||||
UserPhysicsList deleted 0x20734b0
|
||||
UserDetectorConstruction deleted 0xdf3fe0
|
||||
UserPhysicsList deleted 0xe37880
|
||||
UserActionInitialization deleted 0
|
||||
UserWorkerInitialization deleted 0
|
||||
UserWorkerThreadInitialization deleted 0
|
||||
|
||||
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
|
||||
|
||||
|
||||
**************************************************************
|
||||
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-2025)
|
||||
Copyright : Geant4 Collaboration
|
||||
References : NIM A 506 (2003), 250-303
|
||||
: IEEE-TNS 53 (2006), 270-278
|
||||
@@ -337,7 +337,7 @@ G4SynchrotronRadiation::GetRandomEnergySR :
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 100
|
||||
User=0.380000s Real=0.394557s Sys=0.000000s
|
||||
User=0.100000s Real=0.098979s Sys=0.000000s
|
||||
Summary for synchrotron radiation :
|
||||
Number of photons = 64566
|
||||
Emean = 20.42 +/- 0.1465 keV
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
|
||||
**************************************************************
|
||||
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-2025)
|
||||
Copyright : Geant4 Collaboration
|
||||
References : NIM A 506 (2003), 250-303
|
||||
: IEEE-TNS 53 (2006), 270-278
|
||||
@@ -635,7 +635,7 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 10000
|
||||
User=1.170000s Real=1.178668s Sys=0.000000s
|
||||
User=0.670000s Real=0.675375s Sys=0.010000s
|
||||
|
||||
The run consists of 10000 mu+ of 10 TeV through 1 m of Iron (density: 7.9 g/cm3 )
|
||||
|
||||
@@ -691,7 +691,7 @@ N=17 V[N]={882454084924701664, 2270259229220857311, 818577390581940897, 14266040
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 10000
|
||||
User=1.200000s Real=1.202366s Sys=0.000000s
|
||||
User=0.610000s Real=0.612530s Sys=0.000000s
|
||||
|
||||
The run consists of 10000 pi+ of 10 TeV through 1 m of Iron (density: 7.9 g/cm3 )
|
||||
|
||||
@@ -746,7 +746,7 @@ N=17 V[N]={2103257823577124208, 469380737387581810, 386042433805554138, 18024306
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 10000
|
||||
User=1.040000s Real=1.048017s Sys=0.000000s
|
||||
User=0.570000s Real=0.575665s Sys=0.000000s
|
||||
|
||||
The run consists of 10000 proton of 10 TeV through 1 m of Iron (density: 7.9 g/cm3 )
|
||||
|
||||
@@ -755,8 +755,8 @@ Run Summary
|
||||
#
|
||||
G4 kernel has come to Quit state.
|
||||
Deleting G4Run (id:2)
|
||||
UserDetectorConstruction deleted 0xdf58d0
|
||||
UserPhysicsList deleted 0xe34748
|
||||
UserDetectorConstruction deleted 0x1a21ca0
|
||||
UserPhysicsList deleted 0x1a60b18
|
||||
UserActionInitialization deleted 0
|
||||
UserWorkerInitialization deleted 0
|
||||
UserWorkerThreadInitialization deleted 0
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
|
||||
**************************************************************
|
||||
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-2025)
|
||||
Copyright : Geant4 Collaboration
|
||||
References : NIM A 506 (2003), 250-303
|
||||
: IEEE-TNS 53 (2006), 270-278
|
||||
@@ -221,7 +221,7 @@ Index : 0 used in the geometry : Yes
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 100000
|
||||
User=0.510000s Real=0.507390s Sys=0.000000s
|
||||
User=0.290000s Real=0.290754s Sys=0.000000s
|
||||
|
||||
======================== run summary ======================
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
|
||||
|
||||
|
||||
**************************************************************
|
||||
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-2025)
|
||||
Copyright : Geant4 Collaboration
|
||||
References : NIM A 506 (2003), 250-303
|
||||
: IEEE-TNS 53 (2006), 270-278
|
||||
@@ -605,7 +605,7 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 100
|
||||
User=1.940000s Real=2.009909s Sys=0.000000s
|
||||
User=1.140000s Real=1.144151s Sys=0.000000s
|
||||
LOGITUDINAL PROFILE CUMULATIVE LOGITUDINAL PROFILE
|
||||
|
||||
bin Mean rms bin Mean rms
|
||||
|
||||
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
|
||||
|
||||
|
||||
**************************************************************
|
||||
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-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-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-2025)
|
||||
Copyright : Geant4 Collaboration
|
||||
References : NIM A 506 (2003), 250-303
|
||||
: IEEE-TNS 53 (2006), 270-278
|
||||
@@ -550,7 +550,7 @@ Index : 2 used in the geometry : Yes
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 100
|
||||
User=1.200000s Real=1.206899s Sys=0.000000s
|
||||
User=0.690000s Real=0.691042s Sys=0.000000s
|
||||
|
||||
------------------------------------------------------------
|
||||
material Edep RMS sqrt(E0(GeV))*rmsE/Emean total tracklen
|
||||
@@ -625,7 +625,7 @@ Index : 2 used in the geometry : Yes
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 100
|
||||
User=1.020000s Real=1.046073s Sys=0.000000s
|
||||
User=0.590000s Real=0.590957s Sys=0.000000s
|
||||
|
||||
------------------------------------------------------------
|
||||
material Edep RMS sqrt(E0(GeV))*rmsE/Emean total tracklen
|
||||
|
||||
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
|
||||
|
||||
|
||||
**************************************************************
|
||||
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-2025)
|
||||
Copyright : Geant4 Collaboration
|
||||
References : NIM A 506 (2003), 250-303
|
||||
: IEEE-TNS 53 (2006), 270-278
|
||||
@@ -214,7 +214,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 100000
|
||||
User=0.730000s Real=0.735850s Sys=0.000000s
|
||||
User=0.350000s Real=0.344177s Sys=0.000000s
|
||||
|
||||
--------------------End of Global Run------------------------
|
||||
The run consists of 100000 gamma of 9 MeV in a volume of C6F6
|
||||
@@ -229,9 +229,9 @@ Run Summary
|
||||
... close file : testem4.root - done
|
||||
G4 kernel has come to Quit state.
|
||||
Deleting G4Run (id:0)
|
||||
UserDetectorConstruction deleted 0x141a680
|
||||
UserPhysicsList deleted 0x141b890
|
||||
UserActionInitialization deleted 0x147f2f0
|
||||
UserDetectorConstruction deleted 0x168da50
|
||||
UserPhysicsList deleted 0x168ec60
|
||||
UserActionInitialization deleted 0x16f26c0
|
||||
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-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-2025)
|
||||
Copyright : Geant4 Collaboration
|
||||
References : NIM A 506 (2003), 250-303
|
||||
: IEEE-TNS 53 (2006), 270-278
|
||||
@@ -105,7 +105,7 @@ Step# X Y Z KineE dEStep StepLeng T
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 1
|
||||
User=0.000000s Real=0.000423s Sys=0.000000s
|
||||
User=0.000000s Real=0.000268s Sys=0.000000s
|
||||
|
||||
======================== run summary ======================
|
||||
|
||||
@@ -185,7 +185,7 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 6
|
||||
User=0.000000s Real=0.000057s Sys=0.000000s
|
||||
User=0.000000s Real=0.000031s Sys=0.000000s
|
||||
|
||||
======================== run summary ======================
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
|
||||
|
||||
|
||||
**************************************************************
|
||||
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-2025)
|
||||
Copyright : Geant4 Collaboration
|
||||
References : NIM A 506 (2003), 250-303
|
||||
: IEEE-TNS 53 (2006), 270-278
|
||||
@@ -239,7 +239,7 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 100000
|
||||
User=53.650000s Real=53.891014s Sys=0.000000s
|
||||
User=32.600000s Real=32.648936s Sys=0.010000s
|
||||
|
||||
======================== run summary ======================
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
|
||||
|
||||
|
||||
**************************************************************
|
||||
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-2025)
|
||||
Copyright : Geant4 Collaboration
|
||||
References : NIM A 506 (2003), 250-303
|
||||
: IEEE-TNS 53 (2006), 270-278
|
||||
@@ -518,7 +518,7 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 100000
|
||||
User=0.830000s Real=0.897074s Sys=0.000000s
|
||||
User=0.400000s Real=0.400880s Sys=0.000000s
|
||||
|
||||
======================== run summary ======================
|
||||
|
||||
@@ -618,7 +618,7 @@ N=17 V[N]={910941890323901813, 1015746291667433571, 1849782191790666821, 2179466
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 50000
|
||||
User=0.500000s Real=0.507378s Sys=0.000000s
|
||||
User=0.300000s Real=0.294913s Sys=0.000000s
|
||||
|
||||
======================== run summary ======================
|
||||
|
||||
@@ -723,7 +723,7 @@ N=17 V[N]={1900512211198940772, 1890227061717900871, 2082969366185794521, 717329
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 50000
|
||||
User=1.450000s Real=1.513348s Sys=0.000000s
|
||||
User=0.820000s Real=0.822345s Sys=0.000000s
|
||||
|
||||
======================== run summary ======================
|
||||
|
||||
@@ -834,7 +834,7 @@ N=17 V[N]={721215474158146395, 563948681617651029, 983967623568370346, 107031027
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 50000
|
||||
User=0.600000s Real=0.599384s Sys=0.000000s
|
||||
User=0.220000s Real=0.228394s Sys=0.000000s
|
||||
|
||||
======================== run summary ======================
|
||||
|
||||
@@ -946,7 +946,7 @@ N=17 V[N]={586188805523696918, 1131603525368056635, 2135194985283342976, 1988102
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 50000
|
||||
User=6.610000s Real=6.859923s Sys=0.000000s
|
||||
User=3.820000s Real=3.843700s Sys=0.000000s
|
||||
|
||||
======================== run summary ======================
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
|
||||
**************************************************************
|
||||
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-2025)
|
||||
Copyright : Geant4 Collaboration
|
||||
References : NIM A 506 (2003), 250-303
|
||||
: IEEE-TNS 53 (2006), 270-278
|
||||
@@ -276,7 +276,7 @@ Step# X Y Z KineE dEStep StepLeng T
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 5
|
||||
User=0.000000s Real=0.000688s Sys=0.000000s
|
||||
User=0.000000s Real=0.000450s Sys=0.000000s
|
||||
### RunAction::EndOfRunAction
|
||||
|
||||
Number of process calls ---> GammaToMuPair : 5
|
||||
@@ -395,7 +395,7 @@ Step# X Y Z KineE dEStep StepLeng T
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 5
|
||||
User=0.000000s Real=0.000449s Sys=0.000000s
|
||||
User=0.000000s Real=0.000266s Sys=0.000000s
|
||||
### RunAction::EndOfRunAction
|
||||
|
||||
Number of process calls ---> AnnihiToMuPair : 2 ee2hadr : 3
|
||||
@@ -419,8 +419,8 @@ Run Summary
|
||||
#
|
||||
G4 kernel has come to Quit state.
|
||||
Deleting G4Run (id:1)
|
||||
UserDetectorConstruction deleted 0x1d560d0
|
||||
UserPhysicsList deleted 0x1d8f710
|
||||
UserDetectorConstruction deleted 0x7e04a0
|
||||
UserPhysicsList deleted 0x819ae0
|
||||
UserActionInitialization deleted 0
|
||||
UserWorkerInitialization deleted 0
|
||||
UserWorkerThreadInitialization deleted 0
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
|
||||
**************************************************************
|
||||
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-2025)
|
||||
Copyright : Geant4 Collaboration
|
||||
References : NIM A 506 (2003), 250-303
|
||||
: IEEE-TNS 53 (2006), 270-278
|
||||
@@ -592,7 +592,7 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 10000
|
||||
User=4.660000s Real=4.787908s Sys=0.000000s
|
||||
User=2.750000s Real=2.750484s Sys=0.000000s
|
||||
|
||||
The run consists of 10000 proton of 160 MeV through 20 cm of G4_WATER (density: 1 g/cm3 )
|
||||
|
||||
@@ -652,7 +652,7 @@ N=17 V[N]={1928752482960533917, 1537011110587309912, 992093420709832135, 4758505
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 1000
|
||||
User=2.320000s Real=2.342706s Sys=0.000000s
|
||||
User=0.960000s Real=0.967156s Sys=0.000000s
|
||||
|
||||
The run consists of 1000 C12 of 3.5 GeV through 20 cm of G4_WATER (density: 1 g/cm3 )
|
||||
|
||||
@@ -723,7 +723,7 @@ N=17 V[N]={1914085016406179854, 1941870692113417104, 952751528242321116, 1425379
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 1000
|
||||
User=0.770000s Real=0.776794s Sys=0.000000s
|
||||
User=0.480000s Real=0.476969s Sys=0.000000s
|
||||
|
||||
The run consists of 1000 kaon+ of 100 MeV through 20 cm of G4_Cu (density: 8.96 g/cm3 )
|
||||
|
||||
@@ -788,7 +788,7 @@ N=17 V[N]={802904847557501977, 1304012642077385197, 468862643498481156, 11809500
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 100
|
||||
User=0.000000s Real=0.000481s Sys=0.000000s
|
||||
User=0.000000s Real=0.000201s Sys=0.000000s
|
||||
|
||||
The run consists of 100 alpha of 265 eV through 20 cm of TechVacuum (density: 0.01 mg/cm3)
|
||||
|
||||
@@ -851,7 +851,7 @@ N=17 V[N]={1821026208194177978, 862958539362113243, 292898641549640933, 31117047
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 100
|
||||
User=0.010000s Real=0.007957s Sys=0.000000s
|
||||
User=0.000000s Real=0.004303s Sys=0.000000s
|
||||
|
||||
The run consists of 100 alpha of 100 MeV through 20 cm of G4_WATER (density: 1 g/cm3 )
|
||||
|
||||
@@ -923,7 +923,7 @@ N=17 V[N]={989157427584633894, 2087952271038465535, 425056854451477234, 81706072
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 10
|
||||
User=5.510000s Real=5.616226s Sys=0.060000s
|
||||
User=3.200000s Real=3.232881s Sys=0.040000s
|
||||
|
||||
The run consists of 10 Xe131 of 1.217 GeV through 20 cm of G4_Si (density: 2.33 g/cm3 )
|
||||
|
||||
@@ -1001,7 +1001,7 @@ N=17 V[N]={1169934708488790920, 195642384756332438, 661694816270983648, 84154454
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 1000
|
||||
User=0.410000s Real=0.420263s Sys=0.000000s
|
||||
User=0.250000s Real=0.252789s Sys=0.000000s
|
||||
|
||||
The run consists of 1000 proton of 160 MeV through 20 cm of Water_1.05 (density: 1.05 g/cm3 )
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
|
||||
|
||||
|
||||
**************************************************************
|
||||
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-2025)
|
||||
Copyright : Geant4 Collaboration
|
||||
References : NIM A 506 (2003), 250-303
|
||||
: IEEE-TNS 53 (2006), 270-278
|
||||
@@ -555,7 +555,7 @@ Index : 2 used in the geometry : Yes
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 1000
|
||||
User=0.020000s Real=0.013995s Sys=0.000000s
|
||||
User=0.010000s Real=0.009101s Sys=0.000000s
|
||||
RunAction: End of run actions are started 1 Nevt= 1000 Edep= 0.0166294
|
||||
====================================================
|
||||
Beam Particle: proton
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
|
||||
**************************************************************
|
||||
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-2025)
|
||||
Copyright : Geant4 Collaboration
|
||||
References : NIM A 506 (2003), 250-303
|
||||
: IEEE-TNS 53 (2006), 270-278
|
||||
@@ -605,7 +605,7 @@ Index : 7 used in the geometry : Yes
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 100
|
||||
User=0.550000s Real=0.559666s Sys=0.000000s
|
||||
User=0.330000s Real=0.332817s Sys=0.000000s
|
||||
RunAction: End of run actions are started
|
||||
HistoManager: End of run actions are started RunID# 0
|
||||
=================================================================
|
||||
@@ -715,7 +715,7 @@ Index : 7 used in the geometry : Yes
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 1000
|
||||
User=0.860000s Real=0.874195s Sys=0.000000s
|
||||
User=0.520000s Real=0.517086s Sys=0.000000s
|
||||
RunAction: End of run actions are started
|
||||
HistoManager: End of run actions are started RunID# 1
|
||||
=================================================================
|
||||
@@ -838,7 +838,7 @@ Index : 7 used in the geometry : Yes
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 100
|
||||
User=0.400000s Real=0.796176s Sys=0.000000s
|
||||
User=0.220000s Real=0.225123s Sys=0.000000s
|
||||
RunAction: End of run actions are started
|
||||
HistoManager: End of run actions are started RunID# 2
|
||||
=================================================================
|
||||
@@ -961,22 +961,22 @@ Index : 7 used in the geometry : Yes
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 100
|
||||
User=0.550000s Real=1.056917s Sys=0.000000s
|
||||
User=0.250000s Real=0.243922s Sys=0.000000s
|
||||
RunAction: End of run actions are started
|
||||
HistoManager: End of run actions are started RunID# 3
|
||||
=================================================================
|
||||
Number of events 100
|
||||
Average number of e- 173.1
|
||||
Average number of gamma 362.5
|
||||
Average number of e+ 47.62
|
||||
Average number of steps 1992
|
||||
Edep 1x1 = 0.8242 +- 0.004125 res= 5.004 % 100
|
||||
Edep 3x3 = 0.9517 +- 0.003258 res= 3.423 % 100
|
||||
Edep 5x5 = 0.9732 +- 0.003441 res= 3.536 % 100
|
||||
Average number of e- 173.2
|
||||
Average number of gamma 223.7
|
||||
Average number of e+ 47.71
|
||||
Average number of steps 1844
|
||||
Edep 1x1 = 0.8339 +- 0.003455 res= 4.144 % 100
|
||||
Edep 3x3 = 0.9577 +- 0.00327 res= 3.414 % 100
|
||||
Edep 5x5 = 0.9783 +- 0.00315 res= 3.22 % 100
|
||||
=========== Ratios without trancating ===========================
|
||||
E1/E9 = 0.8661 +- 0.003144
|
||||
E1/E25 = 0.8471 +- 0.003224
|
||||
E9/E25 = 0.978 +- 0.001135
|
||||
E1/E9 = 0.8709 +- 0.002945
|
||||
E1/E25 = 0.8527 +- 0.003074
|
||||
E9/E25 = 0.979 +- 0.001112
|
||||
Beam Energy 1 GeV
|
||||
==================================================================
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
|
||||
**************************************************************
|
||||
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-2025)
|
||||
Copyright : Geant4 Collaboration
|
||||
References : NIM A 506 (2003), 250-303
|
||||
: IEEE-TNS 53 (2006), 270-278
|
||||
@@ -18,7 +18,7 @@
|
||||
WWW : http://geant4.org/
|
||||
**************************************************************
|
||||
|
||||
creating G4RunManagerKernel 0x1f43480
|
||||
creating G4RunManagerKernel 0x193b450
|
||||
G4ChordFinder: stepperDriverId: 2
|
||||
|
||||
The materials defined are :
|
||||
@@ -94,15 +94,15 @@ G4Transportation: Current values for thresholds related to the killing of loop
|
||||
Important Energy = 250 ( above this tracks are given multiple chances )
|
||||
Extra Trials = 10 'important' tracks, i.e. those above 'important' energy
|
||||
G4Transportation constructor> set fShortStepOptimisation to false
|
||||
0x21face0G4ErrorPhysicsList:: particle process manager e+ = 0x21ff630
|
||||
0x21fab40G4ErrorPhysicsList:: particle process manager e- = 0x2200110
|
||||
0x21fa9a0G4ErrorPhysicsList:: particle process manager gamma = 0x2200280
|
||||
0x21fc060G4ErrorPhysicsList:: particle process manager geantino = 0x22036b0
|
||||
0x21faec0G4ErrorPhysicsList:: particle process manager mu+ = 0x2203900
|
||||
0x21fb210G4ErrorPhysicsList:: particle process manager mu- = 0x2203b50
|
||||
0x21fb5f0G4ErrorPhysicsList:: particle process manager pi+ = 0x2203da0
|
||||
0x21fba10G4ErrorPhysicsList:: particle process manager pi- = 0x21ff150
|
||||
0x21fbe30G4ErrorPhysicsList:: particle process manager proton = 0x2203ff0
|
||||
0x1bf30b0G4ErrorPhysicsList:: particle process manager e+ = 0x1bf7a00
|
||||
0x1bf2f10G4ErrorPhysicsList:: particle process manager e- = 0x1bf84e0
|
||||
0x1bf2d70G4ErrorPhysicsList:: particle process manager gamma = 0x1bf8690
|
||||
0x1bf4430G4ErrorPhysicsList:: particle process manager geantino = 0x1bfbac0
|
||||
0x1bf3290G4ErrorPhysicsList:: particle process manager mu+ = 0x1bfbd10
|
||||
0x1bf35e0G4ErrorPhysicsList:: particle process manager mu- = 0x1bfbf60
|
||||
0x1bf39c0G4ErrorPhysicsList:: particle process manager pi+ = 0x1bf7520
|
||||
0x1bf3de0G4ErrorPhysicsList:: particle process manager pi- = 0x1bfc090
|
||||
0x1bf4200G4ErrorPhysicsList:: particle process manager proton = 0x1bfc2e0
|
||||
physicsList->CheckParticleList() start.
|
||||
physicsList->setCut() start.
|
||||
G4ChordFinder: stepperDriverId: 2
|
||||
|
||||
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
|
||||
|
||||
|
||||
**************************************************************
|
||||
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-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-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-2025)
|
||||
Copyright : Geant4 Collaboration
|
||||
References : NIM A 506 (2003), 250-303
|
||||
: IEEE-TNS 53 (2006), 270-278
|
||||
@@ -67,7 +67,7 @@ Step# X Y Z KineE dEStep StepLeng T
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 1
|
||||
User=0.000000s Real=0.000372s Sys=0.000000s
|
||||
User=0.000000s Real=0.000225s Sys=0.000000s
|
||||
#
|
||||
/tracking/verbose 0
|
||||
/run/beamOn 5
|
||||
@@ -87,7 +87,7 @@ Index : 0 used in the geometry : Yes
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 5
|
||||
User=0.000000s Real=0.000026s Sys=0.000000s
|
||||
User=0.000000s Real=0.000017s Sys=0.000000s
|
||||
================== Deleting memory pools ===================
|
||||
Number of memory pools allocated: 9 of which, static: 0
|
||||
Dynamic pools deleted: 9 / Total memory freed: 0.015 MB
|
||||
|
||||
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
|
||||
|
||||
|
||||
**************************************************************
|
||||
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-2025)
|
||||
Copyright : Geant4 Collaboration
|
||||
References : NIM A 506 (2003), 250-303
|
||||
: IEEE-TNS 53 (2006), 270-278
|
||||
@@ -49,7 +49,7 @@ Index : 0 used in the geometry : Yes
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 100000
|
||||
User=0.170000s Real=0.170525s Sys=0.000000s
|
||||
User=0.120000s Real=0.117243s Sys=0.000000s
|
||||
... write file : run2.root - done
|
||||
... close file : run2.root - done
|
||||
================== Deleting memory pools ===================
|
||||
|
||||
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
|
||||
|
||||
|
||||
**************************************************************
|
||||
Geant4 version Name: geant4-11-03-patch-01 (21-March-2025)
|
||||
Geant4 version Name: geant4-11-03-patch-02 (25-April-2025)
|
||||
Copyright : Geant4 Collaboration
|
||||
References : NIM A 506 (2003), 250-303
|
||||
: IEEE-TNS 53 (2006), 270-278
|
||||
@@ -50,7 +50,7 @@ Index : 0 used in the geometry : Yes
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 100000
|
||||
User=0.190000s Real=0.187863s Sys=0.000000s
|
||||
User=0.120000s Real=0.131096s Sys=0.000000s
|
||||
... write file : run3.root - done
|
||||
... close file : run3.root - done
|
||||
================== Deleting memory pools ===================
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user