From c02c370437c529eb0447aa14b6ee5a678fb0843d Mon Sep 17 00:00:00 2001 From: Gabriele Cosmo Date: Fri, 29 May 2020 14:54:29 +0200 Subject: [PATCH] Import Geant4 10.6.2 source tree --- CMakeLists.txt | 2 +- ReleaseNotes/Patch4.10.6-2.txt | 124 + cmake/History | 18 + cmake/Modules/G4CMakeMain.cmake | 31 +- cmake/Modules/G4CMakeSettings.cmake | 10 + cmake/Modules/G4CMakeUtilities.cmake | 9 +- cmake/Modules/G4ConfigureGNUMakeHelpers.cmake | 36 +- cmake/Modules/Geant4CPackBase.cmake | 5 + cmake/Modules/Geant4InstallData.cmake | 4 +- cmake/Modules/Geant4Wrapping.cmake | 25 - environments/g4py/CMakeLists.txt | 90 +- environments/g4py/G4PythonHelpers.cmake | 75 + environments/g4py/History | 4 + .../g4py/cmake/Modules/FindGeant4.cmake | 82 - .../g4py/cmake/Modules/FindROOT.cmake | 39 - .../g4py/cmake/Modules/FindXercesC.cmake | 79 - .../g4py/cmake/Modules/SetInstallPath.cmake | 19 - environments/g4py/site-modules/CMakeLists.txt | 19 - .../site-modules/geometries/CMakeLists.txt | 6 - .../geometries/ExN01geom/CMakeLists.txt | 23 - .../geometries/ExN03geom/CMakeLists.txt | 24 - .../geometries/Qgeom/CMakeLists.txt | 23 - .../geometries/ezgeom/CMakeLists.txt | 26 - .../site-modules/materials/CMakeLists.txt | 4 - .../materials/NISTmaterials/CMakeLists.txt | 23 - .../materials/Qmaterials/CMakeLists.txt | 23 - .../site-modules/physics_lists/CMakeLists.txt | 4 - .../physics_lists/EMSTDpl/CMakeLists.txt | 23 - .../physics_lists/ExN01pl/CMakeLists.txt | 23 - .../site-modules/primaries/CMakeLists.txt | 4 - .../primaries/MedicalBeam/CMakeLists.txt | 23 - .../primaries/ParticleGun/CMakeLists.txt | 23 - .../site-modules/processes/CMakeLists.txt | 7 - .../processes/emcalculator/CMakeLists.txt | 26 - .../processes/emcalculator/emcalculator.py | 149 - .../emcalculator/python3/CMakeLists.txt | 26 - .../g4py/site-modules/python/CMakeLists.txt | 26 - .../g4py/site-modules/utils/CMakeLists.txt | 7 - .../site-modules/utils/MCScore/CMakeLists.txt | 26 - .../site-modules/utils/MCScore/mcscore.py | 136 - .../utils/MCScore/python3/CMakeLists.txt | 26 - environments/g4py/source/CMakeLists.txt | 58 +- .../g4py/source/{python3 => }/__init__.py | 5 +- .../g4py/source/{python => }/colortable.py | 0 .../g4py/source/digits_hits/CMakeLists.txt | 21 +- environments/g4py/source/event/CMakeLists.txt | 20 +- .../g4py/source/{python => }/g4thread.py | 0 .../g4py/source/{python => }/g4viscp.py | 0 environments/g4py/source/gdml/CMakeLists.txt | 28 +- .../g4py/source/gdml/pyG4GDMLParser.cc | 16 +- .../g4py/source/gdml/pymodG4g4gdml.cc | 4 - .../g4py/source/geometry/CMakeLists.txt | 20 +- .../g4py/source/geometry/pyG4FieldManager.cc | 2 +- .../g4py/source/geometry/pyG4MagneticField.cc | 2 + .../g4py/source/geometry/pyG4Polycone.cc | 15 +- .../g4py/source/geometry/pyG4Polyhedra.cc | 23 +- .../g4py/source/global/CMakeLists.txt | 24 +- .../g4py/source/global/pyG4UserLimits.cc | 2 + environments/g4py/source/global/pyglobals.cc | 6 +- .../g4py/source/graphics_reps/CMakeLists.txt | 20 +- .../g4py/source/{python => }/hepunit.py | 0 .../g4py/source/intercoms/CMakeLists.txt | 20 +- .../g4py/source/interface/CMakeLists.txt | 20 +- .../g4py/source/interface/pymodG4interface.cc | 2 +- .../g4py/source/materials/CMakeLists.txt | 20 +- .../g4py/source/particles/CMakeLists.txt | 20 +- .../g4py/source/particles/pyG4ParticleList.cc | 20 +- .../g4py/source/physics_lists/CMakeLists.txt | 21 +- .../source/physics_lists/pyPhysicsLists.cc | 4 +- .../g4py/source/processes/CMakeLists.txt | 20 +- .../g4py/source/processes/pyG4ProcessTable.cc | 5 +- .../g4py/source/python/CMakeLists.txt | 26 - environments/g4py/source/python/__init__.py | 240 - .../g4py/source/python3/CMakeLists.txt | 27 - .../g4py/source/python3/colortable.py | 777 - environments/g4py/source/python3/g4thread.py | 23 - environments/g4py/source/python3/g4viscp.py | 68 - environments/g4py/source/python3/hepunit.py | 307 - environments/g4py/source/run/CMakeLists.txt | 20 +- environments/g4py/source/track/CMakeLists.txt | 20 +- .../g4py/source/tracking/CMakeLists.txt | 20 +- .../g4py/source/visualization/CMakeLists.txt | 34 +- environments/g4py/tests/CMakeLists.txt | 43 +- .../g4py/tests/g4pytest/CMakeLists.txt | 35 + .../tests/g4pytest/EMSTDpl/CMakeLists.txt | 4 + .../g4pytest}/EMSTDpl/PhysicsListEMstd.cc | 0 .../g4pytest}/EMSTDpl/PhysicsListEMstd.hh | 0 .../g4py/tests/g4pytest/EMSTDpl/__init__.py | 1 + .../g4pytest}/EMSTDpl/pyEMSTDpl.cc | 2 +- .../tests/g4pytest/ExN01geom/CMakeLists.txt | 4 + .../ExN01geom/ExN01DetectorConstruction.cc | 0 .../ExN01geom/ExN01DetectorConstruction.hh | 0 .../g4py/tests/g4pytest/ExN01geom/__init__.py | 1 + .../g4pytest}/ExN01geom/pyExN01geom.cc | 2 +- .../tests/g4pytest/ExN01pl/CMakeLists.txt | 4 + .../g4pytest}/ExN01pl/ExN01PhysicsList.cc | 0 .../g4pytest}/ExN01pl/ExN01PhysicsList.hh | 0 .../g4py/tests/g4pytest/ExN01pl/__init__.py | 1 + .../g4pytest}/ExN01pl/pyExN01pl.cc | 2 +- .../tests/g4pytest/ExN03geom/CMakeLists.txt | 4 + .../ExN03geom/ExN03DetectorConstruction.cc | 0 .../ExN03geom/ExN03DetectorConstruction.hh | 0 .../ExN03geom/ExN03DetectorMessenger.cc | 0 .../ExN03geom/ExN03DetectorMessenger.hh | 0 .../g4py/tests/g4pytest/ExN03geom/__init__.py | 1 + .../g4pytest}/ExN03geom/pyExN03geom.cc | 2 +- .../g4pytest/MCScore}/mcscore.py | 0 .../g4pytest}/MCScore/mcscorerootio.py | 0 .../g4pytest}/MCScore/reaction.dat | 0 .../tests/g4pytest/MedicalBeam/CMakeLists.txt | 4 + .../g4pytest}/MedicalBeam/MedicalBeam.cc | 19 +- .../g4pytest}/MedicalBeam/MedicalBeam.hh | 0 .../tests/g4pytest/MedicalBeam/__init__.py | 1 + .../g4pytest}/MedicalBeam/pyMedicalBeam.cc | 2 +- .../g4pytest/NISTmaterials/CMakeLists.txt | 4 + .../g4pytest}/NISTmaterials/NISTmaterials.cc | 0 .../tests/g4pytest/NISTmaterials/__init__.py | 1 + .../NISTmaterials/pyNISTmaterials.cc | 2 +- .../tests/g4pytest/ParticleGun/CMakeLists.txt | 4 + .../ParticleGun/ParticleGunAction.cc | 0 .../ParticleGun/ParticleGunAction.hh | 0 .../tests/g4pytest/ParticleGun/__init__.py | 1 + .../g4pytest}/ParticleGun/pyParticleGun.cc | 2 +- .../g4py/tests/g4pytest/Qgeom/CMakeLists.txt | 4 + .../g4pytest}/Qgeom/QDetectorConstruction.cc | 18 +- .../g4pytest}/Qgeom/QDetectorConstruction.hh | 0 .../g4py/tests/g4pytest/Qgeom/__init__.py | 1 + .../g4pytest}/Qgeom/pyQgeom.cc | 2 +- .../tests/g4pytest/Qmaterials/CMakeLists.txt | 4 + .../g4pytest}/Qmaterials/Qmaterials.cc | 16 +- .../tests/g4pytest/Qmaterials/__init__.py | 1 + .../g4pytest}/Qmaterials/pyQmaterials.cc | 2 +- .../python => tests/g4pytest}/__init__.py | 0 .../g4pytest/emcalculator}/emcalculator.py | 0 .../g4py/tests/g4pytest/ezgeom/CMakeLists.txt | 10 + .../ezgeom/EzDetectorConstruction.cc | 0 .../ezgeom/EzDetectorConstruction.hh | 0 .../g4pytest}/ezgeom/G4EzVolume.cc | 0 .../g4pytest}/ezgeom/G4EzVolume.hh | 0 .../ezgeom/G4EzVoxelParameterization.cc | 4 +- .../ezgeom/G4EzVoxelParameterization.hh | 5 +- .../g4pytest}/ezgeom/G4EzWorld.cc | 0 .../g4pytest}/ezgeom/G4EzWorld.hh | 0 .../g4py/tests/g4pytest/ezgeom/__init__.py | 1 + .../g4pytest}/ezgeom/pyEzgeom.cc | 2 +- .../g4py/tests/gtest01/CMakeLists.txt | 18 +- .../g4py/tests/gtest01/module/CMakeLists.txt | 22 +- .../gtest01/module/QDetectorConstruction.cc | 18 +- .../g4py/tests/gtest01/module/QEventAction.cc | 4 +- .../g4py/tests/gtest01/module/QMaterials.cc | 16 +- .../g4py/tests/gtest01/python3/test.py | 118 - environments/g4py/tests/gtest01/test.py | 19 +- .../g4py/tests/gtest02/CMakeLists.txt | 17 +- .../g4py/tests/gtest02/python3/test.py | 133 - environments/g4py/tests/gtest02/test.py | 44 +- .../g4py/tests/gtest03/CMakeLists.txt | 17 +- .../g4py/tests/gtest03/python3/test.py | 100 - environments/g4py/tests/gtest03/test.py | 36 +- .../g4py/tests/gtest04/CMakeLists.txt | 17 +- .../g4py/tests/gtest04/python3/test.py | 36 - environments/g4py/tests/gtest04/test.py | 10 +- .../g4py/tests/gtest05/CMakeLists.txt | 17 +- .../g4py/tests/gtest05/python3/test.py | 311 - environments/g4py/tests/gtest05/test.py | 33 +- .../g4py/tests/gtest06/CMakeLists.txt | 17 +- .../g4py/tests/gtest06/python3/test.py | 126 - environments/g4py/tests/gtest06/test.py | 32 +- .../g4py/tests/gtest07/CMakeLists.txt | 17 +- .../g4py/tests/gtest07/python3/test.py | 80 - environments/g4py/tests/gtest07/test.py | 8 +- environments/g4py/tests/test00/CMakeLists.txt | 11 - .../g4py/tests/test00/module/CMakeLists.txt | 25 - .../g4py/tests/test00/module/test00.cc | 48 - .../g4py/tests/test00/python3/test.py | 11 - environments/g4py/tests/test00/test.py | 12 - environments/g4py/tests/test01/CMakeLists.txt | 11 - .../g4py/tests/test01/module/AClass.cc | 72 - .../g4py/tests/test01/module/AClass.hh | 71 - .../g4py/tests/test01/module/CMakeLists.txt | 26 - .../g4py/tests/test01/module/test01.cc | 54 - .../g4py/tests/test01/python3/test.py | 17 - environments/g4py/tests/test01/test.py | 23 - environments/g4py/tests/test02/CMakeLists.txt | 5 - .../g4py/tests/test02/module/AClass.cc | 70 - .../g4py/tests/test02/module/AClass.hh | 52 - .../g4py/tests/test02/module/BClass.cc | 70 - .../g4py/tests/test02/module/BClass.hh | 52 - .../g4py/tests/test02/module/CMakeLists.txt | 28 - .../g4py/tests/test02/module/XBase.cc | 65 - .../g4py/tests/test02/module/XBase.hh | 69 - .../g4py/tests/test02/module/test02.cc | 65 - environments/g4py/tests/test02/test.py | 27 - environments/g4py/tests/test03/CMakeLists.txt | 3 - .../g4py/tests/test03/module/AClass.cc | 63 - .../g4py/tests/test03/module/AClass.hh | 52 - .../g4py/tests/test03/module/CMakeLists.txt | 26 - .../g4py/tests/test03/module/test03.cc | 45 - environments/g4py/tests/test04/CMakeLists.txt | 9 - .../g4py/tests/test04/module/CMakeLists.txt | 27 - environments/g4py/tests/test04/module/Step.cc | 57 - environments/g4py/tests/test04/module/Step.hh | 59 - .../g4py/tests/test04/module/Track.cc | 95 - .../g4py/tests/test04/module/Track.hh | 58 - .../g4py/tests/test04/module/test04.cc | 57 - environments/g4py/tests/test04/test1.py | 28 - environments/g4py/tests/test04/test2.py | 29 - environments/g4py/tests/test04/test3.py | 31 - environments/g4py/tests/test05/CMakeLists.txt | 5 - .../g4py/tests/test05/module/AClass.cc | 107 - .../g4py/tests/test05/module/AClass.hh | 71 - .../g4py/tests/test05/module/CMakeLists.txt | 27 - .../g4py/tests/test05/module/XFunc.cc | 69 - .../g4py/tests/test05/module/XFunc.hh | 44 - .../g4py/tests/test05/module/test05.cc | 81 - environments/g4py/tests/test05/test.py | 39 - environments/g4py/tests/test06/CMakeLists.txt | 5 - .../g4py/tests/test06/module/CMakeLists.txt | 27 - .../g4py/tests/test06/module/XBase.cc | 52 - .../g4py/tests/test06/module/XBase.hh | 64 - .../g4py/tests/test06/module/ZBase.cc | 67 - .../g4py/tests/test06/module/ZBase.hh | 52 - .../g4py/tests/test06/module/test06.cc | 73 - environments/g4py/tests/test06/test.py | 55 - environments/g4py/tests/test07/CMakeLists.txt | 5 - .../g4py/tests/test07/module/CMakeLists.txt | 25 - .../g4py/tests/test07/module/test07.cc | 51 - environments/g4py/tests/test07/test.py | 14 - environments/g4py/tests/test08/CMakeLists.txt | 5 - .../g4py/tests/test08/module/CMakeLists.txt | 25 - .../g4py/tests/test08/module/test08.cc | 55 - environments/g4py/tests/test08/test.py | 11 - environments/g4py/tests/test09/CMakeLists.txt | 5 - .../g4py/tests/test09/module/CMakeLists.txt | 25 - .../g4py/tests/test09/module/test09.cc | 86 - environments/g4py/tests/test09/test.py | 22 - environments/g4py/tests/test10/CMakeLists.txt | 5 - .../g4py/tests/test10/module/CMakeLists.txt | 25 - .../g4py/tests/test10/module/test10.cc | 150 - environments/g4py/tests/test10/test.py | 31 - environments/g4py/tests/test11/CMakeLists.txt | 5 - .../g4py/tests/test11/module/CMakeLists.txt | 25 - .../g4py/tests/test11/module/test11.cc | 56 - environments/g4py/tests/test11/test.py | 14 - environments/g4py/tests/test12/CMakeLists.txt | 5 - .../g4py/tests/test12/module/CMakeLists.txt | 26 - .../test12/module/include/container_utils.hpp | 52 - .../include/detail/indexing_suite_detail.hpp | 759 - .../test12/module/include/indexing_suite.hpp | 293 - .../module/include/map_indexing_suite.hpp | 181 - .../module/include/vector_indexing_suite.hpp | 243 - .../g4py/tests/test12/module/test12.cc | 96 - environments/g4py/tests/test12/test.py | 36 - environments/g4py/tests/test13/CMakeLists.txt | 5 - .../g4py/tests/test13/module/CMakeLists.txt | 25 - .../g4py/tests/test13/module/test13.cc | 90 - environments/g4py/tests/test13/test.py | 15 - .../advanced/ChargeExchangeMC/CMakeLists.txt | 120 +- .../ChargeExchangeMC/ChargeExchangeMC.cc | 6 +- .../ChargeExchangeMC/ChargeExchangeMC.out | 280 +- examples/advanced/ChargeExchangeMC/History | 4 + examples/advanced/air_shower/air_shower.out | 16 +- examples/advanced/amsEcal/run1.out | 4 +- .../advanced/brachytherapy/brachytherapy.out | 2 +- .../composite_calorimeter.out | 18 +- examples/advanced/eRosita/eRosita.out | 4 +- examples/advanced/gammaknife/gammaknife.out | 808 +- .../gammaray_telescope/gammaraytel.out | 32525 ++++++++-------- .../advanced/hadrontherapy/hadrontherapy.out | 6 +- .../advanced/human_phantom/human_phantom.out | 2 +- .../advanced/iort_therapy/iort_therapy.out | 4 +- .../lAr_calorimeter/lAr_calorimeter.out | 14 +- .../advanced/medical_linac/medical_linac.out | 20 +- examples/advanced/microbeam/microbeam.out | 4 +- .../microelectronics/microelectronics.out | 6 +- examples/advanced/nanobeam/nanobeam.out | 4 +- .../purging_magnet/purging_magnet.out | 2 +- .../radioprotection/radioprotection.out | 2 +- .../underground_physics.out | 2 +- .../xray_fluorescence/xray_fluorescence.out | 4 +- .../xray_telescope/xray_telescope.out | 4 +- examples/basic/B1/exampleB1.out | 4 +- examples/basic/B2/.README.txt | 8 +- examples/basic/B2/B2a/exampleB2a.out | 4 +- .../B2/B2a/src/B2PrimaryGeneratorAction.cc | 2 + examples/basic/B2/B2b/exampleB2b.out | 4 +- .../B2/B2b/src/B2PrimaryGeneratorAction.cc | 2 + examples/basic/B2/History | 5 + examples/basic/B2/README | 8 +- examples/basic/B3/B3a/exampleB3a.out | 2 +- examples/basic/B3/B3b/exampleB3b.out | 2 +- examples/basic/B4/B4a/exampleB4a.out | 4 +- examples/basic/B4/B4b/exampleB4b.out | 4 +- examples/basic/B4/B4c/exampleB4c.out | 4 +- examples/basic/B4/B4d/exampleB4d.out | 6 +- examples/basic/B5/exampleB5.out | 304 +- .../extended/analysis/AnaEx01/AnaEx01.out | 4 +- .../extended/analysis/AnaEx02/AnaEx02.out | 4 +- .../extended/analysis/B1Con/exampleB01Con.out | 82 +- examples/extended/biasing/B01/exampleB01.out | 44 +- examples/extended/biasing/B02/exampleB02.out | 44 +- examples/extended/biasing/B03/exampleB03.out | 48 +- .../extended/biasing/GB01/exampleGB01.out | 4 +- .../extended/biasing/GB02/exampleGB02.out | 4 +- .../extended/biasing/GB03/exampleGB03.out | 14 +- .../extended/biasing/GB04/exampleGB04.out | 10 +- .../extended/biasing/GB05/exampleGB05.out | 2499 +- .../extended/biasing/GB06/exampleGB06.out | 397 +- examples/extended/biasing/ReverseMC01/History | 5 + .../run_adjoint_simulation_electron.out | 4 +- .../ReverseMC01/src/RMC01AnalysisManager.cc | 48 +- .../electromagnetic/TestEm0/TestEm0.out | 6 +- .../electromagnetic/TestEm1/TestEm1.out | 8 +- .../electromagnetic/TestEm10/TestEm10.out | 8 +- .../electromagnetic/TestEm11/TestEm11.out | 6 +- .../electromagnetic/TestEm12/TestEm12.out | 4 +- .../electromagnetic/TestEm13/TestEm13.out | 6 +- .../electromagnetic/TestEm14/TestEm14.out | 6 +- .../electromagnetic/TestEm15/TestEm15.out | 6 +- .../electromagnetic/TestEm16/TestEm16.out | 4 +- .../electromagnetic/TestEm17/TestEm17.out | 8 +- .../electromagnetic/TestEm18/TestEm18.out | 4 +- .../electromagnetic/TestEm2/TestEm2.out | 4 +- .../electromagnetic/TestEm3/TestEm3.out | 6 +- .../electromagnetic/TestEm4/TestEm4.out | 4 +- .../electromagnetic/TestEm5/TestEm5.out | 12 +- .../electromagnetic/TestEm6/TestEm6.out | 6 +- .../electromagnetic/TestEm7/TestEm7.out | 16 +- .../electromagnetic/TestEm8/TestEm8.out | 4 +- .../electromagnetic/TestEm9/TestEm9.out | 10 +- .../extended/errorpropagation/errorprop.out | 22 +- .../eventgenerator/exgps/exgps_batch.out | 2 +- .../particleGun/particleGun_run1.out | 6 +- .../particleGun/particleGun_run2.out | 4 +- .../particleGun/particleGun_run3.out | 4 +- .../particleGun/particleGun_run4.out | 4 +- .../userPrimaryGenerator.out | 4 +- .../exoticphysics/channeling/channeling.out | 4 +- .../exoticphysics/dmparticle/dmparticle.out | 4 +- .../extended/exoticphysics/monopole/History | 7 + .../exoticphysics/monopole/monopole.cc | 36 +- .../exoticphysics/monopole/monopole.out | 55 +- .../monopole/src/G4MonopolePhysics.cc | 6 +- .../monopole/src/G4MonopoleTransportation.cc | 14 +- examples/extended/exoticphysics/ucn/ExUCN.out | 4 +- examples/extended/field/field01/field01.out | 20 +- examples/extended/field/field02/field02.out | 8 +- examples/extended/field/field03/field03.out | 14 +- examples/extended/field/field04/field04.out | 77 +- examples/extended/field/field05/field05.out | 2 +- examples/extended/field/field06/field06.out | 4 +- .../extended/g3tog4/clGeometry/clGeometry.out | 20 +- .../extended/geometry/transforms/batch.out | 4 +- .../FissionFragment/FissionFragment.out | 2 +- examples/extended/hadronic/Hadr00/hadr00.out | 4 +- examples/extended/hadronic/Hadr01/hadr01.out | 8 +- examples/extended/hadronic/Hadr02/hadr02.out | 6 +- examples/extended/hadronic/Hadr03/hadr03.out | 6 +- examples/extended/hadronic/Hadr04/hadr04.out | 4 +- examples/extended/hadronic/Hadr06/hadr06.out | 58 +- examples/extended/hadronic/Hadr07/hadr07.out | 59 +- .../hadronic/NeutronSource/NeutronSource.out | 4 +- examples/extended/medical/DICOM/run.out | 4 +- .../medical/GammaTherapy/GammaTherapy.out | 4 +- examples/extended/medical/dna/chem1/chem1.out | 4 +- examples/extended/medical/dna/chem2/chem2.out | 2 +- examples/extended/medical/dna/chem3/chem3.out | 2 +- examples/extended/medical/dna/chem4/chem4.out | 12 +- .../medical/dna/clustering/clustering.out | 2 +- .../medical/dna/dnaphysics/dnaphysics.out | 6 +- examples/extended/medical/dna/icsd/icsd.out | 4 +- examples/extended/medical/dna/mfp/mfp.out | 2 +- .../dna/microdosimetry/microdosimetry.out | 4 +- .../extended/medical/dna/microyz/microyz.out | 4 +- .../extended/medical/dna/neuron/neuron.out | 4 +- .../extended/medical/dna/pdb4dna/pdb4dna.out | 2 +- examples/extended/medical/dna/range/range.out | 2 +- .../extended/medical/dna/slowing/slowing.out | 2 +- .../extended/medical/dna/spower/spower.out | 2 +- .../extended/medical/dna/svalue/svalue.out | 2 +- .../dna/wholeNuclearDNA/wholeNuclearDNA.out | 2 +- .../extended/medical/dna/wvalue/wvalue.out | 2 +- .../electronScattering/electronScattering.out | 4 +- .../electronScattering2.out | 4 +- .../medical/fanoCavity/fanoCavity.out | 4 +- .../medical/fanoCavity2/fanoCavity2.out | 4 +- .../ThreadsafeScorers/threadsafe-scorers.out | 492 +- .../parameterisations/Par01/examplePar01.out | 4 +- .../parameterisations/Par02/examplePar02.out | 32 +- examples/extended/persistency/P03/batch.out | 4 +- .../extended/persistency/gdml/G01/g01.out | 14 +- .../extended/persistency/gdml/G04/g04.out | 14 +- .../extensibleFactory/extensibleFactory.out | 4 +- .../factory/factory-environment.out | 4 +- .../extended/physicslists/factory/factory.out | 4 +- .../physicslists/genericPL/genericPL.out | 4 +- .../extended/polarisation/Pol01/pol01.out | 4 +- .../Activation/Activation.out | 4 +- .../radioactivedecay/rdecay01/rdecay01.out | 8 +- .../radioactivedecay/rdecay02/rdecay02.out | 4 +- examples/extended/runAndEvent/RE01/sample.out | 5227 +-- examples/extended/runAndEvent/RE02/run.out | 6 +- examples/extended/runAndEvent/RE02/run3.out | 120 +- examples/extended/runAndEvent/RE02/run4.out | 6 +- .../extended/runAndEvent/RE04/exampleRE04.out | 4 +- .../extended/runAndEvent/RE05/exampleRE05.out | 60 +- .../extended/runAndEvent/RE06/exampleRE06.out | 12 +- .../visualization/userVisAction/run1.out | 8 +- .../visualization/userVisAction/run2.out | 18 +- .../userVisAction/userVisAction.out | 6 +- source/GNUmakefile | 2 +- source/analysis/CMakeLists.txt | 2 +- source/analysis/g4tools/CMakeLists.txt | 2 +- source/geometry/solids/specific/History | 6 +- .../specific/include/G4UExtrudedSolid.hh | 16 +- .../solids/specific/src/G4UExtrudedSolid.cc | 10 +- source/global/History | 6 + .../global/management/include/G4UnitsTable.hh | 37 +- source/global/management/include/G4Version.hh | 10 +- source/intercoms/History | 3 + source/intercoms/src/G4UIcontrolMessenger.cc | 5 +- .../constructors/limiters/History | 4 + .../limiters/src/G4GenericBiasingPhysics.cc | 42 +- .../processes/electromagnetic/utils/History | 3 + .../utils/src/G4LossTableBuilder.cc | 6 +- .../hadronic/models/de_excitation/History | 5 + .../management/src/G4DeexPrecoParameters.cc | 2 +- source/processes/hadronic/models/lend/History | 18 +- .../lend/include/G4LENDGammaCrossSection.hh | 70 + .../models/lend/include/G4LENDGammaModel.hh | 71 + .../hadronic/models/lend/sources.cmake | 4 + .../lend/src/G4LENDGammaCrossSection.cc | 99 + .../models/lend/src/G4LENDGammaModel.cc | 87 + .../models/lend/src/G4LENDInelastic.cc | 358 +- .../models/lend/src/MCGIDI_outputChannel.cc | 254 +- .../hadronic/models/particle_hp/History | 30 + .../include/G4ParticleHPDataPoint.hh | 9 +- .../particle_hp/include/G4ParticleHPHash.hh | 2 +- .../include/G4ParticleHPPhotonDist.hh | 3 +- .../src/G4ParticleHPInelasticBaseFS.cc | 2 +- .../src/G4ParticleHPInelasticCompFS.cc | 81 +- .../src/G4ParticleHPThermalScattering.cc | 108 +- .../parton_string/hadronization/History | 5 + .../src/G4LundStringFragmentation.cc | 45 +- .../hadronization/src/G4QGSMFragmentation.cc | 35 +- .../hadronic/models/radioactive_decay/History | 7 + .../src/G4Radioactivation.cc | 8 +- .../src/G4RadioactiveDecay.cc | 6 +- .../src/G4RadioactiveDecayBase.cc | 5 +- 448 files changed, 23779 insertions(+), 31516 deletions(-) create mode 100644 ReleaseNotes/Patch4.10.6-2.txt delete mode 100644 cmake/Modules/Geant4Wrapping.cmake create mode 100644 environments/g4py/G4PythonHelpers.cmake delete mode 100644 environments/g4py/cmake/Modules/FindGeant4.cmake delete mode 100644 environments/g4py/cmake/Modules/FindROOT.cmake delete mode 100644 environments/g4py/cmake/Modules/FindXercesC.cmake delete mode 100644 environments/g4py/cmake/Modules/SetInstallPath.cmake delete mode 100644 environments/g4py/site-modules/CMakeLists.txt delete mode 100644 environments/g4py/site-modules/geometries/CMakeLists.txt delete mode 100644 environments/g4py/site-modules/geometries/ExN01geom/CMakeLists.txt delete mode 100644 environments/g4py/site-modules/geometries/ExN03geom/CMakeLists.txt delete mode 100644 environments/g4py/site-modules/geometries/Qgeom/CMakeLists.txt delete mode 100644 environments/g4py/site-modules/geometries/ezgeom/CMakeLists.txt delete mode 100644 environments/g4py/site-modules/materials/CMakeLists.txt delete mode 100644 environments/g4py/site-modules/materials/NISTmaterials/CMakeLists.txt delete mode 100644 environments/g4py/site-modules/materials/Qmaterials/CMakeLists.txt delete mode 100644 environments/g4py/site-modules/physics_lists/CMakeLists.txt delete mode 100644 environments/g4py/site-modules/physics_lists/EMSTDpl/CMakeLists.txt delete mode 100644 environments/g4py/site-modules/physics_lists/ExN01pl/CMakeLists.txt delete mode 100644 environments/g4py/site-modules/primaries/CMakeLists.txt delete mode 100644 environments/g4py/site-modules/primaries/MedicalBeam/CMakeLists.txt delete mode 100644 environments/g4py/site-modules/primaries/ParticleGun/CMakeLists.txt delete mode 100644 environments/g4py/site-modules/processes/CMakeLists.txt delete mode 100644 environments/g4py/site-modules/processes/emcalculator/CMakeLists.txt delete mode 100644 environments/g4py/site-modules/processes/emcalculator/emcalculator.py delete mode 100644 environments/g4py/site-modules/processes/emcalculator/python3/CMakeLists.txt delete mode 100644 environments/g4py/site-modules/python/CMakeLists.txt delete mode 100644 environments/g4py/site-modules/utils/CMakeLists.txt delete mode 100644 environments/g4py/site-modules/utils/MCScore/CMakeLists.txt delete mode 100644 environments/g4py/site-modules/utils/MCScore/mcscore.py delete mode 100644 environments/g4py/site-modules/utils/MCScore/python3/CMakeLists.txt rename environments/g4py/source/{python3 => }/__init__.py (98%) rename environments/g4py/source/{python => }/colortable.py (100%) rename environments/g4py/source/{python => }/g4thread.py (100%) rename environments/g4py/source/{python => }/g4viscp.py (100%) rename environments/g4py/source/{python => }/hepunit.py (100%) delete mode 100644 environments/g4py/source/python/CMakeLists.txt delete mode 100644 environments/g4py/source/python/__init__.py delete mode 100644 environments/g4py/source/python3/CMakeLists.txt delete mode 100644 environments/g4py/source/python3/colortable.py delete mode 100644 environments/g4py/source/python3/g4thread.py delete mode 100644 environments/g4py/source/python3/g4viscp.py delete mode 100644 environments/g4py/source/python3/hepunit.py create mode 100644 environments/g4py/tests/g4pytest/CMakeLists.txt create mode 100644 environments/g4py/tests/g4pytest/EMSTDpl/CMakeLists.txt rename environments/g4py/{site-modules/physics_lists => tests/g4pytest}/EMSTDpl/PhysicsListEMstd.cc (100%) rename environments/g4py/{site-modules/physics_lists => tests/g4pytest}/EMSTDpl/PhysicsListEMstd.hh (100%) create mode 100644 environments/g4py/tests/g4pytest/EMSTDpl/__init__.py rename environments/g4py/{site-modules/physics_lists => tests/g4pytest}/EMSTDpl/pyEMSTDpl.cc (98%) create mode 100644 environments/g4py/tests/g4pytest/ExN01geom/CMakeLists.txt rename environments/g4py/{site-modules/geometries => tests/g4pytest}/ExN01geom/ExN01DetectorConstruction.cc (100%) rename environments/g4py/{site-modules/geometries => tests/g4pytest}/ExN01geom/ExN01DetectorConstruction.hh (100%) create mode 100644 environments/g4py/tests/g4pytest/ExN01geom/__init__.py rename environments/g4py/{site-modules/geometries => tests/g4pytest}/ExN01geom/pyExN01geom.cc (98%) create mode 100644 environments/g4py/tests/g4pytest/ExN01pl/CMakeLists.txt rename environments/g4py/{site-modules/physics_lists => tests/g4pytest}/ExN01pl/ExN01PhysicsList.cc (100%) rename environments/g4py/{site-modules/physics_lists => tests/g4pytest}/ExN01pl/ExN01PhysicsList.hh (100%) create mode 100644 environments/g4py/tests/g4pytest/ExN01pl/__init__.py rename environments/g4py/{site-modules/physics_lists => tests/g4pytest}/ExN01pl/pyExN01pl.cc (98%) create mode 100644 environments/g4py/tests/g4pytest/ExN03geom/CMakeLists.txt rename environments/g4py/{site-modules/geometries => tests/g4pytest}/ExN03geom/ExN03DetectorConstruction.cc (100%) rename environments/g4py/{site-modules/geometries => tests/g4pytest}/ExN03geom/ExN03DetectorConstruction.hh (100%) rename environments/g4py/{site-modules/geometries => tests/g4pytest}/ExN03geom/ExN03DetectorMessenger.cc (100%) rename environments/g4py/{site-modules/geometries => tests/g4pytest}/ExN03geom/ExN03DetectorMessenger.hh (100%) create mode 100644 environments/g4py/tests/g4pytest/ExN03geom/__init__.py rename environments/g4py/{site-modules/geometries => tests/g4pytest}/ExN03geom/pyExN03geom.cc (99%) rename environments/g4py/{site-modules/utils/MCScore/python3 => tests/g4pytest/MCScore}/mcscore.py (100%) rename environments/g4py/{site-modules/utils => tests/g4pytest}/MCScore/mcscorerootio.py (100%) rename environments/g4py/{site-modules/utils => tests/g4pytest}/MCScore/reaction.dat (100%) create mode 100644 environments/g4py/tests/g4pytest/MedicalBeam/CMakeLists.txt rename environments/g4py/{site-modules/primaries => tests/g4pytest}/MedicalBeam/MedicalBeam.cc (94%) rename environments/g4py/{site-modules/primaries => tests/g4pytest}/MedicalBeam/MedicalBeam.hh (100%) create mode 100644 environments/g4py/tests/g4pytest/MedicalBeam/__init__.py rename environments/g4py/{site-modules/primaries => tests/g4pytest}/MedicalBeam/pyMedicalBeam.cc (99%) create mode 100644 environments/g4py/tests/g4pytest/NISTmaterials/CMakeLists.txt rename environments/g4py/{site-modules/materials => tests/g4pytest}/NISTmaterials/NISTmaterials.cc (100%) create mode 100644 environments/g4py/tests/g4pytest/NISTmaterials/__init__.py rename environments/g4py/{site-modules/materials => tests/g4pytest}/NISTmaterials/pyNISTmaterials.cc (98%) create mode 100644 environments/g4py/tests/g4pytest/ParticleGun/CMakeLists.txt rename environments/g4py/{site-modules/primaries => tests/g4pytest}/ParticleGun/ParticleGunAction.cc (100%) rename environments/g4py/{site-modules/primaries => tests/g4pytest}/ParticleGun/ParticleGunAction.hh (100%) create mode 100644 environments/g4py/tests/g4pytest/ParticleGun/__init__.py rename environments/g4py/{site-modules/primaries => tests/g4pytest}/ParticleGun/pyParticleGun.cc (98%) create mode 100644 environments/g4py/tests/g4pytest/Qgeom/CMakeLists.txt rename environments/g4py/{site-modules/geometries => tests/g4pytest}/Qgeom/QDetectorConstruction.cc (94%) rename environments/g4py/{site-modules/geometries => tests/g4pytest}/Qgeom/QDetectorConstruction.hh (100%) create mode 100644 environments/g4py/tests/g4pytest/Qgeom/__init__.py rename environments/g4py/{site-modules/geometries => tests/g4pytest}/Qgeom/pyQgeom.cc (98%) create mode 100644 environments/g4py/tests/g4pytest/Qmaterials/CMakeLists.txt rename environments/g4py/{site-modules/materials => tests/g4pytest}/Qmaterials/Qmaterials.cc (92%) create mode 100644 environments/g4py/tests/g4pytest/Qmaterials/__init__.py rename environments/g4py/{site-modules/materials => tests/g4pytest}/Qmaterials/pyQmaterials.cc (98%) rename environments/g4py/{site-modules/python => tests/g4pytest}/__init__.py (100%) rename environments/g4py/{site-modules/processes/emcalculator/python3 => tests/g4pytest/emcalculator}/emcalculator.py (100%) create mode 100644 environments/g4py/tests/g4pytest/ezgeom/CMakeLists.txt rename environments/g4py/{site-modules/geometries => tests/g4pytest}/ezgeom/EzDetectorConstruction.cc (100%) rename environments/g4py/{site-modules/geometries => tests/g4pytest}/ezgeom/EzDetectorConstruction.hh (100%) rename environments/g4py/{site-modules/geometries => tests/g4pytest}/ezgeom/G4EzVolume.cc (100%) rename environments/g4py/{site-modules/geometries => tests/g4pytest}/ezgeom/G4EzVolume.hh (100%) rename environments/g4py/{site-modules/geometries => tests/g4pytest}/ezgeom/G4EzVoxelParameterization.cc (97%) rename environments/g4py/{site-modules/geometries => tests/g4pytest}/ezgeom/G4EzVoxelParameterization.hh (97%) rename environments/g4py/{site-modules/geometries => tests/g4pytest}/ezgeom/G4EzWorld.cc (100%) rename environments/g4py/{site-modules/geometries => tests/g4pytest}/ezgeom/G4EzWorld.hh (100%) create mode 100644 environments/g4py/tests/g4pytest/ezgeom/__init__.py rename environments/g4py/{site-modules/geometries => tests/g4pytest}/ezgeom/pyEzgeom.cc (99%) delete mode 100755 environments/g4py/tests/gtest01/python3/test.py delete mode 100755 environments/g4py/tests/gtest02/python3/test.py delete mode 100755 environments/g4py/tests/gtest03/python3/test.py delete mode 100755 environments/g4py/tests/gtest04/python3/test.py delete mode 100755 environments/g4py/tests/gtest05/python3/test.py delete mode 100755 environments/g4py/tests/gtest06/python3/test.py delete mode 100755 environments/g4py/tests/gtest07/python3/test.py delete mode 100644 environments/g4py/tests/test00/CMakeLists.txt delete mode 100644 environments/g4py/tests/test00/module/CMakeLists.txt delete mode 100644 environments/g4py/tests/test00/module/test00.cc delete mode 100755 environments/g4py/tests/test00/python3/test.py delete mode 100755 environments/g4py/tests/test00/test.py delete mode 100644 environments/g4py/tests/test01/CMakeLists.txt delete mode 100644 environments/g4py/tests/test01/module/AClass.cc delete mode 100644 environments/g4py/tests/test01/module/AClass.hh delete mode 100644 environments/g4py/tests/test01/module/CMakeLists.txt delete mode 100644 environments/g4py/tests/test01/module/test01.cc delete mode 100755 environments/g4py/tests/test01/python3/test.py delete mode 100755 environments/g4py/tests/test01/test.py delete mode 100644 environments/g4py/tests/test02/CMakeLists.txt delete mode 100644 environments/g4py/tests/test02/module/AClass.cc delete mode 100644 environments/g4py/tests/test02/module/AClass.hh delete mode 100644 environments/g4py/tests/test02/module/BClass.cc delete mode 100644 environments/g4py/tests/test02/module/BClass.hh delete mode 100644 environments/g4py/tests/test02/module/CMakeLists.txt delete mode 100644 environments/g4py/tests/test02/module/XBase.cc delete mode 100644 environments/g4py/tests/test02/module/XBase.hh delete mode 100644 environments/g4py/tests/test02/module/test02.cc delete mode 100755 environments/g4py/tests/test02/test.py delete mode 100644 environments/g4py/tests/test03/CMakeLists.txt delete mode 100644 environments/g4py/tests/test03/module/AClass.cc delete mode 100644 environments/g4py/tests/test03/module/AClass.hh delete mode 100644 environments/g4py/tests/test03/module/CMakeLists.txt delete mode 100644 environments/g4py/tests/test03/module/test03.cc delete mode 100644 environments/g4py/tests/test04/CMakeLists.txt delete mode 100644 environments/g4py/tests/test04/module/CMakeLists.txt delete mode 100644 environments/g4py/tests/test04/module/Step.cc delete mode 100644 environments/g4py/tests/test04/module/Step.hh delete mode 100644 environments/g4py/tests/test04/module/Track.cc delete mode 100644 environments/g4py/tests/test04/module/Track.hh delete mode 100644 environments/g4py/tests/test04/module/test04.cc delete mode 100755 environments/g4py/tests/test04/test1.py delete mode 100755 environments/g4py/tests/test04/test2.py delete mode 100755 environments/g4py/tests/test04/test3.py delete mode 100644 environments/g4py/tests/test05/CMakeLists.txt delete mode 100644 environments/g4py/tests/test05/module/AClass.cc delete mode 100644 environments/g4py/tests/test05/module/AClass.hh delete mode 100644 environments/g4py/tests/test05/module/CMakeLists.txt delete mode 100644 environments/g4py/tests/test05/module/XFunc.cc delete mode 100644 environments/g4py/tests/test05/module/XFunc.hh delete mode 100644 environments/g4py/tests/test05/module/test05.cc delete mode 100755 environments/g4py/tests/test05/test.py delete mode 100644 environments/g4py/tests/test06/CMakeLists.txt delete mode 100644 environments/g4py/tests/test06/module/CMakeLists.txt delete mode 100644 environments/g4py/tests/test06/module/XBase.cc delete mode 100644 environments/g4py/tests/test06/module/XBase.hh delete mode 100644 environments/g4py/tests/test06/module/ZBase.cc delete mode 100644 environments/g4py/tests/test06/module/ZBase.hh delete mode 100644 environments/g4py/tests/test06/module/test06.cc delete mode 100755 environments/g4py/tests/test06/test.py delete mode 100644 environments/g4py/tests/test07/CMakeLists.txt delete mode 100644 environments/g4py/tests/test07/module/CMakeLists.txt delete mode 100644 environments/g4py/tests/test07/module/test07.cc delete mode 100755 environments/g4py/tests/test07/test.py delete mode 100644 environments/g4py/tests/test08/CMakeLists.txt delete mode 100644 environments/g4py/tests/test08/module/CMakeLists.txt delete mode 100644 environments/g4py/tests/test08/module/test08.cc delete mode 100755 environments/g4py/tests/test08/test.py delete mode 100644 environments/g4py/tests/test09/CMakeLists.txt delete mode 100644 environments/g4py/tests/test09/module/CMakeLists.txt delete mode 100644 environments/g4py/tests/test09/module/test09.cc delete mode 100755 environments/g4py/tests/test09/test.py delete mode 100644 environments/g4py/tests/test10/CMakeLists.txt delete mode 100644 environments/g4py/tests/test10/module/CMakeLists.txt delete mode 100644 environments/g4py/tests/test10/module/test10.cc delete mode 100755 environments/g4py/tests/test10/test.py delete mode 100644 environments/g4py/tests/test11/CMakeLists.txt delete mode 100644 environments/g4py/tests/test11/module/CMakeLists.txt delete mode 100644 environments/g4py/tests/test11/module/test11.cc delete mode 100755 environments/g4py/tests/test11/test.py delete mode 100644 environments/g4py/tests/test12/CMakeLists.txt delete mode 100644 environments/g4py/tests/test12/module/CMakeLists.txt delete mode 100644 environments/g4py/tests/test12/module/include/container_utils.hpp delete mode 100644 environments/g4py/tests/test12/module/include/detail/indexing_suite_detail.hpp delete mode 100644 environments/g4py/tests/test12/module/include/indexing_suite.hpp delete mode 100644 environments/g4py/tests/test12/module/include/map_indexing_suite.hpp delete mode 100644 environments/g4py/tests/test12/module/include/vector_indexing_suite.hpp delete mode 100644 environments/g4py/tests/test12/module/test12.cc delete mode 100755 environments/g4py/tests/test12/test.py delete mode 100644 environments/g4py/tests/test13/CMakeLists.txt delete mode 100644 environments/g4py/tests/test13/module/CMakeLists.txt delete mode 100644 environments/g4py/tests/test13/module/test13.cc delete mode 100755 environments/g4py/tests/test13/test.py create mode 100644 source/processes/hadronic/models/lend/include/G4LENDGammaCrossSection.hh create mode 100644 source/processes/hadronic/models/lend/include/G4LENDGammaModel.hh create mode 100644 source/processes/hadronic/models/lend/src/G4LENDGammaCrossSection.cc create mode 100644 source/processes/hadronic/models/lend/src/G4LENDGammaModel.cc diff --git a/CMakeLists.txt b/CMakeLists.txt index a09b269390..1cfdaea695 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,7 +32,7 @@ set(CMAKE_USER_MAKE_RULES_OVERRIDE_CXX project(Geant4) set(${PROJECT_NAME}_VERSION_MAJOR 10) set(${PROJECT_NAME}_VERSION_MINOR 6) -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 diff --git a/ReleaseNotes/Patch4.10.6-2.txt b/ReleaseNotes/Patch4.10.6-2.txt new file mode 100644 index 0000000000..a47ddad204 --- /dev/null +++ b/ReleaseNotes/Patch4.10.6-2.txt @@ -0,0 +1,124 @@ + + Geant4 10.6 - patch-02 Release Notes + ------------------------------------ + + 29 May 2020 + +List of fixes included in this public patch since the public release 10.6.p01: + + o Configuration: + ------------- + + CMake: + o Added activation of build of G4Py through GEANT4_USE_PYTHON flag. + Requires Boost.Python (only 1.72 tested so far) using Python 3 or + newer (only 3.7 tested). + Verify that MT builds use 'global-dynamic' TLS mode to allow Python + module loading of dynamic libraries. + o Fix to avoid configuration of applications failure due to variables + having empty values, and consequently no "type" argument. Only store + values in the package cache if they are set and have a valid value. + o Use full path to datasets if GEANT4_INSTALL_DATADIR is an absolute path. + Customize CMAKE_INSTALL_DATADIR in a single location. + o Suppress warnings about icc libraries not existing for Intel icc-19. + + o Environments: + ------------ + + G4Py: integrated build, test, and install of geant4py with core Geant4 + CMake build system. + + o Geometry: + -------- + + solids/specific: + o Fixed mismatch in signature of constructors for the G4UExtrudedSolid + wrapper. + + o Global: + ------ + + G4UnitsTable: added inheriting constructors for std::vector. + Addressing problem report #2232. + + Updated date and version for 10.6.p02. + + o Intercoms: + --------- + + Accept null string as an alias value. Addessing problem report #2208. + + o Physics Lists + ------------- + + constructors/limiters + o G4GenericBiasingPhysics: added missing code for parallel geometries + for all neutral and charged particles. + + o Processes - Electromagnetic: + --------------------------- + + utils: + o G4LossTableBuilder: fixed typo. Addressing problem report #2230. + + o Processes - Hadronic: + -------------------- + + models/de_excitation: + o G4DeexPrecoParameters: set default time limit to 1 microsecond + for isomer production (now, in all cases, isomers with half-life time + above 1 microsecond are produced, whereas before this happened + only when Radioactive Decay was activated, else only above 1000 sec). + Addressing problem report #2226. + + models/lend: + o New class G4LENDGammaModel to sample GND gamma-nuclear reactions. + New class G4LENDGammaCrossSection to sample GND gamma-nuclear reactions. + Added documentation to MCGIDI_outputChannel. + Rewritten G4LENDInelastic to take care of large baryon number + violations. Addressing problem report #2174. + + models/particle_hp: + o In G4ParticleHPInelasticBaseFS, use QI[0]-QI[it] for excitation and + added particle definition protection to 'iLevel' calculation. + Addressing problem report #1838. + o Correction in G4ParticleHPInelasticBaseFS and + G4ParticleHPInelasticCompFS. Removed deletion of 'theReactionXsec' + in G4ParticleHPPhotonDist() destructor as memory allocation does + not take place in this class. Addressing problem report #1824. + o In G4ParticleHPThermalScattering::create_E_isoAng_from_energy(), + added fatal exception for case when pointers panEPM_T_EL or panEPM_T_EH + are null; fixing Coverity reports. + o Corrected copy constructor in G4ParticleHPDataPoint. + + models/parton_string/hadronization: + o G4QGSMFragmentation, G4LundStringFragmentation: fixed Coverity defects + warnings; if fragmentation at low energy is not possible, always return + flag "false"; use nullptr. + + models/radioactive_decay: + o G4RadioactiveDecayBase, G4RadioactiveDecay, G4Radioactivation: + use G4VERBOSE consistently; in G4Radioactivation, fixed forgotten + change of verbosity from 0 to 1. + + o Examples: + -------- + + advanced/ChargeExchangeMC + o Fixed compilation error on main(). + o Fixed CMake build script for dependence on Qt libraries. + + basic/B2 + o Updated READMEs and added a comment in B2PrimaryGeneratorAction + that starting a primary particle on the world boundary requires + shooting in a direction towards inside the world. + + extended/biasing/ReverseMC01 + o RMC01AnalysisManager: use double for computation of mean and RMS; + added protection for sqrt() argument, to avoid a problem due to + precision loss in arithmetic computations. + + extended/exoticphysics/monopole + o G4MonopolePhysics: minor code clean-up for thread safety + o Do not instantiate VisManager in the batch mode in main(); + fixed some typos. + o G4MonopoleTransportation: removed check if monopole is opticalphoton + or not as no longer necessary. + + ---------------------------------------------------------------------------- + + Technical Notes + --------------- + + o This patch should be applied on top of release 10.6 or 10.6.p01. + o Technical notes distributed for release 10.6 are also applicable and + valid for this patch. + +The code and rebuilt binary libraries for release 10.6.p02 are available +through the Geant4 "Download" Web page. + +Please refer to the Geant4 User Documentation for further information about +using Geant4. diff --git a/cmake/History b/cmake/History index ddb53b80dd..51499c64d3 100644 --- a/cmake/History +++ b/cmake/History @@ -29,6 +29,24 @@ add this in the documentation for the changed file as [BUGFIX #BUGNUMBER]. * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +21st April 2020 - Ben Morgan (cmake-V10-05-39) +- BUGFIX: Only store variables in Geant4PackageCache if they have + a value. + +6th April 2020 - Ben Morgan (cmake-V10-05-38) +- Activate build of geant4py when GEANT4_USE_PYTHON is set + Check that MT builds use global-dynamic TLS to allow Python + module loading of the Geant4 dynamic libraries. + +3rd April 2020 - Guilherme Amadio (cmake-V10-05-37) +- Use full path to datasets if GEANT4_INSTALL_DATADIR is an absolute path + +2nd April 2020 - Guilherme Amadio (cmake-V10-05-36) +- Customize CMAKE_INSTALL_DATADIR in a single location + +18th March 2020 - Gunter Folger (cmake-V10-05-35) +- In Modules/G4CPack.cmake suppress warnings about icc libraries not existing + for Intel icc version 19. 14th February 2020 - Ben Morgan (cmake-V10-05-34) - No longer create gnumake symlinks on Windows diff --git a/cmake/Modules/G4CMakeMain.cmake b/cmake/Modules/G4CMakeMain.cmake index a6b984fcad..10b4cae810 100644 --- a/cmake/Modules/G4CMakeMain.cmake +++ b/cmake/Modules/G4CMakeMain.cmake @@ -63,15 +63,30 @@ include(Geant4OptionalComponents) # there are many complex options to handle. include(Geant4InterfaceOptions) -# - Provide options to enable wrapping of Geant4 by other languages -include(Geant4Wrapping) +# - Installation of optional read-only architecture independent data files. +include(Geant4InstallData) + +# - Include testing up front so both source and environments can use it if required +include(Geant4CTest) + #----------------------------------------------------------------------- # Add the source and environments subdirectories # source : Process all the Geant4 core targets # environments : Process optional wrappings of Geant4 (NOTYETIMPLEMENTED) add_subdirectory(source) -#add_subdirectory(environments) + +option(GEANT4_USE_PYTHON "Build Python bindings for Geant4" OFF) +if(GEANT4_USE_PYTHON) + # We can only build g4py with MT geant4 if TLS is global-dynamic (or auto?) + if(GEANT4_BUILD_MULTITHREADED AND (NOT GEANT4_BUILD_TLS_MODEL MATCHES "global-dynamic")) + message(FATAL_ERROR "Geant4Py only supports 'global-dynamic' thread local storage +'${GEANT4_BUILD_TLS_MODEL}' selected by GEANT4_BUILD_TLS_MODEL option +") + endif() + + add_subdirectory(environments/g4py) +endif() #----------------------------------------------------------------------- # - Perform all post build tasks @@ -79,13 +94,6 @@ add_subdirectory(source) # and other properties processed in source and environments trees before # these tasks can be performed. # -# - Installation of optional read-only architecture independent data files. -# E.g. Examples, data libraries, documentation. -# Done before toolchain generation because it may affect what we have to do -# there! -# -include(Geant4InstallData) - # - Generate any Use/Config/Support files here once everything else has # been processed e.g. "UseGeant4.cmake", "Geant4Config.cmake", library # dependencies etc. @@ -101,7 +109,6 @@ include(G4ConfigureCMakeHelpers) #----------------------------------------------------------------------- # - Testing configuration. # Done here, as projects under 'tests' require Geant4Config. -include(Geant4CTest) if(GEANT4_ENABLE_TESTING) add_subdirectory(tests) if(EXISTS ${CMAKE_SOURCE_DIR}/benchmarks) @@ -121,7 +128,7 @@ mark_as_advanced(GEANT4_INSTALL_EXAMPLES) if(GEANT4_INSTALL_EXAMPLES) install(DIRECTORY examples - DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/Geant4-${Geant4_VERSION} + DESTINATION ${CMAKE_INSTALL_DATADIR} COMPONENT Examples PATTERN "CVS" EXCLUDE PATTERN ".svn" EXCLUDE diff --git a/cmake/Modules/G4CMakeSettings.cmake b/cmake/Modules/G4CMakeSettings.cmake index 48daed0570..e4b022d96f 100644 --- a/cmake/Modules/G4CMakeSettings.cmake +++ b/cmake/Modules/G4CMakeSettings.cmake @@ -116,6 +116,16 @@ add_custom_target(validate_sources #.rst: # General Installation Settings # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +# +# Geant4 custom defaults + +set(CMAKE_INSTALL_DATAROOTDIR "share" CACHE PATH + "Read-only architecture-independent data root (share)") + +set(CMAKE_INSTALL_DATADIR + "${CMAKE_INSTALL_DATAROOTDIR}/${PROJECT_NAME}-${${PROJECT_NAME}_VERSION}" CACHE PATH + "Read-only architecture-independent data (DATAROOTDIR/${PROJECT_NAME}-${${PROJECT_NAME}_VERSION})") + # # CMake's builtin `GNUInstallDirs` module is used to set and provide variables # for the destinations to which for executables, libraries and other files diff --git a/cmake/Modules/G4CMakeUtilities.cmake b/cmake/Modules/G4CMakeUtilities.cmake index 1380f52eff..4e5023827d 100644 --- a/cmake/Modules/G4CMakeUtilities.cmake +++ b/cmake/Modules/G4CMakeUtilities.cmake @@ -195,9 +195,12 @@ function(geant4_save_package_variables _title) get_property(__exported_vars GLOBAL PROPERTY GEANT4_EXPORT_PACKAGE_${_title}_VARIABLES) foreach(__varname ${ARGN}) if(NOT (${__varname} IN_LIST __exported_vars)) - # TODO: Also check that the save variable is in the cache... - # if(CACHE ...) only available from 3.14 - set_property(GLOBAL APPEND PROPERTY GEANT4_EXPORT_PACKAGE_${_title}_VARIABLES ${__varname}) + # Some variables might be empty on certain systems. Only save those with a value + if(${__varname}) + # TODO: Also check that the save variable is in the cache... + # if(CACHE ...) only available from 3.14 + set_property(GLOBAL APPEND PROPERTY GEANT4_EXPORT_PACKAGE_${_title}_VARIABLES ${__varname}) + endif() endif() endforeach() endfunction() diff --git a/cmake/Modules/G4ConfigureGNUMakeHelpers.cmake b/cmake/Modules/G4ConfigureGNUMakeHelpers.cmake index c2aeefee59..0e45279723 100644 --- a/cmake/Modules/G4ConfigureGNUMakeHelpers.cmake +++ b/cmake/Modules/G4ConfigureGNUMakeHelpers.cmake @@ -729,7 +729,7 @@ _g4tc_configure_build_tree_scripts(geant4make) # +- CMAKE_INSTALL_PREFIX # +- LIBDIR/Geant4-VERSION (G4LIB) # +- INCLUDEDIR/Geant4 (G4INCLUDE) -# +- DATAROOTDIR/Geant4-VERSION/ +# +- DATADIR/ # +- geant4make (THIS IS G4INSTALL!) # +- geant4make.(c)sh # +- config/ @@ -742,7 +742,7 @@ set(G4INSTALL "\"\$geant4make_root\"") # - Include dir file(RELATIVE_PATH G4MAKE_TO_INCLUDEDIR - ${CMAKE_INSTALL_FULL_DATAROOTDIR}/Geant4-${Geant4_VERSION}/geant4make + ${CMAKE_INSTALL_FULL_DATADIR}/geant4make ${CMAKE_INSTALL_FULL_INCLUDEDIR}/${PROJECT_NAME} ) set(G4INCLUDE "\"`cd \$geant4make_root/${G4MAKE_TO_INCLUDEDIR} > /dev/null \; pwd`\"") @@ -750,7 +750,7 @@ set(G4INCLUDE "\"`cd \$geant4make_root/${G4MAKE_TO_INCLUDEDIR} > /dev/null \; pw # - Bin dir file(RELATIVE_PATH G4MAKE_TO_BINDIR - ${CMAKE_INSTALL_FULL_DATAROOTDIR}/Geant4-${Geant4_VERSION}/geant4make + ${CMAKE_INSTALL_FULL_DATADIR}/geant4make ${CMAKE_INSTALL_FULL_BINDIR} ) set(G4BIN_DIR "\"`cd \$geant4make_root/${G4MAKE_TO_BINDIR} > /dev/null \; pwd`\"") @@ -758,7 +758,7 @@ set(G4BIN_DIR "\"`cd \$geant4make_root/${G4MAKE_TO_BINDIR} > /dev/null \; pwd`\" # - Lib dir file(RELATIVE_PATH G4MAKE_TO_LIBDIR - ${CMAKE_INSTALL_FULL_DATAROOTDIR}/Geant4-${Geant4_VERSION}/geant4make + ${CMAKE_INSTALL_FULL_DATADIR}/geant4make ${CMAKE_INSTALL_FULL_LIBDIR} ) set(G4LIB "\"`cd \$geant4make_root/${G4MAKE_TO_LIBDIR}/Geant4-${Geant4_VERSION} > /dev/null \; pwd`\"") @@ -775,7 +775,7 @@ foreach(_ds ${GEANT4_EXPORTED_DATASETS}) file(RELATIVE_PATH G4MAKE_TO_DATADIR - ${CMAKE_INSTALL_FULL_DATAROOTDIR}/Geant4-${Geant4_VERSION}/geant4make + ${CMAKE_INSTALL_FULL_DATADIR}/geant4make ${${_ds}_PATH} ) set(${_ds}_PATH "\"`cd \$geant4make_root/${G4MAKE_TO_DATADIR} > /dev/null \; pwd`\"") @@ -788,7 +788,7 @@ set(TOOLS_FONT_PATH "\"`cd \$geant4make_root/../fonts > /dev/null ; pwd`\"") _g4tc_configure_install_tree_scripts( ${CMAKE_BINARY_DIR}/InstallTreeFiles geant4make - ${CMAKE_INSTALL_DATAROOTDIR}/Geant4-${Geant4_VERSION}/geant4make + ${CMAKE_INSTALL_DATADIR}/geant4make ) @@ -797,7 +797,7 @@ _g4tc_configure_install_tree_scripts( # softlink to the G4SYSTEM directory. # install(DIRECTORY config - DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/Geant4-${Geant4_VERSION}/geant4make + DESTINATION ${CMAKE_INSTALL_DATADIR}/geant4make COMPONENT Development FILES_MATCHING PATTERN "*.gmk" PATTERN "CVS" EXCLUDE @@ -835,21 +835,25 @@ foreach(_ds ${GEANT4_EXPORTED_DATASETS}) geant4_get_dataset_property(${_ds} ENVVAR ${_ds}_ENVVAR) geant4_get_dataset_property(${_ds} INSTALL_DIR ${_ds}_PATH) - file(RELATIVE_PATH - G4ENV_BINDIR_TO_DATADIR - ${CMAKE_INSTALL_FULL_BINDIR} - ${${_ds}_PATH} - ) - set(${_ds}_PATH "\"`cd \$geant4_envbindir/${G4ENV_BINDIR_TO_DATADIR} > /dev/null \; pwd`\"") + if(NOT IS_ABSOLUTE ${${_ds}_PATH}) + file(RELATIVE_PATH + G4ENV_BINDIR_TO_DATADIR + ${CMAKE_INSTALL_FULL_BINDIR} + ${${_ds}_PATH} + ) + set(${_ds}_PATH "\"`cd \$geant4_envbindir/${G4ENV_BINDIR_TO_DATADIR} > /dev/null \; pwd`\"") + else() + set(${_ds}_PATH "\"${${_ds}_PATH}\"") + endif() endforeach() # - Fonts file(RELATIVE_PATH - G4ENV_BINDIR_TO_DATAROOTDIR + G4ENV_BINDIR_TO_DATADIR "${CMAKE_INSTALL_FULL_BINDIR}" - "${CMAKE_INSTALL_FULL_DATAROOTDIR}/Geant4-${Geant4_VERSION}" + "${CMAKE_INSTALL_FULL_DATADIR}" ) -set(TOOLS_FONT_PATH "\"`cd \$geant4_envbindir/${G4ENV_BINDIR_TO_DATAROOTDIR}/fonts > /dev/null ; pwd`\"") +set(TOOLS_FONT_PATH "\"`cd \$geant4_envbindir/${G4ENV_BINDIR_TO_DATADIR}/fonts > /dev/null ; pwd`\"") # - Configure for each shell diff --git a/cmake/Modules/Geant4CPackBase.cmake b/cmake/Modules/Geant4CPackBase.cmake index 2b1ec80b4f..b30690d0c6 100644 --- a/cmake/Modules/Geant4CPackBase.cmake +++ b/cmake/Modules/Geant4CPackBase.cmake @@ -6,6 +6,11 @@ #----------------------------------------------------------------------- # Package up needed system libraries - only for WIN32? # +# for Intel icc suppress warnings about icc libraries not existing for 19. +if(CMAKE_CXX_COMPILER_ID MATCHES "Intel") + set(CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_NO_WARNINGS True) +endif() + include(InstallRequiredSystemLibraries) #----------------------------------------------------------------------- diff --git a/cmake/Modules/Geant4InstallData.cmake b/cmake/Modules/Geant4InstallData.cmake index 496b0fc4df..55536e51d4 100644 --- a/cmake/Modules/Geant4InstallData.cmake +++ b/cmake/Modules/Geant4InstallData.cmake @@ -105,7 +105,7 @@ set(GEANT4_DATASETS_URL "https://cern.ch/geant4-data/datasets") set(GEANT4_BUILD_FULL_DATADIR ${PROJECT_BINARY_DIR}/data) # Where to install data in the install tree (a Default) -set(GEANT4_INSTALL_DATADIR_DEFAULT "${CMAKE_INSTALL_DATAROOTDIR}/${PROJECT_NAME}-${${PROJECT_NAME}_VERSION}/data") +set(GEANT4_INSTALL_DATADIR_DEFAULT "${CMAKE_INSTALL_DATADIR}/data") # File containing dataset list set(GEANT4_DATASETS_DEFINITIONS "Geant4DatasetDefinitions") @@ -596,7 +596,7 @@ endfunction() # Choose Physics Data Install Dir # This follows the pattern for interface and setting as in GNUInstallDirs if(NOT GEANT4_INSTALL_DATADIR) - set(GEANT4_INSTALL_DATADIR "" CACHE PATH "read-only architecture independent Geant4 physics data (DATAROOTDIR/${GEANT4_INSTALL_DATADIR_DEFAULT}") + set(GEANT4_INSTALL_DATADIR "" CACHE PATH "read-only architecture independent Geant4 physics data (DATADIR/data") set(GEANT4_INSTALL_DATADIR "${GEANT4_INSTALL_DATADIR_DEFAULT}") endif() diff --git a/cmake/Modules/Geant4Wrapping.cmake b/cmake/Modules/Geant4Wrapping.cmake deleted file mode 100644 index ce9faeb410..0000000000 --- a/cmake/Modules/Geant4Wrapping.cmake +++ /dev/null @@ -1,25 +0,0 @@ -# - Setup build of any language wrappers around Geant4 C++ libraries -# -# At present the only option here is Python! -# This is yet to be implemented although the general structure is in place -# - -#----------------------------------------------------------------------- -# Optional build of Python wrappers (Geant4Py) -# -> Requires Global/Shared library build of Geant4 -# -> Requires Boost.Python and Python libraries -# -#include(CMakeDependentOption) -#cmake_dependent_option(GEANT4_WRAP_PYTHON "Build Geant4 Python Wrapping Interface" OFF "NOT GEANT4_BUILD_GRANULAR_LIBS;BUILD_SHARED_LIBS" OFF) -#if(GEANT4_WRAP_PYTHON) - # We need Boost.Python and Python - # NB: Watch for FindPythonLibs picking up the static version... - # Known issue with CMake 2.6 module - see Bug #8389 and 2257 for details - # of fix - #find_package(Boost REQUIRED COMPONENTS python) - #find_package(PythonLibs REQUIRED) -#endif(GEANT4_WRAP_PYTHON) - -#GEANT4_ADD_FEATURE(GEANT4_WRAP_PYTHON "Build Geant4 Python Wrapping Interface") - - diff --git a/environments/g4py/CMakeLists.txt b/environments/g4py/CMakeLists.txt index 80c5cb49c4..d9dea8f61a 100644 --- a/environments/g4py/CMakeLists.txt +++ b/environments/g4py/CMakeLists.txt @@ -1,82 +1,24 @@ # - Top-level CMakeLists.txt for Geant4Py +# Note that we are assuming it is always part of Geant4, never separately +# released. That's for later, if required at all. +# In particular, Geant4Py must be matched exactly to a given Geant4 release -cmake_minimum_required(VERSION 3.3 FATAL_ERROR) - -#------------------------------------------------------------------------------ -project(Geant4Py) -#------------------------------------------------------------------------------ -# installation prefixes for libraries -if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) - set(CMAKE_INSTALL_PREFIX ${PROJECT_SOURCE_DIR} CACHE - STRING "Install prefix" FORCE) -endif() - -# debug mode -set(DEBUG FALSE CACHE BOOL "Debug Mode (Debug On)") - -enable_testing() - -#------------------------------------------------------------------------------ -# Do not edit below -#------------------------------------------------------------------------------ -set(CMAKE_CXX_STANDARD 11) - -# cmake modules -set(CMAKE_MODULE_PATH - ${PROJECT_SOURCE_DIR}/cmake/Modules - ${CMAKE_MODULE_PATH}) - -include(SetInstallPath) - -# searching packages... -find_package(Geant4 REQUIRED) -find_package(PythonInterp REQUIRED) +# Require Python 3 or newer, calling Interp before Libs to help find a consistent set +# Boost python requirement is reliant on correct user config (not yet known how to check +# which Python an install of Boost Python uses)... +find_package(PythonInterp 3.0 REQUIRED) find_package(PythonLibs REQUIRED) -find_package(Boost) -find_package(XercesC) -find_package(ROOT) +find_package(Boost REQUIRED python) -if(NOT GEANT4_FOUND) - message(FATAL_ERROR "NOT Found Geant4.") -endif() +# Variables and Functions to help build, organise, and install modules +include(${CMAKE_CURRENT_SOURCE_DIR}/G4PythonHelpers.cmake) -if(NOT DEFINED BOOST_PYTHON_LIB) - if (${PYTHON_VERSION_MAJOR} MATCHES "2") - set(BOOST_PYTHON_LIB boost_python) - elseif (${PYTHON_VERSION_MAJOR} MATCHES "3") - set(BOOST_PYTHON_LIB boost_python3) - endif() -endif() - -#------------------------------------------------------------------------------ -# parameters for building -message(STATUS "--------------------------------------------------------") -message(STATUS "Parameters for building") - -# build options -if(NOT CMAKE_BUILD_TYPE) - if(DEBUG) - set(CMAKE_BUILD_TYPE "Debug") - else() - set(CMAKE_BUILD_TYPE "RelWithDebInfo") - endif() -endif() -message(STATUS "CMAKE_BUILD_TYPE: ${CMAKE_BUILD_TYPE}") -message(STATUS "CMAKE_CXX_COMPILER: ${CMAKE_CXX_COMPILER}") - -message(STATUS "CMAKE_INSTALL_PREFIX: ${CMAKE_INSTALL_PREFIX}") -message(STATUS "--------------------------------------------------------") - -#------------------------------------------------------------------------------ -# add subdiretories... - -# adding sub directories to the project -# libraries +# - Build package/modules, tests if required add_subdirectory(source) -add_subdirectory(site-modules) +if(GEANT4_ENABLE_TESTING) + add_subdirectory(tests) +endif() -# examples -add_subdirectory(examples) +# Add the feature recording here so we can note the Python version +geant4_add_feature(GEANT4_USE_PYTHON "Building bindings for Python ${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}") -# tests -add_subdirectory(tests) diff --git a/environments/g4py/G4PythonHelpers.cmake b/environments/g4py/G4PythonHelpers.cmake new file mode 100644 index 0000000000..b7c149a4c2 --- /dev/null +++ b/environments/g4py/G4PythonHelpers.cmake @@ -0,0 +1,75 @@ +# Try and get modules output to config dependent site-packages +# Can put all Python outputs under GEANT4_PYTHON_OUTPUT_DIR (and conf variants) +# That's the baseline, packages however need to then adjust output path for +# any substructure +set(GEANT4_PYTHON_OUTPUT_DIR "$/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages") + +set(CMAKE_INSTALL_PYTHONDIR "${CMAKE_INSTALL_LIBDIR}/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages") +if(NOT IS_ABSOLUTE "${CMAKE_INSTALL_PYTHONDIR}") + set(CMAKE_INSTALL_FULL_PYTHONDIR "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_PYTHONDIR}") +else() + set(CMAKE_INSTALL_FULL_PYTHONDIR "${CMAKE_INSTALL_PYTHONDIR}") +endif() + +# Extension modules link to libraries so relative RPATH modules to libraries +file(RELATIVE_PATH GEANT4_PYMODULE_RPATH + "${CMAKE_INSTALL_FULL_PYTHONDIR}/Geant4" + "${CMAKE_INSTALL_FULL_LIBDIR}") + +# Basic "add module" command to wrap common functionality +# Should also help when migrating to pybind11 or FindPython builtins +function(g4py_add_module target_name) + add_library(${target_name} MODULE ${ARGN}) + + # Python extension module naming + set_property(TARGET ${target_name} PROPERTY PREFIX "") + if(CMAKE_SYSTEM_NAME STREQUAL "Windows") + set_property(TARGET ${target_name} PROPERTY SUFFIX ".pyd") + set_property(TARGET ${target_name} PROPERTY DEBUG_SUFFIX "_d") + endif() + + # Adjust output location (may need adjustment on Windows) + set_property(TARGET ${target_name} PROPERTY LIBRARY_OUTPUT_DIRECTORY "${GEANT4_PYTHON_OUTPUT_DIR}") + foreach(_conftype ${CMAKE_CONFIGURATION_TYPES}) + string(TOUPPER ${_conftype} _conftype_uppercase) + set_property(TARGET ${target_name} PROPERTY LIBRARY_OUTPUT_DIRECTORY_${_conftype_uppercase} "${GEANT4_PYTHON_OUTPUT_DIR}") + endforeach() + + # Force linkage to extension system, other deps to be linked by client + # Use dynamic_lookup on Darwin to avoid direct linking to libpython (Linux has this as default, + # to be checked for Windows) + target_include_directories(${target_name} PRIVATE ${PYTHON_INCLUDE_DIRS}) + target_link_libraries(${target_name} PRIVATE Boost::python "$<$:-undefined dynamic_lookup>") +endfunction() + + +# Handle core Geant4 modules +# Wraps g4py_add_module, because we have to avoid duplicate target names +# (e.g. "G4global" for libG4global.dylib vs G4global.so) +# It just manages the naming and output name/directory +function(geant4_add_pymodule _name) + if(NOT (_name MATCHES "^pyG4[a-zA-Z0-9_]+")) + message(FATAL_ERROR "Invalid Geant4 Python module name '${_name}'. Names must begin with 'pyG4'") + endif() + + set(_module_target "${_name}") + string(REGEX REPLACE "^py" "" _module_lib "${_module_target}") + + g4py_add_module(${_module_target} ${ARGN}) + + set_property(TARGET ${_module_target} PROPERTY OUTPUT_NAME "${_module_lib}") + + set_property(TARGET ${_module_target} APPEND_STRING PROPERTY LIBRARY_OUTPUT_DIRECTORY "/Geant4") + foreach(_conftype ${CMAKE_CONFIGURATION_TYPES}) + string(TOUPPER ${_conftype} _conftype_uppercase) + set_property(TARGET ${_module_target} APPEND_STRING PROPERTY LIBRARY_OUTPUT_DIRECTORY_${_conftype_uppercase} "/Geant4") + endforeach() + + if(UNIX AND NOT APPLE) + set_property(TARGET ${_module_target} PROPERTY + INSTALL_RPATH "\$ORIGIN/${GEANT4_PYMODULE_RPATH}") + elseif(APPLE) + set_property(TARGET ${_module_target} PROPERTY + INSTALL_RPATH "@loader_path/${GEANT4_PYMODULE_RPATH}") + endif() +endfunction() diff --git a/environments/g4py/History b/environments/g4py/History index b3d8db832a..3e7f27856e 100644 --- a/environments/g4py/History +++ b/environments/g4py/History @@ -11,6 +11,10 @@ Geant4Py is a Geant4-Python bridge. * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +19 Mar. 2020 B. Morgan (geant4py-V10-05-00) +- Integrate build, test, and install of geant4py with core Geant4 + CMake buildsystem. + 1 Dec. 2019 K. Murakami - update for 10.6 release - update for Python3 support diff --git a/environments/g4py/cmake/Modules/FindGeant4.cmake b/environments/g4py/cmake/Modules/FindGeant4.cmake deleted file mode 100644 index 501cac287b..0000000000 --- a/environments/g4py/cmake/Modules/FindGeant4.cmake +++ /dev/null @@ -1,82 +0,0 @@ -# - Find Geant4 library -# This module sets up Geant4 information -# It defines: -# GEANT4_FOUND If the Geant4 is found -# GEANT4_INCLUDE_DIR PATH to the include directory -# GEANT4_LIBRARY_DIR PATH to the library directory -# GEANT4_LIBRARIES Most common libraries -# GEANT4_LIBRARIES_WITH_VIS Most common libraries with visualization - -find_program(GEANT4_CONFIG NAMES geant4-config - PATHS $ENV{GEANT4_INSTALL}/bin - ${GEANT4_INSTALL}/bin - /usr/local/bin /opt/local/bin) - -if(GEANT4_CONFIG) - set(GEANT4_FOUND TRUE) - - execute_process(COMMAND ${GEANT4_CONFIG} --prefix - OUTPUT_VARIABLE GEANT4_PREFIX - OUTPUT_STRIP_TRAILING_WHITESPACE) - execute_process(COMMAND ${GEANT4_CONFIG} --version - OUTPUT_VARIABLE GEANT4_VERSION - OUTPUT_STRIP_TRAILING_WHITESPACE) - - execute_process(COMMAND ${GEANT4_CONFIG} --has-feature gdml - OUTPUT_VARIABLE _TMP) - if (_TMP MATCHES "yes") - set(GEANT4_HAS_GDML TRUE) - else() - set(GEANT4_HAS_GDML FALSE) - endif() - - execute_process(COMMAND ${GEANT4_CONFIG} --has-feature opengl-x11 - OUTPUT_VARIABLE _TMP) - if (_TMP MATCHES "yes") - set(GEANT4_HAS_OPENGL TRUE) - else() - set(GEANT4_HAS_OPENGL FALSE) - endif() - - execute_process(COMMAND ${GEANT4_CONFIG} --has-feature raytracer-x11 - OUTPUT_VARIABLE _TMP) - if (_TMP MATCHES "yes") - set(GEANT4_HAS_RAYTRACER_X11 TRUE) - else() - set(GEANT4_HAS_RAYTRACER_X11 FALSE) - endif() - - execute_process(COMMAND ${GEANT4_CONFIG} --has-feature motif - OUTPUT_VARIABLE _TMP) - if (_TMP MATCHES "yes") - set(GEANT4_HAS_MOTIF TRUE) - else() - set(GEANT4_HAS_MOTIF FALSE) - endif() - - message(STATUS "Found Geant4: ${GEANT4_PREFIX} (${GEANT4_VERSION})") - -else() - set(GEANT4_FOUND FALSE) - message(SEND_ERROR "NOT Found Geant4: set GEANT4_INSTALL env.") - -endif() - -set(GEANT4_INCLUDE_DIR ${GEANT4_PREFIX}/include/Geant4) -set(GEANT4_LIBRARY_DIR ${GEANT4_PREFIX}/${CMAKE_INSTALL_LIBDIR}) -set(GEANT4_LIBRARIES G4interfaces G4persistency G4analysis - G4error_propagation G4readout G4physicslists - G4run G4event G4tracking G4parmodels G4processes - G4digits_hits G4track G4particles G4geometry - G4materials G4graphics_reps G4intercoms - G4global G4clhep) - -set(GEANT4_LIBRARIES_WITH_VIS - G4OpenGL G4gl2ps G4Tree G4FR G4GMocren G4visHepRep - G4RayTracer G4VRML G4vis_management G4modeling - G4interfaces G4persistency G4analysis - G4error_propagation G4readout G4physicslists - G4run G4event G4tracking G4parmodels G4processes - G4digits_hits G4track G4particles G4geometry - G4materials G4graphics_reps G4intercoms - G4global G4clhep) diff --git a/environments/g4py/cmake/Modules/FindROOT.cmake b/environments/g4py/cmake/Modules/FindROOT.cmake deleted file mode 100644 index 5cb9e9d2c9..0000000000 --- a/environments/g4py/cmake/Modules/FindROOT.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# - Find ROOT library -# This module sets up ROOT information -# It defines: -# ROOT_FOUND If the ROOT is found -# ROOT_INCLUDE_DIR PATH to the include directory -# ROOT_LIBRARIES Most common libraries -# ROOT_LIBRARY_DIR PATH to the library directory - -find_program(ROOT_CONFIG_EXECUTABLE root-config - PATHS $ENV{ROOTSYS}/bin) - -if(NOT ROOT_CONFIG_EXECUTABLE) - set(ROOT_FOUND FALSE) - message(STATUS "NOT Found ROOT.") - -else() - set(ROOT_FOUND TRUE) - - execute_process(COMMAND ${ROOT_CONFIG_EXECUTABLE} --prefix - OUTPUT_VARIABLE ROOTSYS - OUTPUT_STRIP_TRAILING_WHITESPACE) - - execute_process(COMMAND ${ROOT_CONFIG_EXECUTABLE} --version - OUTPUT_VARIABLE ROOT_VERSION - OUTPUT_STRIP_TRAILING_WHITESPACE) - - execute_process(COMMAND ${ROOT_CONFIG_EXECUTABLE} --incdir - OUTPUT_VARIABLE ROOT_INCLUDE_DIR - OUTPUT_STRIP_TRAILING_WHITESPACE) - - execute_process(COMMAND ${ROOT_CONFIG_EXECUTABLE} --libs - OUTPUT_VARIABLE ROOT_LIBRARIES - OUTPUT_STRIP_TRAILING_WHITESPACE) - - set(ROOT_LIBRARY_DIR ${ROOTSYS}/lib) - - message(STATUS "Found ROOT ${ROOT_VERSION} in ${ROOTSYS}") - -endif() diff --git a/environments/g4py/cmake/Modules/FindXercesC.cmake b/environments/g4py/cmake/Modules/FindXercesC.cmake deleted file mode 100644 index 09dca4299e..0000000000 --- a/environments/g4py/cmake/Modules/FindXercesC.cmake +++ /dev/null @@ -1,79 +0,0 @@ -# - Find Xerces-C -# This module tries to find the Xerces-C library and headers. -# Once done this will define -# -# XERCESC_FOUND - system has Xerces-C headers and libraries -# XERCESC_INCLUDE_DIRS - the include directories needed for Xerces-C -# XERCESC_LIBRARIES - the libraries needed to use Xerces-C -# -# Variables used by this module, which can change the default behaviour and -# need to be set before calling find_package: -# -# XERCESC_ROOT_DIR Root directory to Xerces-C installation. Will -# be used ahead of CMake default path. -# -# The following advanced variables may be used if the module has difficulty -# locating Xerces-C or you need fine control over what is used. -# -# XERCESC_INCLUDE_DIR -# -# XERCESC_LIBRARY -# -# Copyright (c) 2009, Ben Morgan, -# -# Redistribution and use is allowed according to the terms of the BSD license. -# For details see the accompanying COPYING-CMAKE-SCRIPTS file. - - - -# Look for the header - preferentially searching below XERCESC_ROOT_DIR -find_path( - XERCESC_INCLUDE_DIR - NAMES xercesc/util/XercesVersion.hpp - PATHS ${XERCESC_ROOT_DIR} - PATH_SUFFIXES include - NO_DEFAULT_PATH -) - -# If we didn't find it there, fall back to some standard search paths -find_path( - XERCESC_INCLUDE_DIR - NAMES xercesc/util/XercesVersion.hpp -) - -# Look for the library, preferentially searching below XERCESC_ROOT_DIR -find_library( - XERCESC_LIBRARY - NAMES xerces-c xerces-c_3 - PATHS ${XERCESC_ROOT_DIR} - PATH_SUFFIXES lib64 lib32 lib - NO_DEFAULT_PATH -) - -find_library( - XERCESC_LIBRARY - NAMES xerces-c xerces-c_3 -) - - -include(FindPackageHandleStandardArgs) -find_package_handle_standard_args( - XercesC - DEFAULT_MSG - XERCESC_LIBRARY - XERCESC_INCLUDE_DIR -) - -if (XERCESC_FOUND) - set(XERCESC_LIBRARIES ${XERCESC_LIBRARY}) - set(XERCESC_INCLUDE_DIRS ${XERCESC_INCLUDE_DIR}) -else (XERCESC_FOUND) - set(XERCESC_LIBRARIES) - set(XERCESC_INCLUDE_DIRS) -endif (XERCESC_FOUND) - - -mark_as_advanced( - XERCESC_LIBRARY - XERCESC_INCLUDE_DIR -) diff --git a/environments/g4py/cmake/Modules/SetInstallPath.cmake b/environments/g4py/cmake/Modules/SetInstallPath.cmake deleted file mode 100644 index 18a7552e61..0000000000 --- a/environments/g4py/cmake/Modules/SetInstallPath.cmake +++ /dev/null @@ -1,19 +0,0 @@ -# - Set install library path - -# library path -if(NOT DEFINED CMAKE_INSTALL_LIBDIR) - set(_LIBDIR_DEFAULT "lib") - if(CMAKE_SYSTEM_NAME MATCHES "Linux" - AND NOT EXISTS "/etc/debian_version") - if("${CMAKE_SIZEOF_VOID_P}" EQUAL "8") - set(_LIBDIR_DEFAULT "lib64") - endif() - endif() - set(CMAKE_INSTALL_LIBDIR "${_LIBDIR_DEFAULT}") -endif() - -# include path -if(NOT DEFINED CMAKE_INSTALL_INCDIR) - set(CMAKE_INSTALL_INCDIR "include") -endif() - diff --git a/environments/g4py/site-modules/CMakeLists.txt b/environments/g4py/site-modules/CMakeLists.txt deleted file mode 100644 index b65e5792ad..0000000000 --- a/environments/g4py/site-modules/CMakeLists.txt +++ /dev/null @@ -1,19 +0,0 @@ -# - add libs components - -set(G4SITEMODULES_INSTALL_DIR ${CMAKE_INSTALL_LIBDIR}/g4py) - -include_directories ( - ${PYTHON_INCLUDE_PATH} - ${Boost_INCLUDE_DIRS} - ${GEANT4_INCLUDE_DIR} -) - -link_directories (${GEANT4_LIBRARY_DIR} ${Boost_LIBRARY_DIRS}) - -add_subdirectory(geometries) -add_subdirectory(materials) -add_subdirectory(processes) -add_subdirectory(physics_lists) -add_subdirectory(primaries) -add_subdirectory(utils) -add_subdirectory(python) diff --git a/environments/g4py/site-modules/geometries/CMakeLists.txt b/environments/g4py/site-modules/geometries/CMakeLists.txt deleted file mode 100644 index 70683324bf..0000000000 --- a/environments/g4py/site-modules/geometries/CMakeLists.txt +++ /dev/null @@ -1,6 +0,0 @@ -# - add libs components - -add_subdirectory(ExN01geom) -add_subdirectory(ExN03geom) -add_subdirectory(Qgeom) -add_subdirectory(ezgeom) diff --git a/environments/g4py/site-modules/geometries/ExN01geom/CMakeLists.txt b/environments/g4py/site-modules/geometries/ExN01geom/CMakeLists.txt deleted file mode 100644 index 3950bdb139..0000000000 --- a/environments/g4py/site-modules/geometries/ExN01geom/CMakeLists.txt +++ /dev/null @@ -1,23 +0,0 @@ -# - build library - -# library -set(_TARGET ExN01geom) -add_library( - ${_TARGET} SHARED - ExN01DetectorConstruction.cc - pyExN01geom.cc -) - -set_target_properties(${_TARGET} PROPERTIES PREFIX "") -set_target_properties(${_TARGET} PROPERTIES SUFFIX ".so") -set_target_properties(${_TARGET} - PROPERTIES INSTALL_RPATH - ${GEANT4_LIBRARY_DIR} - BUILD_WITH_INSTALL_RPATH TRUE) - -target_link_libraries (${_TARGET} - ${GEANT4_LIBRARIES_WITH_VIS} ${BOOST_PYTHON_LIB} - ${PYTHON_LIBRARIES}) - -# install -install(TARGETS ${_TARGET} LIBRARY DESTINATION ${G4SITEMODULES_INSTALL_DIR}) diff --git a/environments/g4py/site-modules/geometries/ExN03geom/CMakeLists.txt b/environments/g4py/site-modules/geometries/ExN03geom/CMakeLists.txt deleted file mode 100644 index ee2c95fc38..0000000000 --- a/environments/g4py/site-modules/geometries/ExN03geom/CMakeLists.txt +++ /dev/null @@ -1,24 +0,0 @@ -# - build library - -# library -set(_TARGET ExN03geom) -add_library( - ${_TARGET} SHARED - ExN03DetectorConstruction.cc - ExN03DetectorMessenger.cc - pyExN03geom.cc -) - -set_target_properties(${_TARGET} PROPERTIES PREFIX "") -set_target_properties(${_TARGET} PROPERTIES SUFFIX ".so") -set_target_properties(${_TARGET} - PROPERTIES INSTALL_RPATH - ${GEANT4_LIBRARY_DIR} - BUILD_WITH_INSTALL_RPATH TRUE) - -target_link_libraries (${_TARGET} - ${GEANT4_LIBRARIES_WITH_VIS} ${BOOST_PYTHON_LIB} - ${PYTHON_LIBRARIES}) - -# install -install(TARGETS ${_TARGET} LIBRARY DESTINATION ${G4SITEMODULES_INSTALL_DIR}) diff --git a/environments/g4py/site-modules/geometries/Qgeom/CMakeLists.txt b/environments/g4py/site-modules/geometries/Qgeom/CMakeLists.txt deleted file mode 100644 index fba98dd1ed..0000000000 --- a/environments/g4py/site-modules/geometries/Qgeom/CMakeLists.txt +++ /dev/null @@ -1,23 +0,0 @@ -# - build library - -# library -set(_TARGET Qgeom) -add_library( - ${_TARGET} SHARED - QDetectorConstruction.cc - pyQgeom.cc -) - -set_target_properties(${_TARGET} PROPERTIES PREFIX "") -set_target_properties(${_TARGET} PROPERTIES SUFFIX ".so") -set_target_properties(${_TARGET} - PROPERTIES INSTALL_RPATH - ${GEANT4_LIBRARY_DIR} - BUILD_WITH_INSTALL_RPATH TRUE) - -target_link_libraries (${_TARGET} - ${GEANT4_LIBRARIES_WITH_VIS} ${BOOST_PYTHON_LIB} - ${PYTHON_LIBRARIES}) - -# install -install(TARGETS ${_TARGET} LIBRARY DESTINATION ${G4SITEMODULES_INSTALL_DIR}) diff --git a/environments/g4py/site-modules/geometries/ezgeom/CMakeLists.txt b/environments/g4py/site-modules/geometries/ezgeom/CMakeLists.txt deleted file mode 100644 index 48ceb14152..0000000000 --- a/environments/g4py/site-modules/geometries/ezgeom/CMakeLists.txt +++ /dev/null @@ -1,26 +0,0 @@ -# - build library - -# library -set(_TARGET ezgeom) -add_library( - ${_TARGET} SHARED - EzDetectorConstruction.cc - G4EzVolume.cc - G4EzVoxelParameterization.cc - G4EzWorld.cc - pyEzgeom.cc -) - -set_target_properties(${_TARGET} PROPERTIES PREFIX "") -set_target_properties(${_TARGET} PROPERTIES SUFFIX ".so") -set_target_properties(${_TARGET} - PROPERTIES INSTALL_RPATH - ${GEANT4_LIBRARY_DIR} - BUILD_WITH_INSTALL_RPATH TRUE) - -target_link_libraries (${_TARGET} - ${GEANT4_LIBRARIES_WITH_VIS} ${BOOST_PYTHON_LIB} - ${PYTHON_LIBRARIES}) - -# install -install(TARGETS ${_TARGET} LIBRARY DESTINATION ${G4SITEMODULES_INSTALL_DIR}) diff --git a/environments/g4py/site-modules/materials/CMakeLists.txt b/environments/g4py/site-modules/materials/CMakeLists.txt deleted file mode 100644 index 5e533f87cf..0000000000 --- a/environments/g4py/site-modules/materials/CMakeLists.txt +++ /dev/null @@ -1,4 +0,0 @@ -# - add libs components - -add_subdirectory(NISTmaterials) -add_subdirectory(Qmaterials) diff --git a/environments/g4py/site-modules/materials/NISTmaterials/CMakeLists.txt b/environments/g4py/site-modules/materials/NISTmaterials/CMakeLists.txt deleted file mode 100644 index 6117367945..0000000000 --- a/environments/g4py/site-modules/materials/NISTmaterials/CMakeLists.txt +++ /dev/null @@ -1,23 +0,0 @@ -# - build library - -# library -set(_TARGET NISTmaterials) -add_library( - ${_TARGET} SHARED - NISTmaterials.cc - pyNISTmaterials.cc -) - -set_target_properties(${_TARGET} PROPERTIES PREFIX "") -set_target_properties(${_TARGET} PROPERTIES SUFFIX ".so") -set_target_properties(${_TARGET} - PROPERTIES INSTALL_RPATH - ${GEANT4_LIBRARY_DIR} - BUILD_WITH_INSTALL_RPATH TRUE) - -target_link_libraries (${_TARGET} - ${GEANT4_LIBRARIES_WITH_VIS} ${BOOST_PYTHON_LIB} - ${PYTHON_LIBRARIES}) - -# install -install(TARGETS ${_TARGET} LIBRARY DESTINATION ${G4SITEMODULES_INSTALL_DIR}) diff --git a/environments/g4py/site-modules/materials/Qmaterials/CMakeLists.txt b/environments/g4py/site-modules/materials/Qmaterials/CMakeLists.txt deleted file mode 100644 index ec88962d9e..0000000000 --- a/environments/g4py/site-modules/materials/Qmaterials/CMakeLists.txt +++ /dev/null @@ -1,23 +0,0 @@ -# - build library - -# library -set(_TARGET Qmaterials) -add_library( - ${_TARGET} SHARED - Qmaterials.cc - pyQmaterials.cc -) - -set_target_properties(${_TARGET} PROPERTIES PREFIX "") -set_target_properties(${_TARGET} PROPERTIES SUFFIX ".so") -set_target_properties(${_TARGET} - PROPERTIES INSTALL_RPATH - ${GEANT4_LIBRARY_DIR} - BUILD_WITH_INSTALL_RPATH TRUE) - -target_link_libraries (${_TARGET} - ${GEANT4_LIBRARIES_WITH_VIS} ${BOOST_PYTHON_LIB} - ${PYTHON_LIBRARIES}) - -# install -install(TARGETS ${_TARGET} LIBRARY DESTINATION ${G4SITEMODULES_INSTALL_DIR}) diff --git a/environments/g4py/site-modules/physics_lists/CMakeLists.txt b/environments/g4py/site-modules/physics_lists/CMakeLists.txt deleted file mode 100644 index 331e855cec..0000000000 --- a/environments/g4py/site-modules/physics_lists/CMakeLists.txt +++ /dev/null @@ -1,4 +0,0 @@ -# - add libs components - -add_subdirectory(EMSTDpl) -add_subdirectory(ExN01pl) diff --git a/environments/g4py/site-modules/physics_lists/EMSTDpl/CMakeLists.txt b/environments/g4py/site-modules/physics_lists/EMSTDpl/CMakeLists.txt deleted file mode 100644 index d42d38f297..0000000000 --- a/environments/g4py/site-modules/physics_lists/EMSTDpl/CMakeLists.txt +++ /dev/null @@ -1,23 +0,0 @@ -# - build library - -# library -set(_TARGET EMSTDpl) -add_library( - ${_TARGET} SHARED - PhysicsListEMstd.cc - pyEMSTDpl.cc -) - -set_target_properties(${_TARGET} PROPERTIES PREFIX "") -set_target_properties(${_TARGET} PROPERTIES SUFFIX ".so") -set_target_properties(${_TARGET} - PROPERTIES INSTALL_RPATH - ${GEANT4_LIBRARY_DIR} - BUILD_WITH_INSTALL_RPATH TRUE) - -target_link_libraries (${_TARGET} - ${GEANT4_LIBRARIES_WITH_VIS} ${BOOST_PYTHON_LIB} - ${PYTHON_LIBRARIES}) - -# install -install(TARGETS ${_TARGET} LIBRARY DESTINATION ${G4SITEMODULES_INSTALL_DIR}) diff --git a/environments/g4py/site-modules/physics_lists/ExN01pl/CMakeLists.txt b/environments/g4py/site-modules/physics_lists/ExN01pl/CMakeLists.txt deleted file mode 100644 index f0d7f9832f..0000000000 --- a/environments/g4py/site-modules/physics_lists/ExN01pl/CMakeLists.txt +++ /dev/null @@ -1,23 +0,0 @@ -# - build library - -# library -set(_TARGET ExN01pl) -add_library( - ${_TARGET} SHARED - ExN01PhysicsList.cc - pyExN01pl.cc -) - -set_target_properties(${_TARGET} PROPERTIES PREFIX "") -set_target_properties(${_TARGET} PROPERTIES SUFFIX ".so") -set_target_properties(${_TARGET} - PROPERTIES INSTALL_RPATH - ${GEANT4_LIBRARY_DIR} - BUILD_WITH_INSTALL_RPATH TRUE) - -target_link_libraries (${_TARGET} - ${GEANT4_LIBRARIES_WITH_VIS} ${BOOST_PYTHON_LIB} - ${PYTHON_LIBRARIES}) - -# install -install(TARGETS ${_TARGET} LIBRARY DESTINATION ${G4SITEMODULES_INSTALL_DIR}) diff --git a/environments/g4py/site-modules/primaries/CMakeLists.txt b/environments/g4py/site-modules/primaries/CMakeLists.txt deleted file mode 100644 index 26bdc0ecc5..0000000000 --- a/environments/g4py/site-modules/primaries/CMakeLists.txt +++ /dev/null @@ -1,4 +0,0 @@ -# - add libs components - -add_subdirectory(MedicalBeam) -add_subdirectory(ParticleGun) diff --git a/environments/g4py/site-modules/primaries/MedicalBeam/CMakeLists.txt b/environments/g4py/site-modules/primaries/MedicalBeam/CMakeLists.txt deleted file mode 100644 index a8d867f616..0000000000 --- a/environments/g4py/site-modules/primaries/MedicalBeam/CMakeLists.txt +++ /dev/null @@ -1,23 +0,0 @@ -# - build library - -# library -set(_TARGET MedicalBeam) -add_library( - ${_TARGET} SHARED - MedicalBeam.cc - pyMedicalBeam.cc -) - -set_target_properties(${_TARGET} PROPERTIES PREFIX "") -set_target_properties(${_TARGET} PROPERTIES SUFFIX ".so") -set_target_properties(${_TARGET} - PROPERTIES INSTALL_RPATH - ${GEANT4_LIBRARY_DIR} - BUILD_WITH_INSTALL_RPATH TRUE) - -target_link_libraries (${_TARGET} - ${GEANT4_LIBRARIES_WITH_VIS} ${BOOST_PYTHON_LIB} - ${PYTHON_LIBRARIES}) - -# install -install(TARGETS ${_TARGET} LIBRARY DESTINATION ${G4SITEMODULES_INSTALL_DIR}) diff --git a/environments/g4py/site-modules/primaries/ParticleGun/CMakeLists.txt b/environments/g4py/site-modules/primaries/ParticleGun/CMakeLists.txt deleted file mode 100644 index 87d40ad25c..0000000000 --- a/environments/g4py/site-modules/primaries/ParticleGun/CMakeLists.txt +++ /dev/null @@ -1,23 +0,0 @@ -# - build library - -# library -set(_TARGET ParticleGun) -add_library( - ${_TARGET} SHARED - ParticleGunAction.cc - pyParticleGun.cc -) - -set_target_properties(${_TARGET} PROPERTIES PREFIX "") -set_target_properties(${_TARGET} PROPERTIES SUFFIX ".so") -set_target_properties(${_TARGET} - PROPERTIES INSTALL_RPATH - ${GEANT4_LIBRARY_DIR} - BUILD_WITH_INSTALL_RPATH TRUE) - -target_link_libraries (${_TARGET} - ${GEANT4_LIBRARIES_WITH_VIS} ${BOOST_PYTHON_LIB} - ${PYTHON_LIBRARIES}) - -# install -install(TARGETS ${_TARGET} LIBRARY DESTINATION ${G4SITEMODULES_INSTALL_DIR}) diff --git a/environments/g4py/site-modules/processes/CMakeLists.txt b/environments/g4py/site-modules/processes/CMakeLists.txt deleted file mode 100644 index 30f01b06ad..0000000000 --- a/environments/g4py/site-modules/processes/CMakeLists.txt +++ /dev/null @@ -1,7 +0,0 @@ -# - add libs components - -if (${PYTHON_VERSION_MAJOR} MATCHES "2") - add_subdirectory(emcalculator) -elseif (${PYTHON_VERSION_MAJOR} MATCHES "3") - add_subdirectory(emcalculator/python3) -endif() diff --git a/environments/g4py/site-modules/processes/emcalculator/CMakeLists.txt b/environments/g4py/site-modules/processes/emcalculator/CMakeLists.txt deleted file mode 100644 index 80d47b3856..0000000000 --- a/environments/g4py/site-modules/processes/emcalculator/CMakeLists.txt +++ /dev/null @@ -1,26 +0,0 @@ -# - build library - -file (GLOB PY_FILES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.py) - -foreach (_pyfile ${PY_FILES}) - configure_file (${CMAKE_CURRENT_SOURCE_DIR}/${_pyfile} - ${CMAKE_CURRENT_BINARY_DIR}/${_pyfile} COPYONLY) - list (APPEND PYC_FILES "${CMAKE_CURRENT_BINARY_DIR}/${_pyfile}c") - list (APPEND PYO_FILES "${CMAKE_CURRENT_BINARY_DIR}/${_pyfile}o") -endforeach() - -add_custom_target (emcalculator ALL) - -add_custom_command ( - TARGET emcalculator - COMMAND ${PYTHON_EXECUTABLE} - ARGS -m compileall -f ${CMAKE_CURRENT_BINARY_DIR} - COMMAND ${PYTHON_EXECUTABLE} - ARGS -O -m compileall -f ${CMAKE_CURRENT_BINARY_DIR} -) - -# install - -install (FILES ${PY_FILES} DESTINATION ${G4SITEMODULES_INSTALL_DIR}) -install (FILES ${PYC_FILES} DESTINATION ${G4SITEMODULES_INSTALL_DIR}) -install (FILES ${PYO_FILES} DESTINATION ${G4SITEMODULES_INSTALL_DIR}) diff --git a/environments/g4py/site-modules/processes/emcalculator/emcalculator.py b/environments/g4py/site-modules/processes/emcalculator/emcalculator.py deleted file mode 100644 index 677a131ebf..0000000000 --- a/environments/g4py/site-modules/processes/emcalculator/emcalculator.py +++ /dev/null @@ -1,149 +0,0 @@ -""" -# ================================================================== -# Python module -# -# Calculation of photon cross section and stopping power for -# chared particles -# -# Q, 2005 -# ================================================================== -""" -from Geant4 import * - -# ================================================================== -# public symbols -# ================================================================== -__all__ = [ 'CalculatePhotonCrossSection', 'CalculateDEDX' ] - -# ================================================================== -# Photon Cross Section -# ================================================================== -def CalculatePhotonCrossSection(mat, elist, verbose=0, - plist=["compt", "", "phot", "conv"]): - """ - Calculate photon cross section for a given material and - a list of energy, returing a list of cross sections for - the components of "Copmton scattering", "rayleigh scattering", - "photoelectric effect", "pair creation" and total one. - - Arguments: - mat: material name - elist: list of energy - verbose: verbose level [0] - plist: list of process name - (compton/rayleigh/photoelectic/conversion) [StandardEM set] - - Keys of index: - "compt": Compton Scattering - "rayleigh": Rayleigh Scattering - "phot" : photoelectric effect - "conv" : pair Creation - "tot" : total - - Example: - xsec_list= CalculatePhotonCrossSection(...) - value= xsec_list[energy_index]["compt"] - """ - if(verbose>0): - print "-------------------------------------------------------------------" - print " Photon Cross Section (", mat, ")" - print "Energy Compton Raleigh Photo- Pair Total" - print " Scattering Scattering electric Creation" - print "(MeV) (cm2/g) (cm2/g) (cm2/g) (cm2/g) (cm2/g)" - print "-------------------------------------------------------------------" - - xsection_list= [] - for ekin in elist: - xsec= {} - xsec["compt"] \ - = gEmCalculator.ComputeCrossSectionPerVolume(ekin, "gamma", plist[0], - mat) * cm2/g - xsec["rayleigh"] \ - = gEmCalculator.ComputeCrossSectionPerVolume(ekin, "gamma", plist[1], - mat) * cm2/g - - xsec["phot"] \ - = gEmCalculator.ComputeCrossSectionPerVolume(ekin, "gamma", plist[2], - mat) * cm2/g - xsec["conv"] \ - = gEmCalculator.ComputeCrossSectionPerVolume(ekin, "gamma", plist[3], - mat) * cm2/g - - xsec["tot"]= xsec["compt"] + xsec["rayleigh"] + xsec["phot"] + xsec["conv"] - - xsection_list.append((ekin, xsec)) - - if(verbose>0): - print " %8.3e %8.3e %8.3e %8.3e %8.3e %8.3e" \ - % (ekin/MeV, xsec["compt"]/(cm2/g), xsec["rayleigh"]/(cm2/g), - xsec["phot"]/(cm2/g), xsec["conv"]/(cm2/g), xsec["tot"]/(cm2/g)) - - return xsection_list - - -# ================================================================== -# Stopping Power -# ================================================================== -def CalculateDEDX(part, mat, elist, verbose=0, - plist=["eIoni", "eBrem", "muIoni", "muBrems", "hIoni"]): - """ - Calculate stopping powers for a give particle, material and - a list of energy, returing stopping power for the components of - "Ionization", "Radiation" and total one. - - Arguments: - part: particle name - mat: material name - elist: list of energy - verbose: verbose level [0] - plist: list of process name - (electron ionization/electron brems/ - muon ionization/muon brems/hadron ionization) [StandardEM set] - - Keys of index: - "ioni": ionization - "brems": Bremsstrahlung - "tot": total - - Example: - dedx_list= CalculateDEDX(...) - value= dedx_list[energy_index]["ioni"] - """ - if(verbose>0): - print "------------------------------------------------------" - print " Stopping Power (", part, ",", mat, ")" - print " Energy Ionization Radiation Total" - print " (MeV) (MeVcm2/g) (MeVcm2/g) (MeVcm2/g)" - print "------------------------------------------------------" - - procname_brems= "" - procname_ioni= "" - if ( part=="e+" or part=="e-" ): - procname_ioni= plist[0] - procname_brems= plist[1] - elif ( part=="mu+" or part=="mu-"): - procname_ioni= plist[2] - procname_brems= plist[3] - else: - procname_ioni= plist[4] - procname_brems= "" - - dedx_list= [] - for ekin in elist: - dedx= {} - dedx["ioni"] \ - = gEmCalculator.ComputeDEDX(ekin, part, procname_ioni, mat) * MeV*cm2/g - dedx["brems"] \ - = gEmCalculator.ComputeDEDX(ekin, part, procname_brems, mat) * MeV*cm2/g - dedx["tot"]= dedx["ioni"]+ dedx["brems"] - - if(verbose>0): - print " %8.3e %8.3e %8.3e %8.3e" \ - % (ekin/MeV, dedx["ioni"]/(MeV*cm2/g), - dedx["brems"]/(MeV*cm2/g), dedx["tot"]/(MeV*cm2/g) ) - - - dedx_list.append((ekin, dedx)) - - return dedx_list - diff --git a/environments/g4py/site-modules/processes/emcalculator/python3/CMakeLists.txt b/environments/g4py/site-modules/processes/emcalculator/python3/CMakeLists.txt deleted file mode 100644 index 1c06d753f2..0000000000 --- a/environments/g4py/site-modules/processes/emcalculator/python3/CMakeLists.txt +++ /dev/null @@ -1,26 +0,0 @@ -# - build library - -file (GLOB PY_FILES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.py) - -foreach (_pyfile ${PY_FILES}) - configure_file (${CMAKE_CURRENT_SOURCE_DIR}/${_pyfile} - ${CMAKE_CURRENT_BINARY_DIR}/${_pyfile} COPYONLY) - list (APPEND PYC_FILES "${CMAKE_CURRENT_BINARY_DIR}/${_pyfile}c") - list (APPEND PYO_FILES "${CMAKE_CURRENT_BINARY_DIR}/${_pyfile}o") -endforeach() - -add_custom_target (emcalculator ALL) - -add_custom_command ( - TARGET emcalculator - COMMAND ${PYTHON_EXECUTABLE} - ARGS -m compileall -f ${CMAKE_CURRENT_BINARY_DIR} - COMMAND ${PYTHON_EXECUTABLE} - ARGS -O -m compileall -f ${CMAKE_CURRENT_BINARY_DIR} -) - -# install - -install (FILES ${PY_FILES} DESTINATION ${G4SITEMODULES_INSTALL_DIR}) -#install (FILES ${PYC_FILES} DESTINATION ${G4SITEMODULES_INSTALL_DIR}) -#install (FILES ${PYO_FILES} DESTINATION ${G4SITEMODULES_INSTALL_DIR}) diff --git a/environments/g4py/site-modules/python/CMakeLists.txt b/environments/g4py/site-modules/python/CMakeLists.txt deleted file mode 100644 index ed43ed0f36..0000000000 --- a/environments/g4py/site-modules/python/CMakeLists.txt +++ /dev/null @@ -1,26 +0,0 @@ -# - build library - -file (GLOB PY_FILES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.py) - -foreach (_pyfile ${PY_FILES}) - configure_file (${CMAKE_CURRENT_SOURCE_DIR}/${_pyfile} - ${CMAKE_CURRENT_BINARY_DIR}/${_pyfile} COPYONLY) - list (APPEND PYC_FILES "${CMAKE_CURRENT_BINARY_DIR}/${_pyfile}c") - list (APPEND PYO_FILES "${CMAKE_CURRENT_BINARY_DIR}/${_pyfile}o") -endforeach() - -add_custom_target (g4py_module ALL) - -add_custom_command ( - TARGET g4py_module - COMMAND ${PYTHON_EXECUTABLE} - ARGS -m compileall -f ${CMAKE_CURRENT_BINARY_DIR} - COMMAND ${PYTHON_EXECUTABLE} - ARGS -O -m compileall -f ${CMAKE_CURRENT_BINARY_DIR} -) - -# install - -install (FILES ${PY_FILES} DESTINATION ${G4SITEMODULES_INSTALL_DIR}) -#install (FILES ${PYC_FILES} DESTINATION ${G4SITEMODULES_INSTALL_DIR}) -#install (FILES ${PYO_FILES} DESTINATION ${G4SITEMODULES_INSTALL_DIR}) diff --git a/environments/g4py/site-modules/utils/CMakeLists.txt b/environments/g4py/site-modules/utils/CMakeLists.txt deleted file mode 100644 index d8936e79b5..0000000000 --- a/environments/g4py/site-modules/utils/CMakeLists.txt +++ /dev/null @@ -1,7 +0,0 @@ -# - add libs components - -if (${PYTHON_VERSION_MAJOR} MATCHES "2") - add_subdirectory(MCScore) -elseif (${PYTHON_VERSION_MAJOR} MATCHES "3") - add_subdirectory(MCScore/python3) -endif() diff --git a/environments/g4py/site-modules/utils/MCScore/CMakeLists.txt b/environments/g4py/site-modules/utils/MCScore/CMakeLists.txt deleted file mode 100644 index 50fb98a0a0..0000000000 --- a/environments/g4py/site-modules/utils/MCScore/CMakeLists.txt +++ /dev/null @@ -1,26 +0,0 @@ -# - build library - -file (GLOB PY_FILES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.py) - -foreach (_pyfile ${PY_FILES}) - configure_file (${CMAKE_CURRENT_SOURCE_DIR}/${_pyfile} - ${CMAKE_CURRENT_BINARY_DIR}/${_pyfile} COPYONLY) - list (APPEND PYC_FILES "${CMAKE_CURRENT_BINARY_DIR}/${_pyfile}c") - list (APPEND PYO_FILES "${CMAKE_CURRENT_BINARY_DIR}/${_pyfile}o") -endforeach() - -add_custom_target (MCScore ALL) - -add_custom_command ( - TARGET MCScore - COMMAND ${PYTHON_EXECUTABLE} - ARGS -m compileall -f ${CMAKE_CURRENT_BINARY_DIR} - COMMAND ${PYTHON_EXECUTABLE} - ARGS -O -m compileall -f ${CMAKE_CURRENT_BINARY_DIR} -) - -# install - -install (FILES ${PY_FILES} DESTINATION ${G4SITEMODULES_INSTALL_DIR}) -install (FILES ${PYC_FILES} DESTINATION ${G4SITEMODULES_INSTALL_DIR}) -install (FILES ${PYO_FILES} DESTINATION ${G4SITEMODULES_INSTALL_DIR}) diff --git a/environments/g4py/site-modules/utils/MCScore/mcscore.py b/environments/g4py/site-modules/utils/MCScore/mcscore.py deleted file mode 100644 index de82665312..0000000000 --- a/environments/g4py/site-modules/utils/MCScore/mcscore.py +++ /dev/null @@ -1,136 +0,0 @@ -""" -Python module - -This module provides classes and functions for scoring reactions - - [C] MCVertex: - [C] MCParticle: - [f] read_next_vertex(stream): - - Q, 2006 -""" -import string -from Geant4.hepunit import * - -# ================================================================== -# public symbols -# ================================================================== -__all__ = [ 'MCParticle', 'MCVertex', 'read_next_vertex' ] - - -# ================================================================== -# class definition -# ================================================================== - -# ------------------------------------------------------------------ -# MCParticle -# ------------------------------------------------------------------ -class MCParticle: - "MC particle" - def __init__(self, aname, aZ, aA, akE, apx, apy, apz): - self.name = aname - self.Z = aZ - self.A = aA - self.kineticE = akE - self.px = apx - self.py = apy - self.pz = apz - - def printout(self): - print "--- particle: %s, Z=%2d, A=%2d, kE=%g" % \ - (self.name, self.Z, self.A, self.kineticE/MeV) - -# ------------------------------------------------------------------ -# MCVertex -# ------------------------------------------------------------------ -class MCVertex : - "MC vertex" - def __init__(self, ax, ay, az): - self.x = ax - self.y = ay - self.z = az - self.nparticle = 0 - self.particle_list = [] - - def append_particle(self, aparticle): - self.particle_list.append(aparticle) - self.nparticle= self.nparticle+1 - - def printout(self): - print "@@@ vertex: x=(%g,%g,%g) Nsec=%3d" % \ - (self.x/cm, self.y/cm, self.z/cm, self.nparticle) - for p in self.particle_list: - p.printout() - - def dump_vertex(self, stream): - aline = "%g %g %g %d\n" % \ - (self.x/m, self.y/m, self.z/m, self.nparticle) - stream.write(aline) - for p in self.particle_list: - aline = " %s %d %d %g %g %g %g\n" % \ - (p.name, p.Z, p.A, p.kineticE/MeV, p.px/MeV, p.py/MeV, p.pz/MeV) - stream.write(aline) - - def __del__(self): - np = len(self.particle_list) - del self.particle_list[0:np] - - -# ================================================================== -# I/O interface -# ================================================================== -def read_next_vertex(stream): - "read next vertex from a file stream" - line= stream.readline() - if line == "": # EOF - return 0 - - # reading vertex - data = line.split() - x = string.atof(data[0]) * m - y = string.atof(data[1]) * m - z = string.atof(data[2]) * m - nsec = string.atoi(data[3]) - - vertex = MCVertex(x,y,z) - - # reading particles - for p in range(0, nsec): - data = stream.readline().split() - pname = data[0] - Z = string.atoi(data[1]) - A = string.atoi(data[2]) - kE = string.atof(data[3]) * MeV - px = string.atof(data[4]) * MeV - py = string.atof(data[5]) * MeV - pz = string.atof(data[6]) * MeV - - particle = MCParticle(pname, Z, A, kE, px, py, pz) - vertex.append_particle(particle) - - return vertex - - -# ================================================================== -# test -# ================================================================== -def test(): - f = open("reaction.dat") - f.seek(0) - - while(1): - vertex = read_next_vertex(f) - if vertex == 0: - break - vertex.printout() - del vertex - f.close() - print ">>> EOF" - - -# ================================================================== -# main -# ================================================================== -if __name__ == "__main__": - test() - diff --git a/environments/g4py/site-modules/utils/MCScore/python3/CMakeLists.txt b/environments/g4py/site-modules/utils/MCScore/python3/CMakeLists.txt deleted file mode 100644 index dca8401f10..0000000000 --- a/environments/g4py/site-modules/utils/MCScore/python3/CMakeLists.txt +++ /dev/null @@ -1,26 +0,0 @@ -# - build library - -file (GLOB PY_FILES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.py) - -foreach (_pyfile ${PY_FILES}) - configure_file (${CMAKE_CURRENT_SOURCE_DIR}/${_pyfile} - ${CMAKE_CURRENT_BINARY_DIR}/${_pyfile} COPYONLY) - list (APPEND PYC_FILES "${CMAKE_CURRENT_BINARY_DIR}/${_pyfile}c") - list (APPEND PYO_FILES "${CMAKE_CURRENT_BINARY_DIR}/${_pyfile}o") -endforeach() - -add_custom_target (MCScore ALL) - -add_custom_command ( - TARGET MCScore - COMMAND ${PYTHON_EXECUTABLE} - ARGS -m compileall -f ${CMAKE_CURRENT_BINARY_DIR} - COMMAND ${PYTHON_EXECUTABLE} - ARGS -O -m compileall -f ${CMAKE_CURRENT_BINARY_DIR} -) - -# install - -install (FILES ${PY_FILES} DESTINATION ${G4SITEMODULES_INSTALL_DIR}) -#install (FILES ${PYC_FILES} DESTINATION ${G4SITEMODULES_INSTALL_DIR}) -#install (FILES ${PYO_FILES} DESTINATION ${G4SITEMODULES_INSTALL_DIR}) diff --git a/environments/g4py/source/CMakeLists.txt b/environments/g4py/source/CMakeLists.txt index ea231d4155..d19cd0d730 100644 --- a/environments/g4py/source/CMakeLists.txt +++ b/environments/g4py/source/CMakeLists.txt @@ -1,16 +1,9 @@ # - add libs components +# Private interface library to help Boost.Python usage +add_library(pyG4Boost INTERFACE) +target_include_directories(pyG4Boost INTERFACE "${CMAKE_CURRENT_SOURCE_DIR}/boost") -set(G4MODULES_INSTALL_DIR ${CMAKE_INSTALL_LIBDIR}/Geant4) - -include_directories ( - ${PYTHON_INCLUDE_PATH} - ${Boost_INCLUDE_DIRS} - ${PROJECT_SOURCE_DIR}/source/boost - ${GEANT4_INCLUDE_DIR} -) - -link_directories (${GEANT4_LIBRARY_DIR} ${Boost_LIBRARY_DIRS}) - +# Core Geant4 bindings add_subdirectory(global) add_subdirectory(interface) add_subdirectory(intercoms) @@ -26,10 +19,43 @@ add_subdirectory(digits_hits) add_subdirectory(visualization) add_subdirectory(graphics_reps) add_subdirectory(physics_lists) -add_subdirectory(gdml) -if (${PYTHON_VERSION_MAJOR} MATCHES "2") - add_subdirectory(python) -elseif (${PYTHON_VERSION_MAJOR} MATCHES "3") - add_subdirectory(python3) +# Only if GDML +if(GEANT4_USE_GDML) + add_subdirectory(gdml) endif() + +# Pure Python Geant4 extensions +set(GEANT4_PYTHON_MODULES + __init__.py + colortable.py + g4thread.py + g4viscp.py + hepunit.py) +set(GEANT4_PYTHON_BYTECOMPILE_INPUT) +set(GEANT4_PYTHON_BYTECOMPILE_OUTPUT "${CMAKE_CURRENT_BINARY_DIR}/__pycache__") + +foreach(_pymod ${GEANT4_PYTHON_MODULES}) + # Generate used to support testing and multimode so .py/pyc files are in the + # same place as the output extensions + file(GENERATE + OUTPUT ${GEANT4_PYTHON_OUTPUT_DIR}/Geant4/${_pymod} + INPUT ${CMAKE_CURRENT_SOURCE_DIR}/${_pymod}) + # Configure module for byte-compilation at install time + # We do this locally because add_custom_command cannot use genexes in + # its OUTPUT command + configure_file(${_pymod} ${CMAKE_CURRENT_BINARY_DIR}/${_pymod} COPYONLY) + list(APPEND GEANT4_PYTHON_BYTECOMPILE_INPUT ${CMAKE_CURRENT_BINARY_DIR}/${_pymod}) +endforeach() + +add_custom_command( + OUTPUT "${GEANT4_PYTHON_BYTECOMPILE_OUTPUT}" + COMMAND ${PYTHON_EXECUTABLE} -m compileall -q ${CMAKE_CURRENT_BINARY_DIR} + DEPENDS ${GEANT4_PYTHON_BYTECOMPILE_INPUT} + COMMENT "Byte-compiling Geant4 .py modules") + +add_custom_target(pyG4ByteCompile ALL DEPENDS "${GEANT4_PYTHON_BYTECOMPILE_OUTPUT}") + +install(FILES ${GEANT4_PYTHON_BYTECOMPILE_INPUT} DESTINATION "${CMAKE_INSTALL_PYTHONDIR}/Geant4") +install(DIRECTORY ${GEANT4_PYTHON_BYTECOMPILE_OUTPUT} DESTINATION "${CMAKE_INSTALL_PYTHONDIR}/Geant4") + diff --git a/environments/g4py/source/python3/__init__.py b/environments/g4py/source/__init__.py similarity index 98% rename from environments/g4py/source/python3/__init__.py rename to environments/g4py/source/__init__.py index f4bd4c1bc4..2cc672c8c0 100644 --- a/environments/g4py/source/python3/__init__.py +++ b/environments/g4py/source/__init__.py @@ -12,7 +12,7 @@ __date__ = 'December/2019' __author__ = 'K.Murakami (Koichi.Murakami@kek.jp)' # import submodules -from .G4interface import * +from .G4interfaces import * from .G4intercoms import * from .G4global import * from .G4run import * @@ -26,7 +26,6 @@ from .G4materials import * from .G4physicslists import * from .G4digits_hits import * from .G4visualization import * -from .G4gdml import * from .G4graphics_reps import * from .hepunit import * from .colortable import * @@ -162,7 +161,7 @@ gG4VERSION_NUMBER = G4VERSION_NUMBER gControlExecute = gUImanager.ExecuteMacroFile gApplyUICommand = G4intercoms.ApplyUICommand gGetCurrentValues = gUImanager.GetCurrentValues -gStartUISession = G4interface.StartUISession +gStartUISession = G4interfaces.StartUISession # ================================================================== diff --git a/environments/g4py/source/python/colortable.py b/environments/g4py/source/colortable.py similarity index 100% rename from environments/g4py/source/python/colortable.py rename to environments/g4py/source/colortable.py diff --git a/environments/g4py/source/digits_hits/CMakeLists.txt b/environments/g4py/source/digits_hits/CMakeLists.txt index 5cbf044e82..71a7ea2625 100644 --- a/environments/g4py/source/digits_hits/CMakeLists.txt +++ b/environments/g4py/source/digits_hits/CMakeLists.txt @@ -1,25 +1,10 @@ # - build library # library -set(_TARGET pyG4digits_hits) -add_library( - ${_TARGET} SHARED +geant4_add_pymodule(pyG4digits_hits pyG4VSensitiveDetector.cc pymodG4digits_hits.cc ) -set_target_properties(${_TARGET} PROPERTIES PREFIX "") -set_target_properties(${_TARGET} PROPERTIES OUTPUT_NAME "G4digits_hits") -set_target_properties(${_TARGET} PROPERTIES SUFFIX ".so") -set_target_properties(${_TARGET} - PROPERTIES INSTALL_RPATH - ${GEANT4_LIBRARY_DIR} - BUILD_WITH_INSTALL_RPATH TRUE) - - -target_link_libraries (${_TARGET} - ${GEANT4_LIBRARIES_WITH_VIS} ${BOOST_PYTHON_LIB} - ${PYTHON_LIBRARIES}) - -# install -install(TARGETS ${_TARGET} LIBRARY DESTINATION ${G4MODULES_INSTALL_DIR}) +target_link_libraries(pyG4digits_hits PRIVATE G4digits_hits) +install(TARGETS pyG4digits_hits DESTINATION "${CMAKE_INSTALL_PYTHONDIR}/Geant4") diff --git a/environments/g4py/source/event/CMakeLists.txt b/environments/g4py/source/event/CMakeLists.txt index 9063d5da4d..3608faf5d6 100644 --- a/environments/g4py/source/event/CMakeLists.txt +++ b/environments/g4py/source/event/CMakeLists.txt @@ -1,9 +1,7 @@ # - build library # library -set(_TARGET pyG4event) -add_library( - ${_TARGET} SHARED +geant4_add_pymodule(pyG4event pyG4ClassificationOfNewTrack.cc pyG4Event.cc pyG4EventManager.cc @@ -14,17 +12,5 @@ add_library( pymodG4event.cc ) -set_target_properties (${_TARGET} PROPERTIES PREFIX "" ) -set_target_properties(${_TARGET} PROPERTIES OUTPUT_NAME "G4event") -set_target_properties(${_TARGET} PROPERTIES SUFFIX ".so") -set_target_properties(${_TARGET} - PROPERTIES INSTALL_RPATH - ${GEANT4_LIBRARY_DIR} - BUILD_WITH_INSTALL_RPATH TRUE) - -target_link_libraries (${_TARGET} - ${GEANT4_LIBRARIES_WITH_VIS} ${BOOST_PYTHON_LIB} - ${PYTHON_LIBRARIES}) - -# install -install(TARGETS ${_TARGET} LIBRARY DESTINATION ${G4MODULES_INSTALL_DIR}) +target_link_libraries(pyG4event PRIVATE G4event) +install(TARGETS pyG4event DESTINATION "${CMAKE_INSTALL_PYTHONDIR}/Geant4") diff --git a/environments/g4py/source/python/g4thread.py b/environments/g4py/source/g4thread.py similarity index 100% rename from environments/g4py/source/python/g4thread.py rename to environments/g4py/source/g4thread.py diff --git a/environments/g4py/source/python/g4viscp.py b/environments/g4py/source/g4viscp.py similarity index 100% rename from environments/g4py/source/python/g4viscp.py rename to environments/g4py/source/g4viscp.py diff --git a/environments/g4py/source/gdml/CMakeLists.txt b/environments/g4py/source/gdml/CMakeLists.txt index 56c15dd75a..47747110a3 100644 --- a/environments/g4py/source/gdml/CMakeLists.txt +++ b/environments/g4py/source/gdml/CMakeLists.txt @@ -1,30 +1,8 @@ -# - build library - -if(GEANT4_HAS_GDML) - add_definitions(-DENABLE_GDML) -endif() - -include_directories (${XERCESC_INCLUDE_DIRS}) - # library -set(_TARGET pyG4gdml) -add_library( - ${_TARGET} SHARED +geant4_add_pymodule(pyG4gdml pyG4GDMLParser.cc pymodG4g4gdml.cc ) -set_target_properties(${_TARGET} PROPERTIES PREFIX "") -set_target_properties(${_TARGET} PROPERTIES OUTPUT_NAME "G4gdml") -set_target_properties(${_TARGET} PROPERTIES SUFFIX ".so") -set_target_properties(${_TARGET} - PROPERTIES INSTALL_RPATH - ${GEANT4_LIBRARY_DIR} - BUILD_WITH_INSTALL_RPATH TRUE) - -target_link_libraries (${_TARGET} - ${GEANT4_LIBRARIES_WITH_VIS} ${XERCESC_LIBRARY} - ${BOOST_PYTHON_LIB} ${PYTHON_LIBRARIES}) - -# install -install(TARGETS ${_TARGET} LIBRARY DESTINATION ${G4MODULES_INSTALL_DIR}) +target_link_libraries(pyG4gdml PRIVATE G4persistency) +install(TARGETS pyG4gdml DESTINATION "${CMAKE_INSTALL_PYTHONDIR}/Geant4") diff --git a/environments/g4py/source/gdml/pyG4GDMLParser.cc b/environments/g4py/source/gdml/pyG4GDMLParser.cc index 1b9bd8e12d..3cd3cd1814 100644 --- a/environments/g4py/source/gdml/pyG4GDMLParser.cc +++ b/environments/g4py/source/gdml/pyG4GDMLParser.cc @@ -28,7 +28,6 @@ // // 2007 Q // ==================================================================== -#ifdef ENABLE_GDML #include #include "G4GDMLParser.hh" @@ -43,21 +42,21 @@ using namespace boost::python; // ==================================================================== namespace pyG4GDMLParser { -BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS(f_GetWorldVolume, - GetWorldVolume, 0, 1); +BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS(f_GetWorldVolume, + GetWorldVolume, 0, 1) void (G4GDMLParser::*f1_Write) - (const G4String&, const G4VPhysicalVolume*, G4bool, + (const G4String&, const G4VPhysicalVolume*, G4bool, const G4String&) = &G4GDMLParser::Write; void (G4GDMLParser::*f2_Write) (const G4String&, const G4LogicalVolume*, G4bool, const G4String&) = &G4GDMLParser::Write; -BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS(g_Write, Write, 2, 4); -BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS(f_Read, Read, 1, 2); -BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS(f_ReadModule, ReadModule, 1, 2); -BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS(f_Write, Write, 1, 4); +BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS(g_Write, Write, 2, 4) +BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS(f_Read, Read, 1, 2) +BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS(f_ReadModule, ReadModule, 1, 2) +BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS(f_Write, Write, 1, 4) } @@ -83,4 +82,3 @@ void export_G4GDMLParser() ; } -#endif diff --git a/environments/g4py/source/gdml/pymodG4g4gdml.cc b/environments/g4py/source/gdml/pymodG4g4gdml.cc index 6add758b46..9168072a5d 100644 --- a/environments/g4py/source/gdml/pymodG4g4gdml.cc +++ b/environments/g4py/source/gdml/pymodG4g4gdml.cc @@ -36,14 +36,10 @@ using namespace boost::python; // module definition // ==================================================================== -#ifdef ENABLE_GDML void export_G4GDMLParser(); -#endif BOOST_PYTHON_MODULE(G4gdml) { -#ifdef ENABLE_GDML export_G4GDMLParser(); -#endif } diff --git a/environments/g4py/source/geometry/CMakeLists.txt b/environments/g4py/source/geometry/CMakeLists.txt index a5316a6ab8..e3afd57df5 100644 --- a/environments/g4py/source/geometry/CMakeLists.txt +++ b/environments/g4py/source/geometry/CMakeLists.txt @@ -1,9 +1,7 @@ # - build library # library -set(_TARGET pyG4geometry) -add_library ( - ${_TARGET} SHARED +geant4_add_pymodule(pyG4geometry pyG4BooleanSolid.cc pyG4Box.cc pyG4ChordFinder.cc @@ -47,17 +45,5 @@ add_library ( pymodG4geometry.cc ) -set_target_properties(${_TARGET} PROPERTIES PREFIX "") -set_target_properties(${_TARGET} PROPERTIES OUTPUT_NAME "G4geometry") -set_target_properties(${_TARGET} PROPERTIES SUFFIX ".so") -set_target_properties(${_TARGET} - PROPERTIES INSTALL_RPATH - ${GEANT4_LIBRARY_DIR} - BUILD_WITH_INSTALL_RPATH TRUE) - -target_link_libraries (${_TARGET} - ${GEANT4_LIBRARIES_WITH_VIS} ${BOOST_PYTHON_LIB} - ${PYTHON_LIBRARIES}) - -# install -install(TARGETS ${_TARGET} LIBRARY DESTINATION ${G4MODULES_INSTALL_DIR}) +target_link_libraries(pyG4geometry PRIVATE G4geometry G4track G4processes) +install(TARGETS pyG4geometry DESTINATION "${CMAKE_INSTALL_PYTHONDIR}/Geant4") diff --git a/environments/g4py/source/geometry/pyG4FieldManager.cc b/environments/g4py/source/geometry/pyG4FieldManager.cc index edd398a24d..3b77588533 100644 --- a/environments/g4py/source/geometry/pyG4FieldManager.cc +++ b/environments/g4py/source/geometry/pyG4FieldManager.cc @@ -50,7 +50,7 @@ const G4ChordFinder*(G4FieldManager::*f2_GetChordFinder)() const = &G4FieldManager::GetChordFinder; BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS(f_SetDetectorField, - SetDetectorField, 1, 2); + SetDetectorField, 1, 2) } diff --git a/environments/g4py/source/geometry/pyG4MagneticField.cc b/environments/g4py/source/geometry/pyG4MagneticField.cc index ba3b02199d..9c75b1104e 100644 --- a/environments/g4py/source/geometry/pyG4MagneticField.cc +++ b/environments/g4py/source/geometry/pyG4MagneticField.cc @@ -67,6 +67,8 @@ namespace pyG4MagneticField { struct CB_PyG4MagneticField : PyG4MagneticField, wrapper { + using PyG4MagneticField::GetFieldValue; + G4ThreeVector GetFieldValue(const G4ThreeVector& pos, const G4double time) const { return get_override("GetFieldValue")(pos, time); diff --git a/environments/g4py/source/geometry/pyG4Polycone.cc b/environments/g4py/source/geometry/pyG4Polycone.cc index dcc3c8f34a..94aafadf6b 100644 --- a/environments/g4py/source/geometry/pyG4Polycone.cc +++ b/environments/g4py/source/geometry/pyG4Polycone.cc @@ -29,6 +29,7 @@ // 2007 Q // ==================================================================== #include +#include #include "G4Polycone.hh" using namespace boost::python; @@ -46,9 +47,9 @@ G4Polycone* f1_CreatePolycone(const G4String& name, G4double phiStart, const std::vector& rInner, const std::vector& rOuter) { - G4double zlist[numZPlanes]; - G4double r0list[numZPlanes]; - G4double r1list[numZPlanes]; + std::unique_ptr zlist(new G4double[numZPlanes]); + std::unique_ptr r0list(new G4double[numZPlanes]); + std::unique_ptr r1list(new G4double[numZPlanes]); for (G4int i=0; i< numZPlanes; i++) { zlist[i]= zPlane[i]; @@ -57,7 +58,7 @@ G4Polycone* f1_CreatePolycone(const G4String& name, G4double phiStart, } return new G4Polycone(name, phiStart, phiTotal, numZPlanes, - zlist, r0list, r1list); + zlist.get(), r0list.get(), r1list.get()); } @@ -66,8 +67,8 @@ G4Polycone* f2_CreatePolycone(const G4String& name, G4double phiStart, const std::vector& r, const std::vector& z) { - G4double zlist[numRZ]; - G4double rlist[numRZ]; + std::unique_ptr zlist(new G4double[numRZ]); + std::unique_ptr rlist(new G4double[numRZ]); for (G4int i=0; i< numRZ; i++) { rlist[i]= r[i]; @@ -75,7 +76,7 @@ G4Polycone* f2_CreatePolycone(const G4String& name, G4double phiStart, } return new G4Polycone(name, phiStart, phiTotal, numRZ, - rlist, zlist); + rlist.get(), zlist.get()); } diff --git a/environments/g4py/source/geometry/pyG4Polyhedra.cc b/environments/g4py/source/geometry/pyG4Polyhedra.cc index d9e4db000e..5c51484b8d 100644 --- a/environments/g4py/source/geometry/pyG4Polyhedra.cc +++ b/environments/g4py/source/geometry/pyG4Polyhedra.cc @@ -29,6 +29,7 @@ // 2007 Q // ==================================================================== #include +#include #include "G4Polyhedra.hh" using namespace boost::python; @@ -40,16 +41,16 @@ namespace pyG4Polyhedra { // create solid methods -G4Polyhedra* f1_CreatePolyhedra(const G4String& name, - G4double phiStart, G4double phiTotal, +G4Polyhedra* f1_CreatePolyhedra(const G4String& name, + G4double phiStart, G4double phiTotal, G4int numSide, G4int numZPlanes, const std::vector& zPlane, const std::vector& rInner, const std::vector& rOuter) { - G4double zlist[numZPlanes]; - G4double r0list[numZPlanes]; - G4double r1list[numZPlanes]; + std::unique_ptr zlist(new G4double[numZPlanes]); + std::unique_ptr r0list(new G4double[numZPlanes]); + std::unique_ptr r1list(new G4double[numZPlanes]); for (G4int i=0; i< numZPlanes; i++) { zlist[i]= zPlane[i]; @@ -58,26 +59,26 @@ G4Polyhedra* f1_CreatePolyhedra(const G4String& name, } return new G4Polyhedra(name, phiStart, phiTotal, numSide, numZPlanes, - zlist, r0list, r1list); + zlist.get(), r0list.get(), r1list.get()); } G4Polyhedra* f2_CreatePolyhedra(const G4String& name, G4double phiStart, G4double phiTotal, G4int numSide, G4int numRZ, - const std::vector& r, + const std::vector& r, const std::vector& z) { - G4double zlist[numRZ]; - G4double rlist[numRZ]; + std::unique_ptr zlist(new G4double[numRZ]); + std::unique_ptr rlist(new G4double[numRZ]); for (G4int i=0; i< numRZ; i++) { zlist[i]= z[i]; rlist[i]= r[i]; } - return new G4Polyhedra(name, phiStart, phiTotal, numSide, numRZ, - rlist, zlist); + return new G4Polyhedra(name, phiStart, phiTotal, numSide, numRZ, + rlist.get(), zlist.get()); } diff --git a/environments/g4py/source/global/CMakeLists.txt b/environments/g4py/source/global/CMakeLists.txt index 8889ebb522..133cc60a6c 100644 --- a/environments/g4py/source/global/CMakeLists.txt +++ b/environments/g4py/source/global/CMakeLists.txt @@ -1,9 +1,5 @@ -# - build library - -# library -set(_TARGET pyG4global) -add_library( - ${_TARGET} SHARED +# - Module +geant4_add_pymodule(pyG4global G4PyCoutDestination.cc pyG4ApplicationState.cc pyG4Exception.cc @@ -27,17 +23,5 @@ add_library( pymodG4global.cc ) -set_target_properties(${_TARGET} PROPERTIES PREFIX "") -set_target_properties(${_TARGET} PROPERTIES OUTPUT_NAME "G4global") -set_target_properties(${_TARGET} PROPERTIES SUFFIX ".so") -set_target_properties(${_TARGET} - PROPERTIES INSTALL_RPATH - ${GEANT4_LIBRARY_DIR} - BUILD_WITH_INSTALL_RPATH TRUE) - -target_link_libraries (${_TARGET} - ${GEANT4_LIBRARIES_WITH_VIS} ${BOOST_PYTHON_LIB} - ${PYTHON_LIBRARIES}) - -# install -install(TARGETS ${_TARGET} LIBRARY DESTINATION ${G4MODULES_INSTALL_DIR}) +target_link_libraries(pyG4global PRIVATE G4global G4track pyG4Boost) +install(TARGETS pyG4global DESTINATION "${CMAKE_INSTALL_PYTHONDIR}/Geant4") diff --git a/environments/g4py/source/global/pyG4UserLimits.cc b/environments/g4py/source/global/pyG4UserLimits.cc index 24675debc8..da36e149d0 100644 --- a/environments/g4py/source/global/pyG4UserLimits.cc +++ b/environments/g4py/source/global/pyG4UserLimits.cc @@ -30,6 +30,8 @@ // ==================================================================== #include #include "G4UserLimits.hh" + +// Needed to avoid "incomplete type" error on G4Track #include "G4Track.hh" using namespace boost::python; diff --git a/environments/g4py/source/global/pyglobals.cc b/environments/g4py/source/global/pyglobals.cc index e8798eb922..aad3dd89dd 100644 --- a/environments/g4py/source/global/pyglobals.cc +++ b/environments/g4py/source/global/pyglobals.cc @@ -40,15 +40,15 @@ using namespace boost::python; -extern G4strstreambuf G4coutbuf; -extern G4strstreambuf G4cerrbuf; +//extern G4strstreambuf G4coutbuf; +//extern G4strstreambuf G4cerrbuf; namespace pyglobals { // G4cout/cerr are set to Python stdout void SetG4PyCoutDestination() { - G4UImanager* UImgr= G4UImanager::GetUIpointer(); + G4UImanager::GetUIpointer(); G4PyCoutDestination* pycout= new G4PyCoutDestination(); G4coutbuf.SetDestination(pycout); G4cerrbuf.SetDestination(pycout); diff --git a/environments/g4py/source/graphics_reps/CMakeLists.txt b/environments/g4py/source/graphics_reps/CMakeLists.txt index 900080d8fa..9c38f0b83f 100644 --- a/environments/g4py/source/graphics_reps/CMakeLists.txt +++ b/environments/g4py/source/graphics_reps/CMakeLists.txt @@ -1,25 +1,11 @@ # - build library # library -set(_TARGET pyG4graphics_reps) -add_library( - ${_TARGET} SHARED +geant4_add_pymodule(pyG4graphics_reps pyG4Colour.cc pyG4VisAttributes.cc pymodG4graphics_reps.cc ) -set_target_properties(${_TARGET} PROPERTIES PREFIX "") -set_target_properties(${_TARGET} PROPERTIES OUTPUT_NAME "G4graphics_reps") -set_target_properties(${_TARGET} PROPERTIES SUFFIX ".so") -set_target_properties(${_TARGET} - PROPERTIES INSTALL_RPATH - ${GEANT4_LIBRARY_DIR} - BUILD_WITH_INSTALL_RPATH TRUE) - -target_link_libraries (${_TARGET} - ${GEANT4_LIBRARIES_WITH_VIS} ${BOOST_PYTHON_LIB} - ${PYTHON_LIBRARIES}) - -# install -install(TARGETS ${_TARGET} LIBRARY DESTINATION ${G4MODULES_INSTALL_DIR}) +target_link_libraries(pyG4graphics_reps PRIVATE G4graphics_reps) +install(TARGETS pyG4graphics_reps DESTINATION "${CMAKE_INSTALL_PYTHONDIR}/Geant4") diff --git a/environments/g4py/source/python/hepunit.py b/environments/g4py/source/hepunit.py similarity index 100% rename from environments/g4py/source/python/hepunit.py rename to environments/g4py/source/hepunit.py diff --git a/environments/g4py/source/intercoms/CMakeLists.txt b/environments/g4py/source/intercoms/CMakeLists.txt index b332f38cb0..374885e40a 100644 --- a/environments/g4py/source/intercoms/CMakeLists.txt +++ b/environments/g4py/source/intercoms/CMakeLists.txt @@ -1,9 +1,7 @@ # - build library # library -set(_TARGET pyG4intercoms) -add_library( - ${_TARGET} SHARED +geant4_add_pymodule(pyG4intercoms pyG4UIcommand.cc pyG4UIcommandTree.cc pyG4UImanager.cc @@ -11,17 +9,5 @@ add_library( pymodG4intercoms.cc ) -set_target_properties(${_TARGET} PROPERTIES PREFIX "") -set_target_properties(${_TARGET} PROPERTIES OUTPUT_NAME "G4intercoms") -set_target_properties(${_TARGET} PROPERTIES SUFFIX ".so") -set_target_properties(${_TARGET} - PROPERTIES INSTALL_RPATH - ${GEANT4_LIBRARY_DIR} - BUILD_WITH_INSTALL_RPATH TRUE) - -target_link_libraries (${_TARGET} - ${GEANT4_LIBRARIES_WITH_VIS} ${BOOST_PYTHON_LIB} - ${PYTHON_LIBRARIES}) - -# install -install(TARGETS ${_TARGET} LIBRARY DESTINATION ${G4MODULES_INSTALL_DIR}) +target_link_libraries(pyG4intercoms PRIVATE G4intercoms) +install(TARGETS pyG4intercoms DESTINATION "${CMAKE_INSTALL_PYTHONDIR}/Geant4") diff --git a/environments/g4py/source/interface/CMakeLists.txt b/environments/g4py/source/interface/CMakeLists.txt index 5545856ae5..097a858625 100644 --- a/environments/g4py/source/interface/CMakeLists.txt +++ b/environments/g4py/source/interface/CMakeLists.txt @@ -1,24 +1,10 @@ # - build library # library -set(_TARGET pyG4interface) -add_library( - ${_TARGET} SHARED +geant4_add_pymodule(pyG4interfaces pyG4UIterminal.cc pymodG4interface.cc ) -set_target_properties(${_TARGET} PROPERTIES PREFIX "") -set_target_properties(${_TARGET} PROPERTIES OUTPUT_NAME "G4interface") -set_target_properties(${_TARGET} PROPERTIES SUFFIX ".so") -set_target_properties(${_TARGET} - PROPERTIES INSTALL_RPATH - ${GEANT4_LIBRARY_DIR} - BUILD_WITH_INSTALL_RPATH TRUE) - -target_link_libraries (${_TARGET} - ${GEANT4_LIBRARIES_WITH_VIS} ${BOOST_PYTHON_LIB} - ${PYTHON_LIBRARIES}) - -# install -install(TARGETS ${_TARGET} LIBRARY DESTINATION ${G4MODULES_INSTALL_DIR}) +target_link_libraries(pyG4interfaces PRIVATE G4interfaces) +install(TARGETS pyG4interfaces DESTINATION "${CMAKE_INSTALL_PYTHONDIR}/Geant4") diff --git a/environments/g4py/source/interface/pymodG4interface.cc b/environments/g4py/source/interface/pymodG4interface.cc index bafd50fd5e..d82bc4e16f 100644 --- a/environments/g4py/source/interface/pymodG4interface.cc +++ b/environments/g4py/source/interface/pymodG4interface.cc @@ -38,7 +38,7 @@ using namespace boost::python; void export_G4UIterminal(); -BOOST_PYTHON_MODULE(G4interface) +BOOST_PYTHON_MODULE(G4interfaces) { export_G4UIterminal(); } diff --git a/environments/g4py/source/materials/CMakeLists.txt b/environments/g4py/source/materials/CMakeLists.txt index a54bb50c6c..662e4606e8 100644 --- a/environments/g4py/source/materials/CMakeLists.txt +++ b/environments/g4py/source/materials/CMakeLists.txt @@ -1,9 +1,7 @@ # - build library # library -set(_TARGET pyG4materials) -add_library( - ${_TARGET} SHARED +geant4_add_pymodule(pyG4materials pyG4AtomicShells.cc pyG4Element.cc pyG4ElementTable.cc @@ -15,17 +13,5 @@ add_library( pymodG4materials.cc ) -set_target_properties(${_TARGET} PROPERTIES PREFIX "") -set_target_properties(${_TARGET} PROPERTIES OUTPUT_NAME "G4materials") -set_target_properties(${_TARGET} PROPERTIES SUFFIX ".so") -set_target_properties(${_TARGET} - PROPERTIES INSTALL_RPATH - ${GEANT4_LIBRARY_DIR} - BUILD_WITH_INSTALL_RPATH TRUE) - -target_link_libraries (${_TARGET} - ${GEANT4_LIBRARIES_WITH_VIS} ${BOOST_PYTHON_LIB} - ${PYTHON_LIBRARIES}) - -# install -install(TARGETS ${_TARGET} LIBRARY DESTINATION ${G4MODULES_INSTALL_DIR}) +target_link_libraries(pyG4materials PRIVATE G4materials pyG4Boost) +install(TARGETS pyG4materials DESTINATION "${CMAKE_INSTALL_PYTHONDIR}/Geant4") diff --git a/environments/g4py/source/particles/CMakeLists.txt b/environments/g4py/source/particles/CMakeLists.txt index 7f817f0328..ad539e0017 100644 --- a/environments/g4py/source/particles/CMakeLists.txt +++ b/environments/g4py/source/particles/CMakeLists.txt @@ -1,9 +1,7 @@ # - build library # library -set(_TARGET pyG4particles) -add_library( - ${_TARGET} SHARED +geant4_add_pymodule(pyG4particles pyG4DecayTable.cc pyG4DynamicParticle.cc pyG4ParticleDefinition.cc @@ -14,17 +12,5 @@ add_library( pymodG4particles.cc ) -set_target_properties(${_TARGET} PROPERTIES PREFIX "") -set_target_properties(${_TARGET} PROPERTIES OUTPUT_NAME "G4particles") -set_target_properties(${_TARGET} PROPERTIES SUFFIX ".so") -set_target_properties(${_TARGET} - PROPERTIES INSTALL_RPATH - ${GEANT4_LIBRARY_DIR} - BUILD_WITH_INSTALL_RPATH TRUE) - -target_link_libraries (${_TARGET} - ${GEANT4_LIBRARIES_WITH_VIS} ${BOOST_PYTHON_LIB} - ${PYTHON_LIBRARIES}) - -# install -install(TARGETS ${_TARGET} LIBRARY DESTINATION ${G4MODULES_INSTALL_DIR}) +target_link_libraries(pyG4particles PRIVATE G4particles G4processes) +install(TARGETS pyG4particles DESTINATION "${CMAKE_INSTALL_PYTHONDIR}/Geant4") diff --git a/environments/g4py/source/particles/pyG4ParticleList.cc b/environments/g4py/source/particles/pyG4ParticleList.cc index 729f3594bb..5b70d2f8c7 100644 --- a/environments/g4py/source/particles/pyG4ParticleList.cc +++ b/environments/g4py/source/particles/pyG4ParticleList.cc @@ -46,14 +46,13 @@ public: p_iterator p_begin() { G4ParticleTable* particleTable= G4ParticleTable::GetParticleTable(); - if(particleTableCache.size() != particleTable-> size() ) { + if(particleTableCache.size() != static_cast(particleTable-> size()) ) { particleTableCache.clear(); - G4ParticleTable::G4PTblDicIterator* - theParticleIterator= particleTable-> GetIterator(); + G4ParticleTable::G4PTblDicIterator* theParticleIterator= particleTable-> GetIterator(); theParticleIterator-> reset(); while( (*theParticleIterator)() ){ - G4ParticleDefinition* particle= theParticleIterator-> value(); - particleTableCache.push_back(particle); + G4ParticleDefinition* particle= theParticleIterator-> value(); + particleTableCache.push_back(particle); } } return particleTableCache.begin(); @@ -61,14 +60,13 @@ public: p_iterator p_end() { G4ParticleTable* particleTable= G4ParticleTable::GetParticleTable(); - if(particleTableCache.size() != particleTable-> size() ) { + if(particleTableCache.size() != static_cast(particleTable-> size()) ) { particleTableCache.clear(); - G4ParticleTable::G4PTblDicIterator* - theParticleIterator= particleTable-> GetIterator(); + G4ParticleTable::G4PTblDicIterator* theParticleIterator= particleTable-> GetIterator(); theParticleIterator-> reset(); while( (*theParticleIterator)() ){ - G4ParticleDefinition* particle= theParticleIterator-> value(); - particleTableCache.push_back(particle); + G4ParticleDefinition* particle= theParticleIterator-> value(); + particleTableCache.push_back(particle); } } return particleTableCache.end(); @@ -85,7 +83,7 @@ void export_PyG4ParticleList() { class_("PyG4ParticleList", "particle list") .def("__iter__", iterator()) - .add_property("particles", range(&PyG4ParticleList::p_begin, + .add_property("particles", range(&PyG4ParticleList::p_begin, &PyG4ParticleList::p_end)) ; } diff --git a/environments/g4py/source/physics_lists/CMakeLists.txt b/environments/g4py/source/physics_lists/CMakeLists.txt index 69e4fa5141..7646835f28 100644 --- a/environments/g4py/source/physics_lists/CMakeLists.txt +++ b/environments/g4py/source/physics_lists/CMakeLists.txt @@ -1,24 +1,9 @@ # - build library # library -set(_TARGET pyG4physicslists) -add_library( - ${_TARGET} SHARED +geant4_add_pymodule(pyG4physicslists pyPhysicsLists.cc pymodG4physicslists.cc ) - -set_target_properties(${_TARGET} PROPERTIES PREFIX "") -set_target_properties(${_TARGET} PROPERTIES OUTPUT_NAME "G4physicslists") -set_target_properties(${_TARGET} PROPERTIES SUFFIX ".so") -set_target_properties(${_TARGET} - PROPERTIES INSTALL_RPATH - ${GEANT4_LIBRARY_DIR} - BUILD_WITH_INSTALL_RPATH TRUE) - -target_link_libraries (${_TARGET} - ${GEANT4_LIBRARIES_WITH_VIS} ${BOOST_PYTHON_LIB} - ${PYTHON_LIBRARIES}) - -# install -install(TARGETS ${_TARGET} LIBRARY DESTINATION ${G4MODULES_INSTALL_DIR}) +target_link_libraries(pyG4physicslists PRIVATE G4physicslists) +install(TARGETS pyG4physicslists DESTINATION "${CMAKE_INSTALL_PYTHONDIR}/Geant4") diff --git a/environments/g4py/source/physics_lists/pyPhysicsLists.cc b/environments/g4py/source/physics_lists/pyPhysicsLists.cc index a615ceb6c9..b522ae6513 100644 --- a/environments/g4py/source/physics_lists/pyPhysicsLists.cc +++ b/environments/g4py/source/physics_lists/pyPhysicsLists.cc @@ -74,8 +74,8 @@ void AddPhysicsList(const G4String& plname) { } void ListPhysicsList() { - for (G4int i=0; i< plList.size(); i++) { - G4cout << plList[i] << G4endl; + for (const auto& p : plList) { + G4cout << p << G4endl; } } diff --git a/environments/g4py/source/processes/CMakeLists.txt b/environments/g4py/source/processes/CMakeLists.txt index 2c72405023..551842b6a7 100644 --- a/environments/g4py/source/processes/CMakeLists.txt +++ b/environments/g4py/source/processes/CMakeLists.txt @@ -1,9 +1,7 @@ # - build library # library -set(_TARGET pyG4processes) -add_library( - ${_TARGET} SHARED +geant4_add_pymodule(pyG4processes pyG4CrossSectionHandler.cc pyG4EmCalculator.cc pyG4ProcVector.cc @@ -16,17 +14,5 @@ add_library( pymodG4processes.cc ) -set_target_properties(${_TARGET} PROPERTIES PREFIX "") -set_target_properties(${_TARGET} PROPERTIES OUTPUT_NAME "G4processes") -set_target_properties(${_TARGET} PROPERTIES SUFFIX ".so") -set_target_properties(${_TARGET} - PROPERTIES INSTALL_RPATH - ${GEANT4_LIBRARY_DIR} - BUILD_WITH_INSTALL_RPATH TRUE) - -target_link_libraries (${_TARGET} - ${GEANT4_LIBRARIES_WITH_VIS} ${BOOST_PYTHON_LIB} - ${PYTHON_LIBRARIES}) - -# install -install(TARGETS ${_TARGET} LIBRARY DESTINATION ${G4MODULES_INSTALL_DIR}) +target_link_libraries(pyG4processes PRIVATE G4processes pyG4Boost) +install(TARGETS pyG4processes DESTINATION "${CMAKE_INSTALL_PYTHONDIR}/Geant4") diff --git a/environments/g4py/source/processes/pyG4ProcessTable.cc b/environments/g4py/source/processes/pyG4ProcessTable.cc index 696545a5e5..6f0c9015c9 100644 --- a/environments/g4py/source/processes/pyG4ProcessTable.cc +++ b/environments/g4py/source/processes/pyG4ProcessTable.cc @@ -34,6 +34,7 @@ class G4UImessenger; using namespace boost::python; + // ==================================================================== // thin wrappers // ==================================================================== @@ -142,8 +143,8 @@ using namespace pyG4ProcessTable; // ==================================================================== void export_G4ProcessTable() { - class_ - ("G4ProcessTable", "process table") + class_ + ("G4ProcessTable", "process table", no_init) // --- .def("GetProcessTable", &G4ProcessTable::GetProcessTable, return_value_policy()) diff --git a/environments/g4py/source/python/CMakeLists.txt b/environments/g4py/source/python/CMakeLists.txt deleted file mode 100644 index 8d1a31cd3a..0000000000 --- a/environments/g4py/source/python/CMakeLists.txt +++ /dev/null @@ -1,26 +0,0 @@ -# - build library - -file (GLOB PY_FILES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.py) - -foreach (_pyfile ${PY_FILES}) - configure_file (${CMAKE_CURRENT_SOURCE_DIR}/${_pyfile} - ${CMAKE_CURRENT_BINARY_DIR}/${_pyfile} COPYONLY) - list (APPEND PYC_FILES "${CMAKE_CURRENT_BINARY_DIR}/${_pyfile}c") - list (APPEND PYO_FILES "${CMAKE_CURRENT_BINARY_DIR}/${_pyfile}o") -endforeach() - -add_custom_target (Geant4Py ALL) - -add_custom_command ( - TARGET Geant4Py - COMMAND ${PYTHON_EXECUTABLE} - ARGS -m compileall -f ${CMAKE_CURRENT_BINARY_DIR} - COMMAND ${PYTHON_EXECUTABLE} - ARGS -O -m compileall -f ${CMAKE_CURRENT_BINARY_DIR} -) - -# install - -install (FILES ${PY_FILES} DESTINATION ${G4MODULES_INSTALL_DIR}) -install (FILES ${PYC_FILES} DESTINATION ${G4MODULES_INSTALL_DIR}) -install (FILES ${PYO_FILES} DESTINATION ${G4MODULES_INSTALL_DIR}) diff --git a/environments/g4py/source/python/__init__.py b/environments/g4py/source/python/__init__.py deleted file mode 100644 index 39860ccf62..0000000000 --- a/environments/g4py/source/python/__init__.py +++ /dev/null @@ -1,240 +0,0 @@ -""" -# ================================================================== -# [Geant4] module package -# -# Welcome to Geant4Py. -# -# This package contains a set of Python interface with Geant4. -# ================================================================== -""" -__version__ ='10.6' -__date__ = 'December/2019' -__author__ = 'K.Murakami (Koichi.Murakami@kek.jp)' - -# import submodules -from G4interface import * -from G4intercoms import * -from G4global import * -from G4run import * -from G4event import * -from G4tracking import * -from G4track import * -from G4particles import * -from G4processes import * -from G4geometry import * -from G4materials import * -from G4physicslists import * -from G4digits_hits import * -from G4visualization import * -from G4gdml import * -from G4graphics_reps import * -from hepunit import * -from colortable import * - -def print_version(): - print """============================================================= - Welcome to Geant4Py (A Geant4-Python Bridge) - - Version : %s - Date : %s -============================================================= -""" % ( __version__, __date__) - -# ================================================================== -# initialize -# ================================================================== -# set G4cout/G4cerr to Python stdout -SetG4PyCoutDestination() - -# ================================================================== -# globals, which start with "g" -# ================================================================== -# gRunManager -if G4RunManager.GetRunManager() == None: - gRunManager = G4RunManager() -else: - gRunManager = G4RunManager.GetRunManager() -gRunManagerKernel = G4RunManagerKernel.GetRunManagerKernel() - -# gUImanager -gUImanager = G4UImanager.GetUIpointer() - -# gEventManager -gEventManager = G4EventManager.GetEventManager() - -# gStackManager -gStackManager = gEventManager.GetStackManager() - -# gTrackingManager -gTrackingManager = gEventManager.GetTrackingManager() - -# gStateManager -gStateManager = G4StateManager.GetStateManager() -gExceptionHandler = G4ExceptionHandler() # automatically registered - -# gGeometryManager -gGeometryManager = G4GeometryManager.GetInstance() - -# gTransportationManager -gTransportationManager = G4TransportationManager.GetTransportationManager() - -# gParticleTable -gParticleTable = G4ParticleTable.GetParticleTable() -gParticleIterator = PyG4ParticleList() - -# gProcessTable -gProcessTable = G4ProcessTable.GetProcessTable() - -# gProductionCutsTable -gProductionCutsTable = G4ProductionCutsTable.GetProductionCutsTable() - -# gEmCalculator -gEmCalculator = G4EmCalculator() - -# gMaterial/ElementTable -gMaterialTable = G4Material.GetMaterialTable() -gElementTable = G4Element.GetElementTable() - -# gNistManager (since 7.1) -_material_class_list = dir(G4materials) -_qfind = _material_class_list.count("G4NistManager") > 0 -if _qfind: - gNistManager = G4NistManager.Instance() - -# gVisManager -_visdriver_list = dir(G4visualization) -_q_opengl_ix = "G4OpenGLImmediateX" in _visdriver_list -_q_opengl_sx = "G4OpenGLStoredX" in _visdriver_list -_q_opengl_ixm = "G4OpenGLImmediateXm" in _visdriver_list -_q_opengl_sxm = "G4OpenGLStoredXm" in _visdriver_list -_q_raytracer_x = "G4RayTracerX" in _visdriver_list - -if G4VisManager.GetConcreteInstance() == None: - gVisManager = G4VisManager() - if _q_opengl_ix: - _opengl_ix = G4OpenGLImmediateX() - if _q_opengl_sx: - _opengl_sx = G4OpenGLStoredX() - if _q_opengl_ixm: - _opengl_ixm = G4OpenGLImmediateXm() - if _q_opengl_sxm: - _opengl_sxm = G4OpenGLStoredXm() - if _q_raytracer_x: - _raytracer_x = G4RayTracerX() - - _vrml1 = G4VRML1File() - _vrml2 = G4VRML2File() - _dawn = G4DAWNFILE() - _heprep_xml = G4HepRep() - _heprep_file = G4HepRepFile() - _atree = G4ASCIITree() - _raytracer = G4RayTracer() - - if _q_opengl_ix: - gVisManager.RegisterGraphicsSystem(_opengl_ix) - if _q_opengl_sx: - gVisManager.RegisterGraphicsSystem(_opengl_sx) - if _q_opengl_ixm: - gVisManager.RegisterGraphicsSystem(_opengl_ixm) - if _q_opengl_sxm: - gVisManager.RegisterGraphicsSystem(_opengl_sxm) - if _q_raytracer_x: - gVisManager.RegisterGraphicsSystem(_raytracer_x) - - gVisManager.RegisterGraphicsSystem(_vrml1) - gVisManager.RegisterGraphicsSystem(_vrml2) - gVisManager.RegisterGraphicsSystem(_dawn) - gVisManager.RegisterGraphicsSystem(_heprep_xml) - gVisManager.RegisterGraphicsSystem(_heprep_file) - gVisManager.RegisterGraphicsSystem(_atree) - gVisManager.RegisterGraphicsSystem(_raytracer) - - gVisManager.Initialize() - -# version information -gG4Version = G4Version -gG4Date = G4Date -gG4VERSION_NUMBER = G4VERSION_NUMBER - -# ------------------------------------------------------------------ -# functions -# ------------------------------------------------------------------ -gControlExecute = gUImanager.ExecuteMacroFile -gApplyUICommand = G4intercoms.ApplyUICommand -gGetCurrentValues = gUImanager.GetCurrentValues -gStartUISession = G4interface.StartUISession - - -# ================================================================== -# extentions -# ================================================================== - -# ------------------------------------------------------------------ -# generate one event -# ------------------------------------------------------------------ -def _one_event(self): - "generate one event." - self.BeamOn(1) - -G4RunManager.OneEvent = _one_event - -# ------------------------------------------------------------------ -# list material information -# ------------------------------------------------------------------ -def _list_material(self): - "list materials." - n_materials = len(gMaterialTable) - print " +------------------------------------------------------------------" - print " | Table of G4Material-s (%d materails defined)" % (n_materials) - for i in range(0, n_materials) : - material = gMaterialTable[i] - print " |--------------------------------------------------------"\ - "----------" - print " | %s: %s" % (material.GetName(), - G4BestUnit(material.GetDensity(),"Volumic Mass")) - - elementVec = material.GetElementVector() - fractionVec = material.GetFractionVector() - abundanceVec = material.GetVecNbOfAtomsPerVolume() - totNAtoms = material.GetTotNbOfAtomsPerVolume() - - n_elements = len(elementVec) - for j in range(0, n_elements): - print " | + (%1d) %s(%s): A=%4.1f, N=%5.1f, " \ - "Frac.=(%4.1f%%m,%4.1f%%a)" % \ - (j+1, elementVec[j].GetName(), elementVec[j].GetSymbol(), - elementVec[j].GetZ(), - elementVec[j].GetN(), - fractionVec[j]/hepunit.perCent, - abundanceVec[j]/totNAtoms/hepunit.perCent) - - print " +------------------------------------------------------------------" - -G4MaterialTable.ListMaterial = _list_material - - -# ------------------------------------------------------------------ -# termination -# ------------------------------------------------------------------ -def gTerminate(): - gGeometryManager.OpenGeometry() - - -# ------------------------------------------------------------------ -# signal handler -# ------------------------------------------------------------------ -import signal -import threading - -def _run_abort(signum, frame): - state = gStateManager.GetCurrentState() - - if(state == G4ApplicationState.G4State_GeomClosed or - state == G4ApplicationState.G4State_EventProc): - print "aborting Run ..." - gRunManager.AbortRun(True) - else: - raise KeyboardInterrupt - -if (threading.activeCount() == 1): - signal.signal(signal.SIGINT, _run_abort) diff --git a/environments/g4py/source/python3/CMakeLists.txt b/environments/g4py/source/python3/CMakeLists.txt deleted file mode 100644 index ac77e2e34a..0000000000 --- a/environments/g4py/source/python3/CMakeLists.txt +++ /dev/null @@ -1,27 +0,0 @@ -# - build library - -file (GLOB PY_FILES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.py) - -foreach (_pyfile ${PY_FILES}) - configure_file (${CMAKE_CURRENT_SOURCE_DIR}/${_pyfile} - ${CMAKE_CURRENT_BINARY_DIR}/${_pyfile} COPYONLY) - #list (APPEND PYC_FILES "${CMAKE_CURRENT_BINARY_DIR}/${_pyfile}c") - #list (APPEND PYO_FILES "${CMAKE_CURRENT_BINARY_DIR}/${_pyfile}o") -endforeach() - -add_custom_target (Geant4Py ALL) - -add_custom_command ( - TARGET Geant4Py - COMMAND ${PYTHON_EXECUTABLE} - ARGS -m compileall -f ${CMAKE_CURRENT_BINARY_DIR} - COMMAND ${PYTHON_EXECUTABLE} - ARGS -O -m compileall -f ${CMAKE_CURRENT_BINARY_DIR} -) - -# install -install (FILES ${PY_FILES} DESTINATION ${G4MODULES_INSTALL_DIR}) -install (DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/__pycache__ - DESTINATION ${G4MODULES_INSTALL_DIR}) -#install (FILES ${PYC_FILES} DESTINATION ${G4MODULES_INSTALL_DIR}) -#install (FILES ${PYO_FILES} DESTINATION ${G4MODULES_INSTALL_DIR}) diff --git a/environments/g4py/source/python3/colortable.py b/environments/g4py/source/python3/colortable.py deleted file mode 100644 index fc9b687000..0000000000 --- a/environments/g4py/source/python3/colortable.py +++ /dev/null @@ -1,777 +0,0 @@ -""" -# ================================================================== -# Python module -# -# color table -# -# Q, 2005 -# ================================================================== -""" - - -def int_rgb(name): - return _colortable[name] - - -def float_rgb(name): - rgb = _colortable[name] - return (rgb[0]/255., rgb[1]/255., rgb[2]/255.) - - -# ================================================================== -# RGB color table (/usr/lib/X11/rgb.txt) -# ================================================================== -_colortable = { } -_colortable["snow"] = (255, 250, 250) -_colortable["ghost"] = (248, 248, 255) -_colortable["GhostWhite"] = (248, 248, 255) -_colortable["white"] = (245, 245, 245) -_colortable["WhiteSmoke"] = (245, 245, 245) -_colortable["gainsboro"] = (220, 220, 220) -_colortable["floral"] = (255, 250, 240) -_colortable["FloralWhite"] = (255, 250, 240) -_colortable["old"] = (253, 245, 230) -_colortable["OldLace"] = (253, 245, 230) -_colortable["linen"] = (250, 240, 230) -_colortable["antique"] = (250, 235, 215) -_colortable["AntiqueWhite"] = (250, 235, 215) -_colortable["papaya"] = (255, 239, 213) -_colortable["PapayaWhip"] = (255, 239, 213) -_colortable["blanched"] = (255, 235, 205) -_colortable["BlanchedAlmond"] = (255, 235, 205) -_colortable["bisque"] = (255, 228, 196) -_colortable["peach"] = (255, 218, 185) -_colortable["PeachPuff"] = (255, 218, 185) -_colortable["navajo"] = (255, 222, 173) -_colortable["NavajoWhite"] = (255, 222, 173) -_colortable["moccasin"] = (255, 228, 181) -_colortable["cornsilk"] = (255, 248, 220) -_colortable["ivory"] = (255, 255, 240) -_colortable["lemon"] = (255, 250, 205) -_colortable["LemonChiffon"] = (255, 250, 205) -_colortable["seashell"] = (255, 245, 238) -_colortable["honeydew"] = (240, 255, 240) -_colortable["mint"] = (245, 255, 250) -_colortable["MintCream"] = (245, 255, 250) -_colortable["azure"] = (240, 255, 255) -_colortable["alice"] = (240, 248, 255) -_colortable["AliceBlue"] = (240, 248, 255) -_colortable["lavender"] = (230, 230, 250) -_colortable["lavender"] = (255, 240, 245) -_colortable["LavenderBlush"] = (255, 240, 245) -_colortable["misty"] = (255, 228, 225) -_colortable["MistyRose"] = (255, 228, 225) -_colortable["white"] = (255, 255, 255) -_colortable["black"] = (0, 0, 0) -_colortable["dark"] = (47, 79, 79) -_colortable["DarkSlateGray"] = (47, 79, 79) -_colortable["dark"] = (47, 79, 79) -_colortable["DarkSlateGrey"] = (47, 79, 79) -_colortable["dim"] = (105, 105, 105) -_colortable["DimGray"] = (105, 105, 105) -_colortable["dim"] = (105, 105, 105) -_colortable["DimGrey"] = (105, 105, 105) -_colortable["slate"] = (112, 128, 144) -_colortable["SlateGray"] = (112, 128, 144) -_colortable["slate"] = (112, 128, 144) -_colortable["SlateGrey"] = (112, 128, 144) -_colortable["light"] = (119, 136, 153) -_colortable["LightSlateGray"] = (119, 136, 153) -_colortable["light"] = (119, 136, 153) -_colortable["LightSlateGrey"] = (119, 136, 153) -_colortable["gray"] = (190, 190, 190) -_colortable["grey"] = (190, 190, 190) -_colortable["light"] = (211, 211, 211) -_colortable["LightGrey"] = (211, 211, 211) -_colortable["light"] = (211, 211, 211) -_colortable["LightGray"] = (211, 211, 211) -_colortable["midnight"] = (25, 25, 112) -_colortable["MidnightBlue"] = (25, 25, 112) -_colortable["navy"] = (0, 0, 128) -_colortable["navy"] = (0, 0, 128) -_colortable["NavyBlue"] = (0, 0, 128) -_colortable["cornflower"] = (100, 149, 237) -_colortable["CornflowerBlue"] = (100, 149, 237) -_colortable["dark"] = (72, 61, 139) -_colortable["DarkSlateBlue"] = (72, 61, 139) -_colortable["slate"] = (106, 90, 205) -_colortable["SlateBlue"] = (106, 90, 205) -_colortable["medium"] = (123, 104, 238) -_colortable["MediumSlateBlue"] = (123, 104, 238) -_colortable["light"] = (132, 112, 255) -_colortable["LightSlateBlue"] = (132, 112, 255) -_colortable["medium"] = (0, 0, 205) -_colortable["MediumBlue"] = (0, 0, 205) -_colortable["royal"] = (65, 105, 225) -_colortable["RoyalBlue"] = (65, 105, 225) -_colortable["blue"] = (0, 0, 255) -_colortable["dodger"] = (30, 144, 255) -_colortable["DodgerBlue"] = (30, 144, 255) -_colortable["deep"] = (0, 191, 255) -_colortable["DeepSkyBlue"] = (0, 191, 255) -_colortable["sky"] = (135, 206, 235) -_colortable["SkyBlue"] = (135, 206, 235) -_colortable["light"] = (135, 206, 250) -_colortable["LightSkyBlue"] = (135, 206, 250) -_colortable["steel"] = (70, 130, 180) -_colortable["SteelBlue"] = (70, 130, 180) -_colortable["light"] = (176, 196, 222) -_colortable["LightSteelBlue"] = (176, 196, 222) -_colortable["light"] = (173, 216, 230) -_colortable["LightBlue"] = (173, 216, 230) -_colortable["powder"] = (176, 224, 230) -_colortable["PowderBlue"] = (176, 224, 230) -_colortable["pale"] = (175, 238, 238) -_colortable["PaleTurquoise"] = (175, 238, 238) -_colortable["dark"] = (0, 206, 209) -_colortable["DarkTurquoise"] = (0, 206, 209) -_colortable["medium"] = (72, 209, 204) -_colortable["MediumTurquoise"] = (72, 209, 204) -_colortable["turquoise"] = (64, 224, 208) -_colortable["cyan"] = (0, 255, 255) -_colortable["light"] = (224, 255, 255) -_colortable["LightCyan"] = (224, 255, 255) -_colortable["cadet"] = (95, 158, 160) -_colortable["CadetBlue"] = (95, 158, 160) -_colortable["medium"] = (102, 205, 170) -_colortable["MediumAquamarine"] = (102, 205, 170) -_colortable["aquamarine"] = (127, 255, 212) -_colortable["dark"] = (0, 100, 0) -_colortable["DarkGreen"] = (0, 100, 0) -_colortable["dark"] = (85, 107, 47) -_colortable["DarkOliveGreen"] = (85, 107, 47) -_colortable["dark"] = (143, 188, 143) -_colortable["DarkSeaGreen"] = (143, 188, 143) -_colortable["sea"] = (46, 139, 87) -_colortable["SeaGreen"] = (46, 139, 87) -_colortable["medium"] = (60, 179, 113) -_colortable["MediumSeaGreen"] = (60, 179, 113) -_colortable["light"] = (32, 178, 170) -_colortable["LightSeaGreen"] = (32, 178, 170) -_colortable["pale"] = (152, 251, 152) -_colortable["PaleGreen"] = (152, 251, 152) -_colortable["spring"] = (0, 255, 127) -_colortable["SpringGreen"] = (0, 255, 127) -_colortable["lawn"] = (124, 252, 0) -_colortable["LawnGreen"] = (124, 252, 0) -_colortable["green"] = (0, 255, 0) -_colortable["chartreuse"] = (127, 255, 0) -_colortable["medium"] = (0, 250, 154) -_colortable["MediumSpringGreen"] = (0, 250, 154) -_colortable["green"] = (173, 255, 47) -_colortable["GreenYellow"] = (173, 255, 47) -_colortable["lime"] = (50, 205, 50) -_colortable["LimeGreen"] = (50, 205, 50) -_colortable["yellow"] = (154, 205, 50) -_colortable["YellowGreen"] = (154, 205, 50) -_colortable["forest"] = (34, 139, 34) -_colortable["ForestGreen"] = (34, 139, 34) -_colortable["olive"] = (107, 142, 35) -_colortable["OliveDrab"] = (107, 142, 35) -_colortable["dark"] = (189, 183, 107) -_colortable["DarkKhaki"] = (189, 183, 107) -_colortable["khaki"] = (240, 230, 140) -_colortable["pale"] = (238, 232, 170) -_colortable["PaleGoldenrod"] = (238, 232, 170) -_colortable["light"] = (250, 250, 210) -_colortable["LightGoldenrodYellow"] = (250, 250, 210) -_colortable["light"] = (255, 255, 224) -_colortable["LightYellow"] = (255, 255, 224) -_colortable["yellow"] = (255, 255, 0) -_colortable["gold"] = (255, 215, 0) -_colortable["light"] = (238, 221, 130) -_colortable["LightGoldenrod"] = (238, 221, 130) -_colortable["goldenrod"] = (218, 165, 32) -_colortable["dark"] = (184, 134, 11) -_colortable["DarkGoldenrod"] = (184, 134, 11) -_colortable["rosy"] = (188, 143, 143) -_colortable["RosyBrown"] = (188, 143, 143) -_colortable["indian"] = (205, 92, 92) -_colortable["IndianRed"] = (205, 92, 92) -_colortable["saddle"] = (139, 69, 19) -_colortable["SaddleBrown"] = (139, 69, 19) -_colortable["sienna"] = (160, 82, 45) -_colortable["peru"] = (205, 133, 63) -_colortable["burlywood"] = (222, 184, 135) -_colortable["beige"] = (245, 245, 220) -_colortable["wheat"] = (245, 222, 179) -_colortable["sandy"] = (244, 164, 96) -_colortable["SandyBrown"] = (244, 164, 96) -_colortable["tan"] = (210, 180, 140) -_colortable["chocolate"] = (210, 105, 30) -_colortable["firebrick"] = (178, 34, 34) -_colortable["brown"] = (165, 42, 42) -_colortable["dark"] = (233, 150, 122) -_colortable["DarkSalmon"] = (233, 150, 122) -_colortable["salmon"] = (250, 128, 114) -_colortable["light"] = (255, 160, 122) -_colortable["LightSalmon"] = (255, 160, 122) -_colortable["orange"] = (255, 165, 0) -_colortable["dark"] = (255, 140, 0) -_colortable["DarkOrange"] = (255, 140, 0) -_colortable["coral"] = (255, 127, 80) -_colortable["light"] = (240, 128, 128) -_colortable["LightCoral"] = (240, 128, 128) -_colortable["tomato"] = (255, 99, 71) -_colortable["orange"] = (255, 69, 0) -_colortable["OrangeRed"] = (255, 69, 0) -_colortable["red"] = (255, 0, 0) -_colortable["hot"] = (255, 105, 180) -_colortable["HotPink"] = (255, 105, 180) -_colortable["deep"] = (255, 20, 147) -_colortable["DeepPink"] = (255, 20, 147) -_colortable["pink"] = (255, 192, 203) -_colortable["light"] = (255, 182, 193) -_colortable["LightPink"] = (255, 182, 193) -_colortable["pale"] = (219, 112, 147) -_colortable["PaleVioletRed"] = (219, 112, 147) -_colortable["maroon"] = (176, 48, 96) -_colortable["medium"] = (199, 21, 133) -_colortable["MediumVioletRed"] = (199, 21, 133) -_colortable["violet"] = (208, 32, 144) -_colortable["VioletRed"] = (208, 32, 144) -_colortable["magenta"] = (255, 0, 255) -_colortable["violet"] = (238, 130, 238) -_colortable["plum"] = (221, 160, 221) -_colortable["orchid"] = (218, 112, 214) -_colortable["medium"] = (186, 85, 211) -_colortable["MediumOrchid"] = (186, 85, 211) -_colortable["dark"] = (153, 50, 204) -_colortable["DarkOrchid"] = (153, 50, 204) -_colortable["dark"] = (148, 0, 211) -_colortable["DarkViolet"] = (148, 0, 211) -_colortable["blue"] = (138, 43, 226) -_colortable["BlueViolet"] = (138, 43, 226) -_colortable["purple"] = (160, 32, 240) -_colortable["medium"] = (147, 112, 219) -_colortable["MediumPurple"] = (147, 112, 219) -_colortable["thistle"] = (216, 191, 216) -_colortable["snow1"] = (255, 250, 250) -_colortable["snow2"] = (238, 233, 233) -_colortable["snow3"] = (205, 201, 201) -_colortable["snow4"] = (139, 137, 137) -_colortable["seashell1"] = (255, 245, 238) -_colortable["seashell2"] = (238, 229, 222) -_colortable["seashell3"] = (205, 197, 191) -_colortable["seashell4"] = (139, 134, 130) -_colortable["AntiqueWhite1"] = (255, 239, 219) -_colortable["AntiqueWhite2"] = (238, 223, 204) -_colortable["AntiqueWhite3"] = (205, 192, 176) -_colortable["AntiqueWhite4"] = (139, 131, 120) -_colortable["bisque1"] = (255, 228, 196) -_colortable["bisque2"] = (238, 213, 183) -_colortable["bisque3"] = (205, 183, 158) -_colortable["bisque4"] = (139, 125, 107) -_colortable["PeachPuff1"] = (255, 218, 185) -_colortable["PeachPuff2"] = (238, 203, 173) -_colortable["PeachPuff3"] = (205, 175, 149) -_colortable["PeachPuff4"] = (139, 119, 101) -_colortable["NavajoWhite1"] = (255, 222, 173) -_colortable["NavajoWhite2"] = (238, 207, 161) -_colortable["NavajoWhite3"] = (205, 179, 139) -_colortable["NavajoWhite4"] = (139, 121, 94) -_colortable["LemonChiffon1"] = (255, 250, 205) -_colortable["LemonChiffon2"] = (238, 233, 191) -_colortable["LemonChiffon3"] = (205, 201, 165) -_colortable["LemonChiffon4"] = (139, 137, 112) -_colortable["cornsilk1"] = (255, 248, 220) -_colortable["cornsilk2"] = (238, 232, 205) -_colortable["cornsilk3"] = (205, 200, 177) -_colortable["cornsilk4"] = (139, 136, 120) -_colortable["ivory1"] = (255, 255, 240) -_colortable["ivory2"] = (238, 238, 224) -_colortable["ivory3"] = (205, 205, 193) -_colortable["ivory4"] = (139, 139, 131) -_colortable["honeydew1"] = (240, 255, 240) -_colortable["honeydew2"] = (224, 238, 224) -_colortable["honeydew3"] = (193, 205, 193) -_colortable["honeydew4"] = (131, 139, 131) -_colortable["LavenderBlush1"] = (255, 240, 245) -_colortable["LavenderBlush2"] = (238, 224, 229) -_colortable["LavenderBlush3"] = (205, 193, 197) -_colortable["LavenderBlush4"] = (139, 131, 134) -_colortable["MistyRose1"] = (255, 228, 225) -_colortable["MistyRose2"] = (238, 213, 210) -_colortable["MistyRose3"] = (205, 183, 181) -_colortable["MistyRose4"] = (139, 125, 123) -_colortable["azure1"] = (240, 255, 255) -_colortable["azure2"] = (224, 238, 238) -_colortable["azure3"] = (193, 205, 205) -_colortable["azure4"] = (131, 139, 139) -_colortable["SlateBlue1"] = (131, 111, 255) -_colortable["SlateBlue2"] = (122, 103, 238) -_colortable["SlateBlue3"] = (105, 89, 205) -_colortable["SlateBlue4"] = (71, 60, 139) -_colortable["RoyalBlue1"] = (72, 118, 255) -_colortable["RoyalBlue2"] = (67, 110, 238) -_colortable["RoyalBlue3"] = (58, 95, 205) -_colortable["RoyalBlue4"] = (39, 64, 139) -_colortable["blue1"] = (0, 0, 255) -_colortable["blue2"] = (0, 0, 238) -_colortable["blue3"] = (0, 0, 205) -_colortable["blue4"] = (0, 0, 139) -_colortable["DodgerBlue1"] = (30, 144, 255) -_colortable["DodgerBlue2"] = (28, 134, 238) -_colortable["DodgerBlue3"] = (24, 116, 205) -_colortable["DodgerBlue4"] = (16, 78, 139) -_colortable["SteelBlue1"] = (99, 184, 255) -_colortable["SteelBlue2"] = (92, 172, 238) -_colortable["SteelBlue3"] = (79, 148, 205) -_colortable["SteelBlue4"] = (54, 100, 139) -_colortable["DeepSkyBlue1"] = (0, 191, 255) -_colortable["DeepSkyBlue2"] = (0, 178, 238) -_colortable["DeepSkyBlue3"] = (0, 154, 205) -_colortable["DeepSkyBlue4"] = (0, 104, 139) -_colortable["SkyBlue1"] = (135, 206, 255) -_colortable["SkyBlue2"] = (126, 192, 238) -_colortable["SkyBlue3"] = (108, 166, 205) -_colortable["SkyBlue4"] = (74, 112, 139) -_colortable["LightSkyBlue1"] = (176, 226, 255) -_colortable["LightSkyBlue2"] = (164, 211, 238) -_colortable["LightSkyBlue3"] = (141, 182, 205) -_colortable["LightSkyBlue4"] = (96, 123, 139) -_colortable["SlateGray1"] = (198, 226, 255) -_colortable["SlateGray2"] = (185, 211, 238) -_colortable["SlateGray3"] = (159, 182, 205) -_colortable["SlateGray4"] = (108, 123, 139) -_colortable["LightSteelBlue1"] = (202, 225, 255) -_colortable["LightSteelBlue2"] = (188, 210, 238) -_colortable["LightSteelBlue3"] = (162, 181, 205) -_colortable["LightSteelBlue4"] = (110, 123, 139) -_colortable["LightBlue1"] = (191, 239, 255) -_colortable["LightBlue2"] = (178, 223, 238) -_colortable["LightBlue3"] = (154, 192, 205) -_colortable["LightBlue4"] = (104, 131, 139) -_colortable["LightCyan1"] = (224, 255, 255) -_colortable["LightCyan2"] = (209, 238, 238) -_colortable["LightCyan3"] = (180, 205, 205) -_colortable["LightCyan4"] = (122, 139, 139) -_colortable["PaleTurquoise1"] = (187, 255, 255) -_colortable["PaleTurquoise2"] = (174, 238, 238) -_colortable["PaleTurquoise3"] = (150, 205, 205) -_colortable["PaleTurquoise4"] = (102, 139, 139) -_colortable["CadetBlue1"] = (152, 245, 255) -_colortable["CadetBlue2"] = (142, 229, 238) -_colortable["CadetBlue3"] = (122, 197, 205) -_colortable["CadetBlue4"] = (83, 134, 139) -_colortable["turquoise1"] = (0, 245, 255) -_colortable["turquoise2"] = (0, 229, 238) -_colortable["turquoise3"] = (0, 197, 205) -_colortable["turquoise4"] = (0, 134, 139) -_colortable["cyan1"] = (0, 255, 255) -_colortable["cyan2"] = (0, 238, 238) -_colortable["cyan3"] = (0, 205, 205) -_colortable["cyan4"] = (0, 139, 139) -_colortable["DarkSlateGray1"] = (151, 255, 255) -_colortable["DarkSlateGray2"] = (141, 238, 238) -_colortable["DarkSlateGray3"] = (121, 205, 205) -_colortable["DarkSlateGray4"] = (82, 139, 139) -_colortable["aquamarine1"] = (127, 255, 212) -_colortable["aquamarine2"] = (118, 238, 198) -_colortable["aquamarine3"] = (102, 205, 170) -_colortable["aquamarine4"] = (69, 139, 116) -_colortable["DarkSeaGreen1"] = (193, 255, 193) -_colortable["DarkSeaGreen2"] = (180, 238, 180) -_colortable["DarkSeaGreen3"] = (155, 205, 155) -_colortable["DarkSeaGreen4"] = (105, 139, 105) -_colortable["SeaGreen1"] = (84, 255, 159) -_colortable["SeaGreen2"] = (78, 238, 148) -_colortable["SeaGreen3"] = (67, 205, 128) -_colortable["SeaGreen4"] = (46, 139, 87) -_colortable["PaleGreen1"] = (154, 255, 154) -_colortable["PaleGreen2"] = (144, 238, 144) -_colortable["PaleGreen3"] = (124, 205, 124) -_colortable["PaleGreen4"] = (84, 139, 84) -_colortable["SpringGreen1"] = (0, 255, 127) -_colortable["SpringGreen2"] = (0, 238, 118) -_colortable["SpringGreen3"] = (0, 205, 102) -_colortable["SpringGreen4"] = (0, 139, 69) -_colortable["green1"] = (0, 255, 0) -_colortable["green2"] = (0, 238, 0) -_colortable["green3"] = (0, 205, 0) -_colortable["green4"] = (0, 139, 0) -_colortable["chartreuse1"] = (127, 255, 0) -_colortable["chartreuse2"] = (118, 238, 0) -_colortable["chartreuse3"] = (102, 205, 0) -_colortable["chartreuse4"] = (69, 139, 0) -_colortable["OliveDrab1"] = (192, 255, 62) -_colortable["OliveDrab2"] = (179, 238, 58) -_colortable["OliveDrab3"] = (154, 205, 50) -_colortable["OliveDrab4"] = (105, 139, 34) -_colortable["DarkOliveGreen1"] = (202, 255, 112) -_colortable["DarkOliveGreen2"] = (188, 238, 104) -_colortable["DarkOliveGreen3"] = (162, 205, 90) -_colortable["DarkOliveGreen4"] = (110, 139, 61) -_colortable["khaki1"] = (255, 246, 143) -_colortable["khaki2"] = (238, 230, 133) -_colortable["khaki3"] = (205, 198, 115) -_colortable["khaki4"] = (139, 134, 78) -_colortable["LightGoldenrod1"] = (255, 236, 139) -_colortable["LightGoldenrod2"] = (238, 220, 130) -_colortable["LightGoldenrod3"] = (205, 190, 112) -_colortable["LightGoldenrod4"] = (139, 129, 76) -_colortable["LightYellow1"] = (255, 255, 224) -_colortable["LightYellow2"] = (238, 238, 209) -_colortable["LightYellow3"] = (205, 205, 180) -_colortable["LightYellow4"] = (139, 139, 122) -_colortable["yellow1"] = (255, 255, 0) -_colortable["yellow2"] = (238, 238, 0) -_colortable["yellow3"] = (205, 205, 0) -_colortable["yellow4"] = (139, 139, 0) -_colortable["gold1"] = (255, 215, 0) -_colortable["gold2"] = (238, 201, 0) -_colortable["gold3"] = (205, 173, 0) -_colortable["gold4"] = (139, 117, 0) -_colortable["goldenrod1"] = (255, 193, 37) -_colortable["goldenrod2"] = (238, 180, 34) -_colortable["goldenrod3"] = (205, 155, 29) -_colortable["goldenrod4"] = (139, 105, 20) -_colortable["DarkGoldenrod1"] = (255, 185, 15) -_colortable["DarkGoldenrod2"] = (238, 173, 14) -_colortable["DarkGoldenrod3"] = (205, 149, 12) -_colortable["DarkGoldenrod4"] = (139, 101, 8) -_colortable["RosyBrown1"] = (255, 193, 193) -_colortable["RosyBrown2"] = (238, 180, 180) -_colortable["RosyBrown3"] = (205, 155, 155) -_colortable["RosyBrown4"] = (139, 105, 105) -_colortable["IndianRed1"] = (255, 106, 106) -_colortable["IndianRed2"] = (238, 99, 99) -_colortable["IndianRed3"] = (205, 85, 85) -_colortable["IndianRed4"] = (139, 58, 58) -_colortable["sienna1"] = (255, 130, 71) -_colortable["sienna2"] = (238, 121, 66) -_colortable["sienna3"] = (205, 104, 57) -_colortable["sienna4"] = (139, 71, 38) -_colortable["burlywood1"] = (255, 211, 155) -_colortable["burlywood2"] = (238, 197, 145) -_colortable["burlywood3"] = (205, 170, 125) -_colortable["burlywood4"] = (139, 115, 85) -_colortable["wheat1"] = (255, 231, 186) -_colortable["wheat2"] = (238, 216, 174) -_colortable["wheat3"] = (205, 186, 150) -_colortable["wheat4"] = (139, 126, 102) -_colortable["tan1"] = (255, 165, 79) -_colortable["tan2"] = (238, 154, 73) -_colortable["tan3"] = (205, 133, 63) -_colortable["tan4"] = (139, 90, 43) -_colortable["chocolate1"] = (255, 127, 36) -_colortable["chocolate2"] = (238, 118, 33) -_colortable["chocolate3"] = (205, 102, 29) -_colortable["chocolate4"] = (139, 69, 19) -_colortable["firebrick1"] = (255, 48, 48) -_colortable["firebrick2"] = (238, 44, 44) -_colortable["firebrick3"] = (205, 38, 38) -_colortable["firebrick4"] = (139, 26, 26) -_colortable["brown1"] = (255, 64, 64) -_colortable["brown2"] = (238, 59, 59) -_colortable["brown3"] = (205, 51, 51) -_colortable["brown4"] = (139, 35, 35) -_colortable["salmon1"] = (255, 140, 105) -_colortable["salmon2"] = (238, 130, 98) -_colortable["salmon3"] = (205, 112, 84) -_colortable["salmon4"] = (139, 76, 57) -_colortable["LightSalmon1"] = (255, 160, 122) -_colortable["LightSalmon2"] = (238, 149, 114) -_colortable["LightSalmon3"] = (205, 129, 98) -_colortable["LightSalmon4"] = (139, 87, 66) -_colortable["orange1"] = (255, 165, 0) -_colortable["orange2"] = (238, 154, 0) -_colortable["orange3"] = (205, 133, 0) -_colortable["orange4"] = (139, 90, 0) -_colortable["DarkOrange1"] = (255, 127, 0) -_colortable["DarkOrange2"] = (238, 118, 0) -_colortable["DarkOrange3"] = (205, 102, 0) -_colortable["DarkOrange4"] = (139, 69, 0) -_colortable["coral1"] = (255, 114, 86) -_colortable["coral2"] = (238, 106, 80) -_colortable["coral3"] = (205, 91, 69) -_colortable["coral4"] = (139, 62, 47) -_colortable["tomato1"] = (255, 99, 71) -_colortable["tomato2"] = (238, 92, 66) -_colortable["tomato3"] = (205, 79, 57) -_colortable["tomato4"] = (139, 54, 38) -_colortable["OrangeRed1"] = (255, 69, 0) -_colortable["OrangeRed2"] = (238, 64, 0) -_colortable["OrangeRed3"] = (205, 55, 0) -_colortable["OrangeRed4"] = (139, 37, 0) -_colortable["red1"] = (255, 0, 0) -_colortable["red2"] = (238, 0, 0) -_colortable["red3"] = (205, 0, 0) -_colortable["red4"] = (139, 0, 0) -_colortable["DeepPink1"] = (255, 20, 147) -_colortable["DeepPink2"] = (238, 18, 137) -_colortable["DeepPink3"] = (205, 16, 118) -_colortable["DeepPink4"] = (139, 10, 80) -_colortable["HotPink1"] = (255, 110, 180) -_colortable["HotPink2"] = (238, 106, 167) -_colortable["HotPink3"] = (205, 96, 144) -_colortable["HotPink4"] = (139, 58, 98) -_colortable["pink1"] = (255, 181, 197) -_colortable["pink2"] = (238, 169, 184) -_colortable["pink3"] = (205, 145, 158) -_colortable["pink4"] = (139, 99, 108) -_colortable["LightPink1"] = (255, 174, 185) -_colortable["LightPink2"] = (238, 162, 173) -_colortable["LightPink3"] = (205, 140, 149) -_colortable["LightPink4"] = (139, 95, 101) -_colortable["PaleVioletRed1"] = (255, 130, 171) -_colortable["PaleVioletRed2"] = (238, 121, 159) -_colortable["PaleVioletRed3"] = (205, 104, 137) -_colortable["PaleVioletRed4"] = (139, 71, 93) -_colortable["maroon1"] = (255, 52, 179) -_colortable["maroon2"] = (238, 48, 167) -_colortable["maroon3"] = (205, 41, 144) -_colortable["maroon4"] = (139, 28, 98) -_colortable["VioletRed1"] = (255, 62, 150) -_colortable["VioletRed2"] = (238, 58, 140) -_colortable["VioletRed3"] = (205, 50, 120) -_colortable["VioletRed4"] = (139, 34, 82) -_colortable["magenta1"] = (255, 0, 255) -_colortable["magenta2"] = (238, 0, 238) -_colortable["magenta3"] = (205, 0, 205) -_colortable["magenta4"] = (139, 0, 139) -_colortable["orchid1"] = (255, 131, 250) -_colortable["orchid2"] = (238, 122, 233) -_colortable["orchid3"] = (205, 105, 201) -_colortable["orchid4"] = (139, 71, 137) -_colortable["plum1"] = (255, 187, 255) -_colortable["plum2"] = (238, 174, 238) -_colortable["plum3"] = (205, 150, 205) -_colortable["plum4"] = (139, 102, 139) -_colortable["MediumOrchid1"] = (224, 102, 255) -_colortable["MediumOrchid2"] = (209, 95, 238) -_colortable["MediumOrchid3"] = (180, 82, 205) -_colortable["MediumOrchid4"] = (122, 55, 139) -_colortable["DarkOrchid1"] = (191, 62, 255) -_colortable["DarkOrchid2"] = (178, 58, 238) -_colortable["DarkOrchid3"] = (154, 50, 205) -_colortable["DarkOrchid4"] = (104, 34, 139) -_colortable["purple1"] = (155, 48, 255) -_colortable["purple2"] = (145, 44, 238) -_colortable["purple3"] = (125, 38, 205) -_colortable["purple4"] = (85, 26, 139) -_colortable["MediumPurple1"] = (171, 130, 255) -_colortable["MediumPurple2"] = (159, 121, 238) -_colortable["MediumPurple3"] = (137, 104, 205) -_colortable["MediumPurple4"] = (93, 71, 139) -_colortable["thistle1"] = (255, 225, 255) -_colortable["thistle2"] = (238, 210, 238) -_colortable["thistle3"] = (205, 181, 205) -_colortable["thistle4"] = (139, 123, 139) -_colortable["gray0"] = (0, 0, 0) -_colortable["grey0"] = (0, 0, 0) -_colortable["gray1"] = (3, 3, 3) -_colortable["grey1"] = (3, 3, 3) -_colortable["gray2"] = (5, 5, 5) -_colortable["grey2"] = (5, 5, 5) -_colortable["gray3"] = (8, 8, 8) -_colortable["grey3"] = (8, 8, 8) -_colortable["gray4"] = (10, 10, 10) -_colortable["grey4"] = (10, 10, 10) -_colortable["gray5"] = (13, 13, 13) -_colortable["grey5"] = (13, 13, 13) -_colortable["gray6"] = (15, 15, 15) -_colortable["grey6"] = (15, 15, 15) -_colortable["gray7"] = (18, 18, 18) -_colortable["grey7"] = (18, 18, 18) -_colortable["gray8"] = (20, 20, 20) -_colortable["grey8"] = (20, 20, 20) -_colortable["gray9"] = (23, 23, 23) -_colortable["grey9"] = (23, 23, 23) -_colortable["gray10"] = (26, 26, 26) -_colortable["grey10"] = (26, 26, 26) -_colortable["gray11"] = (28, 28, 28) -_colortable["grey11"] = (28, 28, 28) -_colortable["gray12"] = (31, 31, 31) -_colortable["grey12"] = (31, 31, 31) -_colortable["gray13"] = (33, 33, 33) -_colortable["grey13"] = (33, 33, 33) -_colortable["gray14"] = (36, 36, 36) -_colortable["grey14"] = (36, 36, 36) -_colortable["gray15"] = (38, 38, 38) -_colortable["grey15"] = (38, 38, 38) -_colortable["gray16"] = (41, 41, 41) -_colortable["grey16"] = (41, 41, 41) -_colortable["gray17"] = (43, 43, 43) -_colortable["grey17"] = (43, 43, 43) -_colortable["gray18"] = (46, 46, 46) -_colortable["grey18"] = (46, 46, 46) -_colortable["gray19"] = (48, 48, 48) -_colortable["grey19"] = (48, 48, 48) -_colortable["gray20"] = (51, 51, 51) -_colortable["grey20"] = (51, 51, 51) -_colortable["gray21"] = (54, 54, 54) -_colortable["grey21"] = (54, 54, 54) -_colortable["gray22"] = (56, 56, 56) -_colortable["grey22"] = (56, 56, 56) -_colortable["gray23"] = (59, 59, 59) -_colortable["grey23"] = (59, 59, 59) -_colortable["gray24"] = (61, 61, 61) -_colortable["grey24"] = (61, 61, 61) -_colortable["gray25"] = (64, 64, 64) -_colortable["grey25"] = (64, 64, 64) -_colortable["gray26"] = (66, 66, 66) -_colortable["grey26"] = (66, 66, 66) -_colortable["gray27"] = (69, 69, 69) -_colortable["grey27"] = (69, 69, 69) -_colortable["gray28"] = (71, 71, 71) -_colortable["grey28"] = (71, 71, 71) -_colortable["gray29"] = (74, 74, 74) -_colortable["grey29"] = (74, 74, 74) -_colortable["gray30"] = (77, 77, 77) -_colortable["grey30"] = (77, 77, 77) -_colortable["gray31"] = (79, 79, 79) -_colortable["grey31"] = (79, 79, 79) -_colortable["gray32"] = (82, 82, 82) -_colortable["grey32"] = (82, 82, 82) -_colortable["gray33"] = (84, 84, 84) -_colortable["grey33"] = (84, 84, 84) -_colortable["gray34"] = (87, 87, 87) -_colortable["grey34"] = (87, 87, 87) -_colortable["gray35"] = (89, 89, 89) -_colortable["grey35"] = (89, 89, 89) -_colortable["gray36"] = (92, 92, 92) -_colortable["grey36"] = (92, 92, 92) -_colortable["gray37"] = (94, 94, 94) -_colortable["grey37"] = (94, 94, 94) -_colortable["gray38"] = (97, 97, 97) -_colortable["grey38"] = (97, 97, 97) -_colortable["gray39"] = (99, 99, 99) -_colortable["grey39"] = (99, 99, 99) -_colortable["gray40"] = (102, 102, 102) -_colortable["grey40"] = (102, 102, 102) -_colortable["gray41"] = (105, 105, 105) -_colortable["grey41"] = (105, 105, 105) -_colortable["gray42"] = (107, 107, 107) -_colortable["grey42"] = (107, 107, 107) -_colortable["gray43"] = (110, 110, 110) -_colortable["grey43"] = (110, 110, 110) -_colortable["gray44"] = (112, 112, 112) -_colortable["grey44"] = (112, 112, 112) -_colortable["gray45"] = (115, 115, 115) -_colortable["grey45"] = (115, 115, 115) -_colortable["gray46"] = (117, 117, 117) -_colortable["grey46"] = (117, 117, 117) -_colortable["gray47"] = (120, 120, 120) -_colortable["grey47"] = (120, 120, 120) -_colortable["gray48"] = (122, 122, 122) -_colortable["grey48"] = (122, 122, 122) -_colortable["gray49"] = (125, 125, 125) -_colortable["grey49"] = (125, 125, 125) -_colortable["gray50"] = (127, 127, 127) -_colortable["grey50"] = (127, 127, 127) -_colortable["gray51"] = (130, 130, 130) -_colortable["grey51"] = (130, 130, 130) -_colortable["gray52"] = (133, 133, 133) -_colortable["grey52"] = (133, 133, 133) -_colortable["gray53"] = (135, 135, 135) -_colortable["grey53"] = (135, 135, 135) -_colortable["gray54"] = (138, 138, 138) -_colortable["grey54"] = (138, 138, 138) -_colortable["gray55"] = (140, 140, 140) -_colortable["grey55"] = (140, 140, 140) -_colortable["gray56"] = (143, 143, 143) -_colortable["grey56"] = (143, 143, 143) -_colortable["gray57"] = (145, 145, 145) -_colortable["grey57"] = (145, 145, 145) -_colortable["gray58"] = (148, 148, 148) -_colortable["grey58"] = (148, 148, 148) -_colortable["gray59"] = (150, 150, 150) -_colortable["grey59"] = (150, 150, 150) -_colortable["gray60"] = (153, 153, 153) -_colortable["grey60"] = (153, 153, 153) -_colortable["gray61"] = (156, 156, 156) -_colortable["grey61"] = (156, 156, 156) -_colortable["gray62"] = (158, 158, 158) -_colortable["grey62"] = (158, 158, 158) -_colortable["gray63"] = (161, 161, 161) -_colortable["grey63"] = (161, 161, 161) -_colortable["gray64"] = (163, 163, 163) -_colortable["grey64"] = (163, 163, 163) -_colortable["gray65"] = (166, 166, 166) -_colortable["grey65"] = (166, 166, 166) -_colortable["gray66"] = (168, 168, 168) -_colortable["grey66"] = (168, 168, 168) -_colortable["gray67"] = (171, 171, 171) -_colortable["grey67"] = (171, 171, 171) -_colortable["gray68"] = (173, 173, 173) -_colortable["grey68"] = (173, 173, 173) -_colortable["gray69"] = (176, 176, 176) -_colortable["grey69"] = (176, 176, 176) -_colortable["gray70"] = (179, 179, 179) -_colortable["grey70"] = (179, 179, 179) -_colortable["gray71"] = (181, 181, 181) -_colortable["grey71"] = (181, 181, 181) -_colortable["gray72"] = (184, 184, 184) -_colortable["grey72"] = (184, 184, 184) -_colortable["gray73"] = (186, 186, 186) -_colortable["grey73"] = (186, 186, 186) -_colortable["gray74"] = (189, 189, 189) -_colortable["grey74"] = (189, 189, 189) -_colortable["gray75"] = (191, 191, 191) -_colortable["grey75"] = (191, 191, 191) -_colortable["gray76"] = (194, 194, 194) -_colortable["grey76"] = (194, 194, 194) -_colortable["gray77"] = (196, 196, 196) -_colortable["grey77"] = (196, 196, 196) -_colortable["gray78"] = (199, 199, 199) -_colortable["grey78"] = (199, 199, 199) -_colortable["gray79"] = (201, 201, 201) -_colortable["grey79"] = (201, 201, 201) -_colortable["gray80"] = (204, 204, 204) -_colortable["grey80"] = (204, 204, 204) -_colortable["gray81"] = (207, 207, 207) -_colortable["grey81"] = (207, 207, 207) -_colortable["gray82"] = (209, 209, 209) -_colortable["grey82"] = (209, 209, 209) -_colortable["gray83"] = (212, 212, 212) -_colortable["grey83"] = (212, 212, 212) -_colortable["gray84"] = (214, 214, 214) -_colortable["grey84"] = (214, 214, 214) -_colortable["gray85"] = (217, 217, 217) -_colortable["grey85"] = (217, 217, 217) -_colortable["gray86"] = (219, 219, 219) -_colortable["grey86"] = (219, 219, 219) -_colortable["gray87"] = (222, 222, 222) -_colortable["grey87"] = (222, 222, 222) -_colortable["gray88"] = (224, 224, 224) -_colortable["grey88"] = (224, 224, 224) -_colortable["gray89"] = (227, 227, 227) -_colortable["grey89"] = (227, 227, 227) -_colortable["gray90"] = (229, 229, 229) -_colortable["grey90"] = (229, 229, 229) -_colortable["gray91"] = (232, 232, 232) -_colortable["grey91"] = (232, 232, 232) -_colortable["gray92"] = (235, 235, 235) -_colortable["grey92"] = (235, 235, 235) -_colortable["gray93"] = (237, 237, 237) -_colortable["grey93"] = (237, 237, 237) -_colortable["gray94"] = (240, 240, 240) -_colortable["grey94"] = (240, 240, 240) -_colortable["gray95"] = (242, 242, 242) -_colortable["grey95"] = (242, 242, 242) -_colortable["gray96"] = (245, 245, 245) -_colortable["grey96"] = (245, 245, 245) -_colortable["gray97"] = (247, 247, 247) -_colortable["grey97"] = (247, 247, 247) -_colortable["gray98"] = (250, 250, 250) -_colortable["grey98"] = (250, 250, 250) -_colortable["gray99"] = (252, 252, 252) -_colortable["grey99"] = (252, 252, 252) -_colortable["gray100"] = (255, 255, 255) -_colortable["grey100"] = (255, 255, 255) -_colortable["dark"] = (169, 169, 169) -_colortable["DarkGrey"] = (169, 169, 169) -_colortable["dark"] = (169, 169, 169) -_colortable["DarkGray"] = (169, 169, 169) -_colortable["dark"] = (0, 0, 139) -_colortable["DarkBlue"] = (0, 0, 139) -_colortable["dark"] = (0, 139, 139) -_colortable["DarkCyan"] = (0, 139, 139) -_colortable["dark"] = (139, 0, 139) -_colortable["DarkMagenta"] = (139, 0, 139) -_colortable["dark"] = (139, 0, 0) -_colortable["DarkRed"] = (139, 0, 0) -_colortable["light"] = (144, 238, 144) -_colortable["LightGreen"] = (144, 238, 144) - diff --git a/environments/g4py/source/python3/g4thread.py b/environments/g4py/source/python3/g4thread.py deleted file mode 100644 index 5568be1a8c..0000000000 --- a/environments/g4py/source/python3/g4thread.py +++ /dev/null @@ -1,23 +0,0 @@ -""" -# ================================================================== -# Python module -# -# Geant4 threading module -# -# Q, 2005 -# ================================================================== -""" - -import thread -from G4run import * - -# ------------------------------------------------------------------ -# BeamOn in a new thread -# ------------------------------------------------------------------ -def _TBeamOn(self, nevent): - "generate events in a thread" - args = (nevent,) - thread.start_new_thread(self.BeamOn, args) - -G4RunManager.TBeamOn= _TBeamOn - diff --git a/environments/g4py/source/python3/g4viscp.py b/environments/g4py/source/python3/g4viscp.py deleted file mode 100644 index ad632b8e37..0000000000 --- a/environments/g4py/source/python3/g4viscp.py +++ /dev/null @@ -1,68 +0,0 @@ -""" -# ================================================================== -# Python module -# -# Visualization Control Panel -# -# Q, 2005 -# ================================================================== -""" -from G4interface import * - -# ------------------------------------------------------------------ -# Scene -# ------------------------------------------------------------------ -class G4Scene : - "Scene" - def __init__(self, aname, vol= "world", acopyno=0, - amode=0, bmode=1): - self.name= aname - self.volume= vol - self.copyno= acopyno - self.mode_eventaction= amode # 0: accumulate / 1: refresh - self.mode_runaction= bmode # 0: accumulate / 1: refresh - self.mode= ("accumulate", "refresh") - - def create_scene(self): - ApplyUICommand("/vis/scene/create " + self.name) - ApplyUICommand("/vis/scene/add/volume %s %d" % - (self.volume, self.copyno)) - ApplyUICommand("/vis/scene/add/trajectories") - self.update_scene() - - def update_scene(self): - ApplyUICommand("/vis/scene/select " + self.name) - ApplyUICommand("/vis/sceneHandler/attach") - ApplyUICommand("/vis/scene/endOfEventAction %s" % - (self.mode[self.mode_eventaction]) ) - ApplyUICommand("/vis/scene/endOfRunAction %s" % - (self.mode[self.mode_runaction]) ) - -# ------------------------------------------------------------------ -# Visualization Control Panel -# ------------------------------------------------------------------ -class G4VisCP : - "G4 Visualization Control Panel" - - def __init__(self, gsys="OGLIX"): - self.gsystem= gsys - self.scenelist= [G4Scene("default")] - self.viewpoint= [270., 90.] - - rc= ApplyUICommand("/vis/open " + gsys) - if (rc != 0): - return - - self.scenelist[0].create_scene() - ApplyUICommand("/vis/viewer/set/viewpointThetaPhi %f %f" - % (self.viewpoint[0], self.viewpoint[1]) ) - ApplyUICommand("/tracking/storeTrajectory 1") - - def add_scene(self, ascene): - self.scenelist.append(ascene) - - def select_scene(self, iscene): - self.scenelist[iscene].update_scene() - ApplyUICommand("/vis/viewer/set/viewpointThetaPhi %f %f" - % (self.viewpoint[0], self.viewpoint[1]) ) - diff --git a/environments/g4py/source/python3/hepunit.py b/environments/g4py/source/python3/hepunit.py deleted file mode 100644 index 1a2719f4c6..0000000000 --- a/environments/g4py/source/python3/hepunit.py +++ /dev/null @@ -1,307 +0,0 @@ -""" -# ================================================================== -# Python module -# -# This module defines physical units and constants used in HEP, -# which are imported from CLHEP library. -# -# Q, 2005 -# ================================================================== -""" - -# ================================================================== -# imported from "SystemOfUnits.h" -# ================================================================== -millimeter = 1. -millimeter2 = millimeter*millimeter -millimeter3 = millimeter*millimeter*millimeter - -centimeter = 10.*millimeter -centimeter2 = centimeter*centimeter -centimeter3 = centimeter*centimeter*centimeter - -meter = 1000.*millimeter -meter2 = meter*meter -meter3 = meter*meter*meter - -kilometer = 1000.*meter -kilometer2 = kilometer*kilometer -kilometer3 = kilometer*kilometer*kilometer - -parsec = 3.0856775807e+16*meter - -micrometer = 1.e-6 *meter -nanometer = 1.e-9 *meter -angstrom = 1.e-10*meter -fermi = 1.e-15*meter - -barn = 1.e-28*meter2 -millibarn = 1.e-3 *barn -microbarn = 1.e-6 *barn -nanobarn = 1.e-9 *barn -picobarn = 1.e-12*barn - -# symbols -mm = millimeter -mm2 = millimeter2 -mm3 = millimeter3 - -cm = centimeter -cm2 = centimeter2 -cm3 = centimeter3 - -m = meter -m2 = meter2 -m3 = meter3 - -km = kilometer -km2 = kilometer2 -km3 = kilometer3 - -pc = parsec - -# -# Angle -# -radian = 1. -milliradian = 1.e-3*radian -degree = (3.14159265358979323846/180.0)*radian - -steradian = 1. - -# symbols -rad = radian -mrad = milliradian -sr = steradian -deg = degree - -# -# Time [T] -# -nanosecond = 1. -second = 1.e+9 *nanosecond -millisecond = 1.e-3 *second -microsecond = 1.e-6 *second -picosecond = 1.e-12*second - -hertz = 1./second -kilohertz = 1.e+3*hertz -megahertz = 1.e+6*hertz - -# symbols -ns = nanosecond -s = second -ms = millisecond - -# -# Electric charge [Q] -# -eplus = 1. # positron charge -e_SI = 1.60217733e-19 # positron charge in coulomb -coulomb = eplus/e_SI # coulomb = 6.24150 e+18 * eplus - -# -# Energy [E] -# -megaelectronvolt = 1. -electronvolt = 1.e-6*megaelectronvolt -kiloelectronvolt = 1.e-3*megaelectronvolt -gigaelectronvolt = 1.e+3*megaelectronvolt -teraelectronvolt = 1.e+6*megaelectronvolt -petaelectronvolt = 1.e+9*megaelectronvolt - -joule = electronvolt/e_SI # joule = 6.24150 e+12 * MeV - -# symbols -MeV = megaelectronvolt -eV = electronvolt -keV = kiloelectronvolt -GeV = gigaelectronvolt -TeV = teraelectronvolt -PeV = petaelectronvolt - -# -# Mass [E][T^2][L^-2] -# -kilogram = joule*second*second/(meter*meter) -gram = 1.e-3*kilogram -milligram = 1.e-3*gram - -# symbols -kg = kilogram -g = gram -mg = milligram - -# -# Power [E][T^-1] -# -watt = joule/second # watt = 6.24150 e+3 * MeV/ns - -# -# Force [E][L^-1] -# -newton = joule/meter # newton = 6.24150 e+9 * MeV/mm - -# -# Pressure [E][L^-3] -# -pascal = newton/m2 # pascal = 6.24150 e+3 * MeV/mm3 -bar = 100000*pascal # bar = 6.24150 e+8 * MeV/mm3 -atmosphere = 101325*pascal # atm = 6.32420 e+8 * MeV/mm3 - -# -# Electric current [Q][T^-1] -# -ampere = coulomb/second # ampere = 6.24150 e+9 * eplus/ns -milliampere = 1.e-3*ampere -microampere = 1.e-6*ampere -nanoampere = 1.e-9*ampere - -# -# Electric potential [E][Q^-1] -# -megavolt = megaelectronvolt/eplus -kilovolt = 1.e-3*megavolt -volt = 1.e-6*megavolt - -# -# Electric resistance [E][T][Q^-2] -# -ohm = volt/ampere # ohm = 1.60217e-16*(MeV/eplus)/(eplus/ns) - -# -# Electric capacitance [Q^2][E^-1] -# -farad = coulomb/volt # farad = 6.24150e+24 * eplus/Megavolt -millifarad = 1.e-3*farad -microfarad = 1.e-6*farad -nanofarad = 1.e-9*farad -picofarad = 1.e-12*farad - -# -# Magnetic Flux [T][E][Q^-1] -# -weber = volt*second # weber = 1000*megavolt*ns - -# -# Magnetic Field [T][E][Q^-1][L^-2] -# -tesla = volt*second/meter2 # tesla =0.001*megavolt*ns/mm2 - -gauss = 1.e-4*tesla -kilogauss = 1.e-1*tesla - -# -# Inductance [T^2][E][Q^-2] -# -henry = weber/ampere # henry = 1.60217e-7*MeV*(ns/eplus)**2 - -# -# Temperature -# -kelvin = 1. - -# -# Amount of substance -# -mole = 1. - -# -# Activity [T^-1] -# -becquerel = 1./second -curie = 3.7e+10 * becquerel - -# -# Absorbed dose [L^2][T^-2] -# -gray = joule/kilogram - -# -# Luminous intensity [I] -# -candela = 1. - -# -# Luminous flux [I] -# -lumen = candela*steradian - -# -# Illuminance [I][L^-2] -# -lux = lumen/meter2 - -# -# Miscellaneous -# -perCent = 0.01 -perThousand = 0.001 -perMillion = 0.000001 - - -# ================================================================== -# imported from "PhysicalConstants.h" -# ================================================================== -pi = 3.14159265358979323846 -twopi = 2.*pi -halfpi = pi/2. -pi2 = pi*pi - -# -Avogadro = 6.0221367e+23/mole - -# c = 299.792458 mm/ns -# c^2 = 898.7404 (mm/ns)^2 -c_light = 2.99792458e+8 * m/s -c_squared = c_light * c_light - -# h = 4.13566e-12 MeV*ns -# hbar = 6.58212e-13 MeV*ns -# hbarc = 197.32705e-12 MeV*mm -h_Planck = 6.6260755e-34 * joule*s -hbar_Planck = h_Planck/twopi -hbarc = hbar_Planck * c_light -hbarc_squared = hbarc * hbarc - -# -electron_charge = - eplus # see SystemOfUnits.h -e_squared = eplus * eplus - -# amu_c2 - atomic equivalent mass unit -# amu - atomic mass unit -electron_mass_c2 = 0.51099906 * MeV -proton_mass_c2 = 938.27231 * MeV -neutron_mass_c2 = 939.56563 * MeV -amu_c2 = 931.49432 * MeV -amu = amu_c2/c_squared - -# permeability of free space mu0 = 2.01334e-16 Mev*(ns*eplus)^2/mm -# permittivity of free space epsil0 = 5.52636e+10 eplus^2/(MeV*mm) -mu0 = 4*pi*1.e-7 * henry/m -epsilon0 = 1./(c_squared*mu0) - -# electromagnetic coupling = 1.43996e-12 MeV*mm/(eplus^2) -elm_coupling = e_squared/(4*pi*epsilon0) -fine_structure_const = elm_coupling/hbarc -classic_electr_radius = elm_coupling/electron_mass_c2 -electron_Compton_length = hbarc/electron_mass_c2 -Bohr_radius = electron_Compton_length/fine_structure_const - -alpha_rcl2 = fine_structure_const * classic_electr_radius \ - * classic_electr_radius -twopi_mc2_rcl2 = twopi * electron_mass_c2 \ - * classic_electr_radius \ - * classic_electr_radius - -# -k_Boltzmann = 8.617385e-11 * MeV/kelvin - -# -STP_Temperature = 273.15*kelvin -STP_Pressure = 1.*atmosphere -kGasThreshold = 10.*mg/cm3 - -# -universe_mean_density = 1.e-25*g/cm3 - diff --git a/environments/g4py/source/run/CMakeLists.txt b/environments/g4py/source/run/CMakeLists.txt index 006aacb750..77a12ebb9a 100644 --- a/environments/g4py/source/run/CMakeLists.txt +++ b/environments/g4py/source/run/CMakeLists.txt @@ -1,9 +1,7 @@ # - build library # library -set(_TARGET pyG4run) -add_library( - ${_TARGET} SHARED +geant4_add_pymodule(pyG4run pyG4Run.cc pyG4RunManager.cc pyG4RunManagerKernel.cc @@ -16,17 +14,5 @@ add_library( pymodG4run.cc ) -set_target_properties(${_TARGET} PROPERTIES PREFIX "") -set_target_properties(${_TARGET} PROPERTIES OUTPUT_NAME "G4run") -set_target_properties(${_TARGET} PROPERTIES SUFFIX ".so") -set_target_properties(${_TARGET} - PROPERTIES INSTALL_RPATH - ${GEANT4_LIBRARY_DIR} - BUILD_WITH_INSTALL_RPATH TRUE) - -target_link_libraries (${_TARGET} - ${GEANT4_LIBRARIES_WITH_VIS} ${BOOST_PYTHON_LIB} - ${PYTHON_LIBRARIES}) - -# install -install(TARGETS ${_TARGET} LIBRARY DESTINATION ${G4MODULES_INSTALL_DIR}) +target_link_libraries(pyG4run PRIVATE G4run G4readout) +install(TARGETS pyG4run DESTINATION "${CMAKE_INSTALL_PYTHONDIR}/Geant4") diff --git a/environments/g4py/source/track/CMakeLists.txt b/environments/g4py/source/track/CMakeLists.txt index b2820010dd..e040de777b 100644 --- a/environments/g4py/source/track/CMakeLists.txt +++ b/environments/g4py/source/track/CMakeLists.txt @@ -1,9 +1,7 @@ # - build library # library -set(_TARGET pyG4track) -add_library( - ${_TARGET} SHARED +geant4_add_pymodule(pyG4track pyG4Step.cc pyG4StepPoint.cc pyG4StepStatus.cc @@ -12,17 +10,5 @@ add_library( pymodG4track.cc ) -set_target_properties(${_TARGET} PROPERTIES PREFIX "") -set_target_properties(${_TARGET} PROPERTIES OUTPUT_NAME "G4track") -set_target_properties(${_TARGET} PROPERTIES SUFFIX ".so") -set_target_properties(${_TARGET} - PROPERTIES INSTALL_RPATH - ${GEANT4_LIBRARY_DIR} - BUILD_WITH_INSTALL_RPATH TRUE) - -target_link_libraries (${_TARGET} - ${GEANT4_LIBRARIES_WITH_VIS} ${BOOST_PYTHON_LIB} - ${PYTHON_LIBRARIES}) - -# install -install(TARGETS ${_TARGET} LIBRARY DESTINATION ${G4MODULES_INSTALL_DIR}) +target_link_libraries(pyG4track PRIVATE G4track G4processes) +install(TARGETS pyG4track DESTINATION "${CMAKE_INSTALL_PYTHONDIR}/Geant4") diff --git a/environments/g4py/source/tracking/CMakeLists.txt b/environments/g4py/source/tracking/CMakeLists.txt index ee88ad9d45..44594c2c8e 100644 --- a/environments/g4py/source/tracking/CMakeLists.txt +++ b/environments/g4py/source/tracking/CMakeLists.txt @@ -1,26 +1,12 @@ # - build library # library -set(_TARGET pyG4tracking) -add_library( - ${_TARGET} SHARED +geant4_add_pymodule(pyG4tracking pyG4TrackingManager.cc pyG4UserSteppingAction.cc pyG4UserTrackingAction.cc pymodG4tracking.cc ) -set_target_properties(${_TARGET} PROPERTIES PREFIX "") -set_target_properties(${_TARGET} PROPERTIES OUTPUT_NAME "G4tracking") -set_target_properties(${_TARGET} PROPERTIES SUFFIX ".so") -set_target_properties(${_TARGET} - PROPERTIES INSTALL_RPATH - ${GEANT4_LIBRARY_DIR} - BUILD_WITH_INSTALL_RPATH TRUE) - -target_link_libraries (${_TARGET} - ${GEANT4_LIBRARIES_WITH_VIS} ${BOOST_PYTHON_LIB} - ${PYTHON_LIBRARIES}) - -# install -install(TARGETS ${_TARGET} LIBRARY DESTINATION ${G4MODULES_INSTALL_DIR}) +target_link_libraries(pyG4tracking PRIVATE G4tracking) +install(TARGETS pyG4tracking DESTINATION "${CMAKE_INSTALL_PYTHONDIR}/Geant4") diff --git a/environments/g4py/source/visualization/CMakeLists.txt b/environments/g4py/source/visualization/CMakeLists.txt index 827e90f0d9..2529577947 100644 --- a/environments/g4py/source/visualization/CMakeLists.txt +++ b/environments/g4py/source/visualization/CMakeLists.txt @@ -1,21 +1,19 @@ # - build library -if(GEANT4_HAS_OPENGL) +if(GEANT4_USE_OPENGL_X11) add_definitions(-DG4VIS_USE_OPENGLX) endif() -if(GEANT4_HAS_RAYTRACER_X11) +if(GEANT4_USE_RAYTRACER_X11) add_definitions(-DG4VIS_USE_RAYTRACERX) endif() -if(GEANT4_HAS_MOTIF) +if(GEANT4_USE_XM) add_definitions(-DG4VIS_USE_OPENGLXM) endif() # library -set(_TARGET pyG4visualization) -add_library( - ${_TARGET} SHARED +geant4_add_pymodule(pyG4visualization pyG4ASCIITree.cc pyG4DAWNFILE.cc pyG4HepRep.cc @@ -33,17 +31,17 @@ add_library( pymodG4visualization.cc ) -set_target_properties(${_TARGET} PROPERTIES PREFIX "") -set_target_properties(${_TARGET} PROPERTIES OUTPUT_NAME "G4visualization") -set_target_properties(${_TARGET} PROPERTIES SUFFIX ".so") -set_target_properties(${_TARGET} - PROPERTIES INSTALL_RPATH - ${GEANT4_LIBRARY_DIR} - BUILD_WITH_INSTALL_RPATH TRUE) +target_link_libraries(pyG4visualization PRIVATE + G4FR + G4Tree + G4RayTracer + G4VRML + G4visHepRep + G4vis_management +) -target_link_libraries (${_TARGET} - ${GEANT4_LIBRARIES_WITH_VIS} ${BOOST_PYTHON_LIB} - ${PYTHON_LIBRARIES}) +if(GEANT4_USE_OPENGL_X11 OR GEANT4_USE_XM) + target_link_libraries(pyG4visualization PRIVATE G4OpenGL) +endif() -# install -install(TARGETS ${_TARGET} LIBRARY DESTINATION ${G4MODULES_INSTALL_DIR}) +install(TARGETS pyG4visualization DESTINATION "${CMAKE_INSTALL_PYTHONDIR}/Geant4") diff --git a/environments/g4py/tests/CMakeLists.txt b/environments/g4py/tests/CMakeLists.txt index 0df6104beb..cac49a9d53 100644 --- a/environments/g4py/tests/CMakeLists.txt +++ b/environments/g4py/tests/CMakeLists.txt @@ -1,46 +1,5 @@ # - add tests components - -set(TEST_MODULES_INSTALL_DIR ${CMAKE_INSTALL_LIBDIR}/tests) - -# tests for boost_python -add_subdirectory(test00/module) -add_subdirectory(test01/module) -add_subdirectory(test02/module) -add_subdirectory(test03/module EXCLUDE_FROM_ALL) -add_subdirectory(test04/module) -add_subdirectory(test05/module) -add_subdirectory(test06/module) -add_subdirectory(test07/module) -add_subdirectory(test08/module) -add_subdirectory(test09/module) -add_subdirectory(test10/module) -add_subdirectory(test11/module) -add_subdirectory(test12/module) -add_subdirectory(test13/module) - -# tests for g4py -add_subdirectory(gtest01/module) - -# testing -add_subdirectory(test00) -add_subdirectory(test01) - -if (${PYTHON_VERSION_MAJOR} MATCHES "2") - add_subdirectory(test02) - add_subdirectory(test03) - add_subdirectory(test04) - add_subdirectory(test05) - add_subdirectory(test06) - add_subdirectory(test07) - add_subdirectory(test08) - add_subdirectory(test09) - add_subdirectory(test10) - add_subdirectory(test11) - add_subdirectory(test12) - add_subdirectory(test13) -endif() - -# +add_subdirectory(g4pytest) add_subdirectory(gtest01) add_subdirectory(gtest02) add_subdirectory(gtest03) diff --git a/environments/g4py/tests/g4pytest/CMakeLists.txt b/environments/g4py/tests/g4pytest/CMakeLists.txt new file mode 100644 index 0000000000..75306d0972 --- /dev/null +++ b/environments/g4py/tests/g4pytest/CMakeLists.txt @@ -0,0 +1,35 @@ +# - Function to build the C++ modules +function(g4pytest_add_module _TARGET) + g4py_add_module(${_TARGET} ${ARGN}) + + # Filthy temp hack for submodule paths.... + string(REGEX REPLACE "^_" "" _SUBMODULE "${_TARGET}") + set_property(TARGET ${_TARGET} APPEND_STRING PROPERTY LIBRARY_OUTPUT_DIRECTORY "/g4pytest/${_SUBMODULE}") + foreach(_conftype ${CMAKE_CONFIGURATION_TYPES}) + string(TOUPPER ${_conftype} _conftype_uppercase) + set_property(TARGET ${_TARGET} APPEND_STRING PROPERTY LIBRARY_OUTPUT_DIRECTORY_${_conftype_uppercase} "/g4pytest/${_SUBMODULE}") + endforeach() +endfunction() + + +# - add libs components +add_subdirectory(ExN01geom) +add_subdirectory(ExN03geom) +add_subdirectory(Qgeom) +add_subdirectory(ezgeom) +add_subdirectory(NISTmaterials) +add_subdirectory(Qmaterials) +add_subdirectory(EMSTDpl) +add_subdirectory(ExN01pl) +add_subdirectory(MedicalBeam) +add_subdirectory(ParticleGun) +# Remainder are pure python + +# Copy/configure pure python components +file(GLOB_RECURSE PY_FILES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.py) +foreach(_pyfile ${PY_FILES}) + file(GENERATE + OUTPUT ${GEANT4_PYTHON_OUTPUT_DIR}/g4pytest/${_pyfile} + INPUT ${CMAKE_CURRENT_SOURCE_DIR}/${_pyfile} + ) +endforeach() diff --git a/environments/g4py/tests/g4pytest/EMSTDpl/CMakeLists.txt b/environments/g4py/tests/g4pytest/EMSTDpl/CMakeLists.txt new file mode 100644 index 0000000000..82112c5a98 --- /dev/null +++ b/environments/g4py/tests/g4pytest/EMSTDpl/CMakeLists.txt @@ -0,0 +1,4 @@ +# - build library +set(_TARGET _EMSTDpl) +g4pytest_add_module(${_TARGET} PhysicsListEMstd.cc pyEMSTDpl.cc) +target_link_libraries(${_TARGET} PRIVATE G4particles G4processes G4run) diff --git a/environments/g4py/site-modules/physics_lists/EMSTDpl/PhysicsListEMstd.cc b/environments/g4py/tests/g4pytest/EMSTDpl/PhysicsListEMstd.cc similarity index 100% rename from environments/g4py/site-modules/physics_lists/EMSTDpl/PhysicsListEMstd.cc rename to environments/g4py/tests/g4pytest/EMSTDpl/PhysicsListEMstd.cc diff --git a/environments/g4py/site-modules/physics_lists/EMSTDpl/PhysicsListEMstd.hh b/environments/g4py/tests/g4pytest/EMSTDpl/PhysicsListEMstd.hh similarity index 100% rename from environments/g4py/site-modules/physics_lists/EMSTDpl/PhysicsListEMstd.hh rename to environments/g4py/tests/g4pytest/EMSTDpl/PhysicsListEMstd.hh diff --git a/environments/g4py/tests/g4pytest/EMSTDpl/__init__.py b/environments/g4py/tests/g4pytest/EMSTDpl/__init__.py new file mode 100644 index 0000000000..30c93286ec --- /dev/null +++ b/environments/g4py/tests/g4pytest/EMSTDpl/__init__.py @@ -0,0 +1 @@ +from ._EMSTDpl import * \ No newline at end of file diff --git a/environments/g4py/site-modules/physics_lists/EMSTDpl/pyEMSTDpl.cc b/environments/g4py/tests/g4pytest/EMSTDpl/pyEMSTDpl.cc similarity index 98% rename from environments/g4py/site-modules/physics_lists/EMSTDpl/pyEMSTDpl.cc rename to environments/g4py/tests/g4pytest/EMSTDpl/pyEMSTDpl.cc index 40c0fe4422..c21c4ef42d 100644 --- a/environments/g4py/site-modules/physics_lists/EMSTDpl/pyEMSTDpl.cc +++ b/environments/g4py/tests/g4pytest/EMSTDpl/pyEMSTDpl.cc @@ -62,7 +62,7 @@ using namespace pyEMSTDpl; // Expose to Python // ==================================================================== -BOOST_PYTHON_MODULE(EMSTDpl) { +BOOST_PYTHON_MODULE(_EMSTDpl) { class_ > ("PhysicsListEMstd", "Electron/Gamma EM-standard physics list") diff --git a/environments/g4py/tests/g4pytest/ExN01geom/CMakeLists.txt b/environments/g4py/tests/g4pytest/ExN01geom/CMakeLists.txt new file mode 100644 index 0000000000..c92f18b2ee --- /dev/null +++ b/environments/g4py/tests/g4pytest/ExN01geom/CMakeLists.txt @@ -0,0 +1,4 @@ +# - build library +set(_TARGET _ExN01geom) +g4pytest_add_module(${_TARGET} ExN01DetectorConstruction.cc pyExN01geom.cc) +target_link_libraries(${_TARGET} PRIVATE G4materials G4geometry G4run) diff --git a/environments/g4py/site-modules/geometries/ExN01geom/ExN01DetectorConstruction.cc b/environments/g4py/tests/g4pytest/ExN01geom/ExN01DetectorConstruction.cc similarity index 100% rename from environments/g4py/site-modules/geometries/ExN01geom/ExN01DetectorConstruction.cc rename to environments/g4py/tests/g4pytest/ExN01geom/ExN01DetectorConstruction.cc diff --git a/environments/g4py/site-modules/geometries/ExN01geom/ExN01DetectorConstruction.hh b/environments/g4py/tests/g4pytest/ExN01geom/ExN01DetectorConstruction.hh similarity index 100% rename from environments/g4py/site-modules/geometries/ExN01geom/ExN01DetectorConstruction.hh rename to environments/g4py/tests/g4pytest/ExN01geom/ExN01DetectorConstruction.hh diff --git a/environments/g4py/tests/g4pytest/ExN01geom/__init__.py b/environments/g4py/tests/g4pytest/ExN01geom/__init__.py new file mode 100644 index 0000000000..b6ad7e2ac7 --- /dev/null +++ b/environments/g4py/tests/g4pytest/ExN01geom/__init__.py @@ -0,0 +1 @@ +from ._ExN01geom import * \ No newline at end of file diff --git a/environments/g4py/site-modules/geometries/ExN01geom/pyExN01geom.cc b/environments/g4py/tests/g4pytest/ExN01geom/pyExN01geom.cc similarity index 98% rename from environments/g4py/site-modules/geometries/ExN01geom/pyExN01geom.cc rename to environments/g4py/tests/g4pytest/ExN01geom/pyExN01geom.cc index 639e389030..ddf290ec23 100644 --- a/environments/g4py/site-modules/geometries/ExN01geom/pyExN01geom.cc +++ b/environments/g4py/tests/g4pytest/ExN01geom/pyExN01geom.cc @@ -58,7 +58,7 @@ using namespace pyExN03geom; // Expose to Python // ==================================================================== -BOOST_PYTHON_MODULE(ExN01geom) { +BOOST_PYTHON_MODULE(_ExN01geom) { class_ > diff --git a/environments/g4py/tests/g4pytest/ExN01pl/CMakeLists.txt b/environments/g4py/tests/g4pytest/ExN01pl/CMakeLists.txt new file mode 100644 index 0000000000..7f519ce7b8 --- /dev/null +++ b/environments/g4py/tests/g4pytest/ExN01pl/CMakeLists.txt @@ -0,0 +1,4 @@ +# - build library +set(_TARGET _ExN01pl) +g4pytest_add_module(${_TARGET} ExN01PhysicsList.cc pyExN01pl.cc) +target_link_libraries(${_TARGET} PRIVATE G4particles G4processes G4run) diff --git a/environments/g4py/site-modules/physics_lists/ExN01pl/ExN01PhysicsList.cc b/environments/g4py/tests/g4pytest/ExN01pl/ExN01PhysicsList.cc similarity index 100% rename from environments/g4py/site-modules/physics_lists/ExN01pl/ExN01PhysicsList.cc rename to environments/g4py/tests/g4pytest/ExN01pl/ExN01PhysicsList.cc diff --git a/environments/g4py/site-modules/physics_lists/ExN01pl/ExN01PhysicsList.hh b/environments/g4py/tests/g4pytest/ExN01pl/ExN01PhysicsList.hh similarity index 100% rename from environments/g4py/site-modules/physics_lists/ExN01pl/ExN01PhysicsList.hh rename to environments/g4py/tests/g4pytest/ExN01pl/ExN01PhysicsList.hh diff --git a/environments/g4py/tests/g4pytest/ExN01pl/__init__.py b/environments/g4py/tests/g4pytest/ExN01pl/__init__.py new file mode 100644 index 0000000000..a0371b4b0d --- /dev/null +++ b/environments/g4py/tests/g4pytest/ExN01pl/__init__.py @@ -0,0 +1 @@ +from ._ExN01pl import * diff --git a/environments/g4py/site-modules/physics_lists/ExN01pl/pyExN01pl.cc b/environments/g4py/tests/g4pytest/ExN01pl/pyExN01pl.cc similarity index 98% rename from environments/g4py/site-modules/physics_lists/ExN01pl/pyExN01pl.cc rename to environments/g4py/tests/g4pytest/ExN01pl/pyExN01pl.cc index 64b6fa3d2d..6ce4846307 100644 --- a/environments/g4py/site-modules/physics_lists/ExN01pl/pyExN01pl.cc +++ b/environments/g4py/tests/g4pytest/ExN01pl/pyExN01pl.cc @@ -62,7 +62,7 @@ using namespace pyExN01pl; // Expose to Python // ==================================================================== -BOOST_PYTHON_MODULE(ExN01pl) { +BOOST_PYTHON_MODULE(_ExN01pl) { class_ > ("ExN01PhysicsList", "ExN01 physics list") diff --git a/environments/g4py/tests/g4pytest/ExN03geom/CMakeLists.txt b/environments/g4py/tests/g4pytest/ExN03geom/CMakeLists.txt new file mode 100644 index 0000000000..836ecd73d5 --- /dev/null +++ b/environments/g4py/tests/g4pytest/ExN03geom/CMakeLists.txt @@ -0,0 +1,4 @@ +# - build library +set(_TARGET _ExN03geom) +g4pytest_add_module(${_TARGET} ExN03DetectorConstruction.cc ExN03DetectorMessenger.cc pyExN03geom.cc) +target_link_libraries(${_TARGET} PRIVATE G4materials G4geometry G4run) diff --git a/environments/g4py/site-modules/geometries/ExN03geom/ExN03DetectorConstruction.cc b/environments/g4py/tests/g4pytest/ExN03geom/ExN03DetectorConstruction.cc similarity index 100% rename from environments/g4py/site-modules/geometries/ExN03geom/ExN03DetectorConstruction.cc rename to environments/g4py/tests/g4pytest/ExN03geom/ExN03DetectorConstruction.cc diff --git a/environments/g4py/site-modules/geometries/ExN03geom/ExN03DetectorConstruction.hh b/environments/g4py/tests/g4pytest/ExN03geom/ExN03DetectorConstruction.hh similarity index 100% rename from environments/g4py/site-modules/geometries/ExN03geom/ExN03DetectorConstruction.hh rename to environments/g4py/tests/g4pytest/ExN03geom/ExN03DetectorConstruction.hh diff --git a/environments/g4py/site-modules/geometries/ExN03geom/ExN03DetectorMessenger.cc b/environments/g4py/tests/g4pytest/ExN03geom/ExN03DetectorMessenger.cc similarity index 100% rename from environments/g4py/site-modules/geometries/ExN03geom/ExN03DetectorMessenger.cc rename to environments/g4py/tests/g4pytest/ExN03geom/ExN03DetectorMessenger.cc diff --git a/environments/g4py/site-modules/geometries/ExN03geom/ExN03DetectorMessenger.hh b/environments/g4py/tests/g4pytest/ExN03geom/ExN03DetectorMessenger.hh similarity index 100% rename from environments/g4py/site-modules/geometries/ExN03geom/ExN03DetectorMessenger.hh rename to environments/g4py/tests/g4pytest/ExN03geom/ExN03DetectorMessenger.hh diff --git a/environments/g4py/tests/g4pytest/ExN03geom/__init__.py b/environments/g4py/tests/g4pytest/ExN03geom/__init__.py new file mode 100644 index 0000000000..ae5f5fd590 --- /dev/null +++ b/environments/g4py/tests/g4pytest/ExN03geom/__init__.py @@ -0,0 +1 @@ +from ._ExN03geom import * \ No newline at end of file diff --git a/environments/g4py/site-modules/geometries/ExN03geom/pyExN03geom.cc b/environments/g4py/tests/g4pytest/ExN03geom/pyExN03geom.cc similarity index 99% rename from environments/g4py/site-modules/geometries/ExN03geom/pyExN03geom.cc rename to environments/g4py/tests/g4pytest/ExN03geom/pyExN03geom.cc index 920284af8e..c2d10ffb5e 100644 --- a/environments/g4py/site-modules/geometries/ExN03geom/pyExN03geom.cc +++ b/environments/g4py/tests/g4pytest/ExN03geom/pyExN03geom.cc @@ -60,7 +60,7 @@ using namespace pyExN03geom; // Expose to Python // ==================================================================== -BOOST_PYTHON_MODULE(ExN03geom) { +BOOST_PYTHON_MODULE(_ExN03geom) { class_ > ("ExN03DetectorConstruction", "ExN03 detector") diff --git a/environments/g4py/site-modules/utils/MCScore/python3/mcscore.py b/environments/g4py/tests/g4pytest/MCScore/mcscore.py similarity index 100% rename from environments/g4py/site-modules/utils/MCScore/python3/mcscore.py rename to environments/g4py/tests/g4pytest/MCScore/mcscore.py diff --git a/environments/g4py/site-modules/utils/MCScore/mcscorerootio.py b/environments/g4py/tests/g4pytest/MCScore/mcscorerootio.py similarity index 100% rename from environments/g4py/site-modules/utils/MCScore/mcscorerootio.py rename to environments/g4py/tests/g4pytest/MCScore/mcscorerootio.py diff --git a/environments/g4py/site-modules/utils/MCScore/reaction.dat b/environments/g4py/tests/g4pytest/MCScore/reaction.dat similarity index 100% rename from environments/g4py/site-modules/utils/MCScore/reaction.dat rename to environments/g4py/tests/g4pytest/MCScore/reaction.dat diff --git a/environments/g4py/tests/g4pytest/MedicalBeam/CMakeLists.txt b/environments/g4py/tests/g4pytest/MedicalBeam/CMakeLists.txt new file mode 100644 index 0000000000..beea193829 --- /dev/null +++ b/environments/g4py/tests/g4pytest/MedicalBeam/CMakeLists.txt @@ -0,0 +1,4 @@ +# - build library +set(_TARGET _MedicalBeam) +g4pytest_add_module(${_TARGET} MedicalBeam.cc pyMedicalBeam.cc) +target_link_libraries(${_TARGET} PRIVATE G4run G4particles) \ No newline at end of file diff --git a/environments/g4py/site-modules/primaries/MedicalBeam/MedicalBeam.cc b/environments/g4py/tests/g4pytest/MedicalBeam/MedicalBeam.cc similarity index 94% rename from environments/g4py/site-modules/primaries/MedicalBeam/MedicalBeam.cc rename to environments/g4py/tests/g4pytest/MedicalBeam/MedicalBeam.cc index cd7dea0dbd..d8627a1a06 100644 --- a/environments/g4py/site-modules/primaries/MedicalBeam/MedicalBeam.cc +++ b/environments/g4py/tests/g4pytest/MedicalBeam/MedicalBeam.cc @@ -46,10 +46,10 @@ using namespace CLHEP; /////////////////////////////////// MedicalBeam::MedicalBeam() - : particle(0), + : particle(0), kineticE(1.*MeV), sourcePosition(G4ThreeVector()), - SSD(1.*m), + SSD(1.*m), fieldShape(MedicalBeam::SQUARE), fieldR(10.*cm) /////////////////////////////////// @@ -80,8 +80,6 @@ G4ThreeVector MedicalBeam::GenerateBeamDirection() const G4double sin0= dr/SSD; G4double cos0= std::sqrt(1.-sqr(sin0)); - G4double dcos, dsin, dphi, z; - G4double x= DBL_MAX; G4double y= DBL_MAX; @@ -93,6 +91,10 @@ G4ThreeVector MedicalBeam::GenerateBeamDirection() const xmax= ymax= DBL_MAX-1.; } + G4double dcos{0.0}; + G4double dsin{0.0}; + G4double dphi{0.0}; + while(! (std::abs(x)< xmax && std::abs(y)< ymax) ) { dcos= RandFlat::shoot(cos0, 1.); dsin= std::sqrt(1.-sqr(dcos)); @@ -101,7 +103,8 @@ G4ThreeVector MedicalBeam::GenerateBeamDirection() const x= std::cos(dphi)*dsin*dcos; y= std::sin(dphi)*dsin*dcos; } - z= dcos; + + G4double z= dcos; return G4ThreeVector(x,y,z); } @@ -120,9 +123,9 @@ void MedicalBeam::GeneratePrimaries(G4Event* anEvent) G4double mass= particle-> GetPDGMass(); G4double p= std::sqrt(sqr(mass+kineticE)-sqr(mass)); G4ThreeVector pmon= p*GenerateBeamDirection(); - G4PrimaryParticle* primary= new G4PrimaryParticle(particle, - pmon.x(), - pmon.y(), + G4PrimaryParticle* primary= new G4PrimaryParticle(particle, + pmon.x(), + pmon.y(), pmon.z()); // set primary to vertex vertex-> SetPrimary(primary); diff --git a/environments/g4py/site-modules/primaries/MedicalBeam/MedicalBeam.hh b/environments/g4py/tests/g4pytest/MedicalBeam/MedicalBeam.hh similarity index 100% rename from environments/g4py/site-modules/primaries/MedicalBeam/MedicalBeam.hh rename to environments/g4py/tests/g4pytest/MedicalBeam/MedicalBeam.hh diff --git a/environments/g4py/tests/g4pytest/MedicalBeam/__init__.py b/environments/g4py/tests/g4pytest/MedicalBeam/__init__.py new file mode 100644 index 0000000000..5a0139ea8f --- /dev/null +++ b/environments/g4py/tests/g4pytest/MedicalBeam/__init__.py @@ -0,0 +1 @@ +from ._MedicalBeam import * \ No newline at end of file diff --git a/environments/g4py/site-modules/primaries/MedicalBeam/pyMedicalBeam.cc b/environments/g4py/tests/g4pytest/MedicalBeam/pyMedicalBeam.cc similarity index 99% rename from environments/g4py/site-modules/primaries/MedicalBeam/pyMedicalBeam.cc rename to environments/g4py/tests/g4pytest/MedicalBeam/pyMedicalBeam.cc index 5e5f33507b..4a9eec21e5 100644 --- a/environments/g4py/site-modules/primaries/MedicalBeam/pyMedicalBeam.cc +++ b/environments/g4py/tests/g4pytest/MedicalBeam/pyMedicalBeam.cc @@ -110,7 +110,7 @@ using namespace pyMedicalBeam; // Expose to Python // ==================================================================== -BOOST_PYTHON_MODULE(MedicalBeam) { +BOOST_PYTHON_MODULE(_MedicalBeam) { class_ > ("MedicalBeam", "primary generator action with medical beam") diff --git a/environments/g4py/tests/g4pytest/NISTmaterials/CMakeLists.txt b/environments/g4py/tests/g4pytest/NISTmaterials/CMakeLists.txt new file mode 100644 index 0000000000..e524a64c4c --- /dev/null +++ b/environments/g4py/tests/g4pytest/NISTmaterials/CMakeLists.txt @@ -0,0 +1,4 @@ +# - build library +set(_TARGET _NISTmaterials) +g4pytest_add_module(${_TARGET} NISTmaterials.cc pyNISTmaterials.cc) +target_link_libraries(${_TARGET} PRIVATE G4materials) diff --git a/environments/g4py/site-modules/materials/NISTmaterials/NISTmaterials.cc b/environments/g4py/tests/g4pytest/NISTmaterials/NISTmaterials.cc similarity index 100% rename from environments/g4py/site-modules/materials/NISTmaterials/NISTmaterials.cc rename to environments/g4py/tests/g4pytest/NISTmaterials/NISTmaterials.cc diff --git a/environments/g4py/tests/g4pytest/NISTmaterials/__init__.py b/environments/g4py/tests/g4pytest/NISTmaterials/__init__.py new file mode 100644 index 0000000000..5849439450 --- /dev/null +++ b/environments/g4py/tests/g4pytest/NISTmaterials/__init__.py @@ -0,0 +1 @@ +from ._NISTmaterials import * \ No newline at end of file diff --git a/environments/g4py/site-modules/materials/NISTmaterials/pyNISTmaterials.cc b/environments/g4py/tests/g4pytest/NISTmaterials/pyNISTmaterials.cc similarity index 98% rename from environments/g4py/site-modules/materials/NISTmaterials/pyNISTmaterials.cc rename to environments/g4py/tests/g4pytest/NISTmaterials/pyNISTmaterials.cc index b31f6d615d..e77b5a2afe 100644 --- a/environments/g4py/site-modules/materials/NISTmaterials/pyNISTmaterials.cc +++ b/environments/g4py/tests/g4pytest/NISTmaterials/pyNISTmaterials.cc @@ -43,7 +43,7 @@ void Construct(); // Expose to Python // ==================================================================== -BOOST_PYTHON_MODULE(NISTmaterials) { +BOOST_PYTHON_MODULE(_NISTmaterials) { def("Construct", Construct); } diff --git a/environments/g4py/tests/g4pytest/ParticleGun/CMakeLists.txt b/environments/g4py/tests/g4pytest/ParticleGun/CMakeLists.txt new file mode 100644 index 0000000000..45ac505cd3 --- /dev/null +++ b/environments/g4py/tests/g4pytest/ParticleGun/CMakeLists.txt @@ -0,0 +1,4 @@ +# - build library +set(_TARGET _ParticleGun) +g4pytest_add_module(${_TARGET} ParticleGunAction.cc pyParticleGun.cc) +target_link_libraries(${_TARGET} PRIVATE G4run G4particles) diff --git a/environments/g4py/site-modules/primaries/ParticleGun/ParticleGunAction.cc b/environments/g4py/tests/g4pytest/ParticleGun/ParticleGunAction.cc similarity index 100% rename from environments/g4py/site-modules/primaries/ParticleGun/ParticleGunAction.cc rename to environments/g4py/tests/g4pytest/ParticleGun/ParticleGunAction.cc diff --git a/environments/g4py/site-modules/primaries/ParticleGun/ParticleGunAction.hh b/environments/g4py/tests/g4pytest/ParticleGun/ParticleGunAction.hh similarity index 100% rename from environments/g4py/site-modules/primaries/ParticleGun/ParticleGunAction.hh rename to environments/g4py/tests/g4pytest/ParticleGun/ParticleGunAction.hh diff --git a/environments/g4py/tests/g4pytest/ParticleGun/__init__.py b/environments/g4py/tests/g4pytest/ParticleGun/__init__.py new file mode 100644 index 0000000000..e80e543000 --- /dev/null +++ b/environments/g4py/tests/g4pytest/ParticleGun/__init__.py @@ -0,0 +1 @@ +from ._ParticleGun import * \ No newline at end of file diff --git a/environments/g4py/site-modules/primaries/ParticleGun/pyParticleGun.cc b/environments/g4py/tests/g4pytest/ParticleGun/pyParticleGun.cc similarity index 98% rename from environments/g4py/site-modules/primaries/ParticleGun/pyParticleGun.cc rename to environments/g4py/tests/g4pytest/ParticleGun/pyParticleGun.cc index f97dcf540f..4e04ce8497 100644 --- a/environments/g4py/site-modules/primaries/ParticleGun/pyParticleGun.cc +++ b/environments/g4py/tests/g4pytest/ParticleGun/pyParticleGun.cc @@ -63,7 +63,7 @@ using namespace pyParticleGun; // Expose to Python // ==================================================================== -BOOST_PYTHON_MODULE(ParticleGun) { +BOOST_PYTHON_MODULE(_ParticleGun) { class_ > ("ParticleGunAction", "primary generator action with particle gun") diff --git a/environments/g4py/tests/g4pytest/Qgeom/CMakeLists.txt b/environments/g4py/tests/g4pytest/Qgeom/CMakeLists.txt new file mode 100644 index 0000000000..11bbe5c67f --- /dev/null +++ b/environments/g4py/tests/g4pytest/Qgeom/CMakeLists.txt @@ -0,0 +1,4 @@ +# - build library +set(_TARGET _Qgeom) +g4pytest_add_module(${_TARGET} QDetectorConstruction.cc pyQgeom.cc) +target_link_libraries(${_TARGET} PRIVATE G4materials G4geometry G4run) diff --git a/environments/g4py/site-modules/geometries/Qgeom/QDetectorConstruction.cc b/environments/g4py/tests/g4pytest/Qgeom/QDetectorConstruction.cc similarity index 94% rename from environments/g4py/site-modules/geometries/Qgeom/QDetectorConstruction.cc rename to environments/g4py/tests/g4pytest/Qgeom/QDetectorConstruction.cc index 3263e63e4b..3863c82ecf 100644 --- a/environments/g4py/site-modules/geometries/Qgeom/QDetectorConstruction.cc +++ b/environments/g4py/tests/g4pytest/Qgeom/QDetectorConstruction.cc @@ -46,7 +46,6 @@ // constants (detector parameters) static const G4double DXYZ_AREA= 30.*cm; -static const G4double DW= 10.*cm; ////////////////////////////////////////////// QDetectorConstruction::QDetectorConstruction() @@ -70,18 +69,18 @@ G4VPhysicalVolume* QDetectorConstruction::Construct() // ============================================================== // world volume // ============================================================== - G4Box* areaSolid= new G4Box("AREA", + G4Box* areaSolid= new G4Box("AREA", DXYZ_AREA/2., DXYZ_AREA/2., DXYZ_AREA/2.); G4Material* vacuum= G4Material::GetMaterial("Vacuum"); G4LogicalVolume* areaLV= new G4LogicalVolume(areaSolid, vacuum, "AREA_LV"); - G4PVPlacement* area= new G4PVPlacement(0, G4ThreeVector(), "AREA_PV", + G4PVPlacement* area= new G4PVPlacement(0, G4ThreeVector(), "AREA_PV", areaLV, 0, false, 0); // vis. attributes va= new G4VisAttributes(G4Color(1.,1.,1.)); va-> SetForceWireframe(true); areaLV-> SetVisAttributes(va); - + // ============================================================== // detectors // ============================================================== @@ -102,8 +101,7 @@ G4VPhysicalVolume* QDetectorConstruction::Construct() for (ix=-7; ix<=7; ix++) { G4double x0= (2.*ix)*cm; G4double z0= (-13.+2.*iz)*cm; - G4PVPlacement* pvoxel= new - G4PVPlacement(0, G4ThreeVector(x0, 0., z0), + /*G4PVPlacement* pvoxel=*/ new G4PVPlacement(0, G4ThreeVector(x0, 0., z0), lvoxel, "voxel", areaLV, false, index); index++; } @@ -120,10 +118,9 @@ G4VPhysicalVolume* QDetectorConstruction::Construct() G4RotationMatrix* rmtube= new G4RotationMatrix; rmtube-> rotateX(-90.*deg); - G4PVPlacement* ptube= new - G4PVPlacement(rmtube, G4ThreeVector(), + /*G4PVPlacement* ptube=*/ new G4PVPlacement(rmtube, G4ThreeVector(), ltube, "tube", lvoxel, false, 0); - + // cal const G4double dxycal= 25.*mm; const G4double dzcal= 3.*cm; @@ -137,8 +134,7 @@ G4VPhysicalVolume* QDetectorConstruction::Construct() index= 0; for (ix=-2; ix<=2; ix++) { G4double x0= (5.*ix)*cm; - G4PVPlacement* pcal= new - G4PVPlacement(0, G4ThreeVector(x0, 0., 2.*cm), + /*G4PVPlacement* pcal=*/ new G4PVPlacement(0, G4ThreeVector(x0, 0., 2.*cm), lcal, "cal", areaLV, false, index); index++; } diff --git a/environments/g4py/site-modules/geometries/Qgeom/QDetectorConstruction.hh b/environments/g4py/tests/g4pytest/Qgeom/QDetectorConstruction.hh similarity index 100% rename from environments/g4py/site-modules/geometries/Qgeom/QDetectorConstruction.hh rename to environments/g4py/tests/g4pytest/Qgeom/QDetectorConstruction.hh diff --git a/environments/g4py/tests/g4pytest/Qgeom/__init__.py b/environments/g4py/tests/g4pytest/Qgeom/__init__.py new file mode 100644 index 0000000000..85ffff076a --- /dev/null +++ b/environments/g4py/tests/g4pytest/Qgeom/__init__.py @@ -0,0 +1 @@ +from ._Qgeom import * \ No newline at end of file diff --git a/environments/g4py/site-modules/geometries/Qgeom/pyQgeom.cc b/environments/g4py/tests/g4pytest/Qgeom/pyQgeom.cc similarity index 98% rename from environments/g4py/site-modules/geometries/Qgeom/pyQgeom.cc rename to environments/g4py/tests/g4pytest/Qgeom/pyQgeom.cc index 6e6eed9882..6f83400311 100644 --- a/environments/g4py/site-modules/geometries/Qgeom/pyQgeom.cc +++ b/environments/g4py/tests/g4pytest/Qgeom/pyQgeom.cc @@ -58,7 +58,7 @@ using namespace pyQgeom; // Expose to Python // ==================================================================== -BOOST_PYTHON_MODULE(Qgeom) { +BOOST_PYTHON_MODULE(_Qgeom) { class_ > diff --git a/environments/g4py/tests/g4pytest/Qmaterials/CMakeLists.txt b/environments/g4py/tests/g4pytest/Qmaterials/CMakeLists.txt new file mode 100644 index 0000000000..723d52444c --- /dev/null +++ b/environments/g4py/tests/g4pytest/Qmaterials/CMakeLists.txt @@ -0,0 +1,4 @@ +# - build library +set(_TARGET _Qmaterials) +g4pytest_add_module(${_TARGET} Qmaterials.cc pyQmaterials.cc) +target_link_libraries(${_TARGET} PRIVATE G4materials) \ No newline at end of file diff --git a/environments/g4py/site-modules/materials/Qmaterials/Qmaterials.cc b/environments/g4py/tests/g4pytest/Qmaterials/Qmaterials.cc similarity index 92% rename from environments/g4py/site-modules/materials/Qmaterials/Qmaterials.cc rename to environments/g4py/tests/g4pytest/Qmaterials/Qmaterials.cc index e7cea766e8..b9ace7959f 100644 --- a/environments/g4py/site-modules/materials/Qmaterials/Qmaterials.cc +++ b/environments/g4py/tests/g4pytest/Qmaterials/Qmaterials.cc @@ -50,7 +50,7 @@ void Construct() G4Element* elAr = new G4Element("Argon", "Ar", Z=18., A= 39.948*g/mole); G4Element* elI = new G4Element("Iodine", "I", Z=53., A= 126.90447*g/mole); G4Element* elCs = new G4Element("Cesium", "Cs", Z=55., A= 132.90543*g/mole); - + // ------------------------------------------------------------------------ // Materials // ------------------------------------------------------------------------ @@ -58,7 +58,7 @@ void Construct() G4int natoms, nel; // temperature of experimental hall is controlled at 20 degree. - const G4double expTemp= STP_Temperature+20.*kelvin; + const G4double expTemp= STP_Temperature+20.*kelvin; // vacuum density= universe_mean_density; @@ -68,7 +68,7 @@ void Construct() // air density= 1.2929e-03 *g/cm3; // at 20 degree - G4Material* Air= new G4Material("Air", density, nel=3, + G4Material* Air= new G4Material("Air", density, nel=3, kStateGas, expTemp); G4double ttt= 75.47+23.20+1.28; Air-> AddElement(elN, massfraction= 75.47/ttt); @@ -91,29 +91,29 @@ void Construct() // Ar(50%) + ethane(50%) mixture density= (denAr+denEthane)/2.; G4Material* ArEthane= new G4Material("ArEthane", density, nel=2, - kStateGas, expTemp); + kStateGas, expTemp); ArEthane-> AddMaterial(Ar, massfraction= denAr/density/2.); ArEthane-> AddMaterial(Ethane, massfraction= denEthane/density/2.); // silicon A= 28.0855 *g/mole; density= 2.33 *g/cm3; - G4Material* Si= new G4Material("SiliconWafer", Z=14., A, density); + /*G4Material* Si=*/ new G4Material("SiliconWafer", Z=14., A, density); // alminium A= 26.98 *g/mole; density= 2.70 *g/cm3; - G4Material* Al= new G4Material("Al", Z=13., A, density); + /*G4Material* Al=*/ new G4Material("Al", Z=13., A, density); // iron A= 55.847 *g/mole; density= 7.87 *g/cm3; - G4Material* Fe= new G4Material("Iron", Z=26., A, density); + /*G4Material* Fe=*/ new G4Material("Iron", Z=26., A, density); // lead A= 207.2 *g/mole; density= 11.35 *g/cm3; - G4Material* Pb= new G4Material("Lead", Z=82., A, density); + /*G4Material* Pb=*/ new G4Material("Lead", Z=82., A, density); // scintillator (Polystyene(C6H5CH=CH2)) density= 1.032 *g/cm3; diff --git a/environments/g4py/tests/g4pytest/Qmaterials/__init__.py b/environments/g4py/tests/g4pytest/Qmaterials/__init__.py new file mode 100644 index 0000000000..02c5a31c43 --- /dev/null +++ b/environments/g4py/tests/g4pytest/Qmaterials/__init__.py @@ -0,0 +1 @@ +from ._Qmaterials import * \ No newline at end of file diff --git a/environments/g4py/site-modules/materials/Qmaterials/pyQmaterials.cc b/environments/g4py/tests/g4pytest/Qmaterials/pyQmaterials.cc similarity index 98% rename from environments/g4py/site-modules/materials/Qmaterials/pyQmaterials.cc rename to environments/g4py/tests/g4pytest/Qmaterials/pyQmaterials.cc index 4a7adc67de..5355fd8660 100644 --- a/environments/g4py/site-modules/materials/Qmaterials/pyQmaterials.cc +++ b/environments/g4py/tests/g4pytest/Qmaterials/pyQmaterials.cc @@ -43,7 +43,7 @@ void Construct(); // Expose to Python // ==================================================================== -BOOST_PYTHON_MODULE(Qmaterials) { +BOOST_PYTHON_MODULE(_Qmaterials) { def("Construct", Construct); } diff --git a/environments/g4py/site-modules/python/__init__.py b/environments/g4py/tests/g4pytest/__init__.py similarity index 100% rename from environments/g4py/site-modules/python/__init__.py rename to environments/g4py/tests/g4pytest/__init__.py diff --git a/environments/g4py/site-modules/processes/emcalculator/python3/emcalculator.py b/environments/g4py/tests/g4pytest/emcalculator/emcalculator.py similarity index 100% rename from environments/g4py/site-modules/processes/emcalculator/python3/emcalculator.py rename to environments/g4py/tests/g4pytest/emcalculator/emcalculator.py diff --git a/environments/g4py/tests/g4pytest/ezgeom/CMakeLists.txt b/environments/g4py/tests/g4pytest/ezgeom/CMakeLists.txt new file mode 100644 index 0000000000..1ba9a56b08 --- /dev/null +++ b/environments/g4py/tests/g4pytest/ezgeom/CMakeLists.txt @@ -0,0 +1,10 @@ +# - build library +set(_TARGET _ezgeom) +g4pytest_add_module(${_TARGET} + EzDetectorConstruction.cc + G4EzVolume.cc + G4EzVoxelParameterization.cc + G4EzWorld.cc + pyEzgeom.cc +) +target_link_libraries(${_TARGET} PRIVATE G4materials G4geometry G4run) diff --git a/environments/g4py/site-modules/geometries/ezgeom/EzDetectorConstruction.cc b/environments/g4py/tests/g4pytest/ezgeom/EzDetectorConstruction.cc similarity index 100% rename from environments/g4py/site-modules/geometries/ezgeom/EzDetectorConstruction.cc rename to environments/g4py/tests/g4pytest/ezgeom/EzDetectorConstruction.cc diff --git a/environments/g4py/site-modules/geometries/ezgeom/EzDetectorConstruction.hh b/environments/g4py/tests/g4pytest/ezgeom/EzDetectorConstruction.hh similarity index 100% rename from environments/g4py/site-modules/geometries/ezgeom/EzDetectorConstruction.hh rename to environments/g4py/tests/g4pytest/ezgeom/EzDetectorConstruction.hh diff --git a/environments/g4py/site-modules/geometries/ezgeom/G4EzVolume.cc b/environments/g4py/tests/g4pytest/ezgeom/G4EzVolume.cc similarity index 100% rename from environments/g4py/site-modules/geometries/ezgeom/G4EzVolume.cc rename to environments/g4py/tests/g4pytest/ezgeom/G4EzVolume.cc diff --git a/environments/g4py/site-modules/geometries/ezgeom/G4EzVolume.hh b/environments/g4py/tests/g4pytest/ezgeom/G4EzVolume.hh similarity index 100% rename from environments/g4py/site-modules/geometries/ezgeom/G4EzVolume.hh rename to environments/g4py/tests/g4pytest/ezgeom/G4EzVolume.hh diff --git a/environments/g4py/site-modules/geometries/ezgeom/G4EzVoxelParameterization.cc b/environments/g4py/tests/g4pytest/ezgeom/G4EzVoxelParameterization.cc similarity index 97% rename from environments/g4py/site-modules/geometries/ezgeom/G4EzVoxelParameterization.cc rename to environments/g4py/tests/g4pytest/ezgeom/G4EzVoxelParameterization.cc index eb01ca6920..14d1bcc40e 100644 --- a/environments/g4py/site-modules/geometries/ezgeom/G4EzVoxelParameterization.cc +++ b/environments/g4py/tests/g4pytest/ezgeom/G4EzVoxelParameterization.cc @@ -73,7 +73,7 @@ void G4EzVoxelParameterization::ComputeTransformation G4double px= voxelSize[0]*(ix+0.5) - motherSize[0]/2.; G4double py= voxelSize[1]*(iy+0.5) - motherSize[1]/2.; G4double pz= voxelSize[2]*(iz+0.5) - motherSize[2]/2.; - + physVol-> SetTranslation(G4ThreeVector(px, py, pz)); } @@ -81,7 +81,7 @@ void G4EzVoxelParameterization::ComputeTransformation ////////////////////////////////////////////////////////////////////////////// void G4EzVoxelParameterization::ComputeDimensions - (G4Box& aBox, const G4int copyNo, const G4VPhysicalVolume* physVol) const + (G4Box& /*aBox*/, const G4int /*copyNo*/, const G4VPhysicalVolume* /*physVol*/) const ////////////////////////////////////////////////////////////////////////////// { return; diff --git a/environments/g4py/site-modules/geometries/ezgeom/G4EzVoxelParameterization.hh b/environments/g4py/tests/g4pytest/ezgeom/G4EzVoxelParameterization.hh similarity index 97% rename from environments/g4py/site-modules/geometries/ezgeom/G4EzVoxelParameterization.hh rename to environments/g4py/tests/g4pytest/ezgeom/G4EzVoxelParameterization.hh index 9dda750620..dd8d97632e 100644 --- a/environments/g4py/site-modules/geometries/ezgeom/G4EzVoxelParameterization.hh +++ b/environments/g4py/tests/g4pytest/ezgeom/G4EzVoxelParameterization.hh @@ -47,14 +47,15 @@ protected: G4int nvoxels[3]; public: - G4EzVoxelParameterization(G4double ddx, G4double ddy, G4double ddz, + G4EzVoxelParameterization(G4double ddx, G4double ddy, G4double ddz, G4int nx, G4int ny, G4int nz); ~G4EzVoxelParameterization(); virtual void ComputeTransformation(const G4int copyNo, G4VPhysicalVolume* physVol) const; - + + using G4VPVParameterisation::ComputeDimensions; virtual void ComputeDimensions(G4Box& aBox, const G4int copyNo, const G4VPhysicalVolume* physVol) const; }; diff --git a/environments/g4py/site-modules/geometries/ezgeom/G4EzWorld.cc b/environments/g4py/tests/g4pytest/ezgeom/G4EzWorld.cc similarity index 100% rename from environments/g4py/site-modules/geometries/ezgeom/G4EzWorld.cc rename to environments/g4py/tests/g4pytest/ezgeom/G4EzWorld.cc diff --git a/environments/g4py/site-modules/geometries/ezgeom/G4EzWorld.hh b/environments/g4py/tests/g4pytest/ezgeom/G4EzWorld.hh similarity index 100% rename from environments/g4py/site-modules/geometries/ezgeom/G4EzWorld.hh rename to environments/g4py/tests/g4pytest/ezgeom/G4EzWorld.hh diff --git a/environments/g4py/tests/g4pytest/ezgeom/__init__.py b/environments/g4py/tests/g4pytest/ezgeom/__init__.py new file mode 100644 index 0000000000..e74f584ed2 --- /dev/null +++ b/environments/g4py/tests/g4pytest/ezgeom/__init__.py @@ -0,0 +1 @@ +from ._ezgeom import * \ No newline at end of file diff --git a/environments/g4py/site-modules/geometries/ezgeom/pyEzgeom.cc b/environments/g4py/tests/g4pytest/ezgeom/pyEzgeom.cc similarity index 99% rename from environments/g4py/site-modules/geometries/ezgeom/pyEzgeom.cc rename to environments/g4py/tests/g4pytest/ezgeom/pyEzgeom.cc index b1506791cd..e7f72716e3 100644 --- a/environments/g4py/site-modules/geometries/ezgeom/pyEzgeom.cc +++ b/environments/g4py/tests/g4pytest/ezgeom/pyEzgeom.cc @@ -112,7 +112,7 @@ using namespace pyEZgeom; // Expose to Python // ==================================================================== -BOOST_PYTHON_MODULE(ezgeom) { +BOOST_PYTHON_MODULE(_ezgeom) { class_("G4EzVolume", "an easy way of geometry configuration") .def(init()) diff --git a/environments/g4py/tests/gtest01/CMakeLists.txt b/environments/g4py/tests/gtest01/CMakeLists.txt index a3ab4b79ac..d8d4d387d1 100644 --- a/environments/g4py/tests/gtest01/CMakeLists.txt +++ b/environments/g4py/tests/gtest01/CMakeLists.txt @@ -1,14 +1,4 @@ -# add teting - -add_test(gtest01 python test.py) - -if (${PYTHON_VERSION_MAJOR} MATCHES "2") - configure_file(test.py test.py) -elseif (${PYTHON_VERSION_MAJOR} MATCHES "3") - configure_file(python3/test.py test.py) -endif() - -set_property(TEST gtest01 - PROPERTY ENVIRONMENT - PYTHONPATH=./module:${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR} - ) +add_subdirectory(module) +configure_file(test.py test.py) +add_test(NAME geant4py-test01 COMMAND ${PYTHON_EXECUTABLE} test.py) +set_tests_properties(geant4py-test01 PROPERTIES ENVIRONMENT "PYTHONPATH=${GEANT4_PYTHON_OUTPUT_DIR};${GEANT4_TEST_ENVIRONMENT}") diff --git a/environments/g4py/tests/gtest01/module/CMakeLists.txt b/environments/g4py/tests/gtest01/module/CMakeLists.txt index ab982a2359..9e6c0d446c 100644 --- a/environments/g4py/tests/gtest01/module/CMakeLists.txt +++ b/environments/g4py/tests/gtest01/module/CMakeLists.txt @@ -1,17 +1,8 @@ # - build test library -include_directories( - ${PYTHON_INCLUDE_PATH} - ${Boost_INCLUDE_DIRS} - ${GEANT4_INCLUDE_DIR} -) - -link_directories (${GEANT4_LIBRARY_DIR} ${Boost_LIBRARY_DIRS}) - # library set(_TARGET gtest01) -add_library( - ${_TARGET} SHARED +g4py_add_module(${_TARGET} Particles.cc PhysicsListEMstd.cc QDetectorConstruction.cc @@ -21,14 +12,5 @@ add_library( QPrimaryGeneratorAction.cc gtest01.cc ) +target_link_libraries(${_TARGET} PRIVATE G4particles G4processes G4run) -set_target_properties(${_TARGET} PROPERTIES PREFIX "") -set_target_properties(${_TARGET} PROPERTIES OUTPUT_NAME "gtest01") -set_target_properties(${_TARGET} PROPERTIES SUFFIX ".so") - -target_link_libraries (${_TARGET} - ${GEANT4_LIBRARIES_WITH_VIS} ${BOOST_PYTHON_LIB} - ${PYTHON_LIBRARIES}) - -# install -install(TARGETS ${_TARGET} LIBRARY DESTINATION ${TEST_MODULES_INSTALL_DIR}) diff --git a/environments/g4py/tests/gtest01/module/QDetectorConstruction.cc b/environments/g4py/tests/gtest01/module/QDetectorConstruction.cc index 3263e63e4b..3863c82ecf 100644 --- a/environments/g4py/tests/gtest01/module/QDetectorConstruction.cc +++ b/environments/g4py/tests/gtest01/module/QDetectorConstruction.cc @@ -46,7 +46,6 @@ // constants (detector parameters) static const G4double DXYZ_AREA= 30.*cm; -static const G4double DW= 10.*cm; ////////////////////////////////////////////// QDetectorConstruction::QDetectorConstruction() @@ -70,18 +69,18 @@ G4VPhysicalVolume* QDetectorConstruction::Construct() // ============================================================== // world volume // ============================================================== - G4Box* areaSolid= new G4Box("AREA", + G4Box* areaSolid= new G4Box("AREA", DXYZ_AREA/2., DXYZ_AREA/2., DXYZ_AREA/2.); G4Material* vacuum= G4Material::GetMaterial("Vacuum"); G4LogicalVolume* areaLV= new G4LogicalVolume(areaSolid, vacuum, "AREA_LV"); - G4PVPlacement* area= new G4PVPlacement(0, G4ThreeVector(), "AREA_PV", + G4PVPlacement* area= new G4PVPlacement(0, G4ThreeVector(), "AREA_PV", areaLV, 0, false, 0); // vis. attributes va= new G4VisAttributes(G4Color(1.,1.,1.)); va-> SetForceWireframe(true); areaLV-> SetVisAttributes(va); - + // ============================================================== // detectors // ============================================================== @@ -102,8 +101,7 @@ G4VPhysicalVolume* QDetectorConstruction::Construct() for (ix=-7; ix<=7; ix++) { G4double x0= (2.*ix)*cm; G4double z0= (-13.+2.*iz)*cm; - G4PVPlacement* pvoxel= new - G4PVPlacement(0, G4ThreeVector(x0, 0., z0), + /*G4PVPlacement* pvoxel=*/ new G4PVPlacement(0, G4ThreeVector(x0, 0., z0), lvoxel, "voxel", areaLV, false, index); index++; } @@ -120,10 +118,9 @@ G4VPhysicalVolume* QDetectorConstruction::Construct() G4RotationMatrix* rmtube= new G4RotationMatrix; rmtube-> rotateX(-90.*deg); - G4PVPlacement* ptube= new - G4PVPlacement(rmtube, G4ThreeVector(), + /*G4PVPlacement* ptube=*/ new G4PVPlacement(rmtube, G4ThreeVector(), ltube, "tube", lvoxel, false, 0); - + // cal const G4double dxycal= 25.*mm; const G4double dzcal= 3.*cm; @@ -137,8 +134,7 @@ G4VPhysicalVolume* QDetectorConstruction::Construct() index= 0; for (ix=-2; ix<=2; ix++) { G4double x0= (5.*ix)*cm; - G4PVPlacement* pcal= new - G4PVPlacement(0, G4ThreeVector(x0, 0., 2.*cm), + /*G4PVPlacement* pcal=*/ new G4PVPlacement(0, G4ThreeVector(x0, 0., 2.*cm), lcal, "cal", areaLV, false, index); index++; } diff --git a/environments/g4py/tests/gtest01/module/QEventAction.cc b/environments/g4py/tests/gtest01/module/QEventAction.cc index 7682cfdeba..b26aa86379 100644 --- a/environments/g4py/tests/gtest01/module/QEventAction.cc +++ b/environments/g4py/tests/gtest01/module/QEventAction.cc @@ -52,7 +52,7 @@ QEventAction::~QEventAction() //////////////////////////////////////////////////////////// -void QEventAction::BeginOfEventAction(const G4Event* aevent) +void QEventAction::BeginOfEventAction(const G4Event* /*aevent*/) //////////////////////////////////////////////////////////// { G4cout << "QEventAction::BofEA is called." << G4endl; @@ -60,7 +60,7 @@ void QEventAction::BeginOfEventAction(const G4Event* aevent) ////////////////////////////////////////////////////////// -void QEventAction::EndOfEventAction(const G4Event* aevent) +void QEventAction::EndOfEventAction(const G4Event* /*aevent*/) ////////////////////////////////////////////////////////// { G4cout << "QEventAction::EofEA is called." << G4endl; diff --git a/environments/g4py/tests/gtest01/module/QMaterials.cc b/environments/g4py/tests/gtest01/module/QMaterials.cc index 75effc1fa5..a62e45314c 100644 --- a/environments/g4py/tests/gtest01/module/QMaterials.cc +++ b/environments/g4py/tests/gtest01/module/QMaterials.cc @@ -71,7 +71,7 @@ void QMaterials::Construct() G4Element* elAr = new G4Element("Argon", "Ar", Z=18., A= 39.948*g/mole); G4Element* elI = new G4Element("Iodine", "I", Z=53., A= 126.90447*g/mole); G4Element* elCs = new G4Element("Cesium", "Cs", Z=55., A= 132.90543*g/mole); - + // ------------------------------------------------------------------------ // Materials // ------------------------------------------------------------------------ @@ -79,7 +79,7 @@ void QMaterials::Construct() G4int natoms, nel; // temperature of experimental hall is controlled at 20 degree. - const G4double expTemp= STP_Temperature+20.*kelvin; + const G4double expTemp= STP_Temperature+20.*kelvin; // vacuum density= universe_mean_density; @@ -89,7 +89,7 @@ void QMaterials::Construct() // air density= 1.2929e-03 *g/cm3; // at 20 degree - G4Material* Air= new G4Material("Air", density, nel=3, + G4Material* Air= new G4Material("Air", density, nel=3, kStateGas, expTemp); G4double ttt= 75.47+23.20+1.28; Air-> AddElement(elN, massfraction= 75.47/ttt); @@ -112,29 +112,29 @@ void QMaterials::Construct() // Ar(50%) + ethane(50%) mixture density= (denAr+denEthane)/2.; G4Material* ArEthane= new G4Material("ArEthane", density, nel=2, - kStateGas, expTemp); + kStateGas, expTemp); ArEthane-> AddMaterial(Ar, massfraction= denAr/density/2.); ArEthane-> AddMaterial(Ethane, massfraction= denEthane/density/2.); // silicon A= 28.0855 *g/mole; density= 2.33 *g/cm3; - G4Material* Si= new G4Material("SiliconWafer", Z=14., A, density); + /*G4Material* Si=*/ new G4Material("SiliconWafer", Z=14., A, density); // alminium A= 26.98 *g/mole; density= 2.70 *g/cm3; - G4Material* Al= new G4Material("Al", Z=13., A, density); + /*G4Material* Al=*/ new G4Material("Al", Z=13., A, density); // iron A= 55.847 *g/mole; density= 7.87 *g/cm3; - G4Material* Fe= new G4Material("Iron", Z=26., A, density); + /*G4Material* Fe=*/ new G4Material("Iron", Z=26., A, density); // lead A= 207.2 *g/mole; density= 11.35 *g/cm3; - G4Material* Pb= new G4Material("Lead", Z=82., A, density); + /*G4Material* Pb=*/ new G4Material("Lead", Z=82., A, density); // scintillator (Polystyene(C6H5CH=CH2)) density= 1.032 *g/cm3; diff --git a/environments/g4py/tests/gtest01/python3/test.py b/environments/g4py/tests/gtest01/python3/test.py deleted file mode 100755 index 5ce0964dd8..0000000000 --- a/environments/g4py/tests/gtest01/python3/test.py +++ /dev/null @@ -1,118 +0,0 @@ -#!/usr/bin/python3 -# ================================================================== -# python script for Geant4Py test -# -# gtest01 -# - check basic control flow -# ================================================================== -from Geant4 import * -import gtest01 -import random - -# ================================================================== -# user actions in python -# ================================================================== -class MyPrimaryGeneratorAction(G4VUserPrimaryGeneratorAction): - "My Primary Generator Action" - - def __init__(self): - G4VUserPrimaryGeneratorAction.__init__(self) - self.particleGun= G4ParticleGun(1) - - def GeneratePrimaries(self, event): - #dx= random.gauss(0., 0.1) - dx=0. - self.particleGun.SetParticleMomentumDirection(G4ThreeVector(dx, 0., 1.)) - self.particleGun.GeneratePrimaryVertex(event) - -# ------------------------------------------------------------------ -class MyRunAction(G4UserRunAction): - "My Run Action" - - def BeginOfRunAction(self, run): - print("*** #event to be processed (BRA)=", - run.GetNumberOfEventToBeProcessed()) - - def EndOfRunAction(self, run): - print("*** run end run(ERA)=", run.GetRunID()) - -# ------------------------------------------------------------------ -class MyEventAction(G4UserEventAction): - "My Event Action" - - #def BeginOfEventAction(self, event): - #print("*** current event (BEA)=", event.GetEventID()) - # pass - - #def EndOfEventAction(self, event): - #print("*** current event (EEA)=", event.GetEventID()) - -# ------------------------------------------------------------------ -class MySteppingAction(G4UserSteppingAction): - "My Stepping Action" - - def UserSteppingAction(self, step): - #print("*** dE/dx in current step=", step.GetTotalEnergyDeposit()) - track= step.GetTrack() - touchable= track.GetTouchable() - pv= touchable.GetVolume() - #print(pv.GetCopyNo()) - #print(touchable.GetReplicaNumber(0)) - -# ------------------------------------------------------------------ -class MyField(G4MagneticField): - "My Magnetic Field" - - def GetFieldValue(self, pos, time): - bfield= G4ThreeVector() - bfield.x= 0. - bfield.y= 5.*tesla - bfield.z= 0. - return bfield - -# ================================================================== -# main -# ================================================================== -qMaterials= gtest01.QMaterials() -qMaterials.Construct() - -qDC= gtest01.QDetectorConstruction() -gRunManager.SetUserInitialization(qDC) - -qPL= gtest01.QPhysicsList() -gRunManager.SetUserInitialization(qPL) - -# set user actions... -#qPGA= gtest01.QPrimaryGeneratorAction() -myPGA= MyPrimaryGeneratorAction() -gRunManager.SetUserAction(myPGA) - -#myRA= MyRunAction() -#gRunManager.SetUserAction(myRA) - -myEA= MyEventAction() -gRunManager.SetUserAction(myEA) - -mySA= MySteppingAction() -gRunManager.SetUserAction(mySA) - -# set particle gun -#ApplyUICommand("/control/execute gun.mac") -#pg= qPGA.GetParticleGun() -pg= myPGA.particleGun -pg.SetParticleByName("e-") -pg.SetParticleEnergy(200.*MeV) -pg.SetParticlePosition(G4ThreeVector(0.,0.,-14.9)*cm) - -# magnetic field -fieldMgr= gTransportationManager.GetFieldManager() -myField= G4UniformMagField(G4ThreeVector(0.,10.*tesla,0.)) -#myField= MyField() -fieldMgr.SetDetectorField(myField) -fieldMgr.CreateChordFinder(myField) - -gRunManager.Initialize() - -# beamOn -gRunManager.BeamOn(10) -gTerminate() diff --git a/environments/g4py/tests/gtest01/test.py b/environments/g4py/tests/gtest01/test.py index 2a2bfe6215..5ce0964dd8 100755 --- a/environments/g4py/tests/gtest01/test.py +++ b/environments/g4py/tests/gtest01/test.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # ================================================================== # python script for Geant4Py test # @@ -30,34 +30,34 @@ class MyRunAction(G4UserRunAction): "My Run Action" def BeginOfRunAction(self, run): - print "*** #event to be processed (BRA)=", - run.GetNumberOfEventToBeProcessed() + print("*** #event to be processed (BRA)=", + run.GetNumberOfEventToBeProcessed()) def EndOfRunAction(self, run): - print "*** run end run(ERA)=", run.GetRunID() + print("*** run end run(ERA)=", run.GetRunID()) # ------------------------------------------------------------------ class MyEventAction(G4UserEventAction): "My Event Action" #def BeginOfEventAction(self, event): - #print "*** current event (BEA)=", event.GetEventID() + #print("*** current event (BEA)=", event.GetEventID()) # pass #def EndOfEventAction(self, event): - # print "*** current event (EEA)=", event.GetEventID() + #print("*** current event (EEA)=", event.GetEventID()) # ------------------------------------------------------------------ class MySteppingAction(G4UserSteppingAction): "My Stepping Action" def UserSteppingAction(self, step): - #print "*** dE/dx in current step=", step.GetTotalEnergyDeposit() + #print("*** dE/dx in current step=", step.GetTotalEnergyDeposit()) track= step.GetTrack() touchable= track.GetTouchable() pv= touchable.GetVolume() - #print pv.GetCopyNo() - #print touchable.GetReplicaNumber(0) + #print(pv.GetCopyNo()) + #print(touchable.GetReplicaNumber(0)) # ------------------------------------------------------------------ class MyField(G4MagneticField): @@ -115,3 +115,4 @@ gRunManager.Initialize() # beamOn gRunManager.BeamOn(10) +gTerminate() diff --git a/environments/g4py/tests/gtest02/CMakeLists.txt b/environments/g4py/tests/gtest02/CMakeLists.txt index 4312f6662a..364712d62c 100644 --- a/environments/g4py/tests/gtest02/CMakeLists.txt +++ b/environments/g4py/tests/gtest02/CMakeLists.txt @@ -1,14 +1,3 @@ -# add teting - -add_test(gtest02 python test.py) - -if (${PYTHON_VERSION_MAJOR} MATCHES "2") - configure_file(test.py test.py) -elseif (${PYTHON_VERSION_MAJOR} MATCHES "3") - configure_file(python3/test.py test.py) -endif() - -set_property(TEST gtest02 - PROPERTY ENVIRONMENT - PYTHONPATH=./module:${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR} - ) +configure_file(test.py test.py) +add_test(NAME geant4py-test02 COMMAND ${PYTHON_EXECUTABLE} test.py) +set_tests_properties(geant4py-test02 PROPERTIES ENVIRONMENT "PYTHONPATH=${GEANT4_PYTHON_OUTPUT_DIR};${GEANT4_TEST_ENVIRONMENT}") diff --git a/environments/g4py/tests/gtest02/python3/test.py b/environments/g4py/tests/gtest02/python3/test.py deleted file mode 100755 index 9b56c8abed..0000000000 --- a/environments/g4py/tests/gtest02/python3/test.py +++ /dev/null @@ -1,133 +0,0 @@ -#!/usr/bin/python3 -# ================================================================== -# python script for Geant4Py test -# -# gtest02 -# - test for using site-module packages -# ================================================================== -from Geant4 import * -import g4py.Qmaterials, g4py.NISTmaterials -import g4py.Qgeom, g4py.ExN01geom, g4py.ExN03geom -import g4py.ExN01pl, g4py.EMSTDpl -import g4py.ParticleGun, g4py.MedicalBeam - -# ================================================================== -# user setup -# ================================================================== - -# ------------------------------------------------------------------ -# Setup-0 (Q) -# ------------------------------------------------------------------ -def Setup0(): - # simple materials for Qgeom - g4py.Qmaterials.Construct() - - # NIST materials - #g4py.NISTmaterials.Construct() - - # normal way for constructing user geometry - #qDC= g4py.Qgeom.QDetectorConstruction() - #gRunManager.SetUserInitialization(qDC) - - # 2nd way, short-cut way - g4py.Qgeom.Construct() - - # primary - global primary_position, primary_direction - primary_position= G4ThreeVector(0.,0., -14.9*cm) - primary_direction= G4ThreeVector(0.2, 0., 1.) - - -# ------------------------------------------------------------------ -# Setup-1 (ExampleN01) -# ------------------------------------------------------------------ -def Setup1(): - g4py.ExN01geom.Construct() - - global primary_position, primary_direction - primary_position= G4ThreeVector(-2.5*m, 0., 0.) - primary_direction= G4ThreeVector(1., 0., 0.) - - -# ------------------------------------------------------------------ -# Setup-3 (ExampleN03) -# ------------------------------------------------------------------ -def Setup3(): - #exN03geom= g4py.ExN03geom.ExN03DetectorConstruction() - #gRunManager.SetUserInitialization(exN03geom) - - g4py.ExN03geom.Construct() - - global primary_position, primary_direction - primary_position= G4ThreeVector(-1.*m, 0., 0.) - primary_direction= G4ThreeVector(1., 0., 0.) - - -# ================================================================== -# main -# ================================================================== -# ------------------------------------------------------------------ -# randum number -# ------------------------------------------------------------------ -rand_engine= Ranlux64Engine() -HepRandom.setTheEngine(rand_engine) -HepRandom.setTheSeed(20050830) - -# ------------------------------------------------------------------ -# user setup -# ------------------------------------------------------------------ -Setup0() -#Setup1() -#Setup3() - - -# ------------------------------------------------------------------ -# setup for physics list -# ------------------------------------------------------------------ -# normal way for constructing user physics list -#exN01PL= ExN01PhysicsList.ExN01PhysicsList() -#gRunManager.SetUserInitialization(exN01PL) - -# 2nd way, short-cut way -# geantino + transportation -#g4py.ExN01pl.Construct() - -# electron/gamma standard EM -g4py.EMSTDpl.Construct() - -# ------------------------------------------------------------------ -# setup for primary generator action -# ------------------------------------------------------------------ -# ------------ -# Particle Gun -# ------------ -# normal way for constructing user physics list -#pgPGA= g4py.ParticleGun.ParticleGunAction() -#gRunManager.SetUserAction(pgPGA) -#pg= pgPGA.GetParticleGun() - -# 2nd way, short-cut way -pg= g4py.ParticleGun.Construct() - -# set parameters of particle gun -pg.SetParticleByName("e-") -pg.SetParticleEnergy(300.*MeV) -pg.SetParticlePosition(primary_position) -pg.SetParticleMomentumDirection(primary_direction) - -# ------------ -# Medical Beam -# ------------ -#beam= g4py.MedicalBeam.Construct() - -# ------------------------------------------------------------------ -# go... -# ------------------------------------------------------------------ -gRunManager.Initialize() - -# visualization -gApplyUICommand("/control/execute vis.mac") - -# beamOn -#gRunManager.BeamOn(3) - diff --git a/environments/g4py/tests/gtest02/test.py b/environments/g4py/tests/gtest02/test.py index 72a23df508..3010c10bdc 100755 --- a/environments/g4py/tests/gtest02/test.py +++ b/environments/g4py/tests/gtest02/test.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # ================================================================== # python script for Geant4Py test # @@ -6,10 +6,10 @@ # - test for using site-module packages # ================================================================== from Geant4 import * -import g4py.Qmaterials, g4py.NISTmaterials -import g4py.Qgeom, g4py.ExN01geom, g4py.ExN03geom -import g4py.ExN01pl, g4py.EMSTDpl -import g4py.ParticleGun, g4py.MedicalBeam +import g4pytest.Qmaterials, g4pytest.NISTmaterials +import g4pytest.Qgeom, g4pytest.ExN01geom, g4pytest.ExN03geom +import g4pytest.ExN01pl, g4pytest.EMSTDpl +import g4pytest.ParticleGun, g4pytest.MedicalBeam # ================================================================== # user setup @@ -20,17 +20,17 @@ import g4py.ParticleGun, g4py.MedicalBeam # ------------------------------------------------------------------ def Setup0(): # simple materials for Qgeom - g4py.Qmaterials.Construct() + g4pytest.Qmaterials.Construct() # NIST materials - #g4py.NISTmaterials.Construct() - + #g4pytest.NISTmaterials.Construct() + # normal way for constructing user geometry - #qDC= g4py.Qgeom.QDetectorConstruction() + #qDC= g4pytest.Qgeom.QDetectorConstruction() #gRunManager.SetUserInitialization(qDC) # 2nd way, short-cut way - g4py.Qgeom.Construct() + g4pytest.Qgeom.Construct() # primary global primary_position, primary_direction @@ -42,7 +42,7 @@ def Setup0(): # Setup-1 (ExampleN01) # ------------------------------------------------------------------ def Setup1(): - g4py.ExN01geom.Construct() + g4pytest.ExN01geom.Construct() global primary_position, primary_direction primary_position= G4ThreeVector(-2.5*m, 0., 0.) @@ -53,10 +53,10 @@ def Setup1(): # Setup-3 (ExampleN03) # ------------------------------------------------------------------ def Setup3(): - #exN03geom= g4py.ExN03geom.ExN03DetectorConstruction() + #exN03geom= g4pytest.ExN03geom.ExN03DetectorConstruction() #gRunManager.SetUserInitialization(exN03geom) - g4py.ExN03geom.Construct() + g4pytest.ExN03geom.Construct() global primary_position, primary_direction primary_position= G4ThreeVector(-1.*m, 0., 0.) @@ -71,7 +71,7 @@ def Setup3(): # ------------------------------------------------------------------ rand_engine= Ranlux64Engine() HepRandom.setTheEngine(rand_engine) -HepRandom.setTheSeed(20050830L) +HepRandom.setTheSeed(20050830) # ------------------------------------------------------------------ # user setup @@ -90,10 +90,10 @@ Setup0() # 2nd way, short-cut way # geantino + transportation -#g4py.ExN01pl.Construct() +#g4pytest.ExN01pl.Construct() # electron/gamma standard EM -g4py.EMSTDpl.Construct() +g4pytest.EMSTDpl.Construct() # ------------------------------------------------------------------ # setup for primary generator action @@ -102,12 +102,12 @@ g4py.EMSTDpl.Construct() # Particle Gun # ------------ # normal way for constructing user physics list -#pgPGA= g4py.ParticleGun.ParticleGunAction() +#pgPGA= g4pytest.ParticleGun.ParticleGunAction() #gRunManager.SetUserAction(pgPGA) #pg= pgPGA.GetParticleGun() # 2nd way, short-cut way -pg= g4py.ParticleGun.Construct() +pg= g4pytest.ParticleGun.Construct() # set parameters of particle gun pg.SetParticleByName("e-") @@ -118,12 +118,16 @@ pg.SetParticleMomentumDirection(primary_direction) # ------------ # Medical Beam # ------------ -#beam= g4py.MedicalBeam.Construct() +#beam= g4pytest.MedicalBeam.Construct() # ------------------------------------------------------------------ # go... # ------------------------------------------------------------------ gRunManager.Initialize() +# visualization +gApplyUICommand("/control/execute vis.mac") + # beamOn -gRunManager.BeamOn(10) +#gRunManager.BeamOn(3) + diff --git a/environments/g4py/tests/gtest03/CMakeLists.txt b/environments/g4py/tests/gtest03/CMakeLists.txt index 5f31853305..12591040b2 100644 --- a/environments/g4py/tests/gtest03/CMakeLists.txt +++ b/environments/g4py/tests/gtest03/CMakeLists.txt @@ -1,14 +1,3 @@ -# add teting - -add_test(gtest03 python test.py) - -if (${PYTHON_VERSION_MAJOR} MATCHES "2") - configure_file(test.py test.py) -elseif (${PYTHON_VERSION_MAJOR} MATCHES "3") - configure_file(python3/test.py test.py) -endif() - -set_property(TEST gtest03 - PROPERTY ENVIRONMENT - PYTHONPATH=./module:${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR} - ) +configure_file(test.py test.py) +add_test(NAME geant4py-test03 COMMAND ${PYTHON_EXECUTABLE} test.py) +set_tests_properties(geant4py-test03 PROPERTIES ENVIRONMENT "PYTHONPATH=${GEANT4_PYTHON_OUTPUT_DIR};${GEANT4_TEST_ENVIRONMENT}") diff --git a/environments/g4py/tests/gtest03/python3/test.py b/environments/g4py/tests/gtest03/python3/test.py deleted file mode 100755 index 8072373302..0000000000 --- a/environments/g4py/tests/gtest03/python3/test.py +++ /dev/null @@ -1,100 +0,0 @@ -#!/usr/bin/python3 -# ================================================================== -# python script for Geant4Py test -# -# gtest02 -# - test for using site-module packages -# ================================================================== -from Geant4 import * -import g4py.NISTmaterials -import g4py.ezgeom -from g4py.ezgeom import G4EzVolume -import g4py.EMSTDpl -import g4py.ParticleGun - -# ================================================================== -# intialize -# ================================================================== -def Configure(): - # ------------------------------------------------------------------ - # setup for materials - # ------------------------------------------------------------------ - # simple materials for Qgeom - g4py.NISTmaterials.Construct() - - # ------------------------------------------------------------------ - # setup for geometry - # ------------------------------------------------------------------ - #g4py.Qgeom.Construct() - g4py.ezgeom.Construct() # initialize - - # ------------------------------------------------------------------ - # setup for physics list - # ------------------------------------------------------------------ - g4py.EMSTDpl.Construct() - - # ------------------------------------------------------------------ - # setup for primary generator action - # ------------------------------------------------------------------ - g4py.ParticleGun.Construct() - gControlExecute("gun.mac") - -# ================================================================== -# constructing geometry -# ================================================================== -def ConstructGeom(): - print("* Constructing geometry...") - # reset world material - air= G4Material.GetMaterial("G4_AIR") - g4py.ezgeom.SetWorldMaterial(air) - - # target - global target - target= G4EzVolume("Target") - au= G4Material.GetMaterial("G4_Au") - target.CreateTubeVolume(au, 0., 1.*cm, 1.*mm) - target.PlaceIt(G4ThreeVector(0.,0.,-10.*cm)) - - # dummy box - global detector_box, detector_box_pv - detector_box= G4EzVolume("DetectorBox") - detector_box.CreateBoxVolume(air, 20.*cm, 20.*cm, 40.*cm) - detector_box_pv= detector_box.PlaceIt(G4ThreeVector(0.,0.,20.*cm)) - - # calorimeter - global cal - cal= G4EzVolume("Calorimeter") - nai= G4Material.GetMaterial("G4_SODIUM_IODIDE") - cal.CreateBoxVolume(nai, 5.*cm, 5.*cm, 30.*cm) - dd= 5.*cm - for ical in range(-1, 2): - calPos= G4ThreeVector(dd*ical, 0., 0.) - print(calPos) - cal.PlaceIt(calPos, ical+1, detector_box) - - -# ================================================================== -# main -# ================================================================== -# ------------------------------------------------------------------ -# randum number -# ------------------------------------------------------------------ -rand_engine= Ranlux64Engine() -HepRandom.setTheEngine(rand_engine) -HepRandom.setTheSeed(20050830) - -# setup... -Configure() -ConstructGeom() - -# ------------------------------------------------------------------ -# go... -# ------------------------------------------------------------------ -gRunManager.Initialize() - -# visualization -gControlExecute("vis.mac") - -# beamOn -#gRunManager.BeamOn(3) - diff --git a/environments/g4py/tests/gtest03/test.py b/environments/g4py/tests/gtest03/test.py index 5dd1c8d1ee..e5afa1cf1d 100755 --- a/environments/g4py/tests/gtest03/test.py +++ b/environments/g4py/tests/gtest03/test.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # ================================================================== # python script for Geant4Py test # @@ -6,11 +6,11 @@ # - test for using site-module packages # ================================================================== from Geant4 import * -import g4py.NISTmaterials -import g4py.ezgeom -from g4py.ezgeom import G4EzVolume -import g4py.EMSTDpl -import g4py.ParticleGun +import g4pytest.NISTmaterials +import g4pytest.ezgeom +from g4pytest.ezgeom import G4EzVolume +import g4pytest.EMSTDpl +import g4pytest.ParticleGun # ================================================================== # intialize @@ -20,33 +20,33 @@ def Configure(): # setup for materials # ------------------------------------------------------------------ # simple materials for Qgeom - g4py.NISTmaterials.Construct() + g4pytest.NISTmaterials.Construct() # ------------------------------------------------------------------ # setup for geometry # ------------------------------------------------------------------ - #g4py.Qgeom.Construct() - g4py.ezgeom.Construct() # initialize + #g4pytest.Qgeom.Construct() + g4pytest.ezgeom.Construct() # initialize # ------------------------------------------------------------------ # setup for physics list # ------------------------------------------------------------------ - g4py.EMSTDpl.Construct() + g4pytest.EMSTDpl.Construct() # ------------------------------------------------------------------ # setup for primary generator action # ------------------------------------------------------------------ - g4py.ParticleGun.Construct() + g4pytest.ParticleGun.Construct() gControlExecute("gun.mac") # ================================================================== # constructing geometry # ================================================================== def ConstructGeom(): - print "* Constructing geometry..." + print("* Constructing geometry...") # reset world material air= G4Material.GetMaterial("G4_AIR") - g4py.ezgeom.SetWorldMaterial(air) + g4pytest.ezgeom.SetWorldMaterial(air) # target global target @@ -69,7 +69,7 @@ def ConstructGeom(): dd= 5.*cm for ical in range(-1, 2): calPos= G4ThreeVector(dd*ical, 0., 0.) - print calPos + print(calPos) cal.PlaceIt(calPos, ical+1, detector_box) @@ -81,7 +81,7 @@ def ConstructGeom(): # ------------------------------------------------------------------ rand_engine= Ranlux64Engine() HepRandom.setTheEngine(rand_engine) -HepRandom.setTheSeed(20050830L) +HepRandom.setTheSeed(20050830) # setup... Configure() @@ -92,5 +92,9 @@ ConstructGeom() # ------------------------------------------------------------------ gRunManager.Initialize() +# visualization +gControlExecute("vis.mac") + # beamOn -gRunManager.BeamOn(10) +#gRunManager.BeamOn(3) + diff --git a/environments/g4py/tests/gtest04/CMakeLists.txt b/environments/g4py/tests/gtest04/CMakeLists.txt index 17cb18c422..03db192990 100644 --- a/environments/g4py/tests/gtest04/CMakeLists.txt +++ b/environments/g4py/tests/gtest04/CMakeLists.txt @@ -1,14 +1,3 @@ -# add teting - -add_test(gtest04 python test.py) - -if (${PYTHON_VERSION_MAJOR} MATCHES "2") - configure_file(test.py test.py) -elseif (${PYTHON_VERSION_MAJOR} MATCHES "3") - configure_file(python3/test.py test.py) -endif() - -set_property(TEST gtest04 - PROPERTY ENVIRONMENT - PYTHONPATH=./module:${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR} - ) +configure_file(test.py test.py) +add_test(NAME geant4py-test04 COMMAND ${PYTHON_EXECUTABLE} test.py) +set_tests_properties(geant4py-test04 PROPERTIES ENVIRONMENT "PYTHONPATH=${GEANT4_PYTHON_OUTPUT_DIR};${GEANT4_TEST_ENVIRONMENT}") diff --git a/environments/g4py/tests/gtest04/python3/test.py b/environments/g4py/tests/gtest04/python3/test.py deleted file mode 100755 index 0ab4e802c8..0000000000 --- a/environments/g4py/tests/gtest04/python3/test.py +++ /dev/null @@ -1,36 +0,0 @@ -#!/usr/bin/python3 -# ================================================================== -# python script for Geant4Py test -# -# gtest04 -# - test for command tree and command information -# ================================================================== -from Geant4 import * - -def DumpTree(atree): - print("@@", atree.GetPathName(), "::", atree.GetTitle()) - ntree= atree.GetTreeEntry() - ncommand= atree.GetCommandEntry() - - for i in range(1, ncommand+1): - icommand= atree.GetCommand(i) - print(" **", icommand.GetCommandPath()) - print(" ", icommand.GetTitle()) - x= icommand.GetStateList() - - nparameter= icommand.GetParameterEntries() - for j in range(0, nparameter): - iparam= icommand.GetParameter(j) - print(" +", iparam.GetParameterName(), iparam.GetParameterType()) - - for i in range(1, ntree+1): - itree= atree.GetTree(i) - DumpTree(itree) - -# ================================================================== -# main -# ================================================================== -root_tree= gUImanager.GetTree() - -DumpTree(root_tree) - diff --git a/environments/g4py/tests/gtest04/test.py b/environments/g4py/tests/gtest04/test.py index b895ba7a90..62913aa409 100755 --- a/environments/g4py/tests/gtest04/test.py +++ b/environments/g4py/tests/gtest04/test.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # ================================================================== # python script for Geant4Py test # @@ -8,20 +8,20 @@ from Geant4 import * def DumpTree(atree): - print "@@", atree.GetPathName(), "::", atree.GetTitle() + print("@@", atree.GetPathName(), "::", atree.GetTitle()) ntree= atree.GetTreeEntry() ncommand= atree.GetCommandEntry() for i in range(1, ncommand+1): icommand= atree.GetCommand(i) - print " **", icommand.GetCommandPath() - print " ", icommand.GetTitle() + print(" **", icommand.GetCommandPath()) + print(" ", icommand.GetTitle()) x= icommand.GetStateList() nparameter= icommand.GetParameterEntries() for j in range(0, nparameter): iparam= icommand.GetParameter(j) - print " +", iparam.GetParameterName(), iparam.GetParameterType() + print(" +", iparam.GetParameterName(), iparam.GetParameterType()) for i in range(1, ntree+1): itree= atree.GetTree(i) diff --git a/environments/g4py/tests/gtest05/CMakeLists.txt b/environments/g4py/tests/gtest05/CMakeLists.txt index 051b23d562..23b597fdb4 100644 --- a/environments/g4py/tests/gtest05/CMakeLists.txt +++ b/environments/g4py/tests/gtest05/CMakeLists.txt @@ -1,14 +1,3 @@ -# add teting - -add_test(gtest05 python test.py) - -if (${PYTHON_VERSION_MAJOR} MATCHES "2") - configure_file(test.py test.py) -elseif (${PYTHON_VERSION_MAJOR} MATCHES "3") - configure_file(python3/test.py test.py) -endif() - -set_property(TEST gtest05 - PROPERTY ENVIRONMENT - PYTHONPATH=./module:${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR} - ) +configure_file(test.py test.py) +add_test(NAME geant4py-test05 COMMAND ${PYTHON_EXECUTABLE} test.py) +set_tests_properties(geant4py-test05 PROPERTIES ENVIRONMENT "PYTHONPATH=${GEANT4_PYTHON_OUTPUT_DIR};${GEANT4_TEST_ENVIRONMENT}") diff --git a/environments/g4py/tests/gtest05/python3/test.py b/environments/g4py/tests/gtest05/python3/test.py deleted file mode 100755 index 79a0a6d611..0000000000 --- a/environments/g4py/tests/gtest05/python3/test.py +++ /dev/null @@ -1,311 +0,0 @@ -#!/usr/bin/python3 -# ================================================================== -# python script for Geant4Py test -# -# gtest05 -# - test for CSG geometry construction in Python -# ================================================================== -from Geant4 import * -import g4py.ExN01pl, g4py.ParticleGun -import os, math - -# ================================================================== -# user actions in python -# ================================================================== -class MyDetectorConstruction(G4VUserDetectorConstruction): - "My Detector Construction" - - def __init__(self): - G4VUserDetectorConstruction.__init__(self) - self.air= gNistManager.FindOrBuildMaterial("G4_AIR") - self.lv_object= None - self.world= self.ConstructWorld() - - self.va_red= G4VisAttributes(G4Color(1.,0.,0.)) - self.va_cyan= G4VisAttributes(G4Color(0.,1.,1.)) - self.va_green= G4VisAttributes(G4Color(0.,1.,0.)) - self.va_blue= G4VisAttributes(G4Color(0.,0.,1.)) - self.va_magenta= G4VisAttributes(G4Color(1.,0.,1.)) - - # ----------------------------------------------------------------- - def ConstructWorld(self): - # Python has automatic garbage collection system. - # Geometry objects must be defined as GLOBAL not to be deleted. - global sld_world, lv_world, pv_world, va_world - - sld_world= G4Box("world", 1.*m, 1.*m, 1.*m) - lv_world= G4LogicalVolume(sld_world, self.air, "world") - pv_world= G4PVPlacement(G4Transform3D(), lv_world, "world", - None, False, 0) - - va_world= G4VisAttributes() - va_world.SetVisibility(False) - lv_world.SetVisAttributes(va_world) - - # solid object (dummy) - global sld_sld, lv_sld, pv_sld - sld_sld= G4Box("dummy", 10.*cm, 10.*cm, 10.*cm) - self.lv_object= lv_sld= G4LogicalVolume(sld_sld, self.air, "dummy") - pv_sld= G4PVPlacement(None, G4ThreeVector(), "dummy", lv_sld, - pv_world, False, 0) - - return pv_world - - # ----------------------------------------------------------------- - def ConstructBox(self): - global sld_box - sld_box= G4Box("box", 30.*cm, 40.*cm, 60.*cm) - self.lv_object.SetSolid(sld_box) - self.lv_object.SetVisAttributes(self.va_red) - gRunManager.GeometryHasBeenModified() - - # ----------------------------------------------------------------- - def ConstructTubs(self): - global sld_tubs - sld_tubs= G4Tubs("tubs", 10.*cm, 15.*cm, 20.*cm, 0., pi) - self.lv_object.SetSolid(sld_tubs) - self.lv_object.SetVisAttributes(self.va_cyan) - gRunManager.GeometryHasBeenModified() - - # ----------------------------------------------------------------- - def ConstructCons(self): - global sld_cons - sld_cons= G4Cons("cons", 5.*cm, 10.*cm, 20.*cm, 25.*cm, - 40.*cm, 0., 4./3.*pi) - self.lv_object.SetSolid(sld_cons) - self.lv_object.SetVisAttributes(self.va_green) - gRunManager.GeometryHasBeenModified() - - # ----------------------------------------------------------------- - def ConstructPara(self): - global sld_para - sld_para= G4Para("para", 30.*cm, 40.*cm, 60.*cm, pi/4., pi/8., 0.) - self.lv_object.SetSolid(sld_para) - self.lv_object.SetVisAttributes(self.va_blue) - gRunManager.GeometryHasBeenModified() - - # ----------------------------------------------------------------- - def ConstructTrd(self): - global sld_trd - sld_trd= G4Trd("trd", 30.*cm, 10.*cm, 40.*cm, 15.*cm, 60.*cm) - self.lv_object.SetSolid(sld_trd) - self.lv_object.SetVisAttributes(self.va_blue) - gRunManager.GeometryHasBeenModified() - - # ----------------------------------------------------------------- - def ConstructTrap(self): - global sld_trap - sld_trap= G4Trap("trap", 60.*cm, 20.*degree, 5.*degree, - 40.*cm, 30.*cm, 40.*cm, 10.*degree, - 16.*cm, 10*cm, 14.*cm, 10.*deg) - self.lv_object.SetSolid(sld_trap) - self.lv_object.SetVisAttributes(self.va_green) - gRunManager.GeometryHasBeenModified() - - # ----------------------------------------------------------------- - def ConstructSphere(self): - global sld_sphere - sld_sphere= G4Sphere("sphere", 100.*cm, 120.*cm, 0., 180.*deg, - 0., 180.*deg) - self.lv_object.SetSolid(sld_sphere) - self.lv_object.SetVisAttributes(self.va_cyan) - gRunManager.GeometryHasBeenModified() - - # ----------------------------------------------------------------- - def ConstructOrb(self): - global sld_orb - sld_orb= G4Orb("orb", 100.*cm) - self.lv_object.SetSolid(sld_orb) - self.lv_object.SetVisAttributes(self.va_red) - gRunManager.GeometryHasBeenModified() - - # ----------------------------------------------------------------- - def ConstructTorus(self): - global sld_torus - sld_torus= G4Torus("torus", 40.*cm, 60.*cm, 200.*cm, 0., 90.*deg) - self.lv_object.SetSolid(sld_torus) - self.lv_object.SetVisAttributes(self.va_magenta) - gRunManager.GeometryHasBeenModified() - - # ----------------------------------------------------------------- - def ConstructPolycone(self): - zvec= G4doubleVector() - rinvec= G4doubleVector() - routvec= G4doubleVector() - - zvec[:]= [ 5.*cm, 7.*cm, 9.*cm, 11.*cm, 25.*cm, 27.*cm, 29.*cm, - 31.*cm, 35.*cm ] - rinvec[:]= [0.,0.,0.,0.,0.,0.,0.,0.,0.] - routvec[:]= [ 0., 10.*cm, 10.*cm, 5.*cm, 5.*cm, 10.*cm, - 10.*cm, 2.*cm, 2.*cm ] - - global sld_pcon - sld_pcon= CreatePolycone("pcon", 0., twopi, 9, zvec, rinvec,routvec) - self.lv_object.SetSolid(sld_pcon) - self.lv_object.SetVisAttributes(self.va_cyan) - gRunManager.GeometryHasBeenModified() - - # ----------------------------------------------------------------- - def ConstructPolyhedra(self): - zvec= G4doubleVector() - rinvec= G4doubleVector() - routvec= G4doubleVector() - - zvec[:]= [ 0., 5.*cm, 8.*cm, 13.*cm, 30.*cm, 32.*cm, 35.*cm ] - rinvec[:]= [0.,0.,0.,0.,0.,0.,0. ] - routvec[:]= [ 0., 15.*cm, 15.*cm, 4.*cm, 4.*cm, 10.*cm, 10.*cm ] - - global sld_pgon - sld_pgon= CreatePolyhedra("pgon", 0., twopi, 5, 7, zvec, rinvec,routvec) - self.lv_object.SetSolid(sld_pgon) - self.lv_object.SetVisAttributes(self.va_green) - gRunManager.GeometryHasBeenModified() - - # ----------------------------------------------------------------- - def ConstructEllipticalTube(self): - global sld_et - sld_et= G4EllipticalTube("ellipticaltube", 5.*cm, 10.*cm, 20.*cm) - self.lv_object.SetSolid(sld_et) - self.lv_object.SetVisAttributes(self.va_cyan) - gRunManager.GeometryHasBeenModified() - - # ----------------------------------------------------------------- - def ConstructEllipsoid(self): - global sld_es - sld_es= G4Ellipsoid("ellipsoid", 10.*cm, 20.*cm, 50.*cm, - -10.*cm, 40.*cm) - self.lv_object.SetSolid(sld_es) - self.lv_object.SetVisAttributes(self.va_red) - gRunManager.GeometryHasBeenModified() - - # ----------------------------------------------------------------- - def ConstructEllipticalCone(self): - global sld_ec - sld_ec= G4EllipticalCone("ellipticalcone", 30.*cm, 60.*cm, - 50.*cm, 25.*cm) - self.lv_object.SetSolid(sld_ec) - self.lv_object.SetVisAttributes(self.va_magenta) - gRunManager.GeometryHasBeenModified() - - # ----------------------------------------------------------------- - def ConstructHype(self): - global sld_hype - sld_hype= G4Hype("hype", 20.*cm, 30.*cm, 0.7, 0.7, 50.*cm) - self.lv_object.SetSolid(sld_hype) - self.lv_object.SetVisAttributes(self.va_blue) - gRunManager.GeometryHasBeenModified() - - # ----------------------------------------------------------------- - def ConstructTet(self): - global sld_tet - p1= G4ThreeVector(0., 0., math.sqrt(3.)*cm) - p2= G4ThreeVector(0., 2*math.sqrt(2./3.)*cm, -1./math.sqrt(3)*cm) - p3= G4ThreeVector(-math.sqrt(2.)*cm, -math.sqrt(2./3.)*cm, - -1./math.sqrt(3)*cm) - p4= G4ThreeVector(math.sqrt(2)*cm, -math.sqrt(2./3.)*cm, - -1./math.sqrt(3)*cm) - - sld_tet= G4Tet("tet", 20.*p1, 20.*p2, 20.*p3, 20.*p4) - self.lv_object.SetSolid(sld_tet) - self.lv_object.SetVisAttributes(self.va_green) - gRunManager.GeometryHasBeenModified() - - # ----------------------------------------------------------------- - def ConstructTwistedBox(self): - global sld_twb - sld_twb= G4TwistedBox("twistedbox", 30.*deg, 30.*cm, 40.*cm, 60.*cm) - self.lv_object.SetSolid(sld_twb) - self.lv_object.SetVisAttributes(self.va_cyan) - gRunManager.GeometryHasBeenModified() - - # ----------------------------------------------------------------- - def ConstructTwistedTrap(self): - global sld_twtrp - sld_twtrp= G4TwistedTrap("twistedtrap", 30.*deg, - 60.*cm, 20.*deg, 5.*deg, - 40.*cm, 30.*cm, 40.*cm, - 16.*cm, 10.*cm, 14.*cm, 10.*deg) - self.lv_object.SetSolid(sld_twtrp) - self.lv_object.SetVisAttributes(self.va_blue) - gRunManager.GeometryHasBeenModified() - - # ----------------------------------------------------------------- - def ConstructTwistedTrd(self): - global sld_twtrd - sld_twtrd= G4TwistedTrd("twistedtrd", 30.*cm, 10.*cm, - 40.*cm, 15.*cm, 60.*cm, 30.*deg) - self.lv_object.SetSolid(sld_twtrd) - self.lv_object.SetVisAttributes(self.va_green) - gRunManager.GeometryHasBeenModified() - - # ----------------------------------------------------------------- - def ConstructTwistedTubs(self): - global sld_twt - sld_twt= G4TwistedTubs("twistedtube", 60.*deg, - 10.*cm, 15.*cm, 20.*cm, 90.*deg) - self.lv_object.SetSolid(sld_twt) - self.lv_object.SetVisAttributes(self.va_magenta) - gRunManager.GeometryHasBeenModified() - - # ----------------------------------------------------------------- - def Construct(self): # return the world volume - return self.world - -# ================================================================== -# main -# ================================================================== -os.environ["G4VRML_DEST_DIR"]= "." -os.environ["G4VRMLFILE_MAX_FILE_NUM"]= "1" -os.environ["G4VRMLFILE_VIEWER"]= "echo" - -# set geometry -myDC= MyDetectorConstruction() -gRunManager.SetUserInitialization(myDC) - -# minimal physics list -g4py.ExN01pl.Construct() - -# set primary generator action -g4py.ParticleGun.Construct() - -# initialize -gRunManager.Initialize() - -# visualization -gApplyUICommand("/vis/open VRML2FILE") -gApplyUICommand("/vis/scene/create") -gApplyUICommand("/vis/scene/add/volume") -gApplyUICommand("/vis/sceneHandler/attach") -gApplyUICommand("/vis/scene/add/axes 0. 0. 0. 10. cm") - -# create a vrml file for each solid type -f_list= ( - ("g4box", myDC.ConstructBox), - ("g4tubs", myDC.ConstructTubs), - ("g4cons", myDC.ConstructCons), - ("g4para", myDC.ConstructPara), - ("g4trd", myDC.ConstructTrd), - ("g4trap", myDC.ConstructTrap), - ("g4sphere", myDC.ConstructSphere), - ("g4orb", myDC.ConstructOrb), - ("g4torus", myDC.ConstructTorus), - ("g4polycone", myDC.ConstructPolycone), - ("g4polyhedra", myDC.ConstructPolyhedra), - ("g4ellipticaltube", myDC.ConstructEllipticalTube), - ("g4ellipsoid", myDC.ConstructEllipsoid), - ("g4ellipticalcone", myDC.ConstructEllipticalCone), - ("g4hype", myDC.ConstructHype), - ("g4tet", myDC.ConstructTet), - ("g4twistedbox", myDC.ConstructTwistedBox), - ("g4twistedtrap", myDC.ConstructTwistedTrap), - ("g4twistedtrd", myDC.ConstructTwistedTrd), - ("g4twistedtubs", myDC.ConstructTwistedTubs) - ) - -for s,f in f_list: - f.__call__() - gRunManager.BeamOn(1) - fname= "%s.wrl" % (s) - os.rename("g4_00.wrl", fname) - -gTerminate() diff --git a/environments/g4py/tests/gtest05/test.py b/environments/g4py/tests/gtest05/test.py index d08ddaeb4d..e17d01269a 100755 --- a/environments/g4py/tests/gtest05/test.py +++ b/environments/g4py/tests/gtest05/test.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # ================================================================== # python script for Geant4Py test # @@ -6,7 +6,7 @@ # - test for CSG geometry construction in Python # ================================================================== from Geant4 import * -import g4py.ExN01pl, g4py.ParticleGun +import g4pytest.ExN01pl, g4pytest.ParticleGun import os, math # ================================================================== @@ -20,7 +20,7 @@ class MyDetectorConstruction(G4VUserDetectorConstruction): self.air= gNistManager.FindOrBuildMaterial("G4_AIR") self.lv_object= None self.world= self.ConstructWorld() - + self.va_red= G4VisAttributes(G4Color(1.,0.,0.)) self.va_cyan= G4VisAttributes(G4Color(0.,1.,1.)) self.va_green= G4VisAttributes(G4Color(0.,1.,0.)) @@ -34,7 +34,7 @@ class MyDetectorConstruction(G4VUserDetectorConstruction): global sld_world, lv_world, pv_world, va_world sld_world= G4Box("world", 1.*m, 1.*m, 1.*m) - lv_world= G4LogicalVolume(sld_world, self.air, "world") + lv_world= G4LogicalVolume(sld_world, self.air, "world") pv_world= G4PVPlacement(G4Transform3D(), lv_world, "world", None, False, 0) @@ -58,7 +58,7 @@ class MyDetectorConstruction(G4VUserDetectorConstruction): self.lv_object.SetSolid(sld_box) self.lv_object.SetVisAttributes(self.va_red) gRunManager.GeometryHasBeenModified() - + # ----------------------------------------------------------------- def ConstructTubs(self): global sld_tubs @@ -66,7 +66,7 @@ class MyDetectorConstruction(G4VUserDetectorConstruction): self.lv_object.SetSolid(sld_tubs) self.lv_object.SetVisAttributes(self.va_cyan) gRunManager.GeometryHasBeenModified() - + # ----------------------------------------------------------------- def ConstructCons(self): global sld_cons @@ -114,7 +114,7 @@ class MyDetectorConstruction(G4VUserDetectorConstruction): # ----------------------------------------------------------------- def ConstructOrb(self): global sld_orb - sld_orb= G4Orb("orb", 100.*cm) + sld_orb= G4Orb("orb", 100.*cm) self.lv_object.SetSolid(sld_orb) self.lv_object.SetVisAttributes(self.va_red) gRunManager.GeometryHasBeenModified() @@ -122,7 +122,7 @@ class MyDetectorConstruction(G4VUserDetectorConstruction): # ----------------------------------------------------------------- def ConstructTorus(self): global sld_torus - sld_torus= G4Torus("torus", 40.*cm, 60.*cm, 200.*cm, 0., 90.*deg) + sld_torus= G4Torus("torus", 40.*cm, 60.*cm, 200.*cm, 0., 90.*deg) self.lv_object.SetSolid(sld_torus) self.lv_object.SetVisAttributes(self.va_magenta) gRunManager.GeometryHasBeenModified() @@ -164,7 +164,7 @@ class MyDetectorConstruction(G4VUserDetectorConstruction): # ----------------------------------------------------------------- def ConstructEllipticalTube(self): global sld_et - sld_et= G4EllipticalTube("ellipticaltube", 5.*cm, 10.*cm, 20.*cm) + sld_et= G4EllipticalTube("ellipticaltube", 5.*cm, 10.*cm, 20.*cm) self.lv_object.SetSolid(sld_et) self.lv_object.SetVisAttributes(self.va_cyan) gRunManager.GeometryHasBeenModified() @@ -182,7 +182,7 @@ class MyDetectorConstruction(G4VUserDetectorConstruction): def ConstructEllipticalCone(self): global sld_ec sld_ec= G4EllipticalCone("ellipticalcone", 30.*cm, 60.*cm, - 50.*cm, 25.*cm) + 50.*cm, 25.*cm) self.lv_object.SetSolid(sld_ec) self.lv_object.SetVisAttributes(self.va_magenta) gRunManager.GeometryHasBeenModified() @@ -249,8 +249,8 @@ class MyDetectorConstruction(G4VUserDetectorConstruction): # ----------------------------------------------------------------- def Construct(self): # return the world volume - return self.world - + return self.world + # ================================================================== # main # ================================================================== @@ -263,10 +263,10 @@ myDC= MyDetectorConstruction() gRunManager.SetUserInitialization(myDC) # minimal physics list -g4py.ExN01pl.Construct() +g4pytest.ExN01pl.Construct() # set primary generator action -g4py.ParticleGun.Construct() +g4pytest.ParticleGun.Construct() # initialize gRunManager.Initialize() @@ -304,7 +304,8 @@ f_list= ( for s,f in f_list: f.__call__() - gRunManager.BeamOn(1) + gRunManager.BeamOn(1) fname= "%s.wrl" % (s) os.rename("g4_00.wrl", fname) - + +gTerminate() diff --git a/environments/g4py/tests/gtest06/CMakeLists.txt b/environments/g4py/tests/gtest06/CMakeLists.txt index 0fcad24495..79daaa6852 100644 --- a/environments/g4py/tests/gtest06/CMakeLists.txt +++ b/environments/g4py/tests/gtest06/CMakeLists.txt @@ -1,14 +1,3 @@ -# add teting - -add_test(gtest06 python test.py) - -if (${PYTHON_VERSION_MAJOR} MATCHES "2") - configure_file(test.py test.py) -elseif (${PYTHON_VERSION_MAJOR} MATCHES "3") - configure_file(python3/test.py test.py) -endif() - -set_property(TEST gtest06 - PROPERTY ENVIRONMENT - PYTHONPATH=./module:${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR} - ) +configure_file(test.py test.py) +add_test(NAME geant4py-test06 COMMAND ${PYTHON_EXECUTABLE} test.py) +set_tests_properties(geant4py-test06 PROPERTIES ENVIRONMENT "PYTHONPATH=${GEANT4_PYTHON_OUTPUT_DIR};${GEANT4_TEST_ENVIRONMENT}") diff --git a/environments/g4py/tests/gtest06/python3/test.py b/environments/g4py/tests/gtest06/python3/test.py deleted file mode 100755 index cb894448c3..0000000000 --- a/environments/g4py/tests/gtest06/python3/test.py +++ /dev/null @@ -1,126 +0,0 @@ -#!/usr/bin/python3 -# ================================================================== -# python script for Geant4Py test -# -# gtest06 -# - test for constructing/visualizing boolean geoemtries -# ================================================================== -from Geant4 import * -import g4py.ExN01pl, g4py.ParticleGun - -# ================================================================== -# user actions in python -# ================================================================== -class MyDetectorConstruction(G4VUserDetectorConstruction): - "My Detector Construction" - - def __init__(self): - G4VUserDetectorConstruction.__init__(self) - self.air= gNistManager.FindOrBuildMaterial("G4_AIR") - self.lv_object= None - self.world= self.ConstructWorld() - - self.va_red= G4VisAttributes(G4Color(1.,0.,0.)) - self.va_cyan= G4VisAttributes(G4Color(0.,1.,1.)) - self.va_green= G4VisAttributes(G4Color(0.,1.,0.)) - self.va_blue= G4VisAttributes(G4Color(0.,0.,1.)) - self.va_magenta= G4VisAttributes(G4Color(1.,0.,1.)) - - self.sld_box= G4Box("box",20.*cm, 20.*cm, 20.*cm); - self.sld_cyl= G4Tubs("cylinder",0., 10.*cm, 30.*cm, 0., twopi) - - # ----------------------------------------------------------------- - def ConstructWorld(self): - # Python has automatic garbage collection system. - # Geometry objects must be defined as GLOBAL not to be deleted. - global sld_world, lv_world, pv_world, va_world - - sld_world= G4Box("world", 1.*m, 1.*m, 1.*m) - lv_world= G4LogicalVolume(sld_world, self.air, "world") - pv_world= G4PVPlacement(G4Transform3D(), lv_world, "world", - None, False, 0) - - va_world= G4VisAttributes() - va_world.SetVisibility(False) - lv_world.SetVisAttributes(va_world) - - # solid object (dummy) - global sld_sld, lv_sld, pv_sld - sld_sld= G4Box("dummy", 10.*cm, 10.*cm, 10.*cm) - self.lv_object= lv_sld= G4LogicalVolume(sld_sld, self.air, "dummy") - pv_sld= G4PVPlacement(None, G4ThreeVector(), "dummy", lv_sld, - pv_world, False, 0) - - return pv_world - - # ----------------------------------------------------------------- - def ConstructUnion(self): - global sld_union - sld_union= G4UnionSolid("box+cylinder", self.sld_box, self.sld_cyl); - - self.lv_object.SetSolid(sld_union) - self.lv_object.SetVisAttributes(self.va_blue) - gRunManager.GeometryHasBeenModified() - - # ----------------------------------------------------------------- - def ConstructIntersection(self): - offset= G4ThreeVector(20.*cm, 20.*cm, 0.) - global sld_intersection - sld_intersection= G4IntersectionSolid("box*cylinder", - self.sld_box, self.sld_cyl, - None, offset) - - self.lv_object.SetSolid(sld_intersection) - self.lv_object.SetVisAttributes(self.va_magenta) - gRunManager.GeometryHasBeenModified() - - # ----------------------------------------------------------------- - def ConstructSubtraction(self): - global sld_subtraction - sld_subtraction= G4SubtractionSolid("box-cylinder", - self.sld_box, self.sld_cyl) - - self.lv_object.SetSolid(sld_subtraction) - self.lv_object.SetVisAttributes(self.va_red) - gRunManager.GeometryHasBeenModified() - - # ----------------------------------------------------------------- - def Construct(self): # return the world volume - return self.world - -# ================================================================== -# main -# ================================================================== -# set geometry -myDC= MyDetectorConstruction() -gRunManager.SetUserInitialization(myDC) - -# minimal physics list -g4py.ExN01pl.Construct() - -# set primary generator action -g4py.ParticleGun.Construct() - -# initialize -gRunManager.Initialize() - -# visualization -gApplyUICommand("/vis/open RayTracer") -gApplyUICommand("/vis/rayTracer/headAngle 40.") -gApplyUICommand("/vis/rayTracer/eyePosition 100 100 150 cm") - -# create a vrml file for each solid type -f_list= ( - ("union", myDC.ConstructUnion), - ("intersection", myDC.ConstructIntersection), - ("subtraction", myDC.ConstructSubtraction) - ) - - -for s,f in f_list: - f.__call__() - fname= "%s.jpg" % (s) - cmdstr= "/vis/rayTracer/trace " + fname - gApplyUICommand(cmdstr) - -gTerminate() diff --git a/environments/g4py/tests/gtest06/test.py b/environments/g4py/tests/gtest06/test.py index 476897cfb5..aece738511 100755 --- a/environments/g4py/tests/gtest06/test.py +++ b/environments/g4py/tests/gtest06/test.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # ================================================================== # python script for Geant4Py test # @@ -6,7 +6,7 @@ # - test for constructing/visualizing boolean geoemtries # ================================================================== from Geant4 import * -import g4py.ExN01pl, g4py.ParticleGun +import g4pytest.ExN01pl, g4pytest.ParticleGun # ================================================================== # user actions in python @@ -19,7 +19,7 @@ class MyDetectorConstruction(G4VUserDetectorConstruction): self.air= gNistManager.FindOrBuildMaterial("G4_AIR") self.lv_object= None self.world= self.ConstructWorld() - + self.va_red= G4VisAttributes(G4Color(1.,0.,0.)) self.va_cyan= G4VisAttributes(G4Color(0.,1.,1.)) self.va_green= G4VisAttributes(G4Color(0.,1.,0.)) @@ -36,7 +36,7 @@ class MyDetectorConstruction(G4VUserDetectorConstruction): global sld_world, lv_world, pv_world, va_world sld_world= G4Box("world", 1.*m, 1.*m, 1.*m) - lv_world= G4LogicalVolume(sld_world, self.air, "world") + lv_world= G4LogicalVolume(sld_world, self.air, "world") pv_world= G4PVPlacement(G4Transform3D(), lv_world, "world", None, False, 0) @@ -56,16 +56,16 @@ class MyDetectorConstruction(G4VUserDetectorConstruction): # ----------------------------------------------------------------- def ConstructUnion(self): global sld_union - sld_union= G4UnionSolid("box+cylinder", self.sld_box, self.sld_cyl); - + sld_union= G4UnionSolid("box+cylinder", self.sld_box, self.sld_cyl); + self.lv_object.SetSolid(sld_union) self.lv_object.SetVisAttributes(self.va_blue) gRunManager.GeometryHasBeenModified() - + # ----------------------------------------------------------------- def ConstructIntersection(self): offset= G4ThreeVector(20.*cm, 20.*cm, 0.) - global sld_intersection + global sld_intersection sld_intersection= G4IntersectionSolid("box*cylinder", self.sld_box, self.sld_cyl, None, offset) @@ -76,18 +76,18 @@ class MyDetectorConstruction(G4VUserDetectorConstruction): # ----------------------------------------------------------------- def ConstructSubtraction(self): - global sld_subtraction + global sld_subtraction sld_subtraction= G4SubtractionSolid("box-cylinder", self.sld_box, self.sld_cyl) self.lv_object.SetSolid(sld_subtraction) self.lv_object.SetVisAttributes(self.va_red) gRunManager.GeometryHasBeenModified() - + # ----------------------------------------------------------------- def Construct(self): # return the world volume - return self.world - + return self.world + # ================================================================== # main # ================================================================== @@ -96,10 +96,10 @@ myDC= MyDetectorConstruction() gRunManager.SetUserInitialization(myDC) # minimal physics list -g4py.ExN01pl.Construct() +g4pytest.ExN01pl.Construct() # set primary generator action -g4py.ParticleGun.Construct() +g4pytest.ParticleGun.Construct() # initialize gRunManager.Initialize() @@ -116,11 +116,11 @@ f_list= ( ("subtraction", myDC.ConstructSubtraction) ) - for s,f in f_list: f.__call__() fname= "%s.jpg" % (s) cmdstr= "/vis/rayTracer/trace " + fname + # This causes a segfault in MT mode... gApplyUICommand(cmdstr) - +gTerminate() diff --git a/environments/g4py/tests/gtest07/CMakeLists.txt b/environments/g4py/tests/gtest07/CMakeLists.txt index 62409c63de..9c2ab0ab05 100644 --- a/environments/g4py/tests/gtest07/CMakeLists.txt +++ b/environments/g4py/tests/gtest07/CMakeLists.txt @@ -1,14 +1,3 @@ -# add teting - -add_test(gtest07 python test.py) - -if (${PYTHON_VERSION_MAJOR} MATCHES "2") - configure_file(test.py test.py) -elseif (${PYTHON_VERSION_MAJOR} MATCHES "3") - configure_file(python3/test.py test.py) -endif() - -set_property(TEST gtest07 - PROPERTY ENVIRONMENT - PYTHONPATH=./module:${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR} - ) +configure_file(test.py test.py) +add_test(NAME geant4py-test07 COMMAND ${PYTHON_EXECUTABLE} test.py) +set_tests_properties(geant4py-test07 PROPERTIES ENVIRONMENT "PYTHONPATH=${GEANT4_PYTHON_OUTPUT_DIR};${GEANT4_TEST_ENVIRONMENT}") diff --git a/environments/g4py/tests/gtest07/python3/test.py b/environments/g4py/tests/gtest07/python3/test.py deleted file mode 100755 index f263b7d1de..0000000000 --- a/environments/g4py/tests/gtest07/python3/test.py +++ /dev/null @@ -1,80 +0,0 @@ -#!/usr/bin/python3 -# ================================================================== -# python script for Geant4Py test -# -# gtest07 -# - test for checking overlapped geometries -# ================================================================== -from Geant4 import * -import g4py.ExN01pl, g4py.ParticleGun - -# ================================================================== -# user actions in python -# ================================================================== -class MyDetectorConstruction(G4VUserDetectorConstruction): - "My Detector Construction" - - def __init__(self): - G4VUserDetectorConstruction.__init__(self) - - # ----------------------------------------------------------------- - def Construct(self): - # Python has automatic garbage collection system. - # Geometry objects must be defined as GLOBAL not to be deleted. - air= gNistManager.FindOrBuildMaterial("G4_AIR") - - # world volume - global sld_world, lv_world, pv_world - sld_world= G4Box("world", 1.*m, 1.*m, 1.*m) - lv_world= G4LogicalVolume(sld_world, air, "world") - pv_world= G4PVPlacement(G4Transform3D(), lv_world, "world", - None, False, 0) - - # box - global sld_box, lv_box, pv_box - sld_box= G4Box("box", 10.*cm, 10.*cm, 10.*cm); - lv_box= G4LogicalVolume(sld_box, air, "box") - pv_box= G4PVPlacement(None, G4ThreeVector(), "box", lv_box, - pv_world, False, 0, True) - - # cylinder - global sld_cyl, lv_cyl, pv_cyl1, pv_cyl2, pv_cyl3 - sld_cyl= G4Tubs("cylinder",0., 2.*cm, 2.*cm, 0., twopi) - lv_cyl= G4LogicalVolume(sld_cyl, air, "cylinder") - - # - # the following placements are !! overlapped !! - # - # doubly placed - pv_cyl1= G4PVPlacement(None, G4ThreeVector(), "cylinder", lv_cyl, - pv_world, False, 0, True) - - # overlaped - pv_cyl2= G4PVPlacement(None, G4ThreeVector(10.*cm,0.,0.), - "cylinder", lv_cyl, - pv_world, False, 1, True) - - # sticked out - pv_cyl3= G4PVPlacement(None, G4ThreeVector(10.*cm,0.,0.), - "cylinder", lv_cyl, - pv_box, False, 0, True) - - return pv_world - -# ================================================================== -# main -# ================================================================== -# set geometry -myDC= MyDetectorConstruction() -gRunManager.SetUserInitialization(myDC) - -# minimal physics list -g4py.ExN01pl.Construct() - -# set primary generator action -g4py.ParticleGun.Construct() - -# initialize -gRunManager.Initialize() # overlap should be detected !! - - diff --git a/environments/g4py/tests/gtest07/test.py b/environments/g4py/tests/gtest07/test.py index c0626d0cea..de63a7dd87 100755 --- a/environments/g4py/tests/gtest07/test.py +++ b/environments/g4py/tests/gtest07/test.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # ================================================================== # python script for Geant4Py test # @@ -6,7 +6,7 @@ # - test for checking overlapped geometries # ================================================================== from Geant4 import * -import g4py.ExN01pl, g4py.ParticleGun +import g4pytest.ExN01pl, g4pytest.ParticleGun # ================================================================== # user actions in python @@ -69,10 +69,10 @@ myDC= MyDetectorConstruction() gRunManager.SetUserInitialization(myDC) # minimal physics list -g4py.ExN01pl.Construct() +g4pytest.ExN01pl.Construct() # set primary generator action -g4py.ParticleGun.Construct() +g4pytest.ParticleGun.Construct() # initialize gRunManager.Initialize() # overlap should be detected !! diff --git a/environments/g4py/tests/test00/CMakeLists.txt b/environments/g4py/tests/test00/CMakeLists.txt deleted file mode 100644 index f3f0144a67..0000000000 --- a/environments/g4py/tests/test00/CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ -# add teting - -add_test(test00 python test.py) - -if (${PYTHON_VERSION_MAJOR} MATCHES "2") - configure_file(test.py test.py) -elseif (${PYTHON_VERSION_MAJOR} MATCHES "3") - configure_file(python3/test.py test.py) -endif() - -set_property(TEST test00 PROPERTY ENVIRONMENT PYTHONPATH=./module) diff --git a/environments/g4py/tests/test00/module/CMakeLists.txt b/environments/g4py/tests/test00/module/CMakeLists.txt deleted file mode 100644 index 8934422d62..0000000000 --- a/environments/g4py/tests/test00/module/CMakeLists.txt +++ /dev/null @@ -1,25 +0,0 @@ -# - build test library - -include_directories( - ${PYTHON_INCLUDE_PATH} - ${Boost_INCLUDE_DIRS} -) - -link_directories(${Boost_LIBRARY_DIRS}) - -# library -set(_TARGET test00) -add_library( - ${_TARGET} SHARED - test00.cc -) - -set_target_properties(${_TARGET} PROPERTIES PREFIX "") -set_target_properties(${_TARGET} PROPERTIES OUTPUT_NAME "test00") -set_target_properties(${_TARGET} PROPERTIES SUFFIX ".so") - - -target_link_libraries (${_TARGET} ${BOOST_PYTHON_LIB} ${PYTHON_LIBRARIES}) - -# install -install(TARGETS ${_TARGET} LIBRARY DESTINATION ${TEST_MODULES_INSTALL_DIR}) diff --git a/environments/g4py/tests/test00/module/test00.cc b/environments/g4py/tests/test00/module/test00.cc deleted file mode 100644 index 2b3b14392f..0000000000 --- a/environments/g4py/tests/test00/module/test00.cc +++ /dev/null @@ -1,48 +0,0 @@ -// -// ******************************************************************** -// * License and Disclaimer * -// * * -// * The Geant4 software is copyright of the Copyright Holders of * -// * the Geant4 Collaboration. It is provided under the terms and * -// * conditions of the Geant4 Software License, included in the file * -// * LICENSE and available at http://cern.ch/geant4/license . These * -// * include a list of copyright holders. * -// * * -// * Neither the authors of this software system, nor their employing * -// * institutes,nor the agencies providing financial support for this * -// * work make any representation or warranty, express or implied, * -// * regarding this software system or assume any liability for its * -// * use. Please see the license in the file LICENSE and URL above * -// * for the full disclaimer and the limitation of liability. * -// * * -// * This code implementation is the result of the scientific and * -// * technical work of the GEANT4 collaboration. * -// * By using, copying, modifying or distributing the software (or * -// * any work based on the software) you agree to acknowledge its * -// * use in resulting scientific publications, and indicate your * -// * acceptance of all terms of the Geant4 Software license. * -// ******************************************************************** -// -// ==================================================================== -// test00.cc -// Hallo World of Boost.Python -// 2005 Q -// ==================================================================== - -// C function to be wrappred -char const* greet() -{ - return "Hallo World!!"; -} - - -// Boost.Python... -#include - -using namespace boost::python; - -BOOST_PYTHON_MODULE(test00) -{ - def("greet", greet); -} - diff --git a/environments/g4py/tests/test00/python3/test.py b/environments/g4py/tests/test00/python3/test.py deleted file mode 100755 index 3050197ddd..0000000000 --- a/environments/g4py/tests/test00/python3/test.py +++ /dev/null @@ -1,11 +0,0 @@ -#!/usr/bin/python3 -# ================================================================== -# python script for Geant4Py test -# -# -# ================================================================== -import test00 - -print("importing created module...\n") - -print(test00.greet()) diff --git a/environments/g4py/tests/test00/test.py b/environments/g4py/tests/test00/test.py deleted file mode 100755 index d390b75636..0000000000 --- a/environments/g4py/tests/test00/test.py +++ /dev/null @@ -1,12 +0,0 @@ -#!/usr/bin/python -# ================================================================== -# python script for Geant4Py test -# -# -# ================================================================== -import test00 - -print "importing created module...\n" - -print test00.greet() - diff --git a/environments/g4py/tests/test01/CMakeLists.txt b/environments/g4py/tests/test01/CMakeLists.txt deleted file mode 100644 index 9bfb14ad89..0000000000 --- a/environments/g4py/tests/test01/CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ -# add teting - -add_test(test01 python test.py) - -if (${PYTHON_VERSION_MAJOR} MATCHES "2") - configure_file(test.py test.py) -elseif (${PYTHON_VERSION_MAJOR} MATCHES "3") - configure_file(python3/test.py test.py) -endif() - -set_property(TEST test01 PROPERTY ENVIRONMENT PYTHONPATH=./module) diff --git a/environments/g4py/tests/test01/module/AClass.cc b/environments/g4py/tests/test01/module/AClass.cc deleted file mode 100644 index 7ae407377a..0000000000 --- a/environments/g4py/tests/test01/module/AClass.cc +++ /dev/null @@ -1,72 +0,0 @@ -// -// ******************************************************************** -// * License and Disclaimer * -// * * -// * The Geant4 software is copyright of the Copyright Holders of * -// * the Geant4 Collaboration. It is provided under the terms and * -// * conditions of the Geant4 Software License, included in the file * -// * LICENSE and available at http://cern.ch/geant4/license . These * -// * include a list of copyright holders. * -// * * -// * Neither the authors of this software system, nor their employing * -// * institutes,nor the agencies providing financial support for this * -// * work make any representation or warranty, express or implied, * -// * regarding this software system or assume any liability for its * -// * use. Please see the license in the file LICENSE and URL above * -// * for the full disclaimer and the limitation of liability. * -// * * -// * This code implementation is the result of the scientific and * -// * technical work of the GEANT4 collaboration. * -// * By using, copying, modifying or distributing the software (or * -// * any work based on the software) you agree to acknowledge its * -// * use in resulting scientific publications, and indicate your * -// * acceptance of all terms of the Geant4 Software license. * -// ******************************************************************** -// -// ==================================================================== -// AClass.cc -// -// 2005 Q -// ==================================================================== -#include "AClass.hh" -#include - -// ==================================================================== -// -// class description -// -// ==================================================================== - -//////////////// -AClass::AClass() - : ival(-1), - dval(-1.) -//////////////// -{ -} - - -/////////////////////////////// -AClass::AClass(int i, double d) - : ival(i), dval(d) -/////////////////////////////// -{ -} - - -///////////////// -AClass::~AClass() -///////////////// -{ -} - - -////////////////////// -void AClass::AMethod() -////////////////////// -{ - std::cout << "%%% AClass::AMethod is called." - << " (ival, dval)= (" << ival << "," << dval << ")" - << std::endl; -} - diff --git a/environments/g4py/tests/test01/module/AClass.hh b/environments/g4py/tests/test01/module/AClass.hh deleted file mode 100644 index de899c6a90..0000000000 --- a/environments/g4py/tests/test01/module/AClass.hh +++ /dev/null @@ -1,71 +0,0 @@ -// -// ******************************************************************** -// * License and Disclaimer * -// * * -// * The Geant4 software is copyright of the Copyright Holders of * -// * the Geant4 Collaboration. It is provided under the terms and * -// * conditions of the Geant4 Software License, included in the file * -// * LICENSE and available at http://cern.ch/geant4/license . These * -// * include a list of copyright holders. * -// * * -// * Neither the authors of this software system, nor their employing * -// * institutes,nor the agencies providing financial support for this * -// * work make any representation or warranty, express or implied, * -// * regarding this software system or assume any liability for its * -// * use. Please see the license in the file LICENSE and URL above * -// * for the full disclaimer and the limitation of liability. * -// * * -// * This code implementation is the result of the scientific and * -// * technical work of the GEANT4 collaboration. * -// * By using, copying, modifying or distributing the software (or * -// * any work based on the software) you agree to acknowledge its * -// * use in resulting scientific publications, and indicate your * -// * acceptance of all terms of the Geant4 Software license. * -// ******************************************************************** -// -// ==================================================================== -// AClass.hh -// -// 2005 Q -// ==================================================================== -#ifndef ACLASS_H -#define ACLASS_H - -// ==================================================================== -// -// class definition -// -// ==================================================================== - -class AClass { -private: - int ival; - double dval; - -public: - AClass(); - AClass(int i, double d=0.); - - ~AClass(); - - inline void SetIVal(int i); - inline int GetIVal() const; - - inline void SetDVal(double d); - inline double GetDVal() const; - - void AMethod(); - -}; - -// ==================================================================== -// inline functions -// ==================================================================== - -inline void AClass::SetIVal(int i) { ival= i; } -inline int AClass::GetIVal() const { return ival; } - -inline void AClass::SetDVal(double d) { dval= d; } -inline double AClass::GetDVal() const { return dval; } - -#endif diff --git a/environments/g4py/tests/test01/module/CMakeLists.txt b/environments/g4py/tests/test01/module/CMakeLists.txt deleted file mode 100644 index 0c2e4eb848..0000000000 --- a/environments/g4py/tests/test01/module/CMakeLists.txt +++ /dev/null @@ -1,26 +0,0 @@ -# - build test library - -include_directories( - ${PYTHON_INCLUDE_PATH} - ${Boost_INCLUDE_DIRS} -) - -link_directories(${Boost_LIBRARY_DIRS}) - -# library -set(_TARGET test01) -add_library( - ${_TARGET} SHARED - AClass.cc - test01.cc -) - -set_target_properties(${_TARGET} PROPERTIES PREFIX "") -set_target_properties(${_TARGET} PROPERTIES OUTPUT_NAME "test01") -set_target_properties(${_TARGET} PROPERTIES SUFFIX ".so") - - -target_link_libraries (${_TARGET} ${BOOST_PYTHON_LIB} ${PYTHON_LIBRARIES}) - -# install -install(TARGETS ${_TARGET} LIBRARY DESTINATION ${TEST_MODULES_INSTALL_DIR}) diff --git a/environments/g4py/tests/test01/module/test01.cc b/environments/g4py/tests/test01/module/test01.cc deleted file mode 100644 index 3204f61b36..0000000000 --- a/environments/g4py/tests/test01/module/test01.cc +++ /dev/null @@ -1,54 +0,0 @@ -// -// ******************************************************************** -// * License and Disclaimer * -// * * -// * The Geant4 software is copyright of the Copyright Holders of * -// * the Geant4 Collaboration. It is provided under the terms and * -// * conditions of the Geant4 Software License, included in the file * -// * LICENSE and available at http://cern.ch/geant4/license . These * -// * include a list of copyright holders. * -// * * -// * Neither the authors of this software system, nor their employing * -// * institutes,nor the agencies providing financial support for this * -// * work make any representation or warranty, express or implied, * -// * regarding this software system or assume any liability for its * -// * use. Please see the license in the file LICENSE and URL above * -// * for the full disclaimer and the limitation of liability. * -// * * -// * This code implementation is the result of the scientific and * -// * technical work of the GEANT4 collaboration. * -// * By using, copying, modifying or distributing the software (or * -// * any work based on the software) you agree to acknowledge its * -// * use in resulting scientific publications, and indicate your * -// * acceptance of all terms of the Geant4 Software license. * -// ******************************************************************** -// -// ==================================================================== -// test01.cc -// -// exposure of a simple class -// - constructor -// - multiple constructors -// - default value in function arguments -// - setter/getter -// - method -// -// 2005 Q -// ==================================================================== -#include - -#include "AClass.hh" - -using namespace boost::python; - -BOOST_PYTHON_MODULE(test01) { - class_( "AClass", "a simple class") - .def(init<>()) - .def(init()) - .def(init()) - .add_property("ival", &AClass::GetIVal, &AClass::SetIVal) - .add_property("dval", &AClass::GetDVal, &AClass::SetDVal) - .def("AMethod", &AClass::AMethod) - ; -} - diff --git a/environments/g4py/tests/test01/python3/test.py b/environments/g4py/tests/test01/python3/test.py deleted file mode 100755 index 4fcc8f7b77..0000000000 --- a/environments/g4py/tests/test01/python3/test.py +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/python3 -# ================================================================== -# python script for Geant4Py test -# -# -# ================================================================== -import test01 - -print("importing created module...\n") - -a= test01.AClass() -b= test01.AClass(0) -c= test01.AClass(1, 1.) - -print(" >>a<<", a.AMethod()) -print(" >>b<<", b.AMethod()) -print(" >>c<<", c.AMethod()) diff --git a/environments/g4py/tests/test01/test.py b/environments/g4py/tests/test01/test.py deleted file mode 100755 index 3488b9e217..0000000000 --- a/environments/g4py/tests/test01/test.py +++ /dev/null @@ -1,23 +0,0 @@ -#!/usr/bin/python -# ================================================================== -# python script for Geant4Py test -# -# -# ================================================================== -import test01 - -print "importing created module...\n" - -a= test01.AClass() -b= test01.AClass(0) -c= test01.AClass(1, 1.) - -print " >>a<<", -a.AMethod() - -print ">>b<<", -b.AMethod() - -print ">>c<<", -c.AMethod() - diff --git a/environments/g4py/tests/test02/CMakeLists.txt b/environments/g4py/tests/test02/CMakeLists.txt deleted file mode 100644 index 7993480088..0000000000 --- a/environments/g4py/tests/test02/CMakeLists.txt +++ /dev/null @@ -1,5 +0,0 @@ -# add teting - -add_test(test02 python test.py) -configure_file(test.py test.py) -set_property(TEST test02 PROPERTY ENVIRONMENT PYTHONPATH=./module) diff --git a/environments/g4py/tests/test02/module/AClass.cc b/environments/g4py/tests/test02/module/AClass.cc deleted file mode 100644 index 0250bd6d76..0000000000 --- a/environments/g4py/tests/test02/module/AClass.cc +++ /dev/null @@ -1,70 +0,0 @@ -// -// ******************************************************************** -// * License and Disclaimer * -// * * -// * The Geant4 software is copyright of the Copyright Holders of * -// * the Geant4 Collaboration. It is provided under the terms and * -// * conditions of the Geant4 Software License, included in the file * -// * LICENSE and available at http://cern.ch/geant4/license . These * -// * include a list of copyright holders. * -// * * -// * Neither the authors of this software system, nor their employing * -// * institutes,nor the agencies providing financial support for this * -// * work make any representation or warranty, express or implied, * -// * regarding this software system or assume any liability for its * -// * use. Please see the license in the file LICENSE and URL above * -// * for the full disclaimer and the limitation of liability. * -// * * -// * This code implementation is the result of the scientific and * -// * technical work of the GEANT4 collaboration. * -// * By using, copying, modifying or distributing the software (or * -// * any work based on the software) you agree to acknowledge its * -// * use in resulting scientific publications, and indicate your * -// * acceptance of all terms of the Geant4 Software license. * -// ******************************************************************** -// -// ==================================================================== -// AClass.cc -// -// 2004 Q -// ==================================================================== -#include "AClass.hh" -#include - -// ==================================================================== -// -// class description -// -// ==================================================================== - -//////////////// -AClass::AClass() - : XBase() -//////////////// -{ - ival= -2; - dval= -2.; -} - -///////////////// -AClass::~AClass() -///////////////// -{ -} - -////////////////////// -void AClass::AMethod() -////////////////////// -{ - std::cout << "%%% AClass:::AMethod is called." - << " (ival, dval)= (" << ival << "," << dval << ")" - << std::endl; -} - -///////////////////////////////////////////// -int AClass::VMethod(const XBase* abase) const -///////////////////////////////////////////// -{ - return abase-> GetIVal(); -} - diff --git a/environments/g4py/tests/test02/module/AClass.hh b/environments/g4py/tests/test02/module/AClass.hh deleted file mode 100644 index 58b6408507..0000000000 --- a/environments/g4py/tests/test02/module/AClass.hh +++ /dev/null @@ -1,52 +0,0 @@ -// -// ******************************************************************** -// * License and Disclaimer * -// * * -// * The Geant4 software is copyright of the Copyright Holders of * -// * the Geant4 Collaboration. It is provided under the terms and * -// * conditions of the Geant4 Software License, included in the file * -// * LICENSE and available at http://cern.ch/geant4/license . These * -// * include a list of copyright holders. * -// * * -// * Neither the authors of this software system, nor their employing * -// * institutes,nor the agencies providing financial support for this * -// * work make any representation or warranty, express or implied, * -// * regarding this software system or assume any liability for its * -// * use. Please see the license in the file LICENSE and URL above * -// * for the full disclaimer and the limitation of liability. * -// * * -// * This code implementation is the result of the scientific and * -// * technical work of the GEANT4 collaboration. * -// * By using, copying, modifying or distributing the software (or * -// * any work based on the software) you agree to acknowledge its * -// * use in resulting scientific publications, and indicate your * -// * acceptance of all terms of the Geant4 Software license. * -// ******************************************************************** -// -// ==================================================================== -// AClass.hh -// -// 2004 Q -// ==================================================================== -#ifndef ACLASS_H -#define ACLASS_H - -#include "XBase.hh" - -// ==================================================================== -// -// class definition -// -// ==================================================================== - -class AClass : public XBase { -public: - AClass(); - ~AClass(); - - void AMethod(); // overrided - virtual int VMethod(const XBase* abase) const; - -}; - -#endif diff --git a/environments/g4py/tests/test02/module/BClass.cc b/environments/g4py/tests/test02/module/BClass.cc deleted file mode 100644 index a80b242018..0000000000 --- a/environments/g4py/tests/test02/module/BClass.cc +++ /dev/null @@ -1,70 +0,0 @@ -// -// ******************************************************************** -// * License and Disclaimer * -// * * -// * The Geant4 software is copyright of the Copyright Holders of * -// * the Geant4 Collaboration. It is provided under the terms and * -// * conditions of the Geant4 Software License, included in the file * -// * LICENSE and available at http://cern.ch/geant4/license . These * -// * include a list of copyright holders. * -// * * -// * Neither the authors of this software system, nor their employing * -// * institutes,nor the agencies providing financial support for this * -// * work make any representation or warranty, express or implied, * -// * regarding this software system or assume any liability for its * -// * use. Please see the license in the file LICENSE and URL above * -// * for the full disclaimer and the limitation of liability. * -// * * -// * This code implementation is the result of the scientific and * -// * technical work of the GEANT4 collaboration. * -// * By using, copying, modifying or distributing the software (or * -// * any work based on the software) you agree to acknowledge its * -// * use in resulting scientific publications, and indicate your * -// * acceptance of all terms of the Geant4 Software license. * -// ******************************************************************** -// -// ==================================================================== -// BClass.cc -// -// 2004 Q -// ==================================================================== -#include "BClass.hh" -#include - -// ==================================================================== -// -// class description -// -// ==================================================================== - -//////////////// -BClass::BClass() - : XBase() -//////////////// -{ - ival= -3; - dval= -3.; -} - -///////////////// -BClass::~BClass() -///////////////// -{ -} - -////////////////////// -void BClass::AMethod() -////////////////////// -{ - std::cout << "%%% BClass:::AMethod is called." - << " (ival, dval)= (" << ival << "," << dval << ")" - << std::endl; -} - -///////////////////////////////////////////// -int BClass::VMethod(const XBase* abase) const -///////////////////////////////////////////// -{ - return abase-> GetIVal(); -} - diff --git a/environments/g4py/tests/test02/module/BClass.hh b/environments/g4py/tests/test02/module/BClass.hh deleted file mode 100644 index 3e580f277f..0000000000 --- a/environments/g4py/tests/test02/module/BClass.hh +++ /dev/null @@ -1,52 +0,0 @@ -// -// ******************************************************************** -// * License and Disclaimer * -// * * -// * The Geant4 software is copyright of the Copyright Holders of * -// * the Geant4 Collaboration. It is provided under the terms and * -// * conditions of the Geant4 Software License, included in the file * -// * LICENSE and available at http://cern.ch/geant4/license . These * -// * include a list of copyright holders. * -// * * -// * Neither the authors of this software system, nor their employing * -// * institutes,nor the agencies providing financial support for this * -// * work make any representation or warranty, express or implied, * -// * regarding this software system or assume any liability for its * -// * use. Please see the license in the file LICENSE and URL above * -// * for the full disclaimer and the limitation of liability. * -// * * -// * This code implementation is the result of the scientific and * -// * technical work of the GEANT4 collaboration. * -// * By using, copying, modifying or distributing the software (or * -// * any work based on the software) you agree to acknowledge its * -// * use in resulting scientific publications, and indicate your * -// * acceptance of all terms of the Geant4 Software license. * -// ******************************************************************** -// -// ==================================================================== -// BClass.hh -// -// 2004 Q -// ==================================================================== -#ifndef BCLASS_H -#define BCLASS_H - -#include "XBase.hh" - -// ==================================================================== -// -// class definition -// -// ==================================================================== - -class BClass : public XBase { -public: - BClass(); - ~BClass(); - - void AMethod(); // overrided - virtual int VMethod(const XBase* abase) const; - -}; - -#endif diff --git a/environments/g4py/tests/test02/module/CMakeLists.txt b/environments/g4py/tests/test02/module/CMakeLists.txt deleted file mode 100644 index 48027e6f19..0000000000 --- a/environments/g4py/tests/test02/module/CMakeLists.txt +++ /dev/null @@ -1,28 +0,0 @@ -# - build test library - -include_directories( - ${PYTHON_INCLUDE_PATH} - ${Boost_INCLUDE_DIRS} -) - -link_directories(${Boost_LIBRARY_DIRS}) - -# library -set(_TARGET test02) -add_library( - ${_TARGET} SHARED - AClass.cc - BClass.cc - XBase.cc - test02.cc -) - -set_target_properties(${_TARGET} PROPERTIES PREFIX "") -set_target_properties(${_TARGET} PROPERTIES OUTPUT_NAME "test02") -set_target_properties(${_TARGET} PROPERTIES SUFFIX ".so") - - -target_link_libraries (${_TARGET} ${BOOST_PYTHON_LIB} ${PYTHON_LIBRARIES}) - -# install -install(TARGETS ${_TARGET} LIBRARY DESTINATION ${TEST_MODULES_INSTALL_DIR}) diff --git a/environments/g4py/tests/test02/module/XBase.cc b/environments/g4py/tests/test02/module/XBase.cc deleted file mode 100644 index caf1bc70dd..0000000000 --- a/environments/g4py/tests/test02/module/XBase.cc +++ /dev/null @@ -1,65 +0,0 @@ -// -// ******************************************************************** -// * License and Disclaimer * -// * * -// * The Geant4 software is copyright of the Copyright Holders of * -// * the Geant4 Collaboration. It is provided under the terms and * -// * conditions of the Geant4 Software License, included in the file * -// * LICENSE and available at http://cern.ch/geant4/license . These * -// * include a list of copyright holders. * -// * * -// * Neither the authors of this software system, nor their employing * -// * institutes,nor the agencies providing financial support for this * -// * work make any representation or warranty, express or implied, * -// * regarding this software system or assume any liability for its * -// * use. Please see the license in the file LICENSE and URL above * -// * for the full disclaimer and the limitation of liability. * -// * * -// * This code implementation is the result of the scientific and * -// * technical work of the GEANT4 collaboration. * -// * By using, copying, modifying or distributing the software (or * -// * any work based on the software) you agree to acknowledge its * -// * use in resulting scientific publications, and indicate your * -// * acceptance of all terms of the Geant4 Software license. * -// ******************************************************************** -// -// ==================================================================== -// XBase.cc -// -// 2004 Q -// ==================================================================== -#include "XBase.hh" -#include - - -// ==================================================================== -// -// class description -// -// ==================================================================== - -////////////// -XBase::XBase() - : ival(-1), - dval(-1.) -////////////// -{ -} - - -/////////////// -XBase::~XBase() -/////////////// -{ -} - - -///////////////////// -void XBase::AMethod() -///////////////////// -{ - std::cout << "%%% XBase::AMethod is called." - << " (ival, dval)= (" << ival << "," << dval << ")" - << std::endl; -} - diff --git a/environments/g4py/tests/test02/module/XBase.hh b/environments/g4py/tests/test02/module/XBase.hh deleted file mode 100644 index 5fa1860ea4..0000000000 --- a/environments/g4py/tests/test02/module/XBase.hh +++ /dev/null @@ -1,69 +0,0 @@ -// -// ******************************************************************** -// * License and Disclaimer * -// * * -// * The Geant4 software is copyright of the Copyright Holders of * -// * the Geant4 Collaboration. It is provided under the terms and * -// * conditions of the Geant4 Software License, included in the file * -// * LICENSE and available at http://cern.ch/geant4/license . These * -// * include a list of copyright holders. * -// * * -// * Neither the authors of this software system, nor their employing * -// * institutes,nor the agencies providing financial support for this * -// * work make any representation or warranty, express or implied, * -// * regarding this software system or assume any liability for its * -// * use. Please see the license in the file LICENSE and URL above * -// * for the full disclaimer and the limitation of liability. * -// * * -// * This code implementation is the result of the scientific and * -// * technical work of the GEANT4 collaboration. * -// * By using, copying, modifying or distributing the software (or * -// * any work based on the software) you agree to acknowledge its * -// * use in resulting scientific publications, and indicate your * -// * acceptance of all terms of the Geant4 Software license. * -// ******************************************************************** -// -// ==================================================================== -// XBase.hh -// -// 2004 Q -// ==================================================================== -#ifndef XBASE_H -#define XBASE_H - -// ==================================================================== -// -// class definition -// -// ==================================================================== - -class XBase { -protected: - int ival; - double dval; - -public: - XBase(); - virtual ~XBase(); - - void SetIVal(int aval); - int GetIVal() const; - - void SetDVal(double aval); - double GetDVal() const; - - void AMethod(); - virtual int VMethod(const XBase* abase) const=0; - -}; - -// ==================================================================== -// inline functions -// ==================================================================== -inline void XBase::SetIVal(int i) { ival= i; } -inline int XBase::GetIVal() const { return ival; } - -inline void XBase::SetDVal(double d) { dval= d; } -inline double XBase::GetDVal() const { return dval; } - -#endif diff --git a/environments/g4py/tests/test02/module/test02.cc b/environments/g4py/tests/test02/module/test02.cc deleted file mode 100644 index d9492276a0..0000000000 --- a/environments/g4py/tests/test02/module/test02.cc +++ /dev/null @@ -1,65 +0,0 @@ -// -// ******************************************************************** -// * License and Disclaimer * -// * * -// * The Geant4 software is copyright of the Copyright Holders of * -// * the Geant4 Collaboration. It is provided under the terms and * -// * conditions of the Geant4 Software License, included in the file * -// * LICENSE and available at http://cern.ch/geant4/license . These * -// * include a list of copyright holders. * -// * * -// * Neither the authors of this software system, nor their employing * -// * institutes,nor the agencies providing financial support for this * -// * work make any representation or warranty, express or implied, * -// * regarding this software system or assume any liability for its * -// * use. Please see the license in the file LICENSE and URL above * -// * for the full disclaimer and the limitation of liability. * -// * * -// * This code implementation is the result of the scientific and * -// * technical work of the GEANT4 collaboration. * -// * By using, copying, modifying or distributing the software (or * -// * any work based on the software) you agree to acknowledge its * -// * use in resulting scientific publications, and indicate your * -// * acceptance of all terms of the Geant4 Software license. * -// ******************************************************************** -// -// ==================================================================== -// test02.cc -// -// test of simple inheritance -// - pure virtual class -// - class inheritance -// - function override -// - polymorphic behavior -// - pointer argument and down cast -// - const flags -// -// 2005 Q -// ==================================================================== -#include - -#include "XBase.hh" -#include "AClass.hh" -#include "BClass.hh" - -using namespace boost::python; - -BOOST_PYTHON_MODULE(test02) { - class_("XBase", "Base Class", no_init) - .add_property("ival", &XBase::GetIVal, &XBase::SetIVal) - .add_property("dval", &XBase::GetDVal, &XBase::SetDVal) - .def("AMethod", &XBase::AMethod) - .def("VMethod", &XBase::VMethod) - ; - - class_ >( "AClass", "Derived Class A") - .def(init<>()) - .def("AMethod", &AClass::AMethod) - ; - - class_ >( "BClass", "Derived Class B") - .def(init<>()) - .def("AMethod", &BClass::AMethod) - ; -} - diff --git a/environments/g4py/tests/test02/test.py b/environments/g4py/tests/test02/test.py deleted file mode 100755 index 881edc68ce..0000000000 --- a/environments/g4py/tests/test02/test.py +++ /dev/null @@ -1,27 +0,0 @@ -#!/usr/bin/python -# ================================================================== -# python script for Geant4Py test -# -# -# ================================================================== -import test02 - -print "importing created module...\n" - -a= test02.AClass() -b= test02.BClass() - -print ">>a<<", -a.AMethod() -print "" - -print ">>b<<", -b.AMethod() -print "" - -print "%%% a.VMethod(a)=", a.VMethod(a) -print "%%% a.VMethod(b)=", a.VMethod(b) - -print "%%% b.VMethod(a)=", b.VMethod(a) -print "%%% b.VMethod(b)=", b.VMethod(b) - diff --git a/environments/g4py/tests/test03/CMakeLists.txt b/environments/g4py/tests/test03/CMakeLists.txt deleted file mode 100644 index 4dfff2a1cd..0000000000 --- a/environments/g4py/tests/test03/CMakeLists.txt +++ /dev/null @@ -1,3 +0,0 @@ -# add teting - -add_test(test03 echo ok) diff --git a/environments/g4py/tests/test03/module/AClass.cc b/environments/g4py/tests/test03/module/AClass.cc deleted file mode 100644 index e6e92e79dc..0000000000 --- a/environments/g4py/tests/test03/module/AClass.cc +++ /dev/null @@ -1,63 +0,0 @@ -// -// ******************************************************************** -// * License and Disclaimer * -// * * -// * The Geant4 software is copyright of the Copyright Holders of * -// * the Geant4 Collaboration. It is provided under the terms and * -// * conditions of the Geant4 Software License, included in the file * -// * LICENSE and available at http://cern.ch/geant4/license . These * -// * include a list of copyright holders. * -// * * -// * Neither the authors of this software system, nor their employing * -// * institutes,nor the agencies providing financial support for this * -// * work make any representation or warranty, express or implied, * -// * regarding this software system or assume any liability for its * -// * use. Please see the license in the file LICENSE and URL above * -// * for the full disclaimer and the limitation of liability. * -// * * -// * This code implementation is the result of the scientific and * -// * technical work of the GEANT4 collaboration. * -// * By using, copying, modifying or distributing the software (or * -// * any work based on the software) you agree to acknowledge its * -// * use in resulting scientific publications, and indicate your * -// * acceptance of all terms of the Geant4 Software license. * -// ******************************************************************** -// -// ==================================================================== -// AClass.cc -// -// 2004 Q -// ==================================================================== -#include "AClass.hh" - - -AClass* AClass::thePointer= 0; - -// ==================================================================== -// -// class description -// -// ==================================================================== - -//////////////// -AClass::AClass() -//////////////// -{ -} - - -///////////////// -AClass::~AClass() -///////////////// -{ - thePointer= 0; -} - -//////////////////////////// -AClass* AClass::GetPointer() -//////////////////////////// -{ - if(thePointer==0) thePointer= new AClass(); - return thePointer; -} - diff --git a/environments/g4py/tests/test03/module/AClass.hh b/environments/g4py/tests/test03/module/AClass.hh deleted file mode 100644 index baa3d5cf23..0000000000 --- a/environments/g4py/tests/test03/module/AClass.hh +++ /dev/null @@ -1,52 +0,0 @@ -// -// ******************************************************************** -// * License and Disclaimer * -// * * -// * The Geant4 software is copyright of the Copyright Holders of * -// * the Geant4 Collaboration. It is provided under the terms and * -// * conditions of the Geant4 Software License, included in the file * -// * LICENSE and available at http://cern.ch/geant4/license . These * -// * include a list of copyright holders. * -// * * -// * Neither the authors of this software system, nor their employing * -// * institutes,nor the agencies providing financial support for this * -// * work make any representation or warranty, express or implied, * -// * regarding this software system or assume any liability for its * -// * use. Please see the license in the file LICENSE and URL above * -// * for the full disclaimer and the limitation of liability. * -// * * -// * This code implementation is the result of the scientific and * -// * technical work of the GEANT4 collaboration. * -// * By using, copying, modifying or distributing the software (or * -// * any work based on the software) you agree to acknowledge its * -// * use in resulting scientific publications, and indicate your * -// * acceptance of all terms of the Geant4 Software license. * -// ******************************************************************** -// -// ==================================================================== -// AClass.hh -// -// 2004 Q -// ==================================================================== -#ifndef ACLASS_H -#define ACLASS_H - -// ==================================================================== -// -// class definition -// -// ==================================================================== - -class AClass { -protected: - static AClass* thePointer; - AClass(); - -public: - ~AClass(); - - static AClass* GetPointer(); - -}; - -#endif diff --git a/environments/g4py/tests/test03/module/CMakeLists.txt b/environments/g4py/tests/test03/module/CMakeLists.txt deleted file mode 100644 index 32767db249..0000000000 --- a/environments/g4py/tests/test03/module/CMakeLists.txt +++ /dev/null @@ -1,26 +0,0 @@ -# - build test library - -include_directories( - ${PYTHON_INCLUDE_PATH} - ${Boost_INCLUDE_DIRS} -) - -link_directories(${Boost_LIBRARY_DIRS}) - -# library -set(_TARGET test03) -add_library( - ${_TARGET} SHARED - AClass.cc - test03.cc -) - -set_target_properties(${_TARGET} PROPERTIES PREFIX "") -set_target_properties(${_TARGET} PROPERTIES OUTPUT_NAME "test03") -set_target_properties(${_TARGET} PROPERTIES SUFFIX ".so") - - -target_link_libraries (${_TARGET} ${BOOST_PYTHON_LIB} ${PYTHON_LIBRARIES}) - -# install -install(TARGETS ${_TARGET} LIBRARY DESTINATION ${TEST_MODULES_INSTALL_DIR}) diff --git a/environments/g4py/tests/test03/module/test03.cc b/environments/g4py/tests/test03/module/test03.cc deleted file mode 100644 index 42052edba2..0000000000 --- a/environments/g4py/tests/test03/module/test03.cc +++ /dev/null @@ -1,45 +0,0 @@ -// -// ******************************************************************** -// * License and Disclaimer * -// * * -// * The Geant4 software is copyright of the Copyright Holders of * -// * the Geant4 Collaboration. It is provided under the terms and * -// * conditions of the Geant4 Software License, included in the file * -// * LICENSE and available at http://cern.ch/geant4/license . These * -// * include a list of copyright holders. * -// * * -// * Neither the authors of this software system, nor their employing * -// * institutes,nor the agencies providing financial support for this * -// * work make any representation or warranty, express or implied, * -// * regarding this software system or assume any liability for its * -// * use. Please see the license in the file LICENSE and URL above * -// * for the full disclaimer and the limitation of liability. * -// * * -// * This code implementation is the result of the scientific and * -// * technical work of the GEANT4 collaboration. * -// * By using, copying, modifying or distributing the software (or * -// * any work based on the software) you agree to acknowledge its * -// * use in resulting scientific publications, and indicate your * -// * acceptance of all terms of the Geant4 Software license. * -// ******************************************************************** -// -// ==================================================================== -// test03.cc -// -// Singleton class (w/o public constructor) can be exposed? -// -// 2005 Q -// ==================================================================== -#include - -#include "AClass.hh" - -using namespace boost::python; - -BOOST_PYTHON_MODULE(test03) { - class_("AClass", "Singleton") - .def("GetPointer", &AClass::GetPointer, - return_value_policy()) - ; -} - diff --git a/environments/g4py/tests/test04/CMakeLists.txt b/environments/g4py/tests/test04/CMakeLists.txt deleted file mode 100644 index 004c669a71..0000000000 --- a/environments/g4py/tests/test04/CMakeLists.txt +++ /dev/null @@ -1,9 +0,0 @@ -# add teting - -add_test(test04-1 python test1.py) -configure_file(test1.py test1.py) -set_property(TEST test04-1 PROPERTY ENVIRONMENT PYTHONPATH=./module) -# -add_test(test04-2 python test2.py) -configure_file(test2.py test2.py) -set_property(TEST test04-2 PROPERTY ENVIRONMENT PYTHONPATH=./module) diff --git a/environments/g4py/tests/test04/module/CMakeLists.txt b/environments/g4py/tests/test04/module/CMakeLists.txt deleted file mode 100644 index 44dca33ae1..0000000000 --- a/environments/g4py/tests/test04/module/CMakeLists.txt +++ /dev/null @@ -1,27 +0,0 @@ -# - build test library - -include_directories( - ${PYTHON_INCLUDE_PATH} - ${Boost_INCLUDE_DIRS} -) - -link_directories(${Boost_LIBRARY_DIRS}) - -# library -set(_TARGET test04) -add_library( - ${_TARGET} SHARED - Step.cc - Track.cc - test04.cc -) - -set_target_properties(${_TARGET} PROPERTIES PREFIX "") -set_target_properties(${_TARGET} PROPERTIES OUTPUT_NAME "test04") -set_target_properties(${_TARGET} PROPERTIES SUFFIX ".so") - - -target_link_libraries (${_TARGET} ${BOOST_PYTHON_LIB} ${PYTHON_LIBRARIES}) - -# install -install(TARGETS ${_TARGET} LIBRARY DESTINATION ${TEST_MODULES_INSTALL_DIR}) diff --git a/environments/g4py/tests/test04/module/Step.cc b/environments/g4py/tests/test04/module/Step.cc deleted file mode 100644 index 83c6633ce0..0000000000 --- a/environments/g4py/tests/test04/module/Step.cc +++ /dev/null @@ -1,57 +0,0 @@ -// -// ******************************************************************** -// * License and Disclaimer * -// * * -// * The Geant4 software is copyright of the Copyright Holders of * -// * the Geant4 Collaboration. It is provided under the terms and * -// * conditions of the Geant4 Software License, included in the file * -// * LICENSE and available at http://cern.ch/geant4/license . These * -// * include a list of copyright holders. * -// * * -// * Neither the authors of this software system, nor their employing * -// * institutes,nor the agencies providing financial support for this * -// * work make any representation or warranty, express or implied, * -// * regarding this software system or assume any liability for its * -// * use. Please see the license in the file LICENSE and URL above * -// * for the full disclaimer and the limitation of liability. * -// * * -// * This code implementation is the result of the scientific and * -// * technical work of the GEANT4 collaboration. * -// * By using, copying, modifying or distributing the software (or * -// * any work based on the software) you agree to acknowledge its * -// * use in resulting scientific publications, and indicate your * -// * acceptance of all terms of the Geant4 Software license. * -// ******************************************************************** -// -// ==================================================================== -// Step.cc -// -// 2005 Q -// ==================================================================== -#include "Step.hh" -#include - -// ==================================================================== -// -// class description -// -// ==================================================================== - -//////////// -Step::Step() - : x(0) -//////////// -{ - std::cout << "Step is created. @" - << this << std::endl; -} - - -///////////// -Step::~Step() -///////////// -{ - std::cout << "Step is deleted. @" - << this << std::endl; -} - diff --git a/environments/g4py/tests/test04/module/Step.hh b/environments/g4py/tests/test04/module/Step.hh deleted file mode 100644 index 4226befaa7..0000000000 --- a/environments/g4py/tests/test04/module/Step.hh +++ /dev/null @@ -1,59 +0,0 @@ -// -// ******************************************************************** -// * License and Disclaimer * -// * * -// * The Geant4 software is copyright of the Copyright Holders of * -// * the Geant4 Collaboration. It is provided under the terms and * -// * conditions of the Geant4 Software License, included in the file * -// * LICENSE and available at http://cern.ch/geant4/license . These * -// * include a list of copyright holders. * -// * * -// * Neither the authors of this software system, nor their employing * -// * institutes,nor the agencies providing financial support for this * -// * work make any representation or warranty, express or implied, * -// * regarding this software system or assume any liability for its * -// * use. Please see the license in the file LICENSE and URL above * -// * for the full disclaimer and the limitation of liability. * -// * * -// * This code implementation is the result of the scientific and * -// * technical work of the GEANT4 collaboration. * -// * By using, copying, modifying or distributing the software (or * -// * any work based on the software) you agree to acknowledge its * -// * use in resulting scientific publications, and indicate your * -// * acceptance of all terms of the Geant4 Software license. * -// ******************************************************************** -// -// ==================================================================== -// Step.hh -// -// 2004 Q -// ==================================================================== -#ifndef STEP_H -#define STEP_H - -// ==================================================================== -// -// class definition -// -// ==================================================================== - -class Step { -private: - double x; - -public: - Step(); - ~Step(); - - void SetX(double x0); - double GetX() const; - -}; - -// ==================================================================== -// inline functions -// ==================================================================== -inline void Step::SetX(double x0) { x= x0; } -inline double Step::GetX() const { return x; } - -#endif diff --git a/environments/g4py/tests/test04/module/Track.cc b/environments/g4py/tests/test04/module/Track.cc deleted file mode 100644 index ed969e2917..0000000000 --- a/environments/g4py/tests/test04/module/Track.cc +++ /dev/null @@ -1,95 +0,0 @@ -// -// ******************************************************************** -// * License and Disclaimer * -// * * -// * The Geant4 software is copyright of the Copyright Holders of * -// * the Geant4 Collaboration. It is provided under the terms and * -// * conditions of the Geant4 Software License, included in the file * -// * LICENSE and available at http://cern.ch/geant4/license . These * -// * include a list of copyright holders. * -// * * -// * Neither the authors of this software system, nor their employing * -// * institutes,nor the agencies providing financial support for this * -// * work make any representation or warranty, express or implied, * -// * regarding this software system or assume any liability for its * -// * use. Please see the license in the file LICENSE and URL above * -// * for the full disclaimer and the limitation of liability. * -// * * -// * This code implementation is the result of the scientific and * -// * technical work of the GEANT4 collaboration. * -// * By using, copying, modifying or distributing the software (or * -// * any work based on the software) you agree to acknowledge its * -// * use in resulting scientific publications, and indicate your * -// * acceptance of all terms of the Geant4 Software license. * -// ******************************************************************** -// -// ==================================================================== -// Track.cc -// -// 2005 Q -// ==================================================================== -#include "Track.hh" -#include "Step.hh" -#include - -// ==================================================================== -// -// class description -// -// ==================================================================== - -////////////// -Track::Track() -////////////// -{ - std::cout << "Track is created. @" - << this << std::endl; - step= new Step(); -} - -/////////////// -Track::~Track() -/////////////// -{ - std::cout << "Track is deleted. @" - << this << std::endl; - delete step; -} - - -////////////////////////////////// -const Step* Track::GetStep() const -////////////////////////////////// -{ - return step; -} - - -/////////////////////////////////// -const Step* Track::GetStep1() const -/////////////////////////////////// -{ - return GetStep(); -} - -/////////////////////////////////// -const Step* Track::GetStep2() const -/////////////////////////////////// -{ - return GetStep(); -} - -/////////////////////////////////// -const Step* Track::GetStep3() const -/////////////////////////////////// -{ - return GetStep(); -} - -/////////////////////////////////// -const Step* Track::GetStep4() const -/////////////////////////////////// -{ - return GetStep(); -} - diff --git a/environments/g4py/tests/test04/module/Track.hh b/environments/g4py/tests/test04/module/Track.hh deleted file mode 100644 index ab2afb5908..0000000000 --- a/environments/g4py/tests/test04/module/Track.hh +++ /dev/null @@ -1,58 +0,0 @@ -// -// ******************************************************************** -// * License and Disclaimer * -// * * -// * The Geant4 software is copyright of the Copyright Holders of * -// * the Geant4 Collaboration. It is provided under the terms and * -// * conditions of the Geant4 Software License, included in the file * -// * LICENSE and available at http://cern.ch/geant4/license . These * -// * include a list of copyright holders. * -// * * -// * Neither the authors of this software system, nor their employing * -// * institutes,nor the agencies providing financial support for this * -// * work make any representation or warranty, express or implied, * -// * regarding this software system or assume any liability for its * -// * use. Please see the license in the file LICENSE and URL above * -// * for the full disclaimer and the limitation of liability. * -// * * -// * This code implementation is the result of the scientific and * -// * technical work of the GEANT4 collaboration. * -// * By using, copying, modifying or distributing the software (or * -// * any work based on the software) you agree to acknowledge its * -// * use in resulting scientific publications, and indicate your * -// * acceptance of all terms of the Geant4 Software license. * -// ******************************************************************** -// -// ==================================================================== -// Track.hh -// -// 2005 Q -// ==================================================================== -#ifndef TRACK_H -#define TRACK_H - - -// ==================================================================== -// -// class definition -// -// ==================================================================== -class Step; - -class Track { -private: - Step* step; - -public: - Track(); - ~Track(); - - const Step* GetStep() const; - const Step* GetStep1() const; - const Step* GetStep2() const; - const Step* GetStep3() const; - const Step* GetStep4() const; - -}; - -#endif diff --git a/environments/g4py/tests/test04/module/test04.cc b/environments/g4py/tests/test04/module/test04.cc deleted file mode 100644 index 8179897506..0000000000 --- a/environments/g4py/tests/test04/module/test04.cc +++ /dev/null @@ -1,57 +0,0 @@ -// -// ******************************************************************** -// * License and Disclaimer * -// * * -// * The Geant4 software is copyright of the Copyright Holders of * -// * the Geant4 Collaboration. It is provided under the terms and * -// * conditions of the Geant4 Software License, included in the file * -// * LICENSE and available at http://cern.ch/geant4/license . These * -// * include a list of copyright holders. * -// * * -// * Neither the authors of this software system, nor their employing * -// * institutes,nor the agencies providing financial support for this * -// * work make any representation or warranty, express or implied, * -// * regarding this software system or assume any liability for its * -// * use. Please see the license in the file LICENSE and URL above * -// * for the full disclaimer and the limitation of liability. * -// * * -// * This code implementation is the result of the scientific and * -// * technical work of the GEANT4 collaboration. * -// * By using, copying, modifying or distributing the software (or * -// * any work based on the software) you agree to acknowledge its * -// * use in resulting scientific publications, and indicate your * -// * acceptance of all terms of the Geant4 Software license. * -// ******************************************************************** -// -// ==================================================================== -// test04.cc -// -// test of "Call Policies" -// -// 2005 Q -// ==================================================================== -#include - -#include "Step.hh" -#include "Track.hh" - -using namespace boost::python; - -BOOST_PYTHON_MODULE(test04) { - class_( "Step", "step class") - .def(init<>()) - .add_property("x", &Step::GetX, &Step::SetX) - ; - - class_( "Track", "track class") - .def(init<>()) - .def("GetStep1", &Track::GetStep1, - return_internal_reference<>()) - .def("GetStep2", &Track::GetStep2, - return_value_policy()) - // this is invalid, just for test - .def("GetStep3", &Track::GetStep3, - return_value_policy()) - ; -} - diff --git a/environments/g4py/tests/test04/test1.py b/environments/g4py/tests/test04/test1.py deleted file mode 100755 index bea3ad5b4a..0000000000 --- a/environments/g4py/tests/test04/test1.py +++ /dev/null @@ -1,28 +0,0 @@ -#!/usr/bin/python -# ================================================================== -# python script for Geant4Py test -# -# -# ================================================================== -import test04, sys - -atrack= test04.Track() -print "<<< ref#(atrack)=", sys.getrefcount(atrack) - - -astep= atrack.GetStep1() -print "<<< ref#(atrack, astep)=",\ - sys.getrefcount(atrack),\ - sys.getrefcount(astep) -del astep -print "<<< delete astep" -print "<<< ref#(atrack)=", sys.getrefcount(atrack) - -print "" -bstep= atrack.GetStep1() -bstep= test04.Step() -print "<<< previous step is still remain?" - -print "" -print "--- stderr ---" - diff --git a/environments/g4py/tests/test04/test2.py b/environments/g4py/tests/test04/test2.py deleted file mode 100755 index 4c1b353c90..0000000000 --- a/environments/g4py/tests/test04/test2.py +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/python -# ================================================================== -# python script for Geant4Py test -# -# -# ================================================================== -import test04, sys - -btrack= test04.Track() -print "<<< ref#(btrack)=", sys.getrefcount(btrack) -bstep= btrack.GetStep2() -print "<<< ref#(btrack, bstep)=",\ - sys.getrefcount(btrack),\ - sys.getrefcount(bstep) -del bstep -print "<<< delete bstep" -print "<<< ref#(btrack)=", sys.getrefcount(btrack) - - -print "" -cstep= btrack.GetStep2() -cstep= test04.Step() -print "<<< previous step is still remain?" - - -print "" -print "--- stderr ---" - - diff --git a/environments/g4py/tests/test04/test3.py b/environments/g4py/tests/test04/test3.py deleted file mode 100755 index 2c14dbd701..0000000000 --- a/environments/g4py/tests/test04/test3.py +++ /dev/null @@ -1,31 +0,0 @@ -#!/usr/bin/python -# ================================================================== -# python script for Geant4Py test -# -# This script is just for test use. It will crash. -# ================================================================== -import test04, sys - -print "*** This script is just for test use. It will crash!" - -ctrack= test04.Track() -print "<<< ref#(ctrack)=", sys.getrefcount(ctrack) -cstep= ctrack.GetStep3() -print "<<< ref#(ctrack, cstep)=",\ - sys.getrefcount(ctrack),\ - sys.getrefcount(cstep) -del cstep -print "<<< delete cstep" -print "<<< ref#(ctrack)=", sys.getrefcount(ctrack) - - -print "" -cstep= ctrack.GetStep3() -cstep= test04.Step() -print "<<< previous step is still remain?" - - -print "" -print "--- stderr ---" - - diff --git a/environments/g4py/tests/test05/CMakeLists.txt b/environments/g4py/tests/test05/CMakeLists.txt deleted file mode 100644 index 8423d8d910..0000000000 --- a/environments/g4py/tests/test05/CMakeLists.txt +++ /dev/null @@ -1,5 +0,0 @@ -# add teting - -add_test(test05 python test.py) -configure_file(test.py test.py) -set_property(TEST test05 PROPERTY ENVIRONMENT PYTHONPATH=./module) diff --git a/environments/g4py/tests/test05/module/AClass.cc b/environments/g4py/tests/test05/module/AClass.cc deleted file mode 100644 index eb4131d001..0000000000 --- a/environments/g4py/tests/test05/module/AClass.cc +++ /dev/null @@ -1,107 +0,0 @@ -// -// ******************************************************************** -// * License and Disclaimer * -// * * -// * The Geant4 software is copyright of the Copyright Holders of * -// * the Geant4 Collaboration. It is provided under the terms and * -// * conditions of the Geant4 Software License, included in the file * -// * LICENSE and available at http://cern.ch/geant4/license . These * -// * include a list of copyright holders. * -// * * -// * Neither the authors of this software system, nor their employing * -// * institutes,nor the agencies providing financial support for this * -// * work make any representation or warranty, express or implied, * -// * regarding this software system or assume any liability for its * -// * use. Please see the license in the file LICENSE and URL above * -// * for the full disclaimer and the limitation of liability. * -// * * -// * This code implementation is the result of the scientific and * -// * technical work of the GEANT4 collaboration. * -// * By using, copying, modifying or distributing the software (or * -// * any work based on the software) you agree to acknowledge its * -// * use in resulting scientific publications, and indicate your * -// * acceptance of all terms of the Geant4 Software license. * -// ******************************************************************** -// -// ==================================================================== -// AClass.cc -// -// 2005 Q -// ==================================================================== -#include "AClass.hh" -#include - -// ==================================================================== -// -// class description -// -// ==================================================================== - -//////////////// -AClass::AClass() - : ival(0) -//////////////// -{ -} - -/////////////////////////////// -AClass::AClass(int i, double d) - : ival(i) -/////////////////////////////// -{ - std::cout << "*** AClass constructor, d= "<< d << std::endl; -} - -///////////////// -AClass::~AClass() -///////////////// -{ -} - - -///////////////////// -int AClass::AMethod() -///////////////////// -{ - return 0; -} - -////////////////////////// -int AClass::AMethod(int i) -////////////////////////// -{ - return 1; -} - - -//////////////////////////////////// -int AClass::AMethod(int i, double d) -//////////////////////////////////// -{ - return 2; -} - - - -////////////////////// -int AClass::BMethod() -////////////////////// -{ - return 0; -} - -//////////////////////////////// -double AClass::BMethod(double d) -//////////////////////////////// -{ - return 1.; - -} - -/////////////////////////////////////////////////// -double AClass::CMethod(int i, double d1, double d2) -/////////////////////////////////////////////////// -{ - return i*d1*d2; -} - diff --git a/environments/g4py/tests/test05/module/AClass.hh b/environments/g4py/tests/test05/module/AClass.hh deleted file mode 100644 index 4ce59cf857..0000000000 --- a/environments/g4py/tests/test05/module/AClass.hh +++ /dev/null @@ -1,71 +0,0 @@ -// -// ******************************************************************** -// * License and Disclaimer * -// * * -// * The Geant4 software is copyright of the Copyright Holders of * -// * the Geant4 Collaboration. It is provided under the terms and * -// * conditions of the Geant4 Software License, included in the file * -// * LICENSE and available at http://cern.ch/geant4/license . These * -// * include a list of copyright holders. * -// * * -// * Neither the authors of this software system, nor their employing * -// * institutes,nor the agencies providing financial support for this * -// * work make any representation or warranty, express or implied, * -// * regarding this software system or assume any liability for its * -// * use. Please see the license in the file LICENSE and URL above * -// * for the full disclaimer and the limitation of liability. * -// * * -// * This code implementation is the result of the scientific and * -// * technical work of the GEANT4 collaboration. * -// * By using, copying, modifying or distributing the software (or * -// * any work based on the software) you agree to acknowledge its * -// * use in resulting scientific publications, and indicate your * -// * acceptance of all terms of the Geant4 Software license. * -// ******************************************************************** -// -// ==================================================================== -// AClass.hh -// -// 2005 Q -// ==================================================================== -#ifndef ACLASS_H -#define ACLASS_H - -// ==================================================================== -// -// class definition -// -// ==================================================================== - -class AClass { -private: - int ival; - -public: - AClass(); - AClass(int i, double d=0.); - ~AClass(); - - void SetIVal(int i); - int GetIVal() const; - - int AMethod(); - int AMethod(int i); - int AMethod(int i, double d); - - int BMethod(); - double BMethod(double d); - - double CMethod(int i, double d1=1., double d2=2.); - -}; - -// ==================================================================== -// inline functions -// ==================================================================== - -inline void AClass::SetIVal(int i) { ival= i; } -inline int AClass::GetIVal() const { return ival; } - -#endif - diff --git a/environments/g4py/tests/test05/module/CMakeLists.txt b/environments/g4py/tests/test05/module/CMakeLists.txt deleted file mode 100644 index 3f715cd67a..0000000000 --- a/environments/g4py/tests/test05/module/CMakeLists.txt +++ /dev/null @@ -1,27 +0,0 @@ -# - build test library - -include_directories( - ${PYTHON_INCLUDE_PATH} - ${Boost_INCLUDE_DIRS} -) - -link_directories(${Boost_LIBRARY_DIRS}) - -# library -set(_TARGET test05) -add_library( - ${_TARGET} SHARED - AClass.cc - XFunc.cc - test05.cc -) - -set_target_properties(${_TARGET} PROPERTIES PREFIX "") -set_target_properties(${_TARGET} PROPERTIES OUTPUT_NAME "test05") -set_target_properties(${_TARGET} PROPERTIES SUFFIX ".so") - - -target_link_libraries (${_TARGET} ${BOOST_PYTHON_LIB} ${PYTHON_LIBRARIES}) - -# install -install(TARGETS ${_TARGET} LIBRARY DESTINATION ${TEST_MODULES_INSTALL_DIR}) diff --git a/environments/g4py/tests/test05/module/XFunc.cc b/environments/g4py/tests/test05/module/XFunc.cc deleted file mode 100644 index 2842778bf9..0000000000 --- a/environments/g4py/tests/test05/module/XFunc.cc +++ /dev/null @@ -1,69 +0,0 @@ -// -// ******************************************************************** -// * License and Disclaimer * -// * * -// * The Geant4 software is copyright of the Copyright Holders of * -// * the Geant4 Collaboration. It is provided under the terms and * -// * conditions of the Geant4 Software License, included in the file * -// * LICENSE and available at http://cern.ch/geant4/license . These * -// * include a list of copyright holders. * -// * * -// * Neither the authors of this software system, nor their employing * -// * institutes,nor the agencies providing financial support for this * -// * work make any representation or warranty, express or implied, * -// * regarding this software system or assume any liability for its * -// * use. Please see the license in the file LICENSE and URL above * -// * for the full disclaimer and the limitation of liability. * -// * * -// * This code implementation is the result of the scientific and * -// * technical work of the GEANT4 collaboration. * -// * By using, copying, modifying or distributing the software (or * -// * any work based on the software) you agree to acknowledge its * -// * use in resulting scientific publications, and indicate your * -// * acceptance of all terms of the Geant4 Software license. * -// ******************************************************************** -// -// ==================================================================== -// XFunc.cc -// -// 2005 Q -// ==================================================================== -#include "XFunc.hh" - -// ==================================================================== -// -// class description -// -// ==================================================================== - -int func1(int i) -{ - return i; -} - -double func1(int i, double d) -{ - return i*d; -} - - -int func2(int i) -{ - return i; -} - -int func2(int i0, int i1) -{ - return i0*i1; -} - -int func3(int i) -{ - return 0; -} - -int func3(double d) -{ - return 1; -} - diff --git a/environments/g4py/tests/test05/module/XFunc.hh b/environments/g4py/tests/test05/module/XFunc.hh deleted file mode 100644 index ffb5542e7f..0000000000 --- a/environments/g4py/tests/test05/module/XFunc.hh +++ /dev/null @@ -1,44 +0,0 @@ -// -// ******************************************************************** -// * License and Disclaimer * -// * * -// * The Geant4 software is copyright of the Copyright Holders of * -// * the Geant4 Collaboration. It is provided under the terms and * -// * conditions of the Geant4 Software License, included in the file * -// * LICENSE and available at http://cern.ch/geant4/license . These * -// * include a list of copyright holders. * -// * * -// * Neither the authors of this software system, nor their employing * -// * institutes,nor the agencies providing financial support for this * -// * work make any representation or warranty, express or implied, * -// * regarding this software system or assume any liability for its * -// * use. Please see the license in the file LICENSE and URL above * -// * for the full disclaimer and the limitation of liability. * -// * * -// * This code implementation is the result of the scientific and * -// * technical work of the GEANT4 collaboration. * -// * By using, copying, modifying or distributing the software (or * -// * any work based on the software) you agree to acknowledge its * -// * use in resulting scientific publications, and indicate your * -// * acceptance of all terms of the Geant4 Software license. * -// ******************************************************************** -// -// ==================================================================== -// XFunc.hh -// -// 2005 Q -// ==================================================================== -#ifndef XFUNC_H -#define XFUNC_H - -int func1(int i); -double func1(int i, double d); - -int func2(int i); -int func2(int i0, int i1); - -int func3(int i); -int func3(double d); - -#endif - diff --git a/environments/g4py/tests/test05/module/test05.cc b/environments/g4py/tests/test05/module/test05.cc deleted file mode 100644 index adc5323f14..0000000000 --- a/environments/g4py/tests/test05/module/test05.cc +++ /dev/null @@ -1,81 +0,0 @@ -// -// ******************************************************************** -// * License and Disclaimer * -// * * -// * The Geant4 software is copyright of the Copyright Holders of * -// * the Geant4 Collaboration. It is provided under the terms and * -// * conditions of the Geant4 Software License, included in the file * -// * LICENSE and available at http://cern.ch/geant4/license . These * -// * include a list of copyright holders. * -// * * -// * Neither the authors of this software system, nor their employing * -// * institutes,nor the agencies providing financial support for this * -// * work make any representation or warranty, express or implied, * -// * regarding this software system or assume any liability for its * -// * use. Please see the license in the file LICENSE and URL above * -// * for the full disclaimer and the limitation of liability. * -// * * -// * This code implementation is the result of the scientific and * -// * technical work of the GEANT4 collaboration. * -// * By using, copying, modifying or distributing the software (or * -// * any work based on the software) you agree to acknowledge its * -// * use in resulting scientific publications, and indicate your * -// * acceptance of all terms of the Geant4 Software license. * -// ******************************************************************** -// -// ==================================================================== -// test05.cc -// -// test of function overloading -// - constructor -// - default arguments -// - auto-overloading -// - docstrings -// -// 2005 Q -// ==================================================================== -#include - -#include "XFunc.hh" -#include "AClass.hh" - -using namespace boost::python; - -BOOST_PYTHON_FUNCTION_OVERLOADS(f_func2, func2, 1, 2); -//int(*func2_1)(int) = func2; -//int(*func2_2)(int,int) = func2; - -int(*func3_1)(int)= func3; -int(*func3_2)(double)= func3; - -BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS(f_AMethod, AMethod, 0, 2); -BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS(f_CMethod, CMethod, 1, 3); - -int(AClass::*f1_BMethod)() = &AClass::BMethod; -double(AClass::*f2_BMethod)(double) = &AClass::BMethod; - - -BOOST_PYTHON_MODULE(test05) { - // this is a temporal solution - def("func2", (int(*)(int,int))0, f_func2()); - //def("func2", func2_1); - //def("func2", func2_2); - - def("func3", func3_2); - def("func3", func3_1); - - class_( "AClass", "a class") - .def(init<>()) - .def(init >()) - .add_property("i", &AClass::GetIVal, &AClass::SetIVal) - .def("AMethod", (int(AClass::*)(int,double))0, - f_AMethod(args("i","d"), "amethod")) - .def("BMethod", f1_BMethod) - .def("BMethod", f2_BMethod, args("i","d"), "bmethod2") - .def("CMethod", &AClass::CMethod, - f_CMethod((arg("i"), arg("d1")=1., arg("d2")=2.), - "cmethod: return i*d1*d2") - ) - ; -} - diff --git a/environments/g4py/tests/test05/test.py b/environments/g4py/tests/test05/test.py deleted file mode 100755 index 7427ffb75c..0000000000 --- a/environments/g4py/tests/test05/test.py +++ /dev/null @@ -1,39 +0,0 @@ -#!/usr/bin/python -# ================================================================== -# python script for Geant4Py test -# -# -# ================================================================== -import test05 - -print "AClass(2,3.)" -a= test05.AClass(2,3.) -print "a.i=", a.i - -print "" -print "func2(10)=", test05.func2(10) -print "func2(10,100)=", test05.func2(10, 100) - -print "" -print "func3(1)=", test05.func3(1) -print "func3(1.)=", test05.func3(1.) - -print "" -print "AMethod()=", a.AMethod() -print "AMethod(1)=", a.AMethod(1) -print "AMethod(1,2.)=", a.AMethod(1,2.) - -print "" -print "BMethod()=", a.BMethod() -print "BMethod(1.)=", a.BMethod(1.) - -print "" -print "CMethod(1)=", a.CMethod(1) -print "CMethod(1,10.)=", a.CMethod(1,10.) -print "CMethod(1,10.,100.)=", a.CMethod(1,10.,100.) - -print "" -try: - a.AMethod(1,2,3) # error -except: - print "*** ERRORS!! ***" diff --git a/environments/g4py/tests/test06/CMakeLists.txt b/environments/g4py/tests/test06/CMakeLists.txt deleted file mode 100644 index afed89a0b4..0000000000 --- a/environments/g4py/tests/test06/CMakeLists.txt +++ /dev/null @@ -1,5 +0,0 @@ -# add teting - -add_test(test06 python test.py) -configure_file(test.py test.py) -set_property(TEST test06 PROPERTY ENVIRONMENT PYTHONPATH=./module) diff --git a/environments/g4py/tests/test06/module/CMakeLists.txt b/environments/g4py/tests/test06/module/CMakeLists.txt deleted file mode 100644 index c22bb082ac..0000000000 --- a/environments/g4py/tests/test06/module/CMakeLists.txt +++ /dev/null @@ -1,27 +0,0 @@ -# - build test library - -include_directories( - ${PYTHON_INCLUDE_PATH} - ${Boost_INCLUDE_DIRS} -) - -link_directories(${Boost_LIBRARY_DIRS}) - -# library -set(_TARGET test06) -add_library( - ${_TARGET} SHARED - XBase.cc - ZBase.cc - test06.cc -) - -set_target_properties(${_TARGET} PROPERTIES PREFIX "") -set_target_properties(${_TARGET} PROPERTIES OUTPUT_NAME "test06") -set_target_properties(${_TARGET} PROPERTIES SUFFIX ".so") - - -target_link_libraries (${_TARGET} ${BOOST_PYTHON_LIB} ${PYTHON_LIBRARIES}) - -# install -install(TARGETS ${_TARGET} LIBRARY DESTINATION ${TEST_MODULES_INSTALL_DIR}) diff --git a/environments/g4py/tests/test06/module/XBase.cc b/environments/g4py/tests/test06/module/XBase.cc deleted file mode 100644 index deca65536b..0000000000 --- a/environments/g4py/tests/test06/module/XBase.cc +++ /dev/null @@ -1,52 +0,0 @@ -// -// ******************************************************************** -// * License and Disclaimer * -// * * -// * The Geant4 software is copyright of the Copyright Holders of * -// * the Geant4 Collaboration. It is provided under the terms and * -// * conditions of the Geant4 Software License, included in the file * -// * LICENSE and available at http://cern.ch/geant4/license . These * -// * include a list of copyright holders. * -// * * -// * Neither the authors of this software system, nor their employing * -// * institutes,nor the agencies providing financial support for this * -// * work make any representation or warranty, express or implied, * -// * regarding this software system or assume any liability for its * -// * use. Please see the license in the file LICENSE and URL above * -// * for the full disclaimer and the limitation of liability. * -// * * -// * This code implementation is the result of the scientific and * -// * technical work of the GEANT4 collaboration. * -// * By using, copying, modifying or distributing the software (or * -// * any work based on the software) you agree to acknowledge its * -// * use in resulting scientific publications, and indicate your * -// * acceptance of all terms of the Geant4 Software license. * -// ******************************************************************** -// -// ==================================================================== -// XBase.cc -// -// 2005 Q -// ==================================================================== -#include "XBase.hh" -#include - -// ==================================================================== -// -// class description -// -// ==================================================================== - -////////////// -XBase::XBase() - : ival(100) -////////////// -{ -} - -/////////////// -XBase::~XBase() -/////////////// -{ -} - diff --git a/environments/g4py/tests/test06/module/XBase.hh b/environments/g4py/tests/test06/module/XBase.hh deleted file mode 100644 index c8a0098511..0000000000 --- a/environments/g4py/tests/test06/module/XBase.hh +++ /dev/null @@ -1,64 +0,0 @@ -// -// ******************************************************************** -// * License and Disclaimer * -// * * -// * The Geant4 software is copyright of the Copyright Holders of * -// * the Geant4 Collaboration. It is provided under the terms and * -// * conditions of the Geant4 Software License, included in the file * -// * LICENSE and available at http://cern.ch/geant4/license . These * -// * include a list of copyright holders. * -// * * -// * Neither the authors of this software system, nor their employing * -// * institutes,nor the agencies providing financial support for this * -// * work make any representation or warranty, express or implied, * -// * regarding this software system or assume any liability for its * -// * use. Please see the license in the file LICENSE and URL above * -// * for the full disclaimer and the limitation of liability. * -// * * -// * This code implementation is the result of the scientific and * -// * technical work of the GEANT4 collaboration. * -// * By using, copying, modifying or distributing the software (or * -// * any work based on the software) you agree to acknowledge its * -// * use in resulting scientific publications, and indicate your * -// * acceptance of all terms of the Geant4 Software license. * -// ******************************************************************** -// -// ==================================================================== -// XBase.hh -// -// 2005 Q -// ==================================================================== -#ifndef XBASE_H -#define XBASE_H - -#include - -// ==================================================================== -// -// class definition -// -// ==================================================================== - -class XBase { -protected: - int ival; - -public: - XBase(); - virtual ~XBase(); - - inline void SetIVal(int i); - inline int GetIVal() const; - - virtual std::string PVMethod()=0; - -}; - -// ==================================================================== -// inline functions -// ==================================================================== - -inline void XBase::SetIVal(int i) { ival= i; } -inline int XBase::GetIVal() const { return ival; } - -#endif diff --git a/environments/g4py/tests/test06/module/ZBase.cc b/environments/g4py/tests/test06/module/ZBase.cc deleted file mode 100644 index f361417469..0000000000 --- a/environments/g4py/tests/test06/module/ZBase.cc +++ /dev/null @@ -1,67 +0,0 @@ -// -// ******************************************************************** -// * License and Disclaimer * -// * * -// * The Geant4 software is copyright of the Copyright Holders of * -// * the Geant4 Collaboration. It is provided under the terms and * -// * conditions of the Geant4 Software License, included in the file * -// * LICENSE and available at http://cern.ch/geant4/license . These * -// * include a list of copyright holders. * -// * * -// * Neither the authors of this software system, nor their employing * -// * institutes,nor the agencies providing financial support for this * -// * work make any representation or warranty, express or implied, * -// * regarding this software system or assume any liability for its * -// * use. Please see the license in the file LICENSE and URL above * -// * for the full disclaimer and the limitation of liability. * -// * * -// * This code implementation is the result of the scientific and * -// * technical work of the GEANT4 collaboration. * -// * By using, copying, modifying or distributing the software (or * -// * any work based on the software) you agree to acknowledge its * -// * use in resulting scientific publications, and indicate your * -// * acceptance of all terms of the Geant4 Software license. * -// ******************************************************************** -// -// ==================================================================== -// ZBase.cc -// -// 2005 Q -// ==================================================================== -#include "ZBase.hh" -#include - -// ==================================================================== -// -// class description -// -// ==================================================================== - -////////////// -ZBase::ZBase() -////////////// -{ -} - -/////////////// -ZBase::~ZBase() -/////////////// -{ -} - -///////////////////// -void ZBase::AMethod() -///////////////////// -{ - std::cout << "ZBase::AMethod is called." << std::endl; -} - -//////////////////////////////////////// -void ZBase::VMethod(std::string message) -//////////////////////////////////////// -{ - std::cout << "ZBase::VMethod is called:" - << message - << std::endl; -} - diff --git a/environments/g4py/tests/test06/module/ZBase.hh b/environments/g4py/tests/test06/module/ZBase.hh deleted file mode 100644 index ddf0da6499..0000000000 --- a/environments/g4py/tests/test06/module/ZBase.hh +++ /dev/null @@ -1,52 +0,0 @@ -// -// ******************************************************************** -// * License and Disclaimer * -// * * -// * The Geant4 software is copyright of the Copyright Holders of * -// * the Geant4 Collaboration. It is provided under the terms and * -// * conditions of the Geant4 Software License, included in the file * -// * LICENSE and available at http://cern.ch/geant4/license . These * -// * include a list of copyright holders. * -// * * -// * Neither the authors of this software system, nor their employing * -// * institutes,nor the agencies providing financial support for this * -// * work make any representation or warranty, express or implied, * -// * regarding this software system or assume any liability for its * -// * use. Please see the license in the file LICENSE and URL above * -// * for the full disclaimer and the limitation of liability. * -// * * -// * This code implementation is the result of the scientific and * -// * technical work of the GEANT4 collaboration. * -// * By using, copying, modifying or distributing the software (or * -// * any work based on the software) you agree to acknowledge its * -// * use in resulting scientific publications, and indicate your * -// * acceptance of all terms of the Geant4 Software license. * -// ******************************************************************** -// -// ==================================================================== -// ZBase.hh -// -// 2005 Q -// ==================================================================== -#ifndef ZBASE_H -#define ZBASE_H - -#include - -// ==================================================================== -// -// class definition -// -// ==================================================================== - -class ZBase { -public: - ZBase(); - virtual ~ZBase(); - - void AMethod(); - virtual void VMethod(std::string message); - -}; - -#endif diff --git a/environments/g4py/tests/test06/module/test06.cc b/environments/g4py/tests/test06/module/test06.cc deleted file mode 100644 index 0a85fb8a41..0000000000 --- a/environments/g4py/tests/test06/module/test06.cc +++ /dev/null @@ -1,73 +0,0 @@ -// -// ******************************************************************** -// * License and Disclaimer * -// * * -// * The Geant4 software is copyright of the Copyright Holders of * -// * the Geant4 Collaboration. It is provided under the terms and * -// * conditions of the Geant4 Software License, included in the file * -// * LICENSE and available at http://cern.ch/geant4/license . These * -// * include a list of copyright holders. * -// * * -// * Neither the authors of this software system, nor their employing * -// * institutes,nor the agencies providing financial support for this * -// * work make any representation or warranty, express or implied, * -// * regarding this software system or assume any liability for its * -// * use. Please see the license in the file LICENSE and URL above * -// * for the full disclaimer and the limitation of liability. * -// * * -// * This code implementation is the result of the scientific and * -// * technical work of the GEANT4 collaboration. * -// * By using, copying, modifying or distributing the software (or * -// * any work based on the software) you agree to acknowledge its * -// * use in resulting scientific publications, and indicate your * -// * acceptance of all terms of the Geant4 Software license. * -// ******************************************************************** -// -// ==================================================================== -// test06.cc -// -// test for inheritance -// - inherit C++ base class in Python side -// -// 2005 Q -// ==================================================================== -#include - -#include "XBase.hh" -#include "ZBase.hh" - -using namespace boost::python; - -struct w_XBase : XBase, wrapper { - std::string PVMethod() { - return this-> get_override("PVMethod")(); - } -}; - - -struct w_ZBase : ZBase, wrapper { - void VMethod(std::string message) { - if(override f= this-> get_override("VMethod")) - f(message); - else - ZBase::VMethod(message); - } - - void d_VMethod(std::string message) { - this-> ZBase::VMethod(message); - } -}; - - -BOOST_PYTHON_MODULE(test06) { - //class_("XBase", "base class", no_init) - class_("XBase", "base class") - .add_property("ival", &XBase::GetIVal, &XBase::SetIVal) - .def("PVMethod", pure_virtual(&XBase::PVMethod)) - ; - - class_("ZBase", "base class") - .def("AMethod", &ZBase::AMethod) - .def("VMethod", &ZBase::VMethod, &w_ZBase::d_VMethod) - ; -} diff --git a/environments/g4py/tests/test06/test.py b/environments/g4py/tests/test06/test.py deleted file mode 100755 index 00e005926f..0000000000 --- a/environments/g4py/tests/test06/test.py +++ /dev/null @@ -1,55 +0,0 @@ -#!/usr/bin/python -# ================================================================== -# python script for Geant4Py test -# -# -# ================================================================== -import test06 - -class MyZClass1(test06.ZBase): - "My Class derived from ZBase(C++)" - def AMethod(self): - print "MyZClass::AMethod is called:" - - -class MyZClass2(test06.ZBase): - "My Class derived from ZBase(C++)" - def VMethod(self, message): - print "MyZClass::VMethod is called:", message - - -class MyXClass(test06.XBase): - "My Class derived from XBase(C++)" - def PVMethod(self): - return "PVMethod is called from MyClass" - - -print "*** ZBase..." -z= test06.ZBase() -z.AMethod() -z.VMethod("hello world") - -print "" -print "*** Inherit from ZBase class..." -myz1= MyZClass1() -myz1.AMethod() -myz1.VMethod("XXXX") - -print "*** w/ override" -myz2= MyZClass2() -myz2.VMethod("YYYY") - - -print "" -print "*** Inherit from XBase, pure virtual class..." -myx= MyXClass() -print "myx.ival=", myx.ival -print myx.PVMethod() - -print "" -x= test06.XBase() -try: - x.PVMethod() -except: - print "*** Runtime ERROR occured!" \ - " because pure virtual function is called." diff --git a/environments/g4py/tests/test07/CMakeLists.txt b/environments/g4py/tests/test07/CMakeLists.txt deleted file mode 100644 index a2a92e8729..0000000000 --- a/environments/g4py/tests/test07/CMakeLists.txt +++ /dev/null @@ -1,5 +0,0 @@ -# add teting - -add_test(test07 python test.py) -configure_file(test.py test.py) -set_property(TEST test07 PROPERTY ENVIRONMENT PYTHONPATH=./module) diff --git a/environments/g4py/tests/test07/module/CMakeLists.txt b/environments/g4py/tests/test07/module/CMakeLists.txt deleted file mode 100644 index 17944273d2..0000000000 --- a/environments/g4py/tests/test07/module/CMakeLists.txt +++ /dev/null @@ -1,25 +0,0 @@ -# - build test library - -include_directories( - ${PYTHON_INCLUDE_PATH} - ${Boost_INCLUDE_DIRS} -) - -link_directories(${Boost_LIBRARY_DIRS}) - -# library -set(_TARGET test07) -add_library( - ${_TARGET} SHARED - test07.cc -) - -set_target_properties(${_TARGET} PROPERTIES PREFIX "") -set_target_properties(${_TARGET} PROPERTIES OUTPUT_NAME "test07") -set_target_properties(${_TARGET} PROPERTIES SUFFIX ".so") - - -target_link_libraries (${_TARGET} ${BOOST_PYTHON_LIB} ${PYTHON_LIBRARIES}) - -# install -install(TARGETS ${_TARGET} LIBRARY DESTINATION ${TEST_MODULES_INSTALL_DIR}) diff --git a/environments/g4py/tests/test07/module/test07.cc b/environments/g4py/tests/test07/module/test07.cc deleted file mode 100644 index d9911f899b..0000000000 --- a/environments/g4py/tests/test07/module/test07.cc +++ /dev/null @@ -1,51 +0,0 @@ -// -// ******************************************************************** -// * License and Disclaimer * -// * * -// * The Geant4 software is copyright of the Copyright Holders of * -// * the Geant4 Collaboration. It is provided under the terms and * -// * conditions of the Geant4 Software License, included in the file * -// * LICENSE and available at http://cern.ch/geant4/license . These * -// * include a list of copyright holders. * -// * * -// * Neither the authors of this software system, nor their employing * -// * institutes,nor the agencies providing financial support for this * -// * work make any representation or warranty, express or implied, * -// * regarding this software system or assume any liability for its * -// * use. Please see the license in the file LICENSE and URL above * -// * for the full disclaimer and the limitation of liability. * -// * * -// * This code implementation is the result of the scientific and * -// * technical work of the GEANT4 collaboration. * -// * By using, copying, modifying or distributing the software (or * -// * any work based on the software) you agree to acknowledge its * -// * use in resulting scientific publications, and indicate your * -// * acceptance of all terms of the Geant4 Software license. * -// ******************************************************************** -// -// ==================================================================== -// test07.cc -// -// test for emuns -// -// 2005 Q -// ==================================================================== -#include - -enum Color { red=100, blue, yellow }; - - -// Boost.Python... -#include - -using namespace boost::python; - -BOOST_PYTHON_MODULE(test07) -{ - enum_("Color") - .value("red", red) - .value("blue", blue) - .value("yellow", yellow) - ; -} - diff --git a/environments/g4py/tests/test07/test.py b/environments/g4py/tests/test07/test.py deleted file mode 100755 index 8325070ac4..0000000000 --- a/environments/g4py/tests/test07/test.py +++ /dev/null @@ -1,14 +0,0 @@ -#!/usr/bin/python -# ================================================================== -# python script for Geant4Py test -# -# -# ================================================================== -import test07 - -acolor= test07.Color().red - -print acolor==test07.Color().red -print acolor==test07.Color().blue -print acolor==test07.Color().yellow - diff --git a/environments/g4py/tests/test08/CMakeLists.txt b/environments/g4py/tests/test08/CMakeLists.txt deleted file mode 100644 index b39c59d887..0000000000 --- a/environments/g4py/tests/test08/CMakeLists.txt +++ /dev/null @@ -1,5 +0,0 @@ -# add teting - -add_test(test08 python test.py) -configure_file(test.py test.py) -set_property(TEST test08 PROPERTY ENVIRONMENT PYTHONPATH=./module) diff --git a/environments/g4py/tests/test08/module/CMakeLists.txt b/environments/g4py/tests/test08/module/CMakeLists.txt deleted file mode 100644 index 9a586e447b..0000000000 --- a/environments/g4py/tests/test08/module/CMakeLists.txt +++ /dev/null @@ -1,25 +0,0 @@ -# - build test library - -include_directories( - ${PYTHON_INCLUDE_PATH} - ${Boost_INCLUDE_DIRS} -) - -link_directories(${Boost_LIBRARY_DIRS}) - -# library -set(_TARGET test08) -add_library( - ${_TARGET} SHARED - test08.cc -) - -set_target_properties(${_TARGET} PROPERTIES PREFIX "") -set_target_properties(${_TARGET} PROPERTIES OUTPUT_NAME "test08") -set_target_properties(${_TARGET} PROPERTIES SUFFIX ".so") - - -target_link_libraries (${_TARGET} ${BOOST_PYTHON_LIB} ${PYTHON_LIBRARIES}) - -# install -install(TARGETS ${_TARGET} LIBRARY DESTINATION ${TEST_MODULES_INSTALL_DIR}) diff --git a/environments/g4py/tests/test08/module/test08.cc b/environments/g4py/tests/test08/module/test08.cc deleted file mode 100644 index f9fd6d62a6..0000000000 --- a/environments/g4py/tests/test08/module/test08.cc +++ /dev/null @@ -1,55 +0,0 @@ -// -// ******************************************************************** -// * License and Disclaimer * -// * * -// * The Geant4 software is copyright of the Copyright Holders of * -// * the Geant4 Collaboration. It is provided under the terms and * -// * conditions of the Geant4 Software License, included in the file * -// * LICENSE and available at http://cern.ch/geant4/license . These * -// * include a list of copyright holders. * -// * * -// * Neither the authors of this software system, nor their employing * -// * institutes,nor the agencies providing financial support for this * -// * work make any representation or warranty, express or implied, * -// * regarding this software system or assume any liability for its * -// * use. Please see the license in the file LICENSE and URL above * -// * for the full disclaimer and the limitation of liability. * -// * * -// * This code implementation is the result of the scientific and * -// * technical work of the GEANT4 collaboration. * -// * By using, copying, modifying or distributing the software (or * -// * any work based on the software) you agree to acknowledge its * -// * use in resulting scientific publications, and indicate your * -// * acceptance of all terms of the Geant4 Software license. * -// ******************************************************************** -// -// ==================================================================== -// test08.cc -// -// test for static member function -// -// 2005 Q -// ==================================================================== - -class AClass { -public: - AClass() { } - ~AClass() { } - static int AMethod() { return 1; } - -}; - -// Boost.Python... -#include - -using namespace boost::python; - -BOOST_PYTHON_MODULE(test08) -{ - class_( "AClass", "a class") - .def(init<>()) - .def("AMethod", &AClass::AMethod) - .staticmethod("AMethod") - ; -} - diff --git a/environments/g4py/tests/test08/test.py b/environments/g4py/tests/test08/test.py deleted file mode 100755 index 0159f551d6..0000000000 --- a/environments/g4py/tests/test08/test.py +++ /dev/null @@ -1,11 +0,0 @@ -#!/usr/bin/python -# ================================================================== -# python script for Geant4Py test -# -# -# ================================================================== -import test08 - -print test08.AClass.AMethod() - - diff --git a/environments/g4py/tests/test09/CMakeLists.txt b/environments/g4py/tests/test09/CMakeLists.txt deleted file mode 100644 index 01718cdde0..0000000000 --- a/environments/g4py/tests/test09/CMakeLists.txt +++ /dev/null @@ -1,5 +0,0 @@ -# add teting - -add_test(test09 python test.py) -configure_file(test.py test.py) -set_property(TEST test09 PROPERTY ENVIRONMENT PYTHONPATH=./module) diff --git a/environments/g4py/tests/test09/module/CMakeLists.txt b/environments/g4py/tests/test09/module/CMakeLists.txt deleted file mode 100644 index 9d59bb11a5..0000000000 --- a/environments/g4py/tests/test09/module/CMakeLists.txt +++ /dev/null @@ -1,25 +0,0 @@ -# - build test library - -include_directories( - ${PYTHON_INCLUDE_PATH} - ${Boost_INCLUDE_DIRS} -) - -link_directories(${Boost_LIBRARY_DIRS}) - -# library -set(_TARGET test09) -add_library( - ${_TARGET} SHARED - test09.cc -) - -set_target_properties(${_TARGET} PROPERTIES PREFIX "") -set_target_properties(${_TARGET} PROPERTIES OUTPUT_NAME "test09") -set_target_properties(${_TARGET} PROPERTIES SUFFIX ".so") - - -target_link_libraries (${_TARGET} ${BOOST_PYTHON_LIB} ${PYTHON_LIBRARIES}) - -# install -install(TARGETS ${_TARGET} LIBRARY DESTINATION ${TEST_MODULES_INSTALL_DIR}) diff --git a/environments/g4py/tests/test09/module/test09.cc b/environments/g4py/tests/test09/module/test09.cc deleted file mode 100644 index e992065cd2..0000000000 --- a/environments/g4py/tests/test09/module/test09.cc +++ /dev/null @@ -1,86 +0,0 @@ -// -// ******************************************************************** -// * License and Disclaimer * -// * * -// * The Geant4 software is copyright of the Copyright Holders of * -// * the Geant4 Collaboration. It is provided under the terms and * -// * conditions of the Geant4 Software License, included in the file * -// * LICENSE and available at http://cern.ch/geant4/license . These * -// * include a list of copyright holders. * -// * * -// * Neither the authors of this software system, nor their employing * -// * institutes,nor the agencies providing financial support for this * -// * work make any representation or warranty, express or implied, * -// * regarding this software system or assume any liability for its * -// * use. Please see the license in the file LICENSE and URL above * -// * for the full disclaimer and the limitation of liability. * -// * * -// * This code implementation is the result of the scientific and * -// * technical work of the GEANT4 collaboration. * -// * By using, copying, modifying or distributing the software (or * -// * any work based on the software) you agree to acknowledge its * -// * use in resulting scientific publications, and indicate your * -// * acceptance of all terms of the Geant4 Software license. * -// ******************************************************************** -// -// ==================================================================== -// test09.cc -// -// test for operators -// -// 2005 Q -// ==================================================================== -#include - -class AClass { -private: - int ival; - -public: - AClass() :ival(999) { } - AClass(int i) :ival(i) { } - ~AClass() { } - - void SetIVal(int i) { ival= i; } - int GetIVal() const { return ival; } - - AClass operator+(const AClass& aclass) { - AClass atemp; - atemp.ival= ival + aclass.ival; - return atemp; - } - - AClass& operator+=(const AClass& aclass) { - ival+= aclass.ival; - return *this; - } - - bool operator==(const AClass& aclass) const { - if(ival == aclass.ival) return true; - return false; - } -}; - -std::ostream& operator<<(std::ostream& ostr, const AClass& aclass) -{ - return ostr << aclass.GetIVal(); -} - - -// Boost.Python... -#include - -using namespace boost::python; - -BOOST_PYTHON_MODULE(test09) -{ - class_( "AClass", "a class") - .def(init<>()) - .def(init()) - .add_property("ival", &AClass::GetIVal, &AClass::SetIVal) - .def(self + self) - .def(self += self) - .def(self == self) - .def(self_ns::str(self)) - ; -} diff --git a/environments/g4py/tests/test09/test.py b/environments/g4py/tests/test09/test.py deleted file mode 100755 index e7741a34ca..0000000000 --- a/environments/g4py/tests/test09/test.py +++ /dev/null @@ -1,22 +0,0 @@ -#!/usr/bin/python -# ================================================================== -# python script for Geant4Py test -# -# -# ================================================================== -import test09 - - -a= test09.AClass(10) -b= test09.AClass(20) - -print "*** (a, b)=", a, b - -c= a+b -print "*** a+b=", c - -a+=b -print "*** a & b are merged, a=", a - -print "*** a==b ?", (a==b) - diff --git a/environments/g4py/tests/test10/CMakeLists.txt b/environments/g4py/tests/test10/CMakeLists.txt deleted file mode 100644 index 5b4a0851d0..0000000000 --- a/environments/g4py/tests/test10/CMakeLists.txt +++ /dev/null @@ -1,5 +0,0 @@ -# add teting - -add_test(test10 python test.py) -configure_file(test.py test.py) -set_property(TEST test10 PROPERTY ENVIRONMENT PYTHONPATH=./module) diff --git a/environments/g4py/tests/test10/module/CMakeLists.txt b/environments/g4py/tests/test10/module/CMakeLists.txt deleted file mode 100644 index b6bcb2632b..0000000000 --- a/environments/g4py/tests/test10/module/CMakeLists.txt +++ /dev/null @@ -1,25 +0,0 @@ -# - build test library - -include_directories( - ${PYTHON_INCLUDE_PATH} - ${Boost_INCLUDE_DIRS} -) - -link_directories(${Boost_LIBRARY_DIRS}) - -# library -set(_TARGET test10) -add_library( - ${_TARGET} SHARED - test10.cc -) - -set_target_properties(${_TARGET} PROPERTIES PREFIX "") -set_target_properties(${_TARGET} PROPERTIES OUTPUT_NAME "test10") -set_target_properties(${_TARGET} PROPERTIES SUFFIX ".so") - - -target_link_libraries (${_TARGET} ${BOOST_PYTHON_LIB} ${PYTHON_LIBRARIES}) - -# install -install(TARGETS ${_TARGET} LIBRARY DESTINATION ${TEST_MODULES_INSTALL_DIR}) diff --git a/environments/g4py/tests/test10/module/test10.cc b/environments/g4py/tests/test10/module/test10.cc deleted file mode 100644 index 998eed5769..0000000000 --- a/environments/g4py/tests/test10/module/test10.cc +++ /dev/null @@ -1,150 +0,0 @@ -// -// ******************************************************************** -// * License and Disclaimer * -// * * -// * The Geant4 software is copyright of the Copyright Holders of * -// * the Geant4 Collaboration. It is provided under the terms and * -// * conditions of the Geant4 Software License, included in the file * -// * LICENSE and available at http://cern.ch/geant4/license . These * -// * include a list of copyright holders. * -// * * -// * Neither the authors of this software system, nor their employing * -// * institutes,nor the agencies providing financial support for this * -// * work make any representation or warranty, express or implied, * -// * regarding this software system or assume any liability for its * -// * use. Please see the license in the file LICENSE and URL above * -// * for the full disclaimer and the limitation of liability. * -// * * -// * This code implementation is the result of the scientific and * -// * technical work of the GEANT4 collaboration. * -// * By using, copying, modifying or distributing the software (or * -// * any work based on the software) you agree to acknowledge its * -// * use in resulting scientific publications, and indicate your * -// * acceptance of all terms of the Geant4 Software license. * -// ******************************************************************** -// -// ==================================================================== -// test10.cc -// -// test for call by-reference -// -// 2005 Q -// ==================================================================== -#include - -class AClass { -public: - AClass() { - std::cout << "*** AClass is created..." << this - << std::endl; - } - - ~AClass() { - std::cout << "*** AClass is deleted..." << this - << std::endl; - } -}; - -class BClass { -public: - BClass() { - std::cout << "*** BClass is created..." << this - << std::endl; - } - ~BClass() { - std::cout << "*** BClass is deleted..." << this - << std::endl; - } -}; - -class XBase { -public: - XBase() {} - ~XBase() {} - - virtual void VMethodA(const AClass* a) { - std::cout << "*** XBase::VMethod...A() is called." << std::endl; - } - - virtual void VMethodB(const BClass* b) { - std::cout << "*** XBase::VMethod...B() is called." << std::endl; - } -}; - - -class ZClass { -private: - AClass a; - BClass b; - XBase* xbase; - -public: - ZClass() : xbase(0) { } - ~ZClass() { } - - void SetXBase(XBase* base) { - xbase= base; - } - - void Process() { - xbase-> VMethodA(&a); - xbase-> VMethodB(&b); - } -}; - - -// Boost.Python... -#include - -using namespace boost::python; - -// call backs -struct CB_XBase : XBase, wrapper { - void VMethodA(const AClass* a) { - if(const override& f= get_override("VMethodA")) - f(a); - else - XBase::VMethodA(a); - } - - void d_VMethodA(const AClass* a) { - XBase::VMethodA(a); - } - - // - void VMethodB(const BClass* b) { - if(const override& f= get_override("VMethodB")) - f(b); - else - XBase::VMethodB(b); - } - - void d_VMethodB(const BClass* b) { - XBase::VMethodB(b); - } -}; - - -BOOST_PYTHON_MODULE(test10) -{ - class_("AClass", "a class") - .def(init<>()) - ; - - class_("BClass", "b class") - .def(init<>()) - ; - - class_("XBase", "xbase class") - .def(init<>()) - .def("VMethodA", &XBase::VMethodA, &CB_XBase::d_VMethodA) - .def("VMethodB", &XBase::VMethodB, &CB_XBase::d_VMethodB) - ; - - class_("ZClass", "z class") - .def(init<>()) - .def("SetXBase", &ZClass::SetXBase) - .def("Process", &ZClass::Process) - ; -} - diff --git a/environments/g4py/tests/test10/test.py b/environments/g4py/tests/test10/test.py deleted file mode 100755 index 200749d2cb..0000000000 --- a/environments/g4py/tests/test10/test.py +++ /dev/null @@ -1,31 +0,0 @@ -#!/usr/bin/python -# ================================================================== -# python script for Geant4Py test -# -# -# ================================================================== -import test10 - -class MyX(test10.XBase): - "My X" - - def VMethodA(self, a): - print "*** MyX::VMethod...A() is called." - - def VMethodB(self, b): - print "*** MyX::VMethod...B() is called." - - -x= test10.XBase() -myx= MyX() -z= test10.ZClass() - -print "!!! direct call via C++ pointer" -z.SetXBase(x) -z.Process() - -print "" -print "!!! call via python inheritor" -z.SetXBase(myx) -z.Process() - diff --git a/environments/g4py/tests/test11/CMakeLists.txt b/environments/g4py/tests/test11/CMakeLists.txt deleted file mode 100644 index 6b989d4013..0000000000 --- a/environments/g4py/tests/test11/CMakeLists.txt +++ /dev/null @@ -1,5 +0,0 @@ -# add teting - -add_test(test11 python test.py) -configure_file(test.py test.py) -set_property(TEST test11 PROPERTY ENVIRONMENT PYTHONPATH=./module) diff --git a/environments/g4py/tests/test11/module/CMakeLists.txt b/environments/g4py/tests/test11/module/CMakeLists.txt deleted file mode 100644 index d49d8f5707..0000000000 --- a/environments/g4py/tests/test11/module/CMakeLists.txt +++ /dev/null @@ -1,25 +0,0 @@ -# - build test library - -include_directories( - ${PYTHON_INCLUDE_PATH} - ${Boost_INCLUDE_DIRS} -) - -link_directories(${Boost_LIBRARY_DIRS}) - -# library -set(_TARGET test11) -add_library( - ${_TARGET} SHARED - test11.cc -) - -set_target_properties(${_TARGET} PROPERTIES PREFIX "") -set_target_properties(${_TARGET} PROPERTIES OUTPUT_NAME "test11") -set_target_properties(${_TARGET} PROPERTIES SUFFIX ".so") - - -target_link_libraries (${_TARGET} ${BOOST_PYTHON_LIB} ${PYTHON_LIBRARIES}) - -# install -install(TARGETS ${_TARGET} LIBRARY DESTINATION ${TEST_MODULES_INSTALL_DIR}) diff --git a/environments/g4py/tests/test11/module/test11.cc b/environments/g4py/tests/test11/module/test11.cc deleted file mode 100644 index 6816662537..0000000000 --- a/environments/g4py/tests/test11/module/test11.cc +++ /dev/null @@ -1,56 +0,0 @@ -// -// ******************************************************************** -// * License and Disclaimer * -// * * -// * The Geant4 software is copyright of the Copyright Holders of * -// * the Geant4 Collaboration. It is provided under the terms and * -// * conditions of the Geant4 Software License, included in the file * -// * LICENSE and available at http://cern.ch/geant4/license . These * -// * include a list of copyright holders. * -// * * -// * Neither the authors of this software system, nor their employing * -// * institutes,nor the agencies providing financial support for this * -// * work make any representation or warranty, express or implied, * -// * regarding this software system or assume any liability for its * -// * use. Please see the license in the file LICENSE and URL above * -// * for the full disclaimer and the limitation of liability. * -// * * -// * This code implementation is the result of the scientific and * -// * technical work of the GEANT4 collaboration. * -// * By using, copying, modifying or distributing the software (or * -// * any work based on the software) you agree to acknowledge its * -// * use in resulting scientific publications, and indicate your * -// * acceptance of all terms of the Geant4 Software license. * -// ******************************************************************** -// -// ==================================================================== -// test11.cc -// -// test for the case for lack of default constructor -// -// 2005 Q -// ==================================================================== -class AClass { -private: - AClass() { } - -public: - AClass(int i) { } - AClass(const AClass& a) { } - ~AClass() { } -}; - - -// Boost.Python... -#include - -using namespace boost::python; - - -BOOST_PYTHON_MODULE(test11) -{ - class_("AClass", "a class", no_init) - .def(init()) - ; -} - diff --git a/environments/g4py/tests/test11/test.py b/environments/g4py/tests/test11/test.py deleted file mode 100755 index bd8ca03389..0000000000 --- a/environments/g4py/tests/test11/test.py +++ /dev/null @@ -1,14 +0,0 @@ -#!/usr/bin/python -# ================================================================== -# python script for Geant4Py test -# -# -# ================================================================== -import test11 - -a= test11.AClass(1) - -try: - b = test11.AClass() -except: - print "AClass default constructor is not allowed." diff --git a/environments/g4py/tests/test12/CMakeLists.txt b/environments/g4py/tests/test12/CMakeLists.txt deleted file mode 100644 index 21583c0495..0000000000 --- a/environments/g4py/tests/test12/CMakeLists.txt +++ /dev/null @@ -1,5 +0,0 @@ -# add teting - -add_test(test12 python test.py) -configure_file(test.py test.py) -set_property(TEST test12 PROPERTY ENVIRONMENT PYTHONPATH=./module) diff --git a/environments/g4py/tests/test12/module/CMakeLists.txt b/environments/g4py/tests/test12/module/CMakeLists.txt deleted file mode 100644 index 16ad7eb91c..0000000000 --- a/environments/g4py/tests/test12/module/CMakeLists.txt +++ /dev/null @@ -1,26 +0,0 @@ -# - build test library - -include_directories( - ${PYTHON_INCLUDE_PATH} - ${Boost_INCLUDE_DIRS} - include -) - -link_directories(${Boost_LIBRARY_DIRS}) - -# library -set(_TARGET test12) -add_library( - ${_TARGET} SHARED - test12.cc -) - -set_target_properties(${_TARGET} PROPERTIES PREFIX "") -set_target_properties(${_TARGET} PROPERTIES OUTPUT_NAME "test12") -set_target_properties(${_TARGET} PROPERTIES SUFFIX ".so") - - -target_link_libraries (${_TARGET} ${BOOST_PYTHON_LIB} ${PYTHON_LIBRARIES}) - -# install -install(TARGETS ${_TARGET} LIBRARY DESTINATION ${TEST_MODULES_INSTALL_DIR}) diff --git a/environments/g4py/tests/test12/module/include/container_utils.hpp b/environments/g4py/tests/test12/module/include/container_utils.hpp deleted file mode 100644 index a25185d077..0000000000 --- a/environments/g4py/tests/test12/module/include/container_utils.hpp +++ /dev/null @@ -1,52 +0,0 @@ - -// (C) Copyright Joel de Guzman 2003. -// Distributed under the Boost Software License, Version 1.0. (See -// accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#ifndef PY_CONTAINER_UTILS_JDG20038_HPP -# define PY_CONTAINER_UTILS_JDG20038_HPP - -# include -# include -# include - -namespace boost { namespace python { namespace container_utils { - - template - void - extend_container(Container& container, object l) - { - typedef typename Container::value_type data_type; - - // l must be a list or some container - - for (int i = 0; i < l.attr("__len__")(); i++) - { - object elem(l[i]); - extract x(elem); - // try if elem is an exact data_type type - if (x.check()) - { - container.push_back(x()); - } - else - { - // try to convert elem to data_type type - extract x(elem); - if (x.check()) - { - container.push_back(x()); - } - else - { - PyErr_SetString(PyExc_TypeError, "Incompatible Data Type"); - throw_error_already_set(); - } - } - } - } - -}}} // namespace boost::python::container_utils - -#endif diff --git a/environments/g4py/tests/test12/module/include/detail/indexing_suite_detail.hpp b/environments/g4py/tests/test12/module/include/detail/indexing_suite_detail.hpp deleted file mode 100644 index bf4fe91c68..0000000000 --- a/environments/g4py/tests/test12/module/include/detail/indexing_suite_detail.hpp +++ /dev/null @@ -1,759 +0,0 @@ -// (C) Copyright Joel de Guzman 2003. -// Distributed under the Boost Software License, Version 1.0. (See -// accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#ifndef INDEXING_SUITE_DETAIL_JDG20036_HPP -# define INDEXING_SUITE_DETAIL_JDG20036_HPP - -# include -# include -# include -# include -# include -# include -# include -# include -#include - -namespace boost { namespace python { namespace detail { - -#if defined(NDEBUG) -#define BOOST_PYTHON_INDEXING_CHECK_INVARIANT -#else -#define BOOST_PYTHON_INDEXING_CHECK_INVARIANT check_invariant() -#endif - - template - struct compare_proxy_index - { - // This functor compares a proxy and an index. - // This is used by proxy_group::first_proxy to - // get first proxy with index i. - - template - bool operator()(PyObject* prox, Index i) const - { - typedef typename Proxy::policies_type policies_type; - Proxy& proxy = extract(prox)(); - return policies_type:: - compare_index(proxy.get_container(), proxy.get_index(), i); - } - }; - - // The proxy_group class holds a vector of container element - // proxies. First, what is a container element proxy? A container - // element proxy acts like a smart pointer holding a reference to - // a container and an index (see container_element, for details). - // - // The proxies are held in a vector always sorted by its index. - // Various functions manage the addition, removal and searching - // of proxies from the vector. - // - template - class proxy_group - { - public: - - typedef typename std::vector::const_iterator const_iterator; - typedef typename std::vector::iterator iterator; - typedef typename Proxy::index_type index_type; - typedef typename Proxy::policies_type policies_type; - - iterator - first_proxy(index_type i) - { - // Return the first proxy with index <= i - return boost::detail::lower_bound( - proxies.begin(), proxies.end(), - i, compare_proxy_index()); - } - - void - remove(Proxy& proxy) - { - // Remove a proxy - for (iterator iter = first_proxy(proxy.get_index()); - iter != proxies.end(); ++iter) - { - if (&extract(*iter)() == &proxy) - { - proxies.erase(iter); - break; - } - } - BOOST_PYTHON_INDEXING_CHECK_INVARIANT; - } - - void - add(PyObject* prox) - { - BOOST_PYTHON_INDEXING_CHECK_INVARIANT; - // Add a proxy - proxies.insert( - first_proxy(extract(prox)().get_index()), prox); - BOOST_PYTHON_INDEXING_CHECK_INVARIANT; - } - - void - erase(index_type i, mpl::false_) - { - BOOST_PYTHON_INDEXING_CHECK_INVARIANT; - // Erase the proxy with index i - replace(i, i+1, 0); - BOOST_PYTHON_INDEXING_CHECK_INVARIANT; - } - - void - erase(index_type i, mpl::true_) - { - BOOST_PYTHON_INDEXING_CHECK_INVARIANT; - // Erase the proxy with index i - - iterator iter = first_proxy(i); - extract p(*iter); - - if (iter != proxies.end() && p().get_index() == i) - { - extract p(*iter); - p().detach(); - proxies.erase(iter); - } - BOOST_PYTHON_INDEXING_CHECK_INVARIANT; - } - - void - erase(index_type from, index_type to) - { - // note: this cannot be called when container is not sliceable - - BOOST_PYTHON_INDEXING_CHECK_INVARIANT; - // Erase all proxies with indexes from..to - replace(from, to, 0); - BOOST_PYTHON_INDEXING_CHECK_INVARIANT; - } - - void - replace( - index_type from, - index_type to, - typename std::vector::size_type len) - { - // note: this cannot be called when container is not sliceable - - BOOST_PYTHON_INDEXING_CHECK_INVARIANT; - // Erase all proxies with indexes from..to. - // Adjust the displaced indexes such that the - // final effect is that we have inserted *len* - // number of proxies in the vacated region. This - // procedure involves adjusting the indexes of - // the proxies. - - iterator left = first_proxy(from); - iterator right = proxies.end(); // we'll adjust this later - - for (iterator iter = left; iter != right; ++iter) - { - if (extract(*iter)().get_index() > to) - { - right = iter; // adjust right - break; - } - extract p(*iter); - p().detach(); - } - - typename std::vector::size_type - offset = left-proxies.begin(); - proxies.erase(left, right); - right = proxies.begin()+offset; - - while (right != proxies.end()) - { - typedef typename Proxy::container_type::difference_type difference_type; - extract p(*right); - p().set_index( - extract(*right)().get_index() - - (difference_type(to) - from - len) - ); - - ++right; - } - BOOST_PYTHON_INDEXING_CHECK_INVARIANT; - } - - PyObject* - find(index_type i) - { - BOOST_PYTHON_INDEXING_CHECK_INVARIANT; - // Find the proxy with *exact* index i. - // Return 0 (null) if no proxy with the - // given index is found. - iterator iter = first_proxy(i); - if (iter != proxies.end() - && extract(*iter)().get_index() == i) - { - BOOST_PYTHON_INDEXING_CHECK_INVARIANT; - return *iter; - } - BOOST_PYTHON_INDEXING_CHECK_INVARIANT; - return 0; - } - - typename std::vector::size_type - size() const - { - BOOST_PYTHON_INDEXING_CHECK_INVARIANT; - // How many proxies are there so far? - return proxies.size(); - } - - private: - -#if !defined(NDEBUG) - void - check_invariant() const - { - for (const_iterator i = proxies.begin(); i != proxies.end(); ++i) - { - if ((*i)->ob_refcnt <= 0) - { - PyErr_SetString(PyExc_RuntimeError, - "Invariant: Proxy vector in an inconsistent state"); - throw_error_already_set(); - } - - if (i+1 != proxies.end()) - { - if (extract(*(i+1))().get_index() == - extract(*(i))().get_index()) - { - PyErr_SetString(PyExc_RuntimeError, - "Invariant: Proxy vector in an inconsistent state (duplicate proxy)"); - throw_error_already_set(); - } - } - } - } -#endif - - std::vector proxies; - }; - - // proxy_links holds a map of Container pointers (keys) - // with proxy_group(s) (data). Various functions manage - // the addition, removal and searching of proxies from - // the map. - // - template - class proxy_links - { - public: - - typedef std::map > links_t; - typedef typename Proxy::index_type index_type; - - void - remove(Proxy& proxy) - { - // Remove a proxy. - typename links_t::iterator r = links.find(&proxy.get_container()); - if (r != links.end()) - { - r->second.remove(proxy); - if (r->second.size() == 0) - links.erase(r); - } - } - - void - add(PyObject* prox, Container& container) - { - // Add a proxy - links[&container].add(prox); - } - - template - void erase(Container& container, index_type i, NoSlice no_slice) - { - // Erase the proxy with index i - typename links_t::iterator r = links.find(&container); - if (r != links.end()) - { - r->second.erase(i, no_slice); - if (r->second.size() == 0) - links.erase(r); - } - } - - void - erase(Container& container, index_type from, index_type to) - { - // Erase all proxies with indexes from..to - typename links_t::iterator r = links.find(&container); - if (r != links.end()) - { - r->second.erase(from, to); - if (r->second.size() == 0) - links.erase(r); - } - } - - void - replace( - Container& container, - index_type from, index_type to, index_type len) - { - // Erase all proxies with indexes from..to. - // Adjust the displaced indexes such that the - // final effect is that we have inserted *len* - // number of proxies in the vacated region. This - // procedure involves adjusting the indexes of - // the proxies. - - typename links_t::iterator r = links.find(&container); - if (r != links.end()) - { - r->second.replace(from, to, len); - if (r->second.size() == 0) - links.erase(r); - } - } - - PyObject* - find(Container& container, index_type i) - { - // Find the proxy with *exact* index i. - // Return 0 (null) if no proxy with the given - // index is found. - typename links_t::iterator r = links.find(&container); - if (r != links.end()) - return r->second.find(i); - return 0; - } - - private: - - links_t links; - }; - - // container_element is our container proxy class. - // This class acts like a smart pointer to a container - // element. The class holds an index and a reference to - // a container. Dereferencing the smart pointer will - // retrieve the nth (index) element from the container. - // - // A container_element can also be detached from the - // container. In such a detached state, the container_element - // holds a copy of the nth (index) element, which it - // returns when dereferenced. - // - template - class container_element - { - public: - - typedef Index index_type; - typedef Container container_type; - typedef typename Policies::data_type element_type; - typedef Policies policies_type; - typedef container_element self_t; - typedef proxy_group links_type; - - container_element(object container, Index index) - : ptr() - , container(container) - , index(index) - { - } - - container_element(container_element const& ce) - : ptr(ce.ptr.get() == 0 ? 0 : new element_type(*ce.ptr.get())) - , container(ce.container) - , index(ce.index) - { - } - - ~container_element() - { - if (!is_detached()) - get_links().remove(*this); - } - - element_type& operator*() const - { - if (is_detached()) - return *get_pointer(ptr); - return Policies::get_item(get_container(), index); - } - - element_type* get() const - { - if (is_detached()) - return get_pointer(ptr); - return &Policies::get_item(get_container(), index); - } - - void - detach() - { - if (!is_detached()) - { - ptr.reset( - new element_type( - Policies::get_item(get_container(), index))); - container = object(); // free container. reset it to None - } - } - - bool - is_detached() const - { - return get_pointer(ptr) != 0; - } - - Container& - get_container() const - { - return extract(container)(); - } - - Index - get_index() const - { - return index; - } - - void - set_index(Index i) - { - index = i; - } - - static proxy_links& - get_links() - { - // All container_element(s) maintain links to - // its container in a global map (see proxy_links). - // This global "links" map is a singleton. - - static proxy_links links; - return links; // singleton - } - - private: - - container_element& operator=(container_element const& ce); - - scoped_ptr ptr; - object container; - Index index; - }; - - template < - class Container - , class DerivedPolicies - , class ContainerElement - , class Index - > - struct no_proxy_helper - { - static void - register_container_element() - { - } - - template - static object - base_get_item_helper(DataType const& p, mpl::true_) - { - return object(ptr(p)); - } - - template - static object - base_get_item_helper(DataType const& x, mpl::false_) - { - return object(x); - } - - static object - base_get_item_(back_reference const& container, PyObject* i) - { - return base_get_item_helper( - DerivedPolicies::get_item( - container.get(), DerivedPolicies:: - convert_index(container.get(), i)) - , is_pointer() - ); - } - - static void - base_replace_indexes( - Container& container, Index from, - Index to, Index n) - { - } - - template - static void - base_erase_index( - Container& container, Index i, NoSlice no_slice) - { - } - - static void - base_erase_indexes(Container& container, Index from, Index to) - { - } - }; - - template < - class Container - , class DerivedPolicies - , class ContainerElement - , class Index - > - struct proxy_helper - { - static void - register_container_element() - { - register_ptr_to_python(); - } - - static object - base_get_item_(back_reference const& container, PyObject* i) - { - // Proxy - Index idx = DerivedPolicies::convert_index(container.get(), i); - - if (PyObject* shared = - ContainerElement::get_links().find(container.get(), idx)) - { - handle<> h(python::borrowed(shared)); - return object(h); - } - else - { - object prox(ContainerElement(container.source(), idx)); - ContainerElement:: - get_links().add(prox.ptr(), container.get()); - return prox; - } - } - - static void - base_replace_indexes( - Container& container, Index from, - Index to, Index n) - { - ContainerElement::get_links().replace(container, from, to, n); - } - - template - static void - base_erase_index( - Container& container, Index i, NoSlice no_slice) - { - ContainerElement::get_links().erase(container, i, no_slice); - } - - static void - base_erase_indexes( - Container& container, Index from, Index to) - { - ContainerElement::get_links().erase(container, from, to); - } - }; - - template < - class Container - , class DerivedPolicies - , class ProxyHandler - , class Data - , class Index - > - struct slice_helper - { - static object - base_get_slice(Container& container, PySliceObject* slice) - { - Index from, to; - base_get_slice_data(container, slice, from, to); - return DerivedPolicies::get_slice(container, from, to); - } - - static void - base_get_slice_data( - Container& container, PySliceObject* slice, Index& from_, Index& to_) - { - if (Py_None != slice->step) { - PyErr_SetString( PyExc_IndexError, "slice step size not supported."); - throw_error_already_set(); - } - - Index min_index = DerivedPolicies::get_min_index(container); - Index max_index = DerivedPolicies::get_max_index(container); - - if (Py_None == slice->start) { - from_ = min_index; - } - else { - long from = extract( slice->start); - if (from < 0) // Negative slice index - from += max_index; - if (from < 0) // Clip lower bounds to zero - from = 0; - from_ = boost::numeric_cast(from); - if (from_ > max_index) // Clip upper bounds to max_index. - from_ = max_index; - } - - if (Py_None == slice->stop) { - to_ = max_index; - } - else { - long to = extract( slice->stop); - if (to < 0) - to += max_index; - if (to < 0) - to = 0; - to_ = boost::numeric_cast(to); - if (to_ > max_index) - to_ = max_index; - } - } - - static void - base_set_slice(Container& container, PySliceObject* slice, PyObject* v) - { - Index from, to; - base_get_slice_data(container, slice, from, to); - - extract elem(v); - // try if elem is an exact Data - if (elem.check()) - { - ProxyHandler::base_replace_indexes(container, from, to, 1); - DerivedPolicies::set_slice(container, from, to, elem()); - } - else - { - // try to convert elem to Data - extract elem(v); - if (elem.check()) - { - ProxyHandler::base_replace_indexes(container, from, to, 1); - DerivedPolicies::set_slice(container, from, to, elem()); - } - else - { - // Otherwise, it must be a list or some container - handle<> l_(python::borrowed(v)); - object l(l_); - - std::vector temp; - for (int i = 0; i < l.attr("__len__")(); i++) - { - object elem(l[i]); - extract x(elem); - // try if elem is an exact Data type - if (x.check()) - { - temp.push_back(x()); - } - else - { - // try to convert elem to Data type - extract x(elem); - if (x.check()) - { - temp.push_back(x()); - } - else - { - PyErr_SetString(PyExc_TypeError, - "Invalid sequence element"); - throw_error_already_set(); - } - } - } - - ProxyHandler::base_replace_indexes(container, from, to, - temp.end()-temp.begin()); - DerivedPolicies::set_slice(container, from, to, - temp.begin(), temp.end()); - } - } - } - - static void - base_delete_slice(Container& container, PySliceObject* slice) - { - Index from, to; - base_get_slice_data(container, slice, from, to); - ProxyHandler::base_erase_indexes(container, from, to); - DerivedPolicies::delete_slice(container, from, to); - } - }; - - template < - class Container - , class DerivedPolicies - , class ProxyHandler - , class Data - , class Index - > - struct no_slice_helper - { - static void - slicing_not_suported() - { - PyErr_SetString(PyExc_RuntimeError, "Slicing not supported"); - throw_error_already_set(); - } - - static object - base_get_slice(Container& container, PySliceObject* slice) - { - slicing_not_suported(); - return object(); - } - - static void - base_set_slice(Container& container, PySliceObject* slice, PyObject* v) - { - slicing_not_suported(); - } - - static void - base_delete_slice(Container& container, PySliceObject* slice) - { - slicing_not_suported(); - } - }; - -#ifdef BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP -}} // namespace python::detail -#endif - - template - inline typename Policies::data_type* - get_pointer( - python::detail::container_element const& p) - { - // Get the pointer of a container_element smart pointer - return p.get(); - } - -#ifndef BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP - // Don't hide these other get_pointer overloads - using boost::python::get_pointer; - using boost::get_pointer; -}} // namespace python::detail -#endif - -} // namespace boost - -#endif // INDEXING_SUITE_DETAIL_JDG20036_HPP diff --git a/environments/g4py/tests/test12/module/include/indexing_suite.hpp b/environments/g4py/tests/test12/module/include/indexing_suite.hpp deleted file mode 100644 index 66172c0fcf..0000000000 --- a/environments/g4py/tests/test12/module/include/indexing_suite.hpp +++ /dev/null @@ -1,293 +0,0 @@ -// (C) Copyright Joel de Guzman 2003. -// Distributed under the Boost Software License, Version 1.0. (See -// accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#ifndef INDEXING_SUITE_JDG20036_HPP -# define INDEXING_SUITE_JDG20036_HPP - -# include -# include -# include -# include "detail/indexing_suite_detail.hpp" -# include -# include -# include -# include - -namespace boost { namespace python { - - // indexing_suite class. This class is the protocol class for - // the management of C++ containers intended to be integrated - // to Python. The objective is make a C++ container look and - // feel and behave exactly as we'd expect a Python container. - // By default indexed elements are returned by proxy. This can be - // disabled by supplying *true* in the NoProxy template parameter. - // - // Derived classes provide the hooks needed by the indexing_suite - // to do its job: - // - // static data_type& - // get_item(Container& container, index_type i); - // - // static object - // get_slice(Container& container, index_type from, index_type to); - // - // static void - // set_item(Container& container, index_type i, data_type const& v); - // - // static void - // set_slice( - // Container& container, index_type from, - // index_type to, data_type const& v - // ); - // - // template - // static void - // set_slice(Container& container, index_type from, - // index_type to, Iter first, Iter last - // ); - // - // static void - // delete_item(Container& container, index_type i); - // - // static void - // delete_slice(Container& container, index_type from, index_type to); - // - // static size_t - // size(Container& container); - // - // template - // static bool - // contains(Container& container, T const& val); - // - // static index_type - // convert_index(Container& container, PyObject* i); - // - // static index_type - // adjust_index(index_type current, index_type from, - // index_type to, size_type len - // ); - // - // Most of these policies are self explanatory. convert_index and - // adjust_index, however, deserves some explanation. - // - // convert_index converts an Python index into a C++ index that the - // container can handle. For instance, negative indexes in Python, by - // convention, indexes from the right (e.g. C[-1] indexes the rightmost - // element in C). convert_index should handle the necessary conversion - // for the C++ container (e.g. convert -1 to C.size()-1). convert_index - // should also be able to convert the type of the index (A dynamic Python - // type) to the actual type that the C++ container expects. - // - // When a container expands or contracts, held indexes to its elements - // must be adjusted to follow the movement of data. For instance, if - // we erase 3 elements, starting from index 0 from a 5 element vector, - // what used to be at index 4 will now be at index 1: - // - // [a][b][c][d][e] ---> [d][e] - // ^ ^ - // 4 1 - // - // adjust_index takes care of the adjustment. Given a current index, - // the function should return the adjusted index when data in the - // container at index from..to is replaced by *len* elements. - // - - template < - class Container - , class DerivedPolicies - , bool NoProxy = false - , bool NoSlice = false - , class Data = typename Container::value_type - , class Index = typename Container::size_type - , class Key = typename Container::value_type - > - class indexing_suite - : public def_visitor< - indexing_suite< - Container - , DerivedPolicies - , NoProxy - , NoSlice - , Data - , Index - , Key - > > - { - private: - - typedef mpl::or_< - mpl::bool_ - , mpl::not_ > > - no_proxy; - - typedef detail::container_element - container_element_t; - -#if BOOST_WORKAROUND(BOOST_MSVC, == 1200) - struct return_policy : return_internal_reference<> {}; -#else - typedef return_internal_reference<> return_policy; -#endif - - typedef typename mpl::if_< - no_proxy - , iterator - , iterator >::type - def_iterator; - - typedef typename mpl::if_< - no_proxy - , detail::no_proxy_helper< - Container - , DerivedPolicies - , container_element_t - , Index> - , detail::proxy_helper< - Container - , DerivedPolicies - , container_element_t - , Index> >::type - proxy_handler; - - typedef typename mpl::if_< - mpl::bool_ - , detail::no_slice_helper< - Container - , DerivedPolicies - , proxy_handler - , Data - , Index> - , detail::slice_helper< - Container - , DerivedPolicies - , proxy_handler - , Data - , Index> >::type - slice_handler; - - public: - - template - void visit(Class& cl) const - { - // Hook into the class_ generic visitation .def function - proxy_handler::register_container_element(); - - cl - .def("__len__", base_size) - .def("__setitem__", &base_set_item) - .def("__delitem__", &base_delete_item) - .def("__getitem__", &base_get_item) - .def("__contains__", &base_contains) - .def("__iter__", def_iterator()) - ; - - DerivedPolicies::extension_def(cl); - } - - template - static void - extension_def(Class& cl) - { - // default. - // no more extensions - } - - private: - - static object - base_get_item(back_reference container, PyObject* i) - { - if (PySlice_Check(i)) - return slice_handler::base_get_slice( - container.get(), reinterpret_cast(i)); - - return proxy_handler::base_get_item_(container, i); - } - - static void - base_set_item(Container& container, PyObject* i, PyObject* v) - { - if (PySlice_Check(i)) - { - slice_handler::base_set_slice(container, - reinterpret_cast(i), v); - } - else - { - extract elem(v); - // try if elem is an exact Data - if (elem.check()) - { - DerivedPolicies:: - set_item(container, - DerivedPolicies:: - convert_index(container, i), elem()); - } - else - { - // try to convert elem to Data - extract elem(v); - if (elem.check()) - { - DerivedPolicies:: - set_item(container, - DerivedPolicies:: - convert_index(container, i), elem()); - } - else - { - PyErr_SetString(PyExc_TypeError, "Invalid assignment"); - throw_error_already_set(); - } - } - } - } - - static void - base_delete_item(Container& container, PyObject* i) - { - if (PySlice_Check(i)) - { - slice_handler::base_delete_slice( - container, reinterpret_cast(i)); - return; - } - - Index index = DerivedPolicies::convert_index(container, i); - proxy_handler::base_erase_index(container, index, mpl::bool_()); - DerivedPolicies::delete_item(container, index); - } - - static size_t - base_size(Container& container) - { - return DerivedPolicies::size(container); - } - - static bool - base_contains(Container& container, PyObject* key) - { - extract x(key); - // try if key is an exact Key type - if (x.check()) - { - return DerivedPolicies::contains(container, x()); - } - else - { - // try to convert key to Key type - extract x(key); - if (x.check()) - return DerivedPolicies::contains(container, x()); - else - return false; - } - } - }; - -}} // namespace boost::python - -#endif // INDEXING_SUITE_JDG20036_HPP diff --git a/environments/g4py/tests/test12/module/include/map_indexing_suite.hpp b/environments/g4py/tests/test12/module/include/map_indexing_suite.hpp deleted file mode 100644 index 4657cfe0f7..0000000000 --- a/environments/g4py/tests/test12/module/include/map_indexing_suite.hpp +++ /dev/null @@ -1,181 +0,0 @@ -// (C) Copyright Joel de Guzman 2003. -// Distributed under the Boost Software License, Version 1.0. (See -// accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#ifndef MAP_INDEXING_SUITE_JDG20038_HPP -# define MAP_INDEXING_SUITE_JDG20038_HPP - -# include "indexing_suite.hpp" -# include -# include -# include - -namespace boost { namespace python { - - // Forward declaration - template - class map_indexing_suite; - - namespace detail - { - template - class final_map_derived_policies - : public map_indexing_suite > {}; - } - - // The map_indexing_suite class is a predefined indexing_suite derived - // class for wrapping std::vector (and std::vector like) classes. It provides - // all the policies required by the indexing_suite (see indexing_suite). - // Example usage: - // - // class X {...}; - // - // ... - // - // class_ >("XMap") - // .def(map_indexing_suite >()) - // ; - // - // By default indexed elements are returned by proxy. This can be - // disabled by supplying *true* in the NoProxy template parameter. - // - template < - class Container, - bool NoProxy = false, - class DerivedPolicies - = detail::final_map_derived_policies > - class map_indexing_suite - : public indexing_suite< - Container - , DerivedPolicies - , NoProxy - , true - , typename Container::value_type::second_type - , typename Container::key_type - , typename Container::key_type - > - { - public: - - typedef typename Container::value_type value_type; - typedef typename Container::value_type::second_type data_type; - typedef typename Container::key_type key_type; - typedef typename Container::key_type index_type; - typedef typename Container::size_type size_type; - typedef typename Container::difference_type difference_type; - - template - static void - extension_def(Class& cl) - { - // Wrap the map's element (value_type) - std::string elem_name = "map_indexing_suite_"; - object class_name(cl.attr("__name__")); - extract class_name_extractor(class_name); - elem_name += class_name_extractor(); - elem_name += "_entry"; - - typedef typename mpl::if_< - is_class - , return_internal_reference<> - , default_call_policies - >::type get_data_return_policy; - - class_(elem_name.c_str()) - .def("__repr__", &DerivedPolicies::print_elem) - .def("data", &DerivedPolicies::get_data, get_data_return_policy()) - .def("key", &DerivedPolicies::get_key) - ; - } - - static object - print_elem(typename Container::value_type const& e) - { - return "(%s, %s)" % python::make_tuple(e.first, e.second); - } - - static - typename mpl::if_< - is_class - , data_type& - , data_type - >::type - get_data(typename Container::value_type& e) - { - return e.second; - } - - static typename Container::key_type - get_key(typename Container::value_type& e) - { - return e.first; - } - - static data_type& - get_item(Container& container, index_type i_) - { - typename Container::iterator i = container.find(i_); - if (i == container.end()) - { - PyErr_SetString(PyExc_KeyError, "Invalid key"); - throw_error_already_set(); - } - return i->second; - } - - static void - set_item(Container& container, index_type i, data_type const& v) - { - container[i] = v; - } - - static void - delete_item(Container& container, index_type i) - { - container.erase(i); - } - - static size_t - size(Container& container) - { - return container.size(); - } - - static bool - contains(Container& container, key_type const& key) - { - return container.find(key) != container.end(); - } - - static bool - compare_index(Container& container, index_type a, index_type b) - { - return container.key_comp()(a, b); - } - - static index_type - convert_index(Container& container, PyObject* i_) - { - extract i(i_); - if (i.check()) - { - return i(); - } - else - { - extract i(i_); - if (i.check()) - return i(); - } - - PyErr_SetString(PyExc_TypeError, "Invalid index type"); - throw_error_already_set(); - return index_type(); - } - }; - -}} // namespace boost::python - -#endif // MAP_INDEXING_SUITE_JDG20038_HPP diff --git a/environments/g4py/tests/test12/module/include/vector_indexing_suite.hpp b/environments/g4py/tests/test12/module/include/vector_indexing_suite.hpp deleted file mode 100644 index 96340779e2..0000000000 --- a/environments/g4py/tests/test12/module/include/vector_indexing_suite.hpp +++ /dev/null @@ -1,243 +0,0 @@ -// (C) Copyright Joel de Guzman 2003. -// Distributed under the Boost Software License, Version 1.0. (See -// accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#ifndef VECTOR_INDEXING_SUITE_JDG20036_HPP -# define VECTOR_INDEXING_SUITE_JDG20036_HPP - -# include "indexing_suite.hpp" -# include "container_utils.hpp" -# include - -namespace boost { namespace python { - - // Forward declaration - template - class vector_indexing_suite; - - namespace detail - { - template - class final_vector_derived_policies - : public vector_indexing_suite > {}; - } - - // The vector_indexing_suite class is a predefined indexing_suite derived - // class for wrapping std::vector (and std::vector like) classes. It provides - // all the policies required by the indexing_suite (see indexing_suite). - // Example usage: - // - // class X {...}; - // - // ... - // - // class_ >("XVec") - // .def(vector_indexing_suite >()) - // ; - // - // By default indexed elements are returned by proxy. This can be - // disabled by supplying *true* in the NoProxy template parameter. - // - template < - class Container, - bool NoProxy = false, - class DerivedPolicies - = detail::final_vector_derived_policies > - class vector_indexing_suite - : public indexing_suite - { - public: - - typedef typename Container::value_type data_type; - typedef typename Container::value_type key_type; - typedef typename Container::size_type index_type; - typedef typename Container::size_type size_type; - typedef typename Container::difference_type difference_type; - - template - static void - extension_def(Class& cl) - { - cl - .def("append", &base_append) - .def("push_back", &base_append) - .def("extend", &base_extend) - ; - } - - static - typename mpl::if_< - is_class - , data_type& - , data_type - >::type - get_item(Container& container, index_type i) - { - return container[i]; - } - - static object - get_slice(Container& container, index_type from, index_type to) - { - if (from > to) - return object(Container()); - return object(Container(container.begin()+from, container.begin()+to)); - } - - static void - set_item(Container& container, index_type i, data_type const& v) - { - container[i] = v; - } - - static void - set_slice(Container& container, index_type from, - index_type to, data_type const& v) - { - if (from > to) { - return; - } - else { - container.erase(container.begin()+from, container.begin()+to); - container.insert(container.begin()+from, v); - } - } - - template - static void - set_slice(Container& container, index_type from, - index_type to, Iter first, Iter last) - { - if (from > to) { - container.insert(container.begin()+from, first, last); - } - else { - container.erase(container.begin()+from, container.begin()+to); - container.insert(container.begin()+from, first, last); - } - } - - static void - delete_item(Container& container, index_type i) - { - container.erase(container.begin()+i); - } - - static void - delete_slice(Container& container, index_type from, index_type to) - { - if (from > to) { - // A null-op. - return; - } - container.erase(container.begin()+from, container.begin()+to); - } - - static size_t - size(Container& container) - { - return container.size(); - } - - static bool - contains(Container& container, key_type const& key) - { - return std::find(container.begin(), container.end(), key) - != container.end(); - } - - static index_type - get_min_index(Container& container) - { - return 0; - } - - static index_type - get_max_index(Container& container) - { - return container.size(); - } - - static bool - compare_index(Container& container, index_type a, index_type b) - { - return a < b; - } - - static index_type - convert_index(Container& container, PyObject* i_) - { - extract i(i_); - if (i.check()) - { - long index = i(); - if (index < 0) - index += DerivedPolicies::size(container); - if (index >= long(container.size()) || index < 0) - { - PyErr_SetString(PyExc_IndexError, "Index out of range"); - throw_error_already_set(); - } - return index; - } - - PyErr_SetString(PyExc_TypeError, "Invalid index type"); - throw_error_already_set(); - return index_type(); - } - - static void - append(Container& container, data_type const& v) - { - container.push_back(v); - } - - template - static void - extend(Container& container, Iter first, Iter last) - { - container.insert(container.end(), first, last); - } - - private: - - static void - base_append(Container& container, object v) - { - extract elem(v); - // try if elem is an exact Data - if (elem.check()) - { - DerivedPolicies::append(container, elem()); - } - else - { - // try to convert elem to data_type - extract elem(v); - if (elem.check()) - { - DerivedPolicies::append(container, elem()); - } - else - { - PyErr_SetString(PyExc_TypeError, - "Attempting to append an invalid type"); - throw_error_already_set(); - } - } - } - - static void - base_extend(Container& container, object v) - { - std::vector temp; - container_utils::extend_container(temp, v); - DerivedPolicies::extend(container, temp.begin(), temp.end()); - } - }; - -}} // namespace boost::python - -#endif // VECTOR_INDEXING_SUITE_JDG20036_HPP diff --git a/environments/g4py/tests/test12/module/test12.cc b/environments/g4py/tests/test12/module/test12.cc deleted file mode 100644 index 6cd2dec638..0000000000 --- a/environments/g4py/tests/test12/module/test12.cc +++ /dev/null @@ -1,96 +0,0 @@ -// -// ******************************************************************** -// * License and Disclaimer * -// * * -// * The Geant4 software is copyright of the Copyright Holders of * -// * the Geant4 Collaboration. It is provided under the terms and * -// * conditions of the Geant4 Software License, included in the file * -// * LICENSE and available at http://cern.ch/geant4/license . These * -// * include a list of copyright holders. * -// * * -// * Neither the authors of this software system, nor their employing * -// * institutes,nor the agencies providing financial support for this * -// * work make any representation or warranty, express or implied, * -// * regarding this software system or assume any liability for its * -// * use. Please see the license in the file LICENSE and URL above * -// * for the full disclaimer and the limitation of liability. * -// * * -// * This code implementation is the result of the scientific and * -// * technical work of the GEANT4 collaboration. * -// * By using, copying, modifying or distributing the software (or * -// * any work based on the software) you agree to acknowledge its * -// * use in resulting scientific publications, and indicate your * -// * acceptance of all terms of the Geant4 Software license. * -// ******************************************************************** -// -// ==================================================================== -// test12.cc -// -// test for indexing a STL vector -// -// 2005 Q -// ==================================================================== -#include -#if BOOST_VERSION < 103300 -#include "vector_indexing_suite.hpp" -#else -#include -#endif - -#include -#include - -class AClass { -private: - int ival; - -public: - AClass() : ival(0) { - } - - AClass(const AClass& right) { - ival= right.ival; - std::cout << "*** copy constructor is called" << std::endl; - } - - ~AClass() { } - - void SetIVal(int i) { ival= i; } - int GetIVal() { return ival; } - - void Print() const { - std::cout << "*** @" << this << ": i=" - << ival << std::endl; - } - -}; - -typedef std::vector AVector; - - -void PrintVector(const AVector& vec) { - std::cout << "*** size of AVector= " << vec.size() << std::endl; - for (int i=0; i< vec.size(); i++) { - vec[i]-> Print(); - } -} - - -// Boost.Python... - -using namespace boost::python; - -BOOST_PYTHON_MODULE(test12) -{ - class_("AClass", "a class") - .add_property("ival", &AClass::GetIVal, &AClass::SetIVal) - .def("Print", &AClass::Print) - ; - - class_ ("AVector", "AClass vector") - .def(vector_indexing_suite()) - ; - - def("PrintVector", PrintVector); -} - diff --git a/environments/g4py/tests/test12/test.py b/environments/g4py/tests/test12/test.py deleted file mode 100755 index 6d23c724e0..0000000000 --- a/environments/g4py/tests/test12/test.py +++ /dev/null @@ -1,36 +0,0 @@ -#!/usr/bin/python -# ================================================================== -# python script for Geant4Py test -# -# -# ================================================================== -import test12 - -a= test12.AClass() -a.ival=10 - -b= test12.AClass() -b.ival=20 - -c= test12.AClass() -c.ival=30 - -v= test12.AVector() -v[:]= [a, b, c] - -print "*** size of vector= ", len(v) -x=v[0] - -print "" -print "*** a vs v[0]" -a.Print() -x.Print() - -print "" -print "*** dump vector..." -test12.PrintVector(v) - - - - - diff --git a/environments/g4py/tests/test13/CMakeLists.txt b/environments/g4py/tests/test13/CMakeLists.txt deleted file mode 100644 index c31b535ff4..0000000000 --- a/environments/g4py/tests/test13/CMakeLists.txt +++ /dev/null @@ -1,5 +0,0 @@ -# add teting - -add_test(test13 python test.py) -configure_file(test.py test.py) -set_property(TEST test13 PROPERTY ENVIRONMENT PYTHONPATH=./module) diff --git a/environments/g4py/tests/test13/module/CMakeLists.txt b/environments/g4py/tests/test13/module/CMakeLists.txt deleted file mode 100644 index 763be65c98..0000000000 --- a/environments/g4py/tests/test13/module/CMakeLists.txt +++ /dev/null @@ -1,25 +0,0 @@ -# - build test library - -include_directories( - ${PYTHON_INCLUDE_PATH} - ${Boost_INCLUDE_DIRS} -) - -link_directories(${Boost_LIBRARY_DIRS}) - -# library -set(_TARGET test13) -add_library( - ${_TARGET} SHARED - test13.cc -) - -set_target_properties(${_TARGET} PROPERTIES PREFIX "") -set_target_properties(${_TARGET} PROPERTIES OUTPUT_NAME "test13") -set_target_properties(${_TARGET} PROPERTIES SUFFIX ".so") - - -target_link_libraries (${_TARGET} ${BOOST_PYTHON_LIB} ${PYTHON_LIBRARIES}) - -# install -install(TARGETS ${_TARGET} LIBRARY DESTINATION ${TEST_MODULES_INSTALL_DIR}) diff --git a/environments/g4py/tests/test13/module/test13.cc b/environments/g4py/tests/test13/module/test13.cc deleted file mode 100644 index b8fec24e7f..0000000000 --- a/environments/g4py/tests/test13/module/test13.cc +++ /dev/null @@ -1,90 +0,0 @@ -// -// ******************************************************************** -// * License and Disclaimer * -// * * -// * The Geant4 software is copyright of the Copyright Holders of * -// * the Geant4 Collaboration. It is provided under the terms and * -// * conditions of the Geant4 Software License, included in the file * -// * LICENSE and available at http://cern.ch/geant4/license . These * -// * include a list of copyright holders. * -// * * -// * Neither the authors of this software system, nor their employing * -// * institutes,nor the agencies providing financial support for this * -// * work make any representation or warranty, express or implied, * -// * regarding this software system or assume any liability for its * -// * use. Please see the license in the file LICENSE and URL above * -// * for the full disclaimer and the limitation of liability. * -// * * -// * This code implementation is the result of the scientific and * -// * technical work of the GEANT4 collaboration. * -// * By using, copying, modifying or distributing the software (or * -// * any work based on the software) you agree to acknowledge its * -// * use in resulting scientific publications, and indicate your * -// * acceptance of all terms of the Geant4 Software license. * -// ******************************************************************** -// -// ==================================================================== -// test13.cc -// -// test for a list argument/return -// -// 2005 Q -// ==================================================================== -#include - -int* alloc_int() -{ - int* intlist= new int [10]; - for (int i=0; i<10; i++) intlist[i]= 0; - - return intlist; -} - - -void operate_list(int vec[10]) -{ - for(int i=0; i<10; i++) { - std::cout << vec[i] << std::endl; - vec[i]++; - } -} - -// Boost.Python... -#include - -using namespace boost::python; - - -list f_alloc_int() -{ - int* aaa= alloc_int(); - int n= 10; - list x; - for(int i=0; i(alist[i]); - } - - operate_list(intlist); - - for (int i=0; i<10; i++) { - alist[i]= intlist[i]; - } - - delete intlist; -} - -BOOST_PYTHON_MODULE(test13) -{ - def("alloc_int", f_alloc_int); - def("operate_list", f_operate_list); -} - diff --git a/environments/g4py/tests/test13/test.py b/environments/g4py/tests/test13/test.py deleted file mode 100755 index 6c2ee61d08..0000000000 --- a/environments/g4py/tests/test13/test.py +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/python -# ================================================================== -# python script for Geant4Py test -# -# -# ================================================================== -import test13 - -alist= test13.alloc_int() -print alist - -test13.operate_list(alist) - -print alist - diff --git a/examples/advanced/ChargeExchangeMC/CMakeLists.txt b/examples/advanced/ChargeExchangeMC/CMakeLists.txt index a0badffea3..68010d0eaf 100644 --- a/examples/advanced/ChargeExchangeMC/CMakeLists.txt +++ b/examples/advanced/ChargeExchangeMC/CMakeLists.txt @@ -6,32 +6,18 @@ project(${name}) find_package(Geant4 REQUIRED gdml) -# if CEXMC_USE_TCSH is 'yes' then tcsh session support will be built -option(CEXMC_USE_TCSH - "Build ${name} with tcsh session support - (requires Geant4 tcsh support)" ON) -if(CEXMC_USE_TCSH) - find_package(Geant4 COMPONENTS ui_tcsh) - if(NOT Geant4_ui_tcsh_FOUND) - message(WARNING - "Could not find Geant4 tcsh binding, skip tcsh session support") - endif() -endif() - -# if CEXMC_USE_GUI is 'yes' then GUI session support will be built -option(CEXMC_USE_GUI - "Build ${name} with GUI session support - (requires Geant4 Qt backend)" ON) -if(CEXMC_USE_GUI) - find_package(Geant4 COMPONENTS qt) - if(NOT Geant4_qt_FOUND) - message(WARNING - "Could not find Geant4 Qt backend, skip GUI session support") - endif() +option(WITH_GEANT4_UIVIS "Build example with Geant4 UI and Vis drivers" ON) +if(WITH_GEANT4_UIVIS) + find_package(Geant4 REQUIRED ui_all vis_all) +else() + find_package(Geant4 REQUIRED) endif() include(${Geant4_USE_FILE}) +# Setup of ROOT ANALYSIS : optional. +find_package(ROOT QUIET) +cmake_dependent_option(CEXMC_USE_HISTOGRAMING "Build example with analysis objects" ON "ROOT_FOUND" OFF) set(EXTRA_LIBRARIES ) @@ -40,20 +26,12 @@ set(EXTRA_LIBRARIES ) option(CEXMC_USE_PERSISTENCY "Build ${name} with data persistency support (requires Boost Serialization library)" OFF) + if(CEXMC_USE_PERSISTENCY) - find_package(Boost COMPONENTS serialization) - if(Boost_SERIALIZATION_FOUND) - add_definitions(-DCEXMC_USE_PERSISTENCY) - include_directories(${Boost_INCLUDE_DIRS}) - link_directories(${Boost_LIBRARY_DIRS}) - list(APPEND EXTRA_LIBRARIES ${Boost_LIBRARIES}) - message(STATUS - "Library ${Boost_LIBRARIES} was added to the linkage list") - else() - message(WARNING - "Could not find Boost Serialization library, " - "skip data persistency support") - endif() + find_package(Boost REQUIRED serialization) + add_definitions(-DCEXMC_USE_PERSISTENCY) + list(APPEND EXTRA_LIBRARIES Boost::serialization) + message(STATUS "Library Boost::serialization was added to the linkage list") endif() # if CEXMC_USE_CUSTOM_FILTER is 'yes' then Custom filter can be used for @@ -101,75 +79,19 @@ option(CEXMC_DEBUG_TP if(CEXMC_DEBUG_TP) add_definitions(-DCEXMC_DEBUG_TP) endif() - -# if CEXMC_USE_HISTOGRAMING is 'yes' then ROOT histograming framework will be -# compiled. Notice: if ROOT CERN is not installed in your system then the -# histograming module won't compile anyway -option(CEXMC_USE_HISTOGRAMING - "Build ${name} with histograming support - (requires CERN ROOT libraries)" ON) + if(CEXMC_USE_HISTOGRAMING) - find_package(ROOT QUIET) - if(ROOT_FOUND) - add_definitions(-DCEXMC_USE_ROOT) - include_directories(${ROOT_INCLUDE_DIRS}) - list(APPEND EXTRA_LIBRARIES ${ROOT_LIBRARIES}) - message(STATUS - "Libraries ${ROOT_LIBRARIES} were added to the linkage list") - else() - message(WARNING - "Could not find ROOT package, skip histograming support") - endif() -endif() - -# if CEXMC_USE_ROOTQT is 'yes' then it will be possible to see ROOT histograms -# in GUI session mode -cmake_dependent_option(CEXMC_USE_ROOTQT - "Build ${name} with GUI histograming support - (requires CERN ROOT Qt binding)" ON - "CEXMC_USE_HISTOGRAMING" OFF) -if(CEXMC_USE_ROOTQT AND ROOT_FOUND) - find_library(ROOTQT_LIBRARY GQt - PATHS ${ROOT_LIBRARY_DIR} ${ROOT_LIBRARY_DIR}/root - NO_DEFAULT_PATH) - if(ROOTQT_LIBRARY) - add_definitions(-DCEXMC_USE_ROOTQT) - list(APPEND EXTRA_LIBRARIES ${ROOTQT_LIBRARY}) - message(STATUS "ROOT Qt library was added to the linkage list") - else() - message(WARNING - "Could not find ROOT Qt library, skip GUI histograming support") - endif() -endif() - -# if CEXMC_USE_GENBOD is 'yes' then original FORTRAN routine GENBOD() will be -# used as phase space generator -option(CEXMC_USE_GENBOD - "Link ${name} with original FORTRAN function GENBOD() - (by default C++ reimplementation of GENBOD() is used)" OFF) -if(CEXMC_USE_GENBOD) - find_program(CERNLIB_CONFIG_EXE cernlib - PATHS $ENV{CERN_ROOT}/bin) - if(CERNLIB_CONFIG_EXE) - execute_process( - COMMAND ${CERNLIB_CONFIG_EXE} geant321 phtools packlib kernlib - OUTPUT_VARIABLE CERNLIB_LIBRARIES - OUTPUT_STRIP_TRAILING_WHITESPACE) - add_definitions(-DCEXMC_USE_GENBOD) - list(APPEND EXTRA_LIBRARIES ${CERNLIB_LIBRARIES}) - message(STATUS - "Libraries ${CERNLIB_LIBRARIES} were added to the linkage list") - else() - message(WARNING - "Could not find cernlib, skip original FORTRAN GENBOD() support") - endif() -endif() - - + EXECUTE_PROCESS(COMMAND root-config --cflags OUTPUT_VARIABLE ROOT_CXX_FLAGS OUTPUT_STRIP_TRAILING_WHITESPACE) + set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${ROOT_CXX_FLAGS}") + EXECUTE_PROCESS(COMMAND root-config --libs OUTPUT_VARIABLE ROOT_LD_FLAGS OUTPUT_STRIP_TRAILING_WHITESPACE) + set(CMAKE_EXE_LINKER_FLAGS ${ROOT_LD_FLAGS}) +endif(CEXMC_USE_HISTOGRAMING) + include_directories(${CMAKE_CURRENT_SOURCE_DIR}/include ${Geant4_INCLUDE_DIR}) file(GLOB sources ${CMAKE_CURRENT_SOURCE_DIR}/src/*.cc) add_executable(${name} ${name}.cc ${sources}) + target_link_libraries(${name} ${Geant4_LIBRARIES} ${EXTRA_LIBRARIES}) #---------------------------------------------------------------------------- diff --git a/examples/advanced/ChargeExchangeMC/ChargeExchangeMC.cc b/examples/advanced/ChargeExchangeMC/ChargeExchangeMC.cc index a3ab613f9f..2331aa23ec 100644 --- a/examples/advanced/ChargeExchangeMC/ChargeExchangeMC.cc +++ b/examples/advanced/ChargeExchangeMC/ChargeExchangeMC.cc @@ -503,13 +503,11 @@ int main( int argc, char ** argv ) CexmcHistoManager::Destroy(); #endif - delete visManager; - CexmcMessenger::Destroy(); - delete runManager; delete session; - + delete visManager; + delete runManager; return 0; } diff --git a/examples/advanced/ChargeExchangeMC/ChargeExchangeMC.out b/examples/advanced/ChargeExchangeMC/ChargeExchangeMC.out index c859c16653..36eadbe3b1 100644 --- a/examples/advanced/ChargeExchangeMC/ChargeExchangeMC.out +++ b/examples/advanced/ChargeExchangeMC/ChargeExchangeMC.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -779,7 +779,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20 Level density (1/MeV) 0.075 Use simple level density model 1 Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1e+12 +Time limit for long lived isomeres (ns) 1000 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 @@ -1091,133 +1091,99 @@ Event 7900 2.091 242.6 2.139 0 0 0 3.443 2.003 0 0 0 0 0.06417 0.305 0 0 0 0 -Event 10733 +Event 11751 --- Reconstructed data: -- entry points: - left: 3.43905 -3.22935 -15 cm - right: 5.68118 3.1405 -15 cm + left: -10.2032 -0.493543 -15 cm + right: 9.47606 2.65278 -15 cm target: 0 0 0 fm - -- the angle: 127.95 deg - -- mass of the output particle: 466.316 MeV - -- mass of the nucleus output particle: 1.01905 GeV + -- the angle: 111.374 deg + -- mass of the output particle: 491.901 MeV + -- mass of the nucleus output particle: 1.00114 GeV -- production model data: Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV (SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV (SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV - Output particle (LAB) : eta 137.8253 -7.5255 225.3841 MeV -- 536.0051 MeV - (SCM) : eta 137.8253 -7.5255 -8.1211 MeV -- 486.3840 MeV - Nucleus output particle (LAB) : neutron -137.8253 7.5255 504.6159 MeV -- 1.1455 GeV - (SCM) : neutron -137.8253 7.5255 8.1211 MeV -- 1.0284 GeV + Output particle (LAB) : eta -83.0933 13.2690 339.5986 MeV -- 603.6343 MeV + (SCM) : eta -83.0933 13.2690 86.0726 MeV -- 506.4146 MeV + Nucleus output particle (LAB) : neutron 83.0933 -13.2690 390.4014 MeV -- 1.0779 GeV + (SCM) : neutron 83.0933 -13.2690 -86.0726 MeV -- 1.0084 GeV + -- triggered angular ranges: + 2 [ 0.8000, 0.6000) + --- Energy Deposit + monitor : 488.261 keV + vc (l) : 0 eV + vc (r) : 0 eV + cal (l) : 252.568 MeV + 0 0 0 0 4.542 0 + 0 0 0 0 87.85 10.75 + 0 0 0 2.364 133.3 8.993 + 0 0 0 0 0.6689 4.072 + cal (r) : 351.067 MeV + 7.149 1.657 2.521 0 0 0 + 14.55 305.8 3.998 0.1935 0 0 + 7.953 5.45 1.437 0.1399 0 0 + 0 0.2176 0 0 0 0 +Event 13211 + --- Track Points + monitor : pi- [1,bp] 730.3 MeV : -1.206 -1.375 -0.125 cm [0.01664, -0.01408, 0.9998] + target : pi- [1,bp] 729.6 MeV : 2.616 4.261 -1.754 cm [-0.63, -0.7765, -0.01371] + : eta [6,op] 251 MeV : -2.242 -1.72 -1.861 cm [-0.93, -0.3601, 0.07288] + : neutron [7,np] 525.6 MeV : -2.242 -1.72 -1.861 cm [-0.4306, -0.901, -0.05366] + : gamma [9,opdp] 230.5 MeV : -2.242 -1.72 -1.861 cm [0.5381, -0.8412, 0.05418] + : gamma [8,opdp] 372.1 MeV : -2.242 -1.72 -1.861 cm [-0.9604, 0.278, 0.0156] + vc (l) : gamma [9,opdp] 230.5 MeV : 5.004 1.322 -0.25 cm [0.1321, 0.05418, 0.9897] + vc (r) : gamma [8,opdp] 372.1 MeV : 1.101 -0.9712 -0.25 cm [-0.01998, 0.0156, 0.9997] + cal (l) : gamma [9,opdp] 230.5 MeV : 5.171 1.39 -15 cm [0.1321, 0.05418, 0.9897] + cal (r) : gamma [8,opdp] 372.1 MeV : 1.076 -0.9517 -15 cm [-0.01998, 0.0156, 0.9997] + --- + angle between the eta decay products : 138.573 deg + --- Triggered angular ranges: + 7 [-0.2000, -0.4000) + --- Production model data: + Incident particle (LAB) : pi- 10.3311 -9.9142 727.5417 MeV -- 740.9466 MeV + (SCM) : pi- 6.4052 -6.1467 451.0710 MeV -- 472.2538 MeV + Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV + (SCM) : proton -6.4052 6.1467 -451.0710 MeV -- 1.0411 GeV + Output particle (LAB) : eta -120.7117 18.2915 219.2850 MeV -- 602.6148 MeV + (SCM) : eta -124.4874 21.9148 -46.6113 MeV -- 564.1833 MeV + Nucleus output particle (LAB) : neutron 131.0428 -28.2057 508.2567 MeV -- 1.0766 GeV + (SCM) : neutron 124.4874 -21.9148 46.6113 MeV -- 949.1749 MeV + --- Reconstructed data: + -- entry points: + left: 6.63965 0.414976 -15 cm + right: 1.38873 -1.7797 -15 cm + target: 0 0 0 fm + -- the angle: 134.979 deg + -- mass of the output particle: 546.925 MeV + -- mass of the nucleus output particle: 938.975 MeV + -- production model data: + Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV + (SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV + Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV + (SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV + Output particle (LAB) : eta -139.7029 -10.0887 245.4258 MeV -- 615.6126 MeV + (SCM) : eta -139.7029 -10.0887 -24.2381 MeV -- 565.0952 MeV + Nucleus output particle (LAB) : neutron 139.7029 10.0887 484.5742 MeV -- 1.0659 GeV + (SCM) : neutron 139.7029 10.0887 24.2381 MeV -- 949.6735 MeV -- triggered angular ranges: 6 [ 0.0000, -0.2000) --- Energy Deposit - monitor : 527.646 keV + monitor : 587.022 keV vc (l) : 0 eV vc (r) : 0 eV - cal (l) : 335.098 MeV - 0 0.09963 0 0 0 0 - 0 15.23 6.307 0.987 0 0.4142 - 3.963 3.311 248.1 10.78 1.947 0 - 0 12.16 29.91 1.868 0 0 - cal (r) : 200.907 MeV - 0 3.402 1.721 0 0 0 - 4.364 41.11 147.6 0.5654 0 0 - 0.5333 0 0.5615 1.087 0 0 + cal (l) : 223.431 MeV + 0 1.547 0 0 0 0 + 0.3088 140.3 64.75 0 0 0 + 0 6.832 2.317 0.5119 0 0 + 1.18 2.303 2.968 0.4372 0 0 + cal (r) : 392.182 MeV 0 0 0 0 0 0 -Event 12276 - --- Track Points - monitor : pi- [1,bp] 730.7 MeV : -1.361 0.1986 -0.125 cm [0.0097, -0.01364, 0.9999] - target : pi- [1,bp] 730 MeV : 2.276 4.452 -0.1846 cm [-0.6368, -0.7709, -0.01386] - : eta [4,op] 335.4 MeV : -2.774 -1.661 -0.2945 cm [-0.3263, -0.9286, 0.1764] - : neutron [5,np] 439.8 MeV : -2.774 -1.661 -0.2945 cm [-0.8091, -0.5654, -0.1603] - : gamma [7,opdp] 383.5 MeV : -2.774 -1.661 -0.2945 cm [0.3773, -0.9219, 0.08797] - : gamma [6,opdp] 258.9 MeV : -2.774 -1.661 -0.2945 cm [-0.9818, 0.1627, 0.09827] - vc (l) : gamma [7,opdp] 383.5 MeV : -6.016 4.871 -0.25 cm [-0.04769, 0.08797, 0.995] - vc (r) : gamma [6,opdp] 258.9 MeV : 7.852 5.311 -0.25 cm [0.09693, 0.09827, 0.9904] - cal (l) : gamma [7,opdp] 383.5 MeV : -6.076 4.981 -15 cm [-0.04769, 0.08797, 0.995] - cal (r) : gamma [6,opdp] 258.9 MeV : 7.974 5.435 -15 cm [0.09693, 0.09827, 0.9904] - --- - angle between the eta decay products : 120.782 deg - --- Triggered angular ranges: - 4 [ 0.4000, 0.2000) - --- Production model data: - Incident particle (LAB) : pi- 3.6191 -11.3208 728.1401 MeV -- 741.4911 MeV - (SCM) : pi- 2.2433 -7.0173 451.3413 MeV -- 472.4861 MeV - Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV - (SCM) : proton -2.2433 7.0173 -451.3413 MeV -- 1.0412 GeV - Output particle (LAB) : eta 116.3541 59.1753 308.9270 MeV -- 642.3618 MeV - (SCM) : eta 114.9864 63.4532 33.7746 MeV -- 564.3950 MeV - Nucleus output particle (LAB) : neutron -112.7349 -70.4961 419.2131 MeV -- 1.0374 GeV - (SCM) : neutron -114.9864 -63.4532 -33.7746 MeV -- 949.3008 MeV - --- Reconstructed data: - -- entry points: - left: -7.39869 6.11398 -15 cm - right: 9.11782 5.05555 -15 cm - target: 0 0 0 fm - -- the angle: 113.586 deg - -- mass of the output particle: 487.185 MeV - -- mass of the nucleus output particle: 997.246 MeV - -- production model data: - Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV - (SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV - Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV - (SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV - Output particle (LAB) : eta 111.3085 55.8699 320.3083 MeV -- 596.2026 MeV - (SCM) : eta 111.3085 55.8699 68.2407 MeV -- 507.4613 MeV - Nucleus output particle (LAB) : neutron -111.3085 -55.8699 409.6917 MeV -- 1.0853 GeV - (SCM) : neutron -111.3085 -55.8699 -68.2407 MeV -- 1.0073 GeV - -- triggered angular ranges: - 3 [ 0.6000, 0.4000) - --- Energy Deposit - monitor : 528.79 keV - vc (l) : 147.2 keV - vc (r) : 0 eV - cal (l) : 362.167 MeV - 0 0 0.516 34.92 192.1 0 - 0 0 0.5746 4.391 128.4 0.1214 - 0 0 0 0 0.443 0.7335 - 0 0 0 0 0 0 - cal (r) : 234.036 MeV - 2.882 128.7 1.108 0 0 0 - 1.782 89.38 6.973 0 0 0 - 0 1.666 0 0 0 0 - 1.566 0 0 0 0 0 -Event 13522 - --- Reconstructed data: - -- entry points: - left: -9.02543 5.62386 -15 cm - right: -3.93639 -3.29667 -15 cm - target: 0 0 0 fm - -- the angle: 125.321 deg - -- mass of the output particle: 538.541 MeV - -- mass of the nucleus output particle: 947.369 MeV - -- production model data: - Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV - (SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV - Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV - (SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV - Output particle (LAB) : eta -141.6408 2.3998 270.5499 MeV -- 619.1058 MeV - (SCM) : eta -141.6408 2.3998 1.9680 MeV -- 556.8650 MeV - Nucleus output particle (LAB) : neutron 141.6408 -2.3998 459.4501 MeV -- 1.0624 GeV - (SCM) : neutron 141.6408 -2.3998 -1.9680 MeV -- 957.9037 MeV - -- triggered angular ranges: - 5 [ 0.2000, 0.0000) - --- Energy Deposit - monitor : 364.597 keV - vc (l) : 0 eV - vc (r) : 0 eV - cal (l) : 246.825 MeV - 0 0 3.933 1.455 82.24 12.03 - 0 0 0 1.251 133.7 11.3 - 0 0 0 0.1587 0.7699 0 - 0 0 0 0 0 0 - cal (r) : 372.281 MeV - 0 1.206 0 0 0 0 - 0 0 2.141 7.39 1.737 0.356 - 0 0 2.657 279.1 23.23 10.77 - 0 0.4894 4.184 36.08 2.966 0 -Event 14455 + 0.4334 5.099 20.71 5.466 0.9886 0 + 0 0.613 346 8.997 0.959 0.2674 + 0 0 1.061 0.9726 0.3666 0.2413 +Event 14352 --- Track Points monitor : pi- [1,bp] 727 MeV : -1.169 -0.455 -1.25 mm [-0.003548, 0.01198, 0.9999] target : pi- [1,bp] 726.5 MeV : 3.047 3.964 0.2767 cm [-0.6454, -0.7637, 0.01184] @@ -1275,24 +1241,82 @@ Event 14455 28.97 103.9 1.943 0 0 0 0 0 5.24 0.5402 0 0 0 0 0 0 0 0 +Event 14456 + --- Track Points + monitor : pi- [1,bp] 730.7 MeV : -7.775 1.689 -1.25 mm [-0.01427, -0.01005, 0.9998] + target : pi- [1,bp] 730 MeV : 2.171 4.504 -0.1301 cm [-0.6541, -0.7563, -0.009803] + : eta [3,op] 341.3 MeV : 1.37 3.578 -0.1421 cm [-0.8942, -0.4444, -0.05454] + : neutron [4,np] 436 MeV : 1.37 3.578 -0.1421 cm [-0.3945, -0.9184, 0.02873] + : gamma [6,opdp] 235.7 MeV : 1.37 3.578 -0.1421 cm [0.418, -0.9061, 0.0652] + : gamma [5,opdp] 409.8 MeV : 1.37 3.578 -0.1421 cm [-0.985, 0.151, -0.08292] + vc (l) : gamma [6,opdp] 235.7 MeV : 2.502 3.871 -0.25 cm [-0.004087, 0.0652, 0.9979] + vc (r) : gamma [5,opdp] 409.8 MeV : 2.703 -5.093 -0.25 cm [0.1091, -0.08292, 0.9906] + cal (l) : gamma [6,opdp] 235.7 MeV : 2.497 3.952 -15 cm [-0.004087, 0.0652, 0.9979] + cal (r) : gamma [5,opdp] 409.8 MeV : 2.84 -5.198 -15 cm [0.1091, -0.08292, 0.9906] + --- + angle between the eta decay products : 123.642 deg + --- Triggered angular ranges: + 4 [ 0.4000, 0.2000) + --- Production model data: + Incident particle (LAB) : pi- -10.6233 -6.0829 729.6631 MeV -- 742.9926 MeV + (SCM) : pi- -6.5808 -3.7682 452.0076 MeV -- 473.1259 MeV + Nucleus particle (LAB) : proton 0.0000 -0.0000 0.0000 eV -- 938.2720 MeV + (SCM) : proton 6.5808 3.7682 -452.0076 MeV -- 1.0415 GeV + Output particle (LAB) : eta -136.2686 -18.6119 312.3168 MeV -- 645.4534 MeV + (SCM) : eta -132.2451 -16.3081 35.9596 MeV -- 564.9784 MeV + Nucleus output particle (LAB) : neutron 125.6454 12.5291 417.3463 MeV -- 1.0358 GeV + (SCM) : neutron 132.2451 16.3081 -35.9596 MeV -- 949.6478 MeV + --- Reconstructed data: + -- entry points: + left: 3.0254 4.15893 -15 cm + right: 2.473 -5.13776 -15 cm + target: 0 0 0 fm + -- the angle: 130.676 deg + -- mass of the output particle: 594.596 MeV + -- mass of the nucleus output particle: 898.922 MeV + -- production model data: + Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV + (SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV + Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV + (SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV + Output particle (LAB) : eta -122.5169 -17.0072 285.9104 MeV -- 671.2593 MeV + (SCM) : eta -122.5169 -17.0072 -6.1148 MeV -- 607.3563 MeV + Nucleus output particle (LAB) : neutron 122.5169 17.0072 444.0896 MeV -- 1.0102 GeV + (SCM) : neutron 122.5169 17.0072 6.1148 MeV -- 907.4123 MeV + -- triggered angular ranges: + 6 [ 0.0000, -0.2000) + --- Energy Deposit + monitor : 537.389 keV + vc (l) : 0 eV + vc (r) : 0 eV + cal (l) : 260.612 MeV + 0 2.307 11.35 2.38 0 0 + 1.264 2.013 238.9 0.6066 0.8145 0 + 0 0 0.04745 0.8924 0 0 + 0 0 0 0 0 0 + cal (r) : 410.647 MeV + 0 0 0 0 0 0 + 0 0.4661 0.5644 0 0 0 + 0 1.913 312.3 1.798 0.5417 0 + 0 4.626 81.24 5.903 1.265 0 Run terminated. Run Summary - Number of events processed : 14456, effectively: 10 - User=8.590000s Real=8.667211s Sys=0.010000s + Number of events processed : 14457, effectively: 10 + User=9.020000s Real=9.097572s Sys=0.010000s --- Setup acceptances (range | real (trg / mon) | rec (trg / mon / all)): - 1 [ 1.0000, 0.8000) | 0.00254453 ( 1 / 393 ) | 0.00000000 ( 0 / 393 / 480 ) - 2 [ 0.8000, 0.6000) | 0.00000000 ( 0 / 404 ) | 0.00247525 ( 1 / 404 / 498 ) - 3 [ 0.6000, 0.4000) | 0.00000000 ( 0 / 423 ) | 0.00236407 ( 1 / 423 / 499 ) - 4 [ 0.4000, 0.2000) | 0.00259067 ( 1 / 386 ) | 0.00000000 ( 0 / 386 / 480 ) - 5 [ 0.2000, 0.0000) | 0.00236407 ( 1 / 423 ) | 0.00000000 ( 0 / 423 / 511 ) - 6 [ 0.0000, -0.2000) | 0.00000000 ( 0 / 411 ) | 0.00243309 ( 1 / 411 / 511 ) - 7 [-0.2000, -0.4000) | 0.00000000 ( 0 / 428 ) | 0.00000000 ( 0 / 428 / 510 ) - 8 [-0.4000, -0.6000) | 0.00000000 ( 0 / 400 ) | 0.00000000 ( 0 / 400 / 503 ) - 9 [-0.6000, -0.8000) | 0.00000000 ( 0 / 398 ) | 0.00000000 ( 0 / 398 / 486 ) - 10 [-0.8000, -1.0000) | 0.00000000 ( 0 / 371 ) | 0.00000000 ( 0 / 371 / 454 ) + 1 [ 1.0000, 0.8000) | 0.00246914 ( 1 / 405 ) | 0.00000000 ( 0 / 405 / 486 ) + 2 [ 0.8000, 0.6000) | 0.00000000 ( 0 / 395 ) | 0.00253165 ( 1 / 395 / 490 ) + 3 [ 0.6000, 0.4000) | 0.00000000 ( 0 / 417 ) | 0.00000000 ( 0 / 417 / 496 ) + 4 [ 0.4000, 0.2000) | 0.00240964 ( 1 / 415 ) | 0.00000000 ( 0 / 415 / 506 ) + 5 [ 0.2000, 0.0000) | 0.00230415 ( 1 / 434 ) | 0.00000000 ( 0 / 434 / 522 ) + 6 [ 0.0000, -0.2000) | 0.00000000 ( 0 / 419 ) | 0.00715990 ( 3 / 419 / 514 ) + 7 [-0.2000, -0.4000) | 0.00242131 ( 1 / 413 ) | 0.00000000 ( 0 / 413 / 494 ) + 8 [-0.4000, -0.6000) | 0.00000000 ( 0 / 414 ) | 0.00000000 ( 0 / 414 / 510 ) + 9 [-0.6000, -0.8000) | 0.00000000 ( 0 / 406 ) | 0.00000000 ( 0 / 406 / 495 ) + 10 [-0.8000, -1.0000) | 0.00000000 ( 0 / 390 ) | 0.00000000 ( 0 / 390 / 474 ) --- - False hits (edt | rec): 7 | 7 + False hits (edt | rec): 6 | 6 G4 kernel has come to Quit state. ================== Deleting memory pools =================== diff --git a/examples/advanced/ChargeExchangeMC/History b/examples/advanced/ChargeExchangeMC/History index f15af47c53..58418beb6f 100644 --- a/examples/advanced/ChargeExchangeMC/History +++ b/examples/advanced/ChargeExchangeMC/History @@ -7,6 +7,10 @@ cirrone@lns.infn.it History file of the ChargeExchangeMC application ==================================================== +08.04.2020 - S. Guatelli, Tag ChargeExchangeMC-V10-05-00 + Error removed from the main. CMakeList.txt updated. + Dependence to Qt Libraries when using ROOT demoved as obsolete. + 02.09.2019 - S. Guatelli, Tag ChargeExchangeMC-V10-05-02 G4VIS_USE and G4UI_USE deleted diff --git a/examples/advanced/air_shower/air_shower.out b/examples/advanced/air_shower/air_shower.out index 4f852b8a30..d802f48f36 100644 --- a/examples/advanced/air_shower/air_shower.out +++ b/examples/advanced/air_shower/air_shower.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -244,8 +244,8 @@ See commands in /vis/modeling/trajectories/ for other options. ooo Run 0 starts (global). --------- Ranlux engine status --------- - Initial seed = 1581670685 - float_seed_table[] = 0.771425 0.857793 0.786471 0.959849 0.54189 0.251619 0.336965 0.48616 0.231617 0.975826 0.760323 0.680841 0.384682 0.719225 0.266291 0.500768 0.777779 0.245909 0.829786 0.237351 0.567685 0.441431 0.607113 0.0855538 + Initial seed = 1590745240 + float_seed_table[] = 0.769771 0.683744 0.431496 0.063198 0.981073 0.662218 0.139998 0.0275069 0.809529 0.691412 0.220709 0.553455 0.998968 0.80317 0.0774835 0.496753 0.139411 0.555612 0.271583 0.197803 0.878428 0.535016 0.310122 0.39858 i_lag = 23, j_lag = 9 carry = 0, count24 = 0 luxury = 3 nskip = 199 @@ -256,7 +256,7 @@ mu- Mono Plane Run terminated. Run Summary Number of events processed : 100 - User=2.090000s Real=2.091367s Sys=0.000000s + User=2.460000s Real=2.458819s Sys=0.000000s ### Run 0 (global) ended. Graphics systems deleted. Visualization Manager deleting... @@ -271,9 +271,9 @@ G4SDManager deleted. EventManager deleted. Units table cleared. TransportationManager deleted. -Total navigation history collections cleaned: 9 +Total navigation history collections cleaned: 10 ================== Deleting memory pools =================== -Pool ID '20G4NavigationLevelRep', size : 0.0115 MB +Pool ID '20G4NavigationLevelRep', size : 0.0135 MB Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB Pool ID '7G4Event', size : 0.000961 MB Pool ID '15G4PrimaryVertex', size : 0.000961 MB @@ -284,9 +284,9 @@ Pool ID '17G4DynamicParticle', size : 0.025 MB Pool ID '7G4Track', size : 0.049 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.00481 MB Number of memory pools allocated: 12 of which, static: 0 -Dynamic pools deleted: 12 / Total memory freed: 0.094 MB +Dynamic pools deleted: 12 / Total memory freed: 0.1 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/advanced/amsEcal/run1.out b/examples/advanced/amsEcal/run1.out index b8dea25325..b85af8e24a 100644 --- a/examples/advanced/amsEcal/run1.out +++ b/examples/advanced/amsEcal/run1.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -179,7 +179,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 10000 - User=7.470000s Real=7.527727s Sys=0.000000s + User=7.940000s Real=8.196714s Sys=0.020000s ------------------------------------------------------------- ---> The calorimeter is 9 Modules diff --git a/examples/advanced/brachytherapy/brachytherapy.out b/examples/advanced/brachytherapy/brachytherapy.out index b46d429f2b..b878170a06 100644 --- a/examples/advanced/brachytherapy/brachytherapy.out +++ b/examples/advanced/brachytherapy/brachytherapy.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/advanced/composite_calorimeter/composite_calorimeter.out b/examples/advanced/composite_calorimeter/composite_calorimeter.out index a708adbdb0..3acba1b8fd 100644 --- a/examples/advanced/composite_calorimeter/composite_calorimeter.out +++ b/examples/advanced/composite_calorimeter/composite_calorimeter.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -752,7 +752,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20 Level density (1/MeV) 0.075 Use simple level density model 1 Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1e+12 +Time limit for long lived isomeres (ns) 1000 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 @@ -902,7 +902,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 20 - User=19.750000s Real=20.570038s Sys=0.040000s + User=19.460000s Real=19.994019s Sys=0.030000s ### Run 0 end. ... write Root file : ccal.root - done ... close Root file : ccal.root - done @@ -918,23 +918,23 @@ G4SDManager deleted. EventManager deleted. Units table cleared. TransportationManager deleted. -Total navigation history collections cleaned: 48 +Total navigation history collections cleaned: 46 ================== Deleting memory pools =================== -Pool ID '20G4NavigationLevelRep', size : 0.0721 MB +Pool ID '20G4NavigationLevelRep', size : 0.0692 MB Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB Pool ID '7G4Event', size : 0.000961 MB Pool ID '15G4PrimaryVertex', size : 0.000961 MB Pool ID '17G4PrimaryParticle', size : 0.000961 MB Pool ID '15G4HCofThisEvent', size : 0.000961 MB Pool ID '16G4HitsCollection', size : 0.000961 MB -Pool ID '17G4DynamicParticle', size : 0.0538 MB -Pool ID '7G4Track', size : 0.108 MB +Pool ID '17G4DynamicParticle', size : 0.074 MB +Pool ID '7G4Track', size : 0.148 MB Pool ID '18G4TouchableHistory', size : 0.00577 MB Pool ID '15G4CountedObjectIvE', size : 0.000961 MB -Pool ID '17G4ReactionProduct', size : 0.0135 MB +Pool ID '17G4ReactionProduct', size : 0.0115 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.26 MB +Dynamic pools deleted: 13 / Total memory freed: 0.32 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/advanced/eRosita/eRosita.out b/examples/advanced/eRosita/eRosita.out index fcdfe2f204..94b52e02ec 100644 --- a/examples/advanced/eRosita/eRosita.out +++ b/examples/advanced/eRosita/eRosita.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -200,4 +200,4 @@ Index : 2 used in the geometry : Yes ---- eRosita event counter: 9000 ---- eRosita event counter: 10000 --- Run 00 ends (Number of events = 10000). - User=37.830000s Real=37.981702s Sys=0.010000s + User=39.280000s Real=39.503039s Sys=0.010000s diff --git a/examples/advanced/gammaknife/gammaknife.out b/examples/advanced/gammaknife/gammaknife.out index efdc6643a8..ee51cdeef5 100644 --- a/examples/advanced/gammaknife/gammaknife.out +++ b/examples/advanced/gammaknife/gammaknife.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -517,8 +517,8 @@ Run 0 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003046s Sys=0.000000s - User TOT = 0 Real TOT = 0.00340431 + User=0.000000s Real=0.004038s Sys=0.000000s + User TOT = 0 Real TOT = 0.00440494 Summary of Run 0 : /run/geometryModified @@ -587,8 +587,8 @@ Run 1 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002228s Sys=0.000000s - User TOT = 0 Real TOT = 0.00576202 + User=0.010000s Real=0.002537s Sys=0.000000s + User TOT = 0.01 Real TOT = 0.00705114 Summary of Run 1 : /run/geometryModified @@ -657,8 +657,8 @@ Run 2 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.002787s Sys=0.000000s - User TOT = 0.01 Real TOT = 0.00866231 + User=0.000000s Real=0.002316s Sys=0.000000s + User TOT = 0.01 Real TOT = 0.0094918 Summary of Run 2 : /run/geometryModified @@ -727,8 +727,8 @@ Run 3 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003401s Sys=0.000000s - User TOT = 0.01 Real TOT = 0.0123362 + User=0.000000s Real=0.002456s Sys=0.010000s + User TOT = 0.01 Real TOT = 0.0120558 Summary of Run 3 : /run/geometryModified @@ -797,8 +797,8 @@ Run 4 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002624s Sys=0.000000s - User TOT = 0.01 Real TOT = 0.0150761 + User=0.000000s Real=0.001793s Sys=0.000000s + User TOT = 0.01 Real TOT = 0.0139552 Summary of Run 4 : /run/geometryModified @@ -867,8 +867,8 @@ Run 5 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001679s Sys=0.000000s - User TOT = 0.01 Real TOT = 0.0168615 + User=0.000000s Real=0.002113s Sys=0.000000s + User TOT = 0.01 Real TOT = 0.0161774 Summary of Run 5 : /run/geometryModified @@ -937,8 +937,8 @@ Run 6 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.002487s Sys=0.000000s - User TOT = 0.02 Real TOT = 0.0194562 + User=0.000000s Real=0.001771s Sys=0.000000s + User TOT = 0.01 Real TOT = 0.0180568 Summary of Run 6 : /run/geometryModified @@ -1007,8 +1007,8 @@ Run 7 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002156s Sys=0.000000s - User TOT = 0.02 Real TOT = 0.0217183 + User=0.000000s Real=0.002064s Sys=0.000000s + User TOT = 0.01 Real TOT = 0.0202222 Summary of Run 7 : /run/geometryModified @@ -1077,8 +1077,8 @@ Run 8 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001784s Sys=0.000000s - User TOT = 0.02 Real TOT = 0.0236074 + User=0.000000s Real=0.001733s Sys=0.000000s + User TOT = 0.01 Real TOT = 0.0220655 Summary of Run 8 : /run/geometryModified @@ -1147,8 +1147,8 @@ Run 9 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001898s Sys=0.000000s - User TOT = 0.02 Real TOT = 0.0256105 + User=0.010000s Real=0.001796s Sys=0.000000s + User TOT = 0.02 Real TOT = 0.0239777 Summary of Run 9 : /run/geometryModified @@ -1217,8 +1217,8 @@ Run 10 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.001966s Sys=0.000000s - User TOT = 0.03 Real TOT = 0.0276931 + User=0.000000s Real=0.002190s Sys=0.000000s + User TOT = 0.02 Real TOT = 0.0262714 Summary of Run 10 : /run/geometryModified @@ -1287,8 +1287,8 @@ Run 11 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001654s Sys=0.000000s - User TOT = 0.03 Real TOT = 0.029452 + User=0.000000s Real=0.002000s Sys=0.000000s + User TOT = 0.02 Real TOT = 0.0283774 Summary of Run 11 : /run/geometryModified @@ -1357,8 +1357,8 @@ Run 12 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002057s Sys=0.000000s - User TOT = 0.03 Real TOT = 0.0316146 + User=0.000000s Real=0.002413s Sys=0.000000s + User TOT = 0.02 Real TOT = 0.030891 Summary of Run 12 : /run/geometryModified @@ -1427,8 +1427,8 @@ Run 13 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001946s Sys=0.000000s - User TOT = 0.03 Real TOT = 0.0336902 + User=0.010000s Real=0.002164s Sys=0.000000s + User TOT = 0.03 Real TOT = 0.0331586 Summary of Run 13 : /run/geometryModified @@ -1497,8 +1497,8 @@ Run 14 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002455s Sys=0.000000s - User TOT = 0.03 Real TOT = 0.0362502 + User=0.000000s Real=0.002571s Sys=0.000000s + User TOT = 0.03 Real TOT = 0.035832 Summary of Run 14 : /run/geometryModified @@ -1567,8 +1567,8 @@ Run 15 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001921s Sys=0.000000s - User TOT = 0.03 Real TOT = 0.0382905 + User=0.000000s Real=0.001945s Sys=0.000000s + User TOT = 0.03 Real TOT = 0.0378815 Summary of Run 15 : /run/geometryModified @@ -1637,8 +1637,8 @@ Run 16 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.002344s Sys=0.000000s - User TOT = 0.04 Real TOT = 0.0407475 + User=0.000000s Real=0.002149s Sys=0.000000s + User TOT = 0.03 Real TOT = 0.040136 Summary of Run 16 : /run/geometryModified @@ -1707,8 +1707,8 @@ Run 17 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002045s Sys=0.000000s - User TOT = 0.04 Real TOT = 0.0428962 + User=0.000000s Real=0.002353s Sys=0.000000s + User TOT = 0.03 Real TOT = 0.0426012 Summary of Run 17 : /run/geometryModified @@ -1777,8 +1777,8 @@ Run 18 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002056s Sys=0.000000s - User TOT = 0.04 Real TOT = 0.0450621 + User=0.010000s Real=0.001968s Sys=0.000000s + User TOT = 0.04 Real TOT = 0.0446828 Summary of Run 18 : /run/geometryModified @@ -1847,8 +1847,8 @@ Run 19 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001903s Sys=0.000000s - User TOT = 0.04 Real TOT = 0.047069 + User=0.000000s Real=0.002116s Sys=0.000000s + User TOT = 0.04 Real TOT = 0.0469097 Summary of Run 19 : /run/geometryModified @@ -1917,8 +1917,8 @@ Run 20 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001499s Sys=0.000000s - User TOT = 0.04 Real TOT = 0.0486838 + User=0.000000s Real=0.001761s Sys=0.000000s + User TOT = 0.04 Real TOT = 0.0487705 Summary of Run 20 : /run/geometryModified @@ -1987,8 +1987,8 @@ Run 21 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001859s Sys=0.000000s - User TOT = 0.04 Real TOT = 0.0506455 + User=0.000000s Real=0.001939s Sys=0.000000s + User TOT = 0.04 Real TOT = 0.0508133 Summary of Run 21 : /run/geometryModified @@ -2057,8 +2057,8 @@ Run 22 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.001721s Sys=0.000000s - User TOT = 0.05 Real TOT = 0.0524722 + User=0.010000s Real=0.001906s Sys=0.000000s + User TOT = 0.05 Real TOT = 0.0528239 Summary of Run 22 : /run/geometryModified @@ -2127,8 +2127,8 @@ Run 23 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002268s Sys=0.000000s - User TOT = 0.05 Real TOT = 0.054863 + User=0.000000s Real=0.001924s Sys=0.010000s + User TOT = 0.05 Real TOT = 0.0548609 Summary of Run 23 : /run/geometryModified @@ -2197,8 +2197,8 @@ Run 24 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001782s Sys=0.000000s - User TOT = 0.05 Real TOT = 0.0567559 + User=0.000000s Real=0.001898s Sys=0.000000s + User TOT = 0.05 Real TOT = 0.056858 Summary of Run 24 : /run/geometryModified @@ -2267,8 +2267,8 @@ Run 25 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002304s Sys=0.000000s - User TOT = 0.05 Real TOT = 0.0591638 + User=0.000000s Real=0.001710s Sys=0.000000s + User TOT = 0.05 Real TOT = 0.0586752 Summary of Run 25 : /run/geometryModified @@ -2337,8 +2337,8 @@ Run 26 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002317s Sys=0.010000s - User TOT = 0.05 Real TOT = 0.0615985 + User=0.000000s Real=0.001981s Sys=0.000000s + User TOT = 0.05 Real TOT = 0.060769 Summary of Run 26 : /run/geometryModified @@ -2407,8 +2407,8 @@ Run 27 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002062s Sys=0.000000s - User TOT = 0.05 Real TOT = 0.0637669 + User=0.010000s Real=0.002541s Sys=0.000000s + User TOT = 0.06 Real TOT = 0.0634126 Summary of Run 27 : /run/geometryModified @@ -2477,8 +2477,8 @@ Run 28 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002017s Sys=0.000000s - User TOT = 0.05 Real TOT = 0.0659029 + User=0.000000s Real=0.002442s Sys=0.000000s + User TOT = 0.06 Real TOT = 0.0659676 Summary of Run 28 : /run/geometryModified @@ -2547,8 +2547,8 @@ Run 29 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002500s Sys=0.000000s - User TOT = 0.05 Real TOT = 0.0685147 + User=0.000000s Real=0.001886s Sys=0.000000s + User TOT = 0.06 Real TOT = 0.0679574 Summary of Run 29 : /run/geometryModified @@ -2617,8 +2617,8 @@ Run 30 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002330s Sys=0.000000s - User TOT = 0.05 Real TOT = 0.0709542 + User=0.000000s Real=0.001887s Sys=0.000000s + User TOT = 0.06 Real TOT = 0.0699566 Summary of Run 30 : /run/geometryModified @@ -2687,8 +2687,8 @@ Run 31 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001692s Sys=0.000000s - User TOT = 0.05 Real TOT = 0.0727688 + User=0.000000s Real=0.002058s Sys=0.000000s + User TOT = 0.06 Real TOT = 0.0721304 Summary of Run 31 : /run/geometryModified @@ -2757,8 +2757,8 @@ Run 32 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.001777s Sys=0.000000s - User TOT = 0.06 Real TOT = 0.0746551 + User=0.000000s Real=0.001979s Sys=0.000000s + User TOT = 0.06 Real TOT = 0.0742123 Summary of Run 32 : /run/geometryModified @@ -2827,8 +2827,8 @@ Run 33 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001803s Sys=0.000000s - User TOT = 0.06 Real TOT = 0.0765628 + User=0.000000s Real=0.001645s Sys=0.000000s + User TOT = 0.06 Real TOT = 0.0759568 Summary of Run 33 : /run/geometryModified @@ -2897,8 +2897,8 @@ Run 34 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002162s Sys=0.000000s - User TOT = 0.06 Real TOT = 0.0788223 + User=0.000000s Real=0.001964s Sys=0.000000s + User TOT = 0.06 Real TOT = 0.0780223 Summary of Run 34 : /run/geometryModified @@ -2967,8 +2967,8 @@ Run 35 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002192s Sys=0.000000s - User TOT = 0.06 Real TOT = 0.0811343 + User=0.000000s Real=0.002408s Sys=0.000000s + User TOT = 0.06 Real TOT = 0.0805403 Summary of Run 35 : /run/geometryModified @@ -3037,8 +3037,8 @@ Run 36 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.002455s Sys=0.000000s - User TOT = 0.07 Real TOT = 0.0836941 + User=0.000000s Real=0.001778s Sys=0.000000s + User TOT = 0.06 Real TOT = 0.0824241 Summary of Run 36 : /run/geometryModified @@ -3107,8 +3107,8 @@ Run 37 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001774s Sys=0.000000s - User TOT = 0.07 Real TOT = 0.0855847 + User=0.000000s Real=0.002539s Sys=0.000000s + User TOT = 0.06 Real TOT = 0.0850826 Summary of Run 37 : /run/geometryModified @@ -3177,8 +3177,8 @@ Run 38 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001854s Sys=0.000000s - User TOT = 0.07 Real TOT = 0.0875455 + User=0.000000s Real=0.001894s Sys=0.010000s + User TOT = 0.06 Real TOT = 0.0870794 Summary of Run 38 : /run/geometryModified @@ -3247,8 +3247,8 @@ Run 39 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001787s Sys=0.000000s - User TOT = 0.07 Real TOT = 0.0894336 + User=0.000000s Real=0.001783s Sys=0.000000s + User TOT = 0.06 Real TOT = 0.0889653 Summary of Run 39 : /run/geometryModified @@ -3317,8 +3317,8 @@ Run 40 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001831s Sys=0.000000s - User TOT = 0.07 Real TOT = 0.0913812 + User=0.000000s Real=0.001740s Sys=0.000000s + User TOT = 0.06 Real TOT = 0.0908063 Summary of Run 40 : /run/geometryModified @@ -3387,8 +3387,8 @@ Run 41 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.002301s Sys=0.000000s - User TOT = 0.08 Real TOT = 0.0937916 + User=0.010000s Real=0.002340s Sys=0.000000s + User TOT = 0.07 Real TOT = 0.0932583 Summary of Run 41 : /run/geometryModified @@ -3457,8 +3457,8 @@ Run 42 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001881s Sys=0.000000s - User TOT = 0.08 Real TOT = 0.0957736 + User=0.000000s Real=0.002108s Sys=0.000000s + User TOT = 0.07 Real TOT = 0.0954704 Summary of Run 42 : /run/geometryModified @@ -3527,8 +3527,8 @@ Run 43 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002355s Sys=0.000000s - User TOT = 0.08 Real TOT = 0.0982302 + User=0.000000s Real=0.002099s Sys=0.000000s + User TOT = 0.07 Real TOT = 0.0976989 Summary of Run 43 : /run/geometryModified @@ -3597,8 +3597,8 @@ Run 44 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001808s Sys=0.000000s - User TOT = 0.08 Real TOT = 0.100139 + User=0.000000s Real=0.002203s Sys=0.000000s + User TOT = 0.07 Real TOT = 0.100022 Summary of Run 44 : /run/geometryModified @@ -3667,8 +3667,8 @@ Run 45 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.001641s Sys=0.000000s - User TOT = 0.09 Real TOT = 0.101889 + User=0.000000s Real=0.002036s Sys=0.000000s + User TOT = 0.07 Real TOT = 0.102163 Summary of Run 45 : /run/geometryModified @@ -3737,8 +3737,8 @@ Run 46 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001845s Sys=0.000000s - User TOT = 0.09 Real TOT = 0.103836 + User=0.010000s Real=0.002569s Sys=0.000000s + User TOT = 0.08 Real TOT = 0.104838 Summary of Run 46 : /run/geometryModified @@ -3807,8 +3807,8 @@ Run 47 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001967s Sys=0.000000s - User TOT = 0.09 Real TOT = 0.105908 + User=0.000000s Real=0.002000s Sys=0.000000s + User TOT = 0.08 Real TOT = 0.106964 Summary of Run 47 : /run/geometryModified @@ -3877,8 +3877,8 @@ Run 48 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002257s Sys=0.000000s - User TOT = 0.09 Real TOT = 0.108267 + User=0.000000s Real=0.001945s Sys=0.000000s + User TOT = 0.08 Real TOT = 0.109015 Summary of Run 48 : /run/geometryModified @@ -3947,8 +3947,8 @@ Run 49 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001908s Sys=0.000000s - User TOT = 0.09 Real TOT = 0.110278 + User=0.000000s Real=0.002565s Sys=0.000000s + User TOT = 0.08 Real TOT = 0.111684 Summary of Run 49 : /run/geometryModified @@ -4017,8 +4017,8 @@ Run 50 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002301s Sys=0.000000s - User TOT = 0.1 Real TOT = 0.112682 + User=0.000000s Real=0.002739s Sys=0.000000s + User TOT = 0.08 Real TOT = 0.114528 Summary of Run 50 : /run/geometryModified @@ -4087,8 +4087,8 @@ Run 51 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002129s Sys=0.000000s - User TOT = 0.1 Real TOT = 0.114915 + User=0.000000s Real=0.002048s Sys=0.000000s + User TOT = 0.08 Real TOT = 0.116687 Summary of Run 51 : /run/geometryModified @@ -4157,8 +4157,8 @@ Run 52 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001901s Sys=0.000000s - User TOT = 0.1 Real TOT = 0.116924 + User=0.000000s Real=0.002131s Sys=0.000000s + User TOT = 0.08 Real TOT = 0.118923 Summary of Run 52 : /run/geometryModified @@ -4227,8 +4227,8 @@ Run 53 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001999s Sys=0.000000s - User TOT = 0.1 Real TOT = 0.119029 + User=0.000000s Real=0.001662s Sys=0.000000s + User TOT = 0.08 Real TOT = 0.120696 Summary of Run 53 : /run/geometryModified @@ -4297,8 +4297,8 @@ Run 54 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.002194s Sys=0.000000s - User TOT = 0.11 Real TOT = 0.121341 + User=0.000000s Real=0.002123s Sys=0.010000s + User TOT = 0.08 Real TOT = 0.122936 Summary of Run 54 : /run/geometryModified @@ -4367,8 +4367,8 @@ Run 55 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002403s Sys=0.000000s - User TOT = 0.11 Real TOT = 0.123849 + User=0.010000s Real=0.002135s Sys=0.000000s + User TOT = 0.09 Real TOT = 0.125176 Summary of Run 55 : /run/geometryModified @@ -4437,8 +4437,8 @@ Run 56 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002339s Sys=0.000000s - User TOT = 0.11 Real TOT = 0.126292 + User=0.000000s Real=0.002425s Sys=0.000000s + User TOT = 0.09 Real TOT = 0.127706 Summary of Run 56 : /run/geometryModified @@ -4507,8 +4507,8 @@ Run 57 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002190s Sys=0.010000s - User TOT = 0.11 Real TOT = 0.128588 + User=0.000000s Real=0.002395s Sys=0.000000s + User TOT = 0.09 Real TOT = 0.130204 Summary of Run 57 : /run/geometryModified @@ -4577,8 +4577,8 @@ Run 58 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002008s Sys=0.000000s - User TOT = 0.11 Real TOT = 0.130701 + User=0.000000s Real=0.002204s Sys=0.000000s + User TOT = 0.09 Real TOT = 0.132518 Summary of Run 58 : /run/geometryModified @@ -4647,8 +4647,8 @@ Run 59 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002207s Sys=0.000000s - User TOT = 0.11 Real TOT = 0.13303 + User=0.000000s Real=0.002040s Sys=0.000000s + User TOT = 0.09 Real TOT = 0.134662 Summary of Run 59 : /run/geometryModified @@ -4717,8 +4717,8 @@ Run 60 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001624s Sys=0.000000s - User TOT = 0.11 Real TOT = 0.134771 + User=0.010000s Real=0.001988s Sys=0.000000s + User TOT = 0.1 Real TOT = 0.136753 Summary of Run 60 : /run/geometryModified @@ -4787,8 +4787,8 @@ Run 61 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002219s Sys=0.000000s - User TOT = 0.11 Real TOT = 0.13711 + User=0.000000s Real=0.002853s Sys=0.000000s + User TOT = 0.1 Real TOT = 0.139712 Summary of Run 61 : /run/geometryModified @@ -4857,8 +4857,8 @@ Run 62 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001943s Sys=0.000000s - User TOT = 0.11 Real TOT = 0.139179 + User=0.000000s Real=0.002806s Sys=0.000000s + User TOT = 0.1 Real TOT = 0.142625 Summary of Run 62 : /run/geometryModified @@ -4927,8 +4927,8 @@ Run 63 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.002113s Sys=0.000000s - User TOT = 0.12 Real TOT = 0.141395 + User=0.000000s Real=0.004387s Sys=0.000000s + User TOT = 0.1 Real TOT = 0.147113 Summary of Run 63 : /run/geometryModified @@ -4997,8 +4997,8 @@ Run 64 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003027s Sys=0.000000s - User TOT = 0.12 Real TOT = 0.144556 + User=0.000000s Real=0.002454s Sys=0.000000s + User TOT = 0.1 Real TOT = 0.149682 Summary of Run 64 : /run/geometryModified @@ -5067,8 +5067,8 @@ Run 65 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002295s Sys=0.000000s - User TOT = 0.12 Real TOT = 0.146961 + User=0.010000s Real=0.002238s Sys=0.010000s + User TOT = 0.11 Real TOT = 0.152034 Summary of Run 65 : /run/geometryModified @@ -5137,8 +5137,8 @@ Run 66 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002179s Sys=0.000000s - User TOT = 0.12 Real TOT = 0.14925 + User=0.000000s Real=0.002267s Sys=0.000000s + User TOT = 0.11 Real TOT = 0.154413 Summary of Run 66 : /run/geometryModified @@ -5207,8 +5207,8 @@ Run 67 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002100s Sys=0.000000s - User TOT = 0.12 Real TOT = 0.151451 + User=0.000000s Real=0.001882s Sys=0.000000s + User TOT = 0.11 Real TOT = 0.156399 Summary of Run 67 : /run/geometryModified @@ -5277,8 +5277,8 @@ Run 68 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.007887s Sys=0.000000s - User TOT = 0.13 Real TOT = 0.159443 + User=0.000000s Real=0.014617s Sys=0.000000s + User TOT = 0.11 Real TOT = 0.171139 Summary of Run 68 : /run/geometryModified @@ -5347,8 +5347,8 @@ Run 69 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002407s Sys=0.000000s - User TOT = 0.13 Real TOT = 0.161965 + User=0.000000s Real=0.002249s Sys=0.000000s + User TOT = 0.11 Real TOT = 0.173512 Summary of Run 69 : /run/geometryModified @@ -5417,8 +5417,8 @@ Run 70 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001978s Sys=0.000000s - User TOT = 0.13 Real TOT = 0.164063 + User=0.000000s Real=0.007642s Sys=0.000000s + User TOT = 0.11 Real TOT = 0.181287 Summary of Run 70 : /run/geometryModified @@ -5487,8 +5487,8 @@ Run 71 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001917s Sys=0.000000s - User TOT = 0.13 Real TOT = 0.166101 + User=0.010000s Real=0.003298s Sys=0.000000s + User TOT = 0.12 Real TOT = 0.184702 Summary of Run 71 : /run/geometryModified @@ -5557,8 +5557,8 @@ Run 72 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.003787s Sys=0.000000s - User TOT = 0.14 Real TOT = 0.169999 + User=0.000000s Real=0.002766s Sys=0.000000s + User TOT = 0.12 Real TOT = 0.187573 Summary of Run 72 : /run/geometryModified @@ -5627,8 +5627,8 @@ Run 73 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.005282s Sys=0.010000s - User TOT = 0.14 Real TOT = 0.17539 + User=0.000000s Real=0.002509s Sys=0.000000s + User TOT = 0.12 Real TOT = 0.190194 Summary of Run 73 : /run/geometryModified @@ -5697,8 +5697,8 @@ Run 74 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.006613s Sys=0.000000s - User TOT = 0.14 Real TOT = 0.182124 + User=0.000000s Real=0.002425s Sys=0.000000s + User TOT = 0.12 Real TOT = 0.192722 Summary of Run 74 : /run/geometryModified @@ -5767,8 +5767,8 @@ Run 75 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002648s Sys=0.000000s - User TOT = 0.14 Real TOT = 0.185027 + User=0.000000s Real=0.003127s Sys=0.010000s + User TOT = 0.12 Real TOT = 0.195961 Summary of Run 75 : /run/geometryModified @@ -5837,8 +5837,8 @@ Run 76 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.003047s Sys=0.000000s - User TOT = 0.15 Real TOT = 0.188195 + User=0.000000s Real=0.002100s Sys=0.000000s + User TOT = 0.12 Real TOT = 0.198187 Summary of Run 76 : /run/geometryModified @@ -5907,8 +5907,8 @@ Run 77 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.008555s Sys=0.000000s - User TOT = 0.15 Real TOT = 0.196867 + User=0.000000s Real=0.002598s Sys=0.000000s + User TOT = 0.12 Real TOT = 0.200891 Summary of Run 77 : /run/geometryModified @@ -5977,8 +5977,8 @@ Run 78 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002271s Sys=0.000000s - User TOT = 0.15 Real TOT = 0.199247 + User=0.000000s Real=0.002488s Sys=0.000000s + User TOT = 0.12 Real TOT = 0.20349 Summary of Run 78 : /run/geometryModified @@ -6047,8 +6047,8 @@ Run 79 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002171s Sys=0.000000s - User TOT = 0.15 Real TOT = 0.201538 + User=0.010000s Real=0.002897s Sys=0.000000s + User TOT = 0.13 Real TOT = 0.206491 Summary of Run 79 : /run/geometryModified @@ -6117,8 +6117,8 @@ Run 80 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001869s Sys=0.000000s - User TOT = 0.15 Real TOT = 0.20352 + User=0.000000s Real=0.002361s Sys=0.000000s + User TOT = 0.13 Real TOT = 0.208957 Summary of Run 80 : /run/geometryModified @@ -6187,8 +6187,8 @@ Run 81 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.002245s Sys=0.000000s - User TOT = 0.16 Real TOT = 0.205875 + User=0.000000s Real=0.002376s Sys=0.000000s + User TOT = 0.13 Real TOT = 0.211449 Summary of Run 81 : /run/geometryModified @@ -6257,8 +6257,8 @@ Run 82 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002187s Sys=0.000000s - User TOT = 0.16 Real TOT = 0.208181 + User=0.010000s Real=0.002274s Sys=0.000000s + User TOT = 0.14 Real TOT = 0.21385 Summary of Run 82 : /run/geometryModified @@ -6327,8 +6327,8 @@ Run 83 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002471s Sys=0.000000s - User TOT = 0.16 Real TOT = 0.210771 + User=0.000000s Real=0.002253s Sys=0.000000s + User TOT = 0.14 Real TOT = 0.216215 Summary of Run 83 : /run/geometryModified @@ -6397,8 +6397,8 @@ Run 84 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002132s Sys=0.000000s - User TOT = 0.16 Real TOT = 0.213014 + User=0.000000s Real=0.002381s Sys=0.000000s + User TOT = 0.14 Real TOT = 0.218725 Summary of Run 84 : /run/geometryModified @@ -6467,8 +6467,8 @@ Run 85 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002894s Sys=0.000000s - User TOT = 0.16 Real TOT = 0.216019 + User=0.000000s Real=0.001962s Sys=0.000000s + User TOT = 0.14 Real TOT = 0.220795 Summary of Run 85 : /run/geometryModified @@ -6537,8 +6537,8 @@ Run 86 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.009659s Sys=0.000000s - User TOT = 0.16 Real TOT = 0.225794 + User=0.000000s Real=0.002152s Sys=0.000000s + User TOT = 0.14 Real TOT = 0.223062 Summary of Run 86 : /run/geometryModified @@ -6607,8 +6607,8 @@ Run 87 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004687s Sys=0.000000s - User TOT = 0.16 Real TOT = 0.230601 + User=0.000000s Real=0.002882s Sys=0.000000s + User TOT = 0.14 Real TOT = 0.226054 Summary of Run 87 : /run/geometryModified @@ -6677,8 +6677,8 @@ Run 88 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003500s Sys=0.000000s - User TOT = 0.16 Real TOT = 0.234201 + User=0.000000s Real=0.002026s Sys=0.000000s + User TOT = 0.14 Real TOT = 0.228191 Summary of Run 88 : /run/geometryModified @@ -6747,8 +6747,8 @@ Run 89 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.011241s Sys=0.000000s - User TOT = 0.17 Real TOT = 0.245555 + User=0.000000s Real=0.002652s Sys=0.000000s + User TOT = 0.14 Real TOT = 0.23095 Summary of Run 89 : /run/geometryModified @@ -6817,8 +6817,8 @@ Run 90 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002473s Sys=0.000000s - User TOT = 0.17 Real TOT = 0.248133 + User=0.000000s Real=0.001833s Sys=0.000000s + User TOT = 0.14 Real TOT = 0.232896 Summary of Run 90 : /run/geometryModified @@ -6887,8 +6887,8 @@ Run 91 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.008882s Sys=0.000000s - User TOT = 0.17 Real TOT = 0.257146 + User=0.000000s Real=0.002413s Sys=0.000000s + User TOT = 0.14 Real TOT = 0.235417 Summary of Run 91 : /run/geometryModified @@ -6957,8 +6957,8 @@ Run 92 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.002049s Sys=0.000000s - User TOT = 0.18 Real TOT = 0.259307 + User=0.000000s Real=0.001886s Sys=0.000000s + User TOT = 0.14 Real TOT = 0.237427 Summary of Run 92 : /run/geometryModified @@ -7027,8 +7027,8 @@ Run 93 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002034s Sys=0.000000s - User TOT = 0.18 Real TOT = 0.261447 + User=0.010000s Real=0.002438s Sys=0.000000s + User TOT = 0.15 Real TOT = 0.239973 Summary of Run 93 : /run/geometryModified @@ -7097,8 +7097,8 @@ Run 94 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.076727s Sys=0.000000s - User TOT = 0.18 Real TOT = 0.338324 + User=0.000000s Real=0.001791s Sys=0.000000s + User TOT = 0.15 Real TOT = 0.24187 Summary of Run 94 : /run/geometryModified @@ -7167,8 +7167,8 @@ Run 95 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.112933s Sys=0.000000s - User TOT = 0.18 Real TOT = 0.451579 + User=0.000000s Real=0.002394s Sys=0.000000s + User TOT = 0.15 Real TOT = 0.244388 Summary of Run 95 : /run/geometryModified @@ -7237,8 +7237,8 @@ Run 96 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.108012s Sys=0.000000s - User TOT = 0.18 Real TOT = 0.559735 + User=0.000000s Real=0.002348s Sys=0.000000s + User TOT = 0.15 Real TOT = 0.246852 Summary of Run 96 : /run/geometryModified @@ -7307,8 +7307,8 @@ Run 97 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.117416s Sys=0.000000s - User TOT = 0.18 Real TOT = 0.677297 + User=0.000000s Real=0.016816s Sys=0.010000s + User TOT = 0.15 Real TOT = 0.263794 Summary of Run 97 : /run/geometryModified @@ -7377,8 +7377,8 @@ Run 98 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.113523s Sys=0.000000s - User TOT = 0.19 Real TOT = 0.790989 + User=0.000000s Real=0.002454s Sys=0.000000s + User TOT = 0.15 Real TOT = 0.266372 Summary of Run 98 : /run/geometryModified @@ -7447,8 +7447,8 @@ Run 99 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.130472s Sys=0.000000s - User TOT = 0.19 Real TOT = 0.921602 + User=0.010000s Real=0.002267s Sys=0.000000s + User TOT = 0.16 Real TOT = 0.268756 Summary of Run 99 : /run/geometryModified @@ -7517,8 +7517,8 @@ Run 100 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.102804s Sys=0.000000s - User TOT = 0.19 Real TOT = 1.02474 + User=0.000000s Real=0.002166s Sys=0.000000s + User TOT = 0.16 Real TOT = 0.271029 Summary of Run 100 : /run/geometryModified @@ -7587,8 +7587,8 @@ Run 101 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.109007s Sys=0.000000s - User TOT = 0.2 Real TOT = 1.1339 + User=0.000000s Real=0.002328s Sys=0.000000s + User TOT = 0.16 Real TOT = 0.273462 Summary of Run 101 : /run/geometryModified @@ -7657,8 +7657,8 @@ Run 102 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.129579s Sys=0.000000s - User TOT = 0.2 Real TOT = 1.26364 + User=0.000000s Real=0.002984s Sys=0.000000s + User TOT = 0.16 Real TOT = 0.276568 Summary of Run 102 : /run/geometryModified @@ -7727,8 +7727,8 @@ Run 103 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.106730s Sys=0.010000s - User TOT = 0.21 Real TOT = 1.37052 + User=0.000000s Real=0.002302s Sys=0.000000s + User TOT = 0.16 Real TOT = 0.278984 Summary of Run 103 : /run/geometryModified @@ -7797,8 +7797,8 @@ Run 104 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.120847s Sys=0.000000s - User TOT = 0.21 Real TOT = 1.49153 + User=0.010000s Real=0.002482s Sys=0.000000s + User TOT = 0.17 Real TOT = 0.281574 Summary of Run 104 : /run/geometryModified @@ -7867,8 +7867,8 @@ Run 105 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.107795s Sys=0.000000s - User TOT = 0.21 Real TOT = 1.60034 + User=0.000000s Real=0.002645s Sys=0.000000s + User TOT = 0.17 Real TOT = 0.284333 Summary of Run 105 : /run/geometryModified @@ -7937,8 +7937,8 @@ Run 106 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.117719s Sys=0.000000s - User TOT = 0.22 Real TOT = 1.71824 + User=0.000000s Real=0.002949s Sys=0.000000s + User TOT = 0.17 Real TOT = 0.287397 Summary of Run 106 : /run/geometryModified @@ -8007,8 +8007,8 @@ Run 107 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.109364s Sys=0.000000s - User TOT = 0.22 Real TOT = 1.82775 + User=0.000000s Real=0.008917s Sys=0.000000s + User TOT = 0.17 Real TOT = 0.296428 Summary of Run 107 : /run/geometryModified @@ -8077,8 +8077,8 @@ Run 108 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.108938s Sys=0.000000s - User TOT = 0.22 Real TOT = 1.93683 + User=0.000000s Real=0.034860s Sys=0.000000s + User TOT = 0.17 Real TOT = 0.331441 Summary of Run 108 : /run/geometryModified @@ -8147,8 +8147,8 @@ Run 109 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.118687s Sys=0.000000s - User TOT = 0.23 Real TOT = 2.05566 + User=0.000000s Real=0.007613s Sys=0.000000s + User TOT = 0.17 Real TOT = 0.339178 Summary of Run 109 : /run/geometryModified @@ -8217,8 +8217,8 @@ Run 110 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.108619s Sys=0.000000s - User TOT = 0.23 Real TOT = 2.16443 + User=0.000000s Real=0.022812s Sys=0.010000s + User TOT = 0.17 Real TOT = 0.362124 Summary of Run 110 : /run/geometryModified @@ -8287,8 +8287,8 @@ Run 111 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.119317s Sys=0.010000s - User TOT = 0.24 Real TOT = 2.2839 + User=0.000000s Real=0.019011s Sys=0.000000s + User TOT = 0.17 Real TOT = 0.381281 Summary of Run 111 : /run/geometryModified @@ -8357,8 +8357,8 @@ Run 112 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.229399s Sys=0.000000s - User TOT = 0.24 Real TOT = 2.51346 + User=0.010000s Real=0.024328s Sys=0.000000s + User TOT = 0.18 Real TOT = 0.405753 Summary of Run 112 : /run/geometryModified @@ -8427,8 +8427,8 @@ Run 113 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.118631s Sys=0.000000s - User TOT = 0.24 Real TOT = 2.63222 + User=0.000000s Real=0.015166s Sys=0.000000s + User TOT = 0.18 Real TOT = 0.421064 Summary of Run 113 : /run/geometryModified @@ -8497,8 +8497,8 @@ Run 114 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.118766s Sys=0.000000s - User TOT = 0.25 Real TOT = 2.75115 + User=0.000000s Real=0.021436s Sys=0.000000s + User TOT = 0.18 Real TOT = 0.442628 Summary of Run 114 : /run/geometryModified @@ -8567,8 +8567,8 @@ Run 115 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.110936s Sys=0.000000s - User TOT = 0.25 Real TOT = 2.86224 + User=0.000000s Real=0.020946s Sys=0.000000s + User TOT = 0.18 Real TOT = 0.463699 Summary of Run 115 : /run/geometryModified @@ -8637,8 +8637,8 @@ Run 116 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.117211s Sys=0.000000s - User TOT = 0.25 Real TOT = 2.97958 + User=0.000000s Real=0.020677s Sys=0.000000s + User TOT = 0.18 Real TOT = 0.484504 Summary of Run 116 : /run/geometryModified @@ -8707,8 +8707,8 @@ Run 117 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.120917s Sys=0.000000s - User TOT = 0.25 Real TOT = 3.10064 + User=0.000000s Real=0.020984s Sys=0.000000s + User TOT = 0.18 Real TOT = 0.505616 Summary of Run 117 : /run/geometryModified @@ -8777,8 +8777,8 @@ Run 118 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.109175s Sys=0.010000s - User TOT = 0.25 Real TOT = 3.20997 + User=0.000000s Real=0.021348s Sys=0.000000s + User TOT = 0.18 Real TOT = 0.52709 Summary of Run 118 : /run/geometryModified @@ -8847,8 +8847,8 @@ Run 119 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.107041s Sys=0.000000s - User TOT = 0.25 Real TOT = 3.31716 + User=0.010000s Real=0.021217s Sys=0.000000s + User TOT = 0.19 Real TOT = 0.548433 Summary of Run 119 : /run/geometryModified @@ -8917,8 +8917,8 @@ Run 120 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.108820s Sys=0.000000s - User TOT = 0.25 Real TOT = 3.42615 + User=0.000000s Real=0.021120s Sys=0.010000s + User TOT = 0.19 Real TOT = 0.5697 Summary of Run 120 : /run/geometryModified @@ -8987,8 +8987,8 @@ Run 121 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.118990s Sys=0.000000s - User TOT = 0.25 Real TOT = 3.5453 + User=0.000000s Real=0.021261s Sys=0.000000s + User TOT = 0.19 Real TOT = 0.591093 Summary of Run 121 : /run/geometryModified @@ -9057,8 +9057,8 @@ Run 122 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.111612s Sys=0.000000s - User TOT = 0.25 Real TOT = 3.65735 + User=0.000000s Real=0.020757s Sys=0.000000s + User TOT = 0.19 Real TOT = 0.61199 Summary of Run 122 : /run/geometryModified @@ -9127,8 +9127,8 @@ Run 123 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.138508s Sys=0.010000s - User TOT = 0.26 Real TOT = 3.796 + User=0.010000s Real=0.021218s Sys=0.000000s + User TOT = 0.2 Real TOT = 0.633345 Summary of Run 123 : /run/geometryModified @@ -9197,8 +9197,8 @@ Run 124 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.116958s Sys=0.000000s - User TOT = 0.26 Real TOT = 3.91309 + User=0.000000s Real=0.021155s Sys=0.000000s + User TOT = 0.2 Real TOT = 0.654649 Summary of Run 124 : /run/geometryModified @@ -9267,8 +9267,8 @@ Run 125 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.118794s Sys=0.000000s - User TOT = 0.27 Real TOT = 4.03203 + User=0.000000s Real=0.020209s Sys=0.000000s + User TOT = 0.2 Real TOT = 0.674985 Summary of Run 125 : /run/geometryModified @@ -9337,8 +9337,8 @@ Run 126 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.119814s Sys=0.000000s - User TOT = 0.27 Real TOT = 4.15197 + User=0.000000s Real=0.021885s Sys=0.000000s + User TOT = 0.2 Real TOT = 0.69699 Summary of Run 126 : /run/geometryModified @@ -9407,8 +9407,8 @@ Run 127 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.110517s Sys=0.000000s - User TOT = 0.27 Real TOT = 4.26283 + User=0.010000s Real=0.020995s Sys=0.000000s + User TOT = 0.21 Real TOT = 0.71812 Summary of Run 127 : /run/geometryModified @@ -9477,8 +9477,8 @@ Run 128 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.107140s Sys=0.000000s - User TOT = 0.27 Real TOT = 4.37012 + User=0.000000s Real=0.020600s Sys=0.000000s + User TOT = 0.21 Real TOT = 0.738865 Summary of Run 128 : /run/geometryModified @@ -9547,8 +9547,8 @@ Run 129 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.118761s Sys=0.000000s - User TOT = 0.27 Real TOT = 4.48903 + User=0.000000s Real=0.021282s Sys=0.000000s + User TOT = 0.21 Real TOT = 0.760284 Summary of Run 129 : /run/geometryModified @@ -9617,8 +9617,8 @@ Run 130 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.109477s Sys=0.000000s - User TOT = 0.27 Real TOT = 4.59866 + User=0.000000s Real=0.020966s Sys=0.010000s + User TOT = 0.21 Real TOT = 0.781376 Summary of Run 130 : /run/geometryModified @@ -9687,8 +9687,8 @@ Run 131 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.118558s Sys=0.000000s - User TOT = 0.28 Real TOT = 4.71736 + User=0.000000s Real=0.021449s Sys=0.000000s + User TOT = 0.21 Real TOT = 0.802946 Summary of Run 131 : /run/geometryModified @@ -9757,8 +9757,8 @@ Run 132 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.109999s Sys=0.010000s - User TOT = 0.28 Real TOT = 4.82751 + User=0.010000s Real=0.091225s Sys=0.000000s + User TOT = 0.22 Real TOT = 0.89431 Summary of Run 132 : /run/geometryModified @@ -9827,8 +9827,8 @@ Run 133 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.119126s Sys=0.000000s - User TOT = 0.28 Real TOT = 4.94679 + User=0.000000s Real=0.020178s Sys=0.000000s + User TOT = 0.22 Real TOT = 0.914612 Summary of Run 133 : /run/geometryModified @@ -9897,8 +9897,8 @@ Run 134 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.107453s Sys=0.000000s - User TOT = 0.29 Real TOT = 5.05439 + User=0.000000s Real=0.021652s Sys=0.000000s + User TOT = 0.22 Real TOT = 0.936387 Summary of Run 134 : /run/geometryModified @@ -9967,8 +9967,8 @@ Run 135 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.109868s Sys=0.000000s - User TOT = 0.29 Real TOT = 5.16441 + User=0.010000s Real=0.020575s Sys=0.000000s + User TOT = 0.23 Real TOT = 0.957107 Summary of Run 135 : /run/geometryModified @@ -10037,8 +10037,8 @@ Run 136 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.108760s Sys=0.000000s - User TOT = 0.29 Real TOT = 5.27331 + User=0.000000s Real=0.021103s Sys=0.000000s + User TOT = 0.23 Real TOT = 0.978357 Summary of Run 136 : /run/geometryModified @@ -10107,8 +10107,8 @@ Run 137 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.109454s Sys=0.000000s - User TOT = 0.29 Real TOT = 5.38289 + User=0.000000s Real=0.021694s Sys=0.000000s + User TOT = 0.23 Real TOT = 1.00018 Summary of Run 137 : /run/geometryModified @@ -10177,8 +10177,8 @@ Run 138 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.118696s Sys=0.000000s - User TOT = 0.29 Real TOT = 5.50174 + User=0.000000s Real=0.022480s Sys=0.010000s + User TOT = 0.23 Real TOT = 1.02279 Summary of Run 138 : /run/geometryModified @@ -10247,8 +10247,8 @@ Run 139 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.108753s Sys=0.010000s - User TOT = 0.3 Real TOT = 5.61065 + User=0.000000s Real=0.021002s Sys=0.000000s + User TOT = 0.23 Real TOT = 1.04394 Summary of Run 139 : /run/geometryModified @@ -10317,8 +10317,8 @@ Run 140 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.109310s Sys=0.000000s - User TOT = 0.3 Real TOT = 5.7201 + User=0.010000s Real=0.020932s Sys=0.000000s + User TOT = 0.24 Real TOT = 1.06502 Summary of Run 140 : /run/geometryModified @@ -10387,8 +10387,8 @@ Run 141 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.098930s Sys=0.000000s - User TOT = 0.3 Real TOT = 5.81918 + User=0.000000s Real=0.053939s Sys=0.000000s + User TOT = 0.24 Real TOT = 1.11909 Summary of Run 141 : /run/geometryModified @@ -10457,8 +10457,8 @@ Run 142 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.109973s Sys=0.000000s - User TOT = 0.3 Real TOT = 5.9293 + User=0.000000s Real=0.013286s Sys=0.000000s + User TOT = 0.24 Real TOT = 1.13252 Summary of Run 142 : /run/geometryModified @@ -10527,8 +10527,8 @@ Run 143 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.108503s Sys=0.000000s - User TOT = 0.31 Real TOT = 6.03796 + User=0.000000s Real=0.002200s Sys=0.000000s + User TOT = 0.24 Real TOT = 1.13483 Summary of Run 143 : /run/geometryModified @@ -10597,8 +10597,8 @@ Run 144 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.108398s Sys=0.000000s - User TOT = 0.31 Real TOT = 6.1465 + User=0.010000s Real=0.017245s Sys=0.000000s + User TOT = 0.25 Real TOT = 1.1522 Summary of Run 144 : /run/geometryModified @@ -10667,8 +10667,8 @@ Run 145 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.108530s Sys=0.010000s - User TOT = 0.31 Real TOT = 6.25521 + User=0.000000s Real=0.020529s Sys=0.000000s + User TOT = 0.25 Real TOT = 1.17286 Summary of Run 145 : /run/geometryModified @@ -10737,8 +10737,8 @@ Run 146 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.109554s Sys=0.000000s - User TOT = 0.31 Real TOT = 6.36492 + User=0.000000s Real=0.020875s Sys=0.000000s + User TOT = 0.25 Real TOT = 1.19386 Summary of Run 146 : /run/geometryModified @@ -10807,8 +10807,8 @@ Run 147 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.108236s Sys=0.000000s - User TOT = 0.31 Real TOT = 6.4733 + User=0.010000s Real=0.023697s Sys=0.010000s + User TOT = 0.26 Real TOT = 1.2177 Summary of Run 147 : /run/geometryModified @@ -10877,8 +10877,8 @@ Run 148 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.109992s Sys=0.000000s - User TOT = 0.31 Real TOT = 6.58343 + User=0.000000s Real=0.020724s Sys=0.000000s + User TOT = 0.26 Real TOT = 1.23859 Summary of Run 148 : /run/geometryModified @@ -10947,8 +10947,8 @@ Run 149 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.109998s Sys=0.000000s - User TOT = 0.31 Real TOT = 6.69357 + User=0.000000s Real=0.018431s Sys=0.000000s + User TOT = 0.26 Real TOT = 1.25715 Summary of Run 149 : /run/geometryModified @@ -11017,8 +11017,8 @@ Run 150 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.107433s Sys=0.000000s - User TOT = 0.31 Real TOT = 6.80114 + User=0.000000s Real=0.022241s Sys=0.000000s + User TOT = 0.26 Real TOT = 1.27956 Summary of Run 150 : /run/geometryModified @@ -11087,8 +11087,8 @@ Run 151 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.108569s Sys=0.000000s - User TOT = 0.31 Real TOT = 6.90985 + User=0.010000s Real=0.022838s Sys=0.000000s + User TOT = 0.27 Real TOT = 1.30256 Summary of Run 151 : /run/geometryModified @@ -11157,8 +11157,8 @@ Run 152 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.109648s Sys=0.000000s - User TOT = 0.31 Real TOT = 7.01963 + User=0.000000s Real=0.017757s Sys=0.000000s + User TOT = 0.27 Real TOT = 1.32044 Summary of Run 152 : /run/geometryModified @@ -11227,8 +11227,8 @@ Run 153 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.109195s Sys=0.000000s - User TOT = 0.31 Real TOT = 7.12896 + User=0.000000s Real=0.020990s Sys=0.000000s + User TOT = 0.27 Real TOT = 1.34157 Summary of Run 153 : /run/geometryModified @@ -11297,8 +11297,8 @@ Run 154 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.109114s Sys=0.000000s - User TOT = 0.31 Real TOT = 7.23823 + User=0.010000s Real=0.027677s Sys=0.000000s + User TOT = 0.28 Real TOT = 1.36938 Summary of Run 154 : /run/geometryModified @@ -11367,8 +11367,8 @@ Run 155 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.219214s Sys=0.010000s - User TOT = 0.31 Real TOT = 7.45759 + User=0.000000s Real=0.016890s Sys=0.000000s + User TOT = 0.28 Real TOT = 1.38643 Summary of Run 155 : /run/geometryModified @@ -11437,8 +11437,8 @@ Run 156 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.108968s Sys=0.000000s - User TOT = 0.31 Real TOT = 7.56671 + User=0.000000s Real=0.023636s Sys=0.000000s + User TOT = 0.28 Real TOT = 1.41022 Summary of Run 156 : /run/geometryModified @@ -11507,8 +11507,8 @@ Run 157 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.108537s Sys=0.000000s - User TOT = 0.31 Real TOT = 7.67537 + User=0.000000s Real=0.016339s Sys=0.000000s + User TOT = 0.28 Real TOT = 1.42671 Summary of Run 157 : /run/geometryModified @@ -11577,8 +11577,8 @@ Run 158 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.120220s Sys=0.000000s - User TOT = 0.32 Real TOT = 7.79661 + User=0.000000s Real=0.025619s Sys=0.000000s + User TOT = 0.28 Real TOT = 1.45246 Summary of Run 158 : /run/geometryModified @@ -11647,8 +11647,8 @@ Run 159 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.106821s Sys=0.000000s - User TOT = 0.32 Real TOT = 7.9036 + User=0.000000s Real=0.016532s Sys=0.010000s + User TOT = 0.28 Real TOT = 1.46915 Summary of Run 159 : /run/geometryModified @@ -11717,8 +11717,8 @@ Run 160 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.109098s Sys=0.010000s - User TOT = 0.32 Real TOT = 8.01284 + User=0.010000s Real=0.021180s Sys=0.000000s + User TOT = 0.29 Real TOT = 1.49046 Summary of Run 160 : /run/geometryModified @@ -11787,8 +11787,8 @@ Run 161 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.109411s Sys=0.000000s - User TOT = 0.32 Real TOT = 8.12244 + User=0.000000s Real=0.020410s Sys=0.000000s + User TOT = 0.29 Real TOT = 1.511 Summary of Run 161 : /run/geometryModified @@ -11857,8 +11857,8 @@ Run 162 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.109265s Sys=0.000000s - User TOT = 0.32 Real TOT = 8.23186 + User=0.000000s Real=0.020923s Sys=0.000000s + User TOT = 0.29 Real TOT = 1.53206 Summary of Run 162 : /run/geometryModified @@ -11927,8 +11927,8 @@ Run 163 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.108495s Sys=0.000000s - User TOT = 0.33 Real TOT = 8.34051 + User=0.010000s Real=0.020834s Sys=0.000000s + User TOT = 0.3 Real TOT = 1.55304 Summary of Run 163 : /run/geometryModified @@ -11997,8 +11997,8 @@ Run 164 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.108460s Sys=0.000000s - User TOT = 0.33 Real TOT = 8.44912 + User=0.000000s Real=0.022520s Sys=0.000000s + User TOT = 0.3 Real TOT = 1.57569 Summary of Run 164 : /run/geometryModified @@ -12067,8 +12067,8 @@ Run 165 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.109484s Sys=0.000000s - User TOT = 0.33 Real TOT = 8.55876 + User=0.000000s Real=0.020919s Sys=0.000000s + User TOT = 0.3 Real TOT = 1.59675 Summary of Run 165 : /run/geometryModified @@ -12137,8 +12137,8 @@ Run 166 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.118724s Sys=0.000000s - User TOT = 0.34 Real TOT = 8.67762 + User=0.000000s Real=0.020539s Sys=0.000000s + User TOT = 0.3 Real TOT = 1.61743 Summary of Run 166 : /run/geometryModified @@ -12207,8 +12207,8 @@ Run 167 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.108815s Sys=0.010000s - User TOT = 0.34 Real TOT = 8.7866 + User=0.000000s Real=0.034121s Sys=0.000000s + User TOT = 0.3 Real TOT = 1.65168 Summary of Run 167 : /run/geometryModified @@ -12277,8 +12277,8 @@ Run 168 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.108962s Sys=0.000000s - User TOT = 0.34 Real TOT = 8.8957 + User=0.000000s Real=0.009233s Sys=0.000000s + User TOT = 0.3 Real TOT = 1.66105 Summary of Run 168 : /run/geometryModified @@ -12347,8 +12347,8 @@ Run 169 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.119544s Sys=0.000000s - User TOT = 0.34 Real TOT = 9.01537 + User=0.000000s Real=0.019373s Sys=0.000000s + User TOT = 0.3 Real TOT = 1.68056 Summary of Run 169 : /run/geometryModified @@ -12417,8 +12417,8 @@ Run 170 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.098851s Sys=0.000000s - User TOT = 0.34 Real TOT = 9.11437 + User=0.010000s Real=0.020710s Sys=0.000000s + User TOT = 0.31 Real TOT = 1.7014 Summary of Run 170 : /run/geometryModified @@ -12487,8 +12487,8 @@ Run 171 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.109231s Sys=0.000000s - User TOT = 0.34 Real TOT = 9.22373 + User=0.000000s Real=0.030094s Sys=0.010000s + User TOT = 0.31 Real TOT = 1.73162 Summary of Run 171 : /run/geometryModified @@ -12557,8 +12557,8 @@ Run 172 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.108417s Sys=0.010000s - User TOT = 0.34 Real TOT = 9.33228 + User=0.000000s Real=0.016938s Sys=0.000000s + User TOT = 0.31 Real TOT = 1.74899 Summary of Run 172 : /run/geometryModified @@ -12627,8 +12627,8 @@ Run 173 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.109296s Sys=0.000000s - User TOT = 0.35 Real TOT = 9.44171 + User=0.010000s Real=0.015370s Sys=0.000000s + User TOT = 0.32 Real TOT = 1.76449 Summary of Run 173 : /run/geometryModified @@ -12697,8 +12697,8 @@ Run 174 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.109112s Sys=0.000000s - User TOT = 0.35 Real TOT = 9.55096 + User=0.000000s Real=0.021801s Sys=0.000000s + User TOT = 0.32 Real TOT = 1.78645 Summary of Run 174 : /run/geometryModified @@ -12767,8 +12767,8 @@ Run 175 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.108559s Sys=0.000000s - User TOT = 0.35 Real TOT = 9.65966 + User=0.000000s Real=0.025653s Sys=0.000000s + User TOT = 0.32 Real TOT = 1.81223 Summary of Run 175 : /run/geometryModified @@ -12837,8 +12837,8 @@ Run 176 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.111573s Sys=0.000000s - User TOT = 0.35 Real TOT = 9.7714 + User=0.010000s Real=0.013352s Sys=0.000000s + User TOT = 0.33 Real TOT = 1.82574 Summary of Run 176 : /run/geometryModified @@ -12907,8 +12907,8 @@ Run 177 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.106760s Sys=0.000000s - User TOT = 0.35 Real TOT = 9.8783 + User=0.000000s Real=0.021742s Sys=0.000000s + User TOT = 0.33 Real TOT = 1.84767 Summary of Run 177 : /run/geometryModified @@ -12977,8 +12977,8 @@ Run 178 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.109122s Sys=0.000000s - User TOT = 0.35 Real TOT = 9.98756 + User=0.000000s Real=0.018298s Sys=0.000000s + User TOT = 0.33 Real TOT = 1.86611 Summary of Run 178 : /run/geometryModified @@ -13047,8 +13047,8 @@ Run 179 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.109793s Sys=0.000000s - User TOT = 0.36 Real TOT = 10.0975 + User=0.000000s Real=0.021928s Sys=0.000000s + User TOT = 0.33 Real TOT = 1.88822 Summary of Run 179 : /run/geometryModified @@ -13117,8 +13117,8 @@ Run 180 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.107847s Sys=0.000000s - User TOT = 0.36 Real TOT = 10.2055 + User=0.000000s Real=0.019966s Sys=0.000000s + User TOT = 0.33 Real TOT = 1.90831 Summary of Run 180 : /run/geometryModified @@ -13187,8 +13187,8 @@ Run 181 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.109157s Sys=0.000000s - User TOT = 0.36 Real TOT = 10.3148 + User=0.000000s Real=0.021346s Sys=0.000000s + User TOT = 0.33 Real TOT = 1.9298 Summary of Run 181 : /run/geometryModified @@ -13257,8 +13257,8 @@ Run 182 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.121127s Sys=0.000000s - User TOT = 0.37 Real TOT = 10.4361 + User=0.010000s Real=0.020926s Sys=0.000000s + User TOT = 0.34 Real TOT = 1.95088 Summary of Run 182 : /run/geometryModified @@ -13327,8 +13327,8 @@ Run 183 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.097690s Sys=0.010000s - User TOT = 0.37 Real TOT = 10.5339 + User=0.000000s Real=0.020316s Sys=0.000000s + User TOT = 0.34 Real TOT = 1.97136 Summary of Run 183 : /run/geometryModified @@ -13397,8 +13397,8 @@ Run 184 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.108499s Sys=0.000000s - User TOT = 0.38 Real TOT = 10.6426 + User=0.000000s Real=0.021240s Sys=0.010000s + User TOT = 0.34 Real TOT = 1.99276 Summary of Run 184 : /run/geometryModified @@ -13467,8 +13467,8 @@ Run 185 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.113014s Sys=0.000000s - User TOT = 0.38 Real TOT = 10.7557 + User=0.000000s Real=0.024252s Sys=0.000000s + User TOT = 0.34 Real TOT = 2.0172 Summary of Run 185 : /run/geometryModified @@ -13537,8 +13537,8 @@ Run 186 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.105490s Sys=0.000000s - User TOT = 0.38 Real TOT = 10.8614 + User=0.010000s Real=0.017316s Sys=0.000000s + User TOT = 0.35 Real TOT = 2.03465 Summary of Run 186 : /run/geometryModified @@ -13607,8 +13607,8 @@ Run 187 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.108517s Sys=0.000000s - User TOT = 0.38 Real TOT = 10.97 + User=0.000000s Real=0.022178s Sys=0.000000s + User TOT = 0.35 Real TOT = 2.05697 Summary of Run 187 : /run/geometryModified @@ -13677,8 +13677,8 @@ Run 188 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.109516s Sys=0.000000s - User TOT = 0.39 Real TOT = 11.0797 + User=0.000000s Real=0.034401s Sys=0.000000s + User TOT = 0.35 Real TOT = 2.09151 Summary of Run 188 : /run/geometryModified @@ -13747,8 +13747,8 @@ Run 189 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.108068s Sys=0.000000s - User TOT = 0.39 Real TOT = 11.1879 + User=0.000000s Real=0.009672s Sys=0.000000s + User TOT = 0.35 Real TOT = 2.10133 Summary of Run 189 : /run/geometryModified @@ -13817,8 +13817,8 @@ Run 190 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.109743s Sys=0.000000s - User TOT = 0.39 Real TOT = 11.2978 + User=0.000000s Real=0.019135s Sys=0.000000s + User TOT = 0.35 Real TOT = 2.12061 Summary of Run 190 : /run/geometryModified @@ -13887,8 +13887,8 @@ Run 191 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.112822s Sys=0.000000s - User TOT = 0.4 Real TOT = 11.4108 + User=0.000000s Real=0.019269s Sys=0.010000s + User TOT = 0.35 Real TOT = 2.14005 Summary of Run 191 : /run/geometryModified @@ -13957,8 +13957,8 @@ Run 192 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.105175s Sys=0.000000s - User TOT = 0.4 Real TOT = 11.5161 + User=0.000000s Real=0.021198s Sys=0.000000s + User TOT = 0.35 Real TOT = 2.1614 Summary of Run 192 : /run/geometryModified @@ -14027,8 +14027,8 @@ Run 193 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.138396s Sys=0.000000s - User TOT = 0.4 Real TOT = 11.6547 + User=0.000000s Real=0.020749s Sys=0.000000s + User TOT = 0.35 Real TOT = 2.18233 Summary of Run 193 : /run/geometryModified @@ -14097,8 +14097,8 @@ Run 194 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.163771s Sys=0.010000s - User TOT = 0.41 Real TOT = 11.8186 + User=0.000000s Real=0.021491s Sys=0.000000s + User TOT = 0.35 Real TOT = 2.20398 Summary of Run 194 : /run/geometryModified @@ -14167,8 +14167,8 @@ Run 195 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.154974s Sys=0.000000s - User TOT = 0.41 Real TOT = 11.9737 + User=0.000000s Real=0.019962s Sys=0.010000s + User TOT = 0.35 Real TOT = 2.22408 Summary of Run 195 : /run/geometryModified @@ -14237,8 +14237,8 @@ Run 196 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.138139s Sys=0.000000s - User TOT = 0.42 Real TOT = 12.112 + User=0.000000s Real=0.021667s Sys=0.000000s + User TOT = 0.35 Real TOT = 2.24587 Summary of Run 196 : /run/geometryModified @@ -14307,8 +14307,8 @@ Run 197 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.110255s Sys=0.000000s - User TOT = 0.42 Real TOT = 12.2224 + User=0.000000s Real=0.020587s Sys=0.000000s + User TOT = 0.35 Real TOT = 2.26665 Summary of Run 197 : /run/geometryModified @@ -14377,8 +14377,8 @@ Run 198 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.279694s Sys=0.000000s - User TOT = 0.43 Real TOT = 12.5023 + User=0.000000s Real=0.021081s Sys=0.000000s + User TOT = 0.35 Real TOT = 2.28787 Summary of Run 198 : /run/geometryModified @@ -14447,8 +14447,8 @@ Run 199 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.107596s Sys=0.000000s - User TOT = 0.43 Real TOT = 12.61 + User=0.010000s Real=0.022498s Sys=0.000000s + User TOT = 0.36 Real TOT = 2.31051 Summary of Run 199 : /run/geometryModified @@ -14517,8 +14517,8 @@ Run 200 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.109099s Sys=0.000000s - User TOT = 0.44 Real TOT = 12.7192 + User=0.000000s Real=0.019099s Sys=0.000000s + User TOT = 0.36 Real TOT = 2.32976 Summary of Run 200 : /score/dumpQuantityToFile boxMesh_1 eDep eDep_scorer.out Graphics systems deleted. @@ -14526,6 +14526,6 @@ Visualization Manager deleting... G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 11 of which, static: 0 -Dynamic pools deleted: 11 / Total memory freed: 0.045 MB +Dynamic pools deleted: 11 / Total memory freed: 0.042 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/advanced/gammaray_telescope/gammaraytel.out b/examples/advanced/gammaray_telescope/gammaraytel.out index acca31ed77..1e5af0d837 100644 --- a/examples/advanced/gammaray_telescope/gammaraytel.out +++ b/examples/advanced/gammaray_telescope/gammaraytel.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -1404,7 +1404,7 @@ Using G4ParticleGun ... 8.75803 LIN proton Event: 11 -Number of tracker hits in this event = 27 +Number of tracker hits in this event = 62 11 125.506 1110 9 1 42.2326 109.725 65.55 11 197.458 1447 9 0 42.2327 109.724 64.15 11 111.892 1110 8 1 42.2306 109.707 35.55 @@ -1413,7 +1413,7 @@ Number of tracker hits in this event = 27 11 106.724 1447 7 0 42.2194 109.68 4.15 11 102.358 1110 6 1 42.1869 109.643 -24.45 11 114.292 1447 6 0 42.1849 109.642 -25.85 - 11 429.018 1110 5 1 42.1445 109.619 -54.45 + 11 192.277 1110 5 1 42.1445 109.619 -54.45 11 120.547 1447 5 0 42.142 109.618 -55.85 11 139.996 1110 4 1 42.0907 109.581 -84.45 11 95.587 1447 4 0 42.0887 109.579 -85.85 @@ -1425,4021 +1425,3590 @@ Number of tracker hits in this event = 27 11 131.563 1446 1 0 41.9694 109.464 -175.85 11 185.408 1109 0 1 41.9306 109.427 -204.45 11 134.66 1446 0 0 41.9287 109.426 -205.85 - 11 16.3855 882 7 1 -3.49696 -63.5104 5.20208 - 11 27.5832 1118 1 1 43.773 103.7 -174.45 - 11 69.7524 1341 0 0 -58.9605 88.3802 -206.25 - 11 66.7829 1203 5 1 60.7581 -7.48907 -54.7094 - 11 29.546 1483 9 1 116.854 76.5836 65.3345 - 11 17.8558 1396 3 0 -22.4725 99.4205 -116.105 - 11 45.884 1109 5 1 42.05 109.734 -54.517 -Number of digits in this event = 17 + 11 48.1651 1314 1 0 93.5993 82.9664 -176.25 + 11 87.225 1315 1 0 93.7037 83.05 -176.124 + 11 209.434 1365 1 1 93.2806 83.4687 -174.85 + 11 121.621 1364 1 1 93.15 83.6571 -174.628 + 11 425.447 1640 1 0 176.162 148.269 -176.25 + 11 9.93324 1780 1 1 176.344 147.845 -174.85 + 11 375.04 1781 1 1 176.35 147.834 -174.819 + 11 89.72 1782 1 1 176.55 147.339 -174.594 + 11 67.8385 1783 1 1 176.75 147.11 -174.596 + 11 63.1447 1784 1 1 176.95 146.959 -174.63 + 11 60.7623 1785 1 1 177.15 146.82 -174.65 + 11 88.4489 1786 1 1 177.35 146.705 -174.686 + 11 63.2499 1787 1 1 177.55 146.548 -174.671 + 11 167.192 1788 1 1 177.75 146.405 -174.614 + 11 152.658 1789 1 1 177.95 146.154 -174.607 + 11 73.9582 1790 1 1 178.15 145.862 -174.699 + 11 74.8046 1623 1 0 178.651 144.865 -175.85 + 11 115.831 1622 1 0 178.719 144.75 -175.994 + 11 77.5459 1641 1 0 176.275 148.35 -176.055 + 11 19.2199 1777 1 1 175.75 149.233 -174.807 + 11 408.17 1380 2 0 15.332 96.2754 -146.114 + 11 26.3124 1189 0 0 35.9804 57.8997 -205.867 + 11 8.77065 1222 2 1 64.45 60.2775 -144.803 + 11 22.1803 1022 4 0 172.858 24.5817 -86.25 + 11 68.6133 1023 4 0 172.871 24.65 -86.2236 + 11 55.116 1024 4 0 172.839 24.85 -86.154 + 11 66.133 1025 4 0 172.861 25.05 -86.066 + 11 55.503 1026 4 0 172.86 25.2505 -85.968 + 11 117.689 1763 4 1 172.865 26.7232 -84.8498 + 11 124.8 1764 4 1 172.95 26.9614 -84.6879 + 11 93.8158 1765 4 1 173.15 27.3817 -84.5168 + 11 89.8564 1766 4 1 173.35 27.5062 -84.6327 + 11 228.953 1037 4 0 174.895 27.4517 -85.85 + 11 87.0035 1038 4 0 175.25 27.65 -86.0952 + 11 117.507 728 4 0 90.7162 -34.3498 -86.25 + 11 11.9916 729 4 0 90.5112 -34.25 -86.2448 + 11 480.833 990 4 0 32.8628 18.1223 -86.2499 + 11 88.5115 989 4 0 32.043 18.0497 -86.0774 + 11 162.501 1064 2 0 37.2537 32.8715 -145.949 + 11 219.832 1109 5 1 42.05 109.584 -54.547 + 11 1.308 1454 5 0 42.644 111.078 -55.85 + 11 61.4851 1112 5 1 42.6187 113.01 -54.85 +Number of digits in this event = 28 Using G4ParticleGun ... -4.98023 LIN +1.60129 LIN proton Event: 12 -Number of tracker hits in this event = 18 - 12 112.385 212 8 1 -137.717 4.84536 35.55 - 12 116.782 923 8 0 -137.718 4.84621 34.15 - 12 110.54 212 7 1 -137.745 4.88453 5.55 - 12 153.444 924 7 0 -137.746 4.88687 4.15 - 12 182.083 211 6 1 -137.76 4.93839 -24.45 - 12 111.109 924 6 0 -137.764 4.93915 -25.85 - 12 95.0574 211 5 1 -137.842 4.95359 -54.45 - 12 111.74 924 5 0 -137.846 4.95486 -55.85 - 12 110.965 211 4 1 -137.927 4.98385 -84.45 - 12 92.4051 924 4 0 -137.931 4.9857 -85.85 - 12 144.203 210 3 1 -137.998 5.0213 -114.45 - 12 130.113 924 3 0 -138.002 5.02243 -115.85 - 12 179.262 210 2 1 -138.097 5.04227 -144.45 - 12 123.432 924 2 0 -138.101 5.04411 -145.85 - 12 112.035 209 1 1 -138.181 5.08208 -174.45 - 12 100.441 925 1 0 -138.184 5.08235 -175.85 - 12 84.3144 209 0 1 -138.261 5.08636 -204.45 - 12 112.512 925 0 0 -138.263 5.08858 -205.85 -Number of digits in this event = 7 -Using G4ParticleGun ... -9.95725 LIN -proton -Event: 13 -Number of tracker hits in this event = 22 - 13 130.57 1225 10 1 65.1447 -93.5843 95.55 - 13 114.895 432 10 0 65.1445 -93.5849 94.15 - 13 90.3536 1225 9 1 65.141 -93.5983 65.55 - 13 124.069 432 9 0 65.1409 -93.5989 64.15 - 13 117.523 1225 8 1 65.14 -93.609 35.55 - 13 109.091 432 8 0 65.1401 -93.6096 34.15 - 13 107.146 1225 7 1 65.1424 -93.6257 5.55 - 13 125.3 432 7 0 65.1423 -93.6277 4.15 - 13 306.887 1225 6 1 65.1346 -93.6778 -24.45 - 13 123.862 432 6 0 65.1332 -93.6809 -25.85 - 13 106.418 1225 5 1 65.1065 -93.7447 -54.45 - 13 99.7262 432 5 0 65.1053 -93.7471 -55.85 - 13 118.587 1225 4 1 65.0812 -93.7938 -84.45 - 13 162.597 431 4 0 65.0795 -93.796 -85.85 - 13 108.536 1224 3 1 65.0428 -93.8365 -114.45 - 13 114.764 431 3 0 65.0413 -93.8392 -115.85 - 13 105.17 1224 2 1 65.0104 -93.8962 -144.45 - 13 113.319 431 2 0 65.0085 -93.8988 -145.85 - 13 142.513 1224 1 1 64.9716 -93.9494 -174.45 - 13 114.022 430 1 0 64.9701 -93.9507 -175.85 - 13 108.977 1224 0 1 64.9382 -93.977 -204.45 - 13 101.68 430 0 0 64.9367 -93.9789 -205.85 -Number of digits in this event = 8 -Using G4ParticleGun ... -6.79855 LIN -proton -Event: 14 -Number of tracker hits in this event = 41 - 14 29.6472 1470 10 0 -25.1037 114.276 93.8661 - 14 108.543 774 9 1 -25.1032 114.277 65.55 - 14 112.425 1470 9 0 -25.1028 114.277 64.15 - 14 171.988 774 8 1 -25.0965 114.285 35.55 - 14 184.382 1470 8 0 -25.0961 114.287 34.15 - 14 125.881 774 7 1 -25.0847 114.325 5.55 - 14 111.107 1470 7 0 -25.0836 114.327 4.15 - 14 197.066 774 6 1 -25.0595 114.359 -24.45 - 14 112.453 1471 6 0 -25.0582 114.361 -25.85 - 14 152.974 775 5 1 -25.0331 114.401 -54.45 - 14 212.921 1471 5 0 -25.03 114.402 -55.85 - 14 222.587 775 4 1 -24.9692 114.417 -84.45 - 14 133.407 1471 4 0 -24.9661 114.418 -85.85 - 14 101.246 775 3 1 -24.9033 114.435 -114.45 - 14 90.0132 1471 3 0 -24.9013 114.436 -115.85 - 14 102.705 775 2 1 -24.8565 114.446 -144.45 - 14 143.038 1471 2 0 -24.8546 114.446 -145.85 - 14 142.88 776 1 1 -24.8156 114.44 -174.45 - 14 286.405 1471 1 0 -24.8146 114.44 -175.85 - 14 98.5898 776 0 1 -24.7909 114.446 -204.45 - 14 133.078 1471 0 0 -24.7902 114.446 -205.85 - 14 69.8096 775 1 1 -24.85 114.484 -174.725 - 14 38.8143 1472 1 0 -25.674 114.724 -175.85 - 14 74.7993 1473 1 0 -25.7521 114.75 -175.968 - 14 86.4681 773 8 1 -25.25 114.336 35.4587 - 14 79.0781 772 8 1 -25.4502 114.451 35.3306 - 14 72.4668 771 8 1 -25.651 114.58 35.2886 - 14 57.7163 770 8 1 -25.85 114.717 35.3112 - 14 58.4149 769 8 1 -26.0501 114.785 35.3446 - 14 157.666 768 8 1 -26.25 114.853 35.4151 - 14 87.3821 767 8 1 -26.45 114.896 35.4925 - 14 82.1463 766 8 1 -26.65 114.955 35.4894 - 14 50.7041 765 8 1 -26.85 114.981 35.484 - 14 70.5188 764 8 1 -27.05 114.992 35.4158 - 14 43.9169 763 8 1 -27.25 114.931 35.2391 - 14 231.577 1469 8 0 -28.9336 114.15 34.0219 - 14 12.5653 1521 8 0 -69.8288 124.538 33.7505 - 14 114.151 1522 8 0 -69.8529 124.55 33.7852 - 14 125.23 549 8 1 -70.1993 124.22 35.1501 - 14 229.926 548 8 1 -70.2549 124.063 35.5495 - 14 406.827 547 8 1 -70.45 123.597 35.276 -Number of digits in this event = 18 -Using G4ParticleGun ... -9.90917 LIN -proton -Event: 15 -Number of tracker hits in this event = 51 - 15 276.564 985 8 1 17.2103 144.244 35.55 - 15 98.2533 1620 8 0 17.211 144.244 34.15 - 15 153.656 985 7 1 17.2287 144.241 5.55 - 15 107.483 1620 7 0 17.2288 144.241 4.15 - 15 123.121 985 6 1 17.2309 144.239 -24.45 - 15 119.923 1620 6 0 17.2303 144.24 -25.85 - 15 98.7543 985 5 1 17.2203 144.262 -54.45 - 15 99.9929 1620 5 0 17.2189 144.264 -55.85 - 15 130.401 985 4 1 17.1883 144.29 -84.45 - 15 230.05 1620 4 0 17.1871 144.291 -85.85 - 15 195.408 985 3 1 17.1625 144.31 -114.45 - 15 98.855 1620 3 0 17.1617 144.311 -115.85 - 15 118.231 985 2 1 17.1443 144.319 -144.45 - 15 149.994 1620 2 0 17.1434 144.319 -145.85 - 15 125.731 985 1 1 17.1256 144.331 -174.45 - 15 131.748 1620 1 0 17.1245 144.332 -175.85 - 15 129.917 985 0 1 17.1018 144.351 -204.45 - 15 101.772 1621 0 0 17.1009 144.353 -205.85 - 15 91.9267 986 4 1 17.25 144.201 -84.5257 - 15 34.5043 987 4 1 17.45 144.007 -84.7577 - 15 49.6108 1612 4 0 18.7057 142.661 -85.85 - 15 90.4911 1611 4 0 18.8214 142.55 -85.9313 - 15 70.9526 1610 4 0 19.0161 142.35 -85.9589 - 15 51.0702 1609 4 0 19.1232 142.15 -85.9194 - 15 71.1801 1608 4 0 19.1962 141.95 -85.8772 - 15 98.0252 1009 4 1 21.9071 135.994 -84.85 - 15 118.845 1010 4 1 22.05 135.753 -84.825 - 15 97.3701 1011 4 1 22.25 135.37 -84.8235 - 15 141.169 1012 4 1 22.45 135.07 -84.8219 - 15 196.173 1013 4 1 22.6502 134.67 -84.7664 - 15 352.205 1014 4 1 22.85 134.292 -84.6359 - 15 314.281 1015 4 1 23.05 133.314 -84.4947 - 15 51.9479 1550 4 0 23.0437 130.231 -85.85 - 15 45.3384 1549 4 0 23.0453 130.15 -85.8753 - 15 69.4025 1548 4 0 23.0599 129.95 -85.8991 - 15 43.4531 1547 4 0 23.0707 129.75 -85.9279 - 15 56.1377 1546 4 0 23.092 129.55 -85.9659 - 15 86.1529 1545 4 0 23.1111 129.35 -86.0646 - 15 75.5915 1544 4 0 23.1079 129.15 -86.1334 - 15 46.3476 1543 4 0 23.0893 128.95 -86.2068 - 15 11.4319 1542 4 0 23.0646 128.75 -86.2423 - 15 135.748 1187 4 0 23.1478 57.5941 -86.25 - 15 112.001 984 7 1 17.05 144.119 5.43256 - 15 171.436 983 7 1 16.8499 143.789 5.30788 - 15 74.3044 982 7 1 16.65 143.288 5.18352 - 15 104.211 981 7 1 16.45 143.209 5.17998 - 15 69.7141 980 7 1 16.25 143.016 5.24842 - 15 33.094 1599 7 0 15.4205 140.137 4.14969 - 15 116.74 972 7 1 14.5142 137.062 5.15001 - 15 112.757 971 7 1 14.45 136.937 5.34812 - 15 229.36 970 7 1 14.231 136.947 5.55 -Number of digits in this event = 18 -Using G4ParticleGun ... -7.37273 LIN -proton -Event: 16 -Number of tracker hits in this event = 26 - 16 132.988 1262 9 1 72.6038 105.726 65.55 - 16 164.834 1427 9 0 72.604 105.727 64.15 - 16 100.573 1262 8 1 72.6067 105.728 35.55 - 16 134.833 1427 8 0 72.6054 105.727 34.15 - 16 90.5165 1262 7 1 72.5783 105.711 5.55 - 16 185.38 1427 7 0 72.5784 105.709 4.15 - 16 113.824 1262 6 1 72.5707 105.682 -24.45 - 16 112.573 1427 6 0 72.5705 105.68 -25.85 - 16 108.441 1262 5 1 72.566 105.646 -54.45 - 16 272.299 1427 5 0 72.5655 105.645 -55.85 - 16 114.227 1262 4 1 72.5555 105.639 -84.45 - 16 100.47 1427 4 0 72.5544 105.639 -85.85 - 16 175.728 1262 3 1 72.5285 105.635 -114.45 - 16 233.339 1427 3 0 72.5274 105.635 -115.85 - 16 117.036 1262 2 1 72.5084 105.642 -144.45 - 16 147.452 1427 2 0 72.5075 105.641 -145.85 - 16 132.985 1262 1 1 72.4915 105.612 -174.45 - 16 104.393 1427 1 0 72.4905 105.611 -175.85 - 16 131.744 1262 0 1 72.4704 105.579 -204.45 - 16 134.661 1427 0 0 72.4687 105.577 -205.85 - 16 55.7472 44 0 0 95.2649 -171.235 -205.982 - 16 91.1044 1668 14 0 -84.0228 153.827 213.75 - 16 131.795 1667 14 0 -83.8343 153.75 213.847 - 16 54.4945 1323 6 1 84.7524 102.737 -24.45 - 16 101.91 1322 6 1 84.65 102.783 -24.5869 - 16 138.674 1413 6 0 83.7097 102.797 -25.85 -Number of digits in this event = 17 -Using G4ParticleGun ... -2.1519 LIN -proton -Event: 17 -Number of tracker hits in this event = 97 - 17 103.825 1056 11 1 31.3084 70.4844 125.55 - 17 129.623 1252 11 0 31.3078 70.4857 124.15 - 17 106.786 1056 10 1 31.3065 70.5045 95.55 - 17 152.085 1252 10 0 31.3063 70.5052 94.15 - 17 115.568 1056 9 1 31.3013 70.5278 65.55 - 17 106.258 1252 9 0 31.2974 70.5293 64.15 - 17 114.18 1055 8 1 31.2212 70.562 35.55 - 17 127.329 1252 8 0 31.2191 70.5636 34.15 - 17 125.961 1055 7 1 31.1786 70.5967 5.55 - 17 97.9945 1252 7 0 31.179 70.5964 4.15 - 17 97.392 1055 6 1 31.1877 70.5843 -24.45 - 17 97.9176 1252 6 0 31.1905 70.5823 -25.85 - 17 97.5511 1055 5 1 31.2483 70.5445 -54.45 - 17 114.333 1252 5 0 31.2506 70.5436 -55.85 - 17 126.004 1056 4 1 31.2934 70.5342 -84.45 - 17 144.774 1252 4 0 31.2924 70.5338 -85.85 - 17 187.489 1056 3 1 31.263 70.5219 -114.45 - 17 102.838 1252 3 0 31.2607 70.5209 -115.85 - 17 138.06 1055 2 1 31.2 70.4905 -144.45 - 17 361.386 1252 2 0 31.1952 70.4873 -145.85 - 17 122.905 1055 1 1 31.1005 70.4224 -174.45 - 17 115.949 1251 1 0 31.1038 70.4175 -175.85 - 17 132.227 1055 0 1 31.1472 70.309 -204.45 - 17 101.719 1251 0 0 31.1488 70.3 -205.85 - 17 22.1805 666 2 1 -46.7608 -10.6475 -144.66 - 17 159.279 1255 0 0 42.9934 71.1293 -206.25 - 17 60.4511 1116 0 1 43.3876 71.0644 -204.85 - 17 47.5457 1117 0 1 43.45 71.0504 -204.615 - 17 179.532 1259 1 0 49.974 71.9209 -176.25 - 17 218.666 1151 1 1 50.324 71.9028 -174.85 - 17 120.786 1282 2 0 50.7032 76.6003 -146.25 - 17 60.5276 1283 2 0 50.7096 76.6501 -145.928 - 17 157.893 1153 2 1 50.735 76.8191 -144.849 - 17 53.9257 1291 3 0 43.1912 78.4404 -116.25 - 17 60.8339 1292 3 0 43.1377 78.45 -116.063 - 17 173.494 1113 3 1 42.8079 78.5567 -114.85 - 17 251.022 1263 4 0 52.9051 72.752 -86.25 - 17 173.297 1166 4 1 53.3694 72.4775 -84.85 - 17 101.455 1167 4 1 53.45 72.2529 -84.5014 - 17 76.5057 1168 4 1 53.65 72.3206 -84.7582 - 17 21.2979 1169 4 1 53.85 72.3641 -84.8016 - 17 67.152 1264 4 0 55.5426 72.85 -86.0967 - 17 47.0876 1265 4 0 55.6414 73.05 -86.1838 - 17 89.4638 1281 4 0 114.46 76.316 -86.25 - 17 306.685 1280 4 0 114.649 76.25 -86.1448 - 17 31.1378 1279 4 0 114.85 76.05 -86.0689 - 17 147.662 1747 14 0 149.076 169.577 213.75 - 17 180.963 1637 14 1 147.724 170.107 215.15 - 17 58.5424 1636 14 1 147.55 170.172 215.28 - 17 84.7116 1635 14 1 147.35 170.208 215.406 - 17 180.009 1634 14 1 147.052 170.156 215.55 - 17 111.753 1633 14 1 146.95 169.78 215.361 - 17 41.4414 1743 14 0 146.678 168.87 214.15 - 17 138.317 1742 14 0 146.632 168.75 214.045 - 17 7.23618 1741 14 0 146.404 168.55 213.77 - 17 43.4184 1395 5 0 40.174 99.2794 -56.25 - 17 68.349 1396 5 0 40.1543 99.35 -56.0806 - 17 152.687 1099 5 1 39.9667 99.8997 -54.8499 - 17 13.6091 1445 6 0 40.3916 109.332 -26.2498 - 17 120.721 1446 6 0 40.3926 109.35 -26.1933 - 17 465.483 1102 6 1 40.5307 109.888 -24.8499 - 17 154.899 1386 7 0 60.8326 97.3823 3.75 - 17 244.448 1387 7 0 61.232 97.55 3.9885 - 17 58.142 1220 7 1 64.0742 99.3984 5.15015 - 17 96.6909 1221 7 1 64.25 99.4874 5.20117 - 17 481.727 1222 7 1 64.4501 99.6011 5.40545 - 17 13.4457 1397 7 0 64.1569 99.5618 4.15 - 17 168.807 1396 7 0 64.1523 99.55 4.1337 - 17 123.652 1325 9 1 85.1652 60.9234 65.15 - 17 26.9159 1326 9 1 85.25 60.7097 65.1938 - 17 113.162 1201 9 0 85.1546 60.291 64.15 - 17 83.6095 1200 9 0 85.0472 60.25 64.0712 - 17 30.4697 1254 0 0 43.0482 71.0499 -206.199 - 17 183.553 971 7 0 3.35238 14.3578 3.75 - 17 263.009 970 7 0 3.16562 14.25 3.86506 - 17 220.511 1133 7 0 37.1392 46.7465 3.75023 - 17 122.563 1082 7 1 36.5498 46.6119 5.15 - 17 1.30242 1081 7 1 36.4499 46.5826 5.54138 - 17 59.2631 1109 8 0 42.2423 41.9159 33.7503 - 17 65.9211 1108 8 0 42.2961 41.85 33.9598 - 17 93.5029 1112 8 1 42.5378 41.4129 35.15 - 17 144.908 1114 8 1 42.9046 41.1423 35.55 - 17 150.785 1115 8 1 43.05 40.8218 35.3869 - 17 7.50075 1116 8 1 43.25 40.5326 35.1702 - 17 29.9407 1093 8 0 44.2366 38.7353 34.1498 - 17 106.864 1092 8 0 44.3057 38.65 34.11 - 17 80.1448 1091 8 0 44.4953 38.4498 34.0627 - 17 65.3871 1090 8 0 44.5725 38.25 33.9998 - 17 54.397 1089 8 0 44.4414 38.05 33.8771 - 17 45.856 1092 0 1 38.5987 68.4774 -204.85 - 17 202.047 1392 2 0 19.1382 98.5921 -146.25 - 17 89.1597 992 2 1 18.5463 98.6477 -144.85 - 17 179.261 991 2 1 18.45 98.682 -144.599 - 17 194.593 1393 2 0 19.1373 98.7501 -146.125 - 17 472.32 1394 2 0 19.7478 98.95 -146.21 - 17 86.1253 1006 2 1 21.4 100.081 -144.85 - 17 301.985 1007 2 1 21.45 100.204 -144.65 -Number of digits in this event = 46 -Using G4ParticleGun ... -1.89274 LIN -proton -Event: 18 Number of tracker hits in this event = 25 - 18 118.864 907 11 1 1.49601 1.11588 125.55 - 18 89.9161 905 11 0 1.50088 1.11916 124.15 - 18 130.03 907 10 1 1.60591 1.18914 95.55 - 18 218.743 905 10 0 1.61021 1.19349 94.15 - 18 122.403 908 9 1 1.70865 1.2773 65.55 - 18 106.38 906 9 0 1.71238 1.28023 64.15 - 18 126.348 908 8 1 1.78954 1.33919 35.55 - 18 169.402 906 8 0 1.79513 1.33885 34.15 - 18 121.725 909 7 1 1.90578 1.33162 5.55 - 18 124.428 906 7 0 1.91132 1.32983 4.15 - 18 122.163 909 6 1 2.0379 1.29393 -24.45 - 18 114.08 906 6 0 2.04995 1.28829 -25.85 - 18 135.64 911 5 1 2.30783 1.15991 -54.45 - 18 121.366 905 5 0 2.32113 1.15216 -55.85 - 18 153.858 912 4 1 2.58606 0.987505 -84.45 - 18 120.595 904 4 0 2.60187 0.978937 -85.85 - 18 112.27 914 3 1 2.93812 0.811675 -114.45 - 18 120.286 903 3 0 2.95983 0.804934 -115.85 - 18 108.928 916 2 1 3.39974 0.667277 -144.45 - 18 112.683 903 2 0 3.42044 0.661928 -145.85 - 18 122.617 919 1 1 3.85084 0.559071 -174.45 - 18 100.958 902 1 0 3.87104 0.555701 -175.85 - 18 126.869 921 0 1 4.28967 0.469129 -204.45 - 18 111.088 902 0 0 4.30933 0.464793 -205.85 - 18 155.162 906 10 0 1.58338 1.25 94.0228 -Number of digits in this event = 17 -Using G4ParticleGun ... -9.61734 LIN -proton -Event: 19 -Number of tracker hits in this event = 33 - 19 137.564 503 10 1 -79.2816 -71.1919 95.55 - 19 120.783 544 10 0 -79.2813 -71.1918 94.15 - 19 131.182 503 9 1 -79.2729 -71.189 65.55 - 19 152.566 544 9 0 -79.2726 -71.189 64.15 - 19 96.6989 503 8 1 -79.2664 -71.1885 35.55 - 19 127.115 544 8 0 -79.2664 -71.1873 34.15 - 19 104.996 503 7 1 -79.2709 -71.1633 5.55 - 19 128.662 544 7 0 -79.2706 -71.1619 4.15 - 19 117.792 503 6 1 -79.2671 -71.1339 -24.45 - 19 165.348 544 6 0 -79.2668 -71.1326 -25.85 - 19 128.258 503 5 1 -79.2611 -71.1071 -54.45 - 19 125.266 544 5 0 -79.2612 -71.106 -55.85 - 19 92.4644 503 4 1 -79.2637 -71.0828 -84.45 - 19 116.179 544 4 0 -79.2638 -71.0812 -85.85 - 19 95.569 503 3 1 -79.2632 -71.0466 -114.45 - 19 209.574 545 3 0 -79.2637 -71.045 -115.85 - 19 109.882 503 2 1 -79.2773 -71.0124 -144.45 - 19 134.617 545 2 0 -79.2777 -71.0107 -145.85 - 19 101.592 503 1 1 -79.2827 -70.9776 -174.45 - 19 98.5227 545 1 0 -79.283 -70.976 -175.85 - 19 124.748 503 0 1 -79.2876 -70.9449 -204.45 - 19 107.117 545 0 0 -79.2867 -70.943 -205.85 - 19 30.0669 915 10 1 3.12683 135.27 95.5153 - 19 8170.15 719 0 1 -36.0858 -42.5797 -204.785 - 19 600.608 720 0 1 -36.05 -42.5935 -204.812 - 19 4040.35 684 0 0 -34.5502 -43.1292 -205.85 - 19 5652.91 683 0 0 -34.2404 -43.25 -206.066 - 19 1137.08 690 0 0 -37.0773 -42.001 -205.85 - 19 114.939 633 11 0 -101.401 -53.4329 123.75 - 19 79.1632 634 11 0 -101.658 -53.2499 123.98 - 19 62.8192 386 11 1 -102.844 -52.0651 125.15 - 19 141.292 385 11 1 -102.95 -51.9465 125.274 - 19 7.32367 384 11 1 -103.15 -51.5658 125.535 -Number of digits in this event = 22 -Using G4ParticleGun ... -3.97824 LIN -proton -Event: 20 -Number of tracker hits in this event = 24 - 20 109.723 733 10 1 -33.3869 102.511 95.55 - 20 100.85 1411 10 0 -33.3873 102.511 94.15 - 20 188.225 733 9 1 -33.3944 102.523 65.55 - 20 120.214 1411 9 0 -33.3993 102.522 64.15 - 20 105.634 732 8 1 -33.4987 102.495 35.55 - 20 147.675 1411 8 0 -33.5041 102.491 34.15 - 20 94.0774 732 7 1 -33.614 102.412 5.55 - 20 121.475 1411 7 0 -33.6176 102.409 4.15 - 20 231.834 731 6 1 -33.6932 102.345 -24.45 - 20 198.711 1410 6 0 -33.6971 102.342 -25.85 - 20 124.416 731 5 1 -33.7839 102.265 -54.45 - 20 170.739 1410 5 0 -33.7861 102.26 -55.85 - 20 128.54 731 4 1 -33.8311 102.168 -84.45 - 20 105.433 1410 4 0 -33.8338 102.164 -85.85 - 20 97.776 730 3 1 -33.8866 102.08 -114.45 - 20 131.939 1409 3 0 -33.8882 102.075 -115.85 - 20 101.228 730 2 1 -33.9244 101.985 -144.45 - 20 113.397 1409 2 0 -33.928 101.981 -145.85 - 20 378.816 730 1 1 -33.9997 101.896 -174.45 - 20 96.1933 1408 1 0 -34.0028 101.891 -175.85 - 20 142.998 729 0 1 -34.0679 101.796 -204.45 - 20 119.662 1408 0 0 -34.0696 101.789 -205.85 - 20 98.4181 731 1 1 -33.85 101.967 -174.628 - 20 52.3236 1411 6 0 -33.6889 102.35 -25.8583 -Number of digits in this event = 14 -Using G4ParticleGun ... -1.90124 LIN -proton -Event: 21 -Number of tracker hits in this event = 24 - 21 127.165 991 11 1 18.3602 -44.4507 125.55 - 21 150.57 677 11 0 18.3611 -44.4518 124.15 - 21 107.789 991 10 1 18.3778 -44.4788 95.55 - 21 130.769 677 10 0 18.38 -44.4759 94.15 - 21 141.641 991 9 1 18.4215 -44.4175 65.55 - 21 133.837 678 9 0 18.4263 -44.4133 64.15 - 21 113.103 992 8 1 18.5271 -44.3324 35.55 - 21 183.445 678 8 0 18.5312 -44.3286 34.15 - 21 114.228 992 7 1 18.6128 -44.2519 5.55 - 21 101.668 679 7 0 18.6158 -44.2464 4.15 - 21 117.606 992 6 1 18.6474 -44.1705 -24.45 - 21 113.56 679 6 0 18.6481 -44.1669 -25.85 - 21 120.695 993 5 1 18.6704 -44.0992 -54.45 - 21 115.16 679 5 0 18.6761 -44.0958 -55.85 - 21 96.4853 993 4 1 18.7978 -44.019 -84.45 - 21 123.799 680 4 0 18.8006 -44.0189 -85.85 - 21 108.419 994 3 1 18.8627 -44.0175 -114.45 - 21 96.1653 680 3 0 18.864 -44.0197 -115.85 - 21 137.502 994 2 1 18.9035 -44.0678 -144.45 - 21 103.487 679 2 0 18.9053 -44.0705 -145.85 - 21 172.339 994 1 1 18.9327 -44.1318 -174.45 - 21 129.943 679 1 0 18.9296 -44.1355 -175.85 - 21 109.482 994 0 1 18.8654 -44.2173 -204.45 - 21 107.513 679 0 0 18.8617 -44.2249 -205.85 -Number of digits in this event = 12 -Using G4ParticleGun ... -2.50979 LIN -proton -Event: 22 -Number of tracker hits in this event = 30 - 22 263.323 792 11 1 -21.5604 48.9076 125.55 - 22 97.122 1144 11 0 -21.5581 48.9085 124.15 - 22 121.313 792 10 1 -21.5227 48.9257 95.55 - 22 110.204 1144 10 0 -21.5266 48.925 94.15 - 22 115.625 792 9 1 -21.607 48.9193 65.55 - 22 122.369 1144 9 0 -21.6118 48.9178 64.15 - 22 122.967 791 8 1 -21.7159 48.8898 35.55 - 22 155.256 1144 8 0 -21.722 48.8864 34.15 - 22 104.819 791 7 1 -21.8407 48.8145 5.55 - 22 374.349 1143 7 0 -21.848 48.8133 4.15 - 22 208.78 790 6 1 -22.0027 48.7923 -24.45 - 22 192.386 1143 6 0 -22.0095 48.7885 -25.85 - 22 122.071 789 5 1 -22.1432 48.7046 -54.45 - 22 112.786 1143 5 0 -22.1502 48.6992 -55.85 - 22 112.022 788 4 1 -22.2881 48.5753 -84.45 - 22 245.988 1142 4 0 -22.2946 48.568 -85.85 - 22 106.416 788 3 1 -22.421 48.4126 -114.45 - 22 117.051 1141 3 0 -22.4277 48.4058 -115.85 - 22 99.4371 787 2 1 -22.5568 48.2752 -144.45 - 22 102.202 1141 2 0 -22.5633 48.2682 -145.85 - 22 129.647 786 1 1 -22.6952 48.1319 -174.45 - 22 109.292 1140 1 0 -22.6993 48.1273 -175.85 - 22 102.813 786 0 1 -22.7762 48.043 -204.45 - 22 201.638 1139 0 0 -22.7824 48.0396 -205.85 - 22 71.7521 1138 0 0 -22.7857 47.8496 -206.09 - 22 188.715 1137 0 0 -22.8848 47.65 -206.014 - 22 61.5834 1136 0 0 -23.2246 47.45 -205.976 - 22 64.0931 1135 0 0 -23.2978 47.25 -205.941 - 22 250.551 778 0 1 -24.4034 46.7241 -204.85 - 22 80.4502 777 0 1 -24.45 46.6637 -204.748 -Number of digits in this event = 15 -Using G4ParticleGun ... -2.60685 LIN -proton -Event: 23 -Number of tracker hits in this event = 22 - 23 416.833 1563 9 1 132.852 -2.04783 65.55 - 23 106.338 890 9 0 132.853 -2.04745 64.15 - 23 125.779 1563 8 1 132.891 -2.05073 35.55 - 23 108.497 889 8 0 132.891 -2.05108 34.15 - 23 107.019 1563 7 1 132.894 -2.05921 5.55 - 23 103.171 889 7 0 132.893 -2.05652 4.15 - 23 314.537 1563 6 1 132.873 -2.00577 -24.45 - 23 318.78 890 6 0 132.873 -2.0043 -25.85 - 23 138.136 1563 5 1 132.891 -1.9792 -54.45 - 23 129.293 890 5 0 132.893 -1.97591 -55.85 - 23 105.972 1563 4 1 132.921 -1.90971 -84.45 - 23 184.391 890 4 0 132.921 -1.90677 -85.85 - 23 133.563 1563 3 1 132.899 -1.83668 -114.45 - 23 146.048 891 3 0 132.9 -1.83153 -115.85 - 23 137.962 1563 2 1 132.919 -1.72033 -144.45 - 23 116.038 891 2 0 132.918 -1.7151 -145.85 - 23 127.658 1563 1 1 132.901 -1.61764 -174.45 - 23 117.414 892 1 0 132.898 -1.61116 -175.85 - 23 172.769 1563 0 1 132.837 -1.48751 -204.45 - 23 96.5825 892 0 0 132.835 -1.47961 -205.85 - 23 234.33 1562 6 1 132.75 -2.00581 -24.5599 - 23 55.8886 1564 9 1 132.95 -2.91262 65.4375 -Number of digits in this event = 14 -Using G4ParticleGun ... -6.0062 LIN -proton -Event: 24 -Number of tracker hits in this event = 25 - 24 103.258 1022 8 1 24.5628 -140.035 35.55 - 24 110.202 200 8 0 24.562 -140.035 34.15 - 24 204.387 1022 7 1 24.548 -140.045 5.55 - 24 169.247 200 7 0 24.547 -140.044 4.15 - 24 108.494 1022 6 1 24.5262 -140.044 -24.45 - 24 191.486 200 6 0 24.5257 -140.045 -25.85 - 24 365.844 1022 5 1 24.5115 -140.062 -54.45 - 24 108.84 200 5 0 24.5116 -140.062 -55.85 - 24 99.4796 1022 4 1 24.5124 -140.057 -84.45 - 24 278.901 200 4 0 24.5126 -140.058 -85.85 - 24 92.7548 1022 3 1 24.5124 -140.084 -114.45 - 24 258.052 200 3 0 24.5117 -140.085 -115.85 - 24 107.283 1022 2 1 24.4967 -140.112 -144.45 - 24 106.549 200 2 0 24.4946 -140.114 -145.85 - 24 138.791 1022 1 1 24.4524 -140.138 -174.45 - 24 119.598 200 1 0 24.4506 -140.139 -175.85 - 24 112.027 1021 0 1 24.4156 -140.147 -204.45 - 24 147.752 200 0 0 24.4137 -140.146 -205.85 - 24 98.2275 1023 5 1 24.65 -140.115 -54.5462 - 24 33.5995 1024 5 1 24.85 -140.247 -54.7744 - 24 119.696 198 5 0 25.5266 -140.367 -55.85 - 24 85.0767 165 5 0 15.381 -146.992 -56.25 - 24 78.8543 166 5 0 15.2301 -146.95 -56.0523 - 24 269.355 975 5 1 15.1114 -146.049 -54.8496 - 24 157.344 974 5 1 15.05 -146.399 -54.6729 -Number of digits in this event = 11 -Using G4ParticleGun ... -4.12536 LIN -proton -Event: 25 -Number of tracker hits in this event = 44 - 25 107.18 514 9 1 -77.2167 -90.2758 65.55 - 25 115.331 449 9 0 -77.2171 -90.2744 64.15 - 25 134.903 514 8 1 -77.2279 -90.2514 35.55 - 25 194.623 449 8 0 -77.227 -90.2494 34.15 - 25 95.9833 514 7 1 -77.206 -90.208 5.55 - 25 108.94 449 7 0 -77.2051 -90.2059 4.15 - 25 171.129 514 6 1 -77.1811 -90.1651 -24.45 - 25 114.527 449 6 0 -77.1802 -90.1624 -25.85 - 25 97.6228 514 4 1 -77.1829 -90.0233 -84.45 - 25 106.419 450 4 0 -77.188 -90.0217 -85.85 - 25 108.657 513 3 1 -77.2874 -89.9984 -114.45 - 25 127.859 450 3 0 -77.2937 -89.9974 -115.85 - 25 146.699 513 2 1 -77.4206 -89.9753 -144.45 - 25 340.306 450 2 0 -77.4253 -89.9741 -145.85 - 25 215.881 512 1 1 -77.5171 -89.9541 -174.45 - 25 141.205 450 1 0 -77.5201 -89.9518 -175.85 - 25 119.931 512 0 1 -77.5881 -89.9087 -204.45 - 25 33658.2 450 0 0 -77.5918 -89.9069 -205.85 - 25 392.6 561 0 1 -67.7259 -89.4279 -204.85 - 25 952.637 562 0 1 -67.65 -89.4238 -204.841 - 25 1117.09 563 0 1 -67.45 -89.4158 -204.815 - 25 1199.45 564 0 1 -67.25 -89.4095 -204.792 - 25 1247.24 565 0 1 -67.05 -89.4022 -204.768 - 25 1370.5 566 0 1 -66.85 -89.3979 -204.745 - 25 1487.92 567 0 1 -66.65 -89.3895 -204.713 - 25 1568.94 568 0 1 -66.45 -89.3802 -204.681 - 25 1849.47 569 0 1 -66.25 -89.3687 -204.649 - 25 2199.42 570 0 1 -66.05 -89.3616 -204.635 - 25 3613.87 571 0 1 -65.85 -89.3579 -204.631 - 25 3146.57 572 0 1 -65.65 -89.3638 -204.642 - 25 16799.2 451 0 0 -77.6455 -89.85 -206.115 - 25 4990.55 449 0 0 -76.0603 -90.15 -205.928 - 25 1659.17 573 0 1 -65.45 -93.2183 -204.828 - 25 1778.46 574 0 1 -65.25 -93.2776 -204.809 - 25 2084.18 575 0 1 -65.05 -93.3315 -204.794 - 25 2721.65 576 0 1 -64.85 -93.3771 -204.784 - 25 3931.46 577 0 1 -64.65 -93.4282 -204.781 - 25 76.2373 886 2 1 -2.73968 67.5236 -144.6 - 25 286.357 452 0 0 -78.0302 -89.65 -206.208 - 25 268.344 507 0 1 -78.5295 -89.26 -204.85 - 25 217.882 498 1 0 -50.3136 -80.3274 -176.25 - 25 98.3559 497 1 0 -50.6193 -80.45 -176.026 - 25 153.083 496 1 0 -50.7249 -80.65 -176.052 - 25 18.1876 464 2 0 -78.3224 -87.25 -146.032 -Number of digits in this event = 34 -Using G4ParticleGun ... -1.5044 LIN -proton -Event: 26 -Number of tracker hits in this event = 31 - 26 262.434 339 10 1 -112.195 -6.73273 95.55 - 26 127.251 866 10 0 -112.197 -6.73046 94.15 - 26 170.785 339 9 1 -112.243 -6.67008 65.55 - 26 141.48 866 9 0 -112.247 -6.66532 64.15 - 26 113.736 339 8 1 -112.338 -6.57553 35.55 - 26 135.348 867 8 0 -112.337 -6.57353 34.15 - 26 112.4 339 7 1 -112.309 -6.52589 5.55 - 26 298.079 867 7 0 -112.31 -6.53003 4.15 - 26 219.808 338 6 1 -112.357 -6.59663 -24.45 - 26 137.308 867 6 0 -112.356 -6.61244 -25.85 - 26 216.766 339 5 1 -112.334 -6.94507 -54.45 - 26 93.6901 865 5 0 -112.335 -6.96191 -55.85 - 26 113.465 338 4 1 -112.353 -7.29449 -84.45 - 26 192.954 863 4 0 -112.35 -7.31534 -85.85 - 26 108.874 339 3 1 -112.299 -7.75398 -114.45 - 26 96.5672 861 3 0 -112.298 -7.77613 -115.85 - 26 245.21 339 2 1 -112.281 -8.22613 -144.45 - 26 47.2719 859 2 0 -112.284 -8.24785 -145.85 - 26 249.299 858 2 0 -112.284 -8.25 -145.989 - 26 124.778 339 1 1 -112.323 -8.68809 -174.45 - 26 124.927 856 1 0 -112.325 -8.71007 -175.85 - 26 125.347 338 0 1 -112.354 -9.16212 -204.45 - 26 118.418 854 0 0 -112.353 -9.18456 -205.85 - 26 35.411 730 1 0 -105.599 -34.0021 -176.25 - 26 145.641 729 1 0 -105.609 -34.0501 -176.19 - 26 292.612 728 1 0 -105.679 -34.25 -176.131 - 26 45.3846 868 2 0 -112.856 -6.34791 -145.85 - 26 367.387 869 2 0 -112.919 -6.25 -145.915 - 26 47.886 870 2 0 -113.228 -6.04937 -145.949 - 26 98.7197 332 2 1 -113.654 -5.68375 -144.85 - 26 277.158 331 2 1 -113.75 -5.76857 -144.65 -Number of digits in this event = 20 -Using G4ParticleGun ... -6.53053 LIN -proton -Event: 27 -Number of tracker hits in this event = 24 - 27 111.406 948 11 1 9.6648 10.5003 125.55 - 27 118.51 952 11 0 9.66426 10.5011 124.15 - 27 110.657 948 10 1 9.65392 10.5213 95.55 - 27 102.247 952 10 0 9.6535 10.5234 94.15 - 27 151.079 947 9 1 9.64846 10.5702 65.55 - 27 99.2121 952 9 0 9.64826 10.5731 64.15 - 27 127.544 947 8 1 9.64278 10.6351 35.55 - 27 108.11 952 8 0 9.64285 10.6376 34.15 - 27 103.961 947 7 1 9.64429 10.6873 5.55 - 27 160.493 953 7 0 9.64355 10.6906 4.15 - 27 187.292 947 6 1 9.63059 10.7575 -24.45 - 27 148.549 953 6 0 9.62981 10.7592 -25.85 - 27 113.432 947 5 1 9.61529 10.7971 -54.45 - 27 96.4561 953 5 0 9.61394 10.7984 -55.85 - 27 150.524 947 4 1 9.58564 10.8206 -84.45 - 27 177.756 953 4 0 9.584 10.82 -85.85 - 27 105.312 947 3 1 9.55338 10.8071 -114.45 - 27 121.193 953 3 0 9.55154 10.8066 -115.85 - 27 114.384 947 2 1 9.51363 10.7934 -144.45 - 27 99.8743 953 2 0 9.51114 10.7925 -145.85 - 27 184.524 947 1 1 9.46796 10.7734 -174.45 - 27 98.3791 953 1 0 9.46597 10.7725 -175.85 - 27 99.8769 946 0 1 9.42237 10.7526 -204.45 - 27 99.7832 953 0 0 9.41964 10.7516 -205.85 -Number of digits in this event = 10 -Using G4ParticleGun ... -3.84225 LIN -proton -Event: 28 -Number of tracker hits in this event = 44 - 28 151.286 1197 7 1 59.512 -137.121 5.55 - 28 205.799 215 7 0 59.5121 -137.12 4.15 - 28 114.667 1197 6 1 59.5052 -137.103 -24.45 - 28 122.308 215 6 0 59.5052 -137.101 -25.85 - 28 425.224 1197 5 1 59.5099 -137.067 -54.45 - 28 115.17 215 5 0 59.5092 -137.064 -55.85 - 28 131.12 1197 4 1 59.4927 -137.001 -84.45 - 28 114.211 215 4 0 59.4914 -136.998 -85.85 - 28 109.449 1197 3 1 59.4627 -136.937 -114.45 - 28 115.092 216 3 0 59.4629 -136.934 -115.85 - 28 111.84 1197 2 1 59.4662 -136.858 -144.45 - 28 104.811 216 2 0 59.4671 -136.856 -145.85 - 28 248.968 1197 1 1 59.4821 -136.823 -174.45 - 28 110.434 216 1 0 59.4831 -136.82 -175.85 - 28 106.093 1197 0 1 59.4986 -136.755 -204.45 - 28 119.741 216 0 0 59.4993 -136.752 -205.85 - 28 90.3258 661 1 1 -47.85 -120.796 -174.655 - 28 89.4084 662 1 1 -47.65 -120.646 -174.582 - 28 301.977 663 1 1 -47.45 -120.489 -174.671 - 28 68.2708 1198 1 1 59.6502 -136.742 -174.763 - 28 34.6334 214 1 0 60.8775 -137.321 -175.85 - 28 101.894 213 1 0 60.9432 -137.35 -175.86 - 28 113.966 1239 6 1 68.0043 -132.155 -24.45 - 28 96.9125 1240 6 1 68.05 -131.969 -24.6149 - 28 11.6055 247 6 0 68.8102 -130.589 -25.85 - 28 108.364 248 6 0 68.8339 -130.55 -25.8825 - 28 77.9494 249 6 0 68.9612 -130.35 -26.0775 - 28 122.867 1315 5 1 83.0556 -101.771 -54.45 - 28 251.453 394 5 0 83.7549 -101.205 -55.85 - 28 18.739 395 5 0 83.9244 -101.15 -56.2399 - 28 152.394 1375 4 1 95.2427 -96.4215 -84.45 - 28 0.747226 1376 4 1 95.35 -96.4327 -84.8475 - 28 120.679 418 4 0 95.6875 -96.4632 -85.85 - 28 163.727 1474 3 1 114.957 -100.96 -114.45 - 28 2.01139 396 3 0 115.339 -100.754 -115.85 - 28 77.0351 397 3 0 115.34 -100.749 -115.854 - 28 215.146 398 3 0 115.37 -100.55 -115.868 - 28 140.855 399 3 0 115.363 -100.35 -116.081 - 28 107.382 1196 7 1 59.4496 -137.149 5.41656 - 28 25.6072 1195 7 1 59.2498 -137.134 5.1895 - 28 28.3742 224 7 0 57.9891 -135.206 4.14994 - 28 47.2406 225 7 0 57.921 -135.15 4.1405 - 28 365.7 1182 7 1 56.622 -133.822 5.15007 - 28 367.703 1181 7 1 56.45 -133.537 5.34944 -Number of digits in this event = 18 -Using G4ParticleGun ... -1.41959 LIN -proton -Event: 29 -Number of tracker hits in this event = 24 - 29 100.785 1016 10 1 23.4393 -89.686 95.55 - 29 130.548 451 10 0 23.4354 -89.6857 94.15 - 29 109.551 1016 9 1 23.3512 -89.6794 65.55 - 29 161.784 451 9 0 23.3443 -89.6744 64.15 - 29 246.465 1015 8 1 23.2073 -89.5591 35.55 - 29 145.415 452 8 0 23.197 -89.5524 34.15 - 29 367.444 1014 7 1 22.9971 -89.4173 5.55 - 29 127.671 453 7 0 22.9911 -89.4034 4.15 - 29 214.821 1014 6 1 22.8613 -89.1094 -24.45 - 29 119.567 454 6 0 22.8492 -89.1016 -25.85 - 29 102.733 1012 5 1 22.5876 -88.9547 -54.45 - 29 102.092 455 5 0 22.5731 -88.9471 -55.85 - 29 121.528 1011 4 1 22.2805 -88.7985 -84.45 - 29 125.475 456 4 0 22.2688 -88.7889 -85.85 - 29 298.568 1009 3 1 22.0281 -88.5962 -114.45 - 29 145.603 457 3 0 22.0107 -88.5818 -115.85 - 29 115.527 1008 2 1 21.6703 -88.2952 -144.45 - 29 122.521 458 2 0 21.6553 -88.2797 -145.85 - 29 129.737 1006 1 1 21.3818 -87.964 -174.45 - 29 161.257 460 1 0 21.3661 -87.9443 -175.85 - 29 147.671 1004 0 1 21.0306 -87.5458 -204.45 - 29 146.868 462 0 0 21.0179 -87.5265 -205.85 - 29 188.677 1015 7 1 23.05 -89.5169 5.23885 - 29 152.708 452 9 0 23.3478 -89.65 63.9269 -Number of digits in this event = 22 -Using G4ParticleGun ... -1.68625 LIN -proton -Event: 30 -Number of tracker hits in this event = 32 - 30 139.7 1259 10 1 71.8942 75.726 95.55 - 30 119.106 1278 10 0 71.8956 75.7286 94.15 - 30 151.141 1259 9 1 71.9073 75.8034 65.55 - 30 151.78 1278 9 0 71.9055 75.8084 64.15 - 30 126.271 1259 8 1 71.8729 75.9177 35.55 - 30 114.558 1279 8 0 71.8727 75.925 34.15 - 30 131.723 1259 7 1 71.8665 76.0674 5.55 - 30 112.884 1280 7 0 71.8667 76.0738 4.15 - 30 123.401 1259 6 1 71.8638 76.1913 -24.45 - 30 123.271 1280 6 0 71.8604 76.1962 -25.85 - 30 125.559 1258 5 1 71.7891 76.3001 -54.45 - 30 243.424 1281 5 0 71.7856 76.3094 -55.85 - 30 216.563 1258 4 1 71.7109 76.4905 -84.45 - 30 133.779 1282 4 0 71.7081 76.5008 -85.85 - 30 171.778 1257 3 1 71.6343 76.7075 -114.45 - 30 153.589 1283 3 0 71.6303 76.7145 -115.85 - 30 105.306 1257 2 1 71.5434 76.8511 -144.45 - 30 123.393 1284 2 0 71.5373 76.8625 -145.85 - 30 161.859 1256 1 1 71.4158 77.1012 -174.45 - 30 167.447 1285 1 0 71.411 77.1127 -175.85 - 30 98.1888 1256 0 1 71.3194 77.3636 -204.45 - 30 195.051 1286 0 0 71.3147 77.3738 -205.85 - 30 178.906 1295 0 0 64.3062 79.0663 -206.25 - 30 196.2 1294 0 0 64.2431 79.05 -206.062 - 30 21.3401 1293 0 0 63.9579 78.85 -205.871 - 30 403.855 1210 0 1 62.2136 78.1841 -204.85 - 30 46.0333 1209 0 1 62.05 78.0157 -204.605 - 30 340.565 1220 0 1 64.1498 78.5042 -204.85 - 30 26.373 1287 0 0 71.4517 77.45 -206.197 - 30 221.019 1347 0 0 109.322 89.5165 -206.25 - 30 0.381305 1451 0 1 110.548 89.4915 -204.85 - 30 354.831 1452 0 1 110.55 89.4914 -204.848 -Number of digits in this event = 24 -Using G4ParticleGun ... -3.80413 LIN -proton -Event: 31 -Number of tracker hits in this event = 16 - 31 100.945 911 7 1 2.40783 146.959 5.55 - 31 105.556 1634 7 0 2.40912 146.958 4.15 - 31 104.646 911 6 1 2.43927 146.934 -24.45 - 31 116.593 1633 6 0 2.44129 146.934 -25.85 - 31 111.852 912 5 1 2.47963 146.925 -54.45 - 31 98.3386 1633 5 0 2.47884 146.922 -55.85 - 31 103.976 912 4 1 2.47171 146.866 -84.45 - 31 162.87 1633 4 0 2.47508 146.864 -85.85 - 31 89.1699 912 3 1 2.54095 146.821 -114.45 - 31 88.4495 1633 3 0 2.54412 146.82 -115.85 - 31 117.089 912 2 1 2.61186 146.806 -144.45 - 31 113.226 1633 2 0 2.619 146.811 -145.85 - 31 187.03 913 1 1 2.7531 146.926 -174.45 - 31 158.656 1633 1 0 2.76069 146.931 -175.85 - 31 107.504 914 0 1 2.91879 147.033 -204.45 - 31 110.071 1634 0 0 2.92706 147.037 -205.85 -Number of digits in this event = 4 -Using G4ParticleGun ... -7.71485 LIN -proton -Event: 32 -Number of tracker hits in this event = 29 - 32 100.301 1013 9 1 22.7287 -115.687 65.55 - 32 106.379 322 9 0 22.7288 -115.686 64.15 - 32 114.65 1013 8 1 22.7297 -115.663 35.55 - 32 91.8062 322 8 0 22.7293 -115.661 34.15 - 32 92.2782 1013 7 1 22.7203 -115.62 5.55 - 32 277.318 322 7 0 22.7211 -115.617 4.15 - 32 109.596 1013 6 1 22.7385 -115.558 -24.45 - 32 121.487 322 6 0 22.7391 -115.554 -25.85 - 32 108.899 1013 5 1 22.7527 -115.481 -54.45 - 32 124.835 323 5 0 22.7534 -115.478 -55.85 - 32 116.379 1013 4 1 22.7671 -115.429 -84.45 - 32 142.845 323 4 0 22.7676 -115.427 -85.85 - 32 129.851 1013 3 1 22.7783 -115.384 -114.45 - 32 200.552 323 3 0 22.7776 -115.381 -115.85 - 32 80.6791 1013 2 1 22.7597 -115.336 -144.45 - 32 140.976 324 2 0 22.7569 -115.334 -145.85 - 32 147.365 1013 1 1 22.6994 -115.292 -174.45 - 32 121.957 324 1 0 22.6983 -115.291 -175.85 - 32 286.041 1013 0 1 22.6747 -115.275 -204.45 - 32 264.443 324 0 0 22.674 -115.275 -205.85 - 32 153.887 1012 0 1 22.65 -115.32 -204.475 - 32 23.4296 1011 0 1 22.45 -115.448 -204.803 - 32 74.1255 315 0 0 21.639 -117.036 -205.85 - 32 106.86 314 0 0 21.564 -117.15 -205.935 - 32 54.2925 313 0 0 21.4105 -117.35 -206.138 - 32 374.42 323 7 0 22.7687 -115.55 3.92701 - 32 157.605 324 7 0 22.9494 -115.35 3.82489 - 32 12.1859 325 7 0 23.0186 -115.15 3.80118 - 32 91.9651 72 7 0 3.73166 -165.683 3.75016 -Number of digits in this event = 15 -Using G4ParticleGun ... -6.82446 LIN -proton -Event: 33 -Number of tracker hits in this event = 19 - 33 120.973 1577 8 1 135.629 -28.0496 35.55 - 33 93.9656 760 8 0 135.629 -28.0493 34.15 - 33 280.862 1577 7 1 135.617 -28.0406 5.55 - 33 119.329 760 7 0 135.617 -28.0393 4.15 - 33 116.675 1577 6 1 135.627 -28.015 -24.45 - 33 97.4826 760 6 0 135.627 -28.0143 -25.85 - 33 115.364 1577 5 1 135.633 -27.9967 -54.45 - 33 105.74 760 5 0 135.633 -27.995 -55.85 - 33 114.592 1577 4 1 135.633 -27.9585 -84.45 - 33 234.844 760 4 0 135.634 -27.9559 -85.85 - 33 147.42 1577 3 1 135.65 -27.903 -114.45 - 33 165.969 760 3 0 135.65 -27.9006 -115.85 - 33 148.721 1577 2 1 135.66 -27.8543 -144.45 - 33 111.896 760 2 0 135.662 -27.8513 -145.85 - 33 184.842 1577 1 1 135.698 -27.7892 -174.45 - 33 97.0746 761 1 0 135.698 -27.7862 -175.85 - 33 147.391 1577 0 1 135.718 -27.7224 -204.45 - 33 123.228 761 0 0 135.719 -27.7203 -205.85 - 33 96.3419 1578 7 1 135.75 -27.8428 5.46696 -Number of digits in this event = 10 -Using G4ParticleGun ... -6.61728 LIN -proton -Event: 34 -Number of tracker hits in this event = 29 - 34 113.849 236 8 1 -132.884 -40.8259 35.55 - 34 136.612 696 8 0 -132.883 -40.8262 34.15 - 34 124.175 236 7 1 -132.864 -40.8304 5.55 - 34 101.721 696 7 0 -132.864 -40.8301 4.15 - 34 138.992 236 6 1 -132.849 -40.8262 -24.45 - 34 184.263 696 6 0 -132.847 -40.8274 -25.85 - 34 261.849 236 5 1 -132.808 -40.8554 -54.45 - 34 189.064 695 5 0 -132.806 -40.857 -55.85 - 34 92.7076 236 4 1 -132.771 -40.8882 -84.45 - 34 98.9292 695 4 0 -132.769 -40.8889 -85.85 - 34 88.158 237 3 1 -132.744 -40.9059 -114.45 - 34 116.839 695 3 0 -132.742 -40.9077 -115.85 - 34 137.554 237 2 1 -132.713 -40.9445 -144.45 - 34 110.511 695 2 0 -132.713 -40.9456 -145.85 - 34 190.245 237 1 1 -132.702 -40.9662 -174.45 - 34 163.585 695 1 0 -132.702 -40.9675 -175.85 - 34 314.136 237 0 1 -132.69 -40.9917 -204.45 - 34 112.28 695 0 0 -132.688 -40.9924 -205.85 - 34 151.921 735 5 0 -86.9922 -32.9081 -56.2497 - 34 22.7976 736 5 0 -86.738 -32.85 -56.2111 - 34 177.8 820 5 0 -74.1796 -15.9566 -56.25 - 34 146.489 235 5 1 -132.95 -40.7975 -54.4686 - 34 51.1602 234 5 1 -133.15 -40.6734 -54.5083 - 34 50.919 233 5 1 -133.35 -40.6557 -54.4637 - 34 341.034 232 5 1 -133.55 -40.6623 -54.4563 - 34 112.779 700 5 0 -133.461 -39.9971 -55.85 - 34 42.2171 701 5 0 -133.639 -39.85 -55.9366 - 34 61.9295 231 5 1 -133.88 -40.2479 -54.85 - 34 92.5745 696 5 0 -133.74 -40.8079 -55.85 -Number of digits in this event = 15 -Using G4ParticleGun ... -4.33131 LIN -proton -Event: 35 -Number of tracker hits in this event = 24 - 35 77.0407 1011 11 1 22.3288 66.9162 125.55 - 35 148.259 1234 11 0 22.3285 66.914 124.15 - 35 326.451 1011 10 1 22.3289 66.8704 95.55 - 35 152.976 1234 10 0 22.3304 66.8681 94.15 - 35 113.021 1011 9 1 22.3653 66.819 65.55 - 35 102.563 1233 9 0 22.3679 66.8168 64.15 - 35 138.881 1011 8 1 22.4244 66.7752 35.55 - 35 158.619 1233 8 0 22.4264 66.7721 34.15 - 35 194.053 1012 7 1 22.4632 66.707 5.55 - 35 181.18 1233 7 0 22.4644 66.7033 4.15 - 35 128.776 1012 6 1 22.496 66.6244 -24.45 - 35 191.882 1232 6 0 22.4987 66.6189 -25.85 - 35 97.7844 1012 5 1 22.562 66.512 -54.45 - 35 108.341 1232 5 0 22.5656 66.5069 -55.85 - 35 110.818 1012 4 1 22.639 66.3973 -84.45 - 35 106.498 1231 4 0 22.6429 66.3926 -85.85 - 35 92.3343 1013 3 1 22.7264 66.2996 -114.45 - 35 173.836 1231 3 0 22.7292 66.2954 -115.85 - 35 201.417 1013 2 1 22.7866 66.2095 -144.45 - 35 123.062 1230 2 0 22.7891 66.2076 -145.85 - 35 144.567 1013 1 1 22.8407 66.1673 -174.45 - 35 97.4829 1230 1 0 22.8427 66.1646 -175.85 - 35 105.822 1014 0 1 22.8839 66.1103 -204.45 - 35 132.429 1230 0 0 22.8871 66.106 -205.85 -Number of digits in this event = 15 -Using G4ParticleGun ... -5.77367 LIN -proton -Event: 36 -Number of tracker hits in this event = 168 - 36 136.842 702 11 1 -39.4562 -41.0486 125.55 - 36 265.431 695 11 0 -39.4556 -41.0488 124.15 - 36 123.071 703 10 1 -39.4477 -41.0523 95.55 - 36 104.904 694 10 0 -39.4462 -41.0523 94.15 - 36 134.056 703 9 1 -39.4145 -41.0473 65.55 - 36 117.89 695 9 0 -39.4137 -41.0475 64.15 - 36 107.795 703 8 1 -39.397 -41.053 35.55 - 36 105.651 694 8 0 -39.3965 -41.0531 34.15 - 36 97.1032 703 7 1 -39.3904 -41.0653 5.55 - 36 121.092 694 7 0 -39.3911 -41.0658 4.15 - 36 108.884 1427 5 1 105.55 59.9387 -54.69 - 36 21.5273 1203 5 0 106.226 60.8149 -55.85 - 36 109.957 1204 5 0 106.25 60.85 -55.9096 - 36 17.5594 554 7 1 -69.05 -27.588 5.20607 - 36 50.057 48 7 1 -170.526 -85.8164 5.55 - 36 225.389 47 7 1 -170.55 -85.7836 5.44192 - 36 131.201 46 7 1 -170.75 -85.6862 5.45612 - 36 41.2941 158 10 0 -38.1618 -148.538 94.0187 - 36 253.397 712 6 1 -37.5601 -41.3762 -24.45 - 36 560.059 713 6 1 -37.45 -41.3818 -24.4739 - 36 621.355 714 6 1 -37.25 -41.3919 -24.5169 - 36 506.012 715 6 1 -37.05 -41.4003 -24.5564 - 36 556.385 716 6 1 -36.85 -41.4097 -24.5982 - 36 517.602 717 6 1 -36.65 -41.4187 -24.6417 - 36 505.012 718 6 1 -36.45 -41.4295 -24.6848 - 36 516.771 719 6 1 -36.25 -41.4403 -24.7297 - 36 608.056 720 6 1 -36.05 -41.4525 -24.7739 - 36 564.588 721 6 1 -35.85 -41.4658 -24.818 - 36 4451.12 691 6 0 -31.0784 -41.7633 -25.85 - 36 1465.27 690 6 0 -29.6857 -41.85 -26.1514 - 36 7641.87 759 7 0 66.3462 -28.1001 3.75 - 36 162.088 1203 7 1 60.7639 -8.59006 5.55 - 36 194.386 1202 7 1 60.65 -8.40546 5.378 - 36 132.03 857 7 0 60.8399 -8.4978 4.15 - 36 52.5741 1237 7 0 153.904 67.5282 3.75 - 36 63.4816 1238 7 0 154.006 67.6501 3.81081 - 36 100.157 1239 7 0 154.089 67.85 3.88138 - 36 11.8989 1240 7 0 154.033 68.05 3.7736 - 36 81.6165 1486 7 0 130.044 117.392 3.75 - 36 19.2297 1779 0 0 -6.75762 176.038 -205.85 - 36 482.148 1201 7 1 60.45 -8.34327 5.40857 - 36 191.562 1200 7 1 60.25 -8.33846 5.51803 - 36 2254.6 758 7 0 66.4 -28.25 3.76185 - 36 219.365 702 6 1 -39.5453 -40.9882 -24.45 - 36 52.4859 701 6 1 -39.65 -40.9273 -24.6447 - 36 102.024 697 6 0 -40.2964 -40.5508 -25.85 - 36 19.5159 698 6 0 -40.4696 -40.45 -26.173 - 36 124.759 621 5 1 -55.6532 -31.557 -54.45 - 36 15.0665 620 5 1 -55.85 -31.4442 -54.8025 - 36 49.3272 744 5 0 -56.4392 -31.1079 -55.85 - 36 67.3704 745 5 0 -56.5406 -31.05 -56.0303 - 36 124.837 537 4 1 -72.5039 -21.8791 -84.45 - 36 38.1529 536 4 1 -72.65 -21.7939 -84.7092 - 36 107.236 793 4 0 -73.2911 -21.4189 -85.85 - 36 7.23386 453 3 1 -89.431 -12.0339 -114.45 - 36 134.609 452 3 1 -89.45 -12.0226 -114.485 - 36 141.813 842 3 0 -90.183 -11.5874 -115.85 - 36 102.795 372 2 1 -105.595 -2.56389 -144.45 - 36 24.9431 371 2 1 -105.75 -2.46645 -144.742 - 36 52.6814 889 2 0 -106.337 -2.0972 -145.85 - 36 69.7306 890 2 0 -106.412 -2.05 -145.992 - 36 25.5806 293 1 1 -121.523 7.47945 -174.45 - 36 99.8637 292 1 1 -121.55 7.49643 -174.5 - 36 499.423 939 1 0 -122.271 7.9542 -175.85 - 36 103.321 940 1 0 -122.423 8.05 -176.133 - 36 5.92679 213 0 1 -137.54 17.6659 -204.45 - 36 104.959 212 0 1 -137.55 17.6719 -204.468 - 36 5.93046 211 0 1 -137.75 17.7944 -204.823 - 36 103.034 990 0 0 -138.327 18.1466 -205.85 - 36 25.6337 991 0 0 -138.496 18.25 -206.151 - 36 188.935 705 6 1 -38.9377 -41.7567 -24.45 - 36 344.78 706 6 1 -38.85 -41.8948 -24.4977 - 36 419.004 707 6 1 -38.65 -42.2122 -24.6088 - 36 452.308 708 6 1 -38.45 -42.5308 -24.7195 - 36 56.5832 709 6 1 -38.25 -42.8505 -24.8316 - 36 190.52 671 6 0 -36.4843 -45.6939 -25.85 - 36 418.421 670 6 0 -36.3874 -45.85 -25.9059 - 36 358.482 669 6 0 -36.2631 -46.05 -25.9768 - 36 210.167 668 6 0 -36.1382 -46.25 -26.0473 - 36 268.918 667 6 0 -36.0128 -46.45 -26.1161 - 36 290.411 666 6 0 -35.8867 -46.65 -26.1849 - 36 337.985 979 5 1 15.8684 -128.446 -54.45 - 36 419.56 980 5 1 16.05 -128.721 -54.5544 - 36 457.457 981 5 1 16.25 -129.028 -54.6698 - 36 303.22 982 5 1 16.45 -129.335 -54.7864 - 36 6.25972 240 5 0 18.2855 -132.145 -55.85 - 36 269.043 239 5 0 18.2886 -132.15 -55.8518 - 36 295.308 238 5 0 18.4193 -132.35 -55.9275 - 36 273.19 237 5 0 18.5507 -132.55 -56.0028 - 36 318.099 236 5 0 18.6816 -132.75 -56.0796 - 36 288.23 235 5 0 18.8118 -132.95 -56.1572 - 36 48.1651 234 5 0 18.9424 -133.15 -56.2349 - 36 285.864 695 6 0 -39.7586 -40.9468 -25.85 - 36 39.9563 671 5 1 -45.8296 -38.821 -54.45 - 36 145.199 670 5 1 -45.85 -38.814 -54.5451 - 36 341.951 706 5 0 -46.127 -38.7191 -55.85 - 36 145.513 639 4 1 -52.1574 -36.6553 -84.45 - 36 225.001 717 4 0 -52.4559 -36.5503 -85.85 - 36 116.407 607 3 1 -58.5666 -34.4025 -114.45 - 36 4.21748 606 3 1 -58.65 -34.3746 -114.833 - 36 157.434 728 3 0 -58.8712 -34.2997 -115.85 - 36 6.34541 575 2 1 -65.0465 -32.1944 -144.45 - 36 121.754 574 2 1 -65.05 -32.1934 -144.466 - 36 127.299 739 2 0 -65.3575 -32.1014 -145.85 - 36 161.217 541 1 1 -71.7107 -30.1927 -174.45 - 36 138.269 749 1 0 -72.0152 -30.1071 -175.85 - 36 112.839 508 0 1 -78.2502 -28.3296 -204.45 - 36 122.164 759 0 0 -78.5637 -28.2402 -205.85 - 36 2558.49 1415 3 1 103.326 51.461 -114.729 - 36 96.7574 1414 3 1 103.15 51.5904 -114.561 - 36 18.6452 1152 2 0 57.5193 50.628 -145.85 - 36 134.59 1153 2 0 57.2973 50.65 -146.013 - 36 50.8722 1154 2 0 56.9301 50.85 -146.206 - 36 1883.5 1416 3 1 103.35 51.4439 -114.808 - 36 42.6507 1388 0 0 -102.657 97.8078 -206.25 - 36 68.3576 1389 0 0 -102.677 97.95 -206.202 - 36 56.021 1390 0 0 -102.706 98.15 -206.136 - 36 78.798 1391 0 0 -102.735 98.35 -206.07 - 36 73.1632 1392 0 0 -102.764 98.55 -206.004 - 36 62.3605 1393 0 0 -102.794 98.75 -205.936 - 36 15.1075 1394 0 0 -102.822 98.95 -205.868 - 36 307.306 384 0 1 -103.245 101.874 -204.85 - 36 150.425 383 0 1 -103.35 102.602 -204.597 - 36 80.456 766 7 0 -108.807 -26.7515 3.85667 - 36 256.203 309 1 1 -118.15 -69.0618 -174.608 - 36 188.351 395 0 0 -93.339 -100.972 -206.25 - 36 99.6136 394 0 0 -93.3605 -101.15 -206.025 - 36 136.269 431 0 1 -93.7913 -101.741 -204.85 - 36 61.2141 861 0 0 0.609865 -7.68482 -206.25 - 36 386.914 862 0 0 0.647844 -7.65 -206.215 - 36 378.131 863 0 0 0.865341 -7.45 -206.017 - 36 180.627 910 0 1 2.1466 -6.26744 -204.85 - 36 411.229 911 0 1 2.25 -6.17192 -204.756 - 36 216.58 912 0 1 2.45 -5.97581 -204.567 - 36 323.154 1022 1 0 32.2992 24.4859 -176.25 - 36 681.814 1023 1 0 32.4599 24.65 -176.098 - 36 114.241 1024 1 0 32.6581 24.85 -175.911 - 36 227.499 1068 1 1 33.772 25.9851 -174.85 - 36 367.203 1069 1 1 33.85 26.0646 -174.776 - 36 275.247 1070 1 1 34.05 26.2666 -174.587 - 36 358.894 1178 2 0 62.4528 55.6827 -146.25 - 36 413.153 1179 2 0 62.6142 55.85 -146.089 - 36 94.6035 1180 2 0 62.8052 56.05 -145.896 - 36 23.1702 1218 2 1 63.8368 57.1358 -144.85 - 36 413.731 1219 2 1 63.85 57.1497 -144.837 - 36 362.054 1220 2 1 64.05 57.3601 -144.634 - 36 175.664 1337 3 0 92.2767 87.5675 -116.25 - 36 407.484 1338 3 0 92.3537 87.65 -116.173 - 36 272.714 1339 3 0 92.5428 87.85 -115.984 - 36 178.729 1367 3 1 93.6696 89.0517 -114.85 - 36 437.812 1368 3 1 93.75 89.1375 -114.769 - 36 278.484 1369 3 1 93.95 89.3503 -114.569 - 36 343.37 1496 4 0 124.815 119.411 -86.25 - 36 509.26 1497 4 0 124.958 119.55 -86.119 - 36 245.384 1498 4 0 125.161 119.75 -85.9345 - 36 455.467 1531 4 1 126.369 120.929 -84.85 - 36 376.752 1532 4 1 126.55 121.106 -84.6878 - 36 174.053 1533 4 1 126.75 121.302 -84.5081 - 36 484.548 1659 5 0 157.524 151.978 -56.25 - 36 484.82 1660 5 0 157.696 152.15 -56.092 - 36 142.306 1661 5 0 157.896 152.35 -55.9095 - 36 400.763 1694 5 1 159.003 153.609 -54.85 - 36 679.678 1695 5 1 159.15 153.776 -54.7092 - 36 161.697 1696 5 1 159.35 154.006 -54.5157 - 36 153.726 797 0 0 -15.1803 -20.6469 -206.25 - 36 21.2455 796 0 0 -15.1809 -20.65 -206.232 - 36 23.7626 993 1 1 18.7358 84.7048 -174.578 - 36 113.257 694 11 0 -39.5827 -41.05 123.991 -Number of digits in this event = 107 -Using G4ParticleGun ... -7.00234 LIN -proton -Event: 37 -Number of tracker hits in this event = 25 - 37 167.053 669 11 1 -46.1048 60.7155 125.55 - 37 106.45 1203 11 0 -46.104 60.7166 124.15 - 37 89.2402 669 10 1 -46.0862 60.7434 95.55 - 37 97.883 1203 10 0 -46.0865 60.7454 94.15 - 37 110.817 669 9 1 -46.0895 60.7919 65.55 - 37 106.698 1203 9 0 -46.0897 60.7934 64.15 - 37 104.698 669 8 1 -46.0928 60.8266 35.55 - 37 128.167 1203 8 0 -46.0935 60.8287 34.15 - 37 114.087 669 7 1 -46.1057 60.873 5.55 - 37 355.907 1204 7 0 -46.1095 60.8761 4.15 - 37 115.8 669 6 1 -46.2048 60.9354 -24.45 - 37 113.089 1204 6 0 -46.2089 60.9365 -25.85 - 37 195.366 668 5 1 -46.2909 60.9567 -54.45 - 37 106.389 1204 5 0 -46.295 60.9568 -55.85 - 37 122.374 668 4 1 -46.3784 60.9584 -84.45 - 37 156.348 1204 4 0 -46.3826 60.9578 -85.85 - 37 157.205 667 3 1 -46.4721 60.9482 -114.45 - 37 157.102 1204 3 0 -46.4768 60.9484 -115.85 - 37 126.956 667 2 1 -46.5752 60.9519 -144.45 - 37 232.98 1204 2 0 -46.5793 60.9527 -145.85 - 37 145.757 666 1 1 -46.662 60.9734 -174.45 - 37 118.798 1204 1 0 -46.6651 60.9746 -175.85 - 37 108.425 666 0 1 -46.7227 60.9981 -204.45 - 37 115.385 1204 0 0 -46.7261 60.9995 -205.85 - 37 157.245 667 1 1 -46.65 60.9562 -174.516 -Number of digits in this event = 13 -Using G4ParticleGun ... -2.55088 LIN -proton -Event: 38 -Number of tracker hits in this event = 30 - 38 103.201 366 9 1 -106.772 56.447 65.55 - 38 95.5094 1181 9 0 -106.772 56.4477 64.15 - 38 121.241 366 8 1 -106.782 56.4675 35.55 - 38 101.051 1182 8 0 -106.782 56.4725 34.15 - 38 123.682 366 7 1 -106.795 56.5773 5.55 - 38 120.556 1182 7 0 -106.791 56.5785 4.15 - 38 108.042 367 6 1 -106.716 56.5989 -24.45 - 38 112.049 1182 6 0 -106.713 56.5993 -25.85 - 38 128.753 367 5 1 -106.663 56.6081 -54.45 - 38 102.163 1182 5 0 -106.665 56.6101 -55.85 - 38 106.013 367 4 1 -106.691 56.6553 -84.45 - 38 124.871 1183 4 0 -106.692 56.6549 -85.85 - 38 151.446 367 3 1 -106.715 56.6486 -114.45 - 38 92.785 1182 3 0 -106.718 56.6487 -115.85 - 38 281.852 366 2 1 -106.79 56.6513 -144.45 - 38 132.355 1183 2 0 -106.795 56.6528 -145.85 - 38 100.293 366 1 1 -106.892 56.6821 -174.45 - 38 179.35 1183 1 0 -106.9 56.6818 -175.85 - 38 111.609 365 0 1 -107.054 56.6604 -204.45 - 38 116.954 1183 0 0 -107.065 56.6568 -205.85 - 38 7.86581 367 2 1 -106.75 56.2288 -144.838 - 38 7.46483 1173 2 0 -105.752 54.8339 -145.85 - 38 137.59 377 2 1 -104.7 53.478 -144.85 - 38 71.1899 378 2 1 -104.55 53.0914 -144.799 - 38 69.3862 1156 2 0 -104.334 51.4094 -145.85 - 38 97.0592 1155 2 0 -104.364 51.25 -145.953 - 38 47.2067 1154 2 0 -104.396 51.05 -146.14 - 38 177.014 1244 3 0 -112.344 68.8759 -116.25 - 38 184.321 342 3 1 -111.562 68.5915 -114.85 - 38 59.7208 343 3 1 -111.55 68.5731 -114.798 -Number of digits in this event = 16 -Using G4ParticleGun ... -9.69201 LIN -proton -Event: 39 -Number of tracker hits in this event = 20 - 39 111.118 978 9 1 15.711 120.062 65.55 - 39 112.409 1499 9 0 15.7101 120.062 64.15 - 39 123.265 978 8 1 15.6912 120.077 35.55 - 39 118.916 1499 8 0 15.6901 120.078 34.15 - 39 114.026 978 7 1 15.6651 120.094 5.55 - 39 131.652 1499 7 0 15.6633 120.095 4.15 - 39 141.474 977 6 1 15.625 120.104 -24.45 - 39 123.676 1499 6 0 15.623 120.105 -25.85 - 39 230.053 977 5 1 15.5848 120.121 -54.45 - 39 129.826 1499 5 0 15.5829 120.122 -55.85 - 39 125.653 977 4 1 15.542 120.141 -84.45 - 39 183.003 1499 4 0 15.5394 120.142 -85.85 - 39 115.77 977 3 1 15.4886 120.165 -114.45 - 39 95.9625 1500 3 0 15.4871 120.167 -115.85 - 39 169.724 977 2 1 15.4556 120.205 -144.45 - 39 97.9973 1500 2 0 15.4546 120.207 -145.85 - 39 185.636 976 1 1 15.4384 120.251 -174.45 - 39 104.161 1500 1 0 15.4384 120.253 -175.85 - 39 138.908 976 0 1 15.442 120.303 -204.45 - 39 128.316 1500 0 0 15.4421 120.305 -205.85 -Number of digits in this event = 13 -Using G4ParticleGun ... -9.69314 LIN -proton -Event: 40 -Number of tracker hits in this event = 54 - 40 284.319 1101 8 1 40.3558 137.405 35.55 - 40 117.128 1586 8 0 40.3564 137.406 34.15 - 40 4751.31 1101 7 1 40.3686 137.423 5.55 - 40 198.665 1575 9 0 41.5683 135.152 63.9787 - 40 2121.55 1100 7 1 40.25 137.34 5.43185 - 40 1389.83 1099 7 1 40.05 137.195 5.24912 - 40 831.416 1580 7 0 38.612 136.198 4.15 - 40 4030.97 1579 7 0 38.5422 136.15 4.09675 - 40 4757.83 1578 7 0 38.2832 135.95 3.91598 - 40 305.782 1102 7 1 40.45 137.349 5.5155 - 40 486.941 1103 7 1 40.65 137.167 5.46012 - 40 390.15 1104 7 1 40.85 136.984 5.40453 - 40 572.702 1105 7 1 41.05 136.801 5.34826 - 40 435.133 1106 7 1 41.25 136.616 5.29058 - 40 439.014 1107 7 1 41.45 136.435 5.23126 - 40 112.628 1108 7 1 41.65 136.256 5.17194 - 40 296.839 1564 7 0 45.1524 133.088 4.15 - 40 369.226 1563 7 0 45.3053 132.95 4.10542 - 40 768.069 1562 7 0 45.5267 132.75 4.04203 - 40 684.661 1561 7 0 45.7461 132.55 3.97762 - 40 553.259 1560 7 0 45.9674 132.35 3.91137 - 40 368.31 1559 7 0 46.1879 132.15 3.84487 - 40 153.015 1558 7 0 46.4076 131.95 3.77728 - 40 389.419 1593 6 1 138.812 46.5884 -24.45 - 40 403.899 1594 6 1 138.95 46.4651 -24.4945 - 40 474.922 1595 6 1 139.15 46.2875 -24.5573 - 40 465.05 1596 6 1 139.35 46.1087 -24.6187 - 40 493.225 1597 6 1 139.55 45.9291 -24.6814 - 40 452.894 1598 6 1 139.75 45.746 -24.7433 - 40 314.801 1599 6 1 139.95 45.5633 -24.8046 - 40 93.5486 1112 6 0 143.386 42.4654 -25.85 - 40 761.353 1111 6 0 143.403 42.45 -25.8552 - 40 527.983 1110 6 0 143.627 42.25 -25.9232 - 40 563.667 1109 6 0 143.85 42.05 -25.9926 - 40 506.621 1108 6 0 144.071 41.85 -26.063 - 40 516.037 1107 6 0 144.288 41.65 -26.1336 - 40 458.145 1106 6 0 144.506 41.45 -26.2032 - 40 30.7329 1613 6 1 142.867 44.1968 -24.8499 - 40 116.85 1586 7 0 40.3232 137.435 4.15 - 40 197.381 1096 6 1 39.3867 137.678 -24.45 - 40 111.149 1587 6 0 39.3409 137.689 -25.85 - 40 161.341 1091 5 1 38.4046 137.914 -54.45 - 40 96.7842 1588 5 0 38.3596 137.925 -55.85 - 40 91.1162 1086 4 1 37.4385 138.145 -84.45 - 40 95.5834 1590 4 0 37.3933 138.156 -85.85 - 40 129.895 1082 3 1 36.471 138.376 -114.45 - 40 147.34 1591 3 0 36.4266 138.387 -115.85 - 40 135.637 1077 2 1 35.5162 138.613 -144.45 - 40 93.9946 1592 2 0 35.4717 138.624 -145.85 - 40 140.274 1072 1 1 34.5722 138.841 -174.45 - 40 101.871 1593 1 0 34.528 138.852 -175.85 - 40 126.717 1067 0 1 33.6272 139.071 -204.45 - 40 227.02 1594 0 0 33.5838 139.081 -205.85 - 40 140.749 1595 1 0 34.4248 139.241 -175.85 -Number of digits in this event = 46 -Using G4ParticleGun ... -4.3655 LIN -proton -Event: 41 -Number of tracker hits in this event = 24 - 41 115.319 1004 11 1 20.8658 28.7094 125.55 - 41 125.175 1043 11 0 20.8647 28.7101 124.15 - 41 130.972 1003 10 1 20.8418 28.7279 95.55 - 41 107.545 1043 10 0 20.8414 28.7301 94.15 - 41 94.3864 1003 9 1 20.8313 28.7807 65.55 - 41 245.546 1043 9 0 20.8318 28.7836 64.15 - 41 197.528 1003 8 1 20.8453 28.8397 35.55 - 41 108.417 1043 8 0 20.846 28.8416 34.15 - 41 153.772 1004 7 1 20.8619 28.8842 5.55 - 41 230.956 1044 7 0 20.8636 28.8859 4.15 - 41 131.248 1004 6 1 20.9014 28.9267 -24.45 - 41 99.2919 1044 6 0 20.9026 28.9288 -25.85 - 41 104.257 1004 5 1 20.9298 28.9665 -54.45 - 41 108.739 1044 5 0 20.931 28.9685 -55.85 - 41 115.868 1004 4 1 20.9557 29.0069 -84.45 - 41 133.298 1044 4 0 20.9576 29.0087 -85.85 - 41 119.227 1004 3 1 21.0012 29.0397 -114.45 - 41 108.48 1044 3 0 21.0017 29.0415 -115.85 - 41 105.271 1004 2 1 21.0134 29.0787 -144.45 - 41 107.956 1045 2 0 21.0139 29.0807 -145.85 - 41 111.496 1004 1 1 21.0271 29.1269 -174.45 - 41 115.01 1045 1 0 21.0303 29.1291 -175.85 - 41 126.878 1005 0 1 21.0917 29.1769 -204.45 - 41 142.582 1045 0 0 21.096 29.1801 -205.85 -Number of digits in this event = 11 -Using G4ParticleGun ... -2.64999 LIN -proton -Event: 42 -Number of tracker hits in this event = 35 - 42 219.081 703 10 1 -39.4274 82.9701 95.55 - 42 106.039 1314 10 0 -39.4269 82.9698 94.15 - 42 142.612 703 9 1 -39.4213 82.9537 65.55 - 42 181.017 1314 9 0 -39.4235 82.9553 64.15 - 42 109.387 702 8 1 -39.468 82.9792 35.55 - 42 99.507 1314 8 0 -39.4682 82.9797 34.15 - 42 128.62 702 7 1 -39.481 83.0048 5.55 - 42 161.833 1314 7 0 -39.4833 83.0049 4.15 - 42 107.369 702 6 1 -39.5277 83.0131 -24.45 - 42 101.603 1314 6 0 -39.5297 83.0142 -25.85 - 42 110.014 702 5 1 -39.5737 83.0251 -54.45 - 42 127.343 1314 5 0 -39.5776 83.0257 -55.85 - 42 101.55 701 4 1 -39.6586 83.0363 -84.45 - 42 119.361 1314 4 0 -39.6617 83.0363 -85.85 - 42 166.941 701 3 1 -39.7229 83.0279 -114.45 - 42 99.4909 1314 3 0 -39.7265 83.0292 -115.85 - 42 135.868 701 2 1 -39.8049 83.051 -144.45 - 42 101.484 1315 2 0 -39.8085 83.0503 -145.85 - 42 122.572 700 1 1 -39.8841 83.0427 -174.45 - 42 130.559 1314 1 0 -39.8884 83.0411 -175.85 - 42 119.243 700 0 1 -39.9758 83.0051 -204.45 - 42 91.1627 1314 0 0 -39.979 83.0022 -205.85 - 42 48.2543 1527 7 0 -46.6832 125.652 3.75 - 42 2.37121 1317 9 0 -38.7764 83.6431 64.15 - 42 272.09 1318 9 0 -38.771 83.65 64.1405 - 42 56.1639 1446 9 0 136.918 109.394 63.75 - 42 91.0004 1447 9 0 137.04 109.55 63.8391 - 42 83.9353 1448 9 0 137.223 109.75 63.9611 - 42 121.771 1449 9 0 137.393 109.95 63.9618 - 42 202.418 1651 9 0 70.7761 150.423 63.75 - 42 71.0536 1237 9 1 67.5439 151.288 65.15 - 42 151.882 1236 9 1 67.45 151.385 65.1801 - 42 27.018 1235 9 1 67.25 151.601 65.1641 - 42 74.8507 1653 9 0 65.2108 150.938 64.15 - 42 144.172 1224 9 1 64.9852 150.676 65.15 + 12 151.32 1053 11 1 30.8396 -37.4993 125.55 + 12 123.016 712 11 0 30.8374 -37.4996 124.15 + 12 242.354 1053 10 1 30.7802 -37.5144 95.55 + 12 205.085 712 10 0 30.7769 -37.5178 94.15 + 12 134.492 1053 9 1 30.7215 -37.5843 65.55 + 12 128.77 712 9 0 30.7136 -37.589 64.15 + 12 148.942 1052 8 1 30.5593 -37.6961 35.55 + 12 113.162 711 8 0 30.5505 -37.7034 34.15 + 12 109.278 1051 7 1 30.3731 -37.8528 5.55 + 12 143.085 710 7 0 30.3615 -37.8654 4.15 + 12 134.297 1050 6 1 30.1328 -38.111 -24.45 + 12 120.923 709 6 0 30.1211 -38.1205 -25.85 + 12 111.962 1049 5 1 29.8709 -38.317 -54.45 + 12 127.909 708 5 0 29.8597 -38.3228 -55.85 + 12 121.181 1047 4 1 29.6277 -38.4414 -84.45 + 12 124.927 708 4 0 29.6169 -38.4468 -85.85 + 12 116.061 1046 3 1 29.4044 -38.5513 -114.45 + 12 125.492 707 3 0 29.3938 -38.5527 -115.85 + 12 97.6246 1045 2 1 29.1834 -38.5968 -144.45 + 12 115.443 707 2 0 29.1719 -38.595 -145.85 + 12 122.88 1044 1 1 28.9446 -38.5514 -174.45 + 12 171.608 707 1 0 28.9342 -38.5511 -175.85 + 12 120.385 1043 0 1 28.7073 -38.5534 -204.45 + 12 126.317 707 0 0 28.6952 -38.5549 -205.85 + 12 27.5968 642 10 0 54.5938 -51.642 93.75 Number of digits in this event = 19 Using G4ParticleGun ... -7.77103 LIN +2.49308 LIN proton -Event: 43 -Number of tracker hits in this event = 32 - 43 100.413 678 9 1 -44.4017 116.306 65.55 - 43 122.232 1480 9 0 -44.402 116.305 64.15 - 43 136.104 678 8 1 -44.4059 116.279 35.55 - 43 104.243 1480 8 0 -44.4067 116.277 34.15 - 43 121.231 678 7 1 -44.4263 116.242 5.55 - 43 136.288 1480 7 0 -44.4274 116.24 4.15 - 43 112.884 678 6 1 -44.4481 116.194 -24.45 - 43 137.807 1480 6 0 -44.4505 116.192 -25.85 - 43 149.902 677 5 1 -44.504 116.147 -54.45 - 43 120.836 1479 5 0 -44.5055 116.146 -55.85 - 43 111.797 677 4 1 -44.5337 116.121 -84.45 - 43 89.1022 1479 4 0 -44.5353 116.12 -85.85 - 43 117.077 677 3 1 -44.5631 116.088 -114.45 - 43 110.852 1479 3 0 -44.5636 116.087 -115.85 - 43 87.5729 677 2 1 -44.576 116.049 -144.45 - 43 101.616 1479 2 0 -44.5774 116.048 -145.85 - 43 114.394 677 1 1 -44.606 116.021 -174.45 - 43 204.457 1479 1 0 -44.6073 116.02 -175.85 - 43 104.766 677 0 1 -44.6347 115.998 -204.45 - 43 98.3212 1479 0 0 -44.6362 115.997 -205.85 - 43 18.8369 1256 0 1 71.3739 114.354 -204.747 - 43 87.9959 1513 0 0 77.6256 122.943 -206.046 - 43 67.818 1291 3 1 78.25 111.482 -114.518 - 43 101.28 1448 3 0 78.7598 109.895 -115.85 - 43 156.348 1447 3 0 78.8092 109.75 -116.001 - 43 143.22 1175 3 0 67.2514 55.1988 -116.25 - 43 259.504 1174 3 0 67.3272 55.05 -116.049 - 43 17.1913 1173 3 0 67.5038 54.85 -115.996 - 43 49.665 960 5 1 12.2219 124.262 -54.45 - 43 192.533 961 5 1 12.25 124.309 -54.5154 - 43 43.4235 1443 3 0 70.2 108.831 -116.022 - 43 38.899 1480 1 0 -44.5906 116.15 -176.202 -Number of digits in this event = 15 -Using G4ParticleGun ... -6.28515 LIN -proton -Event: 44 -Number of tracker hits in this event = 16 - 44 118.776 204 7 1 -139.3 46.7073 5.55 - 44 175.904 1133 7 0 -139.3 46.7093 4.15 - 44 169.944 204 6 1 -139.291 46.7493 -24.45 - 44 121.666 1133 6 0 -139.291 46.7516 -25.85 - 44 133.554 204 5 1 -139.285 46.8013 -54.45 - 44 121.322 1133 5 0 -139.285 46.8044 -55.85 - 44 207.975 204 4 1 -139.287 46.8651 -84.45 - 44 145.771 1134 4 0 -139.288 46.8682 -85.85 - 44 103.806 204 3 1 -139.303 46.9336 -114.45 - 44 105.527 1134 3 0 -139.304 46.9359 -115.85 - 44 204.617 204 2 1 -139.325 46.9923 -144.45 - 44 184.562 1134 2 0 -139.325 46.9962 -145.85 - 44 124.615 204 1 1 -139.339 47.076 -174.45 - 44 123.456 1135 1 0 -139.339 47.0797 -175.85 - 44 101.704 203 0 1 -139.351 47.1546 -204.45 - 44 103.674 1135 0 0 -139.351 47.159 -205.85 +Event: 13 +Number of tracker hits in this event = 21 + 13 8.69854 1106 9 0 129.289 41.4167 63.788 + 13 126.093 1545 8 1 129.291 41.4166 35.55 + 13 107.718 1106 8 0 129.291 41.4182 34.15 + 13 251.769 1545 7 1 129.296 41.4572 5.55 + 13 382.999 1107 7 0 129.295 41.4605 4.15 + 13 131.901 1545 6 1 129.268 41.5252 -24.45 + 13 114.686 1107 6 0 129.264 41.5277 -25.85 + 13 105.25 1545 5 1 129.19 41.5782 -54.45 + 13 174.506 1107 5 0 129.189 41.5782 -55.85 + 13 124.307 1545 4 1 129.175 41.5851 -84.45 + 13 109.93 1107 4 0 129.174 41.5844 -85.85 + 13 106.001 1545 3 1 129.168 41.5639 -114.45 + 13 102.52 1107 3 0 129.169 41.5655 -115.85 + 13 94.7872 1545 2 1 129.191 41.5874 -144.45 + 13 97.6248 1107 2 0 129.193 41.5879 -145.85 + 13 126.319 1545 1 1 129.232 41.5942 -174.45 + 13 98.2632 1107 1 0 129.234 41.5909 -175.85 + 13 152.126 1545 0 1 129.29 41.5295 -204.45 + 13 218.527 1107 0 0 129.292 41.5281 -205.85 + 13 160.379 1369 7 0 113.563 94.0459 3.75013 + 13 246.236 1546 7 1 129.35 41.3933 5.35261 Number of digits in this event = 12 Using G4ParticleGun ... -9.70089 LIN +8.35816 LIN proton -Event: 45 -Number of tracker hits in this event = 27 - 45 116.454 1462 9 1 112.699 -73.8486 65.55 - 45 108.556 531 9 0 112.7 -73.8475 64.15 - 45 124.593 1462 8 1 112.71 -73.8222 35.55 - 45 121.522 531 8 0 112.711 -73.8215 34.15 - 45 101.948 1462 7 1 112.74 -73.8073 5.55 - 45 111.575 531 7 0 112.741 -73.806 4.15 - 45 174.03 1463 6 1 112.772 -73.7805 -24.45 - 45 122.394 531 6 0 112.772 -73.7797 -25.85 - 45 124.692 1463 5 1 112.786 -73.7602 -54.45 - 45 144.461 531 5 0 112.787 -73.7596 -55.85 - 45 96.5812 1463 4 1 112.81 -73.7458 -84.45 - 45 111.917 531 4 0 112.811 -73.7457 -85.85 - 45 107.947 1463 3 1 112.836 -73.7416 -114.45 - 45 113.237 531 3 0 112.837 -73.742 -115.85 - 45 136.626 1463 2 1 112.87 -73.7517 -144.45 - 45 242.896 531 2 0 112.872 -73.7527 -145.85 - 45 146.294 1463 1 1 112.919 -73.774 -174.45 - 45 113.567 531 1 0 112.921 -73.7745 -175.85 - 45 86.9376 1464 0 1 112.968 -73.7838 -204.45 - 45 279.677 531 0 0 112.969 -73.7842 -205.85 - 45 97.4516 1462 5 1 112.75 -73.701 -54.5773 - 45 120.692 532 5 0 112.074 -73.5088 -55.85 - 45 26.3392 533 5 0 111.939 -73.45 -56.1544 - 45 141.889 1384 4 1 97.0998 -67.3594 -84.45 - 45 8.84108 569 4 0 97.1026 -66.0654 -85.8503 - 45 129.735 570 4 0 97.1044 -66.0498 -85.8667 - 45 146.171 571 4 0 97.1201 -65.8497 -86.0738 -Number of digits in this event = 18 -Using G4ParticleGun ... -1.05822 LIN -proton -Event: 46 -Number of tracker hits in this event = 20 - 46 136.431 513 9 1 -77.3857 -91.1688 65.55 - 46 121.886 444 9 0 -77.3875 -91.1694 64.15 - 46 121.494 513 8 1 -77.4351 -91.1855 35.55 - 46 137.104 444 8 0 -77.4353 -91.1832 34.15 - 46 124.99 513 7 1 -77.4481 -91.1297 5.55 - 46 137.488 445 7 0 -77.4472 -91.1274 4.15 - 46 198.69 513 6 1 -77.4288 -91.085 -24.45 - 46 127.286 445 6 0 -77.4315 -91.0818 -25.85 - 46 172.989 512 5 1 -77.4912 -91.0287 -54.45 - 46 187.516 445 5 0 -77.4896 -91.0277 -55.85 - 46 118.292 512 4 1 -77.4892 -91.0282 -84.45 - 46 127.436 445 4 0 -77.4905 -91.0293 -85.85 - 46 125.359 512 3 1 -77.5157 -91.0453 -114.45 - 46 131.271 445 3 0 -77.5155 -91.0517 -115.85 - 46 118.974 512 2 1 -77.5085 -91.1794 -144.45 - 46 111.088 444 2 0 -77.5064 -91.1856 -145.85 - 46 131.383 512 1 1 -77.4669 -91.3193 -174.45 - 46 165.616 444 1 0 -77.463 -91.3244 -175.85 - 46 133.526 513 0 1 -77.4071 -91.426 -204.45 - 46 202.838 443 0 0 -77.4054 -91.425 -205.85 -Number of digits in this event = 18 -Using G4ParticleGun ... -4.40604 LIN -proton -Event: 47 -Number of tracker hits in this event = 21 - 47 127.576 1543 9 1 128.853 12.7407 65.55 - 47 88.8662 963 9 0 128.852 12.7394 64.15 - 47 121.733 1543 8 1 128.838 12.7128 35.55 - 47 103.281 963 8 0 128.837 12.7125 34.15 - 47 98.438 1543 7 1 128.814 12.705 5.55 - 47 162.653 963 7 0 128.814 12.7033 4.15 - 47 118.822 1543 6 1 128.811 12.6673 -24.45 - 47 101.735 963 6 0 128.811 12.6669 -25.85 - 47 101.655 1543 5 1 128.789 12.6552 -54.45 - 47 131.714 963 5 0 128.789 12.6542 -55.85 - 47 150.92 1543 4 1 128.791 12.6363 -84.45 - 47 141.059 962 4 0 128.791 12.6357 -85.85 - 47 175.087 1543 3 1 128.782 12.6181 -114.45 - 47 100.632 962 3 0 128.782 12.6167 -115.85 - 47 181.52 1543 2 1 128.797 12.5869 -144.45 - 47 109.876 962 2 0 128.797 12.5865 -145.85 - 47 99.0172 1543 1 1 128.783 12.575 -174.45 - 47 160.54 962 1 0 128.781 12.5748 -175.85 - 47 112.712 1542 0 1 128.745 12.571 -204.45 - 47 104.076 962 0 0 128.743 12.5712 -205.85 - 47 108.306 1542 3 1 128.75 12.598 -114.572 -Number of digits in this event = 10 -Using G4ParticleGun ... -3.40751 LIN -proton -Event: 48 -Number of tracker hits in this event = 27 - 48 126.764 253 9 1 -129.462 -7.7856 65.55 - 48 102.508 861 9 0 -129.461 -7.78409 64.15 - 48 108.557 253 8 1 -129.436 -7.75417 35.55 - 48 110.404 861 8 0 -129.436 -7.75366 34.15 - 48 128.014 253 7 1 -129.428 -7.7459 5.55 - 48 142.005 861 7 0 -129.428 -7.7467 4.15 - 48 134.502 253 6 1 -129.411 -7.76584 -24.45 - 48 94.8535 861 6 0 -129.41 -7.76504 -25.85 - 48 116.122 253 5 1 -129.384 -7.74825 -54.45 - 48 111.803 861 5 0 -129.382 -7.74663 -55.85 - 48 108.201 254 4 1 -129.342 -7.72461 -84.45 - 48 201.707 861 4 0 -129.339 -7.72409 -85.85 - 48 101.454 254 3 1 -129.287 -7.70835 -114.45 - 48 89.0565 861 3 0 -129.286 -7.70673 -115.85 - 48 107.279 254 2 1 -129.259 -7.66792 -144.45 - 48 125.843 861 2 0 -129.257 -7.66956 -145.85 - 48 146.911 254 1 1 -129.221 -7.70923 -174.45 - 48 233.047 861 1 0 -129.219 -7.71059 -175.85 - 48 189.049 254 0 1 -129.182 -7.74456 -204.45 - 48 146.215 861 0 0 -129.183 -7.73805 -205.85 - 48 47.2741 512 11 0 -162.809 -77.5682 123.75 - 48 41.9557 97 11 1 -160.649 -77.9574 125.15 - 48 237.661 98 11 1 -160.55 -77.9875 125.164 - 48 47.4773 1692 6 0 -164.403 158.677 -26.25 - 48 137.79 1693 6 0 -164.421 158.75 -26.1423 - 48 82.5514 77 6 1 -164.694 159.413 -24.85 - 48 41.5241 76 6 1 -164.75 159.556 -24.5921 -Number of digits in this event = 16 -Using G4ParticleGun ... -2.8913 LIN -proton -Event: 49 -Number of tracker hits in this event = 22 - 49 154.148 831 10 1 -13.8042 -94.649 95.55 - 49 105.843 427 10 0 -13.8031 -94.647 94.15 - 49 116.035 831 9 1 -13.7784 -94.6028 65.55 - 49 111.5 427 9 0 -13.7766 -94.5985 64.15 - 49 165.093 831 8 1 -13.7445 -94.5053 35.55 - 49 245.233 428 8 0 -13.7446 -94.5004 34.15 - 49 127.987 831 7 1 -13.7428 -94.3921 5.55 - 49 91.0412 428 7 0 -13.7426 -94.3859 4.15 - 49 139.47 831 6 1 -13.7344 -94.2602 -24.45 - 49 99.9801 429 6 0 -13.735 -94.253 -25.85 - 49 142.066 831 5 1 -13.7406 -94.1295 -54.45 - 49 113.036 430 5 0 -13.7406 -94.1259 -55.85 - 49 267.228 831 4 1 -13.7472 -94.0415 -84.45 - 49 156.916 430 4 0 -13.7451 -94.0394 -85.85 - 49 153.817 831 3 1 -13.7016 -93.9921 -114.45 - 49 101.528 430 3 0 -13.6983 -93.9894 -115.85 - 49 120.311 832 2 1 -13.6241 -93.9316 -144.45 - 49 184.875 431 2 0 -13.6214 -93.9284 -145.85 - 49 105.673 833 1 1 -13.4464 -94.2737 -174.45 - 49 98.2296 429 1 0 -13.4398 -94.2915 -175.85 - 49 105.633 833 0 1 -13.3004 -94.6516 -204.45 - 49 116.794 427 0 0 -13.2927 -94.6688 -205.85 +Event: 14 +Number of tracker hits in this event = 28 + 14 111.097 926 11 1 5.31515 -0.281948 125.55 + 14 111.587 898 11 0 5.3163 -0.282055 124.15 + 14 126.27 926 10 1 5.3406 -0.285315 95.55 + 14 95.657 898 10 0 5.34155 -0.285144 94.15 + 14 145.106 926 9 1 5.36248 -0.281278 65.55 + 14 160.172 898 9 0 5.36325 -0.280906 64.15 + 14 136.28 926 8 1 5.38046 -0.274982 35.55 + 14 113.287 898 8 0 5.38119 -0.274889 34.15 + 14 92.9761 926 7 1 5.39489 -0.271448 5.55 + 14 94.3552 898 7 0 5.39543 -0.271096 4.15 + 14 92.4315 926 6 1 5.40644 -0.265968 -24.45 + 14 128.6 898 6 0 5.40724 -0.266338 -25.85 + 14 230.078 926 5 1 5.42364 -0.273521 -54.45 + 14 147.507 898 5 0 5.42452 -0.27425 -55.85 + 14 138.49 926 4 1 5.44488 -0.285318 -84.45 + 14 145.101 898 4 0 5.44669 -0.285543 -85.85 + 14 162.53 927 3 1 5.48345 -0.292168 -114.45 + 14 125.277 898 3 0 5.48538 -0.292328 -115.85 + 14 134.021 927 2 1 5.52414 -0.296277 -144.45 + 14 117.725 898 2 0 5.526 -0.296826 -145.85 + 14 105.453 927 1 1 5.5635 -0.311697 -174.45 + 14 111.982 898 1 0 5.56474 -0.312043 -175.85 + 14 106.594 927 0 1 5.59032 -0.318162 -204.45 + 14 114.791 898 0 0 5.59219 -0.318806 -205.85 + 14 46.6061 897 5 0 7.09351 -0.468413 -55.8501 + 14 2.71976 934 5 1 6.95088 -1.47792 -54.85 + 14 49.5104 888 5 0 6.5448 -2.36822 -55.85 + 14 130.545 932 5 1 6.47867 -3.1757 -54.85 Number of digits in this event = 14 Using G4ParticleGun ... -4.54585 LIN +6.13837 LIN proton -Event: 50 -Number of tracker hits in this event = 22 - 50 96.8071 1306 10 1 81.2892 39.3494 95.55 - 50 116.432 1096 10 0 81.2901 39.3487 94.15 - 50 139.998 1306 9 1 81.3101 39.3285 65.55 - 50 146.862 1096 9 0 81.3101 39.3283 64.15 - 50 98.1225 1306 8 1 81.3056 39.3177 35.55 - 50 140.967 1096 8 0 81.305 39.3187 34.15 - 50 116.735 1306 7 1 81.2942 39.3399 5.55 - 50 110.985 1096 7 0 81.2943 39.3411 4.15 - 50 141.878 1306 6 1 81.2961 39.3714 -24.45 - 50 103.06 1096 6 0 81.2951 39.3722 -25.85 - 50 82.4947 1306 5 1 81.2773 39.3888 -54.45 - 50 208.487 1096 5 0 81.2783 39.3876 -55.85 - 50 99.003 1306 4 1 81.2944 39.3648 -84.45 - 50 134.198 1096 4 0 81.2956 39.3647 -85.85 - 50 109.819 1306 3 1 81.3228 39.3624 -114.45 - 50 94.9913 1096 3 0 81.3245 39.3621 -115.85 - 50 97.8791 1306 2 1 81.3634 39.3511 -144.45 - 50 106.192 1096 2 0 81.3662 39.3504 -145.85 - 50 146.828 1306 1 1 81.4231 39.3383 -174.45 - 50 122.342 1096 1 0 81.4239 39.3366 -175.85 - 50 191.835 1306 0 1 81.4375 39.3061 -204.45 - 50 109.26 1096 0 0 81.4369 39.3028 -205.85 -Number of digits in this event = 10 +Event: 15 +Number of tracker hits in this event = 25 + 15 133.839 1346 9 1 89.3467 -80.7676 65.55 + 15 110.369 496 9 0 89.3457 -80.7681 64.15 + 15 301.133 1346 8 1 89.3286 -80.7802 35.55 + 15 136.603 496 8 0 89.3275 -80.7815 34.15 + 15 130.195 1346 7 1 89.3102 -80.8119 5.55 + 15 107.636 496 7 0 89.3087 -80.8114 4.15 + 15 111.032 1346 6 1 89.2784 -80.8029 -24.45 + 15 112.859 496 6 0 89.2769 -80.803 -25.85 + 15 243.818 1345 5 1 89.2466 -80.8043 -54.45 + 15 129.579 496 5 0 89.2457 -80.8048 -55.85 + 15 132.833 1345 4 1 89.2289 -80.8115 -84.45 + 15 97.9252 496 4 0 89.227 -80.812 -85.85 + 15 91.9095 1345 3 1 89.1897 -80.8205 -114.45 + 15 105.139 496 3 0 89.1886 -80.8206 -115.85 + 15 146.794 1345 2 1 89.1655 -80.8168 -144.45 + 15 111.096 496 2 0 89.1645 -80.8162 -145.85 + 15 104.016 1345 1 1 89.1449 -80.8075 -174.45 + 15 92.5675 496 1 0 89.1449 -80.8069 -175.85 + 15 84.7314 1345 0 1 89.1423 -80.8007 -204.45 + 15 175.37 496 0 0 89.1406 -80.7983 -205.85 + 15 125.662 454 2 0 85.795 -89.1718 -146.25 + 15 32.5296 1329 2 1 86.0448 -89.3865 -144.85 + 15 102.393 1330 2 1 86.05 -89.39 -144.8 + 15 139.874 521 5 0 112.132 -75.8467 -56.25 + 15 84.896 520 5 0 112.166 -75.85 -56.2162 +Number of digits in this event = 12 Using G4ParticleGun ... -4.89535 LIN +9.32263 LIN proton -Event: 51 -Number of tracker hits in this event = 41 - 51 106.945 417 10 1 -96.624 15.1868 95.55 - 51 149.876 975 10 0 -96.6239 15.1863 94.15 - 51 112.388 417 9 1 -96.6191 15.179 65.55 - 51 176.55 975 9 0 -96.6195 15.1778 64.15 - 51 96.5016 417 8 1 -96.6363 15.156 35.55 - 51 128.234 975 8 0 -96.6366 15.1545 34.15 - 51 149.51 417 7 1 -96.6519 15.1206 5.55 - 51 179.193 975 7 0 -96.6523 15.1192 4.15 - 51 107.281 417 6 1 -96.6554 15.0945 -24.45 - 51 119.54 975 6 0 -96.6539 15.0945 -25.85 - 51 93.3394 417 5 1 -96.6247 15.0974 -54.45 - 51 131.116 975 5 0 -96.6237 15.0974 -55.85 - 51 159.194 417 4 1 -96.6069 15.097 -84.45 - 51 105.187 975 4 0 -96.606 15.096 -85.85 - 51 126.87 417 3 1 -96.5837 15.077 -114.45 - 51 104.327 975 3 0 -96.5827 15.077 -115.85 - 51 137.433 417 2 1 -96.561 15.0732 -144.45 - 51 91.8701 975 2 0 -96.5595 15.0744 -145.85 - 51 161.737 418 1 1 -96.5251 15.0946 -174.45 - 51 103.362 975 1 0 -96.5244 15.0969 -175.85 - 51 343.761 418 0 1 -96.5095 15.1464 -204.45 - 51 168.306 975 0 0 -96.5091 15.1493 -205.85 - 51 246.711 651 0 0 -108.941 -49.7586 -206.25 - 51 25.1332 350 0 1 -110.127 -50.0285 -204.85 - 51 169.633 349 0 1 -110.15 -50.0336 -204.823 - 51 104.477 348 0 1 -110.35 -50.0784 -204.586 - 51 262.435 623 1 0 -132.925 -55.2929 -176.25 - 51 126.236 230 1 1 -134.024 -55.5575 -174.85 - 51 171.865 229 1 1 -134.15 -55.5883 -174.689 - 51 343.476 593 2 0 -156.806 -61.3755 -146.25 - 51 19.2307 592 2 0 -157.097 -61.45 -145.885 - 51 286.605 111 2 1 -157.943 -61.6707 -144.85 - 51 313.036 110 2 1 -157.95 -61.6726 -144.841 - 51 128.375 109 2 1 -158.15 -61.7237 -144.599 - 51 95.8444 112 2 1 -157.75 -61.7499 -144.698 - 51 11.8452 1704 3 0 -116.429 161.027 -116.25 - 51 4.60323 1692 3 0 -116.191 158.75 -115.906 - 51 216.203 1705 3 0 -116.443 161.15 -116.126 - 51 85.7516 1706 3 0 -116.549 161.35 -115.963 - 51 239.493 1218 0 1 63.65 128.226 -204.743 - 51 5.03989 1095 4 1 39.05 -73.4718 -84.8029 -Number of digits in this event = 27 +Event: 16 +Number of tracker hits in this event = 23 + 16 110.384 1196 10 1 59.3118 80.0165 95.55 + 16 135.235 1299 10 0 59.3116 80.0169 94.15 + 16 100.312 1196 9 1 59.3096 80.0211 65.55 + 16 114.748 1299 9 0 59.3084 80.0211 64.15 + 16 132.504 1196 8 1 59.2861 80.0176 35.55 + 16 297.853 1299 8 0 59.2849 80.0179 34.15 + 16 173.366 1196 7 1 59.2648 80.0255 5.55 + 16 164.663 1299 7 0 59.2635 80.0255 4.15 + 16 134.026 1195 6 1 59.2393 80.0288 -24.45 + 16 107.715 1299 6 0 59.2382 80.0285 -25.85 + 16 307.211 1195 5 1 59.2165 80.0185 -54.45 + 16 112.126 1299 5 0 59.2149 80.018 -55.85 + 16 112.547 1195 4 1 59.1817 80.0094 -84.45 + 16 120.007 1299 4 0 59.1811 80.0095 -85.85 + 16 106.318 1195 3 1 59.1698 80.0144 -114.45 + 16 109.164 1299 3 0 59.1687 80.0152 -115.85 + 16 120.615 1195 2 1 59.1501 80.0338 -144.45 + 16 147.029 1299 2 0 59.1493 80.0352 -145.85 + 16 110.159 1195 1 1 59.1326 80.0604 -174.45 + 16 110.419 1300 1 0 59.1317 80.0617 -175.85 + 16 118.324 1195 0 1 59.1127 80.0855 -204.45 + 16 135.487 1300 0 0 59.1121 80.0859 -205.85 + 16 15.8227 1196 5 1 59.25 80.1324 -54.524 +Number of digits in this event = 12 Using G4ParticleGun ... -5.43171 LIN +3.93227 LIN proton -Event: 52 -Number of tracker hits in this event = 51 - 52 105.912 645 10 1 -50.9278 81.2547 95.55 - 52 108.073 1306 10 0 -50.9285 81.254 94.15 - 52 100.261 645 9 1 -50.9405 81.2428 65.55 - 52 179.092 1305 9 0 -50.9423 81.2423 64.15 - 52 162.932 645 8 1 -50.9742 81.2317 35.55 - 52 110.56 1305 8 0 -50.9764 81.2307 34.15 - 52 159.266 645 7 1 -51.0238 81.2059 5.55 - 52 110.576 1305 7 0 -51.0267 81.2054 4.15 - 52 94.5725 644 6 1 -51.0894 81.1915 -24.45 - 52 239.135 1305 6 0 -51.0948 81.1906 -25.85 - 52 105.437 644 5 1 -51.2034 81.1727 -54.45 - 52 195.192 1305 5 0 -51.208 81.1708 -55.85 - 52 82.7744 643 4 1 -51.3094 81.1328 -84.45 - 52 142.51 1305 4 0 -51.3138 81.1325 -85.85 - 52 96.1253 643 3 1 -51.4047 81.1253 -114.45 - 52 109.349 1305 3 0 -51.4084 81.1249 -115.85 - 52 105.658 642 2 1 -51.4849 81.115 -144.45 - 52 144.83 1305 2 0 -51.49 81.1144 -145.85 - 52 100.75 642 1 1 -51.5927 81.1012 -174.45 - 52 116.096 1305 1 0 -51.5973 81.0998 -175.85 - 52 148.566 641 0 1 -51.696 81.0626 -204.45 - 52 133.216 1305 0 0 -51.7014 81.061 -205.85 - 52 181.938 282 3 0 -136.015 -123.55 -116.031 - 52 160.771 531 4 1 -73.769 -3.45586 -84.85 - 52 3691.35 837 3 0 26.994 -12.5814 -116.103 - 52 22.0286 1280 1 0 -118.597 76.25 -175.982 - 52 368.72 822 3 1 -15.647 -23.5671 -114.85 - 52 119.795 821 3 1 -15.65 -23.7883 -114.495 - 52 159.02 1304 2 0 -51.471 81.05 -145.937 - 52 127.777 645 6 1 -51.0383 81.229 -24.45 - 52 141.838 1306 6 0 -50.7559 81.4013 -25.8501 - 52 6.27122 667 5 1 -46.6419 84.5325 -54.45 - 52 173.756 666 5 1 -46.65 84.5197 -54.456 - 52 135.987 665 5 1 -46.85 84.2103 -54.5887 - 52 125.211 664 5 1 -47.05 83.9099 -54.712 - 52 51.4075 1308 5 0 -48.4263 81.7656 -55.85 - 52 68.2363 1307 5 0 -48.5023 81.65 -55.908 - 52 73.1937 1306 5 0 -48.6407 81.4498 -56 - 52 111.367 1304 5 0 -48.9226 81.05 -56.1894 - 52 7.40556 399 4 1 -100.33 11.0166 -84.45 - 52 133.831 398 4 1 -100.35 11.0048 -84.4633 - 52 71.8518 397 4 1 -100.55 10.8957 -84.6142 - 52 43.2024 396 4 1 -100.75 10.8153 -84.7321 - 52 109.536 395 4 1 -100.95 10.7764 -84.8038 - 52 546.556 950 4 0 -105.358 10.1514 -85.8501 - 52 69.829 949 4 0 -106.297 10.05 -86.0115 - 52 147.143 951 4 0 -107.315 10.25 -86.1306 - 52 255.429 952 4 0 -107.686 10.45 -86.0984 - 52 120.822 953 4 0 -108.063 10.6502 -86.1072 - 52 107.508 954 4 0 -108.475 10.85 -86.1504 - 52 9.65751 1226 5 0 -21.1508 65.45 -56.1865 -Number of digits in this event = 27 +Event: 17 +Number of tracker hits in this event = 28 + 17 180.505 1528 9 1 125.913 27.5721 65.55 + 17 130.529 1037 9 0 125.914 27.5738 64.15 + 17 386.044 1529 8 1 125.954 27.6064 35.55 + 17 97.188 1037 8 0 125.955 27.6086 34.15 + 17 110.93 1529 7 1 125.966 27.6511 5.55 + 17 253.802 1038 7 0 125.963 27.6546 4.15 + 17 86.2708 1528 6 1 125.919 27.7321 -24.45 + 17 115.253 1038 6 0 125.917 27.7366 -25.85 + 17 222.084 1528 5 1 125.867 27.8312 -54.45 + 17 150.501 1038 5 0 125.864 27.8366 -55.85 + 17 569.444 1528 4 1 125.815 27.9474 -84.45 + 17 96.8364 1039 4 0 125.814 27.9527 -85.85 + 17 207.615 1528 3 1 125.803 28.0612 -114.45 + 17 103.724 1040 3 0 125.802 28.0662 -115.85 + 17 112.668 1528 2 1 125.778 28.1699 -144.45 + 17 134.266 1040 2 0 125.776 28.1752 -145.85 + 17 155.618 1527 1 1 125.742 28.2814 -174.45 + 17 110.378 1041 1 0 125.741 28.29 -175.85 + 17 177.016 1527 0 1 125.724 28.4637 -204.45 + 17 143.055 1042 0 0 125.725 28.4733 -205.85 + 17 163.468 1007 0 0 120.747 21.6252 -206.25 + 17 2.78891 1529 4 1 125.95 27.0189 -84.8248 + 17 473.496 1034 4 0 125.341 27.0433 -85.85 + 17 136.227 1527 4 1 125.75 26.9737 -84.6108 + 17 184.16 1526 4 1 125.55 26.832 -84.5599 + 17 112.562 1529 5 1 125.95 28.1368 -54.4955 + 17 185.563 1530 5 1 126.15 28.3405 -54.5479 + 17 109.311 1531 5 1 126.35 28.456 -54.6635 +Number of digits in this event = 18 Using G4ParticleGun ... -5.69603 LIN +3.88379 LIN proton -Event: 53 -Number of tracker hits in this event = 343 - 53 57.3578 408 5 0 58.8478 -98.372 -56.25 - 53 1317.94 1216 11 1 63.3354 -25.1273 125.55 - 53 1664.77 1217 11 1 63.45 -25.572 125.471 - 53 1980.46 1218 11 1 63.65 -26.3238 125.344 - 53 1068.26 1219 11 1 63.85 -27.0381 125.223 - 53 46.2778 736 11 0 65.5752 -32.8276 124.15 - 53 615.503 735 11 0 65.5819 -32.85 124.146 - 53 509.333 734 11 0 65.6416 -33.05 124.108 - 53 465.104 733 11 0 65.7009 -33.25 124.068 - 53 473.799 732 11 0 65.7616 -33.45 124.029 - 53 549.449 731 11 0 65.8222 -33.65 123.988 - 53 478.549 730 11 0 65.8827 -33.85 123.947 - 53 480.773 729 11 0 65.9442 -34.05 123.909 - 53 612.697 728 11 0 66.0056 -34.25 123.871 - 53 543.334 727 11 0 66.0643 -34.45 123.834 - 53 480.81 726 11 0 66.1221 -34.65 123.797 - 53 198.633 725 11 0 66.1795 -34.85 123.761 - 53 19.5262 995 6 0 8.83244 19.1476 -26.0035 - 53 21.4201 1743 13 1 168.75 -95.4707 185.339 - 53 1840.59 1741 13 1 168.366 -96.3916 185.205 - 53 1205.85 1740 13 1 168.35 -96.4519 185.322 - 53 1329.44 337 14 0 163.35 -112.638 213.75 - 53 1365.03 336 14 0 163.316 -112.75 213.947 - 53 3513.7 1714 14 1 163.078 -113.433 215.15 - 53 229.775 1210 11 1 62.1398 -24.1775 125.55 - 53 532.9 1209 11 1 62.05 -24.1488 125.541 - 53 667.696 1208 11 1 61.85 -24.0849 125.521 - 53 579.313 1207 11 1 61.65 -24.0209 125.501 - 53 571.181 1206 11 1 61.45 -23.9567 125.482 - 53 613.993 1205 11 1 61.25 -23.8924 125.463 - 53 594.31 1204 11 1 61.05 -23.829 125.444 - 53 556.213 1203 11 1 60.85 -23.7648 125.425 - 53 495.149 1202 11 1 60.65 -23.702 125.407 - 53 522.812 1201 11 1 60.45 -23.6396 125.388 - 53 681.835 1200 11 1 60.25 -23.5777 125.369 - 53 728.049 1199 11 1 60.05 -23.5154 125.35 - 53 663.517 1198 11 1 59.85 -23.4518 125.33 - 53 652.56 1197 11 1 59.65 -23.3887 125.312 - 53 720.16 1196 11 1 59.45 -23.3249 125.293 - 53 941.383 1195 11 1 59.25 -23.2612 125.274 - 53 753.005 1194 11 1 59.05 -23.1973 125.255 - 53 738.19 1193 11 1 58.85 -23.1338 125.236 - 53 953.236 1192 11 1 58.65 -23.0704 125.217 - 53 757.248 1191 11 1 58.45 -23.0067 125.197 - 53 1013.86 1190 11 1 58.25 -22.9449 125.176 - 53 259.119 1189 11 1 58.05 -22.8838 125.154 - 53 1150.63 800 11 0 48.5624 -19.9535 124.15 - 53 2003.58 801 11 0 48.2273 -19.85 124.115 - 53 2228.97 802 11 0 47.5733 -19.65 124.041 - 53 2084.38 803 11 0 46.9166 -19.45 123.968 - 53 2252.75 804 11 0 46.2758 -19.25 123.895 - 53 2272.26 805 11 0 45.6241 -19.05 123.824 - 53 35.9572 806 11 0 44.972 -18.85 123.751 - 53 160.773 1188 11 1 57.85 -22.0773 125.409 - 53 203.376 1187 11 1 57.65 -21.9912 125.398 - 53 457.981 1186 11 1 57.45 -21.905 125.387 - 53 108.909 1185 11 1 57.25 -21.819 125.375 - 53 296.303 1184 11 1 57.05 -21.7333 125.363 - 53 251.707 1183 11 1 56.85 -21.6474 125.351 - 53 133.11 1182 11 1 56.65 -21.5613 125.339 - 53 203.696 1181 11 1 56.45 -21.4754 125.326 - 53 99.3319 1180 11 1 56.25 -21.3885 125.315 - 53 115.673 1179 11 1 56.05 -21.3015 125.304 - 53 132.361 1178 11 1 55.85 -21.2143 125.293 - 53 180.638 1177 11 1 55.65 -21.1268 125.282 - 53 142.749 1176 11 1 55.45 -21.0393 125.271 - 53 162.138 1175 11 1 55.25 -20.9518 125.26 - 53 121.618 1174 11 1 55.05 -20.8643 125.249 - 53 141.471 1173 11 1 54.85 -20.7767 125.238 - 53 114.593 1172 11 1 54.65 -20.689 125.226 - 53 112.969 1171 11 1 54.45 -20.6011 125.215 - 53 121.99 1170 11 1 54.25 -20.5136 125.204 - 53 183.932 1169 11 1 54.05 -20.4261 125.193 - 53 145.003 1168 11 1 53.85 -20.3386 125.182 - 53 115.166 1167 11 1 53.65 -20.2515 125.17 - 53 134.102 1166 11 1 53.45 -20.1646 125.159 - 53 348.541 840 11 0 34.7259 -12.0481 124.15 - 53 339.797 841 11 0 34.269 -11.85 124.125 - 53 364.011 842 11 0 33.8087 -11.65 124.101 - 53 312.94 843 11 0 33.3488 -11.45 124.078 - 53 312.381 844 11 0 32.8898 -11.25 124.054 - 53 393.833 845 11 0 32.4288 -11.05 124.031 - 53 388.508 846 11 0 31.9699 -10.85 124.009 - 53 341.863 847 11 0 31.5131 -10.65 123.987 - 53 560.561 848 11 0 31.0562 -10.45 123.964 - 53 303.544 849 11 0 30.5997 -10.25 123.942 - 53 259.11 850 11 0 30.1434 -10.05 123.92 - 53 411.352 851 11 0 29.6868 -9.85 123.899 - 53 333.451 852 11 0 29.2285 -9.65 123.879 - 53 368.399 853 11 0 28.7747 -9.45 123.859 - 53 287.081 854 11 0 28.3203 -9.25 123.84 - 53 383.801 855 11 0 27.8653 -9.05 123.821 - 53 317.417 856 11 0 27.41 -8.85 123.802 - 53 346.203 857 11 0 26.9531 -8.65 123.783 - 53 188.068 858 11 0 26.4953 -8.45 123.763 - 53 2.549 1181 11 0 -33.049 56.4394 123.75 - 53 87 1182 11 0 -33.0519 56.45 123.755 - 53 84.1506 1183 11 0 -33.1124 56.65 123.805 - 53 146.053 1184 11 0 -33.2313 56.8504 123.859 - 53 165.817 1185 11 0 -33.3437 57.05 123.953 - 53 69.7614 793 11 0 54.0073 -21.2907 124.15 - 53 255.838 792 11 0 53.9111 -21.4505 124.123 - 53 313.661 1165 11 1 53.25 -23.8156 125.19 - 53 76.8676 1164 11 1 53.0498 -24.1224 125.201 - 53 246.772 796 11 0 55.6026 -20.8225 124.15 - 53 140.095 797 11 0 55.4169 -20.65 123.879 - 53 15.4475 882 12 0 85.2356 -3.48298 153.75 - 53 144.312 883 12 0 85.2702 -3.45 153.794 - 53 57.7231 884 12 0 85.4807 -3.25 154.061 - 53 64.5087 1331 12 1 86.3439 -2.43033 155.15 - 53 133.395 1332 12 1 86.45 -2.32958 155.284 - 53 10.0658 1333 12 1 86.65 -2.14105 155.535 - 53 29.1151 988 13 0 108.051 17.8163 183.75 - 53 145.041 989 13 0 108.087 17.85 183.798 - 53 23.2848 990 13 0 108.302 18.05 184.081 - 53 39.8077 1444 13 1 109.101 18.79 185.15 - 53 141.158 1445 13 1 109.15 18.835 185.215 - 53 34.6174 1446 13 1 109.35 19.0196 185.483 - 53 52.3629 1093 14 0 129.836 38.774 213.75 - 53 127.092 1094 14 0 129.914 38.85 213.859 - 53 1.90794 1095 14 0 130.123 39.05 214.145 - 53 58.4159 1553 14 1 130.858 39.7547 215.15 - 53 527.171 1554 14 1 130.95 39.8433 215.277 - 53 42.1785 1103 14 0 130.333 40.7784 214.15 - 53 255.945 1104 14 0 130.31 40.8503 214.08 - 53 33.6854 1535 14 1 127.35 37.5197 215.464 - 53 1686.02 1215 11 1 63.1907 -24.5156 125.55 - 53 787.991 776 11 0 63.5503 -24.7348 124.15 - 53 147.558 1255 10 1 71.2301 -29.008 95.55 - 53 646.287 1256 10 1 71.25 -29.0207 95.4577 - 53 1007.47 754 10 0 71.5368 -29.1931 94.15 - 53 689.609 1288 9 1 77.68 -32.9869 65.55 - 53 352.104 734 9 0 77.9182 -33.2166 64.15 - 53 428.678 733 9 0 77.9524 -33.25 63.9466 - 53 757.91 1313 8 1 82.7163 -38.0908 35.55 - 53 841.108 708 8 0 82.945 -38.3573 34.15 - 53 829.293 1336 7 1 87.3051 -43.6383 5.55 - 53 933.811 680 7 0 87.4733 -43.9532 4.15 - 53 890.939 1355 6 1 91.2528 -50.589 -24.45 - 53 799.413 645 6 0 91.5106 -50.9497 -25.85 - 53 30.2187 644 6 0 91.5821 -51.05 -26.2354 - 53 99.4148 1382 5 1 96.7437 -58.4214 -54.45 - 53 768.177 1383 5 1 96.75 -58.4294 -54.4873 - 53 1027.06 606 5 0 96.9832 -58.7171 -55.85 - 53 1050.48 1408 4 1 101.806 -64.3602 -84.45 - 53 595.103 577 4 0 101.979 -64.6091 -85.85 - 53 498.932 576 4 0 102.007 -64.65 -86.0842 - 53 226.641 1427 3 1 105.732 -69.7645 -114.45 - 53 1119.45 1428 3 1 105.75 -69.7772 -114.516 - 53 480.105 550 3 0 106.122 -70.0253 -115.85 - 53 864.139 549 3 0 106.16 -70.05 -115.985 - 53 1447.59 1469 2 1 114.029 -75.4684 -144.45 - 53 1614.14 521 2 0 114.427 -75.7619 -145.85 - 53 1704.64 1513 1 1 122.875 -81.6459 -174.45 - 53 407.386 1514 1 1 122.95 -81.7087 -174.782 - 53 2424.38 490 1 0 123.171 -81.9059 -175.85 - 53 67.9506 1238 10 1 67.7898 -23.4011 95.15 - 53 178.363 1293 4 0 48.4469 78.7391 -86.25 - 53 200.51 1292 4 0 48.6035 78.65 -86.1214 - 53 149.682 1147 4 1 49.4769 78.3591 -84.8499 - 53 37.6902 1148 4 1 49.65 78.2825 -84.5737 - 53 128.949 1146 4 1 49.45 78.3759 -84.487 - 53 190.431 1291 4 0 49.9689 78.2702 -85.85 - 53 95.2937 1398 4 0 142.13 99.8587 -86.25 - 53 130.728 1568 4 0 157.981 133.772 -86.25 - 53 244.57 1294 4 0 48.5839 78.85 -85.9274 - 53 286.596 1214 11 1 63.05 -23.9004 125.258 - 53 175.235 789 11 0 62.723 -22.1629 124.15 - 53 415.74 790 11 0 62.7018 -22.05 124.078 - 53 473.264 791 11 0 62.6637 -21.85 123.95 - 53 1217.67 1168 10 1 53.8082 22.6073 95.55 - 53 123.167 1167 10 1 53.65 23.1595 95.1933 - 53 243.497 1023 10 0 53.2215 24.7582 94.15 - 53 520.217 1024 10 0 53.197 24.85 94.0901 - 53 509.879 1025 10 0 53.143 25.05 93.9595 - 53 300.303 1026 10 0 53.0894 25.25 93.829 - 53 408.628 1105 9 1 41.1027 68.2239 65.55 - 53 1328 1104 9 1 41.05 68.4039 65.443 - 53 169.921 1252 9 0 40.4052 70.5782 64.15 - 53 524.862 1253 9 0 40.3838 70.65 64.1072 - 53 619.831 1254 9 0 40.3242 70.85 63.9884 - 53 620.58 1255 9 0 40.2663 71.05 63.8707 - 53 14.1929 1256 9 0 40.209 71.25 63.7538 - 53 397.553 1028 8 1 25.7003 118.923 35.55 - 53 1697.38 1027 8 1 25.65 119.089 35.4539 - 53 670.01 1506 8 0 24.9824 121.35 34.15 - 53 539.469 1507 8 0 24.9235 121.55 34.0341 - 53 601.276 1508 8 0 24.8653 121.75 33.917 - 53 250.151 1509 8 0 24.806 121.95 33.8015 - 53 1094.03 957 7 1 11.5855 169.641 5.55 - 53 1113.54 956 7 1 11.45 169.936 5.34856 - 53 39.9634 1757 7 0 10.6031 171.741 4.15 - 53 802.256 1758 7 0 10.5987 171.75 4.14388 - 53 809.258 1759 7 0 10.5054 171.95 4.01099 - 53 765.276 1760 7 0 10.4086 172.15 3.87662 - 53 51.305 1220 11 1 64.05 -24.2497 125.377 - 53 51.7711 1221 11 1 64.25 -24.1915 125.317 - 53 49.3424 1222 11 1 64.45 -24.1334 125.258 - 53 92.987 1223 11 1 64.65 -24.0753 125.199 - 53 237.118 785 11 0 68.1976 -23.0467 124.15 - 53 205.713 786 11 0 68.8757 -22.85 123.95 - 53 42.6911 1718 10 1 163.792 4.62805 95.55 - 53 60.611 1719 10 1 163.95 4.6768 95.505 - 53 64.4975 1720 10 1 164.15 4.73856 95.4477 - 53 63.5219 1721 10 1 164.35 4.80023 95.3907 - 53 88.8749 1722 10 1 164.55 4.86174 95.3337 - 53 71.1761 1723 10 1 164.75 4.92336 95.2768 - 53 55.3812 1724 10 1 164.95 4.98518 95.2203 - 53 10.6621 1725 10 1 165.15 5.04723 95.1638 - 53 94.5619 930 10 0 168.726 6.15247 94.15 - 53 200.94 931 10 0 169.041 6.25 94.0605 - 53 138.775 932 10 0 169.696 6.45 93.8758 - 53 154.851 781 11 0 63.5095 -23.7978 124.15 - 53 92.5666 782 11 0 63.5809 -23.65 123.839 - 53 29.435 1249 10 1 70.0247 -10.2667 95.55 - 53 118.849 1250 10 1 70.05 -10.2155 95.4433 - 53 171.952 852 10 0 70.3571 -9.5959 94.15 - 53 19.1433 853 10 0 70.4295 -9.45 93.8454 - 53 112.509 1285 9 1 77.0831 4.07446 65.55 - 53 83.8961 923 9 0 77.3868 4.72802 64.15 - 53 42.3789 924 9 0 77.4436 4.85 63.8887 - 53 83.8845 1317 8 1 83.5823 18.0679 35.55 - 53 51.77 1318 8 1 83.65 18.2107 35.2454 - 53 200.572 993 8 0 83.8908 18.7198 34.15 - 53 41.6745 994 8 0 83.9524 18.85 33.8699 - 53 137.21 1350 7 1 90.1517 31.9669 5.55 - 53 32.1703 1062 7 0 90.4433 32.6028 4.15 - 53 82.0245 1063 7 0 90.4651 32.65 4.04597 - 53 156.079 1381 6 1 96.4383 45.6342 -24.45 - 53 104.037 1131 6 0 96.7481 46.2867 -25.85 - 53 13.2222 1132 6 0 96.8254 46.45 -26.1995 - 53 120.926 1414 5 1 103.073 59.6326 -54.45 - 53 166.463 1201 5 0 103.34 60.2669 -55.85 - 53 137.781 1443 4 1 108.788 73.2449 -84.45 - 53 219.185 1269 4 0 109.059 73.8851 -85.85 - 53 9.44923 1270 4 0 109.129 74.05 -86.2106 - 53 6.66352 1471 3 1 114.546 86.9334 -114.45 - 53 108.493 1472 3 1 114.55 86.9427 -114.47 - 53 44.4727 1337 3 0 114.799 87.5877 -115.85 - 53 93.5849 1338 3 0 114.823 87.65 -115.983 - 53 198.529 1499 2 1 119.957 100.969 -144.45 - 53 123.42 1407 2 0 120.228 101.596 -145.85 - 53 17.8727 1408 2 0 120.294 101.75 -146.193 - 53 114.576 1528 1 1 125.792 114.456 -174.45 - 53 33.4824 1474 1 0 126.083 115.1 -175.85 - 53 129.378 1475 1 0 126.106 115.15 -175.959 - 53 124.027 1559 0 1 131.969 128.261 -204.45 - 53 30.7475 1543 0 0 132.234 128.905 -205.85 - 53 153.828 1544 0 0 132.253 128.95 -205.947 - 53 115.995 1349 7 1 90.05 32.0627 5.30845 - 53 129.644 1242 10 1 68.4959 -9.0325 95.55 - 53 12.0469 858 10 0 68.7496 -8.27708 94.15 - 53 147.978 859 10 0 68.7587 -8.25 94.0999 - 53 156.945 1269 9 1 73.9086 7.25289 65.55 - 53 20.9833 939 9 0 74.1228 8.01641 64.15 - 53 98.9977 940 9 0 74.1322 8.05 64.0884 - 53 224.948 1291 8 1 78.3469 23.6583 35.55 - 53 11.7505 1021 8 0 78.473 24.4121 34.15 - 53 104.277 1022 8 0 78.4793 24.45 34.0796 - 53 52.3498 1305 7 1 81.2317 39.8342 5.55 - 53 64.8704 1306 7 1 81.25 39.9124 5.40694 - 53 31.3741 1102 7 0 81.4135 40.5976 4.15 - 53 100.257 1103 7 0 81.4261 40.65 4.05396 - 53 125.32 1325 6 1 85.1475 56.2123 -24.45 - 53 42.3106 1184 6 0 85.3424 56.9716 -25.85 - 53 94.4945 1185 6 0 85.3625 57.05 -25.9943 - 53 54.9644 1346 5 1 89.4347 72.5299 -54.45 - 53 128.519 1347 5 1 89.45 72.5922 -54.5663 - 53 115.925 1266 5 0 89.6136 73.2832 -55.85 - 53 39.6679 1267 5 0 89.6529 73.45 -56.1594 - 53 166.759 1365 4 1 93.2849 88.7798 -84.45 - 53 80.0012 1347 4 0 93.4881 89.5216 -85.85 - 53 63.7257 1348 4 0 93.5231 89.65 -86.0923 - 53 202.622 1387 3 1 97.6034 104.728 -114.45 - 53 72.8606 1426 3 0 97.8024 105.473 -115.85 - 53 131.439 1427 3 0 97.8231 105.55 -115.994 - 53 133.645 1409 2 1 101.959 120.744 -144.45 - 53 18.1408 1506 2 0 102.172 121.509 -145.85 - 53 109.846 1507 2 0 102.183 121.55 -145.924 - 53 155.334 1431 1 1 106.407 137.209 -174.45 - 53 120.497 1589 1 0 106.597 137.963 -175.85 - 53 14.7498 1590 1 0 106.645 138.15 -176.198 - 53 69.1447 1451 0 1 110.526 153.361 -204.45 - 53 68.598 1452 0 1 110.55 153.448 -204.615 - 53 36.6026 1669 0 0 110.723 154.096 -205.85 - 53 108.943 1670 0 0 110.738 154.15 -205.953 - 53 84.8168 1264 0 1 72.8564 130.545 -204.85 - 53 114.21 1186 10 1 57.3857 -28.5439 95.55 - 53 116.167 756 10 0 57.1188 -28.729 94.15 - 53 37.4858 1158 9 1 51.6681 -32.512 65.55 - 53 99.7406 1157 9 1 51.65 -32.5244 65.4559 - 53 125.886 736 9 0 51.3986 -32.6965 64.15 - 53 93.4909 1129 8 1 45.8943 -36.47 35.55 - 53 132.935 1128 8 1 45.85 -36.5005 35.3215 - 53 149.238 716 8 0 45.6232 -36.6568 34.15 - 53 112.119 1100 7 1 40.1026 -40.4683 5.55 - 53 33.206 1099 7 1 40.05 -40.5044 5.2789 - 53 154.624 696 7 0 39.8313 -40.6547 4.15 - 53 150.249 1071 6 1 34.2888 -44.4502 -24.45 - 53 54.6952 1070 6 1 34.25 -44.4768 -24.6506 - 53 22.2697 677 6 0 34.0173 -44.6357 -25.85 - 53 83.9317 676 6 0 33.9965 -44.65 -25.9576 - 53 117.212 1042 5 1 28.4732 -48.4228 -54.45 - 53 94.5651 1041 5 1 28.45 -48.4388 -54.5699 - 53 115.332 657 5 0 28.2025 -48.6088 -55.85 - 53 76.5392 656 5 0 28.1426 -48.65 -56.1596 - 53 37.173 1013 4 1 22.6711 -52.4136 -84.45 - 53 81.2676 1012 4 1 22.65 -52.4282 -84.5607 - 53 113.51 637 4 0 22.4043 -52.5987 -85.85 - 53 3.10728 636 4 0 22.3304 -52.65 -86.238 - 53 3089.75 984 3 1 16.9517 -56.3768 -114.45 - 53 1.22892 653 3 0 -1.71567 -49.45 -115.878 - 53 0.0680252 612 3 0 17.374 -57.6496 -115.85 - 53 124.42 611 3 0 17.3741 -57.65 -115.85 - 53 129.227 610 3 0 17.4489 -57.85 -116.039 - 53 13.8733 609 3 0 17.5235 -58.05 -116.228 - 53 392.783 1043 2 1 28.6751 -88.0217 -144.45 - 53 67.2395 452 2 0 29.22 -89.5457 -145.85 - 53 189.294 451 2 0 29.2573 -89.65 -145.946 - 53 114.392 450 2 0 29.3285 -89.85 -146.13 - 53 70.2576 1100 1 1 40.2112 -120.645 -174.45 - 53 204.272 1101 1 1 40.25 -120.751 -174.549 - 53 158.62 289 1 0 40.7666 -122.151 -175.85 - 53 129.425 288 1 0 40.8404 -122.35 -176.035 - 53 54.819 287 1 0 40.9144 -122.55 -176.221 - 53 332.567 1160 0 1 52.0748 -152.951 -204.45 - 53 32.827 128 0 0 52.671 -154.492 -205.85 - 53 236.602 127 0 0 52.6936 -154.55 -205.903 - 53 157.352 126 0 0 52.7714 -154.75 -206.085 - 53 126.403 619 3 0 16.6864 -56.2253 -115.85 - 53 26.1898 956 2 1 11.2614 -51.814 -144.45 - 53 89.0162 955 2 1 11.25 -51.8045 -144.511 - 53 137.012 642 2 0 11.0008 -51.5982 -145.85 - 53 40.0172 928 1 1 5.67417 -47.1865 -174.45 - 53 102.654 927 1 1 5.65 -47.1661 -174.579 - 53 197.32 665 1 0 5.4124 -46.9652 -175.85 - 53 29.4776 900 0 1 0.0736351 -42.451 -204.45 - 53 141.674 689 0 0 -0.190289 -42.2343 -205.85 - 53 89.1101 1127 8 1 45.6496 -36.4651 35.3108 - 53 86.3871 721 8 0 44.5465 -35.8366 34.15 - 53 181.948 720 8 0 44.4772 -35.85 33.9513 - 53 6.61272 719 8 0 44.2496 -36.05 33.7641 - 53 92.4754 699 8 0 3.37187 -40.0795 33.7501 -Number of digits in this event = 214 +Event: 18 +Number of tracker hits in this event = 28 + 18 141.181 1459 10 1 112.08 3.27571 95.55 + 18 119.447 916 10 0 112.079 3.27618 94.15 + 18 237.98 1459 9 1 112.058 3.27528 65.55 + 18 145.325 916 9 0 112.056 3.27471 64.15 + 18 125.003 1459 8 1 112.021 3.26566 35.55 + 18 201.593 916 8 0 112.018 3.26418 34.15 + 18 140.214 1459 7 1 111.969 3.24038 5.55 + 18 105.196 915 7 0 111.967 3.23941 4.15 + 18 121.263 1458 6 1 111.909 3.22409 -24.45 + 18 108.216 915 6 0 111.908 3.22331 -25.85 + 18 128.312 1458 5 1 111.881 3.2002 -54.45 + 18 343.469 915 5 0 111.88 3.1974 -55.85 + 18 92.1156 1458 4 1 111.861 3.13759 -84.45 + 18 158.64 915 4 0 111.859 3.13605 -85.85 + 18 96.4101 1458 3 1 111.803 3.1007 -114.45 + 18 131.772 915 3 0 111.801 3.10017 -115.85 + 18 129.283 1457 2 1 111.737 3.08696 -144.45 + 18 132.143 915 2 0 111.733 3.08696 -145.85 + 18 114.39 1457 1 1 111.651 3.08896 -174.45 + 18 101.972 915 1 0 111.647 3.08978 -175.85 + 18 117.919 1457 0 1 111.557 3.11097 -204.45 + 18 134.893 915 0 0 111.554 3.11268 -205.85 + 18 118.782 1455 0 1 111.313 2.98185 -204.45 + 18 69.2612 1456 0 1 111.35 2.89486 -204.753 + 18 4.79916 956 0 0 130.772 11.349 -205.85 + 18 88.4876 1605 0 1 141.164 15.8311 -204.85 + 18 154.621 1606 0 1 141.35 15.8551 -204.671 + 18 186.058 1607 0 1 141.55 15.7445 -204.474 +Number of digits in this event = 17 Using G4ParticleGun ... -9.06486 LIN +2.7134 LIN proton -Event: 54 -Number of tracker hits in this event = 24 - 54 132.49 535 11 1 -72.8569 -2.79209 125.55 - 54 91.2336 886 11 0 -72.8575 -2.79099 124.15 - 54 107.319 535 10 1 -72.8718 -2.77189 95.55 - 54 122.586 886 10 0 -72.8723 -2.76994 94.15 - 54 126.131 535 9 1 -72.8881 -2.72971 65.55 - 54 91.0757 886 9 0 -72.8879 -2.72797 64.15 - 54 100.903 535 8 1 -72.8842 -2.69495 35.55 - 54 139.168 886 8 0 -72.8839 -2.69401 34.15 - 54 99.3224 535 7 1 -72.8781 -2.67589 5.55 - 54 131.546 886 7 0 -72.8781 -2.67498 4.15 - 54 93.7247 535 6 1 -72.8754 -2.65353 -24.45 - 54 152.02 886 6 0 -72.876 -2.65159 -25.85 - 54 137.98 535 5 1 -72.8884 -2.61532 -54.45 - 54 174.177 887 5 0 -72.8895 -2.61365 -55.85 - 54 129.384 535 4 1 -72.9069 -2.58208 -84.45 - 54 110.471 887 4 0 -72.9075 -2.58133 -85.85 - 54 100.912 535 3 1 -72.919 -2.56846 -114.45 - 54 121.504 887 3 0 -72.9197 -2.5668 -115.85 - 54 110.561 535 2 1 -72.934 -2.53484 -144.45 - 54 99.3953 887 2 0 -72.9351 -2.53204 -145.85 - 54 144.924 535 1 1 -72.9596 -2.47675 -174.45 - 54 112.369 887 1 0 -72.9599 -2.47385 -175.85 - 54 126.06 535 0 1 -72.9672 -2.41873 -204.45 - 54 113.464 888 0 0 -72.9671 -2.41427 -205.85 -Number of digits in this event = 13 +Event: 19 +Number of tracker hits in this event = 29 + 19 365.137 608 11 1 -58.4362 23.6407 125.55 + 19 114.703 1017 11 0 -58.4378 23.6402 124.15 + 19 131.925 607 10 1 -58.476 23.6262 95.55 + 19 114.148 1017 10 0 -58.4771 23.6255 94.15 + 19 117.308 607 9 1 -58.5088 23.6133 65.55 + 19 97.6323 1017 9 0 -58.5109 23.6125 64.15 + 19 238.299 607 8 1 -58.5588 23.6019 35.55 + 19 120.869 1017 8 0 -58.5601 23.6026 34.15 + 19 112.148 607 7 1 -58.5902 23.6116 5.55 + 19 93.1929 1017 7 0 -58.5932 23.6134 4.15 + 19 115.552 606 6 1 -58.6582 23.6494 -24.45 + 19 133.583 1018 6 0 -58.6608 23.6515 -25.85 + 19 105.459 606 5 1 -58.7127 23.6856 -54.45 + 19 124.506 1018 5 0 -58.7152 23.6856 -55.85 + 19 98.1095 606 4 1 -58.7629 23.6855 -84.45 + 19 111.179 1018 4 0 -58.7649 23.6872 -85.85 + 19 105.58 606 3 1 -58.8056 23.7186 -114.45 + 19 131.809 1018 3 0 -58.8058 23.7175 -115.85 + 19 117.728 606 2 1 -58.8177 23.6867 -144.45 + 19 127.783 1018 2 0 -58.8187 23.684 -145.85 + 19 152.084 606 1 1 -58.8386 23.6287 -174.45 + 19 95.665 1017 1 0 -58.8396 23.6266 -175.85 + 19 91.0096 605 0 1 -58.8612 23.5892 -204.45 + 19 107.439 1017 0 0 -58.8621 23.5871 -205.85 + 19 73.9975 607 6 1 -58.65 23.6195 -24.4578 + 19 81.8457 608 6 1 -58.45 23.5433 -24.6521 + 19 257.399 609 6 1 -58.2498 23.4612 -24.7688 + 19 4.76796 1011 6 0 -58.2698 22.2558 -25.85 + 19 248.89 1010 6 0 -58.2699 22.25 -25.857 +Number of digits in this event = 12 Using G4ParticleGun ... -3.98389 LIN +6.32694 LIN proton -Event: 55 -Number of tracker hits in this event = 40 - 55 114.477 410 9 1 -98.0165 -81.8257 65.55 - 55 115.458 491 9 0 -98.0164 -81.8255 64.15 - 55 120.548 410 8 1 -98.0147 -81.8206 35.55 - 55 106.546 491 8 0 -98.0145 -81.82 34.15 - 55 196.609 410 7 1 -98.0076 -81.8082 5.55 - 55 269.945 491 7 0 -98.0073 -81.8094 4.15 - 55 94.6883 410 6 1 -98.002 -81.8306 -24.45 - 55 135.192 491 6 0 -98.0024 -81.8324 -25.85 - 55 267.238 410 5 1 -98.01 -81.8763 -54.45 - 55 114.684 490 5 0 -98.0102 -81.8773 -55.85 - 55 106.952 410 4 1 -98.0086 -81.8939 -84.45 - 55 118.268 490 4 0 -98.0067 -81.895 -85.85 - 55 97.8129 410 3 1 -97.968 -81.9205 -114.45 - 55 114.159 490 3 0 -97.9657 -81.9223 -115.85 - 55 122.094 411 2 1 -97.9172 -81.9537 -144.45 - 55 102.44 490 2 0 -97.9137 -81.9562 -145.85 - 55 144.281 411 1 1 -97.847 -82.001 -174.45 - 55 115.863 490 1 0 -97.8505 -82.0071 -175.85 - 55 111.948 411 0 1 -97.924 -82.133 -204.45 - 55 108.138 489 0 0 -97.9269 -82.1403 -205.85 - 55 206.326 677 3 0 97.1372 -44.519 -116.25 - 55 48.5639 676 3 0 97.4738 -44.6501 -115.954 - 55 3.26089 1392 3 1 98.7377 -44.9422 -114.85 - 55 59.9753 1393 3 1 98.75 -44.9453 -114.839 - 55 287.022 1394 3 1 98.95 -44.9899 -114.678 - 55 122.411 1395 3 1 99.15 -44.9829 -114.551 - 55 90.454 1213 2 1 62.835 -31.8192 -144.45 - 55 89.7078 1212 2 1 62.65 -31.716 -144.631 - 55 73.0448 1211 2 1 62.4496 -31.5011 -144.629 - 55 60.333 1210 2 1 62.25 -31.3992 -144.654 - 55 70.2862 1209 2 1 62.05 -31.3054 -144.634 - 55 82.77 1208 2 1 61.85 -31.1624 -144.613 - 55 93.4594 1207 2 1 61.65 -31.0536 -144.622 - 55 155.051 1206 2 1 61.45 -30.9342 -144.614 - 55 343.795 1205 2 1 61.2499 -30.5699 -144.619 - 55 80.2513 1204 2 1 61.0497 -30.0526 -144.766 - 55 11.5804 755 2 0 61.4459 -28.8695 -145.85 - 55 88.9865 756 2 0 61.4501 -28.85 -145.899 - 55 267.74 757 2 0 61.4109 -28.6497 -146.024 - 55 81.8174 758 2 0 61.4489 -28.45 -146.152 +Event: 20 +Number of tracker hits in this event = 27 + 20 151.487 658 8 1 -48.3495 129.217 35.55 + 20 289.625 1545 8 0 -48.3497 129.218 34.15 + 20 127.424 658 7 1 -48.3503 129.232 5.55 + 20 127.481 1545 7 0 -48.3501 129.233 4.15 + 20 113.88 658 6 1 -48.3421 129.253 -24.45 + 20 116.713 1545 6 0 -48.3424 129.253 -25.85 + 20 131.695 658 5 1 -48.3461 129.259 -54.45 + 20 108.24 1545 5 0 -48.3454 129.259 -55.85 + 20 116.969 658 4 1 -48.3294 129.267 -84.45 + 20 117.81 1545 4 0 -48.3285 129.267 -85.85 + 20 194.751 658 3 1 -48.3042 129.248 -114.45 + 20 93.629 1545 3 0 -48.3027 129.248 -115.85 + 20 132.711 658 2 1 -48.2724 129.24 -144.45 + 20 142.75 1545 2 0 -48.2714 129.24 -145.85 + 20 140.945 658 1 1 -48.2521 129.243 -174.45 + 20 144.568 1545 1 0 -48.2489 129.246 -175.85 + 20 169.012 659 0 1 -48.1854 129.307 -204.45 + 20 98.1987 1545 0 0 -48.182 129.309 -205.85 + 20 10.2396 365 6 0 111.634 -106.95 -26.2036 + 20 1196.51 1409 7 1 102.003 25.0112 5.22926 + 20 88.6101 519 2 1 -76.2105 115.272 -144.85 + 20 104.102 518 2 1 -76.25 115.127 -144.573 + 20 28.0032 923 10 0 5.77744 4.82789 94.0726 + 20 8.62078 1075 1 0 18.6109 35.1275 -176.25 + 20 112.113 509 1 0 -1.53066 -78.1718 -176.25 + 20 21.5395 1544 2 0 -48.3431 129.15 -145.883 + 20 185.456 655 2 1 -48.8771 128.527 -144.85 Number of digits in this event = 16 Using G4ParticleGun ... -6.57542 LIN +3.52117 LIN +proton +Event: 21 +Number of tracker hits in this event = 25 + 21 139.226 923 11 1 4.70574 23.7306 125.55 + 21 118.307 1018 11 0 4.70665 23.731 124.15 + 21 108.929 923 10 1 4.72411 23.7505 95.55 + 21 104.948 1018 10 0 4.72556 23.7495 94.15 + 21 99.9558 923 9 1 4.74738 23.7253 65.55 + 21 118.716 1018 9 0 4.74863 23.7248 64.15 + 21 135.317 923 8 1 4.77599 23.7141 35.55 + 21 283.019 1018 8 0 4.77735 23.7124 34.15 + 21 150.904 923 7 1 4.80131 23.661 5.55 + 21 130.075 1018 7 0 4.80232 23.6568 4.15 + 21 190.265 923 6 1 4.81266 23.5792 -24.45 + 21 157.937 1017 6 0 4.81375 23.5766 -25.85 + 21 123.056 923 5 1 4.83299 23.529 -54.45 + 21 292.333 1017 5 0 4.83448 23.5265 -55.85 + 21 103.71 924 4 1 4.85779 23.4987 -84.45 + 21 112.128 1017 4 0 4.86574 23.4949 -85.85 + 21 131.338 924 3 1 5.0239 23.4163 -114.45 + 21 124.771 1016 3 0 5.03033 23.4126 -115.85 + 21 134.163 925 2 1 5.16161 23.3338 -144.45 + 21 110.03 1016 2 0 5.16641 23.3321 -145.85 + 21 103.483 926 1 1 5.26512 23.2922 -174.45 + 21 99.626 1016 1 0 5.27106 23.2907 -175.85 + 21 132.652 926 0 1 5.39616 23.2598 -204.45 + 21 124.91 1016 0 0 5.40362 23.2603 -205.85 + 21 68.259 1019 8 0 4.68567 23.8501 34.023 +Number of digits in this event = 15 +Using G4ParticleGun ... +5.65965 LIN +proton +Event: 22 +Number of tracker hits in this event = 26 + 22 152.665 797 11 1 -20.6186 -34.5928 125.55 + 22 98.3038 727 11 0 -20.6195 -34.5931 124.15 + 22 100.756 797 10 1 -20.6392 -34.6017 95.55 + 22 132.847 727 10 0 -20.6407 -34.6006 94.15 + 22 104.546 796 9 1 -20.6685 -34.5779 65.55 + 22 165.385 727 9 0 -20.6717 -34.5767 64.15 + 22 192.469 796 8 1 -20.7383 -34.5452 35.55 + 22 152.504 727 8 0 -20.7418 -34.5437 34.15 + 22 132.081 796 7 1 -20.8131 -34.5171 5.55 + 22 109.11 727 7 0 -20.8177 -34.5162 4.15 + 22 148.843 795 6 1 -20.9151 -34.4983 -24.45 + 22 148.345 727 6 0 -20.9195 -34.4978 -25.85 + 22 104.91 795 5 1 -21.0077 -34.4925 -54.45 + 22 112.011 727 5 0 -21.0124 -34.4932 -55.85 + 22 138.706 794 4 1 -21.1142 -34.5078 -84.45 + 22 129.59 727 4 0 -21.1179 -34.5088 -85.85 + 22 106.74 794 3 1 -21.1998 -34.5329 -114.45 + 22 132.013 727 3 0 -21.2035 -34.5343 -115.85 + 22 117.78 793 2 1 -21.2785 -34.5652 -144.45 + 22 115.853 727 2 0 -21.2834 -34.5652 -145.85 + 22 112.575 793 1 1 -21.3847 -34.5686 -174.45 + 22 122.27 727 1 0 -21.3896 -34.5683 -175.85 + 22 160.275 792 0 1 -21.4924 -34.5644 -204.45 + 22 185.201 727 0 0 -21.4977 -34.562 -205.85 + 22 244.293 703 5 0 -14.3165 -39.4301 -56.2499 + 22 107.628 702 5 0 -14.2863 -39.45 -56.1709 +Number of digits in this event = 16 +Using G4ParticleGun ... +1.46739 LIN +proton +Event: 23 +Number of tracker hits in this event = 27 + 23 116.155 1477 9 1 115.569 54.158 65.55 + 23 134.003 1170 9 0 115.572 54.1597 64.15 + 23 111.624 1477 8 1 115.61 54.1897 35.55 + 23 125.257 1170 8 0 115.604 54.1944 34.15 + 23 295.673 1476 7 1 115.465 54.2932 5.55 + 23 112.816 1171 7 0 115.456 54.2993 4.15 + 23 125.219 1475 6 1 115.261 54.4379 -24.45 + 23 142.71 1171 6 0 115.249 54.4455 -25.85 + 23 109.228 1474 5 1 115.036 54.6093 -54.45 + 23 116.713 1172 5 0 115.031 54.623 -55.85 + 23 130.951 1473 4 1 114.917 54.9123 -84.45 + 23 96.4772 1174 4 0 114.908 54.9269 -85.85 + 23 123.903 1472 3 1 114.698 55.248 -114.45 + 23 236.498 1176 3 0 114.689 55.2624 -115.85 + 23 157.636 1471 2 1 114.514 55.5473 -144.45 + 23 112.543 1177 2 0 114.513 55.5315 -145.85 + 23 136.834 1471 1 1 114.498 55.1913 -174.45 + 23 124.701 1175 1 0 114.498 55.1735 -175.85 + 23 124.911 1471 0 1 114.498 54.8163 -204.45 + 23 116.326 1173 0 0 114.497 54.8006 -205.85 + 23 158.107 1174 0 0 113.877 55.0335 -205.85 + 23 60.6489 1113 0 0 94.2333 42.6662 -206.25 + 23 103.737 1112 0 0 94.2009 42.65 -206.22 + 23 87.9252 1365 0 1 93.2812 41.0441 -204.85 + 23 108.097 1366 0 1 93.35 40.9198 -204.715 + 23 193.268 1106 0 0 93.883 41.4379 -205.85 + 23 40.4269 1107 0 0 93.9102 41.4505 -205.887 +Number of digits in this event = 15 +Using G4ParticleGun ... +2.83604 LIN +proton +Event: 24 +Number of tracker hits in this event = 89 + 24 150.999 1001 10 1 20.4176 88.2089 95.55 + 24 126.781 1340 10 0 20.4148 88.2081 94.15 + 24 140.824 1001 9 1 20.3632 88.1895 65.55 + 24 125.568 1340 9 0 20.361 88.189 64.15 + 24 127.507 1001 8 1 20.3186 88.1841 35.55 + 24 136.625 1340 8 0 20.3157 88.1847 34.15 + 24 86.5045 1001 7 1 20.2552 88.197 5.55 + 24 181.303 1340 7 0 20.25 88.1968 4.15 + 24 127.629 1000 6 1 20.1413 88.2021 -24.45 + 24 124.226 1340 6 0 20.1337 88.2044 -25.85 + 24 109.716 999 5 1 19.9765 88.251 -54.45 + 24 128.53 1341 5 0 19.966 88.253 -55.85 + 24 124.101 998 4 1 19.7557 88.2952 -84.45 + 24 125.199 1341 4 0 19.7457 88.2943 -85.85 + 24 138.114 997 3 1 19.5278 88.2761 -114.45 + 24 112.509 1341 3 0 19.5165 88.2742 -115.85 + 24 113.873 996 2 1 19.2692 88.2325 -144.45 + 24 138.477 1340 2 0 19.2579 88.2315 -145.85 + 24 122.459 994 1 1 19.0191 88.2107 -174.45 + 24 150.994 1340 1 0 19.0107 88.2117 -175.85 + 24 131.554 993 0 1 18.8392 88.2382 -204.45 + 24 99.7491 1340 0 0 18.8324 88.2399 -205.85 + 24 57.4701 1692 4 1 158.553 41.7327 -84.85 + 24 380.984 1693 4 1 158.75 41.692 -84.642 + 24 107.176 1694 4 1 158.95 41.704 -84.5184 + 24 147.322 1279 1 0 1.24002 75.9031 -176.25 + 24 193.214 1280 1 0 1.4762 76.05 -175.923 + 24 72.2406 744 0 0 38.578 -31.2249 -206.099 + 24 28.6095 1457 0 0 -19.1109 111.598 -206.25 + 24 259.532 1230 0 0 57.0727 66.2435 -206.25 + 24 63.6688 1229 0 0 57.432 66.05 -205.973 + 24 78.7057 1194 0 1 58.9063 65.2532 -204.85 + 24 104.985 1195 0 1 59.05 65.1755 -204.741 + 24 107.083 1196 0 1 59.25 65.0648 -204.589 + 24 101.136 1121 1 0 94.2153 44.3819 -176.25 + 24 564.994 1120 1 0 94.4383 44.25 -176.069 + 24 10.0314 1378 1 1 95.929 43.3887 -174.85 + 24 91.5721 1379 1 1 95.95 43.3766 -174.833 + 24 166.308 1380 1 1 96.15 43.2615 -174.67 + 24 47.9599 1381 1 1 96.35 43.1457 -174.505 + 24 43.9355 1017 2 0 130.788 23.5049 -146.25 + 24 228.977 1016 2 0 130.885 23.45 -146.171 + 24 23.403 1015 2 0 131.232 23.25 -145.888 + 24 12.3503 1561 2 1 132.517 22.5172 -144.85 + 24 74.0433 1562 2 1 132.55 22.4982 -144.823 + 24 132.876 1563 2 1 132.75 22.3844 -144.662 + 24 36.8187 1564 2 1 132.95 22.2698 -144.5 + 24 21.7243 912 3 0 166.412 2.48009 -116.25 + 24 180.532 911 3 0 166.463 2.45 -116.207 + 24 45.8347 910 3 0 166.801 2.25 -115.922 + 24 71.2356 1739 3 1 168.082 1.48786 -114.85 + 24 167.372 1740 3 1 168.15 1.44762 -114.793 + 24 272.002 1741 3 1 168.35 1.32884 -114.625 + 24 62.881 1742 3 1 168.55 1.18285 -114.518 + 24 144.735 1521 0 0 5.31952 124.425 -206.25 + 24 150.837 1522 0 0 5.27461 124.55 -206.159 + 24 138.485 1523 0 0 5.20284 124.75 -206.013 + 24 13.1763 1524 0 0 5.12949 124.95 -205.868 + 24 618.178 922 0 1 4.61954 126.349 -204.85 + 24 229.956 921 0 1 4.45 126.796 -204.522 + 24 113.165 1718 1 0 -12.9142 163.783 -176.25 + 24 138.092 1719 1 0 -12.9927 163.95 -176.123 + 24 137.628 1720 1 0 -13.0875 164.15 -175.971 + 24 138.632 831 1 1 -13.7561 165.659 -174.85 + 24 240.88 830 1 1 -13.85 165.871 -174.692 + 24 24.7626 1692 0 0 105.059 158.713 -206.25 + 24 130.196 1693 0 0 105.103 158.75 -206.232 + 24 178.91 1694 0 0 105.338 158.95 -206.135 + 24 129.286 1695 0 0 105.577 159.15 -206.037 + 24 117.921 1696 0 0 105.816 159.35 -205.939 + 24 56.9372 1441 0 1 108.431 161.568 -204.85 + 24 132.535 1442 0 1 108.55 161.669 -204.801 + 24 108.746 1443 0 1 108.75 161.838 -204.716 + 24 97.1487 1444 0 1 108.95 162.009 -204.631 + 24 210.702 1445 0 1 109.15 162.179 -204.545 + 24 10.8704 1446 0 1 109.35 162.348 -204.459 + 24 26.7813 110 1 1 -158.048 74.7734 -174.828 + 24 24.5553 1268 7 0 -5.9902 73.7543 3.75 + 24 84.3298 1536 7 0 -18.4724 127.407 3.75 + 24 273.531 1339 7 0 20.267 88.05 3.97729 + 24 97.6875 1338 7 0 20.5373 87.85 4.06365 + 24 31.3471 1175 8 0 -10.4919 55.1275 33.75 + 24 142.399 1174 8 0 -10.5242 55.0498 33.793 + 24 104.462 1173 8 0 -10.3398 54.8497 33.8028 + 24 142.22 828 8 0 -3.64798 -14.3832 33.75 + 24 21.1257 489 8 0 -15.974 -82.05 33.9259 + 24 58.7575 1002 10 1 20.45 88.2157 95.3108 + 24 36.3232 1343 10 0 20.5091 88.7769 94.15 + 24 272.304 1344 10 0 20.5141 88.85 94.0788 +Number of digits in this event = 50 +Using G4ParticleGun ... +4.76736 LIN +proton +Event: 25 +Number of tracker hits in this event = 41 + 25 98.5288 317 9 1 -116.653 -50.4335 65.55 + 25 107.018 648 9 0 -116.653 -50.433 64.15 + 25 93.7095 317 8 1 -116.653 -50.4175 35.55 + 25 133.958 648 8 0 -116.654 -50.4161 34.15 + 25 116.511 317 7 1 -116.668 -50.3777 5.55 + 25 118.861 648 7 0 -116.669 -50.3774 4.15 + 25 116.285 317 6 1 -116.693 -50.3694 -24.45 + 25 162.743 648 6 0 -116.696 -50.3698 -25.85 + 25 134.665 316 5 1 -116.765 -50.3795 -54.45 + 25 107.894 648 5 0 -116.768 -50.3797 -55.85 + 25 96.681 316 4 1 -116.825 -50.3852 -84.45 + 25 125.937 648 4 0 -116.828 -50.385 -85.85 + 25 127.085 316 3 1 -116.884 -50.3837 -114.45 + 25 179.254 648 3 0 -116.887 -50.3831 -115.85 + 25 86.9153 316 2 1 -116.939 -50.3728 -144.45 + 25 120.345 648 2 0 -116.942 -50.3745 -145.85 + 25 27269.3 315 1 1 -116.997 -50.4109 -174.45 + 25 15378 316 1 1 -116.95 -50.3825 -174.802 + 25 20188 648 1 0 -116.751 -50.3128 -175.85 + 25 10458.6 314 1 1 -117.15 -50.2837 -174.597 + 25 2365.43 313 1 1 -117.35 -50.1166 -174.689 + 25 1705.28 312 1 1 -117.55 -49.9439 -174.787 + 25 873.968 659 1 0 -119.625 -48.1624 -175.85 + 25 1544.84 660 1 0 -119.756 -48.05 -175.917 + 25 1817.43 661 1 0 -119.985 -47.85 -176.036 + 25 1319.4 662 1 0 -120.231 -47.65 -176.157 + 25 3018.46 21 0 1 -175.813 -1.76482 -204.45 + 25 7647.03 20 0 1 -175.95 -1.64646 -204.549 + 25 979.463 311 1 1 -117.75 -51.4584 -174.786 + 25 204.269 620 1 0 -120.951 -55.9832 -175.85 + 25 795.293 619 1 0 -120.998 -56.05 -175.866 + 25 651.103 618 1 0 -121.14 -56.25 -175.914 + 25 788.322 617 1 0 -121.279 -56.45 -175.963 + 25 669.805 616 1 0 -121.416 -56.65 -176.024 + 25 722.959 615 1 0 -121.553 -56.85 -176.086 + 25 757.966 614 1 0 -121.69 -57.05 -176.149 + 25 370.759 613 1 0 -121.83 -57.25 -176.216 + 25 197.066 647 1 0 -116.966 -50.5622 -175.85 + 25 189.739 319 0 1 -116.307 -53.8306 -204.45 + 25 139.374 630 0 0 -116.276 -53.9915 -205.85 + 25 243.098 649 6 0 -116.601 -50.25 -26.1385 +Number of digits in this event = 34 +Using G4ParticleGun ... +6.82829 LIN +proton +Event: 26 +Number of tracker hits in this event = 18 + 26 139.712 1619 8 1 144.017 17.4151 35.55 + 26 98.9573 986 8 0 144.016 17.4146 34.15 + 26 165.073 1619 7 1 144.002 17.4073 5.55 + 26 104.239 986 7 0 144.002 17.4079 4.15 + 26 125.088 1619 6 1 144.007 17.4206 -24.45 + 26 120.682 986 6 0 144.008 17.4207 -25.85 + 26 302.815 1619 5 1 144.022 17.4266 -54.45 + 26 114.697 986 5 0 144.023 17.4262 -55.85 + 26 113.19 1619 4 1 144.026 17.4151 -84.45 + 26 105.403 986 4 0 144.026 17.4147 -85.85 + 26 108.342 1619 3 1 144.023 17.4075 -114.45 + 26 95.5616 986 3 0 144.022 17.4067 -115.85 + 26 110.514 1619 2 1 143.999 17.3883 -144.45 + 26 99.6881 986 2 0 143.998 17.3876 -145.85 + 26 134.574 1619 1 1 143.986 17.374 -174.45 + 26 124.609 986 1 0 143.985 17.3738 -175.85 + 26 112.067 1619 0 1 143.959 17.3654 -204.45 + 26 115.222 986 0 0 143.956 17.3655 -205.85 +Number of digits in this event = 10 +Using G4ParticleGun ... +8.13753 LIN +proton +Event: 27 +Number of tracker hits in this event = 29 + 27 137.3 1120 10 1 44.0506 88.2844 95.55 + 27 160.855 1341 10 0 44.0512 88.285 94.15 + 27 207.178 1120 9 1 44.0636 88.3012 65.55 + 27 130.824 1341 9 0 44.0642 88.3017 64.15 + 27 210.728 1120 8 1 44.0756 88.3111 35.55 + 27 193.191 1341 8 0 44.0764 88.3114 34.15 + 27 136.153 1120 7 1 44.092 88.3181 5.55 + 27 260.015 1341 7 0 44.0928 88.3172 4.15 + 27 207.509 1120 6 1 44.1116 88.2958 -24.45 + 27 125.156 1341 6 0 44.1127 88.2954 -25.85 + 27 131.104 1120 5 1 44.1342 88.285 -54.45 + 27 91.3701 1341 5 0 44.1331 88.2833 -55.85 + 27 137.517 1120 4 1 44.1082 88.2512 -84.45 + 27 125.229 1340 4 0 44.1064 88.2491 -85.85 + 27 112.763 1120 3 1 44.0658 88.2055 -114.45 + 27 163.078 1340 3 0 44.0637 88.204 -115.85 + 27 101.831 1119 2 1 44.0245 88.1747 -144.45 + 27 257.515 1340 2 0 44.0226 88.1737 -145.85 + 27 160.552 1119 1 1 43.9795 88.1538 -174.45 + 27 115.337 1340 1 0 43.9786 88.1538 -175.85 + 27 126.924 1119 0 1 43.9584 88.1546 -204.45 + 27 123.155 1340 0 0 43.9569 88.1549 -205.85 + 27 58.1386 1055 0 1 31.25 108.748 -204.608 + 27 115.348 1054 0 1 31.0496 108.915 -204.533 + 27 306.524 1053 0 1 30.8499 109.007 -204.634 + 27 155.557 1444 0 0 31.2467 109.067 -205.85 + 27 93.7068 335 3 1 -113.068 154.21 -114.544 + 27 563.409 1034 1 1 26.9599 33.0533 -174.45 + 27 2.73552 1341 2 0 44.0474 88.25 -145.994 +Number of digits in this event = 24 +Using G4ParticleGun ... +6.32768 LIN +proton +Event: 28 +Number of tracker hits in this event = 54 + 28 118.632 1170 10 1 54.1328 -88.3856 95.55 + 28 157.204 458 10 0 54.1331 -88.384 94.15 + 28 169.834 1170 9 1 54.1443 -88.3483 65.55 + 28 82.4393 458 9 0 54.1446 -88.3483 64.15 + 28 126.653 1170 8 1 54.1542 -88.3496 35.55 + 28 129.119 458 8 0 54.1548 -88.3493 34.15 + 28 239.472 1170 7 1 54.1655 -88.3434 5.55 + 28 167.153 458 7 0 54.1661 -88.3414 4.15 + 28 114.535 1170 6 1 54.1788 -88.2946 -24.45 + 28 109.631 458 6 0 54.18 -88.2924 -25.85 + 28 126.93 1170 5 1 54.2475 -88.2411 -54.45 + 28 113.338 459 5 0 54.2514 -88.2392 -55.85 + 28 118.907 1171 4 1 54.3307 -88.2056 -84.45 + 28 114.347 459 4 0 54.3339 -88.2034 -85.85 + 28 216.901 1171 3 1 54.3982 -88.1589 -114.45 + 28 120.094 459 3 0 54.4008 -88.157 -115.85 + 28 94.3254 1171 2 1 54.4438 -88.1078 -144.45 + 28 120.668 459 2 0 54.4475 -88.1058 -145.85 + 28 108.439 1172 1 1 54.5227 -88.0692 -174.45 + 28 91.6372 459 1 0 54.526 -88.0681 -175.85 + 28 124.147 1172 0 1 54.591 -88.0468 -204.45 + 28 105.786 460 0 0 54.5945 -88.0454 -205.85 + 28 108.18 460 7 0 54.4973 -87.8987 4.14966 + 28 133.792 461 7 0 54.6443 -87.8499 3.86762 + 28 68.7121 462 7 0 54.6438 -87.6498 4.04256 + 28 48.5579 1167 7 1 53.5507 -86.843 5.15011 + 28 416.937 1166 7 1 53.45 -86.7045 5.17943 + 28 80.2841 1171 7 1 54.25 -88.5771 5.3339 + 28 143.925 452 7 0 54.3744 -89.4584 4.15 + 28 47.091 451 7 0 54.4074 -89.65 3.8946 + 28 35.4236 1193 6 1 58.8298 -109.985 -24.45 + 28 91.3821 1194 6 1 58.85 -110.067 -24.5777 + 28 0.263054 345 6 0 58.8619 -111.149 -25.85 + 28 75.9943 344 6 0 58.8619 -111.15 -25.8516 + 28 72.132 343 6 0 58.859 -111.35 -26.0648 + 28 121.278 1167 5 1 53.6021 -141.291 -54.4503 + 28 296.061 1168 5 1 53.65 -141.35 -54.6951 + 28 116.305 192 5 0 53.9608 -141.637 -55.85 + 28 1.94898 1217 4 1 63.4515 -148.415 -84.45 + 28 242.355 1216 4 1 63.4498 -148.414 -84.4519 + 28 186.468 1215 4 1 63.25 -148.352 -84.7233 + 28 214.797 159 4 0 61.4391 -148.299 -85.85 + 28 25.0718 163 4 0 63.6822 -147.409 -85.85 + 28 75.1281 164 4 0 63.7044 -147.35 -85.94 + 28 64.5034 165 4 0 63.7813 -147.15 -86.0616 + 28 36.889 166 4 0 63.7801 -146.95 -86.1833 + 28 53.9096 548 4 0 37.0114 -70.3415 -86.25 + 28 69.6082 549 4 0 36.988 -70.2497 -86.1516 + 28 89.9235 550 4 0 36.9612 -70.05 -85.9882 + 28 15.6359 1087 4 1 37.6192 -69.1486 -84.85 + 28 189.031 1088 4 1 37.6502 -69.1148 -84.7937 + 28 67.9729 1089 4 1 37.8503 -68.6646 -84.6034 + 28 89.5888 1090 4 1 38.05 -68.5524 -84.5823 + 28 341.835 1169 5 1 53.8501 -141.697 -54.8331 +Number of digits in this event = 24 +Using G4ParticleGun ... +9.45912 LIN +proton +Event: 29 +Number of tracker hits in this event = 36 + 29 103.885 1310 11 0 15.7362 82.1761 124.15 + 29 124.171 978 10 1 15.7386 82.1754 95.55 + 29 96.5236 1310 10 0 15.7387 82.1746 94.15 + 29 96.3901 978 9 1 15.7442 82.1574 65.55 + 29 125.798 1310 9 0 15.7437 82.1569 64.15 + 29 98.1565 978 8 1 15.7342 82.1439 35.55 + 29 101.44 1310 8 0 15.7338 82.143 34.15 + 29 99.2584 978 7 1 15.7255 82.123 5.55 + 29 98.4247 1310 7 0 15.7255 82.1214 4.15 + 29 255.952 978 6 1 15.7252 82.0895 -24.45 + 29 125.1 1310 6 0 15.7248 82.0876 -25.85 + 29 250.642 978 5 1 15.7149 82.0473 -54.45 + 29 106.878 1309 5 0 15.7149 82.0452 -55.85 + 29 121.147 978 4 1 15.7197 82.0024 -84.45 + 29 105.608 1309 4 0 15.72 81.9999 -85.85 + 29 130.46 978 3 1 15.7283 81.9481 -114.45 + 29 103.035 1309 3 0 15.7294 81.9454 -115.85 + 29 101.871 978 2 1 15.7528 81.8921 -144.45 + 29 113.631 1309 2 0 15.7543 81.8898 -145.85 + 29 114.229 978 1 1 15.7888 81.8428 -174.45 + 29 116.749 1308 1 0 15.7901 81.8406 -175.85 + 29 112.317 978 0 1 15.8142 81.7962 -204.45 + 29 113.943 1308 0 0 15.815 81.7933 -205.85 + 29 161.011 977 5 1 15.65 82.0789 -54.665 + 29 133.972 977 6 1 15.65 82.1362 -24.5759 + 29 86.1422 1313 6 0 15.2316 82.6669 -25.85 + 29 123.128 1314 6 0 15.1867 82.85 -26.1176 + 29 83.2461 966 5 1 13.2917 104.617 -54.45 + 29 152.181 967 5 1 13.45 104.592 -54.6401 + 29 24.778 968 5 1 13.65 104.631 -54.8005 + 29 42.3848 1422 5 0 14.9963 104.749 -55.8502 + 29 197.092 1423 5 0 15.0125 104.75 -55.8635 + 29 121.374 1424 5 0 15.5737 104.95 -56.0841 + 29 115.379 1425 5 0 15.8602 105.15 -56.1126 + 29 153.623 1426 5 0 16.1246 105.35 -56.1842 + 29 419.739 1427 5 0 16.2235 105.55 -56.1331 +Number of digits in this event = 16 +Using G4ParticleGun ... +8.60347 LIN +proton +Event: 30 +Number of tracker hits in this event = 33 + 30 146.373 1315 9 1 83.1834 -89.0032 65.55 + 30 95.6967 455 9 0 83.1843 -89.0035 64.15 + 30 181.27 1315 8 1 83.2046 -89.0095 35.55 + 30 97.0771 455 8 0 83.2049 -89.01 34.15 + 30 154.637 1315 7 1 83.2078 -89.0231 5.55 + 30 99.3258 455 7 0 83.2069 -89.0232 4.15 + 30 128.046 1315 6 1 83.1889 -89.0219 -24.45 + 30 103.324 455 6 0 83.1884 -89.0213 -25.85 + 30 335.3 1315 5 1 83.1783 -89.012 -54.45 + 30 109.586 455 5 0 83.1775 -89.0117 -55.85 + 30 125.107 1315 4 1 83.1627 -89.0082 -84.45 + 30 120.966 455 4 0 83.1619 -89.0082 -85.85 + 30 123.452 1315 3 1 83.143 -89.0085 -114.45 + 30 100.345 455 3 0 83.1428 -89.0088 -115.85 + 30 208.456 1315 2 1 83.1355 -89.013 -144.45 + 30 205.429 455 2 0 83.1348 -89.013 -145.85 + 30 130.705 1315 1 1 83.1191 -89.0146 -174.45 + 30 202.056 455 1 0 83.1182 -89.0152 -175.85 + 30 114.143 1315 0 1 83.0984 -89.0302 -204.45 + 30 123.085 455 0 0 83.0992 -89.0301 -205.85 + 30 27.0827 1581 2 1 136.46 104.112 -144.85 + 30 12.2688 602 0 0 -112.002 -59.4538 -206.144 + 30 19.5454 1314 5 1 83.05 -88.7623 -54.8236 + 30 294.377 459 5 0 82.5371 -88.2092 -55.85 + 30 22.9351 449 5 0 95.6964 -90.3454 -56.25 + 30 45.3512 448 5 0 95.709 -90.35 -56.2412 + 30 8.38089 472 5 0 83.7781 -85.4803 -55.85 + 30 70.0737 473 5 0 83.7827 -85.45 -55.8578 + 30 160.039 474 5 0 83.8021 -85.25 -55.9801 + 30 13.3847 475 5 0 83.4545 -85.05 -56.2141 + 30 70.092 420 5 0 27.8903 -96.0872 -56.25 + 30 84.2532 419 5 0 27.9314 -96.1501 -56.1909 + 30 42.1867 77 5 0 -11.9109 -164.639 -56.2499 +Number of digits in this event = 19 +Using G4ParticleGun ... +3.8511 LIN +proton +Event: 31 +Number of tracker hits in this event = 33 + 31 171.527 868 11 1 -6.3077 -20.7945 125.55 + 31 101.46 796 11 0 -6.30655 -20.7945 124.15 + 31 104.096 868 10 1 -6.28516 -20.7937 95.55 + 31 263.94 796 10 0 -6.28492 -20.7939 94.15 + 31 421.559 868 9 1 -6.2753 -20.8047 65.55 + 31 90.7433 796 9 0 -6.27722 -20.8062 64.15 + 31 172.81 868 8 1 -6.313 -20.8349 35.55 + 31 108.459 796 8 0 -6.31319 -20.8363 34.15 + 31 127.984 868 7 1 -6.31276 -20.8589 5.55 + 31 173.641 795 7 0 -6.31214 -20.8609 4.15 + 31 121.323 868 6 1 -6.2963 -20.8956 -24.45 + 31 157.097 795 6 0 -6.29392 -20.8974 -25.85 + 31 108.376 869 5 1 -6.23478 -20.9279 -54.45 + 31 125.123 795 5 0 -6.23025 -20.9302 -55.85 + 31 168.417 869 4 1 -6.145 -20.9781 -84.45 + 31 235.974 795 4 0 -6.14093 -20.981 -85.85 + 31 119.883 869 3 1 -6.05905 -21.0464 -114.45 + 31 115.822 795 3 0 -6.05542 -21.0484 -115.85 + 31 118.067 870 2 1 -5.98169 -21.088 -144.45 + 31 104.86 794 2 0 -5.97897 -21.0922 -145.85 + 31 91.906 870 1 1 -5.9185 -21.1846 -174.45 + 31 102.278 794 1 0 -5.91429 -21.1897 -175.85 + 31 133.542 871 0 1 -5.82713 -21.2903 -204.45 + 31 112.507 793 0 0 -5.82422 -21.2928 -205.85 + 31 25.0359 868 4 1 -6.25 -20.941 -84.7709 + 31 135.864 794 4 0 -6.70869 -21.186 -85.8503 + 31 213.294 796 4 0 -6.82258 -20.8495 -86.1874 + 31 33.4522 874 5 1 -5.17357 -20.5116 -54.85 + 31 25.066 798 5 0 -8.86395 -20.3928 -55.85 + 31 179.135 850 5 1 -9.85297 -20.4163 -54.85 + 31 202.265 1199 3 1 59.85 -26.7525 -114.554 + 31 91.4159 791 9 0 -7.06636 -21.7565 64.15 + 31 40.4814 790 9 0 -7.12898 -21.8501 64.0305 +Number of digits in this event = 17 +Using G4ParticleGun ... +8.28373 LIN +proton +Event: 32 +Number of tracker hits in this event = 25 + 32 91.8084 1145 11 1 49.1562 -40.6529 125.55 + 32 197.225 696 11 0 49.1556 -40.653 124.15 + 32 114.788 1145 10 1 49.1314 -40.6511 95.55 + 32 93.0401 696 10 0 49.1301 -40.6513 94.15 + 32 108.2 1145 9 1 49.1049 -40.6567 65.55 + 32 286.885 696 9 0 49.1051 -40.6566 64.15 + 32 111.995 1145 8 1 49.1068 -40.6546 35.55 + 32 111.248 696 8 0 49.107 -40.6542 34.15 + 32 125.292 1145 7 1 49.1088 -40.648 5.55 + 32 126.177 697 7 0 49.1093 -40.6481 4.15 + 32 119.797 1145 6 1 49.1229 -40.6507 -24.45 + 32 92.7388 696 6 0 49.1227 -40.6508 -25.85 + 32 149.552 1145 5 1 49.1189 -40.6533 -54.45 + 32 144.163 696 5 0 49.1192 -40.6542 -55.85 + 32 109.995 1145 4 1 49.1268 -40.6757 -84.45 + 32 99.8932 696 4 0 49.1267 -40.6775 -85.85 + 32 142.653 1145 3 1 49.1198 -40.7143 -114.45 + 32 115.751 696 3 0 49.1188 -40.7153 -115.85 + 32 175.565 1145 2 1 49.0905 -40.7374 -144.45 + 32 134.556 696 2 0 49.0882 -40.739 -145.85 + 32 98.9227 1144 1 1 49.0348 -40.776 -174.45 + 32 105.452 696 1 0 49.0319 -40.7774 -175.85 + 32 83.0993 1144 0 1 48.9709 -40.8091 -204.45 + 32 133.666 696 0 0 48.967 -40.8111 -205.85 + 32 375.173 697 11 0 49.1233 -40.65 123.838 +Number of digits in this event = 12 +Using G4ParticleGun ... +5.45465 LIN +proton +Event: 33 +Number of tracker hits in this event = 40 + 33 87.1226 1209 10 1 61.9853 -87.7968 95.55 + 33 112.937 461 10 0 61.9834 -87.7954 94.15 + 33 120.413 1209 9 1 61.9459 -87.762 65.55 + 33 105.048 461 9 0 61.9437 -87.7616 64.15 + 33 229.73 1209 8 1 61.9052 -87.7557 35.55 + 33 119.872 461 8 0 61.902 -87.7556 34.15 + 33 107.177 1208 7 1 61.836 -87.7529 5.55 + 33 109.318 461 7 0 61.8317 -87.7519 4.15 + 33 105.279 1208 6 1 61.7438 -87.7283 -24.45 + 33 130.044 461 6 0 61.7387 -87.7266 -25.85 + 33 125.55 1207 5 1 61.634 -87.6935 -54.45 + 33 122.008 461 5 0 61.6276 -87.692 -55.85 + 33 117.129 1207 4 1 61.492 -87.6616 -84.45 + 33 117.01 461 4 0 61.4848 -87.6591 -85.85 + 33 141.615 1206 3 1 61.3415 -87.6112 -114.45 + 33 193.101 462 3 0 61.3293 -87.607 -115.85 + 33 576.718 1205 2 1 61.0769 -87.5189 -144.45 + 33 118.816 462 2 0 61.0639 -87.5141 -145.85 + 33 130.749 1203 1 1 60.802 -87.4196 -174.45 + 33 134.937 463 1 0 60.7894 -87.4153 -175.85 + 33 194.391 1202 0 1 60.5277 -87.3292 -204.45 + 33 360.387 463 0 0 60.5135 -87.325 -205.85 + 33 47.4902 636 0 0 78.6721 -52.85 -206.226 + 33 87.0732 94 0 0 172.487 -161.26 -206.25 + 33 150.386 93 0 0 172.635 -161.35 -206.215 + 33 145.02 92 0 0 172.963 -161.55 -206.135 + 33 200.343 91 0 0 173.287 -161.75 -206.056 + 33 152.487 90 0 0 173.619 -161.95 -205.974 + 33 73.7476 89 0 0 173.951 -162.15 -205.892 + 33 6.14294 1790 0 1 178.334 -164.747 -204.85 + 33 122.578 1791 0 1 178.35 -164.757 -204.846 + 33 116.967 1792 0 1 178.55 -164.876 -204.798 + 33 94.7715 1793 0 1 178.75 -164.995 -204.75 + 33 93.227 1794 0 1 178.95 -165.115 -204.702 + 33 158.88 1795 0 1 179.15 -165.236 -204.651 + 33 121.933 1796 0 1 179.35 -165.357 -204.6 + 33 95.9489 1797 0 1 179.55 -165.477 -204.548 + 33 74.9454 1798 0 1 179.75 -165.595 -204.495 + 33 22.4229 1294 6 0 -102.786 78.9752 -25.9242 + 33 106.072 477 0 0 64.8681 -84.5078 -206.25 +Number of digits in this event = 22 +Using G4ParticleGun ... +3.51726 LIN +proton +Event: 34 +Number of tracker hits in this event = 47 + 34 165.172 1254 11 1 70.9134 2.11248 125.55 + 34 115.465 910 11 0 70.9122 2.11219 124.15 + 34 107.674 1254 10 1 70.8887 2.1089 95.55 + 34 108.876 910 10 0 70.8862 2.10813 94.15 + 34 206.525 1253 9 1 70.8283 2.09367 65.55 + 34 102.483 910 9 0 70.8257 2.0938 64.15 + 34 117.66 1253 8 1 70.7746 2.0924 35.55 + 34 110.763 910 8 0 70.7745 2.09556 34.15 + 34 298.371 1253 7 1 70.7704 2.15716 5.55 + 34 167.146 910 7 0 70.7706 2.16048 4.15 + 34 134.027 1253 6 1 70.7717 2.23117 -24.45 + 34 106.299 910 6 0 70.7723 2.23388 -25.85 + 34 109.815 1253 5 1 70.7882 2.28553 -54.45 + 34 149.75 911 5 0 70.7898 2.28817 -55.85 + 34 104.805 1253 4 1 70.8192 2.34693 -84.45 + 34 106.217 911 4 0 70.8226 2.35129 -85.85 + 34 133.825 1254 3 1 70.8881 2.44227 -114.45 + 34 132.819 911 3 0 70.8928 2.44647 -115.85 + 34 206.457 1254 2 1 70.9913 2.53099 -144.45 + 34 182.094 912 2 0 70.9972 2.53546 -145.85 + 34 110.176 1255 1 1 71.1174 2.62688 -174.45 + 34 91.6876 912 1 0 71.1241 2.63382 -175.85 + 34 191.486 1256 0 1 71.2607 2.77032 -204.45 + 34 98.6872 913 0 0 71.2689 2.77572 -205.85 + 34 248.683 1255 0 1 71.25 2.65616 -204.509 + 34 4.89739 1255 2 1 71.05 2.54726 -144.827 + 34 97.1254 913 2 0 71.4765 2.65 -145.866 + 34 21.0426 761 2 0 66.1018 -27.7946 -146.25 + 34 73.4927 760 2 0 66.0828 -27.85 -146.217 + 34 93.0472 759 2 0 66.003 -28.0501 -146.156 + 34 82.2395 758 2 0 65.8476 -28.2502 -146.009 + 34 102.213 757 2 0 65.6396 -28.4504 -145.915 + 34 161.968 756 2 0 65.346 -28.65 -145.882 + 34 13.1348 755 2 0 65.2553 -28.85 -145.865 + 34 213.712 1220 2 1 64.2118 -30.5488 -144.85 + 34 196.441 743 2 0 64.5953 -31.3824 -145.85 + 34 289.068 1025 2 0 62.5731 25.2338 -146.25 + 34 58.2509 1026 2 0 62.5811 25.25 -146.241 + 34 60.6996 909 7 0 70.8959 2.04661 4.1496 + 34 2.87692 1043 7 0 72.7742 28.8447 3.75006 + 34 112.912 1044 7 0 72.7727 28.85 3.75651 + 34 78.265 1045 7 0 72.6375 29.0506 3.88108 + 34 75.1079 1046 7 0 72.4571 29.25 3.96261 + 34 208.764 1260 7 1 72.2005 30.6793 5.15 + 34 137.093 1259 7 1 72.0499 31.0881 5.22257 + 34 317.837 1258 7 1 71.85 30.9824 5.27247 + 34 175.776 1257 7 1 71.65 30.7307 5.24483 +Number of digits in this event = 21 +Using G4ParticleGun ... +7.87184 LIN +proton +Event: 35 +Number of tracker hits in this event = 22 + 35 114.783 1133 10 1 46.7054 -86.2994 95.55 + 35 129.784 468 10 0 46.7062 -86.2992 94.15 + 35 168.02 1133 9 1 46.725 -86.2942 65.55 + 35 102.507 468 9 0 46.7259 -86.2941 64.15 + 35 115.01 1133 8 1 46.7452 -86.2933 35.55 + 35 172.064 468 8 0 46.746 -86.2933 34.15 + 35 107.742 1133 7 1 46.7656 -86.2946 5.55 + 35 101.159 468 7 0 46.7663 -86.2947 4.15 + 35 172.712 1133 6 1 46.7776 -86.2951 -24.45 + 35 216.195 468 6 0 46.7785 -86.2949 -25.85 + 35 132.144 1133 5 1 46.7936 -86.2938 -54.45 + 35 123.566 468 5 0 46.7939 -86.2936 -55.85 + 35 141.796 1133 4 1 46.7994 -86.2879 -84.45 + 35 157.217 468 4 0 46.7999 -86.2878 -85.85 + 35 160.949 1133 3 1 46.8083 -86.2889 -114.45 + 35 213.67 468 3 0 46.8084 -86.2881 -115.85 + 35 96.1713 1133 2 1 46.81 -86.2712 -144.45 + 35 101.288 468 2 0 46.8095 -86.2696 -145.85 + 35 133.857 1133 1 1 46.8003 -86.2385 -174.45 + 35 98.0237 469 1 0 46.7997 -86.2366 -175.85 + 35 114.102 1133 0 1 46.7857 -86.1965 -204.45 + 35 99.3824 469 0 0 46.7856 -86.1945 -205.85 +Number of digits in this event = 13 +Using G4ParticleGun ... +1.14558 LIN +proton +Event: 36 +Number of tracker hits in this event = 25 + 36 112.645 1199 11 1 60.0288 -4.91957 125.55 + 36 127.969 875 11 0 60.0282 -4.91831 124.15 + 36 118.417 1199 10 1 60.0129 -4.88035 95.55 + 36 155.307 875 10 0 60.0165 -4.88115 94.15 + 36 269.558 1200 9 1 60.0828 -4.8987 65.55 + 36 123.14 875 9 0 60.088 -4.9013 64.15 + 36 139.31 1200 8 1 60.2043 -4.93412 35.55 + 36 121.202 875 8 0 60.2121 -4.93851 34.15 + 36 115.01 1201 7 1 60.365 -5.04471 5.55 + 36 107.143 875 7 0 60.3707 -5.048 4.15 + 36 115.222 1202 6 1 60.4999 -5.11289 -24.45 + 36 136.06 874 6 0 60.5063 -5.11513 -25.85 + 36 157.477 1202 5 1 60.6272 -5.15741 -54.45 + 36 310.737 874 5 0 60.6288 -5.16495 -55.85 + 36 208.394 1203 4 1 60.657 -5.31262 -84.45 + 36 124.302 873 4 0 60.66 -5.31399 -85.85 + 36 123.319 1203 3 1 60.7268 -5.33914 -114.45 + 36 166.992 873 3 0 60.73 -5.34321 -115.85 + 36 141.919 1203 2 1 60.8021 -5.42976 -144.45 + 36 119.37 873 2 0 60.814 -5.4341 -145.85 + 36 116.867 1205 1 1 61.0539 -5.51901 -174.45 + 36 136.2 872 1 0 61.0641 -5.52241 -175.85 + 36 154.064 1206 0 1 61.2933 -5.59945 -204.45 + 36 172.272 872 0 0 61.3052 -5.60299 -205.85 + 36 195.568 868 9 0 59.7608 -6.34297 64.15 +Number of digits in this event = 19 +Using G4ParticleGun ... +6.66981 LIN +proton +Event: 37 +Number of tracker hits in this event = 22 + 37 120.241 675 9 1 -44.9956 -118.8 65.55 + 37 145.963 306 9 0 -44.996 -118.801 64.15 + 37 135.562 675 8 1 -45.0009 -118.814 35.55 + 37 99.5342 306 8 0 -45.0017 -118.816 34.15 + 37 111.609 675 7 1 -45.0195 -118.848 5.55 + 37 117.725 306 7 0 -45.0205 -118.85 4.15 + 37 93.4173 675 6 1 -45.0396 -118.877 -24.45 + 37 112.152 306 6 0 -45.0405 -118.879 -25.85 + 37 149.36 674 5 1 -45.0542 -118.916 -54.45 + 37 151.38 306 5 0 -45.0555 -118.918 -55.85 + 37 102.868 674 4 1 -45.0851 -118.953 -84.45 + 37 120.673 305 4 0 -45.0865 -118.956 -85.85 + 37 93.0953 674 3 1 -45.1089 -119.023 -114.45 + 37 136.393 305 3 0 -45.1126 -119.026 -115.85 + 37 137.06 674 2 1 -45.1981 -119.082 -144.45 + 37 122.25 305 2 0 -45.2017 -119.086 -145.85 + 37 108.828 673 1 1 -45.276 -119.169 -174.45 + 37 108.442 304 1 0 -45.28 -119.173 -175.85 + 37 122.063 673 0 1 -45.3641 -119.245 -204.45 + 37 129.808 304 0 0 -45.3675 -119.249 -205.85 + 37 4715.12 484 4 1 -83.2291 41.9806 -84.4855 + 37 8.03426 827 0 0 -0.904734 -14.65 -205.903 +Number of digits in this event = 16 +Using G4ParticleGun ... +3.09125 LIN +proton +Event: 38 +Number of tracker hits in this event = 25 + 38 119.986 1303 10 1 80.836 77.1753 95.55 + 38 117.423 1285 10 0 80.8362 77.1752 94.15 + 38 91.327 1303 9 1 80.8354 77.1825 65.55 + 38 103.673 1285 9 0 80.8364 77.1819 64.15 + 38 129.509 1304 8 1 80.8648 77.1619 35.55 + 38 125.361 1285 8 0 80.8662 77.1618 34.15 + 38 118.339 1304 7 1 80.8975 77.1548 5.55 + 38 204.694 1285 7 0 80.898 77.1525 4.15 + 38 202.025 1304 6 1 80.9045 77.1078 -24.45 + 38 116.42 1285 6 0 80.9045 77.1048 -25.85 + 38 93.9693 1304 5 1 80.8982 77.0406 -54.45 + 38 156.933 1284 5 0 80.899 77.0371 -55.85 + 38 136.859 1304 4 1 80.9149 76.966 -84.45 + 38 208.083 1284 4 0 80.9144 76.9641 -85.85 + 38 104.384 1304 3 1 80.8971 76.9229 -114.45 + 38 108.02 1284 3 0 80.8953 76.9213 -115.85 + 38 148.163 1304 2 1 80.8556 76.8838 -144.45 + 38 122.479 1284 2 0 80.8527 76.8798 -145.85 + 38 131.654 1303 1 1 80.7934 76.801 -174.45 + 38 108.515 1283 1 0 80.7923 76.7976 -175.85 + 38 103.433 1303 0 1 80.765 76.7341 -204.45 + 38 123.491 1283 0 0 80.7634 76.7291 -205.85 + 38 47.2383 1307 4 1 81.5904 76.8219 -84.85 + 38 134.283 1303 4 1 80.85 76.9606 -84.7343 + 38 427.19 1302 4 1 80.6499 77.0327 -84.7574 +Number of digits in this event = 14 +Using G4ParticleGun ... +5.01672 LIN +proton +Event: 39 +Number of tracker hits in this event = 22 + 39 123.613 1425 10 1 105.179 -23.0471 95.55 + 39 99.0371 785 10 0 105.18 -23.0467 94.15 + 39 147.321 1425 9 1 105.207 -23.0383 65.55 + 39 132.161 785 9 0 105.207 -23.0385 64.15 + 39 152.298 1425 8 1 105.199 -23.0435 35.55 + 39 133.587 785 8 0 105.199 -23.0434 34.15 + 39 98.2963 1425 7 1 105.186 -23.0388 5.55 + 39 105.495 785 7 0 105.187 -23.0389 4.15 + 39 112.764 1425 6 1 105.214 -23.0418 -24.45 + 39 101.203 785 6 0 105.217 -23.0397 -25.85 + 39 110.732 1425 5 1 105.255 -22.9982 -54.45 + 39 107.16 785 5 0 105.257 -22.9956 -55.85 + 39 109.506 1425 4 1 105.297 -22.9434 -84.45 + 39 108.723 785 4 0 105.299 -22.9405 -85.85 + 39 175.17 1425 3 1 105.337 -22.8835 -114.45 + 39 120.911 785 3 0 105.34 -22.8806 -115.85 + 39 107.752 1426 2 1 105.417 -22.8233 -144.45 + 39 109.073 786 2 0 105.421 -22.821 -145.85 + 39 87.8754 1426 1 1 105.497 -22.77 -174.45 + 39 132.529 786 1 0 105.501 -22.7668 -175.85 + 39 167.445 1427 0 1 105.57 -22.7 -204.45 + 39 104.506 786 0 0 105.574 -22.6961 -205.85 +Number of digits in this event = 10 +Using G4ParticleGun ... +9.92527 LIN +proton +Event: 40 +Number of tracker hits in this event = 36 + 40 111.19 1158 11 1 51.8024 33.2668 125.55 + 40 129.647 1066 11 0 51.8029 33.2668 124.15 + 40 298.491 1158 10 1 51.8122 33.2686 95.55 + 40 244.272 1066 10 0 51.8127 33.268 94.15 + 40 121.088 1158 9 1 51.826 33.2557 65.55 + 40 131.453 1066 9 0 51.8269 33.254 64.15 + 40 106.168 1158 8 1 51.8463 33.2178 35.55 + 40 116.258 1065 8 0 51.8473 33.216 34.15 + 40 96.4846 1159 7 1 51.8633 33.176 5.55 + 40 144.642 1065 7 0 51.8638 33.1738 4.15 + 40 148.906 1159 6 1 51.8728 33.1282 -24.45 + 40 102.029 1065 6 0 51.8738 33.1255 -25.85 + 40 190.05 1159 5 1 51.8951 33.0691 -54.45 + 40 150.24 1065 5 0 51.8961 33.0666 -55.85 + 40 109.226 1159 4 1 51.9179 33.0129 -84.45 + 40 137.122 1064 4 0 51.9194 33.0103 -85.85 + 40 253.016 1159 3 1 51.9494 32.9522 -114.45 + 40 120.711 1064 3 0 51.9512 32.9499 -115.85 + 40 98.4503 1159 2 1 51.9883 32.9035 -144.45 + 40 177.873 1064 2 0 51.9899 32.9011 -145.85 + 40 350.217 1159 1 1 52.0214 32.8509 -174.45 + 40 106.57 1063 1 0 52.0227 32.8485 -175.85 + 40 123.461 1159 0 1 52.0449 32.8028 -204.45 + 40 329.424 1063 0 0 52.0461 32.8 -205.85 + 40 137.442 1158 1 1 51.85 32.6798 -174.474 + 40 89.5748 1065 2 0 51.9955 33.05 -145.979 + 40 142.147 1066 2 0 52.1263 33.2503 -146.082 + 40 190.519 1036 2 0 23.6253 27.3202 -146.25 + 40 52.6688 1028 2 0 25.7558 25.8034 -146.25 + 40 315.746 1027 5 0 -15.9407 25.5347 -56.25 + 40 48.9253 1028 5 0 -15.9726 25.65 -56.1706 + 40 349.162 1061 5 0 50.9144 32.3766 -55.85 + 40 155.255 1062 5 0 50.711 32.4502 -56.1586 + 40 46.1758 1065 10 0 51.8358 33.2496 93.9329 + 40 49.5198 997 11 0 39.8784 19.544 123.75 + 40 98.6939 996 11 0 39.82 19.45 123.853 +Number of digits in this event = 25 +Using G4ParticleGun ... +7.82574 LIN +proton +Event: 41 +Number of tracker hits in this event = 32 + 41 98.9688 1508 9 1 121.878 37.161 65.55 + 41 143.892 1085 9 0 121.877 37.1608 64.15 + 41 128.569 1508 8 1 121.866 37.1596 35.55 + 41 111.782 1085 8 0 121.864 37.1593 34.15 + 41 112.057 1508 7 1 121.832 37.1523 5.55 + 41 104.189 1085 7 0 121.829 37.1527 4.15 + 41 158.211 1508 6 1 121.782 37.1573 -24.45 + 41 166.73 1085 6 0 121.779 37.1562 -25.85 + 41 110.78 1507 5 1 121.738 37.1327 -54.45 + 41 120.234 1085 5 0 121.736 37.1314 -55.85 + 41 152.619 1507 4 1 121.688 37.1057 -84.45 + 41 102.396 1085 4 0 121.686 37.1033 -85.85 + 41 97.7223 1507 3 1 121.637 37.0542 -114.45 + 41 68.1079 1085 3 0 121.635 37.0507 -115.85 + 41 30.0773 1084 3 0 121.635 37.05 -116.107 + 41 158.637 1507 2 1 121.595 36.9818 -144.45 + 41 162.921 1084 2 0 121.594 36.9779 -145.85 + 41 236.511 1507 1 1 121.559 36.8963 -174.45 + 41 148.352 1084 1 0 121.558 36.8914 -175.85 + 41 175.37 1506 0 1 121.527 36.7918 -204.45 + 41 118.716 1083 0 0 121.525 36.7886 -205.85 + 41 275.975 1125 0 0 117.455 45.2321 -206.25 + 41 1959.84 1126 0 0 117.448 45.25 -206.198 + 41 2515.93 1485 0 1 117.262 45.7477 -204.85 + 41 146.142 1448 5 0 117.086 109.875 -56.25 + 41 53.9227 1449 5 0 116.873 109.95 -56.1207 + 41 138.882 774 4 0 -98.5539 -25.25 -86.2126 + 41 61.9706 424 4 1 -95.15 32.8451 -84.8091 + 41 58.116 988 4 0 -78.9129 17.85 -86.2015 + 41 171.486 423 4 1 -95.35 32.879 -84.7015 + 41 203.232 1266 2 0 139.584 73.25 -146.161 + 41 84.7228 1506 1 1 121.55 36.7389 -174.511 +Number of digits in this event = 21 +Using G4ParticleGun ... +4.34898 LIN +proton +Event: 42 +Number of tracker hits in this event = 18 + 42 135.462 264 7 1 -127.34 -74.2195 5.55 + 42 129.113 529 7 0 -127.341 -74.2193 4.15 + 42 104.926 263 6 1 -127.355 -74.2195 -24.45 + 42 107.858 529 6 0 -127.358 -74.2202 -25.85 + 42 115.228 263 5 1 -127.412 -74.234 -54.45 + 42 415.327 529 5 0 -127.413 -74.2337 -55.85 + 42 119.057 263 4 1 -127.455 -74.2231 -84.45 + 42 104.693 529 4 0 -127.458 -74.2234 -85.85 + 42 148.502 263 3 1 -127.502 -74.2213 -114.45 + 42 133.326 529 3 0 -127.503 -74.2233 -115.85 + 42 123.834 263 2 1 -127.529 -74.2659 -144.45 + 42 137.865 528 2 0 -127.53 -74.2661 -145.85 + 42 148.242 263 1 1 -127.544 -74.2601 -174.45 + 42 110.965 528 1 0 -127.546 -74.2575 -175.85 + 42 99.7718 262 0 1 -127.576 -74.2059 -204.45 + 42 120.864 529 0 0 -127.577 -74.2032 -205.85 + 42 121.53 262 1 1 -127.55 -74.263 -174.641 + 42 102.176 528 5 0 -127.422 -74.25 -56.1038 +Number of digits in this event = 11 +Using G4ParticleGun ... +3.88601 LIN +proton +Event: 43 +Number of tracker hits in this event = 17 + 43 65.3001 757 8 0 -143.306 -28.4611 33.9604 + 43 98.9384 184 7 1 -143.308 -28.4594 5.55 + 43 129.46 757 7 0 -143.308 -28.4583 4.15 + 43 106.636 184 6 1 -143.309 -28.4487 -24.45 + 43 128.211 757 6 0 -143.31 -28.4504 -25.85 + 43 113.255 184 5 1 -143.335 -28.4881 -54.45 + 43 225.567 757 5 0 -143.335 -28.4902 -55.85 + 43 113.407 184 4 1 -143.335 -28.5295 -84.45 + 43 110.196 757 4 0 -143.335 -28.5318 -85.85 + 43 108.38 184 3 1 -143.317 -28.5886 -114.45 + 43 116.227 757 3 0 -143.316 -28.5894 -115.85 + 43 132.969 184 2 1 -143.296 -28.6099 -144.45 + 43 132.979 757 2 0 -143.297 -28.6096 -145.85 + 43 99.856 184 1 1 -143.32 -28.6057 -174.45 + 43 121.86 757 1 0 -143.323 -28.6055 -175.85 + 43 101.751 183 0 1 -143.375 -28.5964 -204.45 + 43 129.892 757 0 0 -143.377 -28.595 -205.85 +Number of digits in this event = 9 +Using G4ParticleGun ... +9.94423 LIN +proton +Event: 44 +Number of tracker hits in this event = 41 + 44 205.769 1215 11 1 63.2266 34.3914 125.55 + 44 123.562 1071 11 0 63.227 34.3912 124.15 + 44 113.82 1215 10 1 63.2356 34.3878 95.55 + 44 111.551 1071 10 0 63.2362 34.3882 94.15 + 44 143.178 1215 9 1 63.2476 34.3947 65.55 + 44 118.712 1071 9 0 63.2481 34.3941 64.15 + 44 111.562 1216 8 1 63.2542 34.3826 35.55 + 44 142.199 1071 8 0 63.2544 34.3821 34.15 + 44 100.683 1216 7 1 63.2586 34.3701 5.55 + 44 146.132 1071 7 0 63.2595 34.3693 4.15 + 44 91.8363 1216 6 1 63.2785 34.3577 -24.45 + 44 103.314 1071 6 0 63.2798 34.3581 -25.85 + 44 160.44 1216 5 1 63.3033 34.3651 -54.45 + 44 256.071 1071 5 0 63.3052 34.3654 -55.85 + 44 124.801 1216 4 1 63.3428 34.3732 -84.45 + 44 288.754 1071 4 0 63.3455 34.3743 -85.85 + 44 118.594 1216 3 1 63.3995 34.3993 -114.45 + 44 120.774 1071 3 0 63.4019 34.4006 -115.85 + 44 106.66 1217 2 1 63.4519 34.4267 -144.45 + 44 131.58 1071 2 0 63.4549 34.4276 -145.85 + 44 135.578 1217 1 1 63.5153 34.4484 -174.45 + 44 154.472 1071 1 0 63.5177 34.4492 -175.85 + 44 121.71 1217 0 1 63.5703 34.4678 -204.45 + 44 100.475 1072 0 0 63.5721 34.4686 -205.85 + 44 7.43505 1032 6 0 73.6218 26.4941 -26.25 + 44 80.335 1215 7 1 63.25 34.3747 5.42133 + 44 104.439 1072 7 0 62.9733 34.5368 4.15 + 44 135.891 1191 6 1 58.4037 35.4595 -24.45 + 44 122.836 1076 6 0 58.0498 35.375 -25.85 + 44 12.9034 1160 5 1 52.0639 34.3497 -54.4502 + 44 119.517 1159 5 1 52.05 34.3472 -54.4892 + 44 16.3623 1526 5 0 -69.8278 125.509 -56.25 + 44 103.973 1527 5 0 -69.8794 125.55 -56.2302 + 44 98.1322 1528 5 0 -70.1402 125.75 -56.1284 + 44 89.697 1529 5 0 -70.3846 125.95 -56.0348 + 44 74.0487 1530 5 0 -70.6269 126.15 -55.9365 + 44 17.7689 536 5 1 -72.7953 127.938 -54.85 + 44 71.8604 535 5 1 -72.85 127.982 -54.8252 + 44 93.7835 534 5 1 -73.0501 128.156 -54.7249 + 44 74.0019 533 5 1 -73.25 128.358 -54.5892 + 44 14.4791 532 5 1 -73.45 128.507 -54.4662 +Number of digits in this event = 18 +Using G4ParticleGun ... +6.00337 LIN +proton +Event: 45 +Number of tracker hits in this event = 24 + 45 121.362 908 11 1 1.83947 -80.1863 125.55 + 45 97.3306 499 11 0 1.83906 -80.186 124.15 + 45 128.399 908 10 1 1.82947 -80.1753 95.55 + 45 116.995 499 10 0 1.82841 -80.1746 94.15 + 45 435.886 908 9 1 1.8054 -80.1613 65.55 + 45 148.295 499 9 0 1.80458 -80.1611 64.15 + 45 126.322 908 8 1 1.79308 -80.1531 35.55 + 45 189.697 499 8 0 1.79305 -80.1525 34.15 + 45 117.058 908 7 1 1.79212 -80.1441 5.55 + 45 99.2093 499 7 0 1.79057 -80.1437 4.15 + 45 176.316 908 6 1 1.76147 -80.1356 -24.45 + 45 111.761 499 6 0 1.75865 -80.1352 -25.85 + 45 98.8281 908 5 1 1.69828 -80.1317 -54.45 + 45 117.863 499 5 0 1.69506 -80.1301 -55.85 + 45 120.944 908 4 1 1.68248 -80.0769 -84.45 + 45 112.546 499 4 0 1.68258 -80.075 -85.85 + 45 111.641 908 3 1 1.6887 -80.0371 -114.45 + 45 218.671 500 3 0 1.6895 -80.0362 -115.85 + 45 121.862 908 2 1 1.71028 -80.0161 -144.45 + 45 110.802 500 2 0 1.71108 -80.0155 -145.85 + 45 105.495 908 1 1 1.72692 -80.005 -174.45 + 45 127.733 500 1 0 1.72935 -80.0053 -175.85 + 45 100.654 908 0 1 1.78305 -80.0145 -204.45 + 45 116.872 500 0 0 1.78498 -80.0157 -205.85 +Number of digits in this event = 12 +Using G4ParticleGun ... +6.41487 LIN +proton +Event: 46 +Number of tracker hits in this event = 34 + 46 104.678 633 11 1 -53.4192 -39.2352 125.55 + 46 128.934 704 11 0 -53.4191 -39.2357 124.15 + 46 101.953 633 10 1 -53.4112 -39.2443 95.55 + 46 279.717 704 10 0 -53.4108 -39.2446 94.15 + 46 246.872 633 9 1 -53.406 -39.25 65.55 + 46 104.615 703 9 0 -53.4059 -39.2501 64.15 + 46 118.952 633 8 1 -53.4059 -39.2563 35.55 + 46 109.284 703 8 0 -53.407 -39.2564 34.15 + 46 107.913 633 7 1 -53.4307 -39.2583 5.55 + 46 123.079 703 7 0 -53.4315 -39.2583 4.15 + 46 69.5623 633 6 1 -53.4496 -39.2593 -24.45 + 46 40.2481 632 6 1 -53.45 -39.2593 -24.7315 + 46 95.3387 703 6 0 -53.4514 -39.2594 -25.85 + 46 112.989 632 5 1 -53.4889 -39.2625 -54.45 + 46 105.122 703 5 0 -53.4902 -39.2633 -55.85 + 46 93.4999 632 4 1 -53.5143 -39.2834 -84.45 + 46 194.745 703 4 0 -53.5145 -39.2828 -85.85 + 46 113.949 632 3 1 -53.5166 -39.2695 -114.45 + 46 134.891 703 3 0 -53.5168 -39.2698 -115.85 + 46 113.665 632 2 1 -53.5187 -39.2752 -144.45 + 46 138.401 703 2 0 -53.5186 -39.2755 -145.85 + 46 149.18 632 1 1 -53.52 -39.2805 -174.45 + 46 153.228 703 1 0 -53.5202 -39.2805 -175.85 + 46 125.855 632 0 1 -53.5251 -39.2844 -204.45 + 46 128.052 703 0 0 -53.5263 -39.2849 -205.85 + 46 51.9673 632 9 1 -53.4504 -39.2196 65.5153 + 46 65.1655 631 9 1 -53.6501 -39.1969 65.4915 + 46 69.2065 630 9 1 -53.85 -39.239 65.4527 + 46 16.8446 703 10 0 -53.3845 -39.25 94.04 + 46 38.7768 703 11 0 -53.464 -39.25 123.909 + 46 54.9023 790 11 0 -82.5329 -21.9671 123.75 + 46 104.881 791 11 0 -82.571 -21.85 123.903 + 46 3.5793 484 11 1 -83.2453 -21.105 125.15 + 46 180.961 483 11 1 -83.25 -21.1004 125.158 +Number of digits in this event = 13 +Using G4ParticleGun ... +1.61451 LIN +proton +Event: 47 +Number of tracker hits in this event = 29 + 47 168.438 388 10 1 -102.384 8.49398 95.55 + 47 93.7754 942 10 0 -102.385 8.49448 94.15 + 47 127.038 388 9 1 -102.388 8.5108 65.55 + 47 128.352 942 9 0 -102.386 8.51257 64.15 + 47 115.177 388 8 1 -102.36 8.56224 35.55 + 47 132.831 942 8 0 -102.359 8.56668 34.15 + 47 121.197 389 7 1 -102.341 8.65898 5.55 + 47 92.9259 943 7 0 -102.342 8.66218 4.15 + 47 126.757 389 6 1 -102.348 8.72799 -24.45 + 47 110.575 943 6 0 -102.346 8.72776 -25.85 + 47 120.29 389 5 1 -102.319 8.73459 -54.45 + 47 113.253 943 5 0 -102.317 8.73419 -55.85 + 47 121.132 389 4 1 -102.279 8.72613 -84.45 + 47 98.3654 943 4 0 -102.279 8.7276 -85.85 + 47 109.754 389 3 1 -102.295 8.78155 -114.45 + 47 119.736 943 3 0 -102.297 8.78513 -115.85 + 47 121.337 389 2 1 -102.34 8.86216 -144.45 + 47 114.919 944 2 0 -102.341 8.86414 -145.85 + 47 109.206 388 1 1 -102.38 8.89492 -174.45 + 47 134.74 944 1 0 -102.375 8.89762 -175.85 + 47 111.637 389 0 1 -102.271 8.9578 -204.45 + 47 135.47 944 0 0 -102.263 8.95933 -205.85 + 47 54.7541 541 8 0 -158.378 -71.7282 33.75 + 47 88.2024 540 8 0 -158.52 -71.85 33.7936 + 47 80.137 539 8 0 -158.721 -72.0505 33.8163 + 47 106.103 538 8 0 -158.87 -72.2501 33.8646 + 47 204.912 537 8 0 -159.041 -72.45 33.85 + 47 107.964 536 8 0 -159.151 -72.65 33.8601 + 47 45.0824 790 8 1 -22.05 -153.218 35.2862 +Number of digits in this event = 13 +Using G4ParticleGun ... +3.44126 LIN +proton +Event: 48 +Number of tracker hits in this event = 104 + 48 118.778 1143 10 1 48.8174 -80.0484 95.55 + 48 143.459 500 10 0 48.817 -80.049 94.15 + 48 90.0382 1143 9 1 48.8083 -80.0592 65.55 + 48 117.781 499 9 0 48.8103 -80.0586 64.15 + 48 108.183 1143 8 1 48.8482 -80.0391 35.55 + 48 126.224 500 8 0 48.8512 -80.0405 34.15 + 48 121.541 1144 7 1 48.9091 -80.0753 5.55 + 48 120.65 499 7 0 48.9117 -80.078 4.15 + 48 135.415 1144 6 1 48.9635 -80.1445 -24.45 + 48 118.211 499 6 0 48.9663 -80.1491 -25.85 + 48 106.681 1144 5 1 49.0131 -80.246 -54.45 + 48 55.9342 499 5 0 49.0143 -80.2495 -55.85 + 48 63.3566 498 5 0 49.0145 -80.25 -56.0377 + 48 133.474 1145 4 1 49.0511 -80.3209 -84.45 + 48 134.818 498 4 0 49.0547 -80.3266 -85.85 + 48 127.197 1145 3 1 49.1318 -80.437 -114.45 + 48 180.263 498 3 0 49.1356 -80.4415 -115.85 + 48 134.137 1145 2 1 49.2105 -80.5344 -144.45 + 48 137.581 497 2 0 49.2143 -80.5385 -145.85 + 48 126.358 1146 1 1 49.2926 -80.6183 -174.45 + 48 108.966 497 1 0 49.2937 -80.6233 -175.85 + 48 145.002 1146 0 1 49.313 -80.7259 -204.45 + 48 128.651 496 0 0 49.3142 -80.7299 -205.85 + 48 253.868 381 0 0 35.3015 -103.782 -206.25 + 48 229.685 1073 0 1 34.7709 -104.008 -204.85 + 48 49.723 1072 0 1 34.65 -104.059 -204.531 + 48 285.136 361 1 0 23.4535 -107.764 -176.25 + 48 88.0284 1014 1 1 22.8867 -107.953 -174.85 + 48 340.166 1013 1 1 22.85 -107.965 -174.76 + 48 267.498 343 2 0 12.4521 -111.426 -146.25 + 48 155.893 959 2 1 11.9351 -111.614 -144.85 + 48 111.891 958 2 1 11.85 -111.646 -144.621 + 48 412.16 313 3 0 -4.45445 -117.401 -116.25 + 48 188.824 873 3 1 -5.30088 -117.65 -114.85 + 48 229.665 872 3 1 -5.45 -117.692 -114.604 + 48 271.533 284 4 0 -22.8665 -123.29 -86.25 + 48 82.3462 283 4 0 -23.0517 -123.35 -85.9485 + 48 256.836 781 4 1 -23.7347 -123.572 -84.85 + 48 185.598 780 4 1 -23.85 -123.61 -84.6647 + 48 794.244 266 5 0 -45.7297 -126.802 -56.25 + 48 83.937 666 5 1 -46.79 -126.952 -54.85 + 48 356.527 665 5 1 -46.85 -126.96 -54.7709 + 48 78.1672 664 5 1 -47.05 -126.985 -54.5149 + 48 606.984 290 6 0 -72.4265 -122.146 -26.25 + 48 218.266 531 6 1 -73.6746 -121.942 -24.85 + 48 374.776 530 6 1 -73.85 -121.915 -24.6514 + 48 532.601 323 7 0 -97.9028 -115.448 3.75 + 48 192.453 405 7 1 -99.0718 -115.091 5.15 + 48 280.417 404 7 1 -99.15 -115.066 5.2442 + 48 71.1902 403 7 1 -99.35 -114.997 5.48645 + 48 554.113 365 8 0 -110.743 -107.109 33.75 + 48 207.435 344 8 1 -111.315 -106.741 35.15 + 48 425.263 343 8 1 -111.35 -106.718 35.2359 + 48 654.316 385 9 0 -115.082 -103.104 63.75 + 48 498.354 324 9 1 -115.207 -102.887 65.15 + 48 281.758 431 10 0 -113.146 -93.8025 93.75 + 48 428.625 432 10 0 -113.133 -93.75 93.9135 + 48 883.476 335 10 1 -113.029 -93.3179 95.15 + 48 2913.39 445 11 0 -134.64 -90.9648 123.75 + 48 2158.11 221 11 1 -135.84 -91.0826 125.15 + 48 180.616 222 11 1 -135.75 -90.9617 125.515 + 48 279.238 220 11 1 -135.95 -90.4873 125.337 + 48 47.2103 457 11 0 -136.883 -88.5887 124.15 + 48 175.765 458 11 0 -136.95 -88.45 124.066 + 48 60.8799 459 11 0 -137.043 -88.2489 123.952 + 48 68.1877 460 11 0 -137.136 -88.0494 123.844 + 48 66.6613 97 10 1 -160.691 -40.1534 95.5499 + 48 213.991 96 10 1 -160.75 -39.9527 95.4546 + 48 49.6303 712 10 0 -161.479 -37.5987 94.1499 + 48 57.7098 713 10 0 -161.524 -37.45 94.07 + 48 129.469 714 10 0 -161.578 -37.25 93.961 + 48 152.798 715 10 0 -161.65 -37.05 93.8333 + 48 57.3653 11 9 1 -177.79 4.70869 65.55 + 48 50.8146 10 9 1 -177.95 4.70225 65.3163 + 48 113.125 922 9 0 -178.69 4.61381 64.15 + 48 28.1862 923 9 0 -178.924 4.65 63.82 + 48 54.6844 716 10 0 -161.57 -36.8497 93.9671 + 48 65.6684 717 10 0 -161.53 -36.65 94.0092 + 48 151.914 718 10 0 -161.415 -36.45 94.0347 + 48 349.688 799 10 0 -149.926 -20.1487 93.75 + 48 258.285 314 3 0 -4.54877 -117.35 -115.937 + 48 125.103 508 0 0 52.3112 -78.2861 -206.25 + 48 287.871 509 0 0 52.3533 -78.25 -206.09 + 48 278.92 1163 0 1 52.6984 -77.9898 -204.85 + 48 402.56 532 1 0 64.2392 -73.5907 -176.25 + 48 61.3023 1223 1 1 64.8146 -73.3697 -174.85 + 48 223.06 1224 1 1 64.85 -73.356 -174.764 + 48 357.21 546 2 0 77.4809 -70.7087 -146.25 + 48 251.643 1290 2 1 78.1105 -70.5659 -144.85 + 48 66.8769 1291 2 1 78.25 -70.5331 -144.541 + 48 448.747 576 3 0 93.0244 -64.8205 -116.25 + 48 346.178 1368 3 1 93.7745 -64.5067 -114.85 + 48 76.9176 1369 3 1 93.95 -64.4312 -114.526 + 48 240.327 620 4 0 103.497 -55.9266 -86.25 + 48 193.175 621 4 0 103.582 -55.85 -85.9962 + 48 427.534 1419 4 1 103.961 -55.5347 -84.85 + 48 486.28 638 5 0 107.344 -52.3722 -56.25 + 48 480.302 1436 5 1 107.486 -52.2478 -54.85 + 48 537.699 646 6 0 114.285 -50.7946 -26.25 + 48 413.5 1472 6 1 114.679 -50.7011 -24.85 + 48 270.272 1473 6 1 114.75 -50.6836 -24.6125 + 48 0.720445 1145 13 1 49.25 -11.6142 185.195 + 48 36.0567 1474 6 1 115.042 -50.1978 -24.6861 + 48 207.81 1146 2 1 49.25 -80.5039 -144.771 +Number of digits in this event = 75 +Using G4ParticleGun ... +5.55414 LIN +proton +Event: 49 +Number of tracker hits in this event = 119 + 49 105.228 845 10 1 -10.9991 103.148 95.55 + 49 115.55 1414 10 0 -10.9975 103.146 94.15 + 49 139.024 845 9 1 -10.9667 103.099 65.55 + 49 118.68 1414 9 0 -10.9661 103.096 64.15 + 49 182.832 845 8 1 -10.9524 103.039 35.55 + 49 115.166 1414 8 0 -10.9509 103.036 34.15 + 49 220.448 845 7 1 -10.9188 102.977 5.55 + 49 153.203 1414 7 0 -10.9163 102.974 4.15 + 49 95.3878 845 6 1 -10.8647 102.899 -24.45 + 49 98.2405 1413 6 0 -10.8616 102.896 -25.85 + 49 100.936 846 5 1 -10.8014 102.829 -54.45 + 49 206.58 1413 5 0 -10.7984 102.827 -55.85 + 49 95.9274 846 4 1 -10.732 102.78 -84.45 + 49 123.57 1413 4 0 -10.7292 102.778 -85.85 + 49 122.883 1406 3 0 -9.5624 101.518 -115.85 + 49 45.3439 1316 3 0 17.0262 83.45 -116.077 + 49 19.817 1315 3 0 17.3147 83.25 -116.074 + 49 64.0558 1405 3 0 -9.30673 101.35 -116.17 + 49 1022.17 1210 4 0 24.9285 62.1497 -86.25 + 49 2091 1209 4 0 25.0161 62.05 -86.1809 + 49 2421.24 1208 4 0 25.1888 61.85 -86.0388 + 49 783.139 1207 4 0 25.3567 61.65 -85.8951 + 49 110.08 1032 4 1 26.6435 60.1846 -84.85 + 49 3123.08 1033 4 1 26.65 60.1772 -84.8447 + 49 3696.97 1034 4 1 26.85 59.9564 -84.6846 + 49 1973.91 1035 4 1 27.05 59.7389 -84.5244 + 49 1064.59 1452 4 0 -22.5509 110.695 -86.25 + 49 1247.88 1453 4 0 -22.6335 110.75 -86.0549 + 49 1079.77 784 4 1 -23.1695 111.107 -84.85 + 49 1549.35 783 4 1 -23.25 111.16 -84.6715 + 49 1141.91 847 3 1 -10.544 102.457 -114.45 + 49 2424.9 848 3 1 -10.45 102.264 -114.563 + 49 842.858 849 3 1 -10.25 101.889 -114.785 + 49 1320.19 1399 3 0 -9.28652 100.121 -115.85 + 49 1699.29 1398 3 0 -9.1936 99.95 -115.953 + 49 1841.49 1397 3 0 -9.08824 99.75 -116.069 + 49 984.375 1396 3 0 -8.9843 99.55 -116.192 + 49 47.5808 845 3 1 -11.0371 103.333 -114.45 + 49 904.487 844 3 1 -11.05 103.351 -114.455 + 49 845.779 843 3 1 -11.25 103.635 -114.536 + 49 991.516 842 3 1 -11.45 103.916 -114.617 + 49 916.917 841 3 1 -11.65 104.198 -114.699 + 49 871.056 840 3 1 -11.85 104.477 -114.779 + 49 188.665 1440 3 0 -14.5554 108.289 -115.85 + 49 759.47 1441 3 0 -14.5989 108.35 -115.867 + 49 690.619 1442 3 0 -14.7417 108.55 -115.924 + 49 737.843 1443 3 0 -14.8854 108.75 -115.98 + 49 790.522 1444 3 0 -15.0331 108.95 -116.036 + 49 796.942 1445 3 0 -15.1798 109.15 -116.092 + 49 903.501 1446 3 0 -15.3256 109.35 -116.148 + 49 523.623 1447 3 0 -15.4704 109.55 -116.207 + 49 29.9585 1560 4 0 -35.5013 132.328 -86.25 + 49 278.595 1561 4 0 -35.5194 132.35 -86.2296 + 49 317.361 1562 4 0 -35.6866 132.55 -86.0402 + 49 1.94793 1563 4 0 -35.8531 132.75 -85.8518 + 49 211.213 716 4 1 -36.7467 133.817 -84.85 + 49 455.336 715 4 1 -36.85 133.941 -84.7342 + 49 102.787 714 4 1 -37.05 134.18 -84.5102 + 49 257.257 1712 5 0 -61.5429 162.612 -56.25 + 49 449.784 1713 5 0 -61.6616 162.75 -56.113 + 49 133.962 1714 5 0 -61.8342 162.95 -55.9114 + 49 228.837 586 5 1 -62.7513 163.997 -54.85 + 49 449.6 585 5 1 -62.85 164.109 -54.7358 + 49 102.169 584 5 1 -63.05 164.337 -54.505 + 49 150.09 1555 4 0 -51.6102 131.276 -86.25 + 49 340.097 1556 4 0 -51.7166 131.35 -86.1771 + 49 277.965 1557 4 0 -52.0034 131.55 -85.9805 + 49 284.9 631 4 1 -53.6606 132.719 -84.85 + 49 311.57 630 4 1 -53.85 132.853 -84.7208 + 49 389.746 629 4 1 -54.05 132.995 -84.5833 + 49 319.41 1715 5 0 -94.9956 163.192 -56.25 + 49 448.648 1716 5 0 -95.2096 163.35 -56.1019 + 49 108.209 1717 5 0 -95.4819 163.55 -55.9119 + 49 211.987 415 5 1 -97.0025 164.663 -54.85 + 49 275.994 414 5 1 -97.15 164.771 -54.747 + 49 481.79 413 5 1 -97.35 164.917 -54.6081 + 49 44.4242 412 5 1 -97.55 165.063 -54.4701 + 49 13.1704 1015 2 1 23.213 107.049 -144.45 + 49 132.988 1016 2 1 23.25 107.046 -144.463 + 49 127.294 1017 2 1 23.4512 107.025 -144.559 + 49 68.9141 1018 2 1 23.6503 107.048 -144.681 + 49 74.6145 1019 2 1 23.85 107.126 -144.757 + 49 10.7738 1020 2 1 24.05 107.2 -144.834 + 49 31.8714 1438 2 0 26.339 107.914 -145.85 + 49 125.712 1439 2 0 26.4459 107.95 -145.905 + 49 73.2756 1440 2 0 26.8284 108.15 -146.149 + 49 4.8722 1441 2 0 27.0149 108.35 -146.24 + 49 158.76 1435 2 0 24.8007 107.288 -145.85 + 49 35.1056 1185 1 1 57.1432 111.631 -174.45 + 49 76.0092 1186 1 1 57.25 111.642 -174.54 + 49 62.5154 1187 1 1 57.45 111.662 -174.707 + 49 182.287 1458 1 0 58.8749 111.787 -175.85 + 49 51.0551 1371 0 1 94.4069 115.061 -204.45 + 49 75.6693 1372 0 1 94.5502 115.074 -204.554 + 49 58.9739 1373 0 1 94.75 115.094 -204.698 + 49 3.13753 1374 0 1 94.95 115.115 -204.843 + 49 203.17 1475 0 0 96.329 115.254 -205.85 + 49 194.932 1577 0 0 130.349 135.643 -206.25 + 49 36.1267 1549 0 1 130.033 135.722 -204.85 + 49 247.718 1573 0 0 129.668 134.841 -205.85 + 49 94.0475 1572 0 0 129.609 134.75 -205.965 + 49 74.22 1119 1 0 -142.961 44.05 -176.128 + 49 79.4144 180 1 1 -143.976 44.7019 -174.85 + 49 58.116 211 0 1 -137.75 -88.447 -204.724 + 49 1065.97 846 3 1 -10.6686 102.743 -114.45 + 49 971.629 1413 3 0 -10.6653 102.774 -115.85 + 49 1088.05 847 2 1 -10.6028 103.252 -144.45 + 49 1015.8 1415 2 0 -10.6772 103.288 -145.85 + 49 1037.29 838 1 1 -12.3084 104.108 -174.45 + 49 1288.96 1420 1 0 -12.3947 104.198 -175.85 + 49 1191.4 829 0 1 -14.1498 106.312 -204.45 + 49 1281.49 1431 0 0 -14.349 106.433 -205.85 + 49 104.833 1412 3 0 -10.7459 102.679 -115.85 + 49 196.286 839 2 1 -12.1101 101.617 -144.45 + 49 128.161 1407 2 0 -12.1775 101.567 -145.85 + 49 118.99 832 1 1 -13.5491 100.561 -174.45 + 49 101.498 1401 1 0 -13.6152 100.511 -175.85 + 49 92.8262 825 0 1 -14.9574 99.5013 -204.45 + 49 123.606 1396 0 0 -15.0229 99.4546 -205.85 +Number of digits in this event = 80 +Using G4ParticleGun ... +9.7359 LIN +proton +Event: 50 +Number of tracker hits in this event = 26 + 50 126.119 1280 9 1 76.1385 -103.83 65.55 + 50 172.435 381 9 0 76.1386 -103.83 64.15 + 50 83.7436 1280 8 1 76.1404 -103.82 35.55 + 50 139.97 381 8 0 76.1399 -103.819 34.15 + 50 122.249 1280 7 1 76.1294 -103.802 5.55 + 50 112.263 381 7 0 76.1291 -103.802 4.15 + 50 135.269 1280 6 1 76.1258 -103.797 -24.45 + 50 114.511 381 6 0 76.1252 -103.797 -25.85 + 50 213.35 1280 5 1 76.1136 -103.799 -54.45 + 50 109.529 381 5 0 76.1137 -103.799 -55.85 + 50 133.246 1280 4 1 76.12 -103.8 -84.45 + 50 137.093 381 4 0 76.1203 -103.799 -85.85 + 50 138.616 1280 3 1 76.1255 -103.795 -114.45 + 50 111.964 381 3 0 76.1259 -103.795 -115.85 + 50 122.821 1280 2 1 76.1362 -103.753 -144.45 + 50 42.5236 381 2 0 76.1366 -103.75 -145.85 + 50 63.825 382 2 0 76.1367 -103.75 -146 + 50 144.734 1280 1 1 76.1449 -103.7 -174.45 + 50 323.238 382 1 0 76.1453 -103.697 -175.85 + 50 123.08 1280 0 1 76.1542 -103.636 -204.45 + 50 224.397 382 0 0 76.1537 -103.634 -205.85 + 50 34.1619 337 3 1 -112.602 47.4613 -114.804 + 50 257.137 899 0 1 -0.211035 105.339 -204.45 + 50 158.176 898 0 1 -0.250135 105.127 -204.787 + 50 42.0865 380 5 0 76.016 -104.116 -55.85 + 50 492.436 379 5 0 76.0175 -104.15 -55.9569 +Number of digits in this event = 20 +Using G4ParticleGun ... +6.65484 LIN +proton +Event: 51 +Number of tracker hits in this event = 25 + 51 188.891 311 8 1 -117.874 -84.786 35.55 + 51 193.26 476 8 0 -117.874 -84.7863 34.15 + 51 219.968 311 7 1 -117.863 -84.7966 5.55 + 51 93.5265 476 7 0 -117.862 -84.7974 4.15 + 51 131.377 311 6 1 -117.847 -84.8157 -24.45 + 51 125.374 476 6 0 -117.847 -84.8178 -25.85 + 51 99.0924 311 5 1 -117.847 -84.8568 -54.45 + 51 126.55 475 5 0 -117.847 -84.8584 -55.85 + 51 100.107 311 4 1 -117.843 -84.8912 -84.45 + 51 125.991 475 4 0 -117.843 -84.8932 -85.85 + 51 104.581 311 3 1 -117.833 -84.9339 -114.45 + 51 103.06 475 3 0 -117.832 -84.935 -115.85 + 51 110.316 311 2 1 -117.824 -84.9592 -144.45 + 51 108.033 475 2 0 -117.824 -84.9592 -145.85 + 51 114.676 311 1 1 -117.817 -84.9598 -174.45 + 51 170.564 475 1 0 -117.817 -84.9578 -175.85 + 51 117.658 311 0 1 -117.835 -84.9162 -204.45 + 51 132.967 475 0 0 -117.837 -84.9149 -205.85 + 51 607.987 48 1 1 -170.47 -81.4687 -174.759 + 51 41.9359 442 6 1 -91.55 63.6183 -24.5918 + 51 5.42787 487 0 0 -118.054 -82.5582 -206.25 + 51 19.1799 466 0 0 -102.528 -86.8066 -206.054 + 51 58.3972 670 4 0 160.045 -45.9605 -85.85 + 51 64.584 271 6 1 -125.916 -150.193 -24.6438 + 51 190.709 289 11 0 20.3789 -122.23 123.804 +Number of digits in this event = 15 +Using G4ParticleGun ... +3.26297 LIN +proton +Event: 52 +Number of tracker hits in this event = 19 + 52 130.167 540 8 1 -71.9542 125.183 35.55 + 52 124.559 1525 8 0 -71.9527 125.183 34.15 + 52 150.841 540 7 1 -71.9265 125.19 5.55 + 52 151.206 1525 7 0 -71.9247 125.19 4.15 + 52 120.753 540 6 1 -71.8942 125.184 -24.45 + 52 191.008 1525 6 0 -71.8916 125.183 -25.85 + 52 115.33 541 5 1 -71.8323 125.185 -54.45 + 52 108.271 1525 5 0 -71.829 125.186 -55.85 + 52 113.697 541 4 1 -71.7596 125.212 -84.45 + 52 169.101 1525 4 0 -71.7552 125.21 -85.85 + 52 187.04 541 3 1 -71.6717 125.169 -114.45 + 52 213.959 1525 3 0 -71.6664 125.169 -115.85 + 52 119.374 542 2 1 -71.5546 125.172 -144.45 + 52 97.3374 1525 2 0 -71.5506 125.171 -145.85 + 52 181.877 542 1 1 -71.4679 125.163 -174.45 + 52 123.654 1525 1 0 -71.4623 125.162 -175.85 + 52 119.763 543 0 1 -71.3496 125.142 -204.45 + 52 105.617 1524 0 0 -71.3455 125.141 -205.85 + 52 107.688 1524 6 0 -71.9026 125.15 -26.1043 +Number of digits in this event = 12 +Using G4ParticleGun ... +3.97607 LIN +proton +Event: 53 +Number of tracker hits in this event = 32 + 53 172.265 1223 10 1 64.7806 77.4221 95.55 + 53 118.11 1286 10 0 64.7812 77.4228 94.15 + 53 208.105 1223 9 1 64.7969 77.4365 65.55 + 53 109.524 1286 9 0 64.7968 77.4375 64.15 + 53 285.638 1223 8 1 64.7981 77.4572 35.55 + 53 366.69 1287 8 0 64.7978 77.4592 34.15 + 53 106.176 1223 7 1 64.7899 77.5 5.55 + 53 157.752 1287 7 0 64.7878 77.5024 4.15 + 53 117.185 1223 6 1 64.7526 77.5553 -24.45 + 53 116.65 1287 6 0 64.7529 77.5573 -25.85 + 53 98.9276 1223 5 1 64.7568 77.596 -54.45 + 53 110.074 1287 5 0 64.7564 77.5969 -55.85 + 53 108.208 1223 4 1 64.749 77.6134 -84.45 + 53 112.008 1287 4 0 64.7493 77.6155 -85.85 + 53 98.1629 1223 3 1 64.761 77.6603 -114.45 + 53 155.833 1288 3 0 64.7619 77.6622 -115.85 + 53 88.1876 1223 2 1 64.785 77.6925 -144.45 + 53 133.705 1288 2 0 64.7857 77.693 -145.85 + 53 106.817 1223 1 1 64.7978 77.7089 -174.45 + 53 94.4207 1288 1 0 64.7976 77.7109 -175.85 + 53 110.535 1223 0 1 64.7964 77.7479 -204.45 + 53 98.1537 1288 0 0 64.7971 77.7503 -205.85 + 53 64.2704 1167 3 0 51.5131 53.5863 -116.25 + 53 100.3 1166 3 0 51.4242 53.4499 -116.111 + 53 13.1897 1165 3 0 51.1386 53.25 -115.874 + 53 20.0769 1150 3 1 50.1013 52.7563 -114.85 + 53 74.6714 1149 3 1 50.05 52.7427 -114.805 + 53 170.127 1148 3 1 49.85 52.7516 -114.65 + 53 131.814 1147 3 1 49.65 52.8375 -114.639 + 53 27.6818 1147 3 0 48.8597 49.5148 -115.85 + 53 107.045 1146 3 0 48.8495 49.45 -115.882 + 53 51.1574 1145 3 0 48.9251 49.2499 -116.077 +Number of digits in this event = 10 +Using G4ParticleGun ... +2.94722 LIN +proton +Event: 54 +Number of tracker hits in this event = 93 + 54 95.9307 951 8 1 10.4125 142.346 35.55 + 54 120.659 1610 8 0 10.4133 142.348 34.15 + 54 113.696 951 7 1 10.4294 142.383 5.55 + 54 104.92 1611 7 0 10.4291 142.383 4.15 + 54 3071.29 951 6 1 10.4216 142.401 -24.45 + 54 484.648 950 6 1 10.25 142.093 -24.5618 + 54 41.541 1195 7 0 -38.6264 59.081 3.75 + 54 334.032 1194 7 0 -38.6447 59.05 3.76057 + 54 367.465 1193 7 0 -38.7627 58.85 3.82875 + 54 315.974 1192 7 0 -38.8801 58.65 3.89686 + 54 477.223 1191 7 0 -38.9976 58.45 3.96307 + 54 402.148 1190 7 0 -39.1141 58.25 4.03005 + 54 303.394 1189 7 0 -39.2305 58.05 4.09748 + 54 502.15 694 7 1 -41.0632 54.9174 5.15 + 54 550.614 693 7 1 -41.25 54.5983 5.25732 + 54 630.487 692 7 1 -41.45 54.2513 5.37215 + 54 297.395 691 7 1 -41.65 53.9062 5.48813 + 54 165.898 507 8 0 -104.279 -78.5394 33.75 + 54 459.805 506 8 0 -104.331 -78.65 33.7735 + 54 318.705 505 8 0 -104.424 -78.85 33.8162 + 54 468.314 504 8 0 -104.518 -79.05 33.8574 + 54 537.213 503 8 0 -104.611 -79.25 33.8966 + 54 439.808 502 8 0 -104.704 -79.45 33.937 + 54 436.967 501 8 0 -104.798 -79.65 33.9792 + 54 393.894 500 8 0 -104.893 -79.85 34.021 + 54 425.812 499 8 0 -104.987 -80.05 34.0626 + 54 370.204 498 8 0 -105.08 -80.25 34.1037 + 54 41.9175 497 8 0 -105.175 -80.45 34.1439 + 54 134.246 363 8 1 -107.512 -85.4129 35.15 + 54 918.152 362 8 1 -107.55 -85.4943 35.1665 + 54 820.211 361 8 1 -107.75 -85.9153 35.2515 + 54 752.312 360 8 1 -107.95 -86.3359 35.3387 + 54 895.102 359 8 1 -108.15 -86.7538 35.4244 + 54 421.047 358 8 1 -108.35 -87.1716 35.5077 + 54 356.598 57 9 0 -157.542 -168.644 63.75 + 54 524.758 56 9 0 -157.606 -168.75 63.7869 + 54 587.478 55 9 0 -157.725 -168.95 63.8553 + 54 634.597 54 9 0 -157.845 -169.15 63.9239 + 54 708.071 53 9 0 -157.965 -169.35 63.9919 + 54 572.601 52 9 0 -158.084 -169.55 64.0626 + 54 125.675 51 9 0 -158.203 -169.75 64.1329 + 54 658.07 100 9 1 -160.002 -172.725 65.15 + 54 967.776 99 9 1 -160.15 -172.97 65.2337 + 54 978.318 98 9 1 -160.35 -173.307 65.3498 + 54 583.6 97 9 1 -160.55 -173.649 65.4679 + 54 227.824 1609 6 0 10.4195 142.061 -25.85 + 54 6.12059 1608 6 0 10.4188 141.95 -26.2329 + 54 261.275 951 5 1 10.3489 133.787 -54.45 + 54 53.0067 1566 5 0 10.3475 133.388 -55.85 + 54 165.982 1565 5 0 10.3474 133.35 -55.982 + 54 186.616 951 4 1 10.269 125.207 -84.45 + 54 156.605 1523 4 0 10.2661 124.821 -85.85 + 54 64.3689 1522 4 0 10.2653 124.75 -86.1091 + 54 236.839 950 3 1 10.1702 116.967 -114.45 + 54 181.161 1482 3 0 10.1584 116.596 -115.85 + 54 159.148 1481 3 0 10.157 116.55 -116.024 + 54 326.137 949 2 1 9.94398 109.013 -144.45 + 54 199.929 1442 2 0 9.95049 108.638 -145.85 + 54 24.3392 1441 2 0 9.95216 108.55 -146.181 + 54 249.33 950 1 1 10.1394 101 -174.45 + 54 177.674 1402 1 0 10.1486 100.639 -175.85 + 54 27.7529 1401 1 0 10.1508 100.55 -176.192 + 54 237.935 951 0 1 10.3608 93.2522 -204.45 + 54 292.573 1363 0 0 10.3786 92.9006 -205.85 + 54 155.878 548 5 1 -70.2782 -9.13059 -54.5986 + 54 56.5201 952 6 1 10.45 142.412 -24.6083 + 54 206.47 1629 7 0 24.3363 146.031 3.75 + 54 53.4585 1024 7 1 25.0253 146.211 5.15 + 54 258.415 1025 7 1 25.05 146.218 5.2002 + 54 24.4343 1651 8 0 38.0424 150.541 33.75 + 54 158.601 1652 8 0 38.069 150.55 33.8086 + 54 169.751 1093 8 1 38.6744 150.756 35.15 + 54 3.55714 1094 8 1 38.85 150.816 35.5395 + 54 190.284 1679 9 0 51.5009 155.979 63.75 + 54 195.817 1160 9 1 52.1324 156.238 65.15 + 54 108.995 1161 9 1 52.25 156.287 65.4099 + 54 157.37 1701 10 0 63.6047 160.467 93.75 + 54 80.552 1220 10 1 64.1621 160.673 95.15 + 54 80.1102 1221 10 1 64.25 160.705 95.3711 + 54 147.857 1727 11 0 75.3286 165.657 123.75 + 54 182.59 1279 11 1 75.8755 165.906 125.15 + 54 174.884 1751 12 0 86.1497 170.443 153.75 + 54 213.86 1333 12 1 86.6565 170.663 155.15 + 54 111.173 1773 13 0 96.7626 174.904 183.75 + 54 27.5296 1774 13 0 96.8729 174.95 184.062 + 54 203.864 1385 13 1 97.2564 175.118 185.15 + 54 62.0771 1386 13 1 97.35 175.159 185.416 + 54 157.102 1793 14 0 106.251 178.898 213.75 + 54 2.99343 1794 14 0 106.374 178.95 214.142 + 54 70.9143 1432 14 1 106.696 179.083 215.15 + 54 227.522 1433 14 1 106.75 179.106 215.32 + 54 209.431 1334 12 1 86.85 170.66 155.462 + 54 116.441 1678 9 0 51.5811 155.95 63.9181 +Number of digits in this event = 74 +Using G4ParticleGun ... +5.13909 LIN +proton +Event: 55 +Number of tracker hits in this event = 22 + 55 124.119 292 9 1 -121.598 -23.7619 65.55 + 55 112.857 781 9 0 -121.599 -23.7612 64.15 + 55 151.114 292 8 1 -121.597 -23.7494 35.55 + 55 112.247 781 8 0 -121.598 -23.7499 34.15 + 55 123.513 292 7 1 -121.637 -23.7638 5.55 + 55 190.094 781 7 0 -121.639 -23.7681 4.15 + 55 218.878 292 6 1 -121.682 -23.8532 -24.45 + 55 129.751 780 6 0 -121.686 -23.8579 -25.85 + 55 100.574 291 5 1 -121.763 -23.9508 -54.45 + 55 122.141 780 5 0 -121.768 -23.9555 -55.85 + 55 111.49 291 4 1 -121.868 -24.0477 -84.45 + 55 103.692 779 4 0 -121.875 -24.0534 -85.85 + 55 107.105 290 3 1 -122.011 -24.18 -114.45 + 55 202.014 779 3 0 -122.018 -24.1863 -115.85 + 55 105.992 289 2 1 -122.158 -24.3118 -144.45 + 55 269.455 778 2 0 -122.164 -24.3188 -145.85 + 55 97.9351 289 1 1 -122.272 -24.4621 -174.45 + 55 95.5281 777 1 0 -122.277 -24.469 -175.85 + 55 184.46 288 0 1 -122.378 -24.605 -204.45 + 55 109.005 777 0 0 -122.382 -24.6099 -205.85 + 55 96.2021 288 1 1 -122.361 -24.5819 -174.45 + 55 33.4399 287 1 1 -122.55 -24.6432 -174.497 +Number of digits in this event = 11 +Using G4ParticleGun ... +3.16874 LIN proton Event: 56 Number of tracker hits in this event = 24 - 56 94.578 1244 11 1 68.949 44.774 125.464 - 56 160.357 1123 11 0 68.949 44.7741 124.15 - 56 327.69 1244 10 1 68.9457 44.7793 95.55 - 56 109.035 1123 10 0 68.9451 44.7799 94.15 - 56 209.019 1244 9 1 68.9346 44.7927 65.55 - 56 94.6546 1123 9 0 68.9346 44.7936 64.15 - 56 136.424 1244 8 1 68.9372 44.814 35.55 - 56 178.649 1123 8 0 68.9374 44.8156 34.15 - 56 104.998 1244 7 1 68.9382 44.8466 5.55 - 56 124.919 1123 7 0 68.9392 44.8481 4.15 - 56 105.298 1244 6 1 68.9596 44.8734 -24.45 - 56 117.032 1124 6 0 68.9603 44.8758 -25.85 - 56 102.626 1244 5 1 68.9739 44.9214 -54.45 - 56 150.2 1124 5 0 68.9757 44.9237 -55.85 - 56 160.743 1244 4 1 69.0162 44.9742 -84.45 - 56 136.019 1124 4 0 69.0182 44.9778 -85.85 - 56 117.242 1245 3 1 69.0632 45.0513 -114.45 - 56 106.02 1125 3 0 69.0644 45.0559 -115.85 - 56 104.66 1245 2 1 69.0911 45.1506 -144.45 - 56 202.765 1125 2 0 69.0936 45.1557 -145.85 - 56 122.283 1245 1 1 69.1477 45.2585 -174.45 - 56 116.152 1126 1 0 69.151 45.2634 -175.85 - 56 88.2542 1245 0 1 69.2179 45.3674 -204.45 - 56 122.256 1126 0 0 69.2202 45.3713 -205.85 -Number of digits in this event = 13 -Using G4ParticleGun ... -9.58381 LIN -proton -Event: 57 -Number of tracker hits in this event = 24 - 57 87.3161 655 11 1 -49.0215 57.8238 125.55 - 57 132.162 1188 11 0 -49.0217 57.8235 124.15 - 57 105.693 655 10 1 -49.0245 57.8193 95.55 - 57 189.02 1188 10 0 -49.025 57.8184 94.15 - 57 141.518 655 9 1 -49.0358 57.7989 65.55 - 57 105.695 1188 9 0 -49.0362 57.7984 64.15 - 57 141.258 655 8 1 -49.0458 57.789 35.55 - 57 117.074 1188 8 0 -49.0459 57.7885 34.15 - 57 116.923 655 7 1 -49.047 57.776 5.55 - 57 105.611 1188 7 0 -49.0471 57.776 4.15 - 57 138.031 654 6 1 -49.0544 57.7748 -24.45 - 57 118.532 1188 6 0 -49.0545 57.7743 -25.85 - 57 83.9138 654 5 1 -49.0574 57.7664 -54.45 - 57 114.81 1188 5 0 -49.0578 57.7657 -55.85 - 57 150.615 654 4 1 -49.0648 57.7507 -84.45 - 57 127.597 1188 4 0 -49.0648 57.7495 -85.85 - 57 121.497 654 3 1 -49.0677 57.7275 -114.45 - 57 125.903 1188 3 0 -49.0679 57.7274 -115.85 - 57 124.923 654 2 1 -49.0713 57.7282 -144.45 - 57 90.7562 1188 2 0 -49.0715 57.7285 -145.85 - 57 107.284 654 1 1 -49.073 57.737 -174.45 - 57 119.105 1188 1 0 -49.0741 57.7367 -175.85 - 57 110.228 654 0 1 -49.0942 57.7296 -204.45 - 57 140.906 1188 0 0 -49.0948 57.7287 -205.85 -Number of digits in this event = 12 -Using G4ParticleGun ... -9.27177 LIN -proton -Event: 58 -Number of tracker hits in this event = 28 - 58 347.055 1251 10 1 70.3664 -86.4147 95.55 - 58 118.727 468 10 0 70.3658 -86.414 94.15 - 58 114.007 1251 9 1 70.3525 -86.3995 65.55 - 58 134.77 468 9 0 70.3527 -86.3998 64.15 - 58 265.844 1251 8 1 70.3557 -86.4084 35.55 - 58 221.518 468 8 0 70.3559 -86.408 34.15 - 58 135.508 1251 7 1 70.36 -86.4022 5.55 - 58 266.944 468 7 0 70.3599 -86.4018 4.15 - 58 117.631 1251 6 1 70.356 -86.3955 -24.45 - 58 245.475 468 6 0 70.3561 -86.3952 -25.85 - 58 139.733 1251 5 1 70.361 -86.3899 -54.45 - 58 143.259 468 5 0 70.3606 -86.3908 -55.85 - 58 162.689 1251 4 1 70.3522 -86.4082 -84.45 - 58 104.896 468 4 0 70.3519 -86.4084 -85.85 - 58 126.721 1251 3 1 70.3447 -86.4128 -114.45 - 58 201.637 468 3 0 70.3432 -86.4132 -115.85 - 58 222.262 1251 2 1 70.3102 -86.4202 -144.45 - 58 102.538 468 2 0 70.3097 -86.4204 -145.85 - 58 285.892 1251 1 1 70.3005 -86.4228 -174.45 - 58 126.569 468 1 0 70.3005 -86.4233 -175.85 - 58 108.734 1251 0 1 70.3011 -86.4345 -204.45 - 58 106.525 468 0 0 70.3015 -86.4354 -205.85 - 58 70.9933 467 6 0 70.1716 -86.45 -26.182 - 58 170.362 1252 8 1 70.45 -86.3452 35.4969 - 58 133.397 442 10 0 73.9965 -91.615 93.75 - 58 220.774 1272 10 1 74.6399 -91.4259 95.15 - 58 35.1763 1273 10 1 74.65 -91.4172 95.1755 - 58 48.5196 1271 10 1 74.4494 -91.2661 95.4346 -Number of digits in this event = 19 -Using G4ParticleGun ... -3.22281 LIN -proton -Event: 59 -Number of tracker hits in this event = 20 - 59 123.688 424 9 1 -95.2791 88.3591 65.55 - 59 109.141 1341 9 0 -95.2809 88.3586 64.15 - 59 125.095 424 8 1 -95.3187 88.341 35.55 - 59 109.672 1341 8 0 -95.3199 88.3385 34.15 - 59 105.343 424 7 1 -95.3405 88.2883 5.55 - 59 107.42 1341 7 0 -95.3404 88.2876 4.15 - 59 96.6445 424 6 1 -95.3401 88.2735 -24.45 - 59 104.067 1341 6 0 -95.3382 88.274 -25.85 - 59 249.269 424 5 1 -95.2966 88.2843 -54.45 - 59 134.537 1341 5 0 -95.2951 88.2852 -55.85 - 59 122.869 424 4 1 -95.2651 88.3082 -84.45 - 59 98.0959 1341 4 0 -95.2646 88.3106 -85.85 - 59 152.374 424 3 1 -95.2538 88.3646 -114.45 - 59 101.556 1341 3 0 -95.2538 88.3661 -115.85 - 59 110.378 424 2 1 -95.2602 88.3933 -144.45 - 59 121.621 1341 2 0 -95.2599 88.3967 -145.85 - 59 158.723 424 1 1 -95.2511 88.4576 -174.45 - 59 124.407 1342 1 0 -95.2499 88.4588 -175.85 - 59 112.713 424 0 1 -95.2265 88.4799 -204.45 - 59 158.423 1342 0 0 -95.2244 88.4813 -205.85 + 56 96.1292 1099 11 1 39.9569 -2.47088 125.55 + 56 109.014 887 11 0 39.9574 -2.47146 124.15 + 56 108.365 1099 10 1 39.9611 -2.48573 95.55 + 56 107.487 887 10 0 39.9606 -2.4838 94.15 + 56 108.254 1099 9 1 39.9462 -2.44887 65.55 + 56 283.82 888 9 0 39.9446 -2.44399 64.15 + 56 157.315 1099 8 1 39.907 -2.34407 35.55 + 56 111.115 888 8 0 39.9064 -2.34078 34.15 + 56 92.4688 1099 7 1 39.8879 -2.28286 5.55 + 56 147.142 888 7 0 39.8854 -2.28093 4.15 + 56 162.045 1098 6 1 39.8254 -2.24252 -24.45 + 56 138.87 889 6 0 39.8235 -2.23944 -25.85 + 56 109.865 1098 5 1 39.7824 -2.17329 -54.45 + 56 109.036 889 5 0 39.782 -2.16954 -55.85 + 56 145.908 1098 4 1 39.7741 -2.08687 -84.45 + 56 167.831 889 4 0 39.7712 -2.08159 -85.85 + 56 107.824 1098 3 1 39.7077 -1.96616 -114.45 + 56 110.805 890 3 0 39.7055 -1.95779 -115.85 + 56 163.3 1098 2 1 39.6609 -1.78758 -144.45 + 56 169.852 891 2 0 39.6609 -1.78022 -145.85 + 56 276.991 1098 1 1 39.6665 -1.63205 -174.45 + 56 118.591 892 1 0 39.6646 -1.62708 -175.85 + 56 109.936 1097 0 1 39.6284 -1.52103 -204.45 + 56 112.311 892 0 0 39.6259 -1.51777 -205.85 Number of digits in this event = 11 Using G4ParticleGun ... -1.55081 LIN +9.19675 LIN +proton +Event: 57 +Number of tracker hits in this event = 44 + 57 190.649 630 11 1 -53.9673 -48.3972 125.55 + 57 107.538 658 11 0 -53.9676 -48.3976 124.15 + 57 243.683 630 10 1 -53.9741 -48.4037 95.55 + 57 111.764 658 10 0 -53.9739 -48.4042 94.15 + 57 135.399 630 9 1 -53.9701 -48.4142 65.55 + 57 157.961 658 9 0 -53.97 -48.4154 64.15 + 57 196.832 630 8 1 -53.9727 -48.4364 35.55 + 57 126.04 658 8 0 -53.973 -48.4376 34.15 + 57 122.658 630 7 1 -53.9778 -48.4638 5.55 + 57 144.838 657 7 0 -53.9781 -48.4649 4.15 + 57 189.413 630 6 1 -53.9814 -48.4887 -24.45 + 57 107.136 657 6 0 -53.9819 -48.4902 -25.85 + 57 103.349 630 5 1 -53.996 -48.5225 -54.45 + 57 130.719 657 5 0 -53.9972 -48.524 -55.85 + 57 120.996 630 4 1 -54.0196 -48.5542 -84.45 + 57 112.146 657 4 0 -54.0219 -48.5558 -85.85 + 57 119.424 629 3 1 -54.0682 -48.5912 -114.45 + 57 182.668 657 3 0 -54.0701 -48.5932 -115.85 + 57 211.634 629 2 1 -54.1081 -48.6304 -144.45 + 57 105.075 657 2 0 -54.1097 -48.6319 -145.85 + 57 110.597 629 1 1 -54.1405 -48.6618 -174.45 + 57 122.547 656 1 0 -54.1416 -48.6632 -175.85 + 57 121.061 629 0 1 -54.1692 -48.6907 -204.45 + 57 170.352 656 0 0 -54.1707 -48.6923 -205.85 + 57 71.3606 360 0 0 159.119 -108.027 -206.244 + 57 197.239 630 2 1 -54.05 -48.7813 -144.51 + 57 18.3832 629 10 1 -54.05 -48.2012 95.1913 + 57 144.42 667 10 0 -52.8408 -46.6261 94.15 + 57 237.109 668 10 0 -52.7826 -46.45 93.9411 + 57 48.9875 756 11 0 -48.1085 -28.7549 123.75 + 57 115.44 757 11 0 -48.0862 -28.65 123.908 + 57 70.3877 660 11 1 -47.8824 -27.8387 125.15 + 57 302.504 661 11 1 -47.85 -27.672 125.369 + 57 195.014 766 11 0 -47.7079 -26.7129 124.15 + 57 107.318 685 11 0 -68.4516 -42.877 123.75 + 57 159.291 684 11 0 -68.6308 -43.0501 124.012 + 57 485.169 683 11 0 -68.8144 -43.25 124.037 + 57 32.3188 527 11 0 -39.8485 -74.6366 123.75 + 57 154.82 526 11 0 -39.7682 -74.65 123.814 + 57 34.3327 367 11 0 -93.5965 -106.583 123.75 + 57 69.7742 631 11 1 -53.85 -48.508 125.262 + 57 249.539 632 11 1 -53.65 -48.524 125.216 + 57 215.717 633 11 1 -53.45 -48.4277 125.238 + 57 64.8928 663 11 0 -52.9998 -47.2764 124.15 +Number of digits in this event = 29 +Using G4ParticleGun ... +1.0777 LIN +proton +Event: 58 +Number of tracker hits in this event = 25 + 58 112.715 492 10 1 -81.6135 55.9128 95.55 + 58 130.053 1179 10 0 -81.6141 55.9123 94.15 + 58 126.227 492 9 1 -81.6121 55.9059 65.55 + 58 114.383 1179 9 0 -81.6166 55.9061 64.15 + 58 111.059 491 8 1 -81.7075 55.9012 35.55 + 58 118.357 1179 8 0 -81.7166 55.9039 34.15 + 58 231.52 490 7 1 -81.9015 55.9659 5.55 + 58 119.075 1179 7 0 -81.9148 55.969 4.15 + 58 282.888 489 6 1 -82.2122 56.0362 -24.45 + 58 154.855 1179 6 0 -82.2275 56.0414 -25.85 + 58 140.991 487 5 1 -82.5318 56.1444 -54.45 + 58 128.46 1180 5 0 -82.5424 56.1468 -55.85 + 58 192.133 486 4 1 -82.7556 56.2064 -84.45 + 58 111.538 1180 4 0 -82.763 56.2039 -85.85 + 58 242.242 485 3 1 -82.8893 56.1385 -114.45 + 58 163.963 1180 3 0 -82.8959 56.1301 -115.85 + 58 140.903 485 2 1 -83.045 55.9781 -144.45 + 58 113.932 1179 2 0 -83.0574 55.9632 -145.85 + 58 109.063 483 1 1 -83.3283 55.6825 -174.45 + 58 126.087 1178 1 0 -83.3355 55.6666 -175.85 + 58 125.38 482 0 1 -83.4805 55.3259 -204.45 + 58 128.345 1176 0 0 -83.4811 55.3104 -205.85 + 58 59.8975 490 6 1 -82.0498 56.164 -24.7643 + 58 62.4766 491 6 1 -81.85 56.2295 -24.7878 + 58 453.547 492 6 1 -81.65 56.3143 -24.8114 +Number of digits in this event = 16 +Using G4ParticleGun ... +6.9445 LIN +proton +Event: 59 +Number of tracker hits in this event = 225 + 59 9.77392 1553 9 0 36.3619 130.809 63.7708 + 59 245.668 1081 8 1 36.3633 130.81 35.55 + 59 115.529 1553 8 0 36.3633 130.809 34.15 + 59 103.967 1081 7 1 36.3621 130.802 5.55 + 59 100.597 1553 7 0 36.3616 130.802 4.15 + 59 115.141 1081 6 1 36.3517 130.789 -24.45 + 59 109.771 1553 6 0 36.3517 130.789 -25.85 + 59 103.563 1081 5 1 36.3513 130.776 -54.45 + 59 157.197 1553 5 0 36.3523 130.776 -55.85 + 59 99.3114 1081 4 1 36.3734 130.777 -84.45 + 59 109.493 1553 4 0 36.3747 130.777 -85.85 + 59 107.97 1081 3 1 36.399 130.776 -114.45 + 59 130.359 1553 3 0 36.3993 130.775 -115.85 + 59 116.82 1081 2 1 36.4023 130.757 -144.45 + 59 188.793 1553 2 0 36.4009 130.756 -145.85 + 59 54.1026 1615 1 0 73.0247 143.277 -176.049 + 59 1944.75 1607 2 0 34.5899 141.716 -146.25 + 59 888.153 1227 2 0 51.0599 65.5667 -146.25 + 59 1415.02 1226 2 0 51.0862 65.45 -146.2 + 59 1668.8 1225 2 0 51.127 65.25 -146.116 + 59 2131.88 1224 2 0 51.1905 65.05 -146.029 + 59 2694.2 1223 2 0 51.2583 64.85 -145.937 + 59 103.253 1222 2 0 51.3316 64.65 -145.853 + 59 4696.1 1161 2 1 52.2987 62.1129 -144.85 + 59 5797.82 1081 1 1 36.3586 130.8 -174.45 + 59 4821.12 1555 1 0 36.237 131.283 -175.85 + 59 2357 1556 1 0 36.2209 131.35 -176.046 + 59 3232.33 1082 1 1 36.45 130.862 -174.708 + 59 2008.81 1104 0 1 40.9773 139.219 -204.45 + 59 2471.45 1597 0 0 40.9815 139.55 -205.85 + 59 7424 1534 2 0 -27.276 127.086 -146.25 + 59 554.992 747 2 1 -30.6002 127.032 -144.85 + 59 2797.49 746 2 1 -30.65 127.031 -144.829 + 59 4279.87 745 2 1 -30.85 127.032 -144.727 + 59 1796.73 1396 2 0 50.4665 99.5327 -146.25 + 59 2131.4 1395 2 0 50.549 99.35 -146.086 + 59 818.985 1394 2 0 50.6353 99.15 -145.903 + 59 6041.66 1155 2 1 51.1284 98.0129 -144.85 + 59 2428.35 1156 2 1 51.25 97.7511 -144.599 + 59 2203.72 1079 1 1 35.8701 129.481 -174.45 + 59 2731.59 1078 1 1 35.85 129.419 -174.462 + 59 3303.13 1077 1 1 35.65 128.809 -174.575 + 59 3544.34 1076 1 1 35.45 128.171 -174.687 + 59 2187.63 1075 1 1 35.25 127.485 -174.795 + 59 301.158 1495 1 0 32.8278 119.226 -175.85 + 59 953.198 1494 1 0 32.8053 119.15 -175.86 + 59 912.406 1493 1 0 32.7456 118.95 -175.884 + 59 1064.37 1492 1 0 32.6832 118.75 -175.907 + 59 1139.93 1491 1 0 32.6171 118.55 -175.933 + 59 1177.99 1490 1 0 32.5488 118.35 -175.965 + 59 1242.83 1489 1 0 32.4783 118.15 -175.998 + 59 1146.34 1488 1 0 32.4075 117.95 -176.034 + 59 1357.35 1487 1 0 32.3376 117.75 -176.07 + 59 1625.53 1486 1 0 32.2665 117.55 -176.105 + 59 1799.2 1485 1 0 32.1894 117.35 -176.141 + 59 2053.52 1484 1 0 32.1104 117.15 -176.182 + 59 2644.75 1483 1 0 32.0271 116.95 -176.218 + 59 1666 1482 1 0 31.958 116.75 -176.241 + 59 2905.37 1080 1 1 36.1999 130.804 -174.45 + 59 471.337 977 0 1 15.5191 139.96 -204.45 + 59 1034.09 976 0 1 15.45 139.99 -204.571 + 59 786.196 1600 0 0 14.7287 140.311 -205.85 + 59 1036.16 1601 0 0 14.6435 140.35 -206.001 + 59 1083.95 1578 2 0 12.9158 135.88 -146.25 + 59 38.3325 1579 2 0 12.5968 135.95 -145.87 + 59 274.342 958 2 1 11.7358 136.149 -144.85 + 59 663.85 957 2 1 11.65 136.169 -144.748 + 59 127.692 956 2 1 11.45 136.216 -144.513 + 59 1123.27 1613 3 0 -13.6245 142.776 -116.25 + 59 530.684 825 3 1 -14.8738 143.098 -114.85 + 59 776.431 824 3 1 -15.05 143.143 -114.653 + 59 1338.05 1639 4 0 -44.7445 148.053 -86.25 + 59 177.754 669 4 1 -46.2126 148.311 -84.85 + 59 698.433 668 4 1 -46.25 148.318 -84.8143 + 59 639.385 667 4 1 -46.45 148.354 -84.6233 + 59 1540.9 1677 5 0 -70.0497 155.566 -56.25 + 59 239.799 544 5 1 -71.1939 155.926 -54.85 + 59 819.571 543 5 1 -71.25 155.944 -54.781 + 59 344.626 542 5 1 -71.45 156.005 -54.5382 + 59 1807.09 1703 6 0 -96.2806 160.858 -26.25 + 59 254.861 413 6 1 -97.4983 161.109 -24.85 + 59 1234.68 412 6 1 -97.55 161.12 -24.7904 + 59 544.136 411 6 1 -97.75 161.163 -24.5582 + 59 2445.4 1746 7 0 -114.95 169.432 3.75 + 59 1347.37 321 7 1 -115.827 169.804 5.15 + 59 1287.87 320 7 1 -115.95 169.853 5.34373 + 59 592.912 1523 2 0 9.62227 124.782 -146.25 + 59 1208.11 1522 2 0 9.47924 124.75 -146.101 + 59 233.526 941 2 1 8.29693 124.467 -144.85 + 59 918.238 940 2 1 8.25 124.455 -144.8 + 59 769.428 939 2 1 8.05 124.406 -144.591 + 59 2312.59 1486 3 0 -19.6892 117.493 -116.25 + 59 436.905 795 3 1 -20.9946 117.149 -114.85 + 59 1529.23 794 3 1 -21.05 117.134 -114.789 + 59 850.332 793 3 1 -21.25 117.08 -114.569 + 59 2927.34 1501 4 0 -50.0917 120.389 -86.25 + 59 1926.72 1548 1 0 35.4018 129.928 -175.85 + 59 338.005 1547 1 0 35.1884 129.75 -176.199 + 59 2287.99 985 0 1 17.1416 114.142 -204.45 + 59 2880.95 984 0 1 17.05 114.021 -204.646 + 59 1066.63 1465 0 0 16.4907 113.191 -205.85 + 59 3902.8 1464 0 0 16.4637 113.15 -205.908 + 59 1980.74 1561 1 0 36.8439 132.462 -175.85 + 59 1567.26 1562 1 0 36.8659 132.55 -175.933 + 59 757.515 1563 1 0 36.9175 132.75 -176.123 + 59 2695.32 1123 0 1 44.724 163.742 -204.45 + 59 881.455 1727 0 0 45.2227 165.579 -205.85 + 59 1064.27 1728 0 0 45.271 165.75 -205.979 + 59 1004.98 1729 0 0 45.3303 165.95 -206.134 + 59 1641.09 1541 2 0 42.7938 128.438 -146.25 + 59 1544.13 1115 2 1 43.1211 128.317 -144.85 + 59 2246.12 1536 3 0 49.4577 127.542 -116.25 + 59 2299.25 1148 3 1 49.7633 127.507 -114.85 + 59 5.32858 1149 3 1 49.85 127.497 -114.451 + 59 1923.6 1487 4 0 63.7795 117.651 -86.25 + 59 684.751 1560 1 0 33.3349 132.285 -175.85 + 59 159.109 812 0 1 -17.6093 159.808 -204.45 + 59 815.608 811 0 1 -17.65 159.831 -204.467 + 59 1014.47 810 0 1 -17.85 159.949 -204.551 + 59 903.01 809 0 1 -18.05 160.069 -204.635 + 59 925.632 808 0 1 -18.25 160.188 -204.727 + 59 502.763 807 0 1 -18.45 160.305 -204.817 + 59 787.634 1707 0 0 -20.65 161.658 -205.85 + 59 1808 1708 0 0 -20.7998 161.75 -205.92 + 59 1765.83 1709 0 0 -21.1336 161.95 -206.076 + 59 396.284 1710 0 0 -21.4605 162.15 -206.219 + 59 24.7929 645 1 0 107.21 -50.9822 -176.222 + 59 454.274 1544 1 0 33.7501 129.134 -175.85 + 59 437.498 1543 1 0 33.4492 128.95 -176.037 + 59 12.094 1542 1 0 33.1253 128.75 -176.238 + 59 105.531 837 0 1 -12.5297 100.537 -204.45 + 59 202.506 836 0 1 -12.65 100.467 -204.52 + 59 165.693 835 0 1 -12.85 100.351 -204.637 + 59 136.545 834 0 1 -13.05 100.235 -204.755 + 59 12.4636 1395 0 0 -14.9198 99.1602 -205.85 + 59 594.408 1394 0 0 -14.9374 99.15 -205.86 + 59 272.774 1393 0 0 -15.2855 98.95 -206.064 + 59 374.226 1674 2 0 45.0923 155.013 -146.25 + 59 665.894 1675 2 0 45.1416 155.15 -146.092 + 59 111.554 1676 2 0 45.2143 155.35 -145.863 + 59 1084.75 1127 2 1 45.5339 156.228 -144.85 + 59 69.2597 1128 2 1 45.65 156.55 -144.479 + 59 26.5474 1137 0 1 47.6288 139.708 -204.45 + 59 166.454 1138 0 1 47.65 139.725 -204.507 + 59 36.6706 1599 0 0 48.1504 140.136 -205.85 + 59 716.311 1498 2 0 147.964 119.904 -146.25 + 59 61.1786 1497 2 0 149.557 119.75 -145.885 + 59 28.4035 1681 2 1 156.409 118.41 -144.85 + 59 73.3505 1682 2 1 156.55 118.383 -144.827 + 59 81.4811 1683 2 1 156.75 118.345 -144.792 + 59 67.8803 1684 2 1 156.95 118.306 -144.754 + 59 69.8356 1685 2 1 157.151 118.266 -144.711 + 59 131.663 1686 2 1 157.35 118.228 -144.663 + 59 71.9124 1687 2 1 157.55 118.19 -144.619 + 59 78.2915 1688 2 1 157.75 118.154 -144.574 + 59 148.042 1689 2 1 157.95 118.12 -144.529 + 59 39.2808 1690 2 1 158.15 118.089 -144.486 + 59 16.7283 739 1 0 111.283 -32.0983 -176.25 + 59 80.1192 740 1 0 111.276 -32.05 -176.194 + 59 38.927 741 1 0 111.277 -31.8498 -175.966 + 59 260.947 1454 1 1 111.13 -30.8973 -174.85 + 59 255.17 1455 1 1 111.15 -30.5345 -174.534 + 59 327.628 747 1 0 111.361 -30.614 -175.851 + 59 249.769 751 1 0 113.019 -29.8309 -175.85 + 59 105.58 1086 3 0 156.418 37.25 -116.248 + 59 623.172 1554 1 0 36.819 131.017 -175.85 + 59 591.48 1122 0 1 44.5473 135.904 -204.45 + 59 643.625 1579 0 0 44.9146 136.111 -205.85 + 59 228.173 1580 0 0 44.9852 136.15 -206.115 + 59 638.514 1550 1 0 36.0146 130.296 -175.85 + 59 54.6344 1048 0 1 29.6656 122.615 -204.45 + 59 325.011 1047 0 1 29.65 122.596 -204.52 + 59 344.809 1510 0 0 29.3538 122.251 -205.85 + 59 8.5948 1509 0 0 29.2669 122.15 -206.241 + 59 1225.52 1551 1 0 36.0843 130.42 -175.85 + 59 639.721 1054 0 1 30.8649 125.002 -204.45 + 59 1000.4 1053 0 1 30.85 124.956 -204.599 + 59 285.246 1522 0 0 30.7325 124.572 -205.85 + 59 1359.62 1521 0 0 30.7259 124.55 -205.922 + 59 12.2479 1545 1 0 35.7421 129.179 -175.85 + 59 86.0492 1022 0 1 24.5461 101.726 -204.45 + 59 60.2719 1021 0 1 24.45 101.5 -204.686 + 59 117.225 1401 0 0 23.974 100.383 -205.85 + 59 241.633 1400 0 0 23.9597 100.35 -205.885 + 59 49.1181 1399 0 0 23.874 100.15 -206.093 + 59 20.7283 1150 0 1 50.2192 110.21 -204.45 + 59 197.25 1151 0 1 50.25 110.168 -204.516 + 59 68.062 1445 0 0 50.882 109.272 -205.85 + 59 236.361 1444 0 0 50.9682 109.15 -206.03 + 59 7.28344 1577 0 0 128.029 135.55 -205.894 + 59 138.607 923 1 0 36.0227 4.85 -176.172 + 59 79.4205 1152 0 1 50.45 110.157 -204.632 + 59 31.1464 1153 0 1 50.65 110.104 -204.796 + 59 472.306 1448 0 0 51.9423 109.824 -205.85 + 59 41.6541 1314 0 0 168.346 82.8892 -206.25 + 59 374.855 1313 0 0 168.465 82.85 -206.224 + 59 200.261 1312 0 0 169.483 82.65 -206.128 + 59 379.952 1311 0 0 170.126 82.4499 -205.999 + 59 158.031 1031 0 0 84.8981 26.4467 -206.25 + 59 202.876 1030 0 0 84.7791 26.25 -206.088 + 59 426.281 1083 1 1 36.6726 130.974 -174.45 + 59 195.4 1084 1 1 36.85 131.101 -174.587 + 59 109.183 1085 1 1 37.05 131.244 -174.743 + 59 85.7719 1275 0 1 75.1558 159.87 -204.45 + 59 217.794 1276 0 1 75.25 159.94 -204.53 + 59 152.229 1277 0 1 75.45 160.089 -204.701 + 59 86.1302 1704 0 0 76.8254 161.077 -205.85 + 59 307.981 1705 0 0 76.9278 161.15 -205.935 + 59 93.6255 1706 0 0 77.2112 161.35 -206.167 + 59 67.7178 1173 0 1 54.7399 157.587 -204.45 + 59 86.1928 1174 0 1 54.85 157.757 -204.64 + 59 61.1772 1693 0 0 55.5563 158.824 -205.85 + 59 107.247 1694 0 0 55.6394 158.95 -205.992 + 59 2.36261 1695 0 0 55.7684 159.15 -206.238 + 59 108.119 1564 1 0 37.7983 132.95 -176.022 + 59 39.929 1565 1 0 37.9255 133.15 -176.184 + 59 31.4599 1195 0 1 59.2148 166.984 -204.45 + 59 187.184 1196 0 1 59.25 167.045 -204.501 + 59 44.9917 1197 0 1 59.45 167.389 -204.79 + 59 67.3578 1742 0 0 60.1808 168.636 -205.85 + 59 98.0441 1743 0 0 60.2479 168.75 -205.947 + 59 122.63 1744 0 0 60.3639 168.95 -206.116 + 59 109.692 437 2 1 -92.55 99.559 -144.782 + 59 36.245 438 2 1 -92.5499 99.5359 -144.735 + 59 8.9651 1380 8 0 66.6604 96.15 34.0051 +Number of digits in this event = 162 +Using G4ParticleGun ... +7.56648 LIN proton Event: 60 -Number of tracker hits in this event = 21 - 60 137.9 910 9 1 2.20627 117.881 65.55 - 60 113.765 1488 9 0 2.20748 117.884 64.15 - 60 135.907 910 8 1 2.22491 117.936 35.55 - 60 132.116 1488 8 0 2.22538 117.942 34.15 - 60 109.885 910 7 1 2.24828 118.056 5.55 - 60 135.193 1489 7 0 2.24716 118.06 4.15 - 60 145.351 910 6 1 2.22519 118.199 -24.45 - 60 119.784 1490 6 0 2.2189 118.205 -25.85 - 60 127.607 910 5 1 2.09276 118.327 -54.45 - 60 259.877 1490 5 0 2.08301 118.332 -55.85 - 60 115.977 909 4 1 1.87964 118.443 -84.45 - 60 123.895 1491 4 0 1.86885 118.445 -85.85 - 60 185.634 907 3 1 1.62539 118.47 -114.45 - 60 102.899 1491 3 0 1.61256 118.472 -115.85 - 60 106.855 906 2 1 1.35493 118.526 -144.45 - 60 141.274 1491 2 0 1.3402 118.528 -145.85 - 60 153.159 904 1 1 1.04736 118.576 -174.45 - 60 208.214 1492 1 0 1.03475 118.577 -175.85 - 60 126.419 903 0 1 0.770901 118.594 -204.45 - 60 101.931 1492 0 0 0.757086 118.592 -205.85 - 60 229.965 1485 6 0 2.92487 117.269 -25.85 -Number of digits in this event = 15 +Number of tracker hits in this event = 20 + 60 171.018 1506 9 1 121.445 46.128 65.55 + 60 95.2193 1130 9 0 121.444 46.1278 64.15 + 60 101.23 1506 8 1 121.431 46.1224 35.55 + 60 123.997 1130 8 0 121.43 46.123 34.15 + 60 183.964 1506 7 1 121.403 46.1326 5.55 + 60 133.266 1130 7 0 121.402 46.1324 4.15 + 60 114.247 1506 6 1 121.363 46.1279 -24.45 + 60 101.098 1130 6 0 121.362 46.129 -25.85 + 60 116.679 1506 5 1 121.36 46.1535 -54.45 + 60 119.853 1130 5 0 121.36 46.1547 -55.85 + 60 370.549 1506 4 1 121.357 46.1771 -84.45 + 60 103.54 1130 4 0 121.357 46.178 -85.85 + 60 122.349 1505 3 1 121.345 46.1922 -114.45 + 60 103.493 1130 3 0 121.344 46.1942 -115.85 + 60 116.039 1505 2 1 121.313 46.2338 -144.45 + 60 108.147 1130 2 0 121.311 46.2365 -145.85 + 60 119.305 1505 1 1 121.27 46.2942 -174.45 + 60 134.119 1131 1 0 121.267 46.2967 -175.85 + 60 97.7895 1505 0 1 121.213 46.3442 -204.45 + 60 115.05 1131 0 0 121.209 46.3437 -205.85 +Number of digits in this event = 8 Using G4ParticleGun ... -2.69126 LIN +1.90588 LIN proton Event: 61 -Number of tracker hits in this event = 20 - 61 183.567 1576 8 1 135.457 34.5724 35.55 - 61 174.449 1072 8 0 135.457 34.5742 34.15 - 61 101.757 1576 7 1 135.45 34.6035 5.55 - 61 131.62 1072 7 0 135.449 34.6073 4.15 - 61 102.559 1576 6 1 135.436 34.6908 -24.45 - 61 127.317 1073 6 0 135.434 34.6935 -25.85 - 61 107.631 1576 5 1 135.41 34.7551 -54.45 - 61 99.7433 1073 5 0 135.411 34.7575 -55.85 - 61 100.628 1576 4 1 135.422 34.806 -84.45 - 61 256.515 1073 4 0 135.422 34.8058 -85.85 - 61 140.095 1576 3 1 135.419 34.8087 -114.45 - 61 217.181 1073 3 0 135.419 34.8053 -115.85 - 61 131.152 1576 2 1 135.413 34.7345 -144.45 - 61 138.301 1073 2 0 135.415 34.73 -145.85 - 61 114.801 1576 1 1 135.475 34.6391 -174.45 - 61 195.147 1072 1 0 135.477 34.6345 -175.85 - 61 106.351 1576 0 1 135.517 34.5463 -204.45 - 61 130.542 1072 0 0 135.518 34.5439 -205.85 - 61 20.9667 1071 1 0 135.555 34.45 -176.191 - 61 32.8537 1074 4 0 135.309 34.85 -86.0736 -Number of digits in this event = 12 +Number of tracker hits in this event = 22 + 61 122.574 635 10 1 -52.9228 -99.9979 95.55 + 61 142.033 400 10 0 -52.9241 -99.995 94.15 + 61 120.367 635 9 1 -52.9541 -99.9366 65.55 + 61 166.704 401 9 0 -52.9587 -99.9366 64.15 + 61 115.785 634 8 1 -53.0553 -99.9395 35.55 + 61 102.994 401 8 0 -53.0554 -99.9363 34.15 + 61 114.74 634 7 1 -53.0616 -99.8763 5.55 + 61 105.454 401 7 0 -53.0613 -99.8702 4.15 + 61 115.578 634 6 1 -53.053 -99.7521 -24.45 + 61 106.047 402 6 0 -53.0554 -99.7458 -25.85 + 61 105.379 634 5 1 -53.0934 -99.607 -54.45 + 61 101.825 402 5 0 -53.0921 -99.6027 -55.85 + 61 168.837 634 4 1 -53.0715 -99.5133 -84.45 + 61 255.005 403 4 0 -53.0681 -99.5081 -85.85 + 61 261.856 635 3 1 -53.0045 -99.4027 -114.45 + 61 169.894 403 3 0 -52.9937 -99.3989 -115.85 + 61 141.604 636 2 1 -52.7734 -99.3246 -144.45 + 61 277.553 404 2 0 -52.7625 -99.3223 -145.85 + 61 136.618 637 1 1 -52.5571 -99.2706 -174.45 + 61 108.497 404 1 0 -52.5504 -99.2645 -175.85 + 61 95.0703 638 0 1 -52.4102 -99.1273 -204.45 + 61 207.366 405 0 0 -52.4083 -99.1204 -205.85 +Number of digits in this event = 13 Using G4ParticleGun ... -1.24623 LIN +6.11889 LIN proton Event: 62 -Number of tracker hits in this event = 19 - 62 216.685 1468 8 1 113.838 75.2802 35.55 - 62 175.831 1276 8 0 113.839 75.2812 34.15 - 62 281.293 1468 7 1 113.849 75.334 5.55 - 62 100.309 1276 7 0 113.846 75.3343 4.15 - 62 122.689 1468 6 1 113.784 75.3134 -24.45 - 62 143.76 1276 6 0 113.78 75.3106 -25.85 - 62 119.366 1467 5 1 113.694 75.2568 -54.45 - 62 49.1445 1276 5 0 113.689 75.2506 -55.85 - 62 66.8703 1275 5 0 113.689 75.25 -55.9796 - 62 115.416 1467 4 1 113.59 75.1133 -84.45 - 62 143.103 1275 4 0 113.581 75.1056 -85.85 - 62 115.861 1466 3 1 113.384 74.9315 -114.45 - 62 125.972 1274 3 0 113.371 74.9265 -115.85 - 62 147.079 1464 2 1 113.091 74.8117 -144.45 - 62 131.545 1273 2 0 113.075 74.8081 -145.85 - 62 184.927 1463 1 1 112.769 74.7615 -174.45 - 62 101.883 1273 1 0 112.755 74.7605 -175.85 - 62 160.711 1461 0 1 112.468 74.7404 -204.45 - 62 142.548 1273 0 0 112.454 74.7401 -205.85 -Number of digits in this event = 13 +Number of tracker hits in this event = 24 + 62 116.161 1179 11 1 55.958 14.0361 125.55 + 62 117.173 969 11 0 55.9595 14.0352 124.15 + 62 128.454 1179 10 1 55.9913 14.0214 95.55 + 62 109.803 969 10 0 55.9925 14.0209 94.15 + 62 86.6413 1179 9 1 56.0193 14.0097 65.55 + 62 134.673 969 9 0 56.0196 14.0086 64.15 + 62 98.8731 1179 8 1 56.0272 13.9846 35.55 + 62 116.63 969 8 0 56.0282 13.9831 34.15 + 62 91.1012 1179 7 1 56.0487 13.9513 5.55 + 62 127.209 969 7 0 56.0506 13.9502 4.15 + 62 205.578 1180 6 1 56.0929 13.9252 -24.45 + 62 119.98 969 6 0 56.094 13.923 -25.85 + 62 99.9959 1180 5 1 56.1145 13.8756 -54.45 + 62 220.754 969 5 0 56.116 13.8732 -55.85 + 62 153.951 1180 4 1 56.1512 13.8184 -84.45 + 62 121.548 968 4 0 56.1541 13.8151 -85.85 + 62 111.87 1180 3 1 56.2123 13.7422 -114.45 + 62 155.182 968 3 0 56.2143 13.7397 -115.85 + 62 222.913 1181 2 1 56.2559 13.6862 -144.45 + 62 137.65 968 2 0 56.2598 13.6848 -145.85 + 62 95.3018 1181 1 1 56.338 13.6533 -174.45 + 62 111.926 968 1 0 56.3414 13.651 -175.85 + 62 124.551 1181 0 1 56.4113 13.6017 -204.45 + 62 115.796 967 0 0 56.4148 13.5991 -205.85 +Number of digits in this event = 12 Using G4ParticleGun ... -9.91978 LIN +2.28276 LIN proton Event: 63 -Number of tracker hits in this event = 27 - 63 90.4182 816 10 1 -16.8163 109.359 95.55 - 63 111.044 1446 10 0 -16.8158 109.36 94.15 - 63 100.64 816 9 1 -16.8043 109.363 65.55 - 63 105.849 1446 9 0 -16.8041 109.364 64.15 - 63 175.55 816 8 1 -16.8003 109.376 35.55 - 63 114.315 1446 8 0 -16.7996 109.376 34.15 - 63 161.778 816 7 1 -16.785 109.383 5.55 - 63 120.475 1446 7 0 -16.784 109.382 4.15 - 63 199.549 816 6 1 -16.7615 109.361 -24.45 - 63 123.316 1446 6 0 -16.7603 109.36 -25.85 - 63 132.584 816 5 1 -16.7315 109.336 -54.45 - 63 180.935 1445 5 0 -16.7299 109.335 -55.85 - 63 114.586 816 4 1 -16.7018 109.313 -84.45 - 63 113.939 1445 4 0 -16.6996 109.312 -85.85 - 63 152.552 816 3 1 -16.6548 109.29 -114.45 - 63 155.508 1445 3 0 -16.6521 109.289 -115.85 - 63 132.816 817 2 1 -16.5976 109.264 -144.45 - 63 128.232 1445 2 0 -16.595 109.263 -145.85 - 63 239.937 817 1 1 -16.5397 109.232 -174.45 - 63 126.881 1445 1 0 -16.5367 109.231 -175.85 - 63 118.363 817 0 1 -16.4754 109.204 -204.45 - 63 113.581 1445 0 0 -16.4725 109.204 -205.85 - 63 5.30938 357 0 1 -108.55 157.461 -204.835 - 63 14.3702 374 0 1 -105.336 146.244 -204.514 - 63 20.1945 925 1 1 5.05 82.6089 -174.507 - 63 85.1504 924 1 1 5.05 82.6613 -174.484 - 63 1.95851 980 4 0 -90.6539 16.25 -86.0517 -Number of digits in this event = 17 +Number of tracker hits in this event = 22 + 63 167.974 1520 9 1 124.268 -19.8922 65.55 + 63 270.897 800 9 0 124.271 -19.8943 64.15 + 63 130.051 1520 8 1 124.314 -19.9427 35.55 + 63 162.504 800 8 0 124.314 -19.9445 34.15 + 63 129.843 1520 7 1 124.311 -19.9947 5.55 + 63 113.872 800 7 0 124.311 -20.0007 4.15 + 63 112.811 1520 6 1 124.292 -20.1286 -24.45 + 63 139.317 799 6 0 124.293 -20.1369 -25.85 + 63 111.705 1520 5 1 124.313 -20.3221 -54.45 + 63 189.911 798 5 0 124.315 -20.3339 -55.85 + 63 112.909 1521 4 1 124.356 -20.5885 -84.45 + 63 93.0153 797 4 0 124.364 -20.5995 -85.85 + 63 138.056 1521 3 1 124.53 -20.8523 -114.45 + 63 110.349 795 3 0 124.536 -20.8631 -115.85 + 63 115.649 1522 2 1 124.646 -21.078 -144.45 + 63 103.728 794 2 0 124.655 -21.0881 -145.85 + 63 235.203 1523 1 1 124.848 -21.307 -174.45 + 63 151.86 793 1 0 124.856 -21.3188 -175.85 + 63 101.987 1524 0 1 125.037 -21.5659 -204.45 + 63 103.253 792 0 0 125.043 -21.5774 -205.85 + 63 158.887 1522 1 1 124.75 -21.3414 -174.632 + 63 200.414 1521 1 1 124.55 -21.4455 -174.693 +Number of digits in this event = 13 Using G4ParticleGun ... -7.49384 LIN +8.59219 LIN proton Event: 64 -Number of tracker hits in this event = 28 - 64 137.407 638 10 1 -52.4239 81.695 95.55 - 64 102.372 1308 10 0 -52.4237 81.6957 94.15 - 64 108.442 638 9 1 -52.4169 81.713 65.55 - 64 94.3832 1308 9 0 -52.4161 81.7129 64.15 - 64 126.113 638 8 1 -52.3995 81.7126 35.55 - 64 134.761 1308 8 0 -52.3988 81.7127 34.15 - 64 112.47 638 7 1 -52.382 81.7121 5.55 - 64 116.978 1308 7 0 -52.3815 81.7119 4.15 - 64 132.235 638 6 1 -52.3746 81.7088 -24.45 - 64 124.891 1308 6 0 -52.374 81.7095 -25.85 - 64 385.364 638 5 1 -52.3625 81.7247 -54.45 - 64 113.7 1308 5 0 -52.3618 81.7255 -55.85 - 64 143.739 638 4 1 -52.3473 81.7423 -84.45 - 64 98.9822 1308 4 0 -52.3465 81.7436 -85.85 - 64 138.698 638 3 1 -52.3268 81.7676 -114.45 - 64 133.088 1308 3 0 -52.3253 81.7678 -115.85 - 64 134.1 638 2 1 -52.2918 81.7707 -144.45 - 64 125.039 1308 2 0 -52.2905 81.7711 -145.85 - 64 333.657 638 1 1 -52.2638 81.7843 -174.45 - 64 126.157 1308 1 0 -52.2631 81.7849 -175.85 - 64 123.557 638 0 1 -52.2544 81.7982 -204.45 - 64 111.785 1308 0 0 -52.254 81.7985 -205.85 - 64 18.8501 637 1 1 -52.45 81.6907 -174.711 - 64 249.757 639 5 1 -52.2499 81.738 -54.7056 - 64 236.789 640 5 1 -52.05 81.5326 -54.7189 - 64 190.416 1302 5 0 -53.0963 80.5987 -55.85 - 64 9.27223 1309 5 0 -53.3621 81.96 -55.85 - 64 45.1402 629 5 1 -54.2099 81.3609 -54.8498 -Number of digits in this event = 18 +Number of tracker hits in this event = 64 + 64 120.324 877 11 1 -4.51794 -66.5252 125.55 + 64 116.886 567 11 0 -4.5179 -66.5249 124.15 + 64 102.961 877 10 1 -4.51826 -66.5199 95.55 + 64 247.02 567 10 0 -4.5191 -66.5198 94.15 + 64 150.506 877 9 1 -4.53522 -66.513 65.55 + 64 123.899 567 9 0 -4.5366 -66.5126 64.15 + 64 107.297 877 8 1 -4.56195 -66.5027 35.55 + 64 126.291 567 8 0 -4.56318 -66.5022 34.15 + 64 113.61 877 7 1 -4.58805 -66.4915 5.55 + 64 136.171 567 7 0 -4.58904 -66.4911 4.15 + 64 158.755 877 6 1 -4.60891 -66.4824 -24.45 + 64 112.302 567 6 0 -4.60924 -66.4821 -25.85 + 64 114.161 877 5 1 -4.61413 -66.4751 -54.45 + 64 142.691 567 5 0 -4.61398 -66.475 -55.85 + 64 129.802 877 4 1 -4.60741 -66.4749 -84.45 + 64 203.872 567 4 0 -4.60755 -66.4739 -85.85 + 64 131.115 877 3 1 -4.61279 -66.4523 -114.45 + 64 228.206 567 3 0 -4.6125 -66.4509 -115.85 + 64 100.608 877 2 1 -4.60701 -66.4262 -144.45 + 64 120.247 568 2 0 -4.60607 -66.4257 -145.85 + 64 114.939 877 1 1 -4.58647 -66.414 -174.45 + 64 100.526 568 1 0 -4.585 -66.4126 -175.85 + 64 105.526 877 0 1 -4.54956 -66.3843 -204.45 + 64 130.008 568 0 0 -4.54808 -66.3836 -205.85 + 64 688.634 788 0 0 110.981 -22.3341 -206.25 + 64 1510.24 789 0 0 111.23 -22.25 -206.188 + 64 1571.15 790 0 0 111.824 -22.05 -206.041 + 64 310.632 791 0 0 112.415 -21.85 -205.876 + 64 386.47 1479 0 1 115.999 -20.5932 -204.85 + 64 524.853 1480 0 1 116.15 -20.5404 -204.807 + 64 604.471 1481 0 1 116.35 -20.4694 -204.752 + 64 612.562 1482 0 1 116.55 -20.4017 -204.694 + 64 709.466 1483 0 1 116.75 -20.3324 -204.637 + 64 687.263 1484 0 1 116.95 -20.2628 -204.582 + 64 658.656 1485 0 1 117.15 -20.1951 -204.527 + 64 222.103 1486 0 1 117.35 -20.1303 -204.471 + 64 2931.05 917 1 0 176.697 3.5139 -176.25 + 64 7288.51 918 1 0 177.057 3.65 -176.087 + 64 3268.25 1799 1 1 179.961 3.02149 -174.85 + 64 77.2439 315 0 1 -117.057 -136.027 -204.554 + 64 105.781 314 0 1 -117.15 -136.09 -204.528 + 64 137.499 313 0 1 -117.35 -136.228 -204.47 + 64 130.479 312 0 1 -117.727 -136.548 -204.45 + 64 83.0756 311 0 1 -117.75 -136.669 -204.672 + 64 345.232 214 0 0 -117.573 -137.335 -205.85 + 64 420.733 213 0 0 -117.568 -137.35 -205.875 + 64 7.47907 212 0 0 -117.553 -137.55 -206.216 + 64 1.71098 310 0 1 -118.142 -136.404 -204.45 + 64 70.8127 309 0 1 -118.15 -136.405 -204.452 + 64 52.667 308 0 1 -118.35 -136.437 -204.51 + 64 86.4322 307 0 1 -118.55 -136.455 -204.57 + 64 69.6346 306 0 1 -118.751 -136.473 -204.625 + 64 137.203 305 0 1 -118.95 -136.488 -204.678 + 64 72.8751 304 0 1 -119.15 -136.507 -204.731 + 64 52.8854 303 0 1 -119.351 -136.536 -204.788 + 64 14.2258 302 0 1 -119.55 -136.572 -204.841 + 64 581.185 1371 5 1 94.4184 -93.0261 -54.5875 + 64 6.01238 998 14 0 -161.806 19.65 213.8 + 64 201.932 396 3 1 -100.75 103.994 -114.693 + 64 96.6894 395 3 1 -100.95 104.185 -114.53 + 64 162.261 397 3 1 -100.75 104.486 -114.49 + 64 177.389 298 5 0 -144.571 -120.487 -56.25 + 64 88.5469 297 5 0 -144.735 -120.55 -55.8694 + 64 147.873 567 2 0 -4.60832 -66.4501 -145.923 +Number of digits in this event = 43 Using G4ParticleGun ... -5.24347 LIN +6.25698 LIN proton Event: 65 -Number of tracker hits in this event = 30 - 65 148.258 1202 11 1 60.4928 25.8229 125.55 - 65 136.218 1028 11 0 60.4927 25.8227 124.15 - 65 96.4923 1202 10 1 60.4931 25.8208 95.55 - 65 94.4545 1028 10 0 60.4941 25.8207 94.15 - 65 219.215 1202 9 1 60.5165 25.8181 65.55 - 65 153.242 1028 9 0 60.5187 25.8186 64.15 - 65 94.8472 1202 8 1 60.5622 25.8281 35.55 - 65 133.211 1028 8 0 60.5643 25.8289 34.15 - 65 148.174 1202 7 1 60.609 25.8438 5.55 - 65 120.848 1028 7 0 60.6114 25.8446 4.15 - 65 99.4491 1203 6 1 60.6539 25.8623 -24.45 - 65 17.6462 1029 6 0 60.655 25.8507 -25.85 - 65 101.392 1028 6 0 60.655 25.85 -25.9359 - 65 112.404 1203 5 1 60.6761 25.6087 -54.45 - 65 134.83 1027 5 0 60.6777 25.5972 -55.85 - 65 102.158 1203 4 1 60.7076 25.3633 -84.45 - 65 108.168 1026 4 0 60.7065 25.3505 -85.85 - 65 124.492 1203 3 1 60.682 25.0892 -114.45 - 65 277.088 1025 3 0 60.6801 25.0754 -115.85 - 65 328.629 1202 2 1 60.643 24.8096 -144.45 - 65 129.946 1023 2 0 60.6412 24.7969 -145.85 - 65 98.9164 1202 1 1 60.6056 24.5444 -174.45 - 65 241.353 1022 1 0 60.6037 24.5327 -175.85 - 65 116.174 1202 0 1 60.5666 24.2942 -204.45 - 65 109.905 1021 0 0 60.5626 24.2827 -205.85 - 65 121.085 1404 2 1 100.95 -47.2801 -144.601 - 65 182.411 1129 3 0 54.2071 45.8835 -116.25 - 65 3.54795 1024 3 0 60.6649 25.05 -116.048 - 65 369.61 1029 9 0 60.5039 25.85 64.0536 - 65 148.933 1201 9 1 60.45 26.052 65.3744 -Number of digits in this event = 20 +Number of tracker hits in this event = 34 + 65 170.713 640 10 1 -51.8698 94.2466 95.55 + 65 343.26 1370 10 0 -51.8709 94.2466 94.15 + 65 180.559 640 9 1 -51.8936 94.2467 65.55 + 65 104.8 1370 9 0 -51.8944 94.2465 64.15 + 65 204.83 640 8 1 -51.9064 94.2361 35.55 + 65 109.541 1370 8 0 -51.9067 94.2348 34.15 + 65 129.374 640 7 1 -51.9135 94.2035 5.55 + 65 104.824 1370 7 0 -51.9146 94.2019 4.15 + 65 113.125 640 6 1 -51.9416 94.1683 -24.45 + 65 241.09 1370 6 0 -51.9429 94.1645 -25.85 + 65 118.736 640 5 1 -51.9646 94.0853 -54.45 + 65 143.605 1369 5 0 -51.9655 94.0802 -55.85 + 65 97.6774 640 4 1 -51.981 93.9676 -84.45 + 65 139.03 1369 4 0 -51.9808 93.9619 -85.85 + 65 135.603 640 3 1 -51.9757 93.8404 -114.45 + 65 123.128 1368 3 0 -51.975 93.8347 -115.85 + 65 120.172 640 2 1 -51.9635 93.7169 -144.45 + 65 184.84 1367 2 0 -51.9621 93.7118 -145.85 + 65 161.336 640 1 1 -51.9342 93.6065 -174.45 + 65 140.871 1367 1 0 -51.932 93.6016 -175.85 + 65 116.793 640 0 1 -51.8891 93.5004 -204.45 + 65 97.3076 1366 0 0 -51.8868 93.4949 -205.85 + 65 30.5508 1366 3 0 -44.5164 93.5457 -116.25 + 65 113.531 1367 3 0 -44.4721 93.55 -116.149 + 65 88.3861 679 3 1 -44.2214 94.2325 -114.85 + 65 68.5978 680 3 1 -44.05 94.3931 -114.601 + 65 51.1326 681 3 1 -43.85 94.5167 -114.528 + 65 73.1278 682 3 1 -43.65 94.5168 -114.608 + 65 74.2435 683 3 1 -43.4498 94.4387 -114.608 + 65 68.9618 684 3 1 -43.25 94.4187 -114.588 + 65 190.715 685 3 1 -43.05 94.369 -114.485 + 65 324.853 686 3 1 -42.85 94.2823 -114.58 + 65 69.5529 687 3 1 -42.65 94.3783 -114.622 + 65 119.198 688 3 1 -42.45 94.4021 -114.602 +Number of digits in this event = 17 Using G4ParticleGun ... -6.20859 LIN +5.91792 LIN proton Event: 66 -Number of tracker hits in this event = 18 - 66 114.773 1432 8 1 106.697 -98.0929 35.55 - 66 144.883 410 8 0 106.697 -98.0938 34.15 - 66 105.799 1432 7 1 106.689 -98.1119 5.55 - 66 90.7822 410 7 0 106.689 -98.1126 4.15 - 66 90.4787 1432 6 1 106.66 -98.0865 -24.45 - 66 174.15 410 6 0 106.659 -98.0851 -25.85 - 66 173.695 1432 5 1 106.627 -98.0569 -54.45 - 66 101.401 410 5 0 106.626 -98.0544 -55.85 - 66 116.922 1432 4 1 106.601 -97.9992 -84.45 - 66 122.165 410 4 0 106.601 -97.9946 -85.85 - 66 102.654 1432 3 1 106.602 -97.9019 -114.45 - 66 114.941 411 3 0 106.602 -97.8958 -115.85 - 66 149.302 1432 2 1 106.598 -97.7747 -144.45 - 66 108.973 411 2 0 106.599 -97.7691 -145.85 - 66 99.3577 1432 1 1 106.599 -97.654 -174.45 - 66 237.579 412 1 0 106.598 -97.6483 -175.85 - 66 109.939 1432 0 1 106.577 -97.5333 -204.45 - 66 110.41 413 0 0 106.575 -97.5268 -205.85 -Number of digits in this event = 7 +Number of tracker hits in this event = 30 + 66 145.175 655 10 1 -48.9231 90.665 95.55 + 66 112.685 1352 10 0 -48.9235 90.6659 94.15 + 66 126.458 655 9 1 -48.9343 90.6865 65.55 + 66 105.563 1352 9 0 -48.9334 90.6871 64.15 + 66 108.072 655 8 1 -48.9169 90.702 35.55 + 66 115.733 1352 8 0 -48.9156 90.703 34.15 + 66 141.696 655 7 1 -48.8885 90.7253 5.55 + 66 104.267 1352 7 0 -48.8865 90.7266 4.15 + 66 137.895 656 6 1 -48.8428 90.7493 -24.45 + 66 117.474 1353 6 0 -48.841 90.7501 -25.85 + 66 160.535 656 5 1 -48.8084 90.767 -54.45 + 66 196.359 1353 5 0 -48.8074 90.7683 -55.85 + 66 111.906 656 4 1 -48.7885 90.7977 -84.45 + 66 113.11 1353 4 0 -48.7882 90.7989 -85.85 + 66 136.468 656 3 1 -48.78 90.8213 -114.45 + 66 121.695 1353 3 0 -48.7788 90.8237 -115.85 + 66 111.952 656 2 1 -48.7524 90.8749 -144.45 + 66 116.655 1353 2 0 -48.7509 90.8786 -145.85 + 66 67.1676 720 2 1 -36.05 9.3799 -144.795 + 66 114.656 656 1 1 -48.7202 90.9463 -174.45 + 66 98.4482 1353 1 0 -48.7336 90.9143 -175.85 + 66 238.279 655 0 1 -49.0005 90.2629 -204.45 + 66 107.788 1350 0 0 -49.0149 90.2303 -205.85 + 66 148.533 1352 5 0 -48.786 90.75 -56.0136 + 66 85.1595 1349 7 0 -49.5557 90.05 4.06662 + 66 78.2165 1348 7 0 -49.607 89.85 3.95193 + 66 56.8273 1347 7 0 -49.6613 89.65 3.89834 + 66 235.439 1346 7 0 -49.7667 89.449 3.9153 + 66 308.657 1345 7 0 -49.7585 89.25 3.99459 + 66 542.279 1344 7 0 -49.6764 89.0498 3.9873 +Number of digits in this event = 16 Using G4ParticleGun ... -7.13919 LIN +9.69671 LIN proton Event: 67 -Number of tracker hits in this event = 21 - 67 118.642 1350 8 1 90.1578 -15.9364 35.55 - 67 106.388 820 8 0 90.1589 -15.9347 34.15 - 67 257.828 1350 7 1 90.1833 -15.8986 5.55 - 67 108.447 820 7 0 90.1844 -15.8964 4.15 - 67 259.881 1350 6 1 90.2013 -15.8483 -24.45 - 67 115.66 821 6 0 90.2013 -15.8461 -25.85 - 67 148.756 1350 5 1 90.2027 -15.7998 -54.45 - 67 152.556 821 5 0 90.2058 -15.7972 -55.85 - 67 123.012 1350 4 1 90.273 -15.7442 -84.45 - 67 186.89 821 4 0 90.2735 -15.743 -85.85 - 67 110.712 1350 3 1 90.2857 -15.7146 -114.45 - 67 112.309 821 3 0 90.2862 -15.7127 -115.85 - 67 105.088 1350 2 1 90.2947 -15.6738 -144.45 - 67 133.805 821 2 0 90.2956 -15.6717 -145.85 - 67 207.189 1350 1 1 90.3142 -15.6278 -174.45 - 67 209.952 822 1 0 90.3157 -15.6246 -175.85 - 67 129.773 1350 0 1 90.3426 -15.5592 -204.45 - 67 203.987 822 0 0 90.3445 -15.5561 -205.85 - 67 64.9616 668 6 0 60.8685 -46.2618 -26.1078 - 67 140.158 1182 3 1 56.603 -120.463 -114.833 - 67 92.9808 820 4 0 90.1682 -15.85 -85.9895 -Number of digits in this event = 15 +Number of tracker hits in this event = 50 + 67 140.372 1539 8 1 128.056 -50.5193 35.55 + 67 110.194 647 8 0 128.055 -50.5183 34.15 + 67 168.635 1539 7 1 128.049 -50.5018 5.55 + 67 97.2584 647 7 0 128.048 -50.5006 4.15 + 67 126.37 1539 6 1 128.028 -50.4766 -24.45 + 67 199.393 647 6 0 128.027 -50.475 -25.85 + 67 119.957 1539 5 1 128.015 -50.4383 -54.45 + 67 141.746 648 5 0 128.015 -50.4369 -55.85 + 67 119.136 1539 4 1 128.003 -50.4068 -84.45 + 67 135.974 648 4 0 128.002 -50.4057 -85.85 + 67 113.093 1539 3 1 127.969 -50.3838 -114.45 + 67 157.453 648 3 0 127.968 -50.3826 -115.85 + 67 99.1675 1538 2 1 127.943 -50.3601 -144.45 + 67 86.505 648 2 0 127.942 -50.3586 -145.85 + 67 105.886 1538 1 1 127.932 -50.328 -174.45 + 67 115.581 648 1 0 127.932 -50.3271 -175.85 + 67 112.569 1538 0 1 127.921 -50.3117 -204.45 + 67 106.447 648 0 0 127.921 -50.3109 -205.85 + 67 20.9586 594 1 0 175.126 -61.2158 -176.25 + 67 150.572 593 1 0 175.191 -61.25 -175.915 + 67 122.561 727 5 1 -34.45 -89.0368 -54.7137 + 67 36.4006 3 0 0 -19.2378 -179.35 -206.08 + 67 33.2897 241 5 0 -59.1147 -131.95 -56.231 + 67 97.8785 2 0 0 -20.5517 -179.55 -206.028 + 67 243.929 1 0 0 -20.5202 -179.75 -206.155 + 67 359.905 796 0 1 -20.7463 -179.782 -204.85 + 67 157.39 214 0 0 142.927 -137.312 -206.25 + 67 62.133 1608 0 1 141.869 -137.383 -204.85 + 67 66.9762 1607 0 1 141.75 -137.393 -204.677 + 67 376.867 1604 0 1 141.036 -137.141 -204.45 + 67 119.343 218 0 0 140.776 -136.501 -205.85 + 67 59.8535 223 0 0 141.174 -135.447 -205.85 + 67 86.115 224 0 0 141.214 -135.35 -206.049 + 67 5.25106 225 0 0 141.199 -135.15 -206.237 + 67 145.864 106 3 0 98.8839 -158.81 -116.25 + 67 36.2287 105 3 0 98.6671 -158.95 -115.958 + 67 286.053 1389 3 1 98.099 -160.041 -114.85 + 67 206.668 1388 3 1 97.95 -160.344 -114.644 + 67 126.531 1387 3 1 97.75 -160.607 -114.474 + 67 61.499 94 3 0 98.026 -161.239 -115.85 + 67 58.7669 93 3 0 98.0646 -161.35 -116.062 + 67 75.8128 186 3 0 99.6031 -142.915 -116.249 + 67 73.4691 187 3 0 99.516 -142.75 -116.064 + 67 90.9183 188 3 0 99.4416 -142.55 -115.907 + 67 49.3842 71 13 0 97.024 -165.936 183.75 + 67 23.3853 1399 0 0 82.3531 100.113 -206.219 + 67 157.469 1539 1 1 127.95 -50.3396 -174.757 + 67 7.83601 646 6 0 128.054 -50.6501 -25.8673 + 67 158.926 1537 6 1 127.743 -50.6955 -24.85 + 67 95.7026 1538 6 1 127.75 -50.5178 -24.6843 +Number of digits in this event = 23 Using G4ParticleGun ... -8.74429 LIN +6.75514 LIN proton Event: 68 -Number of tracker hits in this event = 53 - 68 146.3 1093 9 1 38.7315 110.986 65.55 - 68 291.785 1454 9 0 38.7318 110.985 64.15 - 68 109.884 1093 8 1 38.7377 110.967 35.55 - 68 114.216 1454 8 0 38.738 110.965 34.15 - 68 115.393 1093 7 1 38.7388 110.935 5.55 - 68 113.429 1453 7 0 38.7385 110.932 4.15 - 68 111.456 1093 6 1 38.7339 110.885 -24.45 - 68 115.862 1453 6 0 38.7332 110.882 -25.85 - 68 291.054 1093 5 1 38.7173 110.828 -54.45 - 68 109.485 1453 5 0 38.717 110.825 -55.85 - 68 142.836 1093 4 1 38.7081 110.785 -84.45 - 68 265.495 1453 4 0 38.7085 110.783 -85.85 - 68 218.6 1093 3 1 38.7175 110.732 -114.45 - 68 118.169 1452 3 0 38.7178 110.73 -115.85 - 68 205.524 1093 2 1 38.7254 110.691 -144.45 - 68 136.459 1452 2 0 38.727 110.689 -145.85 - 68 183.7 1093 1 1 38.7629 110.662 -174.45 - 68 120.613 1452 1 0 38.7646 110.661 -175.85 - 68 153.133 1093 0 1 38.8014 110.628 -204.45 - 68 179.995 1452 0 0 38.8025 110.627 -205.85 - 68 174.948 1451 0 0 38.8834 110.55 -206.088 - 68 139.056 1362 0 0 76.8659 92.5961 -206.25 - 68 207.256 1363 0 0 77.1344 92.75 -206.077 - 68 68.3838 1364 0 0 77.2282 92.9501 -206.049 - 68 17.0453 1450 0 0 38.8312 110.35 -206.213 - 68 37.7461 1065 0 0 25.866 33.1689 -206.25 - 68 68.3568 1064 0 0 25.854 33.0497 -206.205 - 68 73.1102 1063 0 0 25.8392 32.85 -206.139 - 68 66.2093 1062 0 0 25.8705 32.65 -206.023 - 68 94.4642 1061 0 0 25.87 32.45 -205.927 - 68 65.0332 1060 0 0 25.8799 32.25 -205.936 - 68 58.5391 1059 0 0 25.9733 32.05 -205.981 - 68 58.8463 1058 0 0 26.0232 31.85 -205.988 - 68 69.2845 1057 0 0 26.0772 31.65 -205.991 - 68 100.712 1056 0 0 26.0583 31.4499 -205.947 - 68 17.4655 1055 0 0 26.1166 31.25 -205.883 - 68 52.5338 1029 0 1 25.885 30.003 -204.85 - 68 417.079 1028 0 1 25.85 29.8785 -204.773 - 68 58.7918 1027 0 1 25.6498 29.5842 -204.527 - 68 63.6396 1092 1 1 38.65 110.621 -174.635 - 68 65.2934 1091 1 1 38.4499 110.606 -174.716 - 68 60.1848 1090 1 1 38.25 110.676 -174.792 - 68 76.8412 1089 1 1 38.0496 110.724 -174.813 - 68 123.882 1088 1 1 37.8496 110.812 -174.808 - 68 78.7049 1087 1 1 37.65 110.93 -174.751 - 68 64.9269 1086 1 1 37.45 111.097 -174.807 - 68 59.7428 1085 1 1 37.25 111.176 -174.774 - 68 68.8345 1084 1 1 37.05 111.264 -174.713 - 68 208.015 1458 1 0 36.0949 111.817 -175.85 - 68 114.67 1452 5 0 38.4393 110.73 -55.85 - 68 113.328 1076 4 1 35.4346 104.952 -84.45 - 68 21.3721 1425 4 0 35.3616 105.321 -85.85 - 68 114.896 1426 4 0 35.3607 105.35 -85.9458 -Number of digits in this event = 19 +Number of tracker hits in this event = 26 + 68 105.17 941 11 1 8.37815 -65.4603 125.55 + 68 122.344 572 11 0 8.37928 -65.4602 124.15 + 68 122.139 941 10 1 8.4045 -65.4598 95.55 + 68 102.779 572 10 0 8.40531 -65.4593 94.15 + 68 124.009 941 9 1 8.41923 -65.4491 65.55 + 68 95.6361 573 9 0 8.41989 -65.4486 64.15 + 68 101.203 941 8 1 8.43376 -65.4373 35.55 + 68 95.2451 573 8 0 8.43448 -65.4365 34.15 + 68 137.556 941 7 1 8.44669 -65.4164 5.55 + 68 128.059 573 7 0 8.44702 -65.4149 4.15 + 68 126.169 941 6 1 8.44692 -65.3837 -24.45 + 68 143.401 573 6 0 8.44989 -65.3802 -25.85 + 68 105.492 942 5 1 8.51129 -65.3077 -54.45 + 68 121.646 573 5 0 8.51358 -65.3051 -55.85 + 68 127.264 942 4 1 8.56015 -65.2522 -84.45 + 68 79.7299 573 4 0 8.56352 -65.2507 -85.85 + 68 99.0132 942 3 1 8.64246 -65.2227 -114.45 + 68 150.823 574 3 0 8.64701 -65.2226 -115.85 + 68 99.2921 943 2 1 8.73935 -65.2173 -144.45 + 68 94.7281 574 2 0 8.74259 -65.2164 -145.85 + 68 156.477 943 1 1 8.81079 -65.2019 -174.45 + 68 174.746 574 1 0 8.81281 -65.2006 -175.85 + 68 103.86 944 0 1 8.85383 -65.1743 -204.45 + 68 124.967 574 0 0 8.85524 -65.174 -205.85 + 68 157.097 1569 2 0 -110.385 134.115 -145.999 + 68 204.065 584 1 0 14.1231 -63.1293 -175.85 +Number of digits in this event = 18 Using G4ParticleGun ... -3.88542 LIN +9.73958 LIN proton Event: 69 -Number of tracker hits in this event = 24 - 69 98.5614 1443 10 1 108.944 36.0133 95.55 - 69 122.76 1079 10 0 108.943 36.0119 94.15 - 69 152.378 1443 9 1 108.917 35.9788 65.55 - 69 214.6 1079 9 0 108.915 35.9779 64.15 - 69 108.643 1443 8 1 108.882 35.9554 35.55 - 69 278.648 1079 8 0 108.881 35.956 34.15 - 69 93.6077 1443 7 1 108.857 35.9697 5.55 - 69 99.7585 1079 7 0 108.854 35.9721 4.15 - 69 114.183 1443 6 1 108.79 36.0179 -24.45 - 69 166.496 1079 6 0 108.786 36.0199 -25.85 - 69 154.489 1442 5 1 108.701 36.0651 -54.45 - 69 159.529 1080 5 0 108.697 36.0651 -55.85 - 69 269.044 1442 4 1 108.612 36.0554 -84.45 - 69 110.48 1080 4 0 108.607 36.0537 -85.85 - 69 107.418 1441 3 1 108.495 36.0187 -114.45 - 69 149.934 1079 3 0 108.49 36.0219 -115.85 - 69 102.753 1441 2 1 108.381 36.0807 -144.45 - 69 113.357 1080 2 0 108.377 36.0843 -145.85 - 69 299.363 1440 1 1 108.304 36.1592 -174.45 - 69 106.403 1080 1 0 108.301 36.1629 -175.85 - 69 94.1242 1440 0 1 108.232 36.2417 -204.45 - 69 125.712 1080 0 0 108.23 36.2438 -205.85 - 69 293.415 1077 1 0 108.189 35.6234 -175.85 - 69 311.193 1076 1 0 108.71 35.4497 -176.128 -Number of digits in this event = 15 -Using G4ParticleGun ... -8.92214 LIN -proton -Event: 70 -Number of tracker hits in this event = 78 - 70 113.104 1299 11 1 79.9515 -13.3732 125.55 - 70 100.499 833 11 0 79.951 -13.3732 124.15 - 70 129.62 1299 10 1 79.94 -13.3716 95.55 - 70 118.859 833 10 0 79.939 -13.3724 94.15 - 70 106.175 1299 9 1 79.9169 -13.3862 65.55 - 70 114.578 833 9 0 79.916 -13.3875 64.15 - 70 163.713 1299 8 1 79.896 -13.4131 35.55 - 70 232.232 833 8 0 79.8948 -13.4144 34.15 - 70 98.4857 1299 7 1 79.8709 -13.4392 5.55 - 70 143.716 833 7 0 79.8692 -13.4406 4.15 - 70 103.332 1298 6 1 79.838 -13.4687 -24.45 - 70 108.333 832 6 0 79.8367 -13.47 -25.85 - 70 160.054 1298 5 1 79.8092 -13.494 -54.45 - 70 100.292 832 5 0 79.8072 -13.4945 -55.85 - 70 109.37 1298 4 1 79.7661 -13.5087 -84.45 - 70 91.1039 832 4 0 79.7638 -13.5094 -85.85 - 70 98.6696 1298 3 1 79.7197 -13.5213 -114.45 - 70 134.927 832 3 0 79.7179 -13.5213 -115.85 - 70 237.04 1298 2 1 79.6808 -13.5223 -144.45 - 70 171.206 832 2 0 79.679 -13.5226 -145.85 - 70 104.213 1297 1 1 79.6404 -13.53 -174.45 - 70 110.164 832 1 0 79.6393 -13.5303 -175.85 - 70 120.868 1297 0 1 79.6196 -13.5362 -204.45 - 70 111.701 832 0 0 79.6192 -13.5362 -205.85 - 70 5.86637 552 1 0 25.3047 -69.6366 -176.25 - 70 256.031 551 1 0 25.2964 -69.6501 -176.239 - 70 20.1455 792 0 0 128.029 -21.464 -206.25 - 70 190.39 451 5 0 -10.0917 -89.6962 -56.25 - 70 161.215 450 5 0 -10.297 -89.8502 -56.1711 - 70 9.14681 1472 5 0 -36.238 114.734 -56.25 - 70 137.339 1473 5 0 -36.2494 114.75 -56.2158 - 70 204.827 716 5 1 -36.6533 115.387 -54.85 - 70 21.3502 1774 6 0 -6.07002 175.099 -26.25 - 70 61.6769 1775 6 0 -6.04116 175.15 -26.2231 - 70 131.209 1776 6 0 -5.96311 175.35 -26.0928 - 70 23.6157 1777 6 0 -5.89321 175.55 -25.9046 - 70 120.478 871 6 1 -5.75352 176.783 -24.8499 - 70 73.8868 872 6 1 -5.64993 177.071 -24.6128 - 70 43.8535 1510 5 0 -37.5851 122.25 -56.25 - 70 141.02 1511 5 0 -37.6518 122.35 -56.1107 - 70 107.669 708 5 1 -38.2711 123.091 -54.8494 - 70 32.1761 707 5 1 -38.45 123.27 -54.5333 - 70 420.508 1528 6 0 -115.61 125.868 -26.2499 - 70 34.0401 1529 6 0 -116.297 125.95 -25.9113 - 70 46.8975 310 6 1 -117.953 126.373 -24.85 - 70 63.8547 309 6 1 -118.15 126.389 -24.7743 - 70 135.773 308 6 1 -118.35 126.402 -24.7184 - 70 52.2654 307 6 1 -118.55 126.398 -24.6577 - 70 48.8464 306 6 1 -118.75 126.382 -24.6079 - 70 50.7856 305 6 1 -118.95 126.348 -24.5466 - 70 46.8133 304 6 1 -119.15 126.314 -24.4881 - 70 107.997 1429 7 0 -164.17 106.138 3.75008 - 70 376.201 1428 7 0 -164.555 105.95 3.91342 - 70 22.3007 38 7 1 -172.494 105.413 5.15 - 70 60.9891 37 7 1 -172.55 105.41 5.15769 - 70 69.1051 36 7 1 -172.75 105.389 5.18903 - 70 70.4519 35 7 1 -172.95 105.384 5.21654 - 70 54.1429 34 7 1 -173.15 105.385 5.25679 - 70 46.0796 33 7 1 -173.35 105.4 5.30902 - 70 81.7385 32 7 1 -173.55 105.415 5.34376 - 70 76.5864 31 7 1 -173.75 105.442 5.36582 - 70 53.3174 30 7 1 -173.95 105.453 5.39914 - 70 67.1958 29 7 1 -174.15 105.435 5.4056 - 70 57.9459 28 7 1 -174.351 105.427 5.42268 - 70 47.9849 27 7 1 -174.551 105.428 5.44517 - 70 55.8671 26 7 1 -174.75 105.419 5.46887 - 70 47.1451 25 7 1 -174.95 105.42 5.51502 - 70 154.369 1469 8 0 -169.519 114.039 33.75 - 70 214.253 1470 8 0 -169.464 114.15 34.0551 - 70 188.975 54 8 1 -169.247 114.297 35.15 - 70 113.772 53 8 1 -169.35 114.137 35.4637 - 70 76.0052 52 8 1 -169.55 114.002 35.3441 - 70 115.745 1427 7 0 -165.397 105.75 4.08932 - 70 23.0316 1299 2 1 79.85 -13.2072 -144.798 - 70 2.77731 837 2 0 80.1875 -12.4581 -145.85 - 70 123.665 838 2 0 80.1914 -12.45 -145.861 - 70 59.3354 839 2 0 80.2931 -12.2498 -146.09 - 70 35.3031 1429 2 0 160.914 106.046 -146.25 -Number of digits in this event = 28 -Using G4ParticleGun ... -1.94231 LIN -proton -Event: 71 -Number of tracker hits in this event = 22 - 71 111.183 1331 10 1 86.4003 45.4454 95.55 - 71 109.052 1126 10 0 86.3978 45.4464 94.15 - 71 125.186 1331 9 1 86.3565 45.4724 65.55 - 71 114.105 1127 9 0 86.3559 45.4732 64.15 - 71 117.321 1331 8 1 86.341 45.4859 35.55 - 71 148.477 1127 8 0 86.3402 45.4877 34.15 - 71 141.109 1331 7 1 86.3269 45.5278 5.55 - 71 270.32 1127 7 0 86.3232 45.5331 4.15 - 71 93.6583 1330 6 1 86.238 45.6507 -24.45 - 71 113.823 1128 6 0 86.2359 45.6538 -25.85 - 71 107.777 1330 5 1 86.1997 45.7185 -54.45 - 71 137.43 1128 5 0 86.1955 45.7228 -55.85 - 71 128.119 1330 4 1 86.108 45.8108 -84.45 - 71 105.212 1128 4 0 86.104 45.8141 -85.85 - 71 110.675 1329 3 1 86.0179 45.8858 -114.45 - 71 117.043 1129 3 0 86.0157 45.8873 -115.85 - 71 113.206 1329 2 1 85.967 45.9197 -144.45 - 71 93.9145 1129 2 0 85.9636 45.9204 -145.85 - 71 120.302 1329 1 1 85.8931 45.9511 -174.45 - 71 112.969 1129 1 0 85.8897 45.9523 -175.85 - 71 186.323 1328 0 1 85.8194 45.9838 -204.45 - 71 104.268 1129 0 0 85.8108 45.9884 -205.85 -Number of digits in this event = 9 -Using G4ParticleGun ... -5.06418 LIN -proton -Event: 72 -Number of tracker hits in this event = 31 - 72 167.789 222 8 1 -135.574 28.2964 35.55 - 72 107.747 1041 8 0 -135.573 28.2971 34.15 - 72 118.658 223 7 1 -135.541 28.3149 5.55 - 72 103.506 1041 7 0 -135.539 28.3163 4.15 - 72 97.3108 223 6 1 -135.515 28.3422 -24.45 - 72 185.826 1041 6 0 -135.512 28.3433 -25.85 - 72 108.834 223 5 1 -135.454 28.3696 -54.45 - 72 108.08 1041 5 0 -135.451 28.3704 -55.85 - 72 95.2941 223 4 1 -135.38 28.391 -84.45 - 72 136.95 1041 4 0 -135.377 28.391 -85.85 - 72 108.143 224 3 1 -135.319 28.3843 -114.45 - 72 105.355 1041 3 0 -135.316 28.3839 -115.85 - 72 295.439 224 2 1 -135.249 28.3793 -144.45 - 72 157.419 1041 2 0 -135.247 28.3801 -145.85 - 72 106.972 224 1 1 -135.195 28.4031 -174.45 - 72 193.788 1041 1 0 -135.194 28.4043 -175.85 - 72 137.5 224 0 1 -135.168 28.4299 -204.45 - 72 116.519 1041 0 0 -135.167 28.4316 -205.85 - 72 11.6124 575 2 1 -64.9827 135.013 -144.45 - 72 65.5226 686 0 0 -135.378 -42.65 -205.953 - 72 4.32073 813 9 1 -17.4381 -155.381 65.15 - 72 245.801 814 9 1 -17.2498 -155.545 65.5357 - 72 1.64892 218 0 1 -136.542 -43.3807 -204.85 - 72 433.273 217 0 1 -136.55 -43.3842 -204.843 - 72 144.726 709 0 1 -38.2485 9.21177 -204.45 - 72 61.0194 949 0 0 -38.2929 9.97674 -205.85 - 72 326.217 950 0 0 -38.1779 10.05 -205.944 - 72 17.291 951 0 0 -38.0357 10.25 -206.234 - 72 43.349 986 0 0 -20.0801 17.313 -206.25 - 72 173.269 1505 3 1 121.222 105.131 -114.45 - 72 16.343 223 2 1 -135.35 28.4147 -144.595 -Number of digits in this event = 16 -Using G4ParticleGun ... -1.05427 LIN -proton -Event: 73 -Number of tracker hits in this event = 23 - 73 199.419 1561 9 1 132.431 20.3275 65.55 - 73 262.1 1001 9 0 132.429 20.3308 64.15 - 73 211.973 1561 8 1 132.391 20.406 35.55 - 73 116.03 1001 8 0 132.389 20.4081 34.15 - 73 172.987 1560 7 1 132.347 20.4383 5.55 - 73 139.847 1001 7 0 132.346 20.4378 4.15 - 73 130.763 1560 6 1 132.325 20.426 -24.45 - 73 144.736 1001 6 0 132.325 20.4315 -25.85 - 73 472.013 1560 5 1 132.334 20.551 -54.45 - 73 115.246 1002 5 0 132.325 20.5566 -55.85 - 73 130.402 1560 4 1 132.155 20.6843 -84.45 - 73 105.229 1003 4 0 132.148 20.6924 -85.85 - 73 138.168 1559 3 1 132.011 20.8517 -114.45 - 73 150.21 1004 3 0 132.015 20.8562 -115.85 - 73 90.847 1559 2 1 132.149 20.924 -144.45 - 73 85.0454 1560 2 1 132.15 20.9244 -144.69 - 73 123.991 1004 2 0 132.154 20.9269 -145.85 - 73 131.994 1560 1 1 132.262 21.0012 -174.45 - 73 111.291 1004 1 0 132.272 21.0045 -175.85 - 73 153.553 1561 0 1 132.483 21.0611 -204.45 - 73 159.006 1005 0 0 132.491 21.0635 -205.85 - 73 73.0398 1560 8 1 132.35 20.3879 35.5035 - 73 27.6775 1000 9 0 132.443 20.2499 63.8581 -Number of digits in this event = 16 -Using G4ParticleGun ... -8.38392 LIN -proton -Event: 74 -Number of tracker hits in this event = 27 - 74 141.324 838 11 1 -12.4065 36.759 125.55 - 74 105.575 1083 11 0 -12.4069 36.7587 124.15 - 74 113.42 838 10 1 -12.4163 36.7524 95.55 - 74 104.682 1083 10 0 -12.4171 36.7525 94.15 - 74 134.26 838 9 1 -12.4336 36.7528 65.55 - 74 190.405 1083 9 0 -12.4356 36.7529 64.15 - 74 204.889 837 8 1 -12.4772 36.7531 35.55 - 74 99.2167 1083 8 0 -12.4789 36.7539 34.15 - 74 94.3592 837 7 1 -12.5151 36.7705 5.55 - 74 117.973 1083 7 0 -12.5163 36.77 4.15 - 74 109.095 837 6 1 -12.5383 36.7548 -24.45 - 74 138.487 1083 6 0 -12.5394 36.755 -25.85 - 74 214.584 837 5 1 -12.5616 36.7575 -54.45 - 74 117.312 1083 5 0 -12.5642 36.7581 -55.85 - 74 103.324 837 4 1 -12.6208 36.7738 -84.45 - 74 131.887 1083 4 0 -12.6242 36.7751 -85.85 - 74 104.191 836 3 1 -12.693 36.8015 -114.45 - 74 107.301 1083 3 0 -12.6987 36.805 -115.85 - 74 144.394 836 2 1 -12.8129 36.872 -144.45 - 74 223 1084 2 0 -12.8195 36.8748 -145.85 - 74 100.2 835 1 1 -12.9554 36.9333 -174.45 - 74 133.483 1084 1 0 -12.9617 36.9371 -175.85 - 74 229.884 834 0 1 -13.0901 37.0146 -204.45 - 74 110.928 1084 0 0 -13.0968 37.0181 -205.85 - 74 31.3984 836 5 1 -12.6501 36.8486 -54.7542 - 74 33.1833 1085 5 0 -13.074 37.2209 -55.8502 - 74 114.626 1086 5 0 -13.111 37.25 -55.9233 -Number of digits in this event = 14 -Using G4ParticleGun ... -3.66331 LIN -proton -Event: 75 -Number of tracker hits in this event = 19 - 75 102.936 1313 8 1 82.7605 115.129 35.55 - 75 147.385 1474 8 0 82.7614 115.129 34.15 - 75 111.284 1313 7 1 82.7755 115.11 5.55 - 75 166.224 1474 7 0 82.7808 115.108 4.15 - 75 120.167 1314 6 1 82.8848 115.057 -24.45 - 75 103.36 1474 6 0 82.892 115.053 -25.85 - 75 129.932 1314 5 1 83.0412 114.976 -54.45 - 75 134.362 1474 5 0 83.0491 114.971 -55.85 - 75 95.1332 1315 4 1 83.212 114.867 -84.45 - 75 102.077 1473 4 0 83.2191 114.864 -85.85 - 75 144.11 1316 3 1 83.366 114.792 -114.45 - 75 108.114 1473 3 0 83.3719 114.789 -115.85 - 75 136.919 1317 2 1 83.4906 114.732 -144.45 - 75 119.994 1472 2 0 83.4955 114.728 -145.85 - 75 108.683 1317 1 1 83.6 114.646 -174.45 - 75 113.483 1472 1 0 83.6054 114.642 -175.85 - 75 101.354 1318 0 1 83.7214 114.554 -204.45 - 75 260.526 1472 0 0 83.7298 114.552 -205.85 - 75 14.0584 1475 7 0 82.8474 115.15 3.79253 -Number of digits in this event = 9 -Using G4ParticleGun ... -6.63037 LIN -proton -Event: 76 -Number of tracker hits in this event = 19 - 76 114.683 803 7 1 -19.4338 148.604 5.55 - 76 170.579 1642 7 0 -19.4344 148.604 4.15 - 76 152.891 803 6 1 -19.4444 148.61 -24.45 - 76 115.918 1642 6 0 -19.4443 148.61 -25.85 - 76 194.463 803 5 1 -19.4426 148.612 -54.45 - 76 113.868 1642 5 0 -19.4422 148.614 -55.85 - 76 91.8686 803 4 1 -19.4367 148.646 -84.45 - 76 280.659 1642 4 0 -19.4358 148.646 -85.85 - 76 148.515 803 3 1 -19.4132 148.642 -114.45 - 76 102.492 1642 3 0 -19.4131 148.643 -115.85 - 76 115.368 803 2 1 -19.4136 148.665 -144.45 - 76 178.479 1642 2 0 -19.4153 148.666 -145.85 - 76 124.293 803 1 1 -19.4493 148.681 -174.45 - 76 118.11 1642 1 0 -19.4505 148.682 -175.85 - 76 127.166 802 0 1 -19.4784 148.709 -204.45 - 76 164.206 1642 0 0 -19.4802 148.71 -205.85 - 76 15.9875 1472 0 0 11.1085 114.733 -206.25 - 76 2.45669 1517 0 0 -2.64354 123.687 -206.25 - 76 16.2604 1490 0 0 -30.0707 118.165 -206.25 -Number of digits in this event = 10 -Using G4ParticleGun ... -6.5206 LIN -proton -Event: 77 -Number of tracker hits in this event = 22 - 77 97.145 420 8 1 -95.9577 97.9131 35.55 - 77 288.347 1388 8 0 -95.9576 97.9137 34.15 - 77 124.21 420 7 1 -95.9604 97.9249 5.55 - 77 144.195 1388 7 0 -95.9603 97.9247 4.15 - 77 111.465 420 6 1 -95.9563 97.9174 -24.45 - 77 125.741 1388 6 0 -95.9556 97.9176 -25.85 - 77 106.245 421 5 1 -95.9388 97.9234 -54.45 - 77 113.612 1388 5 0 -95.9371 97.9237 -55.85 - 77 203.641 421 4 1 -95.909 97.9282 -84.45 - 77 131.47 1388 4 0 -95.9077 97.9283 -85.85 - 77 140.348 421 3 1 -95.884 97.929 -114.45 - 77 113.261 1388 3 0 -95.8813 97.9292 -115.85 - 77 106.058 421 2 1 -95.8248 97.9333 -144.45 - 77 155.443 1388 2 0 -95.8216 97.9333 -145.85 - 77 358.814 421 1 1 -95.7575 97.9331 -174.45 - 77 129.19 1388 1 0 -95.7545 97.9325 -175.85 - 77 106.354 422 0 1 -95.6911 97.9175 -204.45 - 77 178.835 1388 0 0 -95.6896 97.9189 -205.85 - 77 3.66486 422 1 1 -95.75 97.8767 -174.553 - 77 128.213 1389 7 0 -95.968 97.95 4.07185 - 77 0.0492005 1185 8 0 -63.6742 57.0503 33.75 - 77 58.2885 1184 8 0 -63.6741 57.0496 33.7504 -Number of digits in this event = 13 -Using G4ParticleGun ... -6.20542 LIN -proton -Event: 78 -Number of tracker hits in this event = 48 - 78 104.879 1296 10 1 79.2838 -44.8678 95.55 - 78 90.9474 675 10 0 79.2831 -44.8673 94.15 - 78 112.412 1296 9 1 79.2736 -44.8527 65.55 - 78 167.22 675 9 0 79.2738 -44.8517 64.15 - 78 179.453 1296 8 1 79.2848 -44.8365 35.55 - 78 101.92 676 8 0 79.2861 -44.8351 34.15 - 78 111.274 1296 7 1 79.3133 -44.8055 5.55 - 78 125.422 676 7 0 79.3145 -44.8043 4.15 - 78 182.321 1296 6 1 79.3423 -44.7799 -24.45 - 78 127.312 676 6 0 79.3438 -44.7803 -25.85 - 78 120.634 1296 5 1 79.3711 -44.7907 -54.45 - 78 117.31 676 5 0 79.3731 -44.7913 -55.85 - 78 106.791 1296 4 1 79.4164 -44.8043 -84.45 - 78 143.677 676 4 0 79.4172 -44.8035 -85.85 - 78 116.916 1296 3 1 79.435 -44.7842 -114.45 - 78 111.056 676 3 0 79.4351 -44.7837 -115.85 - 78 129.976 1296 2 1 79.4325 -44.7769 -144.45 - 78 129.485 676 2 0 79.4326 -44.7773 -145.85 - 78 116.915 1296 1 1 79.4346 -44.7853 -174.45 - 78 120.029 676 1 0 79.4349 -44.7868 -175.85 - 78 125.707 1296 0 1 79.4405 -44.8163 -204.45 - 78 128.678 676 0 0 79.442 -44.8174 -205.85 - 78 23.0299 379 9 0 74.0469 -104.296 63.75 - 78 63.4632 378 9 0 74.0308 -104.35 63.8014 - 78 190.676 377 9 0 73.9928 -104.55 64.0074 - 78 21.6057 1263 9 1 72.7103 -105.88 65.1502 - 78 150.675 1262 9 1 72.65 -105.927 65.1799 - 78 177.574 361 9 0 73.429 -107.878 64.1498 - 78 172.329 360 9 0 73.4639 -107.95 64.0809 - 78 129.944 359 9 0 73.7045 -108.15 63.9365 - 78 296.769 362 9 0 73.8729 -107.75 63.9962 - 78 143.068 909 11 1 2.01934 -137.467 125.55 - 78 94.2808 910 11 1 2.05001 -137.503 125.421 - 78 25.9839 602 0 0 108.919 -59.45 -206.21 - 78 42.8882 670 1 0 -10.3015 -45.9872 -176.25 - 78 30.2268 472 2 1 -85.4545 -146.493 -144.45 - 78 59.9094 473 2 1 -85.4445 -146.501 -144.45 - 78 263.167 669 1 0 -10.4736 -46.0504 -176.091 - 78 4.86166 869 14 0 56.8278 -6.05 214.082 - 78 1481.86 1150 14 1 50.0785 16.618 215.55 - 78 23.2474 938 12 0 143.12 7.75207 154.027 - 78 169.78 1324 2 1 84.9579 -57.8008 -144.45 - 78 151.023 1297 0 1 79.4548 -44.9226 -204.45 - 78 58.3217 1298 0 1 79.65 -45.1715 -204.7 - 78 45.3233 670 0 0 80.4276 -45.9689 -205.85 - 78 109.64 669 0 0 80.4845 -46.05 -205.964 - 78 41.8872 668 0 0 80.7064 -46.2503 -206.158 - 78 87.8711 675 4 0 79.4263 -44.85 -85.8872 -Number of digits in this event = 26 -Using G4ParticleGun ... -8.83256 LIN -proton -Event: 79 -Number of tracker hits in this event = 24 - 79 107.924 631 11 1 -53.6601 15.7339 125.55 - 79 103.548 978 11 0 -53.6606 15.7342 124.15 - 79 153.805 631 10 1 -53.6695 15.7394 95.55 - 79 152.464 978 10 0 -53.6704 15.74 94.15 - 79 149.492 631 9 1 -53.6895 15.755 65.55 - 79 122.833 978 9 0 -53.6901 15.7549 64.15 - 79 124.451 631 8 1 -53.6998 15.7528 35.55 - 79 182.44 978 8 0 -53.7014 15.7536 34.15 - 79 117.431 631 7 1 -53.7338 15.7679 5.55 - 79 161.631 978 7 0 -53.7366 15.7686 4.15 - 79 95.099 631 6 1 -53.7894 15.7861 -24.45 - 79 138.166 978 6 0 -53.7931 15.787 -25.85 - 79 116.526 630 5 1 -53.8727 15.8085 -54.45 - 79 108.768 978 5 0 -53.8765 15.8088 -55.85 - 79 132.75 630 4 1 -53.9566 15.8172 -84.45 - 79 105.851 978 4 0 -53.9596 15.8179 -85.85 - 79 91.6453 630 3 1 -54.0217 15.8316 -114.45 - 79 112.317 978 3 0 -54.0238 15.8326 -115.85 - 79 267.68 629 2 1 -54.0672 15.8504 -144.45 - 79 111.734 979 2 0 -54.0691 15.8517 -145.85 - 79 116.836 629 1 1 -54.1114 15.8803 -174.45 - 79 120.559 979 1 0 -54.1142 15.8817 -175.85 - 79 113.107 629 0 1 -54.1689 15.9103 -204.45 - 79 134.52 979 0 0 -54.1719 15.9118 -205.85 -Number of digits in this event = 13 -Using G4ParticleGun ... -3.38179 LIN -proton -Event: 80 -Number of tracker hits in this event = 31 - 80 103.533 1109 11 1 41.8711 -4.79664 125.55 - 80 110.033 876 11 0 41.8712 -4.79702 124.15 - 80 139.578 1109 10 1 41.8772 -4.81748 95.55 - 80 103.467 876 10 0 41.8766 -4.8197 94.15 - 80 123.55 1109 9 1 41.858 -4.86855 65.55 - 80 99.6476 875 9 0 41.8575 -4.87405 64.15 - 80 14.2343 1108 8 1 41.8499 -4.98491 35.55 - 80 111.114 1109 8 1 41.85 -4.98506 35.5077 - 80 111.775 875 8 0 41.853 -4.99009 34.15 - 80 123.58 1109 7 1 41.9068 -5.0946 5.55 - 80 164.336 874 7 0 41.9117 -5.1017 4.15 - 80 96.6412 1109 6 1 42.0175 -5.24048 -24.45 - 80 234.499 873 6 0 42.0185 -5.25056 -25.85 - 80 115.683 1109 5 1 42.0319 -5.4594 -54.45 - 80 161.939 872 5 0 42.0321 -5.47126 -55.85 - 80 91.0242 1109 4 1 42.0298 -5.71005 -84.45 - 80 105.162 871 4 0 42.03 -5.71833 -85.85 - 80 111.159 1109 3 1 42.0432 -5.88455 -114.45 - 80 117.316 870 3 0 42.0428 -5.89215 -115.85 - 80 96.7976 1109 2 1 42.0415 -6.05453 -144.45 - 80 112.934 869 2 0 42.044 -6.06387 -145.85 - 80 104.977 1110 1 1 42.0979 -6.2488 -174.45 - 80 96.129 868 1 0 42.1008 -6.25623 -175.85 - 80 115.639 1110 0 1 42.1608 -6.41952 -204.45 - 80 139.855 868 0 0 42.1625 -6.42733 -205.85 - 80 127.037 903 4 0 24.4439 0.762758 -86.25 - 80 237.992 902 4 0 24.1994 0.65 -85.9396 - 80 173.952 901 4 0 24.1465 0.45 -85.9056 - 80 258.029 900 4 0 24.0536 0.25 -86.0115 - 80 72.3755 857 4 1 -8.50601 -3.16623 -84.85 - 80 111.029 858 4 1 -8.44995 -3.16496 -84.8093 -Number of digits in this event = 12 -Using G4ParticleGun ... -7.5298 LIN -proton -Event: 81 -Number of tracker hits in this event = 58 - 81 120.566 892 11 1 -1.59903 79.1394 125.55 - 81 152.622 1295 11 0 -1.59934 79.1399 124.15 - 81 141.927 892 10 1 -1.60133 79.1528 95.55 - 81 140.546 1295 10 0 -1.60122 79.1544 94.15 - 81 116.119 892 9 1 -1.59599 79.1817 65.55 - 81 100.11 1295 9 0 -1.59652 79.183 64.15 - 81 104.117 892 8 1 -1.60805 79.207 35.55 - 81 254.624 1295 8 0 -1.60928 79.2086 34.15 - 81 108.158 892 7 1 -1.63548 79.2459 5.55 - 81 109.989 1295 7 0 -1.63684 79.2486 4.15 - 81 175.909 891 6 1 -1.66397 79.3054 -24.45 - 81 169.445 1296 6 0 -1.66587 79.3078 -25.85 - 81 129.023 891 5 1 -1.70396 79.3575 -54.45 - 81 111.997 1296 5 0 -1.70558 79.3608 -55.85 - 81 108.822 891 4 1 -1.73091 79.4278 -84.45 - 81 106.092 1296 4 0 -1.73213 79.4309 -85.85 - 81 173.767 891 3 1 -1.7585 79.4969 -114.45 - 81 138.296 1297 3 0 -1.76037 79.5005 -115.85 - 81 216.926 891 2 1 -1.79316 79.5684 -144.45 - 81 141.68 1297 2 0 -1.79458 79.5713 -145.85 - 81 112.993 891 1 1 -1.82864 79.6299 -174.45 - 81 273.1 1297 1 0 -1.83037 79.6332 -175.85 - 81 229.216 890 0 1 -1.86134 79.6981 -204.45 - 81 94.345 1298 0 0 -1.86243 79.703 -205.85 - 81 156.768 1237 0 0 -55.9687 67.4685 -206.25 - 81 16.1063 616 0 1 -56.8203 67.7955 -204.85 - 81 251.85 615 0 1 -56.8502 67.8073 -204.801 - 81 94.2453 1331 1 0 -69.9027 86.2972 -176.25 - 81 99.7599 1332 1 0 -70.0174 86.45 -176.018 - 81 41.2125 547 1 1 -70.5866 87.2328 -174.85 - 81 107.322 546 1 1 -70.6501 87.3248 -174.716 - 81 18.2115 1502 2 0 -86.4014 120.705 -146.25 - 81 240.516 1503 2 0 -86.4226 120.75 -146.212 - 81 68.9339 1504 2 0 -86.5202 120.95 -146.043 - 81 28.4046 1505 2 0 -86.6135 121.15 -145.895 - 81 72.8847 464 2 1 -87.181 122.613 -144.85 - 81 143.13 463 2 1 -87.25 122.788 -144.723 - 81 139.87 1189 0 0 -42.6898 57.9673 -206.25 - 81 226.567 688 0 1 -42.4317 57.3881 -204.85 - 81 160.338 849 1 0 80.4386 -10.0838 -176.25 - 81 315.778 848 1 0 80.7918 -10.25 -176.217 - 81 90.3366 1313 1 1 82.8026 -9.62238 -174.85 - 81 114.275 1314 1 1 82.85 -9.59772 -174.806 - 81 173.751 1315 1 1 83.0504 -9.35632 -174.638 - 81 147.124 944 5 0 62.268 8.90172 -56.25 - 81 186.964 1213 5 1 62.7047 9.10775 -54.85 - 81 84.1386 1214 5 1 62.85 9.33223 -54.5772 - 81 50.0764 1215 5 1 63.0502 9.21051 -54.6538 - 81 53.9762 1216 5 1 63.25 9.26624 -54.7315 - 81 113.197 1217 5 1 63.45 9.27693 -54.7217 - 81 121.565 1218 5 1 63.65 9.26826 -54.7041 - 81 11.3538 1219 5 1 63.8501 9.38847 -54.7956 - 81 198.661 947 5 0 63.5475 9.52962 -55.85 - 81 387.976 948 5 0 63.7439 9.65011 -56.0732 - 81 221.451 889 0 1 -2.05022 79.7411 -204.67 - 81 66.5649 1294 10 0 -1.64918 79.05 93.9619 - 81 442.262 1293 10 0 -1.60802 78.85 93.9536 - 81 10.5213 1292 10 0 -1.32356 78.65 93.991 -Number of digits in this event = 33 -Using G4ParticleGun ... -2.7785 LIN -proton -Event: 82 -Number of tracker hits in this event = 24 - 82 102.138 560 10 1 -68.0436 63.3383 95.55 - 82 114.78 1216 10 0 -68.0446 63.3378 94.15 - 82 115.168 559 9 1 -68.0631 63.3241 65.55 - 82 183.268 1216 9 0 -68.0648 63.322 64.15 - 82 156.637 559 8 1 -68.1031 63.277 35.55 - 82 96.6913 1216 8 0 -68.103 63.276 34.15 - 82 93.3659 559 7 1 -68.1021 63.2551 5.55 - 82 121.899 1216 7 0 -68.1008 63.2532 4.15 - 82 138.996 559 6 1 -68.0771 63.2163 -24.45 - 82 219.264 1215 6 0 -68.0751 63.2142 -25.85 - 82 97.0918 560 5 1 -68.0323 63.1849 -54.45 - 82 115.563 1215 5 0 -68.0285 63.1827 -55.85 - 82 101.006 560 4 1 -67.9496 63.1377 -84.45 - 82 139.757 1215 4 0 -67.9458 63.1353 -85.85 - 82 113.516 560 3 1 -67.8696 63.0917 -114.45 - 82 102.642 1215 3 0 -67.8647 63.0898 -115.85 - 82 97.8726 561 2 1 -67.7624 63.0492 -144.45 - 82 99.4149 1215 2 0 -67.7596 63.0506 -145.85 - 82 107.647 561 1 1 -67.7103 63.0785 -174.45 - 82 150.372 1215 1 0 -67.7078 63.0813 -175.85 - 82 133.023 561 0 1 -67.6621 63.1325 -204.45 - 82 91.6065 1215 0 0 -67.6597 63.1349 -205.85 - 82 164.407 560 6 1 -68.05 63.1789 -24.5526 - 82 118.907 561 6 1 -67.85 63.1094 -24.5599 -Number of digits in this event = 10 -Using G4ParticleGun ... -7.88333 LIN -proton -Event: 83 -Number of tracker hits in this event = 386 - 83 104.522 313 9 1 -117.534 -43.5249 65.55 - 83 100.976 682 9 0 -117.534 -43.5254 64.15 - 83 91.4307 313 8 1 -117.534 -43.5357 35.55 - 83 91.4797 682 8 0 -117.534 -43.5369 34.15 - 83 96.8755 313 7 1 -117.532 -43.5606 5.55 - 83 132.91 682 7 0 -117.531 -43.5614 4.15 - 83 116.781 313 6 1 -117.525 -43.575 -24.45 - 83 135.907 682 6 0 -117.526 -43.5755 -25.85 - 83 2860.65 314 5 1 -117.302 -43.4802 -54.45 - 83 5.61345 687 7 0 -149.935 -42.5629 3.75 - 83 91.0814 542 5 0 -121.242 -71.4724 -56.25 - 83 221.654 543 5 0 -121.239 -71.45 -56.199 - 83 7606.43 310 5 1 -118.048 -44.1823 -54.45 - 83 10274.9 309 5 1 -118.15 -44.2971 -54.4864 - 83 6276.07 308 5 1 -118.35 -44.522 -54.5561 - 83 7581.07 307 5 1 -118.55 -44.7479 -54.6215 - 83 1920.25 1429 12 0 -148.56 106.096 154.098 - 83 4632.37 1430 12 0 -148.67 106.15 154.108 - 83 3474.79 1431 12 0 -148.85 106.35 154.048 - 83 63.3896 1432 12 0 -148.916 106.55 154.046 - 83 167.738 1433 12 0 -148.98 106.75 154.074 - 83 72.9331 1434 12 0 -149.029 106.95 154.081 - 83 93.5949 1435 12 0 -149.056 107.15 154.021 - 83 98.8127 1436 12 0 -149.039 107.351 153.807 - 83 63.595 1437 12 0 -149.123 107.55 153.799 - 83 82.3429 1438 12 0 -149.117 107.75 153.769 - 83 84.3466 1439 12 0 -149.053 107.95 153.782 - 83 42.8642 1440 12 0 -149.054 108.15 153.814 - 83 84.707 1604 12 0 -131.088 140.978 153.75 - 83 163.103 1605 12 0 -131.124 141.15 153.818 - 83 290.936 140 12 1 -152.026 106.042 155.15 - 83 13.7126 423 12 0 12.0017 -95.3836 153.75 - 83 313.004 424 12 0 11.9982 -95.3487 153.769 - 83 4112.61 828 6 0 -177.618 -14.4382 -26.25 - 83 3191.39 750 6 0 -35.147 -29.9579 -26.25 - 83 2856.83 751 6 0 -34.5089 -29.85 -26.0369 - 83 986.811 745 6 1 -31.0125 -29.2164 -24.85 - 83 1230.88 746 6 1 -30.85 -29.1869 -24.7949 - 83 1294.38 747 6 1 -30.65 -29.1498 -24.7283 - 83 1469.41 748 6 1 -30.45 -29.116 -24.6625 - 83 1614 749 6 1 -30.25 -29.0748 -24.5962 - 83 1934.31 750 6 1 -30.05 -29.035 -24.5278 - 83 316.553 751 6 1 -29.85 -28.9933 -24.4605 - 83 35.5254 276 13 0 -44.2648 -124.82 183.75 - 83 51.9702 275 13 0 -44.3117 -124.95 183.812 - 83 68.051 274 13 0 -44.3802 -125.151 183.924 - 83 55.8986 273 13 0 -44.4465 -125.35 184.045 - 83 52.9157 676 13 1 -44.8191 -126.667 185.15 - 83 145.666 675 13 1 -44.85 -126.778 185.241 - 83 86.1641 159 14 0 -71.0421 -148.336 213.75 - 83 127.01 158 14 0 -71.0599 -148.35 213.768 - 83 3.32314 157 14 0 -71.2818 -148.55 214.13 - 83 118.748 541 14 1 -71.6641 -148.856 215.15 - 83 188.306 540 14 1 -71.85 -148.958 215.529 - 83 218.04 538 14 1 -72.3134 -149.139 215.55 - 83 217.531 153 14 0 -72.5511 -149.523 214.149 - 83 180.057 152 14 0 -72.5684 -149.55 214.09 - 83 32.8254 151 14 0 -72.9098 -149.75 213.834 - 83 563.579 954 9 1 11.0079 17.8336 65.3585 - 83 787.724 801 6 0 -82.7581 -19.7815 -26.25 - 83 1252.92 802 6 0 -82.566 -19.65 -26.0952 - 83 33.8434 803 6 0 -82.2732 -19.45 -25.8533 - 83 135.066 494 6 1 -81.0832 -18.598 -24.85 - 83 894.261 495 6 1 -81.05 -18.5742 -24.822 - 83 803.756 496 6 1 -80.85 -18.4319 -24.6524 - 83 194.23 497 6 1 -80.65 -18.291 -24.4837 - 83 1921.14 897 7 0 -51.7323 -0.649144 3.75 - 83 552.11 898 7 0 -51.4054 -0.45 4.06945 - 83 59.3732 648 7 1 -50.2577 0.238875 5.15 - 83 1211.11 649 7 1 -50.25 0.243485 5.15724 - 83 1324.98 650 7 1 -50.05 0.363425 5.34412 - 83 130.757 651 7 1 -49.85 0.488468 5.52719 - 83 3780.71 968 8 0 -34.8396 13.6648 33.75 - 83 58.3198 969 8 0 -34.6272 13.85 34.1447 - 83 297.216 729 8 1 -34.0641 14.2943 35.15 - 83 5795.58 730 8 1 -34.05 14.3054 35.1752 - 83 1024.86 731 8 1 -33.85 14.4784 35.5233 - 83 3510.3 311 5 1 -117.906 -42.4343 -54.45 - 83 1415.02 306 5 1 -118.75 -39.494 -54.7885 - 83 457.394 750 5 0 -121.362 -30.0098 -55.85 - 83 550.386 751 5 0 -121.406 -29.85 -55.8678 - 83 617.94 752 5 0 -121.462 -29.65 -55.8905 - 83 710.49 753 5 0 -121.519 -29.45 -55.9108 - 83 708.603 754 5 0 -121.577 -29.25 -55.9315 - 83 563.316 755 5 0 -121.634 -29.05 -55.9519 - 83 636.233 756 5 0 -121.689 -28.85 -55.972 - 83 669.287 757 5 0 -121.756 -28.65 -55.9907 - 83 653.606 758 5 0 -121.824 -28.45 -56.0107 - 83 669.901 759 5 0 -121.891 -28.25 -56.0292 - 83 626.168 760 5 0 -121.959 -28.05 -56.0483 - 83 627.96 761 5 0 -122.027 -27.85 -56.0699 - 83 603.852 762 5 0 -122.093 -27.65 -56.0908 - 83 684.07 763 5 0 -122.16 -27.45 -56.1099 - 83 767.688 764 5 0 -122.226 -27.25 -56.1337 - 83 735.868 765 5 0 -122.292 -27.05 -56.1589 - 83 723.555 766 5 0 -122.357 -26.85 -56.1813 - 83 736.934 767 5 0 -122.423 -26.65 -56.2051 - 83 746.021 768 5 0 -122.489 -26.45 -56.2239 - 83 401.425 769 5 0 -122.552 -26.25 -56.2409 - 83 4775.1 313 5 1 -117.527 -43.6316 -54.45 - 83 2753.49 679 5 0 -117.523 -44.1087 -55.85 - 83 1410.62 315 5 1 -117.15 -43.3777 -54.7283 - 83 1496.42 685 5 0 -116.283 -42.8731 -55.85 - 83 843.32 686 5 0 -116.243 -42.85 -55.9015 - 83 205.077 431 4 1 -93.8161 -29.9122 -84.45 - 83 672.231 432 4 1 -93.75 -29.8805 -84.5309 - 83 161.101 433 4 1 -93.55 -29.7835 -84.7734 - 83 575.557 753 4 0 -92.6756 -29.3471 -85.85 - 83 316.913 754 4 0 -92.4812 -29.25 -86.0894 - 83 653.709 553 3 1 -69.4451 -17.6528 -114.45 - 83 485.96 554 3 1 -69.25 -17.5564 -114.679 - 83 12.9914 814 3 0 -68.2423 -17.0515 -115.85 - 83 1109.54 815 3 0 -68.2392 -17.05 -115.854 - 83 670.432 681 2 1 -43.849 -4.41843 -144.45 - 83 424.903 682 2 1 -43.65 -4.29745 -144.69 - 83 653.084 881 2 0 -42.699 -3.74112 -145.85 - 83 666.659 882 2 0 -42.5425 -3.65 -146.041 - 83 163.005 802 1 1 -19.4967 10.0941 -174.45 - 83 815.265 803 1 1 -19.45 10.1211 -174.504 - 83 409.302 804 1 1 -19.25 10.2359 -174.735 - 83 646.239 953 1 0 -18.2925 10.7924 -175.85 - 83 962.267 954 1 0 -18.1933 10.85 -175.965 - 83 248.396 934 0 1 6.98775 25.6281 -204.45 - 83 944.208 935 0 1 7.05 25.6584 -204.505 - 83 753.342 936 0 1 7.25 25.755 -204.685 - 83 380.22 1031 0 0 8.62238 26.4012 -205.85 - 83 1537.66 1032 0 0 8.72661 26.45 -205.938 - 83 686.165 675 5 0 -116.465 -44.8632 -55.85 - 83 528.026 674 5 0 -116.311 -45.05 -56.0832 - 83 312.864 410 4 1 -98.0107 -67.684 -84.45 - 83 964.72 411 4 1 -97.95 -67.7906 -84.5716 - 83 588.464 555 4 0 -97.3207 -68.9168 -85.85 - 83 872.664 554 4 0 -97.2465 -69.05 -86.0017 - 83 38.392 553 4 0 -97.1356 -69.25 -86.2326 - 83 298.564 483 3 1 -83.2992 -93.6854 -114.45 - 83 1152.33 484 3 1 -83.25 -93.7521 -114.532 - 83 684.704 426 3 0 -82.448 -94.8066 -115.85 - 83 744.485 425 3 0 -82.3382 -94.95 -116.029 - 83 903.699 575 2 1 -64.9951 -117.261 -144.45 - 83 2747.91 576 2 1 -64.85 -117.437 -144.682 - 83 4563.79 309 2 0 -64.0981 -118.346 -145.85 - 83 3070.29 308 2 0 -64.0945 -118.35 -145.856 - 83 78.2675 379 2 0 -68.277 -104.312 -146.25 - 83 152.635 378 2 0 -68.3439 -104.35 -146.148 - 83 1800.07 310 2 0 -63.9027 -118.15 -145.977 - 83 1537.09 343 4 1 -111.485 -32.7402 -84.45 - 83 1436.16 738 4 0 -111.274 -32.3466 -85.85 - 83 162.815 739 4 0 -111.221 -32.25 -86.2009 - 83 2034.38 362 3 1 -107.737 -24.8739 -114.45 - 83 2291.89 777 3 0 -107.723 -24.6022 -115.85 - 83 125.452 357 2 1 -108.551 -18.8383 -144.45 - 83 681.667 358 2 1 -108.55 -18.8384 -144.452 - 83 935.862 316 5 1 -116.95 -43.0956 -54.7383 - 83 153.301 690 5 0 -115.578 -41.9302 -55.85 - 83 500.8 691 5 0 -115.484 -41.85 -55.9265 - 83 263.859 692 5 0 -115.249 -41.65 -56.1147 - 83 339.525 499 4 1 -80.2121 -11.8679 -84.45 - 83 322.576 500 4 1 -80.05 -11.7294 -84.5867 - 83 231.636 501 4 1 -79.85 -11.5587 -84.7547 - 83 351.358 848 4 0 -78.5646 -10.4453 -85.85 - 83 407.737 849 4 0 -78.3394 -10.25 -86.0419 - 83 20.3859 850 4 0 -78.1077 -10.05 -86.2372 - 83 397.532 677 3 1 -44.6387 18.704 -114.45 - 83 523.019 678 3 1 -44.45 18.8752 -114.605 - 83 159.045 679 3 1 -44.25 19.0564 -114.769 - 83 491.338 1001 3 0 -42.9196 20.2655 -115.85 - 83 420.585 1002 3 0 -42.7164 20.45 -116.015 - 83 112.27 1003 3 0 -42.495 20.65 -116.195 - 83 346.965 860 2 1 -8.02943 52.4701 -144.45 - 83 422.371 861 2 1 -7.85 52.6387 -144.603 - 83 322.686 862 2 1 -7.65 52.8258 -144.774 - 83 105.627 1169 2 0 -6.39142 53.9995 -145.85 - 83 445.073 1170 2 0 -6.33724 54.05 -145.896 - 83 376.453 1171 2 0 -6.12272 54.25 -146.08 - 83 256.677 1037 1 1 27.5406 85.7087 -174.45 - 83 370.802 1038 1 1 27.65 85.8129 -174.544 - 83 317.981 1039 1 1 27.85 86.0021 -174.715 - 83 441.992 1336 1 0 29.1581 87.2644 -175.85 - 83 436.394 1337 1 0 29.3501 87.45 -176.017 - 83 104.587 1338 1 0 29.5548 87.65 -176.196 - 83 441.153 1209 0 1 61.8682 119.558 -204.45 - 83 417.389 1210 0 1 62.05 119.732 -204.615 - 83 154.382 1211 0 1 62.25 119.922 -204.798 - 83 329.689 1504 0 0 63.4112 121.015 -205.85 - 83 527.99 1505 0 0 63.5553 121.15 -205.981 - 83 179.075 1506 0 0 63.7696 121.35 -206.177 - 83 45.2343 672 5 0 -119.699 -45.6421 -55.85 - 83 1470.8 671 5 0 -119.707 -45.65 -55.856 - 83 1545.92 670 5 0 -119.917 -45.85 -56.0081 - 83 1096.33 669 5 0 -120.131 -46.05 -56.161 - 83 185.21 317 5 1 -116.75 -42.8817 -54.6246 - 83 193.905 318 5 1 -116.55 -42.6966 -54.7169 - 83 53.7677 319 5 1 -116.35 -42.5131 -54.8078 - 83 2133.92 698 5 0 -114.036 -40.4036 -55.85 - 83 96.7108 699 5 0 -113.868 -40.25 -55.9259 - 83 135.486 700 5 0 -113.648 -40.05 -56.0238 - 83 107.737 701 5 0 -113.428 -39.85 -56.1213 - 83 69.484 702 5 0 -113.209 -39.65 -56.2186 - 83 135.76 646 4 1 -50.7123 19.4762 -84.45 - 83 171.928 645 4 1 -50.85 19.7662 -84.542 - 83 178.153 644 4 1 -51.05 20.1859 -84.6725 - 83 77.8156 643 4 1 -51.25 20.612 -84.8018 - 83 71.7215 1020 4 0 -52.9177 24.1194 -85.85 - 83 102.966 1021 4 0 -52.9798 24.25 -85.889 - 83 81.316 1022 4 0 -53.0745 24.45 -85.9482 - 83 92.3331 1023 4 0 -53.169 24.65 -86.0075 - 83 79.973 1024 4 0 -53.2631 24.85 -86.0649 - 83 82.9404 1025 4 0 -53.3565 25.05 -86.1214 - 83 109.969 1026 4 0 -53.4495 25.25 -86.1767 - 83 29.5504 1027 4 0 -53.5431 25.45 -86.232 - 83 18.458 386 3 1 -102.927 128.587 -114.45 - 83 136.322 385 3 1 -102.95 128.617 -114.461 - 83 156.916 384 3 1 -103.15 128.878 -114.555 - 83 205.245 383 3 1 -103.35 129.139 -114.648 - 83 166.302 382 3 1 -103.55 129.4 -114.739 - 83 14.8383 381 3 1 -103.75 129.664 -114.835 - 83 61.8266 1561 3 0 -105.833 132.412 -115.85 - 83 96.6157 1562 3 0 -105.938 132.55 -115.901 - 83 127.73 1563 3 0 -106.091 132.75 -115.974 - 83 110.039 1564 3 0 -106.246 132.95 -116.049 - 83 115.221 1565 3 0 -106.399 133.15 -116.123 - 83 90.7381 1566 3 0 -106.55 133.35 -116.194 - 83 703.766 678 5 0 -116.928 -44.2874 -55.85 - 83 596.348 677 5 0 -116.786 -44.45 -56.2236 - 83 346.023 367 4 1 -106.627 -56.5737 -84.45 - 83 331.288 368 4 1 -106.55 -56.6726 -84.6692 - 83 188.009 614 4 0 -106.131 -57.2019 -85.85 - 83 553.753 613 4 0 -106.093 -57.25 -85.9571 - 83 245.435 422 3 1 -95.6018 -70.0794 -114.45 - 83 569.936 423 3 1 -95.55 -70.1457 -114.583 - 83 329.56 546 3 0 -95.042 -70.7734 -115.85 - 83 582.79 545 3 0 -94.9799 -70.85 -116.005 - 83 772.745 481 2 1 -83.8159 -84.9866 -144.45 - 83 774.996 471 2 0 -83.2885 -85.6763 -145.85 - 83 89.7391 470 2 0 -83.1554 -85.85 -146.203 - 83 474.369 539 1 1 -72.1335 -99.9415 -174.45 - 83 452.609 540 1 1 -72.05 -100.041 -174.642 - 83 479.236 397 1 0 -71.5144 -100.64 -175.85 - 83 537.613 396 1 0 -71.4151 -100.75 -176.073 - 83 928.168 607 0 1 -58.62 -115.063 -204.45 - 83 795.278 608 0 1 -58.45 -115.237 -204.816 - 83 103.669 609 0 1 -58.2493 -115.634 -204.742 - 83 228.556 316 0 0 -58.3479 -116.772 -205.85 - 83 1596.08 326 0 0 -58.0093 -114.948 -205.85 - 83 355.411 1678 6 0 89.6428 155.86 -26.25 - 83 780.026 1679 6 0 89.736 155.95 -26.2373 - 83 474.028 1680 6 0 89.9373 156.15 -26.2117 - 83 776.842 1681 6 0 90.15 156.362 -26.1851 - 83 968.855 1682 6 0 90.3392 156.55 -26.1629 - 83 846.63 1683 6 0 90.5406 156.75 -26.1364 - 83 893.699 1684 6 0 90.7427 156.95 -26.1173 - 83 973.025 1685 6 0 90.9442 157.15 -26.0963 - 83 828.758 1686 6 0 91.1529 157.35 -26.0756 - 83 948.085 1687 6 0 91.3708 157.55 -26.0649 - 83 1040.59 1688 6 0 91.59 157.75 -26.0536 - 83 986.172 1689 6 0 91.7972 157.95 -26.0355 - 83 997.815 1690 6 0 92.0069 158.15 -26.017 - 83 1053.03 1691 6 0 92.2228 158.35 -25.9963 - 83 1076.62 1692 6 0 92.4351 158.55 -25.9752 - 83 1030.26 1693 6 0 92.6503 158.75 -25.9541 - 83 1169.36 1694 6 0 92.8694 158.95 -25.9328 - 83 1160.36 1695 6 0 93.09 159.15 -25.9131 - 83 1112.46 1696 6 0 93.3071 159.35 -25.8942 - 83 1335.79 1697 6 0 93.5275 159.55 -25.8857 - 83 1414.78 1698 6 0 93.7497 159.75 -25.8768 - 83 1449.02 1699 6 0 93.9748 159.95 -25.8707 - 83 1606.57 1700 6 0 94.2225 160.15 -25.8683 - 83 1626.62 1701 6 0 94.4715 160.35 -25.8604 - 83 1915.51 1702 6 0 94.729 160.55 -25.8656 - 83 2068.43 1703 6 0 94.9917 160.75 -25.8601 - 83 2380.81 1704 6 0 95.2468 160.95 -25.8552 - 83 306.311 1705 6 0 95.4982 161.15 -25.8509 - 83 235.558 680 5 0 -117.274 -43.9029 -55.85 - 83 102.976 337 4 1 -112.579 -49.6379 -84.45 - 83 108.849 338 4 1 -112.55 -49.6707 -84.6168 - 83 278.106 650 4 0 -112.334 -49.9133 -85.85 - 83 233.169 364 3 1 -107.328 -55.5511 -114.45 - 83 45.0379 621 3 0 -107.079 -55.8327 -115.85 - 83 168.602 620 3 0 -107.064 -55.85 -115.936 - 83 215.934 390 2 1 -102.011 -61.5929 -144.45 - 83 73.4128 391 2 1 -101.95 -61.6539 -144.77 - 83 229.018 590 2 0 -101.743 -61.8603 -145.85 - 83 236.301 419 1 1 -96.2396 -67.3181 -174.45 - 83 165.27 562 1 0 -95.9695 -67.6111 -175.85 - 83 114.772 561 1 0 -95.9337 -67.65 -176.035 - 83 198.469 448 0 1 -90.439 -73.6731 -204.45 - 83 82.0898 530 0 0 -90.1753 -73.9847 -205.85 - 83 724.883 742 6 0 -109.844 -31.5931 -26.25 - 83 132.324 743 6 0 -109.753 -31.45 -25.916 - 83 1115.77 353 6 1 -109.456 -31.0005 -24.85 - 83 27.2509 354 6 1 -109.35 -30.8386 -24.4655 - 83 605.17 806 7 0 -99.7992 -18.7541 3.75 - 83 351.342 807 7 0 -99.7168 -18.65 3.99292 - 83 1122.12 404 7 1 -99.3266 -18.1572 5.15 - 83 847.042 868 8 0 -89.3569 -6.36055 33.75 - 83 325.939 869 8 0 -89.2633 -6.25 34.0182 - 83 435.576 455 8 1 -88.8955 -5.77029 35.15 - 83 641.98 456 8 1 -88.85 -5.71029 35.2913 - 83 269.899 923 9 0 -78.9309 4.81225 63.75 - 83 802.056 924 9 0 -78.8951 4.85 63.8524 - 83 1353.46 508 9 1 -78.4445 5.32089 65.15 - 83 36.6143 969 10 0 -67.7933 14.0481 93.75 - 83 1410.71 970 10 0 -67.791 14.05 93.7563 - 83 361.773 563 10 1 -67.2867 14.4615 95.15 - 83 1238.61 564 10 1 -67.25 14.4915 95.2526 - 83 1774.26 1008 11 0 -60.6139 21.6885 123.75 - 83 1940.67 598 11 1 -60.3438 22.0488 125.15 - 83 596.56 1037 12 0 -54.318 27.6368 153.75 - 83 4022.78 1038 12 0 -54.3036 27.65 153.818 - 83 4361.63 630 12 1 -54.0086 28.0089 155.15 - 83 1.79418 376 4 1 -104.751 -54.3784 -84.45 - 83 191.599 377 4 1 -104.75 -54.3796 -84.4534 - 83 254.741 625 4 0 -104.162 -54.8897 -85.85 - 83 182.08 440 3 1 -92.1188 -65.3309 -114.45 - 83 0.40245 571 3 0 -91.5314 -65.8497 -115.85 - 83 205.323 570 3 0 -91.5311 -65.85 -115.851 - 83 48.1043 502 2 1 -79.5096 -76.4359 -144.45 - 83 138.307 503 2 1 -79.45 -76.4871 -144.591 - 83 106.324 515 2 0 -78.9159 -76.9474 -145.85 - 83 70.3939 514 2 0 -78.7969 -77.05 -146.131 - 83 212.292 566 1 1 -66.754 -87.4171 -174.45 - 83 99.5172 567 1 1 -66.65 -87.5076 -174.694 - 83 229.722 460 1 0 -66.1565 -87.9378 -175.85 - 83 31.5054 459 1 0 -66.0278 -88.05 -176.151 - 83 131.57 630 0 1 -53.9586 -98.6437 -204.45 - 83 209.215 631 0 1 -53.85 -98.7387 -204.701 - 83 150.992 404 0 0 -53.3563 -99.1699 -205.85 - 83 1011.21 676 5 0 -115.05 -44.65 -55.9935 - 83 459.623 523 4 1 -75.3914 -61.7105 -84.45 - 83 813.707 524 4 1 -75.25 -61.7659 -84.5568 - 83 645.997 525 4 1 -75.05 -61.8453 -84.7117 - 83 474.272 588 4 0 -73.6115 -62.4046 -85.85 - 83 1293.86 587 4 0 -73.4932 -62.45 -85.9436 - 83 230.346 710 3 1 -37.8987 -75.2861 -114.45 - 83 741.408 711 3 1 -37.85 -75.2992 -114.48 - 83 914.532 712 3 1 -37.65 -75.351 -114.605 - 83 764.319 713 3 1 -37.45 -75.4044 -114.731 - 83 2506.31 520 3 0 -35.704 -75.8732 -115.85 - 83 854.299 957 2 1 11.5416 -88.37 -144.45 - 83 1725.92 958 2 1 11.65 -88.3979 -144.551 - 83 1047.22 959 2 1 11.85 -88.4461 -144.74 - 83 4509.82 456 2 0 12.8673 -88.6625 -145.85 - 83 236.754 312 5 1 -117.55 -43.5489 -54.7672 - 83 67.8429 682 5 0 -117.582 -43.468 -55.85 - 83 29.6075 683 5 0 -117.589 -43.45 -56.0903 - 83 115.87 308 4 1 -118.442 -41.3171 -84.45 - 83 110.636 694 4 0 -118.493 -41.2049 -85.85 - 83 132.882 303 3 1 -119.495 -38.906 -114.45 - 83 255.521 706 3 0 -119.534 -38.7989 -115.85 - 83 217.173 299 2 1 -120.319 -36.624 -144.45 - 83 171.112 717 2 0 -120.345 -36.5226 -145.85 - 83 108.653 296 1 1 -120.854 -34.469 -174.45 - 83 206.983 728 1 0 -120.884 -34.3661 -175.85 - 83 170.238 293 0 1 -121.511 -32.2733 -204.45 - 83 106.781 739 0 0 -121.541 -32.1771 -205.85 - 83 213.906 684 5 0 -117.657 -43.161 -55.85 - 83 203.778 301 4 1 -119.805 -35.563 -84.45 - 83 307.829 724 4 0 -119.916 -35.1788 -85.85 - 83 233.942 289 3 1 -122.195 -27.3137 -114.45 - 83 112.918 765 3 0 -122.305 -26.918 -115.85 - 83 97.8061 766 3 0 -122.324 -26.85 -116.09 - 83 392.123 278 2 1 -124.494 -18.8591 -144.45 - 83 192.682 808 2 0 -124.603 -18.4386 -145.85 - 83 227.295 266 1 1 -126.817 -9.87828 -174.45 - 83 34.1743 852 1 0 -126.922 -9.46848 -175.85 - 83 183.953 853 1 0 -126.926 -9.45 -175.913 - 83 192.62 255 0 1 -129.094 -1.0516 -204.45 - 83 272.309 897 0 0 -129.21 -0.640205 -205.85 - 83 160.982 725 4 0 -119.963 -35.05 -85.942 - 83 16.3778 1757 6 0 -13.2265 171.709 -26.25 - 83 89.2624 1758 6 0 -13.2064 171.75 -26.2446 - 83 250.927 1759 6 0 -13.1099 171.95 -26.2186 - 83 108.118 1760 6 0 -13.0118 172.15 -26.1905 - 83 119.142 1761 6 0 -12.9136 172.35 -26.1625 - 83 120.507 1762 6 0 -12.8165 172.55 -26.1342 - 83 126.836 1763 6 0 -12.7226 172.75 -26.1055 - 83 119.524 1764 6 0 -12.6279 172.95 -26.0772 - 83 139.032 1765 6 0 -12.5347 173.15 -26.0499 - 83 135.737 1766 6 0 -12.4426 173.35 -26.0252 - 83 117.294 1767 6 0 -12.3501 173.55 -26.0013 - 83 194.434 1768 6 0 -12.2579 173.75 -25.979 - 83 297.497 1769 6 0 -12.1662 173.95 -25.9584 - 83 139.341 1770 6 0 -12.0695 174.15 -25.934 - 83 284.657 1771 6 0 -11.973 174.35 -25.9086 - 83 136.829 1772 6 0 -11.8765 174.55 -25.8828 - 83 14.3101 1773 6 0 -11.7821 174.75 -25.8564 -Number of digits in this event = 299 -Using G4ParticleGun ... -9.943 LIN -proton -Event: 84 -Number of tracker hits in this event = 25 - 84 99.2396 1232 11 1 66.5945 13.72 125.55 - 84 138.514 968 11 0 66.5942 13.7199 124.15 - 84 140.169 1232 10 1 66.5842 13.7158 95.55 - 84 129.287 968 10 0 66.5835 13.7149 94.15 - 84 128.325 1232 9 1 66.5652 13.6984 65.55 - 84 128.821 968 9 0 66.5639 13.6972 64.15 - 84 103.985 1232 8 1 66.5376 13.6736 35.55 - 84 136.205 968 8 0 66.5357 13.6718 34.15 - 84 155.033 1232 7 1 66.4959 13.6346 5.55 - 84 124.958 967 7 0 66.4931 13.6327 4.15 - 84 105.505 1231 6 1 66.4362 13.5914 -24.45 - 84 120.41 967 6 0 66.4337 13.5891 -25.85 - 84 117.348 1231 5 1 66.3844 13.5439 -54.45 - 84 117.136 967 5 0 66.3827 13.5415 -55.85 - 84 156.427 1231 4 1 66.3474 13.4922 -84.45 - 84 104.566 967 4 0 66.3443 13.4891 -85.85 - 84 111.38 1231 3 1 66.2819 13.4235 -114.45 - 84 94.8332 966 3 0 66.2776 13.4204 -115.85 - 84 105.46 1230 2 1 66.1866 13.3615 -144.45 - 84 131.656 966 2 0 66.1825 13.3595 -145.85 - 84 103.944 1230 1 1 66.0974 13.3172 -174.45 - 84 130.616 966 1 0 66.0937 13.3142 -175.85 - 84 99.146 1229 0 1 66.0175 13.2535 -204.45 - 84 148.33 966 0 0 66.0135 13.2508 -205.85 - 84 366.598 972 9 0 65.596 14.5949 64.15 -Number of digits in this event = 15 -Using G4ParticleGun ... -7.13949 LIN -proton -Event: 85 -Number of tracker hits in this event = 31 - 85 243.44 1047 11 1 29.4737 10.621 125.55 - 85 217.052 952 11 0 29.4731 10.6206 124.15 - 85 144.52 1047 10 1 29.4631 10.6123 95.55 - 85 95.0607 952 10 0 29.4628 10.611 94.15 - 85 102.484 1047 9 1 29.4582 10.586 65.55 - 85 101.174 952 9 0 29.4584 10.5836 64.15 - 85 84.9733 1047 8 1 29.4647 10.5361 35.55 - 85 86.3658 952 8 0 29.4635 10.5361 34.15 - 85 132.206 1047 7 1 29.4712 10.5589 5.55 - 85 113.401 952 7 0 29.4713 10.5593 4.15 - 85 107.639 1047 6 1 29.4773 10.5677 -24.45 - 85 90.1638 952 6 0 29.4769 10.5664 -25.85 - 85 117.208 1047 5 1 29.4699 10.5407 -54.45 - 85 212.425 952 5 0 29.4684 10.539 -55.85 - 85 93.1496 1046 4 1 29.438 10.5037 -84.45 - 85 117.31 952 4 0 29.4369 10.5018 -85.85 - 85 128.526 1046 3 1 29.4146 10.4618 -114.45 - 85 108.115 952 3 0 29.4142 10.4596 -115.85 - 85 186.215 1046 2 1 29.4048 10.4143 -144.45 - 85 151.906 951 2 0 29.4051 10.4116 -145.85 - 85 102.678 1046 1 1 29.4125 10.3536 -174.45 - 85 124.153 951 1 0 29.4137 10.3495 -175.85 - 85 111.282 1046 0 1 29.4373 10.2691 -204.45 - 85 149.324 951 0 0 29.4378 10.2656 -205.85 - 85 95.8899 1284 4 0 -7.56792 76.9563 -86.25 - 85 103.168 1285 4 0 -7.63 77.0503 -86.1838 - 85 76.4357 1286 4 0 -7.84052 77.25 -86.054 - 85 155.682 1287 4 0 -7.99605 77.45 -86.0805 - 85 300.336 1288 4 0 -8.09978 77.65 -86.0415 - 85 195.012 1289 4 0 -8.54304 77.8501 -86.0743 - 85 8.48214 418 4 0 14.8184 -96.35 -86.0747 -Number of digits in this event = 16 -Using G4ParticleGun ... -1.88522 LIN -proton -Event: 86 -Number of tracker hits in this event = 24 - 86 112.037 773 9 1 -25.439 -118.58 65.55 - 86 167.93 307 9 0 -25.4348 -118.579 64.15 - 86 116.966 773 8 1 -25.344 -118.56 35.55 - 86 126.063 307 8 0 -25.3404 -118.557 34.15 - 86 141.491 773 7 1 -25.2689 -118.508 5.55 - 86 98.5408 308 7 0 -25.2673 -118.505 4.15 - 86 144.94 774 6 1 -25.236 -118.439 -24.45 - 86 174.677 308 6 0 -25.2379 -118.433 -25.85 - 86 116.716 773 5 1 -25.2554 -118.328 -54.45 - 86 146.792 309 5 0 -25.2566 -118.324 -55.85 - 86 169.44 773 4 1 -25.2733 -118.244 -84.45 - 86 101.256 309 4 0 -25.2889 -118.245 -85.85 - 86 165.642 772 3 1 -25.6021 -118.278 -114.45 - 86 133.297 309 3 0 -25.6149 -118.279 -115.85 - 86 177.649 770 2 1 -25.8668 -118.304 -144.45 - 86 120.77 309 2 0 -25.8835 -118.306 -145.85 - 86 148.986 769 1 1 -26.2339 -118.346 -174.45 - 86 111.28 309 1 0 -26.25 -118.346 -175.85 - 86 134.616 767 0 1 -26.5779 -118.344 -204.45 - 86 107.723 309 0 0 -26.5967 -118.346 -205.85 - 86 201.7 311 3 0 -26.8321 -117.867 -115.85 - 86 36.8194 312 3 0 -26.9203 -117.75 -115.887 - 86 212.427 308 5 0 -25.2699 -118.35 -56.0359 - 86 215.753 773 6 1 -25.25 -118.419 -24.6005 -Number of digits in this event = 17 -Using G4ParticleGun ... -5.97522 LIN -proton -Event: 87 -Number of tracker hits in this event = 31 - 87 123.425 1271 11 1 74.3186 -22.5751 125.55 - 87 104.625 787 11 0 74.3204 -22.5744 124.15 - 87 134.687 1271 10 1 74.357 -22.5605 95.55 - 87 111.548 787 10 0 74.3574 -22.5588 94.15 - 87 142.65 1271 9 1 74.3678 -22.5253 65.55 - 87 113.053 787 9 0 74.3685 -22.5231 64.15 - 87 244.347 1271 8 1 74.3773 -22.4761 35.55 - 87 104.938 787 8 0 74.3779 -22.4726 34.15 - 87 141.694 1271 7 1 74.3931 -22.3975 5.55 - 87 107.133 788 7 0 74.3958 -22.3942 4.15 - 87 172.467 1272 6 1 74.4558 -22.3293 -24.45 - 87 115.741 788 6 0 74.4579 -22.3254 -25.85 - 87 108.918 1272 5 1 74.4994 -22.2437 -54.45 - 87 131.649 789 5 0 74.5018 -22.2402 -55.85 - 87 113.211 1272 4 1 74.555 -22.1619 -84.45 - 87 179.557 789 4 0 74.5568 -22.1588 -85.85 - 87 105.216 1272 3 1 74.5914 -22.0946 -114.45 - 87 105.371 789 3 0 74.5942 -22.091 -115.85 - 87 96.8744 1273 2 1 74.6507 -22.0184 -144.45 - 87 101.878 790 2 0 74.6541 -22.0143 -145.85 - 87 123.461 1273 1 1 74.7235 -21.9308 -174.45 - 87 105.058 790 1 0 74.7276 -21.9274 -175.85 - 87 109.428 1273 0 1 74.8097 -21.8596 -204.45 - 87 117.484 790 0 0 74.8149 -21.8556 -205.85 - 87 131.481 1270 10 1 74.25 -22.7914 95.5467 - 87 183.451 786 10 0 73.6767 -22.7884 94.15 - 87 69.6198 650 10 0 69.1688 -49.9646 93.75 - 87 100.566 649 10 0 69.0933 -50.05 93.9284 - 87 7.67176 648 10 0 68.9379 -50.2502 94.1384 - 87 184.763 1241 10 1 68.3346 -52.0685 95.15 - 87 288.681 1242 10 1 68.4647 -52.4086 95.55 -Number of digits in this event = 14 -Using G4ParticleGun ... -3.88395 LIN -proton -Event: 88 -Number of tracker hits in this event = 31 - 88 233.73 927 11 1 5.51096 -48.1549 125.55 - 88 108.673 659 11 0 5.51157 -48.1546 124.15 - 88 186.336 927 10 1 5.53388 -48.146 95.55 - 88 91.21 659 10 0 5.53738 -48.1458 94.15 - 88 108.92 927 9 1 5.60842 -48.1413 65.55 - 88 111.541 659 9 0 5.61276 -48.1419 64.15 - 88 101.984 928 8 1 5.6972 -48.1629 35.55 - 88 122.481 659 8 0 5.70219 -48.1632 34.15 - 88 120.113 928 7 1 5.79814 -48.1688 5.55 - 88 119.409 659 7 0 5.80064 -48.1718 4.15 - 88 119.041 928 6 1 5.84183 -48.2248 -24.45 - 88 121.634 659 6 0 5.84236 -48.2288 -25.85 - 88 106.962 929 5 1 5.85803 -48.312 -54.45 - 88 94.4917 658 5 0 5.85933 -48.3173 -55.85 - 88 120.024 929 4 1 5.8852 -48.4242 -84.45 - 88 209.596 658 4 0 5.88599 -48.43 -85.85 - 88 103.093 929 3 1 5.89996 -48.5482 -114.45 - 88 132.727 657 3 0 5.9022 -48.5545 -115.85 - 88 273.638 929 2 1 5.9438 -48.6873 -144.45 - 88 116.714 656 2 0 5.94384 -48.6946 -145.85 - 88 573.465 929 1 1 5.9457 -48.846 -174.45 - 88 156.047 655 1 0 5.95134 -48.8552 -175.85 - 88 160.088 930 0 1 6.07216 -49.0446 -204.45 - 88 123.321 654 0 0 6.07691 -49.0537 -205.85 - 88 50.6191 276 10 0 149.505 -124.95 93.9827 - 88 216.445 656 1 0 5.94284 -48.85 -175.933 - 88 147.045 928 1 1 5.84962 -48.6269 -174.695 - 88 15.6983 650 2 0 4.34982 -50.0305 -145.85 - 88 5.22262 649 2 0 4.33711 -50.0501 -145.852 - 88 207.158 913 2 1 2.76179 -54.6465 -144.85 - 88 62.0771 657 4 0 6.17713 -48.45 -86.1004 +Number of tracker hits in this event = 28 + 69 144.639 1098 11 1 39.7533 59.9567 125.55 + 69 122.071 1199 11 0 39.7539 59.9566 124.15 + 69 105.878 1098 10 1 39.7644 59.9574 95.55 + 69 164.248 1199 10 0 39.7648 59.9572 94.15 + 69 108.828 1098 9 1 39.7735 59.9537 65.55 + 69 125.452 1199 9 0 39.7737 59.9533 64.15 + 69 165.083 1098 8 1 39.7805 59.9466 35.55 + 69 152.085 1199 8 0 39.7815 59.9463 34.15 + 69 123.261 1098 7 1 39.8019 59.9431 5.55 + 69 110.37 1199 7 0 39.8029 59.9429 4.15 + 69 116.197 1098 6 1 39.8208 59.9383 -24.45 + 69 215.686 1199 6 0 39.8216 59.9388 -25.85 + 69 132.928 1098 5 1 39.8395 59.9468 -54.45 + 69 120.339 1199 5 0 39.8393 59.9471 -55.85 + 69 108.366 1098 4 1 39.8355 59.9517 -84.45 + 69 96.5223 1199 4 0 39.8347 59.9514 -85.85 + 69 99.791 1098 3 1 39.8187 59.9428 -114.45 + 69 141.848 1199 3 0 39.8179 59.9417 -115.85 + 69 142.192 1098 2 1 39.803 59.9238 -144.45 + 69 106.473 1199 2 0 39.8024 59.9234 -145.85 + 69 248.029 1098 1 1 39.7899 59.9154 -174.45 + 69 135.602 1199 1 0 39.7895 59.9145 -175.85 + 69 280.951 1098 0 1 39.7814 59.8949 -204.45 + 69 101.127 1199 0 0 39.7809 59.8946 -205.85 + 69 491.728 1195 1 0 40.0679 59.214 -175.85 + 69 144.787 1194 1 0 40.5084 59.05 -176.17 + 69 181.949 1193 1 0 40.2349 58.85 -176.155 + 69 317.255 1200 8 0 40.648 60.2343 34.15 Number of digits in this event = 20 Using G4ParticleGun ... -3.34969 LIN +2.43758 LIN proton -Event: 89 -Number of tracker hits in this event = 96 - 89 151.19 609 11 1 -58.0968 44.4856 125.55 - 89 166.2 1122 11 0 -58.0983 44.4875 124.15 - 89 230.186 609 10 1 -58.1283 44.5316 95.55 - 89 229.284 1122 10 0 -58.1299 44.5332 94.15 - 89 115.139 609 9 1 -58.1675 44.5718 65.55 - 89 147.145 1122 9 0 -58.1693 44.5723 64.15 - 89 114.377 609 8 1 -58.2088 44.5795 35.55 - 89 105.146 1122 8 0 -58.2102 44.5837 34.15 - 89 126.302 609 7 1 -58.2383 44.6646 5.55 - 89 111.511 1123 7 0 -58.2389 44.6696 4.15 - 89 106.653 608 6 1 -58.2641 44.7659 -24.45 - 89 87.8312 1123 6 0 -58.2661 44.7711 -25.85 - 89 221.322 608 5 1 -58.3286 44.8798 -54.45 - 89 109.246 1124 5 0 -58.329 44.8843 -55.85 - 89 277.464 608 4 1 -58.3356 44.9725 -84.45 - 89 266.331 1124 4 0 -58.335 44.9779 -85.85 - 89 103.276 608 3 1 -58.3196 45.0913 -114.45 - 89 127.966 1125 3 0 -58.3213 45.0948 -115.85 - 89 250.319 608 2 1 -58.3475 45.1645 -144.45 - 89 24152.3 1125 2 0 -58.3468 45.1676 -145.85 - 89 57.8248 1082 2 0 69.5238 36.4955 -146.25 - 89 341.394 1081 2 0 69.5714 36.45 -146.125 - 89 2206.44 651 1 1 -49.8152 -17.3722 -174.45 - 89 1177.36 652 1 1 -49.65 -18.0448 -174.715 - 89 314.094 795 1 0 -48.9742 -20.9651 -175.85 - 89 828.04 794 1 0 -48.9547 -21.05 -175.883 - 89 697.144 793 1 0 -48.9077 -21.25 -175.961 - 89 717.7 792 1 0 -48.8599 -21.45 -176.041 - 89 622.417 791 1 0 -48.8097 -21.65 -176.123 - 89 457.155 790 1 0 -48.7563 -21.85 -176.202 - 89 1273.33 746 0 1 -30.7264 -93.7346 -204.45 - 89 4417.32 747 0 1 -30.65 -93.8887 -204.548 - 89 670.365 748 0 1 -30.45 -94.3281 -204.819 - 89 1744.82 420 0 0 -29.7829 -96.0225 -205.85 - 89 4739.1 419 0 0 -29.7327 -96.15 -205.928 - 89 826.617 418 0 0 -29.6555 -96.35 -206.056 - 89 151.405 333 1 1 -113.438 57.5865 -174.45 - 89 271.479 332 1 1 -113.55 57.6107 -174.51 - 89 319.56 331 1 1 -113.75 57.6538 -174.616 - 89 283.912 330 1 1 -113.95 57.6969 -174.721 - 89 56.54 329 1 1 -114.15 57.74 -174.828 - 89 682.046 1190 1 0 -116.04 58.1553 -175.85 - 89 662.469 1191 1 0 -116.471 58.25 -176.083 - 89 302.046 54 0 1 -169.221 68.9972 -204.45 - 89 378.854 53 0 1 -169.35 69.0162 -204.529 - 89 318.68 52 0 1 -169.55 69.0451 -204.653 - 89 260.929 51 0 1 -169.75 69.0736 -204.778 - 89 1214.98 1246 0 0 -171.44 69.3355 -205.85 - 89 609.506 588 1 1 -62.3656 76.9324 -174.45 - 89 86.5424 1292 1 0 -62.5822 78.5639 -175.85 - 89 279.335 1293 1 0 -62.5937 78.65 -175.924 - 89 153.461 1294 1 0 -62.6214 78.85 -176.095 - 89 531.519 564 0 1 -67.1586 111.869 -204.45 - 89 114.748 1466 0 0 -67.3552 113.472 -205.85 - 89 193.238 1467 0 0 -67.3647 113.55 -205.918 - 89 212.626 1468 0 0 -67.3895 113.75 -206.093 - 89 277.29 1289 1 0 -62.0921 77.874 -175.85 - 89 135.948 616 1 1 -56.7632 46.2098 -174.45 - 89 128.146 1131 1 0 -56.6829 46.2625 -175.85 - 89 156.809 625 0 1 -55.0434 47.3401 -204.45 - 89 135.108 1136 0 0 -54.9642 47.392 -205.85 - 89 127.903 644 1 1 -51.0997 31.6789 -174.45 - 89 228.32 645 1 1 -51.05 31.6134 -174.537 - 89 148.268 1054 1 0 -50.5021 30.8731 -175.85 - 89 144.592 1053 1 0 -50.4846 30.85 -175.892 - 89 15.6548 1052 1 0 -50.3556 30.65 -176.207 - 89 173.338 703 0 1 -39.3338 10.2139 -204.45 - 89 0.0275009 943 0 0 -39.4071 8.65029 -205.85 - 89 74.2771 942 0 0 -39.4071 8.65 -205.85 - 89 76.7796 941 0 0 -39.4261 8.45 -206.016 - 89 55.5677 940 0 0 -39.4542 8.24972 -206.164 - 89 121.177 685 0 1 -42.9992 17.0274 -204.45 - 89 175.216 981 0 0 -42.6269 16.3655 -205.85 - 89 63.9967 980 0 0 -42.564 16.25 -206.097 - 89 36.0152 1457 0 1 111.599 19.9519 -204.45 - 89 55.6247 1458 0 1 111.75 19.9319 -204.501 - 89 118.209 1459 0 1 111.95 19.9055 -204.569 - 89 65.6854 1460 0 1 112.15 19.8785 -204.637 - 89 86.301 1461 0 1 112.35 19.8519 -204.705 - 89 60.8662 1462 0 1 112.55 19.8254 -204.773 - 89 6.87758 1463 0 1 112.75 19.7991 -204.841 - 89 455.96 996 0 0 115.695 19.4128 -205.85 - 89 81.1418 995 0 0 116.706 19.25 -205.959 - 89 34.0672 1480 0 1 116.185 18.578 -204.85 - 89 129.465 1479 0 1 116.15 18.5515 -204.813 - 89 133.853 1478 0 1 115.95 18.5126 -204.679 - 89 34.9117 1454 0 1 111.122 19.9487 -204.45 - 89 92.4673 1455 0 1 111.15 19.8655 -204.56 - 89 5.05209 994 0 0 111.255 18.8599 -205.85 - 89 96.6665 993 0 0 111.255 18.8499 -205.863 - 89 43.323 992 0 0 111.246 18.65 -206.142 - 89 78.7458 609 4 1 -58.25 45.0529 -84.6528 - 89 329.467 610 4 1 -58.05 45.1061 -84.6876 - 89 11.6845 607 5 1 -58.45 45.0204 -54.8333 - 89 13.5379 1129 5 0 -58.6221 46.0316 -55.85 - 89 181.528 1130 5 0 -58.6355 46.05 -55.8753 -Number of digits in this event = 65 -Using G4ParticleGun ... -7.90427 LIN -proton -Event: 90 -Number of tracker hits in this event = 22 - 90 141.34 348 10 1 -110.422 30.876 95.55 - 90 94.1014 1054 10 0 -110.421 30.8757 94.15 - 90 125.564 348 9 1 -110.397 30.8721 65.55 - 90 131.096 1054 9 0 -110.395 30.8723 64.15 - 90 111.816 349 8 1 -110.347 30.8796 35.55 - 90 229.351 1054 8 0 -110.345 30.8801 34.15 - 90 101.491 349 7 1 -110.3 30.8916 5.55 - 90 112.856 1054 7 0 -110.299 30.8925 4.15 - 90 116.166 349 6 1 -110.275 30.9104 -24.45 - 90 92.291 1054 6 0 -110.274 30.9119 -25.85 - 90 202.628 349 5 1 -110.238 30.9443 -54.45 - 90 97.4017 1054 5 0 -110.237 30.9465 -55.85 - 90 121.827 349 4 1 -110.211 30.9924 -84.45 - 90 95.787 1054 4 0 -110.21 30.995 -85.85 - 90 96.7808 349 3 1 -110.194 31.0514 -114.45 - 90 111.284 1055 3 0 -110.192 31.0544 -115.85 - 90 97.4507 349 2 1 -110.16 31.1195 -144.45 - 90 131.673 1055 2 0 -110.159 31.1222 -145.85 - 90 102.559 350 1 1 -110.134 31.1776 -174.45 - 90 157.861 1055 1 0 -110.131 31.1786 -175.85 - 90 100.718 350 0 1 -110.058 31.1944 -204.45 - 90 105.629 1055 0 0 -110.055 31.1955 -205.85 -Number of digits in this event = 9 -Using G4ParticleGun ... -3.22184 LIN -proton -Event: 91 -Number of tracker hits in this event = 28 - 91 106.931 718 11 1 -36.3993 -59.9121 125.55 - 91 90.4647 600 11 0 -36.3976 -59.9117 124.15 - 91 263.329 718 10 1 -36.3651 -59.9034 95.55 - 91 215.279 600 10 0 -36.3629 -59.9007 94.15 - 91 104.17 718 9 1 -36.3163 -59.8403 65.55 - 91 104.803 601 9 0 -36.3146 -59.8373 64.15 - 91 183.233 718 8 1 -36.2768 -59.779 35.55 - 91 115.236 601 8 0 -36.2732 -59.776 34.15 - 91 225.114 719 7 1 -36.1975 -59.7208 5.55 - 91 104.316 601 7 0 -36.1937 -59.7181 4.15 - 91 138.02 719 6 1 -36.1118 -59.663 -24.45 - 91 111.292 601 6 0 -36.1078 -59.6606 -25.85 - 91 121.089 720 5 1 -36.0204 -59.6124 -54.45 - 91 96.0089 602 5 0 -36.0156 -59.6104 -55.85 - 91 129.836 720 4 1 -35.9194 -59.5638 -84.45 - 91 176.504 602 4 0 -35.9161 -59.5622 -85.85 - 91 116.175 721 3 1 -35.8471 -59.5354 -114.45 - 91 127.277 602 3 0 -35.8445 -59.5351 -115.85 - 91 117.507 721 2 1 -35.7947 -59.5217 -144.45 - 91 98.1428 602 2 0 -35.791 -59.5191 -145.85 - 91 140.657 721 1 1 -35.7104 -59.4652 -174.45 - 91 130.203 602 1 0 -35.7073 -59.4619 -175.85 - 91 98.1411 722 0 1 -35.637 -59.3983 -204.45 - 91 122.439 603 0 0 -35.6319 -59.3941 -205.85 - 91 57.1293 567 9 0 -18.6883 -66.47 63.75 - 91 229.902 568 9 0 -18.6429 -66.45 63.8534 - 91 48.6449 599 10 0 -36.4593 -60.05 94.0809 - 91 165.051 597 10 0 -36.4819 -60.5471 94.15 -Number of digits in this event = 15 -Using G4ParticleGun ... -2.92876 LIN -proton -Event: 92 -Number of tracker hits in this event = 23 - 92 100.732 520 10 1 -75.9125 -45.5224 95.55 - 92 136.851 672 10 0 -75.913 -45.5221 94.15 - 92 183.934 520 9 1 -75.9264 -45.5209 65.55 - 92 110.375 672 9 0 -75.926 -45.5217 64.15 - 92 236.51 520 8 1 -75.9203 -45.5362 35.55 - 92 138.266 672 8 0 -75.9212 -45.5368 34.15 - 92 159.95 520 7 1 -75.9449 -45.5532 5.55 - 92 94.9828 672 7 0 -75.9465 -45.5532 4.15 - 92 123.902 520 6 1 -75.9768 -45.5579 -24.45 - 92 106.252 672 6 0 -75.9782 -45.5587 -25.85 - 92 107.23 520 5 1 -75.9964 -45.5775 -54.45 - 92 114.934 672 5 0 -75.9987 -45.5778 -55.85 - 92 118.686 519 4 1 -76.0554 -45.58 -84.45 - 92 128.832 672 4 0 -76.0593 -45.5795 -85.85 - 92 127.294 519 3 1 -76.1396 -45.5736 -114.45 - 92 204.282 672 3 0 -76.144 -45.5719 -115.85 - 92 114.013 519 2 1 -76.2359 -45.5468 -144.45 - 92 131.782 672 2 0 -76.2406 -45.5446 -145.85 - 92 168.695 518 1 1 -76.3444 -45.5137 -174.45 - 92 90.2512 672 1 0 -76.3488 -45.5135 -175.85 - 92 144.595 518 0 1 -76.4397 -45.506 -204.45 - 92 98.6604 672 0 0 -76.4461 -45.5051 -205.85 - 92 155.778 673 3 0 -76.1714 -45.45 -116.047 -Number of digits in this event = 14 -Using G4ParticleGun ... -2.76962 LIN -proton -Event: 93 -Number of tracker hits in this event = 31 - 93 170.857 605 11 1 -59.0397 -49.4182 125.55 - 93 103.617 653 11 0 -59.0398 -49.4198 124.15 - 93 127.883 605 10 1 -59.041 -49.4461 95.55 - 93 36.5299 653 10 0 -59.0405 -49.4497 94.15 - 93 79.1906 652 10 0 -59.0405 -49.45 94.0478 - 93 118.139 605 9 1 -59.0361 -49.5293 65.55 - 93 126.4 652 9 0 -59.036 -49.5333 64.15 - 93 94.1866 605 8 1 -59.0407 -49.618 35.55 - 93 126.913 652 8 0 -59.0425 -49.6207 34.15 - 93 98.1373 604 7 1 -59.0778 -49.6836 5.55 - 93 167.114 651 7 0 -59.0798 -49.6843 4.15 - 93 93.6834 604 6 1 -59.1288 -49.6978 -24.45 - 93 120.578 651 6 0 -59.1313 -49.6968 -25.85 - 93 109.642 604 5 1 -59.195 -49.6709 -54.45 - 93 119.291 651 5 0 -59.1977 -49.667 -55.85 - 93 129.491 604 4 1 -59.2441 -49.5866 -84.45 - 93 126.405 652 4 0 -59.2461 -49.582 -85.85 - 93 134.903 603 3 1 -59.2781 -49.4822 -114.45 - 93 113.028 652 3 0 -59.281 -49.4791 -115.85 - 93 170.216 603 2 1 -59.3445 -49.4078 -144.45 - 93 116.978 653 2 0 -59.3487 -49.4034 -145.85 - 93 97.6589 603 1 1 -59.4317 -49.3216 -174.45 - 93 258.361 653 1 0 -59.4327 -49.3174 -175.85 - 93 266.071 602 0 1 -59.4593 -49.2282 -204.45 - 93 220.781 654 0 0 -59.4605 -49.226 -205.85 - 93 116.15 603 0 1 -59.45 -49.2606 -204.77 - 93 74.0944 604 0 1 -59.25 -49.4382 -204.775 - 93 9.0905 651 0 0 -57.6792 -49.8425 -205.85 - 93 49.5363 650 0 0 -57.6592 -49.85 -205.866 - 93 25.6064 616 0 1 -56.7675 -49.5784 -204.85 - 93 164.48 671 0 0 -55.5471 -45.7379 -205.85 -Number of digits in this event = 17 -Using G4ParticleGun ... -3.23101 LIN -proton -Event: 94 -Number of tracker hits in this event = 25 - 94 131.236 757 11 1 -28.5505 -35.9202 125.55 - 94 109.527 720 11 0 -28.5487 -35.9204 124.15 - 94 112.658 757 10 1 -28.5187 -35.9146 95.55 - 94 119.302 720 10 0 -28.5191 -35.9134 94.15 - 94 106.854 757 9 1 -28.5201 -35.8918 65.55 - 94 123.507 720 9 0 -28.5204 -35.8905 64.15 - 94 115.948 757 8 1 -28.5295 -35.8669 35.55 - 94 106.273 720 8 0 -28.5309 -35.8702 34.15 - 94 104.613 757 7 1 -28.5576 -35.9379 5.55 - 94 90.3377 720 7 0 -28.5597 -35.9402 4.15 - 94 135.024 757 6 1 -28.6161 -35.9919 -24.45 - 94 170.901 720 6 0 -28.619 -35.9943 -25.85 - 94 243.819 756 5 1 -28.6773 -36.0352 -54.45 - 94 100.24 720 5 0 -28.6789 -36.0369 -55.85 - 94 96.3049 756 4 1 -28.7171 -36.0657 -84.45 - 94 161.185 719 4 0 -28.7176 -36.0651 -85.85 - 94 128.951 756 3 1 -28.7211 -36.0544 -114.45 - 94 119.326 719 3 0 -28.7186 -36.0562 -115.85 - 94 163.424 756 2 1 -28.6651 -36.095 -144.45 - 94 263.536 719 2 0 -28.6628 -36.099 -145.85 - 94 109.475 757 1 1 -28.6195 -36.1885 -174.45 - 94 113.687 719 1 0 -28.6187 -36.1932 -175.85 - 94 120.266 757 0 1 -28.6013 -36.3007 -204.45 - 94 231.07 718 0 0 -28.5982 -36.3049 -205.85 - 94 72.7859 717 0 0 -28.5625 -36.4501 -206.105 +Event: 70 +Number of tracker hits in this event = 18 + 70 114.535 310 8 1 -118.101 70.2646 35.55 + 70 129.813 1251 8 0 -118.1 70.2647 34.15 + 70 101.238 310 7 1 -118.055 70.2551 5.55 + 70 118.184 1251 7 0 -118.052 70.255 4.15 + 70 144.334 310 6 1 -118.005 70.2486 -24.45 + 70 129.941 1250 6 0 -118.003 70.2449 -25.85 + 70 152.317 310 5 1 -117.963 70.1736 -54.45 + 70 129.366 1250 5 0 -117.964 70.1766 -55.85 + 70 182.85 310 4 1 -117.983 70.2447 -84.45 + 70 106.349 1250 4 0 -117.983 70.2473 -85.85 + 70 100.699 310 3 1 -117.995 70.295 -114.45 + 70 139.407 1251 3 0 -117.994 70.2974 -115.85 + 70 134.055 310 2 1 -117.971 70.3521 -144.45 + 70 135.886 1251 2 0 -117.968 70.3543 -145.85 + 70 125.346 311 1 1 -117.92 70.3894 -174.45 + 70 143.793 1251 1 0 -117.915 70.3922 -175.85 + 70 108.816 311 0 1 -117.836 70.4667 -204.45 + 70 233.191 1252 0 0 -117.83 70.4676 -205.85 Number of digits in this event = 13 Using G4ParticleGun ... -4.52594 LIN +8.33722 LIN +proton +Event: 71 +Number of tracker hits in this event = 32 + 71 105.18 890 11 1 -2.0211 1.49462 125.55 + 71 114.14 907 11 0 -2.02002 1.49539 124.15 + 71 194.78 890 10 1 -1.99731 1.5092 95.55 + 71 153.595 907 10 0 -1.99684 1.51247 94.15 + 71 102.2 890 9 1 -1.98924 1.57667 65.55 + 71 135.156 907 9 0 -1.98903 1.57944 64.15 + 71 103.611 890 8 1 -1.98761 1.63892 35.55 + 71 109.772 907 8 0 -1.98739 1.64177 34.15 + 71 180.459 890 7 1 -1.98543 1.69798 5.55 + 71 185.336 908 7 0 -1.98644 1.70082 4.15 + 71 139.229 890 6 1 -2.00031 1.76263 -24.45 + 71 115.371 908 6 0 -2.00088 1.76536 -25.85 + 71 136.088 890 5 1 -2.01098 1.82331 -54.45 + 71 102.366 908 5 0 -2.01202 1.82595 -55.85 + 71 120.701 890 4 1 -2.03514 1.88005 -84.45 + 71 122.986 909 4 0 -2.03579 1.88287 -85.85 + 71 140.242 889 3 1 -2.05283 1.94057 -114.45 + 71 114.295 909 3 0 -2.05467 1.94318 -115.85 + 71 108.374 889 2 1 -2.09476 1.99638 -144.45 + 71 100.897 909 2 0 -2.09655 1.9976 -145.85 + 71 111.355 889 1 1 -2.13444 2.02374 -174.45 + 71 140.093 909 1 0 -2.13568 2.02516 -175.85 + 71 111.098 889 0 1 -2.16001 2.05335 -204.45 + 71 93.1296 910 0 0 -2.16065 2.05498 -205.85 + 71 77.4015 891 10 1 -1.84995 1.74215 95.4635 + 71 77.2874 892 10 1 -1.65 1.95878 95.4133 + 71 167.778 893 10 1 -1.44995 2.14888 95.2979 + 71 115.906 894 10 1 -1.25 2.24776 95.2363 + 71 16.6433 918 10 0 -0.555858 3.81605 94.1499 + 71 98.8121 919 10 0 -0.538085 3.85 94.1124 + 71 50.7939 920 10 0 -0.364899 4.05008 93.9111 + 71 43.4204 921 10 0 -0.396644 4.25004 93.8489 +Number of digits in this event = 13 +Using G4ParticleGun ... +9.63348 LIN +proton +Event: 72 +Number of tracker hits in this event = 26 + 72 108.43 930 11 1 6.20084 -23.9313 125.55 + 72 214.063 780 11 0 6.20039 -23.9317 124.15 + 72 141.515 930 10 1 6.19005 -23.9409 95.55 + 72 107.332 780 10 0 6.18908 -23.9413 94.15 + 72 149.223 930 9 1 6.17079 -23.9529 65.55 + 72 107.329 780 9 0 6.1701 -23.9534 64.15 + 72 123.489 930 8 1 6.1572 -23.9642 35.55 + 72 115.338 780 8 0 6.15665 -23.9657 34.15 + 72 126.106 930 7 1 6.14441 -23.9975 5.55 + 72 107.933 780 7 0 6.14434 -23.9987 4.15 + 72 89.2159 930 6 1 6.14235 -24.0237 -24.45 + 72 138.409 780 6 0 6.1422 -24.0251 -25.85 + 72 126.136 930 5 1 6.13712 -24.0555 -54.45 + 72 86.9869 779 5 0 6.13809 -24.0574 -55.85 + 72 98.4182 930 4 1 6.15565 -24.0944 -84.45 + 72 182.999 779 4 0 6.15692 -24.0962 -85.85 + 72 129.634 930 3 1 6.18365 -24.1334 -114.45 + 72 89.8219 779 3 0 6.18467 -24.1357 -115.85 + 72 109.368 930 2 1 6.20563 -24.1834 -144.45 + 72 107.629 779 2 0 6.20709 -24.1856 -145.85 + 72 110.542 930 1 1 6.23813 -24.2311 -174.45 + 72 117.949 779 1 0 6.24019 -24.2337 -175.85 + 72 150.435 931 0 1 6.28184 -24.2866 -204.45 + 72 130.474 778 0 0 6.28294 -24.2892 -205.85 + 72 69.7906 779 11 0 6.44322 -24.05 123.858 + 72 88.5833 778 11 0 6.59349 -24.25 123.833 +Number of digits in this event = 12 +Using G4ParticleGun ... +7.81872 LIN +proton +Event: 73 +Number of tracker hits in this event = 34 + 73 238.157 206 8 1 -138.901 7.90381 35.55 + 73 175.914 939 8 0 -138.901 7.90469 34.15 + 73 122.737 206 7 1 -138.901 7.92012 5.55 + 73 125.659 939 7 0 -138.902 7.92028 4.15 + 73 129.026 206 6 1 -138.917 7.92292 -24.45 + 73 117.028 939 6 0 -138.919 7.92333 -25.85 + 73 130.926 205 5 1 -138.951 7.92862 -54.45 + 73 116.637 939 5 0 -138.952 7.92859 -55.85 + 73 118.31 205 4 1 -138.971 7.92483 -84.45 + 73 161.132 939 4 0 -138.971 7.92431 -85.85 + 73 143.808 205 3 1 -138.98 7.90984 -114.45 + 73 102.872 939 3 0 -138.981 7.90906 -115.85 + 73 117.651 205 2 1 -138.991 7.89037 -144.45 + 73 151.018 939 2 0 -138.991 7.88918 -145.85 + 73 279.259 205 1 1 -138.988 7.86448 -174.45 + 73 100.796 939 1 0 -138.988 7.86295 -175.85 + 73 167.271 205 0 1 -138.989 7.8308 -204.45 + 73 110.04 938 0 0 -138.99 7.82926 -205.85 + 73 52.0196 946 1 0 -139.122 9.2934 -175.85 + 73 90.8276 947 1 0 -139.138 9.45005 -175.993 + 73 52.1218 1097 1 0 -154.776 39.6428 -176.25 + 73 109.7 1098 1 0 -154.861 39.6501 -176.115 + 73 41.2385 121 1 1 -155.912 39.8085 -174.85 + 73 99.2353 120 1 1 -155.95 39.8177 -174.79 + 73 105.304 119 1 1 -156.15 39.9946 -174.653 + 73 98.1271 1086 1 0 -155.046 37.4395 -175.85 + 73 121.085 1085 1 0 -154.969 37.25 -175.945 + 73 203.614 1084 1 0 -154.971 37.0499 -176.047 + 73 60.277 1027 9 0 -123.12 25.6044 63.7507 + 73 69.5927 1028 9 0 -123.08 25.6501 63.865 + 73 65.0306 1029 9 0 -123.045 25.85 63.9481 + 73 70.3232 1030 9 0 -123.073 26.05 63.9715 + 73 336.137 1031 9 0 -123.002 26.25 63.9846 + 73 23.3534 1032 9 0 -122.914 26.45 64.1268 +Number of digits in this event = 15 +Using G4ParticleGun ... +7.99154 LIN +proton +Event: 74 +Number of tracker hits in this event = 19 + 74 165.311 480 8 1 -84.0035 -118.514 35.55 + 74 143.358 308 8 0 -84.0039 -118.514 34.15 + 74 103.832 480 7 1 -84.0122 -118.513 5.55 + 74 91.1791 308 7 0 -84.012 -118.513 4.15 + 74 129.442 480 6 1 -84.0095 -118.512 -24.45 + 74 137.361 308 6 0 -84.0091 -118.511 -25.85 + 74 116.942 480 5 1 -83.9997 -118.504 -54.45 + 74 107.641 308 5 0 -83.9994 -118.503 -55.85 + 74 152.157 480 4 1 -83.9908 -118.48 -84.45 + 74 139.14 308 4 0 -83.9917 -118.48 -85.85 + 74 118.691 480 3 1 -84.0119 -118.475 -114.45 + 74 263.934 308 3 0 -84.0136 -118.474 -115.85 + 74 111.903 479 2 1 -84.0525 -118.458 -144.45 + 74 121.977 308 2 0 -84.054 -118.457 -145.85 + 74 83.4191 479 1 1 -84.0846 -118.434 -174.45 + 74 176.743 308 1 0 -84.0859 -118.433 -175.85 + 74 130.742 479 0 1 -84.1114 -118.411 -204.45 + 74 113.309 308 0 0 -84.1136 -118.411 -205.85 + 74 68.724 307 3 0 -84.0712 -118.55 -116.133 +Number of digits in this event = 13 +Using G4ParticleGun ... +5.91703 LIN +proton +Event: 75 +Number of tracker hits in this event = 25 + 75 130.475 238 8 1 -132.524 47.7729 35.55 + 75 111.778 1138 8 0 -132.523 47.773 34.15 + 75 93.2178 238 7 1 -132.511 47.7747 5.55 + 75 112.588 1138 7 0 -132.51 47.7747 4.15 + 75 134.073 238 6 1 -132.506 47.7767 -24.45 + 75 163.835 1138 6 0 -132.507 47.7763 -25.85 + 75 158.555 238 5 1 -132.537 47.7672 -54.45 + 75 92.2376 1138 5 0 -132.538 47.7669 -55.85 + 75 139.964 238 4 1 -132.549 47.7653 -84.45 + 75 148.794 1138 4 0 -132.55 47.7664 -85.85 + 75 101.423 237 3 1 -132.553 47.7928 -114.45 + 75 122.544 1138 3 0 -132.552 47.7932 -115.85 + 75 99.6432 238 2 1 -132.529 47.7962 -144.45 + 75 97.9269 1138 2 0 -132.527 47.796 -145.85 + 75 107.359 238 1 1 -132.489 47.7899 -174.45 + 75 114.448 1138 1 0 -132.488 47.7892 -175.85 + 75 98.1603 238 0 1 -132.46 47.7716 -204.45 + 75 131.305 1138 0 0 -132.46 47.7698 -205.85 + 75 45.2232 584 8 1 -63.1073 -170.801 35.2762 + 75 103.819 886 12 0 -139.644 -2.76801 153.75 + 75 6.12503 1716 12 1 163.35 123.754 155.424 + 75 10.9906 969 6 0 17.2074 13.8907 -25.8861 + 75 171.3 819 0 0 -28.3727 -16.212 -206.25 + 75 268.56 758 0 1 -28.2957 -15.537 -204.85 + 75 57.2346 1658 5 1 151.888 -57.3745 -54.482 +Number of digits in this event = 14 +Using G4ParticleGun ... +1.44502 LIN +proton +Event: 76 +Number of tracker hits in this event = 24 + 76 223.56 655 11 1 -48.9258 -6.15427 125.55 + 76 244.014 869 11 0 -48.9293 -6.15196 124.15 + 76 127.654 655 10 1 -48.9873 -6.10195 95.55 + 76 134.247 869 10 0 -48.9912 -6.09459 94.15 + 76 157.581 655 9 1 -49.0498 -5.93665 65.55 + 76 130.111 870 9 0 -49.0494 -5.92598 64.15 + 76 129.84 655 8 1 -49.0491 -5.69623 35.55 + 76 125.633 871 8 0 -49.0481 -5.68418 34.15 + 76 210.64 655 7 1 -49.0147 -5.44013 5.55 + 76 115.497 873 7 0 -49.0051 -5.42602 4.15 + 76 110.493 656 6 1 -48.8135 -5.14806 -24.45 + 76 142.456 874 6 0 -48.801 -5.13436 -25.85 + 76 231.943 657 5 1 -48.5435 -4.85368 -54.45 + 76 109.9 876 5 0 -48.5332 -4.8399 -55.85 + 76 124.869 658 4 1 -48.3095 -4.58653 -84.45 + 76 114.485 877 4 0 -48.2983 -4.57739 -85.85 + 76 109.752 659 3 1 -48.0675 -4.40441 -114.45 + 76 120.003 878 3 0 -48.0569 -4.39842 -115.85 + 76 102.937 661 2 1 -47.8379 -4.28926 -144.45 + 76 203.052 878 2 0 -47.8235 -4.28692 -145.85 + 76 109.437 662 1 1 -47.5371 -4.23543 -174.45 + 76 171.176 879 1 0 -47.5216 -4.23477 -175.85 + 76 118.62 664 0 1 -47.2078 -4.22727 -204.45 + 76 126.181 879 0 0 -47.1901 -4.22667 -205.85 +Number of digits in this event = 19 +Using G4ParticleGun ... +6.0509 LIN +proton +Event: 77 +Number of tracker hits in this event = 130 + 77 124.51 1604 7 1 140.997 -41.8158 5.55 + 77 107.48 691 7 0 140.997 -41.8153 4.15 + 77 150.021 1604 6 1 141.009 -41.8056 -24.45 + 77 138.43 691 6 0 141.009 -41.8051 -25.85 + 77 129.628 1604 5 1 141.011 -41.7964 -54.45 + 77 156.306 691 5 0 141.011 -41.7952 -55.85 + 77 90.2433 1604 4 1 141.015 -41.7682 -84.45 + 77 161.781 691 4 0 141.016 -41.7666 -85.85 + 77 15815.2 1604 3 1 141.026 -41.7305 -114.45 + 77 5798.87 1603 3 1 140.95 -41.6935 -114.535 + 77 2284.93 1602 3 1 140.75 -41.5955 -114.608 + 77 1866.32 1601 3 1 140.55 -41.4972 -114.68 + 77 1668.88 1600 3 1 140.35 -41.3992 -114.753 + 77 1444.52 1599 3 1 140.15 -41.3006 -114.825 + 77 169.548 700 3 0 137.283 -39.8869 -115.85 + 77 1180.86 701 3 0 137.208 -39.85 -115.877 + 77 1266.99 702 3 0 136.8 -39.65 -116.024 + 77 665.853 703 3 0 136.405 -39.45 -116.166 + 77 234.695 1205 2 1 61.1137 -3.81169 -144.45 + 77 739.735 1204 2 1 61.05 -3.78011 -144.483 + 77 675.706 1203 2 1 60.85 -3.68166 -144.589 + 77 838.038 1202 2 1 60.65 -3.57425 -144.695 + 77 351.199 1201 2 1 60.45 -3.4652 -144.798 + 77 958.899 888 2 0 58.4139 -2.36341 -145.85 + 77 1481.46 889 2 0 58.2044 -2.25 -145.958 + 77 1326.79 890 2 0 57.8292 -2.05 -146.139 + 77 208.319 762 1 1 -27.6373 47.5668 -174.45 + 77 4013.26 761 1 1 -27.65 47.5757 -174.454 + 77 2161 760 1 1 -27.85 47.7135 -174.513 + 77 1678.14 1605 3 1 141.15 -42.1264 -114.797 + 77 2102.32 682 3 0 141.581 -43.563 -115.85 + 77 4696.45 681 3 0 141.608 -43.65 -115.914 + 77 4298.58 680 3 0 141.672 -43.85 -116.059 + 77 1476.47 1598 3 1 139.95 -41.9353 -114.47 + 77 1169.64 1597 3 1 139.75 -41.9744 -114.464 + 77 1282.69 1596 3 1 139.55 -42.0111 -114.458 + 77 584.016 1595 3 1 139.35 -42.0505 -114.452 + 77 348.708 729 4 0 77.6362 -34.0806 -86.25 + 77 989.045 730 4 0 77.3848 -34.05 -86.138 + 77 139.118 1272 4 1 74.5204 -33.6938 -84.85 + 77 324.95 1271 4 1 74.45 -33.6851 -84.8181 + 77 364.226 1270 4 1 74.25 -33.6602 -84.7275 + 77 309.204 1269 4 1 74.05 -33.6355 -84.6377 + 77 258.793 1268 4 1 73.85 -33.6103 -84.5479 + 77 20.5493 1267 4 1 73.65 -33.584 -84.4583 + 77 552.407 754 5 0 12.3201 -29.0731 -56.25 + 77 972.639 755 5 0 12.0032 -29.05 -56.1041 + 77 23.6338 946 5 1 9.26639 -28.8394 -54.85 + 77 329.985 945 5 1 9.25 -28.8381 -54.8425 + 77 419.743 944 5 1 9.05 -28.8221 -54.7507 + 77 348.766 943 5 1 8.85 -28.8055 -54.6586 + 77 472.857 942 5 1 8.65 -28.7893 -54.5659 + 77 77.8564 941 5 1 8.45 -28.7722 -54.4725 + 77 1773.69 808 6 0 -49.2968 -18.4005 -26.25 + 77 131.325 639 6 1 -52.182 -17.8876 -24.85 + 77 395.2 638 6 1 -52.25 -17.8756 -24.8171 + 77 347.17 637 6 1 -52.45 -17.8407 -24.7203 + 77 470.184 636 6 1 -52.65 -17.8049 -24.6225 + 77 264.081 635 6 1 -52.85 -17.7689 -24.525 + 77 818.731 878 7 0 -111.179 -4.34015 3.75 + 77 989.655 879 7 0 -111.569 -4.25 3.93929 + 77 273.643 330 7 1 -114.058 -3.67023 5.15 + 77 398.892 329 7 1 -114.15 -3.64869 5.19465 + 77 422.726 328 7 1 -114.35 -3.60129 5.29381 + 77 479.387 327 7 1 -114.55 -3.55327 5.39316 + 77 282.396 326 7 1 -114.75 -3.5059 5.49289 + 77 77.6093 959 8 0 -177.414 12.0397 33.75 + 77 2131.44 960 8 0 -177.455 12.05 33.7687 + 77 136.784 961 8 0 -178.259 12.25 34.13 + 77 158.522 670 3 0 134.413 -46.0136 -115.85 + 77 1122.86 669 3 0 134.356 -46.05 -115.862 + 77 1224.01 668 3 0 134.046 -46.25 -115.926 + 77 1264.29 667 3 0 133.739 -46.45 -115.99 + 77 1187.37 666 3 0 133.431 -46.65 -116.059 + 77 1054.24 665 3 0 133.126 -46.85 -116.131 + 77 915.519 664 3 0 132.839 -47.05 -116.197 + 77 821.636 695 3 0 141.203 -41.0166 -115.85 + 77 270.465 696 3 0 141.245 -40.85 -116.163 + 77 1045.1 1624 2 1 145.091 -25.8089 -144.45 + 77 1053.73 775 2 0 145.298 -25.0336 -145.85 + 77 182.771 776 2 0 145.348 -24.85 -146.181 + 77 1322.27 1647 1 1 149.64 -9.0913 -174.45 + 77 318.411 858 1 0 149.797 -8.31569 -175.85 + 77 859.873 859 1 0 149.81 -8.25 -175.969 + 77 1137.35 1665 0 1 153.244 7.74231 -204.45 + 77 374.218 942 0 0 153.355 8.57687 -205.85 + 77 882.726 943 0 0 153.365 8.65 -205.972 + 77 255.935 684 3 0 141.558 -43.1766 -115.85 + 77 570.486 683 3 0 141.585 -43.25 -115.918 + 77 471.774 1661 2 1 152.496 -74.0249 -144.45 + 77 878.563 1662 2 1 152.55 -74.1734 -144.592 + 77 613.869 522 2 0 153.021 -75.4813 -145.85 + 77 837.568 521 2 0 153.081 -75.65 -146.012 + 77 133.467 520 2 0 153.153 -75.85 -146.205 + 77 160.59 1716 1 1 163.536 -105.068 -174.45 + 77 1101.92 1717 1 1 163.55 -105.103 -174.486 + 77 434.96 368 1 0 164.101 -106.435 -175.85 + 77 748.122 367 1 0 164.149 -106.55 -175.967 + 77 281.783 366 1 0 164.231 -106.75 -176.171 + 77 1345.6 1778 0 1 175.778 -134.687 -204.45 + 77 758.782 219 0 0 176.349 -136.155 -205.85 + 77 659.296 218 0 0 176.425 -136.35 -206.035 + 77 62.6933 217 0 0 176.506 -136.55 -206.228 + 77 8717.38 692 3 0 140.431 -41.5214 -115.85 + 77 9030.25 1539 2 1 128.037 -37.3024 -144.45 + 77 15509.6 1538 2 1 127.95 -37.2672 -144.643 + 77 7241.34 714 2 0 127.402 -37.109 -145.85 + 77 2384.78 827 4 0 40.9849 -14.5329 -86.25 + 77 9717.93 828 4 0 40.6812 -14.45 -86.1599 + 77 1185.75 693 3 0 141.283 -41.4149 -115.85 + 77 1176.56 1633 2 1 146.754 -34.7991 -144.45 + 77 1202.6 728 2 0 147.074 -34.4184 -145.85 + 77 481.758 1667 1 1 153.725 -26.6653 -174.45 + 77 872.842 1668 1 1 153.75 -26.6086 -174.61 + 77 1174.15 769 1 0 153.945 -26.1697 -175.85 + 77 199.398 770 1 0 153.998 -26.05 -176.188 + 77 774.331 1692 0 1 158.721 -16.2531 -204.45 + 77 807.03 1693 0 1 158.75 -16.1813 -204.661 + 77 1735.06 821 0 0 158.897 -15.8151 -205.85 + 77 27.959 691 3 0 140.991 -41.6543 -115.85 + 77 146.109 1600 2 1 140.241 -40.0291 -144.45 + 77 97.1065 700 2 0 140.204 -39.9493 -145.85 + 77 113.497 1596 1 1 139.439 -38.3207 -174.45 + 77 176.534 709 1 0 139.401 -38.2405 -175.85 + 77 224.477 1592 0 1 138.632 -36.5986 -204.45 + 77 462.239 717 0 0 138.595 -36.5175 -205.85 + 77 65.8891 1638 4 1 147.95 91.4102 -84.6216 + 77 98.5272 1599 2 1 140.15 -40.0893 -144.553 + 77 133.872 695 2 0 140.409 -40.8835 -145.85 + 77 85.1392 694 2 0 140.612 -41.0502 -146.078 +Number of digits in this event = 120 +Using G4ParticleGun ... +3.28859 LIN +proton +Event: 78 +Number of tracker hits in this event = 20 + 78 132.737 357 9 1 -108.622 62.5167 65.55 + 78 103.405 1212 9 0 -108.624 62.516 64.15 + 78 118.477 357 8 1 -108.656 62.494 35.55 + 78 123.352 1212 8 0 -108.659 62.4921 34.15 + 78 97.1844 357 7 1 -108.712 62.4514 5.55 + 78 110.781 1211 7 0 -108.714 62.449 4.15 + 78 109.322 356 6 1 -108.771 62.4017 -24.45 + 78 137.977 1211 6 0 -108.773 62.4003 -25.85 + 78 102.603 356 5 1 -108.815 62.3734 -54.45 + 78 128.6 1211 5 0 -108.817 62.3705 -55.85 + 78 113.632 356 4 1 -108.838 62.3186 -84.45 + 78 111.599 1211 4 0 -108.839 62.3156 -85.85 + 78 116.538 356 3 1 -108.866 62.2559 -114.45 + 78 104.345 1211 3 0 -108.867 62.2531 -115.85 + 78 137.605 356 2 1 -108.888 62.2023 -144.45 + 78 196.857 1210 2 0 -108.889 62.1985 -145.85 + 78 104.542 356 1 1 -108.908 62.119 -174.45 + 78 115.201 1210 1 0 -108.91 62.1153 -175.85 + 78 114.328 356 0 1 -108.949 62.0465 -204.45 + 78 100.412 1209 0 0 -108.952 62.0431 -205.85 +Number of digits in this event = 7 +Using G4ParticleGun ... +7.92466 LIN +proton +Event: 79 +Number of tracker hits in this event = 29 + 79 96.1257 518 10 1 -76.3605 -57.3857 95.55 + 79 202.47 613 10 0 -76.3601 -57.3847 94.15 + 79 103.679 518 9 1 -76.3507 -57.3629 65.55 + 79 102.46 613 9 0 -76.3503 -57.3613 64.15 + 79 104.368 518 8 1 -76.3388 -57.3263 35.55 + 79 105.612 613 8 0 -76.3376 -57.3242 34.15 + 79 116.395 518 7 1 -76.3101 -57.2804 5.55 + 79 179.479 613 7 0 -76.3095 -57.2778 4.15 + 79 391.499 518 6 1 -76.2983 -57.2221 -24.45 + 79 101.863 614 6 0 -76.298 -57.2193 -25.85 + 79 93.4184 518 5 1 -76.2936 -57.1628 -54.45 + 79 119.277 614 5 0 -76.2938 -57.1596 -55.85 + 79 97.4373 518 4 1 -76.2971 -57.0933 -84.45 + 79 271.58 614 4 0 -76.2971 -57.0894 -85.85 + 79 94.6722 518 3 1 -76.3002 -57.008 -114.45 + 79 155.565 615 3 0 -76.2996 -57.0032 -115.85 + 79 185.955 518 2 1 -76.2915 -56.9009 -144.45 + 79 97.2067 615 2 0 -76.2915 -56.8955 -145.85 + 79 136.393 518 1 1 -76.2933 -56.7883 -174.45 + 79 228.212 616 1 0 -76.294 -56.7831 -175.85 + 79 100.339 518 0 1 -76.3067 -56.6779 -204.45 + 79 161.579 616 0 0 -76.3086 -56.6725 -205.85 + 79 142.495 519 1 1 -76.2499 -56.7912 -174.456 + 79 105.22 580 1 0 -39.4219 -63.9223 -176.25 + 79 221.446 581 1 0 -39.3174 -63.85 -176.121 + 79 59.5661 722 1 1 -35.5521 -64.4001 -174.85 + 79 259.207 723 1 1 -35.45 -64.3605 -174.78 + 79 215.343 519 6 1 -76.25 -57.3828 -24.7844 + 79 78.478 612 6 0 -75.9881 -57.5033 -25.85 +Number of digits in this event = 14 +Using G4ParticleGun ... +2.16117 LIN +proton +Event: 80 +Number of tracker hits in this event = 25 + 80 209.552 788 11 1 -22.3957 37.7716 125.55 + 80 138.616 1088 11 0 -22.3953 37.7696 124.15 + 80 98.0333 788 10 1 -22.3901 37.7135 95.55 + 80 144.497 1088 10 0 -22.3906 37.7082 94.15 + 80 99.4859 788 9 1 -22.4018 37.5987 65.55 + 80 228.596 1087 9 0 -22.4019 37.5935 64.15 + 80 100.693 788 8 1 -22.406 37.4937 35.55 + 80 151.927 1087 8 0 -22.4066 37.4872 34.15 + 80 110.68 788 7 1 -22.4234 37.3606 5.55 + 80 127.373 1086 7 0 -22.4225 37.355 4.15 + 80 102.766 788 6 1 -22.3943 37.2527 -24.45 + 80 104.4 1085 6 0 -22.3932 37.2491 -25.85 + 80 90.9594 788 5 1 -22.3695 37.1729 -54.45 + 80 113.014 1085 5 0 -22.3699 37.1675 -55.85 + 80 229.015 788 4 1 -22.4015 37.0477 -84.45 + 80 119.606 1084 4 0 -22.4026 37.045 -85.85 + 80 106.089 788 3 1 -22.4211 36.9864 -114.45 + 80 129.998 1084 3 0 -22.4229 36.9842 -115.85 + 80 140.317 787 2 1 -22.4643 36.93 -144.45 + 80 225.509 1084 2 0 -22.4654 36.9213 -145.85 + 80 148.084 787 1 1 -22.491 36.736 -174.45 + 80 107.576 1083 1 0 -22.4905 36.7244 -175.85 + 80 113.927 787 0 1 -22.4764 36.4868 -204.45 + 80 145.027 1082 0 0 -22.4759 36.4777 -205.85 + 80 242.832 1354 3 0 -13.1095 91.0248 -116.25 +Number of digits in this event = 14 +Using G4ParticleGun ... +4.17786 LIN +proton +Event: 81 +Number of tracker hits in this event = 29 + 81 151.004 398 9 1 -100.459 -83.6768 65.55 + 81 125.542 481 9 0 -100.462 -83.6769 64.15 + 81 193.414 398 8 1 -100.519 -83.676 35.55 + 81 109.57 481 8 0 -100.522 -83.677 34.15 + 81 124.015 397 7 1 -100.567 -83.6982 5.55 + 81 100.895 481 7 0 -100.568 -83.6995 4.15 + 81 112.52 397 6 1 -100.593 -83.7256 -24.45 + 81 108.166 481 6 0 -100.596 -83.7268 -25.85 + 81 231.22 397 5 1 -100.65 -83.7526 -54.45 + 81 113.45 481 5 0 -100.652 -83.7539 -55.85 + 81 209.327 397 4 1 -100.693 -83.7773 -84.45 + 81 160.31 481 4 0 -100.694 -83.7798 -85.85 + 81 151.283 397 3 1 -100.706 -83.8304 -114.45 + 81 216.675 481 3 0 -100.709 -83.8334 -115.85 + 81 167.77 396 2 1 -100.764 -83.9007 -144.45 + 81 292.283 480 2 0 -100.768 -83.9041 -145.85 + 81 120.323 396 1 1 -100.848 -83.9754 -174.45 + 81 126.02 480 1 0 -100.852 -83.9786 -175.85 + 81 88.2615 396 0 1 -100.936 -84.0384 -204.45 + 81 101.077 480 0 0 -100.943 -84.0408 -205.85 + 81 165.398 1662 11 0 -20.8319 152.55 123.936 + 81 49.2723 797 11 1 -20.4991 152.643 125.15 + 81 82.5936 1587 5 0 -37.2153 137.675 -56.1698 + 81 12.5893 95 3 0 17.6708 -161.135 -116.25 + 81 189.575 94 3 0 17.6327 -161.15 -116.224 + 81 81.2819 93 3 0 17.2446 -161.35 -115.922 + 81 54.6314 92 3 0 17.1921 -161.55 -116.05 + 81 65.2595 396 4 1 -100.75 -83.8348 -84.8131 + 81 8.3898 367 4 0 -163.424 -106.55 -86.1872 +Number of digits in this event = 17 +Using G4ParticleGun ... +2.37781 LIN +proton +Event: 82 +Number of tracker hits in this event = 25 + 82 131.632 225 8 1 -135.043 -41.7653 35.55 + 82 126.544 691 8 0 -135.039 -41.7647 34.15 + 82 150.973 225 7 1 -134.987 -41.7562 5.55 + 82 137.842 691 7 0 -134.986 -41.7563 4.15 + 82 460.539 225 6 1 -134.976 -41.7618 -24.45 + 82 106.332 691 6 0 -134.975 -41.7647 -25.85 + 82 355.498 226 5 1 -134.949 -41.8262 -54.45 + 82 125.757 691 5 0 -134.948 -41.8281 -55.85 + 82 130.481 226 4 1 -134.934 -41.8694 -84.45 + 82 122.977 690 4 0 -134.932 -41.8728 -85.85 + 82 142.867 226 3 1 -134.891 -41.95 -114.45 + 82 119.774 690 3 0 -134.89 -41.9528 -115.85 + 82 105.305 226 2 1 -134.857 -42.0095 -144.45 + 82 182.569 690 2 0 -134.857 -42.0135 -145.85 + 82 214.469 226 1 1 -134.839 -42.099 -174.45 + 82 200.543 689 1 0 -134.838 -42.1029 -175.85 + 82 101.491 226 0 1 -134.819 -42.1882 -204.45 + 82 133.711 689 0 0 -134.814 -42.1883 -205.85 + 82 38.4492 690 1 0 -135.028 -41.8668 -175.85 + 82 77.3197 691 1 0 -135.029 -41.85 -175.977 + 82 36.0446 758 1 0 -101.236 -28.2886 -176.25 + 82 232.562 759 1 0 -101.185 -28.25 -176.215 + 82 9.10176 692 5 0 -134.929 -41.65 -55.859 + 82 434.911 226 6 1 -134.95 -41.7443 -24.4827 + 82 1.08723 224 6 1 -135.15 -40.9641 -24.8144 +Number of digits in this event = 17 +Using G4ParticleGun ... +2.11372 LIN +proton +Event: 83 +Number of tracker hits in this event = 23 + 83 127.741 369 9 1 -106.22 -73.3303 65.55 + 83 107.851 533 9 0 -106.222 -73.331 64.15 + 83 205.274 369 8 1 -106.271 -73.3536 35.55 + 83 90.4318 533 8 0 -106.274 -73.3537 34.15 + 83 104.122 369 7 1 -106.315 -73.3529 5.55 + 83 258.662 533 7 0 -106.315 -73.3513 4.15 + 83 106.972 369 6 1 -106.318 -73.3162 -24.45 + 83 134.401 533 6 0 -106.321 -73.3138 -25.85 + 83 112.576 368 5 1 -106.363 -73.276 -54.45 + 83 114.701 533 5 0 -106.365 -73.2741 -55.85 + 83 187.737 368 4 1 -106.4 -73.2463 -84.45 + 83 110.568 534 4 0 -106.402 -73.2426 -85.85 + 83 337.636 368 3 1 -106.439 -73.1722 -114.45 + 83 105.839 534 3 0 -106.441 -73.1648 -115.85 + 83 98.0757 368 2 1 -106.478 -73.0215 -144.45 + 83 121.66 535 2 0 -106.48 -73.0157 -145.85 + 83 311.99 368 1 1 -106.522 -72.8937 -174.45 + 83 125.006 535 1 0 -106.524 -72.8847 -175.85 + 83 125.481 367 0 1 -106.58 -72.6949 -204.45 + 83 304.61 536 0 0 -106.582 -72.6848 -205.85 + 83 16.429 537 0 0 -106.553 -72.65 -206.079 + 83 128.991 534 7 0 -106.501 -73.25 3.83121 + 83 266.694 402 7 0 -95.3743 -99.6398 3.75012 +Number of digits in this event = 14 +Using G4ParticleGun ... +1.63617 LIN +proton +Event: 84 +Number of tracker hits in this event = 18 + 84 121.428 848 8 1 -10.41 -138.323 35.55 + 84 152.341 209 8 0 -10.4118 -138.326 34.15 + 84 93.2334 848 7 1 -10.4448 -138.408 5.55 + 84 158.941 208 7 0 -10.4525 -138.414 4.15 + 84 213.981 847 6 1 -10.6055 -138.528 -24.45 + 84 103.67 208 6 0 -10.6128 -138.533 -25.85 + 84 109.033 846 5 1 -10.7645 -138.626 -54.45 + 84 130.091 207 5 0 -10.7749 -138.626 -55.85 + 84 142.517 845 4 1 -10.9692 -138.605 -84.45 + 84 260.94 207 4 0 -10.9796 -138.603 -85.85 + 84 175.218 844 3 1 -11.1886 -138.538 -114.45 + 84 132.886 208 3 0 -11.2024 -138.531 -115.85 + 84 161.829 842 2 1 -11.4788 -138.389 -144.45 + 84 105.758 208 2 0 -11.498 -138.381 -145.85 + 84 273.126 840 1 1 -11.8754 -138.21 -174.45 + 84 122.386 209 1 0 -11.8941 -138.203 -175.85 + 84 110.613 838 0 1 -12.2865 -138.064 -204.45 + 84 113.446 210 0 0 -12.3056 -138.059 -205.85 +Number of digits in this event = 13 +Using G4ParticleGun ... +8.13188 LIN +proton +Event: 85 +Number of tracker hits in this event = 23 + 85 104.233 887 10 1 -2.56055 96.5862 95.55 + 85 115.781 1382 10 0 -2.56071 96.5871 94.15 + 85 109.92 887 9 1 -2.56247 96.6081 65.55 + 85 94.8068 1382 9 0 -2.56323 96.6086 64.15 + 85 120.438 887 8 1 -2.57719 96.6136 35.55 + 85 232.002 1382 8 0 -2.57749 96.614 34.15 + 85 97.1817 887 7 1 -2.58844 96.6248 5.55 + 85 114.258 1382 7 0 -2.58896 96.6251 4.15 + 85 105.243 887 6 1 -2.59665 96.6313 -24.45 + 85 222.25 1382 6 0 -2.59703 96.6309 -25.85 + 85 118.556 887 5 1 -2.60681 96.6227 -54.45 + 85 128.699 1382 5 0 -2.60722 96.6232 -55.85 + 85 128.398 887 4 1 -2.61808 96.631 -84.45 + 85 114.104 1382 4 0 -2.61873 96.6305 -85.85 + 85 188.001 887 3 1 -2.63571 96.6218 -114.45 + 85 138.287 1382 3 0 -2.63659 96.6189 -115.85 + 85 163.597 886 2 1 -2.65954 96.5662 -144.45 + 85 142.837 1382 2 0 -2.66144 96.5634 -145.85 + 85 130.101 886 1 1 -2.69851 96.5088 -174.45 + 85 134.352 1381 1 0 -2.70008 96.5048 -175.85 + 85 121.544 886 0 1 -2.72579 96.4166 -204.45 + 85 100.664 1381 0 0 -2.7274 96.4127 -205.85 + 85 233.042 1381 3 0 -2.7088 96.55 -116.031 +Number of digits in this event = 14 +Using G4ParticleGun ... +4.45278 LIN +proton +Event: 86 +Number of tracker hits in this event = 18 + 86 155.621 278 7 1 -124.388 80.881 5.55 + 86 108.067 1304 7 0 -124.387 80.8812 4.15 + 86 106.058 278 6 1 -124.372 80.8857 -24.45 + 86 120.06 1304 6 0 -124.371 80.8878 -25.85 + 86 95.8947 279 5 1 -124.35 80.9332 -54.45 + 86 81.8641 1304 5 0 -124.35 80.9353 -55.85 + 86 354.594 279 4 1 -124.337 80.9785 -84.45 + 86 368.355 1304 4 0 -124.337 80.9787 -85.85 + 86 105.473 279 3 1 -124.347 80.9783 -114.45 + 86 77.8666 1304 3 0 -124.348 80.9797 -115.85 + 86 120.377 278 2 1 -124.36 81.0071 -144.45 + 86 135.602 1304 2 0 -124.36 81.0079 -145.85 + 86 102.413 278 1 1 -124.368 81.0262 -174.45 + 86 226.237 1304 1 0 -124.367 81.0283 -175.85 + 86 101.97 279 0 1 -124.342 81.0671 -204.45 + 86 97.202 1305 0 0 -124.341 81.0685 -205.85 + 86 214.112 1305 4 0 -124.705 81.1505 -85.85 + 86 61.738 272 4 1 -125.559 81.538 -84.85 +Number of digits in this event = 11 +Using G4ParticleGun ... +1.21891 LIN +proton +Event: 87 +Number of tracker hits in this event = 21 + 87 164.556 1070 7 1 34.1158 -142.459 5.55 + 87 139.39 188 7 0 34.1115 -142.455 4.15 + 87 485.096 1069 6 1 34.0244 -142.375 -24.45 + 87 206.625 188 6 0 34.1039 -142.416 -25.85 + 87 158.413 1079 5 1 35.8986 -143.304 -54.45 + 87 62.2644 184 5 0 35.9902 -143.345 -55.85 + 87 78.5082 183 5 0 36.0003 -143.35 -56.0039 + 87 106.029 1089 4 1 37.8548 -144.205 -84.45 + 87 112.807 179 4 0 37.9385 -144.243 -85.85 + 87 140.697 1098 3 1 39.6587 -145 -114.45 + 87 216.04 175 3 0 39.7534 -145.037 -115.85 + 87 110.75 1108 2 1 41.6997 -145.785 -144.45 + 87 145.568 171 2 0 41.7983 -145.825 -145.85 + 87 117.162 1118 1 1 43.8157 -146.642 -174.45 + 87 138.479 167 1 0 43.911 -146.68 -175.85 + 87 131.671 1129 0 1 45.8517 -147.471 -204.45 + 87 104.374 163 0 0 45.9424 -147.511 -205.85 + 87 16.9886 145 0 0 47.361 -151.018 -205.85 + 87 5.62855 1128 0 1 45.8387 -150.233 -204.85 + 87 87.2122 143 0 0 43.9631 -151.444 -205.85 + 87 154.577 174 3 0 39.8384 -145.15 -115.953 +Number of digits in this event = 12 +Using G4ParticleGun ... +9.98915 LIN +proton +Event: 88 +Number of tracker hits in this event = 18 + 88 51.302 367 8 1 -106.638 -99.3917 35.3505 + 88 111.554 403 8 0 -106.638 -99.3918 34.15 + 88 166.486 367 7 1 -106.637 -99.3947 5.55 + 88 97.7988 403 7 0 -106.637 -99.3948 4.15 + 88 107.999 367 6 1 -106.633 -99.3976 -24.45 + 88 90.7967 403 6 0 -106.633 -99.3978 -25.85 + 88 111.891 367 5 1 -106.639 -99.4006 -54.45 + 88 102.468 403 5 0 -106.639 -99.4012 -55.85 + 88 137.123 367 4 1 -106.64 -99.4145 -84.45 + 88 117.083 403 4 0 -106.641 -99.4153 -85.85 + 88 106.976 367 3 1 -106.655 -99.4325 -114.45 + 88 104.688 403 3 0 -106.656 -99.4337 -115.85 + 88 105.028 367 2 1 -106.669 -99.4586 -144.45 + 88 135.46 403 2 0 -106.669 -99.4597 -145.85 + 88 111.402 367 1 1 -106.686 -99.4784 -174.45 + 88 118.508 403 1 0 -106.686 -99.4794 -175.85 + 88 118.978 367 0 1 -106.684 -99.4983 -204.45 + 88 111.03 403 0 0 -106.683 -99.4995 -205.85 +Number of digits in this event = 4 +Using G4ParticleGun ... +6.42282 LIN +proton +Event: 89 +Number of tracker hits in this event = 27 + 89 126.928 1136 11 1 47.3238 8.4195 125.55 + 89 117.539 941 11 0 47.3246 8.41906 124.15 + 89 105.965 1136 10 1 47.3416 8.40487 95.55 + 89 111.918 941 10 0 47.3432 8.40426 94.15 + 89 115.604 1136 9 1 47.3727 8.39407 65.55 + 89 86.4415 941 9 0 47.3746 8.39348 64.15 + 89 313.229 1136 8 1 47.4139 8.38309 35.55 + 89 96.4174 941 8 0 47.4158 8.38295 34.15 + 89 105.087 1137 7 1 47.4537 8.38158 5.55 + 89 105.264 941 7 0 47.4546 8.38231 4.15 + 89 109.952 1137 6 1 47.4763 8.3986 -24.45 + 89 140.536 941 6 0 47.4769 8.39983 -25.85 + 89 187.632 1137 5 1 47.4978 8.41907 -54.45 + 89 96.7533 941 5 0 47.5 8.41985 -55.85 + 89 90.5081 1137 4 1 47.5432 8.44068 -84.45 + 89 171.373 941 4 0 47.5454 8.44053 -85.85 + 89 114.456 1137 3 1 47.5932 8.43734 -114.45 + 89 114.907 941 3 0 47.5951 8.43592 -115.85 + 89 104.724 1137 2 1 47.6306 8.41094 -144.45 + 89 98.4351 941 2 0 47.6327 8.41061 -145.85 + 89 94.3066 1138 1 1 47.672 8.40555 -174.45 + 89 108.696 941 1 0 47.6732 8.40634 -175.85 + 89 111.915 1138 0 1 47.6958 8.42141 -204.45 + 89 99.5721 941 0 0 47.6978 8.42099 -205.85 + 89 41.9062 1342 7 0 7.90023 88.5573 3.75 + 89 149.221 1779 5 0 118.895 176.067 -56.25 + 89 29.0783 1780 5 0 118.869 176.15 -56.0745 +Number of digits in this event = 9 +Using G4ParticleGun ... +1.48003 LIN +proton +Event: 90 +Number of tracker hits in this event = 24 + 90 157.21 1022 11 1 24.4601 0.597989 125.55 + 90 139.713 902 11 0 24.4561 0.592654 124.15 + 90 105.716 1021 10 1 24.3746 0.486016 95.55 + 90 114.652 902 10 0 24.3717 0.483303 94.15 + 90 108.383 1021 9 1 24.3061 0.44068 65.55 + 90 116.463 901 9 0 24.3042 0.440105 64.15 + 90 122.217 1021 8 1 24.2642 0.433452 35.55 + 90 101.379 901 8 0 24.2616 0.429654 34.15 + 90 126.072 1020 7 1 24.1923 0.355931 5.55 + 90 161.443 901 7 0 24.185 0.351611 4.15 + 90 138.606 1019 6 1 24.0398 0.25784 -24.45 + 90 210.453 900 6 0 24.029 0.249993 -25.85 + 90 187.6 1018 5 1 23.8077 0.0792733 -54.45 + 90 157.889 900 5 0 23.7963 0.0707388 -55.85 + 90 115.72 1017 4 1 23.5758 -0.100874 -84.45 + 90 109.685 899 4 0 23.5616 -0.107701 -85.85 + 90 146.917 1016 3 1 23.2566 -0.251354 -114.45 + 90 107.188 898 3 0 23.2423 -0.257322 -115.85 + 90 97.7847 1014 2 1 22.9647 -0.367806 -144.45 + 90 112.802 898 2 0 22.9495 -0.382805 -145.85 + 90 156.115 1012 1 1 22.6433 -0.69302 -174.45 + 90 144.965 896 1 0 22.6318 -0.70993 -175.85 + 90 152.62 1011 0 1 22.3952 -1.04687 -204.45 + 90 116.242 895 0 0 22.3747 -1.02431 -205.85 +Number of digits in this event = 14 +Using G4ParticleGun ... +6.56349 LIN +proton +Event: 91 +Number of tracker hits in this event = 24 + 91 111.41 317 9 1 -116.683 18.3981 65.55 + 91 182.058 991 9 0 -116.684 18.3969 64.15 + 91 123.986 317 8 1 -116.699 18.3743 35.55 + 91 95.6887 991 8 0 -116.699 18.3737 34.15 + 91 117.388 317 7 1 -116.71 18.3647 5.55 + 91 235.588 991 7 0 -116.711 18.3641 4.15 + 91 143.959 317 6 1 -116.731 18.3498 -24.45 + 91 111.599 991 6 0 -116.734 18.3482 -25.85 + 91 119.647 316 5 1 -116.783 18.3153 -54.45 + 91 114.059 991 5 0 -116.786 18.3142 -55.85 + 91 372.773 316 4 1 -116.837 18.2883 -84.45 + 91 109.076 991 4 0 -116.84 18.2866 -85.85 + 91 99.4387 316 3 1 -116.917 18.2482 -114.45 + 91 102.636 990 3 0 -116.921 18.2467 -115.85 + 91 472.157 315 2 1 -116.995 18.216 -144.45 + 91 112.309 990 2 0 -116.997 18.2153 -145.85 + 91 131.944 315 1 1 -117.045 18.2041 -174.45 + 91 125.424 990 1 0 -117.049 18.2037 -175.85 + 91 180.256 315 0 1 -117.128 18.1978 -204.45 + 91 138.757 990 0 0 -117.131 18.1986 -205.85 + 91 167.259 314 2 1 -117.15 18.2695 -144.628 + 91 212.84 993 4 0 -117.374 18.8103 -85.8507 + 91 93.8479 994 4 0 -117.923 18.8504 -86.2046 + 91 70.2278 995 4 0 -118.123 19.0502 -86.2208 +Number of digits in this event = 13 +Using G4ParticleGun ... +3.95589 LIN +proton +Event: 92 +Number of tracker hits in this event = 38 + 92 102.972 1082 11 1 36.4919 40.57 125.55 + 92 355.161 1102 11 0 36.4915 40.5704 124.15 + 92 178.459 1082 10 1 36.4917 40.5897 95.55 + 92 93.4946 1102 10 0 36.4951 40.5906 94.15 + 92 102.632 1082 9 1 36.5693 40.6092 65.55 + 92 113.429 1102 9 0 36.573 40.6097 64.15 + 92 127.615 1082 8 1 36.6482 40.6273 35.55 + 92 116.546 1102 8 0 36.6517 40.6252 34.15 + 92 156.33 1083 7 1 36.7168 40.5825 5.55 + 92 132.341 1102 7 0 36.7189 40.5815 4.15 + 92 211.083 1083 6 1 36.7607 40.5641 -24.45 + 92 133.35 1102 6 0 36.7607 40.5634 -25.85 + 92 217.728 1083 5 1 36.7634 40.5457 -54.45 + 92 114.226 1102 5 0 36.7642 40.545 -55.85 + 92 98.8204 1083 4 1 36.7705 40.5373 -84.45 + 92 123.611 1102 4 0 36.7701 40.5354 -85.85 + 92 142.76 1083 3 1 36.76 40.4949 -114.45 + 92 203.562 1102 3 0 36.7621 40.4937 -115.85 + 92 96.2071 1083 2 1 36.8043 40.4691 -144.45 + 92 95.3228 1102 2 0 36.8063 40.4674 -145.85 + 92 163.861 1084 1 1 36.8598 40.4302 -174.45 + 92 92.4414 1101 1 0 36.8636 40.4295 -175.85 + 92 96.4418 1084 0 1 36.9422 40.4179 -204.45 + 92 106.774 1101 0 0 36.9465 40.4168 -205.85 + 92 45.2204 1101 6 0 36.3166 40.2991 -25.85 + 92 62.2162 1100 6 0 36.2539 40.2499 -26.0417 + 92 210.37 1028 6 0 6.46442 25.8454 -26.2498 + 92 163.225 1029 6 0 6.14554 25.85 -26.0117 + 92 28.6246 921 6 1 4.33372 26.1344 -24.85 + 92 63.2011 920 6 1 4.25 26.148 -24.8002 + 92 55.9675 919 6 1 4.05 26.1887 -24.6698 + 92 51.3785 918 6 1 3.84968 26.2109 -24.6038 + 92 70.7499 917 6 1 3.65 26.2258 -24.5509 + 92 59.5006 916 6 1 3.45 26.2322 -24.5669 + 92 291.317 915 6 1 3.25 26.2207 -24.5055 + 92 242.562 914 6 1 3.04993 26.2135 -24.4639 + 92 213.828 1027 6 0 3.81111 25.65 -26.0014 + 92 53.6555 1101 11 0 36.4136 40.45 124.117 +Number of digits in this event = 18 +Using G4ParticleGun ... +9.00295 LIN +proton +Event: 93 +Number of tracker hits in this event = 20 + 93 138.421 314 9 1 -117.247 48.0855 65.55 + 93 127.583 1140 9 0 -117.248 48.085 64.15 + 93 119.508 314 8 1 -117.255 48.0768 35.55 + 93 140.965 1140 8 0 -117.256 48.0765 34.15 + 93 146.403 314 7 1 -117.26 48.0721 5.55 + 93 152.406 1140 7 0 -117.26 48.0717 4.15 + 93 106.99 314 6 1 -117.259 48.0651 -24.45 + 93 142.545 1140 6 0 -117.259 48.0648 -25.85 + 93 105.005 314 5 1 -117.259 48.0558 -54.45 + 93 154.558 1140 5 0 -117.258 48.0557 -55.85 + 93 133.654 314 4 1 -117.253 48.0538 -84.45 + 93 90.7681 1140 4 0 -117.253 48.0536 -85.85 + 93 118.726 314 3 1 -117.237 48.0518 -114.45 + 93 245.236 1140 3 0 -117.236 48.0516 -115.85 + 93 110.85 314 2 1 -117.213 48.0454 -144.45 + 93 135.218 1139 2 0 -117.212 48.0454 -145.85 + 93 113.551 314 1 1 -117.194 48.0461 -174.45 + 93 124.534 1139 1 0 -117.194 48.0459 -175.85 + 93 151.396 314 0 1 -117.18 48.0393 -204.45 + 93 100.912 1139 0 0 -117.179 48.0392 -205.85 +Number of digits in this event = 15 +Using G4ParticleGun ... +2.31979 LIN +proton +Event: 94 +Number of tracker hits in this event = 20 + 94 112.051 977 9 1 15.6252 127.255 65.55 + 94 108.07 1535 9 0 15.6245 127.258 64.15 + 94 133.98 977 8 1 15.6134 127.33 35.55 + 94 179.288 1535 8 0 15.6122 127.332 34.15 + 94 120.34 977 7 1 15.6183 127.363 5.55 + 94 100.768 1536 7 0 15.6222 127.365 4.15 + 94 156.551 978 6 1 15.7034 127.394 -24.45 + 94 222.706 1536 6 0 15.7069 127.394 -25.85 + 94 111.267 978 5 1 15.7722 127.381 -54.45 + 94 223.71 1536 5 0 15.7759 127.384 -55.85 + 94 188.288 978 4 1 15.8407 127.44 -84.45 + 94 111.28 1536 4 0 15.8448 127.441 -85.85 + 94 175.764 979 3 1 15.9208 127.476 -114.45 + 94 101.998 1536 3 0 15.9256 127.478 -115.85 + 94 178.648 979 2 1 16.0284 127.516 -144.45 + 94 115.484 1536 2 0 16.0318 127.517 -145.85 + 94 96.6988 980 1 1 16.1058 127.539 -174.45 + 94 115.129 1536 1 0 16.11 127.541 -175.85 + 94 127.676 980 0 1 16.2023 127.574 -204.45 + 94 106.991 1537 0 0 16.2072 127.578 -205.85 +Number of digits in this event = 11 +Using G4ParticleGun ... +1.79403 LIN proton Event: 95 -Number of tracker hits in this event = 31 - 95 212.159 518 11 1 -76.3561 7.53146 125.55 - 95 134.131 937 11 0 -76.354 7.52755 124.15 - 95 219.75 518 10 1 -76.3089 7.44703 95.55 - 95 205.501 936 10 0 -76.3064 7.44234 94.15 - 95 112.596 518 9 1 -76.2587 7.34789 65.55 - 95 207.629 936 9 0 -76.2565 7.34335 64.15 - 95 174.746 519 8 1 -76.21 7.24912 35.55 - 95 160.883 935 8 0 -76.2078 7.24459 34.15 - 95 118.117 519 7 1 -76.1717 7.15494 5.55 - 95 199.432 935 7 0 -76.1699 7.1502 4.15 - 95 116.035 519 6 1 -76.1329 7.05439 -24.45 - 95 126.111 934 6 0 -76.1302 7.04986 -25.85 - 95 109.788 519 5 1 -76.0742 6.95519 -54.45 - 95 141.719 934 5 0 -76.0701 6.94967 -55.85 - 95 95.8148 520 4 1 -75.9812 6.82997 -84.45 - 95 102.981 933 4 0 -75.9766 6.82305 -85.85 - 95 95.851 520 3 1 -75.876 6.68618 -114.45 - 95 152.591 933 3 0 -75.8721 6.68078 -115.85 - 95 86.2465 521 2 1 -75.7972 6.57171 -144.45 - 95 110.105 932 2 0 -75.7937 6.56663 -145.85 - 95 110.309 521 1 1 -75.7162 6.46279 -174.45 - 95 124.992 932 1 0 -75.7114 6.45825 -175.85 - 95 92.9196 522 0 1 -75.6048 6.36769 -204.45 - 95 147.343 931 0 0 -75.5988 6.36271 -205.85 - 95 56.5889 937 10 0 -76.2115 7.45 93.8737 - 95 13.7553 519 10 1 -76.2499 7.53352 95.1914 - 95 101.397 938 10 0 -75.9059 7.76694 94.15 - 95 84.6519 939 10 0 -75.8323 7.85 93.9483 - 95 42.0517 578 9 1 -64.3872 7.20876 65.55 - 95 168.437 577 9 1 -64.4501 7.16079 65.436 - 95 1.81918 935 9 0 -64.9488 7.25 63.7608 -Number of digits in this event = 15 -Using G4ParticleGun ... -7.49845 LIN -proton -Event: 96 -Number of tracker hits in this event = 24 - 96 165.302 1012 11 1 22.4655 51.5518 125.55 - 96 111.377 1157 11 0 22.4655 51.5513 124.15 - 96 112.037 1012 10 1 22.4663 51.5428 95.55 - 96 127.656 1157 10 0 22.4669 51.5415 94.15 - 96 111.481 1012 9 1 22.4839 51.5148 65.55 - 96 239.89 1157 9 0 22.4838 51.5141 64.15 - 96 182.155 1012 8 1 22.483 51.5008 35.55 - 96 106.256 1157 8 0 22.483 51.4996 34.15 - 96 107.945 1012 7 1 22.4823 51.4774 5.55 - 96 117.883 1157 7 0 22.4787 51.4762 4.15 - 96 88.7401 1011 6 1 22.4015 51.4526 -24.45 - 96 111.455 1157 6 0 22.3974 51.4513 -25.85 - 96 92.7165 1011 5 1 22.3171 51.4268 -54.45 - 96 116.671 1156 5 0 22.3136 51.426 -55.85 - 96 145.01 1010 4 1 22.2455 51.4039 -84.45 - 96 109.454 1156 4 0 22.2418 51.4008 -85.85 - 96 147.848 1010 3 1 22.17 51.3399 -114.45 - 96 122.344 1156 3 0 22.1664 51.3373 -115.85 - 96 118.923 1010 2 1 22.0938 51.2802 -144.45 - 96 161.897 1156 2 0 22.0908 51.278 -145.85 - 96 119.332 1009 1 1 22.027 51.2398 -174.45 - 96 128.92 1155 1 0 22.0242 51.238 -175.85 - 96 134.957 1009 0 1 21.9668 51.2026 -204.45 - 96 140.357 1155 0 0 21.9646 51.201 -205.85 -Number of digits in this event = 12 -Using G4ParticleGun ... -8.30924 LIN -proton -Event: 97 -Number of tracker hits in this event = 27 - 97 232.608 593 10 1 -61.4076 -77.084 95.55 - 97 123.317 514 10 0 -61.4073 -77.0832 94.15 - 97 141.056 593 9 1 -61.3988 -77.0653 65.55 - 97 87.5401 514 9 0 -61.398 -77.065 64.15 - 97 113.545 593 8 1 -61.3817 -77.0559 35.55 - 97 233.858 514 8 0 -61.3804 -77.0553 34.15 - 97 109.798 593 7 1 -61.3493 -77.043 5.55 - 97 162.152 515 7 0 -61.3486 -77.0433 4.15 - 97 129.33 593 6 1 -61.3288 -77.0515 -24.45 - 97 112.405 514 6 0 -61.328 -77.0517 -25.85 - 97 109.22 593 5 1 -61.3157 -77.0522 -54.45 - 97 106.208 514 5 0 -61.3153 -77.0524 -55.85 - 97 102.235 593 4 1 -61.3049 -77.0549 -84.45 - 97 98.1821 514 4 0 -61.305 -77.0557 -85.85 - 97 147.232 593 3 1 -61.3073 -77.0726 -114.45 - 97 140.241 514 3 0 -61.3083 -77.0745 -115.85 - 97 107.952 593 2 1 -61.3277 -77.1148 -144.45 - 97 110.621 514 2 0 -61.329 -77.1174 -145.85 - 97 110.359 593 1 1 -61.3554 -77.1727 -174.45 - 97 151.516 514 1 0 -61.3563 -77.175 -175.85 - 97 104.403 593 0 1 -61.3744 -77.2218 -204.45 - 97 104.593 514 0 0 -61.3761 -77.2243 -205.85 - 97 327.19 1192 2 0 -151.519 58.5959 -146.25 - 97 42.0259 1193 2 0 -151.292 58.65 -146.206 - 97 30.9521 1275 2 0 -68.9843 75.1727 -146.25 - 97 0.183284 1240 2 0 -47.5691 68.2005 -146.25 - 97 72.0707 592 10 1 -61.45 -77.0455 95.246 -Number of digits in this event = 12 -Using G4ParticleGun ... -5.42996 LIN -proton -Event: 98 -Number of tracker hits in this event = 35 - 98 94.5045 907 10 1 1.62429 -113.358 95.55 - 98 106.916 333 10 0 1.62406 -113.359 94.15 - 98 113.399 907 9 1 1.62462 -113.359 65.55 - 98 116.701 333 9 0 1.62454 -113.36 64.15 - 98 91.8164 907 8 1 1.62242 -113.386 35.55 - 98 108.253 333 8 0 1.62303 -113.387 34.15 - 98 99.166 907 7 1 1.63894 -113.414 5.55 - 98 153.149 333 7 0 1.63939 -113.416 4.15 - 98 133.263 907 6 1 1.64863 -113.444 -24.45 - 98 116.873 333 6 0 1.64945 -113.444 -25.85 - 98 248.134 908 5 1 1.67003 -113.46 -54.45 - 98 120.816 333 5 0 1.67143 -113.461 -55.85 - 98 206.031 908 4 1 1.70164 -113.493 -84.45 - 98 116.189 333 4 0 1.70385 -113.495 -85.85 - 98 91.19 908 3 1 1.74993 -113.536 -114.45 - 98 114.268 333 3 0 1.75183 -113.538 -115.85 - 98 100.851 908 2 1 1.789 -113.592 -144.45 - 98 103.345 332 2 0 1.79061 -113.596 -145.85 - 98 84.7466 908 1 1 1.82669 -113.664 -174.45 - 98 108.038 332 1 0 1.8279 -113.668 -175.85 - 98 112.731 909 0 1 1.85079 -113.739 -204.45 - 98 104.09 332 0 0 1.85139 -113.741 -205.85 - 98 174.955 909 5 1 1.85 -113.559 -54.5024 - 98 38.0183 324 5 0 1.55809 -115.246 -55.85 - 98 67.8077 323 5 0 1.56455 -115.35 -55.863 - 98 6.98117 914 5 1 2.88456 -119.118 -54.85 - 98 23.2222 289 5 0 4.6005 -122.243 -55.85 - 98 21.5136 933 5 1 6.80108 -124.091 -54.85 - 98 304.745 934 5 1 6.85004 -124.124 -54.8251 - 98 90.7722 322 9 0 -1.76891 -115.747 63.7502 - 98 19.0675 321 9 0 -1.77391 -115.75 63.9257 - 98 57.869 883 9 1 -3.33363 -116.6 65.1509 - 98 209.687 882 9 1 -3.45007 -116.655 65.2986 - 98 183.402 313 9 0 -3.51397 -117.419 64.15 - 98 100.537 312 9 0 -3.54659 -117.55 63.8891 +Number of tracker hits in this event = 19 + 95 177.098 1291 8 1 78.3426 -113.223 35.55 + 95 100.128 334 8 0 78.3442 -113.228 34.15 + 95 118.347 1291 7 1 78.3762 -113.322 5.55 + 95 114.056 334 7 0 78.375 -113.327 4.15 + 95 134.717 1291 6 1 78.359 -113.442 -24.45 + 95 244.029 333 6 0 78.3563 -113.449 -25.85 + 95 101.089 1291 5 1 78.3052 -113.586 -54.45 + 95 124.402 332 5 0 78.2997 -113.594 -55.85 + 95 142.83 1290 4 1 78.192 -113.742 -84.45 + 95 94.8517 331 4 0 78.1844 -113.751 -85.85 + 95 102.466 1289 3 1 78.0385 -113.932 -114.45 + 95 153.127 331 3 0 78.0334 -113.938 -115.85 + 95 132.025 1289 2 1 77.9287 -114.076 -144.45 + 95 176.146 330 2 0 77.9277 -114.081 -145.85 + 95 104.036 1289 1 1 77.9203 -114.185 -174.45 + 95 107.39 329 1 0 77.917 -114.187 -175.85 + 95 342.142 1289 0 1 77.8645 -114.224 -204.45 + 95 115.631 329 0 0 77.8642 -114.226 -205.85 + 95 38.832 1288 0 1 77.85 -114.246 -204.672 Number of digits in this event = 10 Using G4ParticleGun ... -8.62544 LIN +8.56523 LIN +proton +Event: 96 +Number of tracker hits in this event = 28 + 96 115.78 1168 11 1 53.8332 48.9046 125.55 + 96 118.209 1144 11 0 53.8335 48.9058 124.15 + 96 108.226 1168 10 1 53.8384 48.9298 95.55 + 96 135.734 1144 10 0 53.8374 48.9312 94.15 + 96 98.255 1168 9 1 53.818 48.96 65.55 + 96 142.635 1144 9 0 53.8168 48.9612 64.15 + 96 110.849 1168 8 1 53.7918 48.9876 35.55 + 96 176.573 1144 8 0 53.7915 48.9888 34.15 + 96 296.725 1168 7 1 53.7845 49.0097 5.55 + 96 115.475 1144 7 0 53.7843 49.0112 4.15 + 96 204.313 1168 6 1 53.7802 49.0441 -24.45 + 96 212.524 1144 6 0 53.7804 49.045 -25.85 + 96 125.74 1168 5 1 53.784 49.0646 -54.45 + 96 123.534 1145 5 0 53.7843 49.0654 -55.85 + 96 115.654 1168 4 1 53.7895 49.083 -84.45 + 96 109.48 1145 4 0 53.7893 49.0843 -85.85 + 96 111.324 1168 3 1 53.7845 49.1104 -114.45 + 96 96.068 1145 3 0 53.7836 49.1118 -115.85 + 96 119.338 1168 2 1 53.7645 49.1409 -144.45 + 96 146.327 1145 2 0 53.7629 49.1418 -145.85 + 96 108.006 1168 1 1 53.7295 49.1572 -174.45 + 96 122.533 1145 1 0 53.7282 49.158 -175.85 + 96 101.15 1168 0 1 53.7032 49.1691 -204.45 + 96 101.607 1145 0 0 53.7028 49.1701 -205.85 + 96 119.017 1149 4 0 52.7176 49.8628 -86.25 + 96 92.7407 1159 4 1 51.9917 49.3499 -84.85 + 96 64.3732 1158 4 1 51.85 49.2296 -84.608 + 96 238.812 1169 7 1 53.85 49.3137 5.37083 +Number of digits in this event = 12 +Using G4ParticleGun ... +1.22602 LIN +proton +Event: 97 +Number of tracker hits in this event = 25 + 97 157.807 585 11 1 -62.9756 -29.5192 125.55 + 97 116.977 752 11 0 -62.9792 -29.5229 124.15 + 97 124.902 585 10 1 -63.034 -29.5949 95.55 + 97 134.574 752 10 0 -63.0361 -29.6011 94.15 + 97 127.823 584 9 1 -63.0769 -29.7099 65.55 + 97 103.436 751 9 0 -63.0752 -29.7143 64.15 + 97 165.415 585 8 1 -63.0383 -29.8095 35.55 + 97 117.628 751 8 0 -63.0382 -29.8121 34.15 + 97 266.852 585 7 1 -63.0416 -29.8683 5.55 + 97 151.352 750 7 0 -63.0404 -29.8679 4.15 + 97 115.062 585 6 1 -63.0265 -29.8639 -24.45 + 97 135.875 750 6 0 -63.027 -29.865 -25.85 + 97 113.973 585 5 1 -63.0418 -29.9184 -54.45 + 97 93.7063 750 5 0 -63.0429 -29.9243 -55.85 + 97 139.663 584 4 1 -63.0644 -30.0391 -84.45 + 97 98.3539 750 4 0 -63.0678 -30.0479 -85.85 + 97 21.9262 749 4 0 -63.0686 -30.05 -86.1822 + 97 119.39 584 3 1 -63.1319 -30.2203 -114.45 + 97 152.446 749 3 0 -63.137 -30.2293 -115.85 + 97 114.886 584 2 1 -63.2364 -30.4283 -144.45 + 97 237.138 748 2 0 -63.2392 -30.4402 -145.85 + 97 136.118 583 1 1 -63.2957 -30.6897 -174.45 + 97 114.506 746 1 0 -63.2964 -30.6996 -175.85 + 97 142.734 583 0 1 -63.3135 -30.897 -204.45 + 97 142.819 745 0 0 -63.3157 -30.9096 -205.85 +Number of digits in this event = 15 +Using G4ParticleGun ... +6.54753 LIN +proton +Event: 98 +Number of tracker hits in this event = 24 + 98 112.783 1291 10 1 78.3753 78.7494 95.55 + 98 175.509 1293 10 0 78.3759 78.7493 94.15 + 98 140.348 1291 9 1 78.3886 78.7508 65.55 + 98 92.3259 1293 9 0 78.389 78.7506 64.15 + 98 102.529 1291 8 1 78.3968 78.749 35.55 + 98 91.6959 1293 8 0 78.3964 78.7486 34.15 + 98 84.2259 1291 7 1 78.3881 78.739 5.55 + 98 121.21 1293 7 0 78.3868 78.7388 4.15 + 98 123.883 1291 6 1 78.3599 78.7328 -24.45 + 98 304.838 1293 6 0 78.3588 78.7317 -25.85 + 98 151.986 1291 5 1 78.3405 78.7101 -54.45 + 98 97.4161 1293 5 0 78.3403 78.7104 -55.85 + 98 100.229 1291 4 1 78.3361 78.7191 -84.45 + 98 97.0723 1293 4 0 78.3362 78.7201 -85.85 + 98 180.81 1291 3 1 78.3377 78.7372 -114.45 + 98 96.8985 1293 3 0 78.3373 78.7385 -115.85 + 98 88.615 1291 2 1 78.3282 78.7675 -144.45 + 98 142.71 1293 2 0 78.3264 78.7681 -145.85 + 98 128.577 1291 1 1 78.2934 78.7818 -174.45 + 98 129.278 1293 1 0 78.2919 78.7821 -175.85 + 98 125.362 1291 0 1 78.262 78.7903 -204.45 + 98 116.121 1293 0 0 78.2604 78.7906 -205.85 + 98 147.626 1294 6 0 78.312 78.8502 -26.1594 + 98 23.3112 984 10 0 51.1733 16.9628 93.75 +Number of digits in this event = 13 +Using G4ParticleGun ... +9.62731 LIN proton Event: 99 -Number of tracker hits in this event = 26 - 99 192.819 938 11 0 83.3462 7.83169 124.15 - 99 127.09 1316 10 1 83.3481 7.82994 95.55 - 99 136.054 938 10 0 83.3481 7.82954 94.15 - 99 138.539 1316 9 1 83.351 7.81817 65.55 - 99 117.251 938 9 0 83.3506 7.81913 64.15 - 99 100.02 1316 8 1 83.3425 7.83949 35.55 - 99 104.782 938 8 0 83.3422 7.84041 34.15 - 99 117.28 1316 7 1 83.3382 7.86219 5.55 - 99 119.239 939 7 0 83.3384 7.86431 4.15 - 99 113.883 1316 6 1 83.3423 7.9093 -24.45 - 99 126.796 939 6 0 83.3422 7.91139 -25.85 - 99 163.292 1316 5 1 83.3375 7.95651 -54.45 - 99 179.223 939 5 0 83.3376 7.95808 -55.85 - 99 100.408 1316 4 1 83.3378 7.99412 -84.45 - 99 118.472 939 4 0 83.3384 7.99557 -85.85 - 99 115.682 1316 3 1 83.3519 8.02204 -114.45 - 99 131.151 939 3 0 83.3524 8.0229 -115.85 - 99 196.744 1316 2 1 83.3638 8.04342 -144.45 - 99 119.329 939 2 0 83.3638 8.04485 -145.85 - 99 145.938 1316 1 1 83.3661 8.07298 -174.45 - 99 99.6972 940 1 0 83.3669 8.0746 -175.85 - 99 170.941 1316 0 1 83.3835 8.10782 -204.45 - 99 122.574 940 0 0 83.3833 8.10997 -205.85 - 99 78.5473 938 5 0 83.4717 7.85 -56.1122 - 99 215.003 715 5 0 111.416 -36.8557 -56.25 - 99 187.723 716 5 0 111.341 -36.85 -55.9747 -Number of digits in this event = 15 +Number of tracker hits in this event = 21 + 99 234.925 1448 10 0 -37.9369 109.863 94.15 + 99 101.358 710 9 1 -37.9382 109.866 65.55 + 99 96.304 1448 9 0 -37.9376 109.865 64.15 + 99 118.362 710 8 1 -37.9256 109.857 35.55 + 99 113.819 1448 8 0 -37.925 109.857 34.15 + 99 128.238 710 7 1 -37.9125 109.859 5.55 + 99 110.081 1448 7 0 -37.9114 109.858 4.15 + 99 112.527 710 6 1 -37.8877 109.854 -24.45 + 99 115.11 1448 6 0 -37.8866 109.854 -25.85 + 99 121.211 710 5 1 -37.8635 109.855 -54.45 + 99 112.581 1448 5 0 -37.8625 109.855 -55.85 + 99 138.758 711 4 1 -37.8434 109.861 -84.45 + 99 107.505 1448 4 0 -37.8429 109.861 -85.85 + 99 134.509 711 3 1 -37.8375 109.868 -114.45 + 99 109.843 1448 3 0 -37.8379 109.869 -115.85 + 99 95.2295 711 2 1 -37.8461 109.876 -144.45 + 99 121.471 1448 2 0 -37.8469 109.876 -145.85 + 99 174.786 710 1 1 -37.8639 109.884 -174.45 + 99 119.451 1448 1 0 -37.8644 109.885 -175.85 + 99 168.175 710 0 1 -37.8784 109.9 -204.45 + 99 180.939 1448 0 0 -37.879 109.901 -205.85 +Number of digits in this event = 10 Run terminated. Run Summary Number of events processed : 100 - User=4.100000s Real=4.501723s Sys=0.050000s + User=5.070000s Real=5.618225s Sys=0.070000s End of Run 0 /gun/particle gamma /gun/energy 1 GeV @@ -5508,4288 +5077,4283 @@ Cannot set FirstId as its value was already used. done Using G4ParticleGun ... -9.59455 LIN +3.98123 LIN gamma Event: 0 -Number of tracker hits in this event = 17 - 0 276.413 697 3 1 -40.5905 -125.426 -114.45 - 0 267.017 273 3 0 -40.5904 -125.426 -115.85 - 0 289.461 697 2 1 -40.5844 -125.43 -144.45 - 0 327.795 273 2 0 -40.5837 -125.429 -145.85 - 0 266.656 697 1 1 -40.5659 -125.42 -174.45 - 0 401.604 273 1 0 -40.5614 -125.42 -175.85 - 0 311.744 697 0 1 -40.4801 -125.408 -204.45 - 0 215.69 273 0 0 -40.4774 -125.407 -205.85 - 0 7.67833 968 13 1 13.65 102.304 185.453 - 0 50.4937 662 0 1 -47.5596 -128.359 -204.45 - 0 59.0067 661 0 1 -47.6501 -128.397 -204.66 - 0 126.674 257 0 0 -48.1676 -128.59 -205.85 - 0 64.859 698 2 1 -40.4498 -125.478 -144.663 - 0 60.3205 699 2 1 -40.25 -125.533 -144.768 - 0 80.4385 700 2 1 -40.05 -125.614 -144.778 - 0 89.0963 701 2 1 -39.8497 -125.759 -144.732 - 0 86.8873 702 2 1 -39.65 -125.852 -144.651 -Number of digits in this event = 12 +Number of tracker hits in this event = 14 + 0 274.724 467 3 1 -86.5435 -22.0684 -114.45 + 0 293.992 789 3 0 -86.5422 -22.0683 -115.85 + 0 137.956 467 2 1 -86.507 -22.0859 -144.45 + 0 249.347 789 2 0 -86.5035 -22.0869 -145.85 + 0 170.7 468 1 1 -86.434 -22.1138 -174.45 + 0 116.052 789 1 0 -86.4278 -22.1169 -175.85 + 0 100.649 468 0 1 -86.3099 -22.1921 -204.45 + 0 104.072 789 0 0 -86.303 -22.1958 -205.85 + 0 150.375 531 1 1 -73.7155 18.9503 -174.85 + 0 134.454 466 2 1 -86.6577 -22.1436 -144.45 + 0 105.079 465 1 1 -86.8763 -22.391 -174.45 + 0 113.064 788 1 0 -86.8915 -22.4142 -175.85 + 0 224.184 464 0 1 -87.1913 -22.8828 -204.45 + 0 141.948 785 0 0 -87.209 -22.9061 -205.85 +Number of digits in this event = 11 Using G4ParticleGun ... -4.03587 LIN +9.83039 LIN gamma Event: 1 -Number of tracker hits in this event = 63 - 1 257.718 1046 6 1 29.3799 43.5698 -24.45 - 1 366.105 1117 6 0 29.378 43.5717 -25.85 - 1 106.641 1046 5 1 29.3504 43.5951 -54.45 - 1 112.366 1117 5 0 29.3471 43.5952 -55.85 - 1 185.059 1046 4 1 29.2838 43.5989 -84.45 - 1 209.301 1117 4 0 29.2824 43.6001 -85.85 - 1 415.177 1046 3 1 29.2712 43.626 -114.45 - 1 307.599 1117 3 0 29.2822 43.6307 -115.85 - 1 116.142 1047 2 1 29.5352 43.784 -144.45 - 1 170.526 1118 2 0 29.5522 43.8331 -145.85 - 1 90.0219 1049 1 1 29.8872 44.8553 -174.45 - 1 296.559 1124 1 0 29.8958 44.8693 -175.85 - 1 112.48 1049 0 1 29.8936 45.2021 -204.45 - 1 118.026 1125 0 0 29.929 45.196 -205.85 - 1 248.135 1118 4 0 29.2034 43.65 -85.9402 - 1 117.801 1048 2 1 29.8318 43.8734 -144.45 - 1 276.699 1119 2 0 29.8684 43.9829 -145.85 - 1 214.187 1053 1 1 30.7813 46.2801 -174.451 - 1 248.336 1132 1 0 30.8261 46.4522 -175.85 - 1 130.728 1057 0 1 31.6469 50.0971 -204.45 - 1 26.2747 1150 0 0 31.6208 50.2382 -205.85 - 1 76.5816 1151 0 0 31.6178 50.25 -205.972 - 1 141.662 1530 2 0 67.1854 126.309 -146.25 - 1 78.81 1045 3 1 29.25 43.6974 -114.669 - 1 98.8677 1118 3 0 29.2144 43.6799 -115.85 - 1 120.52 1037 2 1 27.6293 45.3152 -144.451 - 1 160.508 1126 2 0 27.5233 45.2905 -145.85 - 1 130.105 1025 1 1 25.1713 44.8465 -174.45 - 1 9.79875 1125 1 0 24.9921 45.05 -176.211 - 1 154.108 1013 0 1 22.6589 48.8434 -204.45 - 1 137.852 1145 0 0 22.7321 49.0914 -205.85 - 1 215.671 1012 0 1 22.65 48.8951 -204.483 - 1 132.385 1146 0 0 21.7564 49.3009 -205.85 - 1 91.9321 1011 0 1 22.4498 48.496 -204.585 - 1 90.7415 1010 0 1 22.25 48.2368 -204.715 - 1 27.6036 1132 0 0 21.053 46.5311 -205.85 - 1 75.0661 1131 0 0 20.9992 46.4499 -205.907 - 1 131.391 1130 0 0 20.8682 46.2499 -206.036 - 1 23.4791 1129 0 0 20.7391 46.05 -206.201 - 1 103.378 1047 5 1 29.4815 43.7282 -54.45 - 1 146.337 1118 5 0 29.4938 43.7346 -55.85 - 1 127.468 1048 4 1 29.7103 43.8539 -84.45 - 1 114.12 1119 4 0 29.7208 43.8753 -85.85 - 1 115.73 1049 3 1 29.9413 44.2962 -114.45 - 1 99.563 1121 3 0 29.9414 44.2762 -115.85 - 1 110.896 1050 2 1 30.119 43.9147 -144.45 - 1 108.391 1047 1 1 29.6054 43.796 -174.45 - 1 107.426 1118 1 0 29.5312 43.6928 -175.85 - 1 114.137 1040 0 1 28.1378 41.3199 -204.45 - 1 122.896 1106 0 0 28.1591 41.2656 -205.85 - 1 158.813 1041 0 1 28.4466 40.1327 -204.45 - 1 42.3389 1084 0 0 27.8611 37.0164 -205.85 - 1 49.592 1083 0 0 27.8474 36.8498 -205.926 - 1 61.0182 1082 0 0 27.8729 36.65 -205.988 - 1 69.3649 1081 0 0 27.8737 36.45 -206.049 - 1 55.6146 1080 0 0 27.8572 36.25 -206.101 - 1 20.3897 1079 0 0 27.8554 36.05 -206.201 - 1 4.04397 984 0 0 23.4735 16.8605 -206.25 - 1 89.1287 983 0 0 23.4748 16.85 -206.227 - 1 66.3669 982 0 0 23.5699 16.65 -206.009 - 1 57.7435 981 0 0 23.6361 16.45 -205.931 - 1 301.573 1016 0 1 23.3071 15.3186 -204.85 - 1 273.054 1015 0 1 23.25 15.2096 -204.657 -Number of digits in this event = 31 +Number of tracker hits in this event = 18 + 1 236.234 820 3 1 -15.8956 -48.5042 -114.45 + 1 263.023 657 3 0 -15.8941 -48.5036 -115.85 + 1 428.883 820 2 1 -15.88 -48.477 -144.45 + 1 242.233 657 2 0 -15.8655 -48.4778 -145.85 + 1 141.091 822 1 1 -15.5785 -48.4901 -174.45 + 1 236.393 657 1 0 -15.5628 -48.4913 -175.85 + 1 98.9816 824 0 1 -15.2199 -48.5152 -204.45 + 1 523.741 657 0 0 -15.2059 -48.5067 -205.85 + 1 125.245 907 0 1 1.51686 -103.892 -204.85 + 1 110.4 819 2 1 -16.0501 -48.2961 -144.602 + 1 93.8556 818 2 1 -16.25 -48.1193 -144.745 + 1 201.47 656 2 0 -16.4673 -48.65 -145.857 + 1 119.002 820 1 1 -15.9271 -48.5302 -174.45 + 1 351.019 820 0 1 -15.9487 -48.5409 -204.45 + 1 175.033 926 1 1 5.34382 -39.7994 -174.85 + 1 13.3475 1284 2 0 -0.774644 76.85 -145.902 + 1 154.859 637 3 0 -60.0525 -52.4906 -116.25 + 1 209.905 636 3 0 -60.1712 -52.6501 -116.138 +Number of digits in this event = 15 Using G4ParticleGun ... -3.22442 LIN +3.02011 LIN gamma Event: 2 -Number of tracker hits in this event = 2 - 2 34.1596 938 2 1 7.85 -13.04 -144.754 - 2 45.3484 1018 5 1 23.6988 -70.8588 -54.85 -Number of digits in this event = 2 +Number of tracker hits in this event = 48 + 2 498.779 392 7 1 -101.597 59.0706 5.55 + 2 231.851 1195 7 0 -101.597 59.0694 4.15 + 2 131.966 392 6 1 -101.592 59.0454 -24.45 + 2 114.55 1194 6 0 -101.594 59.0439 -25.85 + 2 149.587 392 5 1 -101.615 59.0072 -54.45 + 2 268.672 1194 5 0 -101.613 59.0031 -55.85 + 2 109.059 392 4 1 -101.565 58.9172 -84.45 + 2 132.808 1194 4 0 -101.562 58.9137 -85.85 + 2 353.559 393 3 1 -101.489 58.8484 -114.45 + 2 117.581 1193 3 0 -101.486 58.8433 -115.85 + 2 133.135 393 2 1 -101.423 58.7438 -144.45 + 2 133.812 1193 2 0 -101.419 58.7358 -145.85 + 2 155.631 394 1 1 -101.335 58.5705 -174.45 + 2 101.491 1192 1 0 -101.328 58.5598 -175.85 + 2 141.335 394 0 1 -101.199 58.3418 -204.45 + 2 102.187 1191 0 0 -101.19 58.3258 -205.85 + 2 15.6487 1196 3 0 -101.385 59.4164 -115.85 + 2 104.751 1197 3 0 -101.378 59.45 -115.922 + 2 203.983 392 3 1 -101.652 68.7169 -114.85 + 2 225.334 1335 3 0 126.162 87.1109 -116.25 + 2 152.198 390 6 1 -102.105 58.8545 -24.4506 + 2 111.204 1193 6 0 -102.136 58.8419 -25.8505 + 2 105.674 387 5 1 -102.656 58.4741 -54.45 + 2 123.508 1191 5 0 -102.631 58.3051 -55.85 + 2 158.63 391 4 1 -101.836 54.5383 -84.4502 + 2 84.8105 1171 4 0 -101.734 54.3 -85.85 + 2 32.1365 1170 4 0 -101.71 54.25 -86.1467 + 2 97.8227 403 3 1 -99.4588 49.2347 -114.45 + 2 133.984 1144 3 0 -99.4068 48.9478 -115.85 + 2 102.772 410 2 1 -98.0806 42.2009 -144.45 + 2 127.15 1109 2 0 -97.9611 41.9377 -145.85 + 2 172.219 422 1 1 -95.7289 36.2853 -174.45 + 2 108.708 1080 1 0 -95.6721 36.2105 -175.85 + 2 116.102 429 0 1 -94.2261 34.191 -204.45 + 2 110.628 1071 0 0 -94.302 34.2614 -205.85 + 2 239.243 1031 0 0 -97.3526 26.3495 -206.25 + 2 87.7804 1030 0 0 -97.4059 26.2498 -205.991 + 2 251.515 412 0 1 -97.5697 25.6598 -204.85 + 2 148.801 413 0 1 -97.4954 25.5522 -204.45 + 2 60.1553 1033 0 0 -99.263 26.7494 -205.85 + 2 62.109 1034 0 0 -99.4191 26.85 -205.919 + 2 89.6971 1035 0 0 -99.5413 27.05 -206.018 + 2 78.0009 1036 0 0 -99.7831 27.25 -206.073 + 2 73.3993 1037 0 0 -99.8516 27.45 -206.154 + 2 200.553 987 0 0 -116.62 17.5649 -206.25 + 2 158.867 988 0 0 -116.811 17.65 -206.02 + 2 68.8148 1117 0 0 -135.315 43.5594 -206.25 + 2 118.969 1118 0 0 -135.363 43.65 -206.219 +Number of digits in this event = 26 Using G4ParticleGun ... -2.1687 LIN +3.36875 LIN gamma Event: 3 -Number of tracker hits in this event = 0 -Number of digits in this event = 1 -Using G4ParticleGun ... -3.31274 LIN -gamma -Event: 4 -Number of tracker hits in this event = 53 - 4 219.841 1333 7 1 86.7828 84.8268 5.55 - 4 245.67 1323 7 0 86.7908 84.8243 4.15 - 4 143.073 1334 6 1 86.9267 84.7538 -24.45 - 4 231.786 1323 6 0 86.9314 84.7462 -25.85 - 4 123.84 1334 5 1 87.0171 84.5861 -54.45 - 4 119.422 1322 5 0 87.0143 84.5749 -55.85 - 4 162.853 1334 4 1 86.9419 84.3395 -84.45 - 4 109.631 1321 4 0 86.9336 84.3268 -85.85 - 4 128.685 1333 3 1 86.7537 84.0655 -114.45 - 4 80.0705 1320 3 0 86.7334 84.0528 -115.85 - 4 28.7991 1319 3 0 86.729 84.05 -116.156 - 4 122.43 1331 2 1 86.3181 83.7768 -144.45 - 4 114.345 1318 2 0 86.2968 83.7693 -145.85 - 4 120.408 1329 1 1 85.8642 83.5848 -174.45 - 4 112.538 1317 1 0 85.8514 83.5741 -175.85 - 4 166.857 1327 0 1 85.586 83.3453 -204.45 - 4 322.934 1316 0 0 85.5857 83.3562 -205.85 - 4 34.149 1319 0 0 85.4885 83.85 -206.039 - 4 496.945 1332 0 1 86.5669 83.433 -204.45 - 4 133.871 512 8 0 72.1206 -77.45 34.0011 - 4 20.0801 1311 0 0 86.9263 82.2899 -205.85 - 4 95.9965 1310 0 0 86.9372 82.25 -205.898 - 4 47.6432 1309 0 0 86.9594 82.05 -206.115 - 4 28.3065 1400 0 0 35.8199 100.15 -206.058 - 4 126.729 1333 6 1 86.8448 84.8212 -24.45 - 4 155.766 1333 5 1 86.843 84.7826 -54.45 - 4 134.345 1323 5 0 86.8427 84.7829 -55.85 - 4 216.546 1333 4 1 86.8272 84.7882 -84.45 - 4 355.281 1323 4 0 86.829 84.7887 -85.85 - 4 109.418 1334 3 1 86.8635 84.7816 -114.45 - 4 127.972 1323 3 0 86.8649 84.7852 -115.85 - 4 134.599 1333 2 1 86.8435 84.8879 -144.45 - 4 163.156 1324 2 0 86.8411 84.8951 -145.85 - 4 144.001 1333 1 1 86.8102 85.0184 -174.45 - 4 266.439 1324 1 0 86.7985 85.0321 -175.85 - 4 155.119 1326 0 0 86.5219 85.2613 -205.85 - 4 38.0318 1376 1 1 95.5172 48.7225 -174.45 - 4 119.144 1330 3 1 86.1255 83.0663 -114.45 - 4 5.01498 1331 3 1 86.25 83.1192 -114.826 - 4 120.831 1315 3 0 86.6086 83.1891 -115.85 - 4 113.448 1350 2 1 90.2726 79.5732 -144.45 - 4 122.012 1297 2 0 90.2464 79.6144 -145.85 - 4 75.7757 1346 1 1 89.2776 80.3057 -174.45 - 4 31.9188 1345 1 1 89.25 80.313 -174.719 - 4 102.721 1301 1 0 89.1173 80.3358 -175.85 - 4 35.3014 1315 0 1 83.1015 82.6087 -204.45 - 4 76.9896 1314 0 1 83.05 82.6561 -204.501 - 4 131.83 1313 0 1 82.85 82.8474 -204.678 - 4 44.5571 1312 0 1 82.65 83.015 -204.797 - 4 30.7897 1322 0 0 80.5763 84.5844 -205.85 - 4 146.593 1323 0 0 80.4917 84.65 -205.895 - 4 162.266 1324 0 0 80.1367 84.85 -206.069 - 4 67.1465 1385 0 0 13.5118 97.2336 -206.25 -Number of digits in this event = 32 -Using G4ParticleGun ... -4.69248 LIN -gamma -Event: 5 -Number of tracker hits in this event = 106 - 5 394.722 984 9 1 16.9095 67.2924 65.55 - 5 220.239 1236 9 0 16.9174 67.2917 64.15 - 5 148.503 985 8 1 17.1503 67.2419 35.55 - 5 348.229 1236 8 0 17.1372 67.2565 34.15 - 5 170.336 983 7 1 16.8312 67.6607 5.55 - 5 108.433 1238 7 0 16.7807 67.6782 4.15 - 5 131.096 978 6 1 15.7508 67.9533 -24.45 - 5 122.543 1239 6 0 15.7283 68.0039 -25.85 - 5 119.91 976 5 1 15.3093 68.9792 -54.45 - 5 146.662 1244 5 0 15.2609 69.0204 -55.85 - 5 262.674 971 4 1 14.2634 69.8186 -84.45 - 5 142.512 1249 4 0 14.2437 69.879 -85.85 - 5 239.355 969 3 1 13.8702 71.1447 -114.45 - 5 96.9509 1255 3 0 13.8595 71.2104 -115.85 - 5 94.2712 967 2 1 13.6109 72.4654 -144.45 - 5 122.544 1262 2 0 13.59 72.5633 -145.85 - 5 85.1433 965 1 1 13.0649 74.5526 -174.45 - 5 32.0257 964 1 1 13.05 74.5632 -174.698 - 5 132.775 1272 1 0 12.9839 74.611 -175.85 - 5 200.182 958 0 1 11.7889 75.5665 -204.45 - 5 109.679 1277 0 0 11.5299 75.5701 -205.85 - 5 34.3902 1676 0 0 -2.31408 155.458 -206.25 - 5 61.1859 1675 0 0 -2.29892 155.35 -206.186 - 5 231.175 1649 0 0 -6.69055 149.976 -206.25 - 5 131.324 968 3 1 13.8498 71.4654 -114.475 - 5 10.9631 967 3 1 13.65 71.661 -114.827 - 5 113.915 1260 3 0 12.3493 72.0559 -115.85 - 5 92.8291 1259 3 0 12.1616 72.05 -115.998 - 5 37.5469 958 3 1 11.6895 72.378 -114.849 - 5 149.402 957 3 1 11.65 72.398 -114.76 - 5 90.1266 1262 3 0 11.2945 72.5215 -115.85 - 5 93.9176 1261 3 0 11.2847 72.4499 -115.93 - 5 118.553 918 1 1 3.82771 58.2159 -174.45 - 5 190.463 1189 1 0 3.21832 57.9204 -175.85 - 5 15.3955 1188 1 0 3.07401 57.85 -176.19 - 5 43.9361 870 0 1 -5.88118 49.7911 -204.45 - 5 264.156 869 0 1 -6.05 49.7947 -204.51 - 5 68.9385 868 0 1 -6.25008 49.7961 -204.575 - 5 69.3272 867 0 1 -6.45005 49.811 -204.648 - 5 49.6533 866 0 1 -6.65 49.7513 -204.719 - 5 43.8722 865 0 1 -6.8505 49.693 -204.802 - 5 194.864 1144 0 0 -10.3904 48.9415 -205.85 - 5 667.531 1143 0 0 -10.6795 48.85 -205.944 - 5 65.916 777 0 0 -13.4966 -24.587 -206.25 - 5 49.9061 776 0 0 -13.4664 -24.65 -206.241 - 5 63.4327 1142 0 0 -45.8669 48.6204 -206.25 - 5 45.25 1147 0 0 -11.9881 49.65 -205.991 - 5 140.045 968 2 1 13.7627 72.6898 -144.45 - 5 66.377 1267 2 0 13.3862 73.6308 -145.85 - 5 84.7321 1268 2 0 13.3741 73.6502 -145.888 - 5 22.9556 812 2 0 -47.0329 -17.594 -146.25 - 5 84.2492 811 2 0 -47.0647 -17.6508 -146.239 - 5 73.2861 810 2 0 -47.1546 -17.85 -146.155 - 5 68.9178 809 2 0 -47.0828 -18.05 -146.058 - 5 36.7014 808 2 0 -46.9728 -18.25 -145.938 - 5 41.5778 669 2 1 -46.1255 -19.9239 -144.85 - 5 76.0411 670 2 1 -46.05 -19.9973 -144.778 - 5 70.4251 671 2 1 -45.85 -20.0254 -144.678 - 5 278.858 672 2 1 -45.6499 -20.0075 -144.652 - 5 70.342 792 2 0 -45.4845 -21.4535 -145.85 - 5 26.2678 793 2 0 -45.5069 -21.4498 -145.911 - 5 14.0826 667 2 1 -46.6265 -21.3367 -144.85 - 5 73.0832 666 2 1 -46.65 -21.3391 -144.824 - 5 120.135 665 2 1 -46.85 -21.4062 -144.758 - 5 184.901 664 2 1 -47.0502 -21.2555 -144.697 - 5 7.54669 1238 6 0 15.2339 67.6572 -25.85 - 5 134.315 1237 6 0 15.2198 67.65 -25.8801 - 5 26.317 886 5 1 -2.70211 61.3125 -54.45 - 5 127.118 887 5 1 -2.65 61.3589 -54.5212 - 5 29.3773 1214 5 0 -1.70615 62.9594 -55.8501 - 5 75.3951 1215 5 0 -1.67258 63.05 -55.9131 - 5 106.149 1216 5 0 -1.59968 63.25 -56.034 - 5 21.9326 1217 5 0 -1.40101 63.4501 -56.2168 - 5 218.662 984 7 1 16.85 67.6304 5.42835 - 5 33.2317 972 4 1 14.4959 69.9338 -84.45 - 5 79.868 970 4 1 14.2499 69.919 -84.798 - 5 86.0248 1248 4 0 14.4133 69.6692 -85.85 - 5 143.959 984 8 1 16.8874 67.2982 35.55 - 5 111.107 1236 7 0 16.8589 67.3922 4.15 - 5 107.956 983 6 1 16.7764 67.402 -24.45 - 5 105.005 1236 6 0 16.7743 67.4016 -25.85 - 5 117.764 983 5 1 16.7368 67.3974 -54.45 - 5 123.76 1236 5 0 16.7357 67.3961 -55.85 - 5 149.672 983 4 1 16.7207 67.3721 -84.45 - 5 125.635 1236 4 0 16.7178 67.3472 -85.85 - 5 129.343 983 3 1 16.6524 66.8361 -114.45 - 5 130.719 1233 3 0 16.6446 66.8088 -115.85 - 5 139.819 982 2 1 16.4983 66.2575 -144.45 - 5 149.001 1230 2 0 16.4746 66.2416 -145.85 - 5 127.509 979 1 1 15.9826 65.915 -174.45 - 5 108.053 1229 1 0 15.9557 65.9004 -175.85 - 5 123.623 976 0 1 15.3788 65.594 -204.45 - 5 224.364 1227 0 0 15.3467 65.5779 -205.85 - 5 165.41 1235 8 0 17.0813 67.25 33.9986 - 5 18.2053 983 8 1 16.85 67.257 35.2064 - 5 27.3669 1230 8 0 16.3283 66.1252 34.15 - 5 80.8127 1229 8 0 16.3045 66.0497 34.0937 - 5 55.7908 1228 8 0 16.2719 65.85 33.9897 - 5 71.4676 1227 8 0 16.2602 65.6499 33.9693 - 5 94.7293 1226 8 0 16.2006 65.45 33.9297 - 5 66.8013 1225 8 0 16.1254 65.2496 33.8076 - 5 121.764 1233 9 0 17.6443 66.7417 64.15 - 5 111.684 1232 9 0 17.7468 66.65 63.9762 - 5 65.2641 1231 9 0 17.6459 66.45 63.871 - 5 86.0445 1151 9 0 -15.3456 50.3765 63.7502 - 5 192.197 1152 9 0 -15.36 50.45 63.9262 -Number of digits in this event = 45 -Using G4ParticleGun ... -7.98378 LIN -gamma -Event: 6 -Number of tracker hits in this event = 10 - 6 238.935 440 0 1 -91.9833 -41.68 -204.463 - 6 228.627 691 0 0 -91.9833 -41.6801 -205.85 - 6 104.449 1248 3 0 16.6082 69.6936 -116.25 - 6 96.3166 980 3 1 16.2378 69.4024 -114.85 - 6 215.361 979 3 1 16.0497 69.3568 -114.563 - 6 121.901 978 3 1 15.85 69.3969 -114.503 - 6 172.772 1249 3 0 15.3063 69.9708 -115.85 - 6 128.967 967 3 1 13.5281 69.5149 -114.85 - 6 63.368 945 1 0 -177.059 9.1205 -176.25 - 6 177.662 946 1 0 -177.12 9.25 -176.043 -Number of digits in this event = 9 -Using G4ParticleGun ... -7.07408 LIN -gamma -Event: 7 -Number of tracker hits in this event = 2 - 7 109.721 769 8 0 85.9237 -26.0696 33.75 - 7 0.973556 1172 11 0 176.351 54.5836 123.75 -Number of digits in this event = 2 -Using G4ParticleGun ... -7.7783 LIN -gamma -Event: 8 -Number of tracker hits in this event = 0 -Number of digits in this event = 1 -Using G4ParticleGun ... -8.96467 LIN -gamma -Event: 9 -Number of tracker hits in this event = 12 - 9 382.21 1733 8 1 166.889 176.557 35.15 - 9 44.7465 1734 8 1 166.95 176.779 35.4944 - 9 19.5982 1732 8 1 166.75 177.57 35.5121 - 9 167.199 744 0 0 57.8276 -31.134 -206.25 - 9 30.7925 1088 7 0 -20.0211 37.827 3.75 - 9 153.803 1089 7 0 -20.043 37.85 3.81275 - 9 77.5451 797 7 1 -20.517 38.1877 5.15 - 9 91.9923 798 7 1 -20.4499 38.4228 5.31053 - 9 455.128 799 7 1 -20.25 38.7116 5.33856 - 9 158.466 800 7 1 -20.05 39.666 5.3487 - 9 245.646 801 7 1 -19.85 40.0692 5.35054 - 9 272.779 1103 7 0 -18.9522 40.7287 4.15 -Number of digits in this event = 8 -Using G4ParticleGun ... -7.29271 LIN -gamma -Event: 10 -Number of tracker hits in this event = 74 - 10 244.688 280 6 1 -124.029 72.2994 -24.45 - 10 213.88 1261 6 0 -124.029 72.3001 -25.85 - 10 94.2144 280 5 1 -124.029 72.3161 -54.45 - 10 228.226 1261 5 0 -124.029 72.316 -55.85 - 10 105.428 280 4 1 -124.034 72.3157 -84.45 - 10 233.593 1261 4 0 -124.035 72.315 -85.85 - 10 365.919 280 3 1 -124.056 72.3058 -114.45 - 10 689.756 1261 3 0 -124.057 72.3053 -115.85 - 10 127.255 280 2 1 -124.072 72.2994 -144.45 - 10 104.751 1261 2 0 -124.073 72.2997 -145.85 - 10 104.847 280 1 1 -124.093 72.3034 -174.45 - 10 169.221 1261 1 0 -124.095 72.3038 -175.85 - 10 467.67 280 0 1 -124.136 72.3104 -204.45 - 10 206.72 1261 0 0 -124.138 72.3095 -205.85 - 10 28.3065 1193 0 0 -127.794 58.6826 -205.85 - 10 8.92651 1679 1 0 -54.0567 156.06 -176.25 - 10 3.98506 630 1 1 -54.0451 156.854 -174.85 - 10 10.5319 629 1 1 -54.05 156.856 -174.845 - 10 161.325 1681 1 0 -54.9388 156.506 -175.85 - 10 14.7304 1127 3 0 -156.641 45.4693 -116.25 - 10 52.608 1126 3 0 -156.646 45.4499 -116.227 - 10 414.466 1262 0 0 -124.216 72.45 -205.976 - 10 267.381 1153 2 0 -89.3603 50.7922 -146.25 - 10 121.051 281 2 1 -123.779 73.0533 -144.45 - 10 117.66 1265 2 0 -123.826 73.0958 -145.85 - 10 140.783 278 1 1 -124.483 73.9815 -174.45 - 10 258.785 1269 1 0 -124.5 73.9842 -175.85 - 10 97.313 276 0 1 -124.807 73.8706 -204.45 - 10 118.717 1268 0 0 -124.863 73.8309 -205.85 - 10 107.397 278 2 1 -124.499 72.8411 -144.45 - 10 113.494 1264 2 0 -124.496 72.888 -145.85 - 10 135.886 277 1 1 -124.702 73.848 -174.45 - 10 183.969 277 0 1 -124.642 74.3401 -204.45 - 10 118.481 1271 0 0 -124.678 74.2939 -205.85 - 10 130.078 276 1 1 -124.75 73.8512 -174.791 - 10 95.2095 1270 1 0 -123.578 74.0934 -175.85 - 10 26.9181 282 1 1 -123.733 73.2991 -174.85 - 10 46.6447 1264 1 0 -123.185 72.9091 -175.85 - 10 135.37 281 5 1 -123.762 72.3636 -54.45 - 10 113.477 283 4 1 -123.495 72.4461 -84.45 - 10 230.762 284 3 1 -123.272 72.3552 -114.45 - 10 455.929 286 2 1 -122.815 71.7805 -144.45 - 10 112.302 1258 2 0 -122.807 71.7337 -145.85 - 10 98.0382 286 1 1 -122.762 70.9009 -174.45 - 10 168.371 1253 1 0 -122.762 70.8315 -175.85 - 10 115.881 287 0 1 -122.698 69.3458 -204.45 - 10 193.814 1246 0 0 -122.715 69.2699 -205.85 - 10 5.39889 1245 0 0 -122.72 69.25 -206.226 - 10 264.64 829 1 1 -14.25 -64.5054 -174.714 - 10 62.4428 830 1 1 -14.0496 -64.7584 -174.545 - 10 66.7965 828 1 1 -14.25 -65.0618 -174.578 - 10 239.166 1260 2 0 -122.738 72.1245 -145.85 - 10 88.2755 291 1 1 -121.866 72.2821 -174.45 - 10 76.9927 1260 1 0 -121.812 72.25 -176.022 - 10 101.554 296 0 1 -120.93 71.6905 -204.45 - 10 6.2504 295 0 1 -120.95 71.6958 -204.821 - 10 143.644 1258 0 0 -121.012 71.7116 -205.85 - 10 165.721 287 1 1 -122.625 71.5896 -174.45 - 10 202.655 1258 1 0 -122.686 71.6729 -175.85 - 10 153.884 283 0 1 -123.522 73.1313 -204.45 - 10 138.017 1265 0 0 -123.467 73.1938 -205.85 - 10 9.91839 1178 0 0 -109.241 55.6756 -206.25 - 10 75.2492 1177 0 0 -109.235 55.65 -206.228 - 10 89.2792 1176 0 0 -109.139 55.45 -206.034 - 10 87.5259 356 0 1 -108.911 54.3639 -204.85 - 10 47.0398 355 0 1 -108.95 54.1357 -204.563 - 10 333.526 281 0 1 -123.796 72.4649 -204.45 - 10 38.2703 1592 14 0 -113.031 138.733 213.75 - 10 229.974 1593 14 0 -113.011 138.75 213.782 - 10 79.2518 282 0 1 -123.75 72.4579 -204.669 - 10 143.144 1189 5 0 -117.216 57.9489 -56.25 - 10 3.64367 312 5 1 -117.742 58.0692 -54.85 - 10 164.054 311 5 1 -117.75 58.0711 -54.8357 - 10 197.327 310 5 1 -117.95 58.3513 -54.5859 -Number of digits in this event = 39 -Using G4ParticleGun ... -4.18536 LIN -gamma -Event: 11 -Number of tracker hits in this event = 85 - 11 449.244 607 9 1 -58.6101 -120.957 65.55 - 11 231.659 295 9 0 -58.6103 -120.954 64.15 - 11 250.004 607 8 1 -58.618 -120.91 35.55 - 11 220.597 296 8 0 -58.6189 -120.906 34.15 - 11 113.449 606 7 1 -58.6512 -120.822 5.55 - 11 112.036 296 7 0 -58.6507 -120.822 4.15 - 11 117.611 607 6 1 -58.6116 -120.815 -24.45 - 11 233.448 296 6 0 -58.6032 -120.809 -25.85 - 11 141.009 607 5 1 -58.4534 -120.669 -54.45 - 11 104.662 297 5 0 -58.4484 -120.662 -55.85 - 11 182.058 608 4 1 -58.3298 -120.497 -84.45 - 11 94.2835 298 4 0 -58.3244 -120.485 -85.85 - 11 144.649 609 3 1 -58.2197 -120.246 -114.45 - 11 132.859 299 3 0 -58.2157 -120.239 -115.85 - 11 206.592 609 2 1 -58.1517 -120.084 -144.45 - 11 146.006 300 2 0 -58.2009 -120.068 -145.85 - 11 142.133 603 1 1 -59.3391 -119.744 -174.45 - 11 173.337 302 1 0 -59.3905 -119.729 -175.85 - 11 129.661 598 0 1 -60.4422 -119.394 -204.45 - 11 6.92926 597 0 1 -60.45 -119.392 -204.824 - 11 192.383 303 0 0 -60.4679 -119.389 -205.85 - 11 104.8 688 13 0 135.601 -42.4198 183.75 - 11 196.994 689 13 0 135.643 -42.25 183.996 - 11 48.1116 295 2 0 -57.8579 -120.981 -145.85 - 11 3.12067 625 2 1 -55.0159 -122.227 -144.85 - 11 42.2834 287 2 0 -51.2989 -122.736 -145.85 - 11 41.7537 286 2 0 -51.2976 -122.75 -145.857 - 11 134.099 612 7 1 -57.5463 -115.093 5.55 - 11 124.834 326 7 0 -57.8185 -114.949 4.14924 - 11 14.671 581 6 1 -63.8116 -112.632 -24.4501 - 11 88.1256 580 6 1 -63.8501 -112.601 -24.4977 - 11 70.298 579 6 1 -64.0503 -112.443 -24.7637 - 11 9.51766 341 6 0 -64.7883 -111.766 -25.8501 - 11 160.184 342 6 0 -64.806 -111.75 -25.8765 - 11 24.7428 469 5 1 -86.1911 -97.4514 -54.45 - 11 114.692 468 5 1 -86.2501 -97.4015 -54.4752 - 11 70.4506 467 5 1 -86.45 -97.241 -54.563 - 11 79.8405 466 5 1 -86.65 -97.1109 -54.6497 - 11 79.3359 465 5 1 -86.85 -97.0128 -54.7237 - 11 71.3214 464 5 1 -87.05 -96.9448 -54.7823 - 11 11.9254 463 5 1 -87.25 -96.8909 -54.841 - 11 254.052 420 5 0 -90.2951 -96.0837 -55.8502 - 11 408.759 421 5 0 -91.0552 -95.95 -56.0174 - 11 59.6108 296 9 0 -58.6109 -120.95 63.9509 - 11 317.937 297 9 0 -58.626 -120.75 63.8965 - 11 126.798 298 9 0 -58.4376 -120.55 63.9798 - 11 116.649 606 9 1 -58.6501 -121.104 65.3138 - 11 285.102 608 8 1 -58.343 -121.224 35.55 - 11 151.67 294 8 0 -58.3319 -121.24 34.15 - 11 146.925 609 7 1 -58.1102 -121.559 5.55 - 11 123.002 292 7 0 -58.1031 -121.575 4.15 - 11 131.066 610 6 1 -57.9662 -121.897 -24.45 - 11 155.232 291 6 0 -57.9548 -121.91 -25.85 - 11 366.605 611 5 1 -57.7258 -122.177 -54.45 - 11 114.638 289 5 0 -57.7195 -122.192 -55.85 - 11 169.493 612 4 1 -57.5664 -122.522 -84.45 - 11 109.65 288 4 0 -57.544 -122.54 -85.85 - 11 129.673 614 3 1 -57.0562 -122.902 -114.45 - 11 132.21 286 3 0 -57.0378 -122.914 -115.85 - 11 123.536 616 2 1 -56.6627 -123.121 -144.45 - 11 90.3542 285 2 0 -56.6304 -123.145 -145.85 - 11 78.8849 284 2 0 -56.6242 -123.15 -146.12 - 11 107.722 620 1 1 -55.9651 -123.649 -174.45 - 11 109.736 282 1 0 -55.9515 -123.685 -175.85 - 11 110.759 622 0 1 -55.6442 -124.466 -204.45 - 11 168.756 278 0 0 -55.6541 -124.491 -205.85 - 11 134.972 290 5 0 -57.3838 -122.091 -55.8502 - 11 72.2863 654 4 1 -49.062 -121.135 -84.45 - 11 73.8732 653 4 1 -49.25 -121.163 -84.6068 - 11 44.7554 652 4 1 -49.4501 -121.188 -84.7553 - 11 279.233 293 4 0 -50.7848 -121.385 -85.8502 - 11 222.319 372 3 1 -105.67 -135.118 -114.45 - 11 75.1041 371 3 1 -105.75 -135.334 -114.68 - 11 123.379 219 3 0 -106.414 -136.156 -115.85 - 11 45.7914 218 3 0 -106.564 -136.35 -116.104 - 11 318.578 292 2 1 -121.623 -155.798 -144.45 - 11 101.006 291 2 1 -121.75 -154.528 -144.596 - 11 85.3247 290 2 1 -121.95 -154.159 -144.689 - 11 81.8898 289 2 1 -122.15 -153.836 -144.764 - 11 86.7235 144 2 0 -123.764 -151.323 -145.85 - 11 74.8889 145 2 0 -123.861 -151.15 -145.952 - 11 59.726 146 2 0 -123.961 -150.95 -146.137 - 11 67.7093 936 11 1 7.33697 106.578 125.15 - 11 220.56 937 11 1 7.4501 106.739 125.449 - 11 23.4268 938 11 1 7.6502 106.812 125.416 -Number of digits in this event = 44 -Using G4ParticleGun ... -4.62792 LIN -gamma -Event: 12 -Number of tracker hits in this event = 3 - 12 259.469 1194 0 1 58.9717 -102.613 -204.45 - 12 373.661 387 0 0 58.9728 -102.612 -205.85 - 12 53.0513 1146 7 1 49.315 -6.96548 5.15 -Number of digits in this event = 4 -Using G4ParticleGun ... -5.48508 LIN -gamma -Event: 13 -Number of tracker hits in this event = 0 -Number of digits in this event = 2 -Using G4ParticleGun ... -9.90847 LIN -gamma -Event: 14 -Number of tracker hits in this event = 134 - 14 201.77 1418 10 1 103.846 -43.6037 95.55 - 14 617.47 682 10 0 103.852 -43.5963 94.15 - 14 106.542 1419 9 1 103.977 -43.4452 65.55 - 14 118.75 683 9 0 103.981 -43.4378 64.15 - 14 103.87 1419 8 1 104.072 -43.2824 35.55 - 14 141.747 683 8 0 104.077 -43.2753 34.15 - 14 106.892 1420 7 1 104.168 -43.1386 5.55 - 14 104.387 684 7 0 104.172 -43.1327 4.15 - 14 104.624 1420 6 1 104.267 -43.008 -24.45 - 14 127.953 685 6 0 104.271 -43.0005 -25.85 - 14 101.347 1421 5 1 104.366 -42.848 -54.45 - 14 99.351 686 5 0 104.369 -42.8412 -55.85 - 14 356.554 1421 4 1 104.436 -42.6994 -84.45 - 14 132.6 686 4 0 104.44 -42.6915 -85.85 - 14 136.408 1421 3 1 104.517 -42.5235 -114.45 - 14 192.344 687 3 0 104.521 -42.5148 -115.85 - 14 195.884 1422 2 1 104.593 -42.3387 -144.45 - 14 118.487 688 2 0 104.6 -42.3365 -145.85 - 14 423.138 1422 1 1 104.744 -42.2881 -174.45 - 14 118.609 688 1 0 104.75 -42.2868 -175.85 - 14 333.752 1423 0 1 104.873 -42.3094 -204.45 - 14 142.143 688 0 0 104.878 -42.3046 -205.85 - 14 278.23 689 1 0 104.619 -42.2164 -175.85 - 14 126.972 1411 0 1 102.425 -40.4822 -204.45 - 14 166.695 698 0 0 102.36 -40.3439 -205.85 - 14 289.137 692 2 0 147.044 -41.5115 -146.25 - 14 64.1271 691 1 0 104.802 -41.7341 -175.85 - 14 63.3528 692 1 0 104.814 -41.65 -176.07 - 14 115.587 1433 0 1 106.937 -31.3478 -204.45 - 14 133.988 746 0 0 106.705 -30.8468 -205.85 - 14 56.2269 725 1 0 162.837 -34.9006 -175.85 - 14 50.9941 688 3 0 104.567 -42.4497 -116.195 - 14 407.5 895 3 0 156.245 -1.03034 -116.25 - 14 35.7057 894 3 0 156.22 -1.05 -116.17 - 14 40.2442 1758 7 0 -90.2496 171.785 3.75 - 14 203.828 1759 7 0 -90.3565 171.95 4.01782 - 14 132.456 1715 2 1 163.264 -71.6043 -144.85 - 14 23.005 1716 2 1 163.35 -71.6233 -144.771 - 14 136.058 1418 9 1 103.867 -43.6319 65.55 - 14 103.912 682 9 0 103.866 -43.6334 64.15 - 14 123.935 1418 8 1 103.865 -43.6603 35.55 - 14 104.507 681 8 0 103.871 -43.6624 34.15 - 14 117.776 1419 7 1 103.992 -43.6845 5.55 - 14 151.392 681 7 0 103.997 -43.6831 4.15 - 14 127.563 1419 6 1 104.103 -43.6584 -24.45 - 14 112.597 681 6 0 104.112 -43.6578 -25.85 - 14 658.025 1420 5 1 104.302 -43.6542 -54.45 - 14 436.144 681 5 0 104.312 -43.6571 -55.85 - 14 623.044 681 4 0 104.547 -43.7135 -85.85 - 14 344.499 1423 3 1 104.851 -43.7317 -114.45 - 14 131.816 681 3 0 104.864 -43.7323 -115.85 - 14 104.855 1425 2 1 105.17 -43.7368 -144.45 - 14 102.077 681 2 0 105.192 -43.7396 -145.85 - 14 337.374 1427 1 1 105.666 -43.7889 -174.45 - 14 206.403 681 1 0 105.692 -43.7938 -175.85 - 14 130.433 1430 0 1 106.26 -43.8822 -204.45 - 14 121.769 680 0 0 106.286 -43.8872 -205.85 - 14 160.986 409 2 0 156.138 -98.2797 -146.25 - 14 221.502 1025 11 0 40.0049 25.234 123.75 - 14 112.253 1026 11 0 40.0023 25.2502 123.771 - 14 158.984 680 1 0 105.655 -43.8504 -176.036 - 14 63.7296 679 1 0 105.607 -44.05 -176.02 - 14 46.5611 678 1 0 105.655 -44.25 -175.911 - 14 65.7149 1430 1 1 106.315 -44.7395 -174.85 - 14 431.477 1431 1 1 106.35 -44.8091 -174.727 - 14 7.29463 1432 1 1 106.55 -44.9793 -174.602 - 14 125.242 1422 3 1 104.671 -43.638 -114.45 - 14 233.346 682 3 0 104.681 -43.6237 -115.85 - 14 94.9023 1423 2 1 104.902 -43.3487 -144.45 - 14 127.001 683 2 0 104.907 -43.3352 -145.85 - 14 107.443 1424 1 1 105.001 -43.0547 -174.45 - 14 114.069 684 1 0 104.993 -43.0515 -175.85 - 14 119.962 684 0 0 104.772 -43.0546 -205.85 - 14 104.499 1424 4 1 105.06 -44.4307 -84.45 - 14 107.166 678 4 0 105.139 -44.4059 -85.85 - 14 143.592 1434 3 1 107.025 -43.1702 -114.45 - 14 36.4937 684 3 0 106.882 -43.0541 -115.85 - 14 223.326 685 3 0 106.877 -43.05 -115.9 - 14 201.601 1415 2 1 103.345 -39.5869 -144.45 - 14 130.437 702 2 0 103.254 -39.5478 -145.85 - 14 123.917 1406 1 1 101.42 -39.5046 -174.45 - 14 266.027 701 1 0 101.377 -39.6852 -175.85 - 14 99.9145 1395 0 1 99.2356 -43.2515 -204.45 - 14 110.562 685 0 0 99.1015 -43.0211 -205.85 - 14 111.384 1416 2 1 103.35 -39.5559 -144.597 - 14 180.354 683 5 0 104.137 -43.4463 -55.8503 - 14 24.6045 1417 4 1 103.596 -39.3255 -84.45 - 14 92.4237 1416 4 1 103.55 -39.3268 -84.5474 - 14 246.931 703 4 0 102.966 -39.3922 -85.85 - 14 132.596 1345 3 1 89.221 -43.2854 -114.45 - 14 9.19962 1344 3 1 89.05 -43.1627 -114.827 - 14 75.696 686 3 0 88.5371 -42.7476 -115.85 - 14 164.842 1278 2 1 75.8017 -28.2911 -144.45 - 14 78.2859 761 2 0 75.3563 -27.7293 -145.85 - 14 47.0461 762 2 0 75.2882 -27.65 -146.068 - 14 181.324 823 2 0 77.5407 -15.3605 -146.25 - 14 448.688 1291 2 1 78.2578 -15.2086 -144.85 - 14 63.0791 1568 0 1 133.75 -21.0806 -204.707 - 14 94.825 1403 5 1 100.902 -42.7 -54.85 - 14 56.6382 680 5 0 104.076 -43.85 -56.0525 - 14 132.609 1411 4 1 102.44 -47.3885 -84.45 - 14 43.9776 662 4 0 102.218 -47.6271 -85.8514 - 14 73.4367 661 4 0 102.198 -47.65 -85.9843 - 14 133.584 1386 3 1 97.5449 -51.6955 -114.45 - 14 134.871 641 3 0 97.377 -51.8367 -115.85 - 14 114.559 640 3 0 97.3585 -51.85 -116.012 - 14 189.442 1368 2 1 93.8836 -54.3049 -144.45 - 14 68.3369 627 2 0 93.6691 -54.619 -145.85 - 14 115.411 626 2 0 93.6497 -54.65 -145.978 - 14 21.8725 1343 1 1 88.6667 -63.805 -174.45 - 14 94.9379 1342 1 1 88.65 -63.8184 -174.525 - 14 141.158 579 1 0 88.3169 -64.0591 -175.85 - 14 134.079 1310 0 1 82.0584 -69.9957 -204.45 - 14 72.0222 545 0 0 82.1546 -70.9387 -205.85 - 14 68.2147 544 0 0 82.1659 -71.0501 -206.017 - 14 407.892 1419 4 1 103.983 -43.7197 -84.4501 - 14 204.726 678 3 0 104.905 -44.2785 -115.85 - 14 106.285 1430 2 1 106.282 -46.6623 -144.45 - 14 237.898 666 2 0 106.342 -46.7992 -145.85 - 14 116.257 1440 1 1 108.192 -49.7431 -174.45 - 14 131.724 650 1 0 108.287 -49.914 -175.85 - 14 104.774 1451 0 1 110.371 -53.419 -204.45 - 14 122.193 632 0 0 110.626 -53.5231 -205.85 - 14 144.632 633 1 0 107.077 -53.3262 -176.25 - 14 44.0168 634 1 0 107.22 -53.25 -175.94 - 14 181.907 1441 1 1 108.371 -51.5489 -174.85 - 14 240.898 1442 1 1 108.55 -51.1042 -174.466 - 14 260.457 641 1 0 107.993 -51.7341 -175.85 - 14 137.909 1419 3 1 103.999 -43.5499 -114.45 - 14 321.85 1419 2 1 103.974 -42.8967 -144.45 - 14 109.907 685 2 0 103.97 -42.8686 -145.85 - 14 113.338 1418 1 1 103.923 -42.2923 -174.45 - 14 214.688 1417 0 1 103.68 -41.3831 -204.45 - 14 99.7153 693 0 0 103.676 -41.3303 -205.85 -Number of digits in this event = 73 -Using G4ParticleGun ... -7.75566 LIN -gamma -Event: 15 -Number of tracker hits in this event = 56 - 15 344.815 902 7 1 0.528176 96.0653 5.55 - 15 377.535 1379 7 0 0.52862 96.0659 4.15 - 15 304.328 902 6 1 0.538413 96.0767 -24.45 - 15 313.31 1379 6 0 0.539677 96.0757 -25.85 - 15 142.923 902 5 1 0.565153 96.055 -54.45 - 15 112.915 1379 5 0 0.567164 96.0533 -55.85 - 15 143.169 902 4 1 0.603929 96.022 -84.45 - 15 172.461 1379 4 0 0.605397 96.0193 -85.85 - 15 170.603 902 3 1 0.635588 95.97 -114.45 - 15 130.136 1379 3 0 0.637383 95.9669 -115.85 - 15 209.97 903 2 1 0.674284 95.9052 -144.45 - 15 203.221 1378 2 0 0.677238 95.9033 -145.85 - 15 120.608 903 1 1 0.740831 95.8707 -174.45 - 15 106.698 1378 1 0 0.743373 95.8693 -175.85 - 15 112.888 903 0 1 0.795957 95.8427 -204.45 - 15 123.276 1378 0 0 0.797476 95.8419 -205.85 - 15 1.718 1696 2 0 -102.355 159.51 -145.85 - 15 111.512 1432 4 0 -3.24542 106.702 -86.25 - 15 7.51411 1433 4 0 -3.33221 106.75 -85.8779 - 15 135.012 882 4 1 -3.49268 106.922 -84.85 - 15 144.094 881 4 1 -3.65 106.958 -84.4934 - 15 85.1286 1439 4 0 -4.00087 107.998 -85.8507 - 15 45.8684 1440 4 0 -4.0586 108.15 -86.1296 - 15 99.8309 901 6 1 0.45 96.1042 -24.4567 - 15 69.194 900 6 1 0.25 96.0803 -24.6249 - 15 168.638 1378 6 0 0.542075 95.859 -25.85 - 15 247.898 1377 6 0 0.630992 95.75 -25.994 - 15 156.132 901 5 1 0.355592 96.3128 -54.45 - 15 117.649 1380 5 0 0.334769 96.3236 -55.85 - 15 130.56 899 4 1 -0.115623 96.4878 -84.45 - 15 127.56 1381 4 0 -0.137233 96.4799 -85.85 - 15 111.269 897 3 1 -0.632405 96.2924 -114.45 - 15 103.786 1380 3 0 -0.660594 96.2817 -115.85 - 15 105.272 893 2 1 -1.2835 96.0464 -144.45 - 15 101.337 1379 2 0 -1.32042 96.0546 -145.85 - 15 102 889 1 1 -2.07473 96.2843 -174.45 - 15 104.787 1380 1 0 -2.12323 96.2963 -175.85 - 15 610.296 884 0 1 -3.07638 96.5494 -204.45 - 15 141.639 1381 0 0 -3.12203 96.5378 -205.85 - 15 71.8214 885 0 1 -3.05 97.2625 -204.672 - 15 111.375 898 4 1 -0.282352 96.3943 -84.45 - 15 107.873 1380 4 0 -0.671031 96.3028 -85.85 - 15 7.02335 813 3 1 -17.2656 91.7121 -114.45 - 15 92.4979 814 3 1 -17.25 91.7051 -114.472 - 15 204.712 815 3 1 -17.05 91.6129 -114.712 - 15 85.7718 1352 3 0 -16.2493 90.7118 -115.85 - 15 95.0072 1351 3 0 -16.1409 90.5497 -116.058 - 15 58.4048 872 3 0 -18.3235 -5.53519 -116.25 - 15 68.8447 871 3 0 -18.3862 -5.65078 -116.17 - 15 96.5646 870 3 0 -18.3876 -5.85 -116.087 - 15 24.1715 869 3 0 -18.439 -6.05 -115.907 - 15 181.955 802 3 1 -19.5422 -7.6888 -114.85 - 15 38.8145 801 3 1 -19.65 -8.00585 -114.593 - 15 92.9145 1404 2 0 -14.8996 101.082 -146.25 - 15 110.187 1405 2 0 -14.9592 101.15 -146.209 - 15 452.566 1406 2 0 -15.1476 101.35 -146.031 +Number of tracker hits in this event = 38 + 3 254.892 699 6 1 -40.1819 -128.444 -24.45 + 3 316.492 258 6 0 -40.1823 -128.445 -25.85 + 3 345.747 699 5 1 -40.1453 -128.48 -54.45 + 3 249.798 258 5 0 -40.1372 -128.475 -55.85 + 3 164.79 700 4 1 -39.9613 -128.394 -84.45 + 3 241.697 258 4 0 -39.9595 -128.39 -85.85 + 3 178.659 700 3 1 -39.984 -128.354 -114.45 + 3 270.726 258 3 0 -39.9867 -128.352 -115.85 + 3 123.658 700 2 1 -40.0251 -128.302 -144.45 + 3 136.433 259 2 0 -40.0362 -128.295 -145.85 + 3 132.714 698 1 1 -40.2869 -128.145 -174.45 + 3 213.387 260 1 0 -40.302 -128.143 -175.85 + 3 344.113 697 0 1 -40.5864 -128.151 -204.45 + 3 235.224 260 0 0 -40.5985 -128.14 -205.85 + 3 215.92 701 3 1 -39.85 -128.258 -114.646 + 3 180.4 699 4 1 -40.1613 -128.443 -84.45 + 3 116.04 699 3 1 -40.1895 -128.44 -114.45 + 3 345.373 698 2 1 -40.2894 -128.379 -144.45 + 3 399.109 258 2 0 -40.299 -128.376 -145.85 + 3 139.853 697 1 1 -40.5062 -128.287 -174.45 + 3 120.868 259 1 0 -40.5138 -128.282 -175.85 + 3 165.651 696 0 1 -40.6567 -128.171 -204.45 + 3 697.671 259 0 0 -40.6656 -128.166 -205.85 + 3 113.054 538 2 1 -72.25 -48.037 -144.618 + 3 24.5206 1097 2 0 -32.3373 39.45 -145.858 + 3 4.89882 740 2 1 -31.9562 39.98 -144.85 + 3 8.53548 1101 2 0 -31.6783 40.3999 -145.85 + 3 130.787 690 1 1 -41.9004 -128.379 -174.45 + 3 100.771 258 1 0 -41.9212 -128.36 -175.85 + 3 104.645 691 0 1 -41.7672 -128.192 -204.45 + 3 55.4948 258 0 0 -41.7753 -128.35 -205.894 + 3 137.011 684 0 1 -43.0671 -128.438 -204.45 + 3 96.4393 685 0 1 -43.0499 -128.443 -204.512 + 3 123.686 257 0 0 -42.6946 -128.664 -205.85 + 3 106.326 700 1 1 -39.9257 -128.137 -174.45 + 3 104.661 261 0 0 -40.5287 -127.81 -205.85 + 3 28.3156 39 4 0 -63.9413 -172.282 -86.25 + 3 65.8076 52 10 0 104.871 -169.551 93.75 Number of digits in this event = 27 Using G4ParticleGun ... -9.98881 LIN +4.68893 LIN gamma -Event: 16 +Event: 4 Number of tracker hits in this event = 0 -Number of digits in this event = 1 -Using G4ParticleGun ... -7.6262 LIN -gamma -Event: 17 -Number of tracker hits in this event = 2 - 17 59.0007 605 10 1 -58.9408 78.0611 95.15 - 17 118.386 604 10 1 -59.05 78.2158 95.4333 -Number of digits in this event = 1 -Using G4ParticleGun ... -8.60436 LIN -gamma -Event: 18 -Number of tracker hits in this event = 214 - 18 274.139 369 10 1 -106.188 -18.8099 95.55 - 18 373.085 806 10 0 -106.189 -18.8085 94.15 - 18 243.776 369 9 1 -106.205 -18.7831 65.55 - 18 264.965 806 9 0 -106.206 -18.7816 64.15 - 18 610.146 369 8 1 -106.229 -18.7532 35.55 - 18 368.366 806 8 0 -106.231 -18.7525 34.15 - 18 111.052 369 7 1 -106.259 -18.7387 5.55 - 18 322.483 806 7 0 -106.261 -18.738 4.15 - 18 182.53 369 6 1 -106.303 -18.7247 -24.45 - 18 271.289 806 6 0 -106.304 -18.7244 -25.85 - 18 145.944 369 5 1 -106.337 -18.7164 -54.45 - 18 200.763 806 5 0 -106.339 -18.7177 -55.85 - 18 403.96 368 4 1 -106.373 -18.7358 -84.45 - 18 420.884 806 4 0 -106.374 -18.7374 -85.85 - 18 102.696 368 3 1 -106.408 -18.7727 -114.45 - 18 102.886 806 3 0 -106.41 -18.7778 -115.85 - 18 109.758 368 2 1 -106.451 -18.8807 -144.45 - 18 106.176 805 2 0 -106.451 -18.8837 -145.85 - 18 149.016 368 1 1 -106.465 -18.9392 -174.45 - 18 226.951 805 1 0 -106.468 -18.9412 -175.85 - 18 555.909 368 0 1 -106.535 -18.9808 -204.45 - 18 126.687 805 0 0 -106.538 -18.9854 -205.85 - 18 6.26972 380 1 0 -53.3325 -103.95 -176.001 - 18 100.04 379 1 0 -52.9911 -104.15 -175.888 - 18 144.706 801 0 0 -102.582 -19.7383 -206.25 - 18 74.3346 380 0 1 -104.015 -19.298 -204.85 - 18 252.835 379 0 1 -104.151 -19.21 -204.708 - 18 484.528 378 0 1 -104.35 -19.0272 -204.453 - 18 80.8688 1018 1 0 -121.88 23.6848 -176.25 - 18 93.7382 280 1 1 -123.95 24.4983 -174.733 - 18 333.721 369 4 1 -106.35 -18.7547 -84.6909 - 18 184.546 805 4 0 -106.267 -18.85 -86.0003 - 18 142.415 377 3 1 -104.628 -21.2979 -114.45 - 18 2.63253 378 3 1 -104.55 -21.4129 -114.835 - 18 295.971 791 3 0 -104.356 -21.7208 -115.851 - 18 100.475 408 2 1 -98.3757 -29.9453 -144.45 - 18 254.626 748 2 0 -98.4456 -30.3098 -145.85 - 18 125.879 400 1 1 -100.099 -37.5143 -174.45 - 18 134.193 711 1 0 -100.238 -37.7256 -175.85 - 18 44.493 393 0 1 -101.468 -42.205 -204.45 - 18 78.222 392 0 1 -101.55 -42.2551 -204.582 - 18 79.3675 391 0 1 -101.75 -42.3334 -204.692 - 18 59.6193 680 0 0 -102.698 -43.8758 -205.85 - 18 137.956 679 0 0 -102.756 -44.05 -205.956 - 18 68.8425 678 0 0 -102.77 -44.2501 -206.142 - 18 127.351 363 3 1 -107.509 -18.5493 -114.45 - 18 266.055 807 3 0 -107.559 -18.5359 -115.85 - 18 116.932 358 2 1 -108.503 -18.4966 -144.45 - 18 206.534 807 2 0 -108.591 -18.4641 -145.85 - 18 95.7624 349 1 1 -110.294 -17.6028 -174.45 - 18 224.71 812 1 0 -110.345 -17.6365 -175.85 - 18 293.225 344 0 1 -111.3 -18.4505 -204.45 - 18 109.589 808 0 0 -111.414 -18.3857 -205.85 - 18 46.7334 1164 2 0 -99.8095 52.903 -146.25 - 18 17.467 1165 2 0 -99.8604 53.0502 -146.227 - 18 31.6302 830 2 0 21.2816 -13.9909 -146.25 - 18 62.8682 829 2 0 21.3525 -14.0501 -146.212 - 18 138.91 828 2 0 21.3434 -14.2505 -146.111 - 18 73.6271 827 2 0 21.1451 -14.4501 -145.88 - 18 57.7485 1002 2 1 20.5257 -13.0268 -144.85 - 18 98.0887 1001 2 1 20.4497 -13.0158 -144.75 - 18 6.59968 985 2 1 17.0584 -15.3463 -144.85 - 18 111.872 984 2 1 17.05 -15.3455 -144.842 - 18 120.192 343 0 1 -111.35 -18.4231 -204.784 - 18 59.483 708 5 1 -38.3347 -53.9131 -54.45 - 18 258.961 809 0 0 -106.034 -18.2406 -205.85 - 18 114.724 805 8 0 -106.294 -18.9082 34.15 - 18 108.767 357 7 1 -108.67 -20.989 5.54971 - 18 103.233 794 7 0 -108.834 -21.1347 4.1499 - 18 108.595 343 6 1 -111.476 -24.5698 -24.45 - 18 22.3283 776 6 0 -111.6 -24.8424 -25.85 - 18 117.652 775 6 0 -111.603 -24.85 -25.889 - 18 128.512 330 5 1 -114.144 -31.2055 -54.45 - 18 129.6 742 5 0 -113.916 -31.5486 -55.85 - 18 0.344784 741 5 0 -113.853 -31.65 -56.2485 - 18 130.747 353 4 1 -109.497 -39.0781 -84.4501 - 18 47.4362 703 4 0 -109.275 -39.4207 -85.85 - 18 111.703 702 4 0 -109.257 -39.45 -85.9693 - 18 13.2633 375 3 1 -104.965 -46.0007 -114.45 - 18 116.688 376 3 1 -104.95 -46.0103 -114.486 - 18 59.405 668 3 0 -104.392 -46.4127 -115.85 - 18 177.821 667 3 0 -104.339 -46.45 -115.976 - 18 91.5221 434 2 1 -93.2877 -55.2649 -144.45 - 18 54.7301 435 2 1 -93.15 -55.3388 -144.717 - 18 35.2393 622 2 0 -92.5612 -55.6229 -145.85 - 18 316.086 621 2 0 -92.5047 -55.65 -145.96 - 18 100.462 510 1 1 -77.9856 -62.591 -174.45 - 18 42.5052 511 1 1 -77.85 -62.6405 -174.735 - 18 10.9215 586 1 0 -77.3164 -62.8433 -175.85 - 18 209.653 585 1 0 -77.2986 -62.8501 -175.887 - 18 49.3775 600 0 1 -59.9563 -66.7098 -204.45 - 18 66.5031 601 0 1 -59.8499 -66.6925 -204.63 - 18 131.732 567 0 0 -59.096 -66.5822 -205.85 - 18 461.63 594 0 0 -63.7825 -61.0583 -206.25 - 18 7.88236 561 0 1 -67.8242 -61.6999 -204.85 - 18 58.0396 560 0 1 -67.8503 -61.705 -204.842 - 18 71.1629 559 0 1 -68.0505 -61.7549 -204.799 - 18 40.8827 558 0 1 -68.25 -61.8136 -204.797 - 18 127.008 557 0 1 -68.45 -61.8675 -204.752 - 18 89.8955 556 0 1 -68.6503 -61.8653 -204.687 - 18 81.3942 555 0 1 -68.85 -61.7846 -204.538 - 18 97.7758 554 0 1 -69.05 -61.6375 -204.593 - 18 121.813 553 0 1 -69.25 -61.7659 -204.615 - 18 101.293 552 0 1 -69.45 -62.0977 -204.65 - 18 53.7344 551 0 1 -69.65 -62.4259 -204.71 - 18 54.6851 550 0 1 -69.8503 -62.3543 -204.651 - 18 102.804 549 0 1 -70.05 -62.3124 -204.605 - 18 58.116 217 0 1 -136.55 -160.531 -204.794 - 18 29.2344 535 0 0 -47.1012 -72.9912 -206.25 - 18 252.216 534 0 0 -47.1343 -73.05 -206.189 - 18 175.313 660 0 1 -48.0275 -73.1766 -204.85 - 18 5.25471 659 0 1 -48.05 -73.1598 -204.765 - 18 211.775 661 0 1 -47.85 -72.9263 -204.502 - 18 199.153 662 0 1 -47.65 -72.5153 -204.549 - 18 24.1645 533 0 0 -47.2108 -73.25 -206.19 - 18 4.74488 573 0 0 -70.3447 -65.4111 -206.25 - 18 55.6854 715 4 0 -116.977 -36.9935 -85.85 - 18 3.91052 132 2 0 -150.191 -153.55 -145.902 - 18 624.834 368 7 1 -106.432 -19.3308 5.55 - 18 177.133 803 7 0 -106.429 -19.356 4.15 - 18 64.4451 368 6 1 -106.541 -19.9062 -24.4507 - 18 224.81 367 6 1 -106.55 -19.9191 -24.6869 - 18 126.743 800 6 0 -106.601 -20.0061 -25.8507 - 18 133.799 362 5 1 -107.648 -20.6478 -54.45 - 18 152.277 797 5 0 -107.58 -20.6424 -55.85 - 18 127.625 801 4 0 -106.425 -19.6539 -85.85 - 18 14.4003 328 3 1 -114.524 -20.1027 -114.45 - 18 87.2382 327 3 1 -114.55 -20.1202 -114.47 - 18 113.326 326 3 1 -114.75 -20.2554 -114.629 - 18 28.9827 325 3 1 -114.95 -20.3882 -114.786 - 18 22.6012 793 3 0 -116.34 -21.4103 -115.85 - 18 148.076 792 3 0 -116.402 -21.4503 -115.898 - 18 51.3044 146 2 1 -150.825 -40.0887 -144.45 - 18 108.346 145 2 1 -150.95 -40.1717 -144.584 - 18 25.8154 144 2 1 -151.15 -40.3063 -144.808 - 18 37.5952 695 2 0 -152.029 -40.9761 -145.85 - 18 110.473 694 2 0 -152.129 -41.05 -145.969 - 18 46.3328 27 1 1 -174.607 -55.2264 -174.45 - 18 72.8766 26 1 1 -174.75 -55.2848 -174.541 - 18 102.207 25 1 1 -174.95 -55.3702 -174.668 - 18 39.7646 24 1 1 -175.15 -55.4557 -174.783 - 18 66.6612 619 1 0 -176.714 -56.1713 -175.85 - 18 135.092 618 1 0 -176.891 -56.25 -175.979 - 18 8.09902 313 1 1 -117.351 -18.2653 -174.45 - 18 96.632 317 1 1 -116.591 -18.096 -174.85 - 18 255.598 335 0 1 -113.015 -25.6504 -204.45 - 18 241.694 771 0 0 -113.113 -25.7119 -205.85 - 18 57.0214 896 2 0 -167.912 -0.85 -146.129 - 18 23.251 366 7 1 -106.813 -18.566 5.15 - 18 21.3358 813 7 0 -107.477 -17.3968 4.14998 - 18 45.5059 378 7 1 -104.416 -17.826 5.15 - 18 117.765 808 8 0 -104.607 -18.3061 34.1496 - 18 212.547 809 8 0 -104.438 -18.25 34.0152 - 18 20.162 384 8 1 -103.284 -18.0916 35.15 - 18 344.24 367 0 1 -106.554 -16.8886 -204.45 - 18 305.631 815 0 0 -106.535 -16.9611 -205.85 - 18 202.786 365 5 1 -107.034 -18.7501 -54.45 - 18 279.927 363 4 1 -107.365 -18.7036 -84.45 - 18 99.6823 362 3 1 -107.735 -18.5767 -114.45 - 18 285.093 360 2 1 -108.141 -18.4274 -144.45 - 18 157.581 808 2 0 -108.157 -18.4193 -145.85 - 18 116.538 358 1 1 -108.472 -18.2527 -174.45 - 18 113.425 809 1 0 -108.49 -18.2401 -175.85 - 18 102.07 356 0 1 -108.849 -17.9769 -204.45 - 18 102.015 810 0 0 -108.864 -17.9588 -205.85 - 18 25.9589 850 0 0 85.0708 -9.85 -206.244 - 18 119.922 886 0 0 72.3162 -2.67357 -206.25 - 18 246.611 810 4 0 -107.869 -17.8843 -85.85 - 18 233.595 811 4 0 -107.897 -17.85 -85.9001 - 18 68.2239 359 2 1 -108.15 -18.5214 -144.646 - 18 22.1533 334 1 1 -113.188 -21.6689 -174.451 - 18 162.547 335 1 1 -113.15 -21.6371 -174.525 - 18 75.779 795 1 0 -112.629 -20.9598 -175.85 - 18 63.287 796 1 0 -112.56 -20.85 -176.075 - 18 51.4116 373 0 1 -105.409 -10.4537 -204.45 - 18 62.3081 372 0 1 -105.55 -10.4004 -204.472 - 18 46.2688 371 0 1 -105.75 -10.3449 -204.479 - 18 62.6171 370 0 1 -105.95 -10.2925 -204.481 - 18 131.172 369 0 1 -106.15 -10.2207 -204.501 - 18 17.608 361 2 1 -107.95 -18.2739 -144.802 - 18 79.0059 814 2 0 -107.297 -17.2104 -145.85 - 18 68.8334 815 2 0 -107.198 -17.05 -146.034 - 18 20.4714 420 1 1 -95.9999 3.513 -174.45 - 18 77.3689 421 1 1 -95.9499 3.52893 -174.46 - 18 64.2731 422 1 1 -95.75 3.60307 -174.501 - 18 73.2522 423 1 1 -95.55 3.65855 -174.524 - 18 67.1855 424 1 1 -95.35 3.70617 -174.559 - 18 89.5995 425 1 1 -95.15 3.79418 -174.616 - 18 135.136 426 1 1 -94.9497 3.92211 -174.666 - 18 74.1443 427 1 1 -94.75 4.04502 -174.717 - 18 44.3997 428 1 1 -94.55 4.13956 -174.747 - 18 61.5751 429 1 1 -94.35 4.22917 -174.794 - 18 9.56446 430 1 1 -94.15 4.29445 -174.844 - 18 71.503 928 1 0 -89.3864 5.75363 -175.85 - 18 121.145 929 1 0 -89.1506 5.85 -175.898 - 18 179.343 930 1 0 -88.77 6.05 -175.98 - 18 100.538 931 1 0 -88.4195 6.25 -176.07 - 18 254.5 932 1 0 -88.1044 6.45 -176.195 - 18 47.3598 852 1 0 85.6113 -9.55319 -176.25 - 18 146.87 851 1 0 85.7034 -9.65026 -176.213 - 18 173.582 850 1 0 85.9263 -9.85 -176.086 - 18 102.247 849 1 0 86.4196 -10.05 -175.991 - 18 24.1856 1341 1 1 88.3636 -10.9888 -174.85 - 18 55.3651 1342 1 1 88.45 -11.0218 -174.801 - 18 66.8373 1343 1 1 88.6508 -11.1171 -174.722 - 18 144.093 1344 1 1 88.85 -11.2403 -174.657 - 18 53.4471 1345 1 1 89.0502 -11.5276 -174.538 - 18 109.059 366 6 1 -106.75 -18.978 -24.5051 - 18 368.269 365 6 1 -106.951 -19.2343 -24.6279 - 18 32.1255 790 6 0 -106.803 -21.9843 -25.85 - 18 349.384 789 6 0 -106.771 -22.05 -25.921 - 18 111.872 367 7 1 -106.55 -18.5169 5.34639 - 18 180.002 802 7 0 -107.418 -19.4572 4.15 - 18 63.9293 801 7 0 -107.32 -19.65 4.09623 -Number of digits in this event = 85 -Using G4ParticleGun ... -4.301 LIN -gamma -Event: 19 -Number of tracker hits in this event = 90 - 19 301.137 201 8 1 -139.93 -33.8786 35.55 - 19 229.016 730 8 0 -139.93 -33.8785 34.15 - 19 321.154 201 7 1 -139.935 -33.8769 5.55 - 19 318.084 730 7 0 -139.934 -33.8776 4.15 - 19 134.556 201 6 1 -139.918 -33.8949 -24.45 - 19 117.607 730 6 0 -139.916 -33.8955 -25.85 - 19 264.959 201 5 1 -139.867 -33.8874 -54.45 - 19 284.895 730 5 0 -139.872 -33.8928 -55.85 - 19 145.394 200 4 1 -139.98 -34.0119 -84.45 - 19 250.228 730 4 0 -139.985 -34.0194 -85.85 - 19 129.583 200 3 1 -140.102 -34.1657 -114.45 - 19 97.0534 729 3 0 -140.105 -34.1726 -115.85 - 19 257.679 199 2 1 -140.154 -34.3077 -144.45 - 19 680.213 728 2 0 -140.156 -34.3143 -145.85 - 19 148.984 199 1 1 -140.21 -34.4599 -174.45 - 19 230.184 727 1 0 -140.213 -34.4643 -175.85 - 19 161.599 199 0 1 -140.273 -34.5521 -204.45 - 19 136.156 727 0 0 -140.277 -34.5551 -205.85 - 19 179.62 727 2 0 -139.966 -34.45 -146.219 - 19 137.142 200 2 1 -140.15 -34.5046 -144.682 - 19 32.2278 198 2 1 -140.401 -34.3823 -144.45 - 19 293.071 197 2 1 -140.55 -34.2946 -144.477 - 19 206.814 196 2 1 -140.75 -33.8681 -144.659 - 19 1.98132 773 2 0 -143.412 -25.2577 -145.85 - 19 66.4299 774 2 0 -143.415 -25.25 -145.851 - 19 53.6599 775 2 0 -143.475 -25.05 -145.898 - 19 134.576 776 2 0 -143.532 -24.85 -145.97 - 19 90.1276 777 2 0 -143.612 -24.6499 -146.075 - 19 9.20917 518 3 0 -134.699 -76.4196 -116.25 - 19 90.1997 517 3 0 -134.694 -76.45 -116.231 - 19 61.681 516 3 0 -134.693 -76.6501 -116.1 - 19 48.7636 515 3 0 -134.67 -76.8502 -115.999 - 19 10.367 514 3 0 -134.654 -77.05 -115.884 - 19 87.8336 226 3 1 -134.912 -78.393 -114.85 - 19 97.7589 227 3 1 -134.75 -78.685 -114.756 - 19 201.38 228 3 1 -134.55 -78.9456 -114.614 - 19 303.694 229 3 1 -134.35 -79.3871 -114.59 - 19 127.375 230 3 1 -134.15 -79.7565 -114.624 - 19 70.8378 231 3 1 -133.95 -80.1461 -114.583 - 19 63.4042 232 3 1 -133.75 -80.3014 -114.547 - 19 66.3365 233 3 1 -133.547 -80.4268 -114.505 - 19 98.1581 234 3 1 -133.35 -80.5626 -114.56 - 19 79.1432 235 3 1 -133.15 -80.8309 -114.598 - 19 93.3276 236 3 1 -132.95 -80.9273 -114.632 - 19 64.3211 237 3 1 -132.75 -80.9333 -114.671 - 19 51.9333 238 3 1 -132.55 -80.9467 -114.561 - 19 84.834 734 5 0 -139.806 -33.1509 -55.85 - 19 43.3043 735 5 0 -139.782 -33.05 -56.0831 - 19 21.5157 221 4 1 -135.83 -22.285 -84.4501 - 19 59.3041 222 4 1 -135.75 -22.2757 -84.4955 - 19 48.1625 223 4 1 -135.55 -22.2614 -84.6051 - 19 66.101 224 4 1 -135.35 -22.271 -84.7186 - 19 0.00705347 225 4 1 -135.15 -22.2934 -84.8497 - 19 69.1482 787 4 0 -133.635 -22.5966 -85.85 - 19 225.823 786 4 0 -133.417 -22.65 -85.9847 - 19 105.444 662 4 0 -94.055 -47.5354 -86.25 - 19 42.464 661 4 0 -94.1279 -47.65 -85.9699 - 19 119.216 427 4 1 -94.5626 -48.1403 -84.8491 - 19 123.5 202 6 1 -139.65 -34.1373 -24.45 - 19 153.196 729 6 0 -139.638 -34.1319 -25.85 - 19 119.456 203 5 1 -139.398 -34.0233 -54.45 - 19 215.445 204 4 1 -139.166 -33.9401 -84.45 - 19 108.639 206 3 1 -138.9 -34.3909 -114.45 - 19 137.373 728 3 0 -138.879 -34.4038 -115.85 - 19 119.057 208 2 1 -138.407 -34.6139 -144.45 - 19 113.228 209 1 1 -138.167 -34.5729 -174.45 - 19 121.792 213 0 1 -137.534 -34.8312 -204.45 - 19 125.265 725 0 0 -137.527 -34.866 -205.85 - 19 15.1777 728 4 0 -139.274 -34.4301 -85.85 - 19 135.416 727 4 0 -139.264 -34.45 -85.9028 - 19 100.064 726 4 0 -139.299 -34.65 -86.14 - 19 81.6175 725 4 0 -139.431 -34.85 -86.0064 - 19 274.355 724 4 0 -139.531 -35.05 -85.9796 - 19 170.355 204 5 1 -139.265 -33.9105 -54.4502 - 19 13.372 724 5 0 -141.581 -35.2263 -55.85 - 19 154.641 723 5 0 -141.625 -35.25 -55.8655 - 19 64.0642 722 5 0 -142.047 -35.4501 -55.9251 - 19 50.8728 174 5 1 -145.18 -37.4348 -54.85 - 19 107.975 173 5 1 -145.35 -37.5376 -54.802 - 19 100.825 172 5 1 -145.55 -37.6118 -54.7617 - 19 65.8135 171 5 1 -145.75 -37.7139 -54.7565 - 19 14.32 701 5 0 -147.803 -39.8009 -55.85 - 19 98.1404 700 5 0 -147.841 -39.85 -55.8701 - 19 74.0537 699 5 0 -147.936 -40.05 -55.9382 - 19 63.0762 698 5 0 -148.03 -40.2501 -56.0184 - 19 82.724 697 5 0 -148.154 -40.45 -56.0238 - 19 87.6628 696 5 0 -148.332 -40.65 -56.0121 - 19 24.5311 151 5 1 -149.874 -40.935 -54.8497 - 19 150.933 150 5 1 -149.95 -40.9607 -54.789 - 19 343.873 149 5 1 -150.15 -41.154 -54.5106 -Number of digits in this event = 40 -Using G4ParticleGun ... -1.98474 LIN -gamma -Event: 20 -Number of tracker hits in this event = 11 - 20 225.212 264 1 1 -127.161 9.68194 -174.45 - 20 270.124 948 1 0 -127.16 9.68929 -175.85 - 20 109.829 265 0 1 -127.138 9.8267 -204.45 - 20 247.241 948 0 0 -127.14 9.8271 -205.85 - 20 24.0052 528 9 0 -69.0502 -74.4071 63.75 - 20 227.814 527 9 0 -69.0091 -74.45 63.9116 - 20 207.756 949 0 0 -126.932 9.85 -206.018 - 20 158.722 264 0 1 -127.15 9.82667 -204.568 - 20 88.5335 263 0 1 -127.35 9.75435 -204.611 - 20 170.752 266 0 1 -126.914 9.62335 -204.45 - 20 133.503 947 0 0 -126.903 9.62356 -205.85 -Number of digits in this event = 10 -Using G4ParticleGun ... -7.91823 LIN -gamma -Event: 21 -Number of tracker hits in this event = 6 - 21 149.793 1587 1 1 137.678 -119.368 -174.45 - 21 167.665 1586 1 1 137.55 -119.234 -174.599 - 21 49.085 1073 6 0 -8.05661 34.7209 -26.25 - 21 48.775 1072 6 0 -8.04594 34.65 -26.0222 - 21 71.091 859 6 1 -8.12421 34.2825 -24.85 - 21 195.761 858 6 1 -8.25 34.2848 -24.7832 -Number of digits in this event = 5 -Using G4ParticleGun ... -6.71834 LIN -gamma -Event: 22 -Number of tracker hits in this event = 32 - 22 230.276 1416 1 1 103.483 64.5537 -174.45 - 22 285.257 1222 1 0 103.488 64.5606 -175.85 - 22 232.55 1417 0 1 103.621 64.646 -204.45 - 22 377.266 1223 0 0 103.621 64.6502 -205.85 - 22 251.151 1335 2 0 -125.763 87.1283 -146.25 - 22 72.6204 270 2 1 -126.028 87.1564 -144.85 - 22 70.4753 1348 2 0 -126.831 89.8301 -145.85 - 22 66.9845 1349 2 0 -126.833 89.85 -145.861 - 22 293.113 1222 0 0 103.622 64.65 -206.044 - 22 381.421 1416 0 1 103.493 64.5287 -204.45 - 22 147.18 1230 2 1 66.1668 45.4674 -144.85 - 22 59.483 1743 1 1 168.95 25.6013 -174.742 - 22 22.8687 1447 0 0 96.7405 109.649 -206.25 - 22 74.5227 1448 0 0 96.7291 109.75 -206.213 - 22 49.4905 1449 0 0 96.7006 109.951 -206.148 - 22 50.9644 1450 0 0 96.6644 110.15 -206.085 - 22 46.7192 1451 0 0 96.6241 110.35 -206.022 - 22 203.882 1452 0 0 96.577 110.55 -205.961 - 22 78.6291 1453 0 0 96.5425 110.751 -205.891 - 22 280.047 1380 0 1 96.2943 113.491 -204.85 - 22 116.526 1472 1 0 78.7326 114.724 -176.25 - 22 287.753 1290 1 1 78.2349 114.654 -174.85 - 22 151.886 1289 1 1 78.0219 114.664 -174.45 - 22 45.1539 1288 1 1 77.85 114.618 -174.473 - 22 45.4212 1287 1 1 77.65 114.604 -174.489 - 22 37.7422 1286 1 1 77.4496 114.597 -174.479 - 22 59.5468 1503 0 0 85.156 120.75 -205.908 - 22 146.471 1502 0 0 84.9108 120.75 -205.884 - 22 162.549 1501 0 0 84.9052 120.55 -205.931 - 22 47.269 1571 0 0 99.224 134.487 -206.25 - 22 133.227 1572 0 0 99.2 134.55 -206.195 - 22 142.895 1573 0 0 99.1659 134.75 -206.137 -Number of digits in this event = 18 -Using G4ParticleGun ... -7.14393 LIN -gamma -Event: 23 -Number of tracker hits in this event = 2 - 23 245.88 921 0 1 4.38047 148.421 -204.45 - 23 215.936 1641 0 0 4.38269 148.42 -205.85 -Number of digits in this event = 4 -Using G4ParticleGun ... -3.55794 LIN -gamma -Event: 24 -Number of tracker hits in this event = 1 - 24 73.6525 1711 3 0 40.736 162.35 -115.945 Number of digits in this event = 2 Using G4ParticleGun ... -5.29139 LIN +6.03651 LIN gamma -Event: 25 -Number of tracker hits in this event = 128 - 25 260.031 747 10 1 -30.5251 -53.4351 95.55 - 25 238.755 633 10 0 -30.5281 -53.4326 94.15 - 25 228.776 747 9 1 -30.5967 -53.3785 65.55 - 25 263.592 633 9 0 -30.6001 -53.3769 64.15 - 25 141.487 746 8 1 -30.669 -53.3338 35.55 - 25 128.818 633 8 0 -30.6731 -53.3311 34.15 - 25 95.8589 746 7 1 -30.7556 -53.2718 5.55 - 25 112.795 633 7 0 -30.7618 -53.2665 4.15 - 25 144.304 745 6 1 -30.8941 -53.1592 -24.45 - 25 84.3088 634 6 0 -30.9015 -53.1582 -25.85 - 25 122.339 744 5 1 -31.0596 -53.1347 -54.45 - 25 252.821 634 5 0 -31.0675 -53.1358 -55.85 - 25 111.245 744 4 1 -31.2217 -53.1553 -84.45 - 25 116.805 634 4 0 -31.2293 -53.1588 -85.85 - 25 148.163 743 3 1 -31.3734 -53.2373 -114.45 - 25 311.431 634 3 0 -31.3826 -53.2456 -115.85 - 25 323.045 742 2 1 -31.5836 -53.4279 -144.45 - 25 131.741 633 2 0 -31.596 -53.4396 -145.85 - 25 280.484 741 1 1 -31.8384 -53.6851 -174.45 - 25 112.666 631 1 0 -31.8465 -53.7015 -175.85 - 25 459.149 740 0 1 -32.0272 -54.0554 -204.45 - 25 113.912 629 0 0 -32.0454 -54.0722 -205.85 - 25 348.894 630 0 0 -31.9687 -53.8566 -205.85 - 25 91.3967 632 2 0 26.5441 -53.4663 -146.25 - 25 177.599 1014 0 1 22.85 -59.3012 -204.675 - 25 133.202 698 0 1 -40.422 -132.25 -204.45 - 25 154.94 743 2 1 -31.3939 -52.8008 -144.45 - 25 93.9868 637 2 0 -32.1072 -52.46 -145.85 - 25 27.5087 638 2 0 -32.2345 -52.45 -146.075 - 25 138.657 618 3 1 -56.3363 -56.972 -114.45 - 25 122.984 636 2 0 -31.5236 -52.7695 -145.851 - 25 106.55 636 1 0 -31.817 -52.8246 -175.85 - 25 175.772 746 5 1 -30.8487 -53.1766 -54.45 - 25 118.911 747 4 1 -30.4946 -53.6467 -84.45 - 25 119.564 632 4 0 -30.5097 -53.6366 -85.85 - 25 542.071 746 3 1 -30.7225 -53.4215 -114.45 - 25 124.516 632 3 0 -30.6874 -53.4506 -115.85 - 25 98.3509 750 2 1 -29.9225 -54.1647 -144.45 - 25 110.487 629 2 0 -29.8248 -54.1959 -145.85 - 25 134.975 760 1 1 -27.8842 -55.0243 -174.45 - 25 152.295 625 1 0 -27.8039 -55.0173 -175.85 - 25 111.244 769 0 1 -26.19 -54.6342 -204.45 - 25 146.133 627 0 0 -26.0881 -54.6343 -205.85 - 25 132.127 702 4 0 -0.736696 -39.5471 -86.25 - 25 115.722 745 5 1 -30.8506 -53.1821 -54.45 - 25 104.063 632 5 0 -31.1951 -53.5078 -55.85 - 25 98.9342 717 4 1 -36.5862 -60.9404 -84.45 - 25 10.3172 718 4 1 -36.4498 -61.0208 -84.8001 - 25 109.839 593 4 0 -36.0301 -61.2956 -85.8504 - 25 150.703 776 3 1 -24.7586 -68.8534 -114.45 - 25 61.3732 553 3 0 -24.4718 -69.3711 -115.85 - 25 46.7197 552 3 0 -24.4252 -69.45 -116.091 - 25 59.0281 799 2 1 -20.1062 -78.5215 -144.45 - 25 95.721 798 2 1 -20.25 -78.4983 -144.609 - 25 9.7029 797 2 1 -20.45 -78.4646 -144.829 - 25 164.224 508 2 0 -21.2966 -78.3247 -145.85 - 25 13.7954 683 1 1 -43.4089 -74.1082 -174.45 - 25 109.026 682 1 1 -43.45 -74.101 -174.492 - 25 69.4797 681 1 1 -43.65 -74.0578 -174.699 - 25 161.239 531 1 0 -44.7612 -73.7981 -175.85 - 25 60.8554 669 1 0 -103.394 -46.1596 -176.25 - 25 115.28 670 1 0 -103.541 -46.0499 -176.108 - 25 66.4615 671 1 0 -103.944 -45.85 -175.956 - 25 48.6576 369 1 1 -106.227 -46.0534 -174.85 - 25 78.0719 368 1 1 -106.35 -46.0903 -174.719 - 25 113.561 506 2 0 -20.834 -78.65 -145.895 - 25 120.382 777 3 1 -24.6499 -68.7249 -114.491 - 25 138.437 560 3 0 -24.3074 -67.9815 -115.85 - 25 107.541 732 8 1 -33.5051 -52.6028 35.5498 - 25 47.3881 637 8 0 -33.7086 -52.4651 34.15 - 25 114.302 638 8 0 -33.7282 -52.45 34.0054 - 25 186.987 713 7 1 -37.3756 -50.1354 5.55 - 25 111.031 650 7 0 -37.6004 -49.906 4.14965 - 25 11.8836 651 7 0 -37.6603 -49.85 3.79953 - 25 28.7482 687 6 1 -42.6267 -45.3497 -24.4503 - 25 122.258 686 6 1 -42.65 -45.3426 -24.5332 - 25 266.824 674 6 0 -43.0035 -45.2437 -25.8506 - 25 19.3255 633 5 1 -53.4218 -43.0283 -54.45 - 25 177.674 632 5 1 -53.45 -43.0197 -54.5154 - 25 264.367 685 5 0 -53.9349 -42.8829 -55.8502 - 25 12.2408 686 5 0 -54.0533 -42.85 -56.2094 - 25 37.9438 586 4 1 -62.6906 -40.8706 -84.4504 - 25 104.643 587 4 1 -62.65 -40.8871 -84.4865 - 25 77.3068 588 4 1 -62.45 -40.9748 -84.6529 - 25 5.99132 589 4 1 -62.25 -41.0644 -84.8283 - 25 210.402 691 4 0 -60.9878 -41.6573 -85.85 - 25 18.7056 690 4 0 -60.5695 -41.85 -86.2015 - 25 32.4347 771 3 1 -25.7333 -54.7388 -114.45 - 25 67.1956 772 3 1 -25.65 -54.7868 -114.53 - 25 88.6238 773 3 1 -25.45 -54.9017 -114.715 - 25 117.138 622 3 0 -24.3208 -55.5081 -115.85 - 25 57.7607 621 3 0 -24.0234 -55.65 -116.126 - 25 46.6285 936 2 1 7.42228 -70.6045 -144.45 - 25 175.907 937 2 1 7.45 -70.6727 -144.569 - 25 134.272 542 2 0 7.85652 -71.4698 -145.85 - 25 12.9061 541 2 0 7.96304 -71.6501 -146.195 - 25 79.0058 972 1 1 14.5262 -83.9637 -174.45 - 25 122.917 973 1 1 14.65 -84.1075 -174.584 - 25 92.2694 974 1 1 14.85 -84.3644 -174.781 - 25 54.2216 470 1 0 16.2988 -85.9523 -175.85 - 25 86.7455 469 1 0 16.4092 -86.05 -175.919 - 25 135.392 468 1 0 16.6523 -86.25 -176.101 - 25 6.73794 1120 0 1 44.0697 -112.663 -204.45 - 25 80.6892 1119 0 1 44.0498 -112.664 -204.47 - 25 61.7785 1118 0 1 43.8499 -112.648 -204.628 - 25 30.0632 1117 0 1 43.6498 -112.61 -204.799 - 25 177.797 338 0 0 42.1113 -112.478 -205.85 - 25 13.3955 337 0 0 41.657 -112.55 -206.211 - 25 105.905 938 2 1 7.65 -70.8499 -144.468 - 25 157.503 939 2 1 7.85 -71.0623 -144.51 - 25 102.888 940 2 1 8.0501 -71.4343 -144.809 - 25 40.2225 536 2 0 8.96371 -72.7576 -145.85 - 25 120.885 535 2 0 9.05037 -72.85 -145.955 - 25 0.530889 304 2 0 16.0824 -119.348 -146.25 - 25 57.2073 303 2 0 16.0818 -119.35 -146.248 - 25 65.9233 302 2 0 15.9519 -119.55 -146.163 - 25 81.6955 301 2 0 15.8028 -119.75 -146.092 - 25 85.6186 300 2 0 15.736 -119.95 -146.14 - 25 236.158 299 2 0 15.8033 -120.15 -146.17 - 25 279.911 298 2 0 15.9764 -120.35 -146.151 - 25 276.809 297 2 0 16.2367 -120.55 -146.026 - 25 67.902 631 5 1 -53.65 -43.019 -54.662 - 25 127.772 309 0 1 -118.285 -35.7626 -204.45 - 25 37.0859 308 0 1 -118.35 -35.725 -204.738 - 25 109.565 722 0 0 -118.596 -35.5936 -205.85 - 25 207.225 673 6 0 -43.0217 -45.25 -25.927 - 25 260.412 402 14 1 -99.7069 -99.1095 215.15 - 25 131.335 504 0 1 -79.0577 -49.2468 -204.45 -Number of digits in this event = 55 +Event: 5 +Number of tracker hits in this event = 0 +Number of digits in this event = 2 Using G4ParticleGun ... -7.75598 LIN +7.13974 LIN gamma -Event: 26 -Number of tracker hits in this event = 10 - 26 96.0971 954 4 0 -146.554 10.9848 -86.25 - 26 107.802 955 4 0 -146.429 11.0501 -86.006 - 26 15.0489 956 4 0 -146.553 11.25 -85.8794 - 26 155.853 168 4 1 -146.386 12.5713 -84.85 - 26 183.906 667 0 1 -46.65 -9.10915 -204.605 - 26 7.38356 1095 1 0 -15.6665 39.05 -176.077 - 26 47.7764 1096 1 0 -15.5376 39.25 -175.954 - 26 118.345 824 1 1 -15.0831 39.636 -174.85 - 26 100.948 823 1 1 -15.25 39.786 -174.621 - 26 50.1514 822 1 1 -15.4502 39.9887 -174.522 +Event: 6 +Number of tracker hits in this event = 0 +Number of digits in this event = 1 +Using G4ParticleGun ... +9.68553 LIN +gamma +Event: 7 +Number of tracker hits in this event = 56 + 7 280.576 972 10 1 14.6001 -51.9845 95.55 + 7 244.943 640 10 0 14.5997 -51.9844 94.15 + 7 298.799 972 9 1 14.5905 -51.9828 65.55 + 7 431.345 640 9 0 14.5906 -51.9837 64.15 + 7 294.868 972 8 1 14.5928 -52.0032 35.55 + 7 212.476 640 8 0 14.5932 -52.0053 34.15 + 7 100.239 972 7 1 14.6041 -52.051 5.55 + 7 156.452 639 7 0 14.6037 -52.0535 4.15 + 7 115.702 972 6 1 14.596 -52.1082 -24.45 + 7 136.597 639 6 0 14.5958 -52.112 -25.85 + 7 228.432 972 5 1 14.5916 -52.1875 -54.45 + 7 96.8966 639 5 0 14.5922 -52.1901 -55.85 + 7 257.14 972 4 1 14.6032 -52.2445 -84.45 + 7 114.559 638 4 0 14.5961 -52.2583 -85.85 + 7 106.7 972 3 1 14.4685 -52.5063 -114.45 + 7 172.533 637 3 0 14.4209 -52.5456 -115.85 + 7 21.0312 967 2 1 13.4516 -53.3553 -144.45 + 7 361.752 966 2 1 13.45 -53.3563 -144.533 + 7 154.687 633 2 0 13.4249 -53.3708 -145.85 + 7 118.599 964 1 1 12.8895 -53.7307 -174.45 + 7 208.802 631 1 0 12.8732 -53.7628 -175.85 + 7 194.097 962 0 1 12.5627 -54.2862 -204.45 + 7 143.637 628 0 0 12.5283 -54.299 -205.85 + 7 122.388 230 7 0 -52.5079 -134.136 3.75 + 7 434.435 229 7 0 -52.5281 -134.15 3.76537 + 7 69.3159 228 7 0 -52.7556 -134.35 3.98237 + 7 37.223 812 11 1 -17.4567 139.443 125.55 + 7 5.52159 813 11 1 -17.45 139.443 125.546 + 7 59.0655 972 1 1 14.4965 -52.1334 -174.45 + 7 160.91 640 1 0 14.3778 -51.9925 -175.85 + 7 7.45471 963 0 1 12.8425 -52.3973 -204.45 + 7 133.827 964 0 1 12.8501 -52.4017 -204.461 + 7 69.3029 965 0 1 13.05 -52.551 -204.709 + 7 205.263 635 0 0 14.6535 -52.9724 -205.85 + 7 50.9148 634 0 0 14.8782 -53.0503 -206.129 + 7 27.0154 1276 0 1 75.45 -60.6084 -204.556 + 7 119.932 973 7 1 14.7017 -51.9421 5.55 + 7 134.961 640 7 0 14.7007 -51.9406 4.15 + 7 102.859 973 6 1 14.703 -51.9172 -24.45 + 7 101.896 640 6 0 14.7024 -51.8999 -25.85 + 7 118.228 642 5 0 14.607 -51.5236 -55.85 + 7 136.39 645 4 0 14.6215 -50.964 -85.85 + 7 138.19 977 3 1 15.5395 -51.0938 -114.45 + 7 154.015 644 3 0 15.5614 -51.1364 -115.85 + 7 85.2151 981 2 1 16.3799 -52.3676 -144.45 + 7 20.307 982 2 1 16.4501 -52.4292 -144.772 + 7 132.972 636 2 0 16.7415 -52.6671 -145.85 + 7 111.452 1028 1 1 25.6769 -58.953 -174.45 + 7 135.305 604 1 0 26.0762 -59.066 -175.85 + 7 129.059 1072 0 1 34.5487 -61.198 -204.45 + 7 8.48603 1073 0 1 34.65 -61.2383 -204.813 + 7 118.851 593 0 0 34.9363 -61.3479 -205.85 + 7 246.303 975 0 1 15.1833 -51.9795 -204.45 + 7 260.129 640 0 0 15.1855 -51.9707 -205.85 + 7 28.0121 673 0 0 60.8871 -45.274 -206.25 + 7 72.8779 674 0 0 60.857 -45.25 -206.203 +Number of digits in this event = 31 +Using G4ParticleGun ... +6.9321 LIN +gamma +Event: 8 +Number of tracker hits in this event = 5 + 8 275.992 909 1 1 1.987 146.232 -174.45 + 8 213.395 1630 1 0 1.98662 146.232 -175.85 + 8 311.428 909 0 1 1.98384 146.219 -204.45 + 8 293.934 1630 0 0 1.97975 146.223 -205.85 + 8 24.7681 1665 0 0 30.0063 153.35 -206.069 +Number of digits in this event = 7 +Using G4ParticleGun ... +8.17777 LIN +gamma +Event: 9 +Number of tracker hits in this event = 0 +Number of digits in this event = 1 +Using G4ParticleGun ... +3.24407 LIN +gamma +Event: 10 +Number of tracker hits in this event = 42 + 10 244.868 884 9 1 -3.07832 43.8007 65.55 + 10 251.956 1118 9 0 -3.07873 43.8008 64.15 + 10 248.35 884 8 1 -3.07847 43.8 35.55 + 10 258.153 1118 8 0 -3.08135 43.7997 34.15 + 10 273.953 884 7 1 -3.1335 43.7932 5.55 + 10 316.587 1118 7 0 -3.13879 43.7958 4.15 + 10 247.717 884 6 1 -3.23168 43.8386 -24.45 + 10 151.016 1118 6 0 -3.23802 43.8394 -25.85 + 10 95.7035 883 5 1 -3.37315 43.84 -54.45 + 10 117.74 1118 5 0 -3.37655 43.842 -55.85 + 10 130.051 883 4 1 -3.44137 43.8596 -84.45 + 10 144.631 1119 4 0 -3.44144 43.8598 -85.85 + 10 191.854 883 3 1 -3.44214 43.8508 -114.45 + 10 303.411 1118 3 0 -3.44494 43.8452 -115.85 + 10 118.577 882 2 1 -3.47857 43.758 -144.45 + 10 137.15 1118 2 0 -3.48398 43.755 -145.85 + 10 115.889 882 1 1 -3.58972 43.6985 -174.45 + 10 140.485 1118 1 0 -3.59655 43.7016 -175.85 + 10 116.522 881 0 1 -3.76731 43.7686 -204.45 + 10 88.7926 1118 0 0 -3.77956 43.7741 -205.85 + 10 108.67 1124 3 0 -2.57393 44.8852 -115.85 + 10 186.57 1125 3 0 -2.65304 45.05 -115.964 + 10 195.676 1119 6 0 -3.23183 43.85 -25.8967 + 10 313.276 1120 6 0 -2.7716 44.05 -26.0853 + 10 109.627 1121 6 0 -2.43423 44.25 -26.2065 + 10 49.4455 883 6 1 -3.25 43.8138 -24.6374 + 10 199.157 1117 6 0 -2.48485 43.4951 -25.8501 + 10 3.61286 1284 6 0 144.97 76.85 -25.9334 + 10 39.2228 1275 2 1 75.1228 -21.9927 -144.85 + 10 127.545 882 6 1 -3.54783 43.6408 -24.45 + 10 108.581 880 5 1 -4.01592 43.6293 -54.45 + 10 125.272 1117 5 0 -4.04348 43.6247 -55.85 + 10 119.268 877 4 1 -4.61784 43.5266 -84.45 + 10 108.222 1117 4 0 -4.65559 43.5235 -85.85 + 10 131.219 873 3 1 -5.43418 43.4905 -114.45 + 10 140.096 1117 3 0 -5.47079 43.4859 -115.85 + 10 132.898 869 2 1 -6.23146 43.3992 -144.45 + 10 96.7444 1116 2 0 -6.27398 43.4035 -145.85 + 10 125.385 864 1 1 -7.15202 43.4693 -174.45 + 10 96.7306 1117 1 0 -7.18316 43.4708 -175.85 + 10 136.709 861 0 1 -7.83052 43.4853 -204.45 + 10 161.842 1117 0 0 -7.84376 43.5027 -205.85 +Number of digits in this event = 27 +Using G4ParticleGun ... +4.77333 LIN +gamma +Event: 11 +Number of tracker hits in this event = 0 +Number of digits in this event = 1 +Using G4ParticleGun ... +8.74021 LIN +gamma +Event: 12 +Number of tracker hits in this event = 7 + 12 233.617 1179 0 1 55.9364 -65.8904 -204.45 + 12 229.632 570 0 0 55.9344 -65.8925 -205.85 + 12 1.93423 524 7 1 -75.1555 62.3907 5.55 + 12 176.788 1335 2 1 87.1016 -9.17565 -144.85 + 12 380.861 1334 2 1 87.0494 -8.97276 -144.546 + 12 4.70683 507 1 0 54.4883 -78.643 -176.25 + 12 96.1951 506 1 0 54.4892 -78.6501 -176.196 +Number of digits in this event = 6 +Using G4ParticleGun ... +7.25634 LIN +gamma +Event: 13 +Number of tracker hits in this event = 2 + 13 146.181 291 5 0 84.8214 -121.94 -56.25 + 13 128.932 290 5 0 84.8182 -121.95 -56.2373 Number of digits in this event = 4 Using G4ParticleGun ... -5.68776 LIN +5.32079 LIN +gamma +Event: 14 +Number of tracker hits in this event = 1 + 14 124.063 547 1 1 -70.6398 -35.1581 -174.85 +Number of digits in this event = 3 +Using G4ParticleGun ... +1.89162 LIN +gamma +Event: 15 +Number of tracker hits in this event = 52 + 15 236.106 268 8 1 -126.458 -25.4761 35.55 + 15 241.401 772 8 0 -126.458 -25.479 34.15 + 15 278.266 268 7 1 -126.45 -25.5372 5.55 + 15 104.964 772 7 0 -126.461 -25.5311 4.15 + 15 147.223 267 6 1 -126.688 -25.3747 -24.45 + 15 131.544 773 6 0 -126.7 -25.3649 -25.85 + 15 129.284 266 5 1 -126.929 -25.1664 -54.45 + 15 148.354 774 5 0 -126.933 -25.1556 -55.85 + 15 121.521 265 4 1 -127.044 -24.9124 -84.45 + 15 116.588 775 4 0 -127.057 -24.9011 -85.85 + 15 119.494 264 3 1 -127.308 -24.6892 -114.45 + 15 149.569 776 3 0 -127.323 -24.6819 -115.85 + 15 134.852 262 2 1 -127.636 -24.539 -144.45 + 15 116.837 777 2 0 -127.657 -24.5365 -145.85 + 15 294.421 260 1 1 -128.097 -24.4588 -174.45 + 15 100.599 777 1 0 -128.123 -24.4566 -175.85 + 15 119.516 257 0 1 -128.664 -24.4011 -204.45 + 15 115.52 778 0 0 -128.701 -24.407 -205.85 + 15 193.106 1519 9 0 -4.5273 123.992 63.75 + 15 106.688 261 1 1 -127.834 -24.1807 -174.45 + 15 51.5813 791 1 0 -128.558 -21.7802 -175.85 + 15 128.277 792 1 0 -128.587 -21.65 -175.926 + 15 100.916 793 1 0 -128.65 -21.45 -176.046 + 15 11.1945 794 1 0 -128.738 -21.25 -176.215 + 15 251.68 204 0 1 -139.335 1.82856 -204.45 + 15 51.1334 203 0 1 -139.35 1.47472 -204.491 + 15 0.00982 202 0 1 -139.55 1.50768 -204.45 + 15 76.9152 262 1 1 -127.75 -24.2108 -174.497 + 15 80.2237 263 1 1 -127.55 -24.0857 -174.699 + 15 9.62288 785 1 0 -126.517 -22.8718 -175.85 + 15 82.7941 786 1 0 -126.497 -22.85 -175.871 + 15 265.251 787 1 0 -126.3 -22.65 -176.041 + 15 41.6643 788 1 0 -126.14 -22.45 -176.19 + 15 137.982 773 7 0 -126.458 -25.3284 4.15 + 15 245.654 268 6 1 -126.359 -24.9826 -24.45 + 15 151.244 775 6 0 -126.349 -24.9589 -25.85 + 15 223.217 269 5 1 -126.168 -24.4698 -54.45 + 15 132.016 778 5 0 -126.144 -24.443 -55.85 + 15 116.208 272 4 1 -125.637 -23.9134 -84.45 + 15 97.9818 780 4 0 -125.607 -23.8901 -85.85 + 15 113.024 275 3 1 -124.985 -23.4233 -114.45 + 15 291.353 783 3 0 -124.961 -23.4049 -115.85 + 15 188.635 278 2 1 -124.444 -23.116 -144.45 + 15 109.722 784 2 0 -124.414 -23.0888 -145.85 + 15 86.4193 281 1 1 -123.808 -22.5362 -174.45 + 15 101.747 282 0 1 -123.691 -22.0809 -204.45 + 15 94.4166 789 0 0 -123.7 -22.0707 -205.85 + 15 299.018 478 0 1 -84.296 9.49839 -204.85 + 15 82.9381 479 0 1 -84.2498 9.53681 -204.709 + 15 33.1882 319 0 1 -116.35 1.44897 -204.568 + 15 286.208 262 6 1 -127.606 -27.2385 -24.4501 + 15 110.09 261 6 1 -127.75 -27.0471 -24.6908 +Number of digits in this event = 26 +Using G4ParticleGun ... +2.25359 LIN +gamma +Event: 16 +Number of tracker hits in this event = 37 + 16 216.406 894 5 1 -1.07874 17.8235 -54.45 + 16 251.719 988 5 0 -1.07718 17.8245 -55.85 + 16 127.06 895 4 1 -1.02777 17.83 -84.45 + 16 243.721 988 4 0 -1.03726 17.8319 -85.85 + 16 273.672 894 3 1 -1.20523 17.8698 -114.45 + 16 344.064 989 3 0 -1.21666 17.8625 -115.85 + 16 112.063 893 2 1 -1.4479 17.7575 -144.45 + 16 120.635 988 2 0 -1.45473 17.7368 -145.85 + 16 93.1753 890 1 1 -1.91376 17.5755 -174.45 + 16 112.148 987 1 0 -1.9318 17.5506 -175.85 + 16 184.439 888 0 1 -2.32118 16.9685 -204.45 + 16 149.402 984 0 0 -2.34189 16.9094 -205.85 + 16 133.774 1599 0 1 139.95 -13.7664 -204.719 + 16 65.1455 1616 0 1 143.408 -9.67441 -204.45 + 16 12.6956 828 0 0 138.713 -14.4346 -205.85 + 16 160.385 988 1 0 -1.93013 17.7867 -175.85 + 16 129.902 1306 4 0 -21.3594 81.307 -86.25 + 16 189.95 794 4 1 -21.1798 81.3465 -84.85 + 16 119.421 894 4 1 -1.10811 17.8271 -84.45 + 16 103.644 894 2 1 -1.17277 17.9387 -144.45 + 16 110.629 989 2 0 -1.18396 17.938 -145.85 + 16 142.445 893 1 1 -1.40752 17.9282 -174.45 + 16 106.013 989 1 0 -1.42963 17.9167 -175.85 + 16 119.349 890 0 1 -1.86505 17.6612 -204.45 + 16 119.208 988 0 0 -1.88567 17.6762 -205.85 + 16 112.879 949 0 1 9.93586 17.1509 -204.85 + 16 120.195 950 0 1 10.05 17.203 -204.514 + 16 29.7983 1437 3 0 -9.51266 107.65 -116.25 + 16 82.6289 1438 3 0 -9.53315 107.75 -116.22 + 16 95.0467 1439 3 0 -9.60147 107.95 -116.139 + 16 83.8377 1440 3 0 -9.71084 108.15 -116.031 + 16 53.3709 853 3 1 -9.33523 108.676 -114.85 + 16 117.923 854 3 1 -9.2499 108.74 -114.704 + 16 96.9382 855 3 1 -9.05 108.844 -114.516 + 16 98.3649 856 3 1 -8.85 108.849 -114.601 + 16 188.571 857 3 1 -8.64991 108.886 -114.775 + 16 225.07 858 3 1 -8.45 108.771 -114.57 +Number of digits in this event = 18 +Using G4ParticleGun ... +7.49709 LIN +gamma +Event: 17 +Number of tracker hits in this event = 177 + 17 225.65 1277 11 1 75.5362 31.5525 125.55 + 17 262.214 1057 11 0 75.5314 31.5541 124.15 + 17 112.163 1276 10 1 75.4222 31.5942 95.55 + 17 412.276 1057 10 0 75.4229 31.595 94.15 + 17 230.308 1276 9 1 75.4272 31.614 65.55 + 17 218.757 1057 9 0 75.4272 31.612 64.15 + 17 264.144 1276 8 1 75.4209 31.5508 35.55 + 17 408.489 1057 8 0 75.4094 31.5516 34.15 + 17 248.007 1275 7 1 75.2145 31.6098 5.55 + 17 349.821 1057 7 0 75.2131 31.6086 4.15 + 17 127.802 1275 6 1 75.2042 31.6201 -24.45 + 17 272.638 1057 6 0 75.21 31.6179 -25.85 + 17 509.273 1276 5 1 75.3118 31.5427 -54.45 + 17 103.837 1057 5 0 75.317 31.5414 -55.85 + 17 377.104 1277 4 1 75.459 31.4815 -84.45 + 17 259.37 1057 4 0 75.4742 31.4748 -85.85 + 17 127.783 1279 3 1 75.8567 31.3524 -114.45 + 17 403.262 1056 3 0 75.8741 31.3386 -115.85 + 17 220.96 1281 2 1 76.2533 31.0698 -144.45 + 17 231.327 1055 2 0 76.2744 31.0563 -145.85 + 17 319.191 1283 1 1 76.6886 30.8026 -174.45 + 17 92.4808 1053 1 0 76.6989 30.8 -175.85 + 17 133.129 1284 0 1 76.9037 30.6871 -204.45 + 17 106.166 1053 0 0 76.9134 30.6891 -205.85 + 17 437.218 1276 4 1 75.283 31.5435 -84.45 + 17 422.954 1275 4 1 75.2499 32.0391 -84.6573 + 17 76.6073 1064 9 0 74.1053 32.9209 64.15 + 17 159.161 1047 4 0 75.5701 29.5339 -85.85 + 17 130.38 1275 8 1 75.2499 31.719 35.5026 + 17 229.063 1059 8 0 74.7407 31.9917 34.15 + 17 143.657 1245 7 1 69.2136 36.8868 5.55 + 17 1.26838 1244 7 1 69.05 36.9553 5.54695 + 17 94.3781 1058 8 0 75.1901 31.7238 34.15 + 17 59.9688 1262 7 1 72.5431 30.627 5.55 + 17 82.6959 1261 7 1 72.45 30.597 5.47114 + 17 77.306 1260 7 1 72.25 30.5429 5.30476 + 17 196.864 1050 7 0 70.7713 30.151 4.15 + 17 43.0002 1049 7 0 70.423 30.0499 3.85697 + 17 21.6177 1085 6 1 37.1291 21.2426 -24.45 + 17 67.0285 1084 6 1 37.05 21.2409 -24.4873 + 17 63.1935 1083 6 1 36.8499 21.235 -24.5812 + 17 55.7713 1082 6 1 36.65 21.2254 -24.675 + 17 74.097 1081 6 1 36.45 21.2146 -24.7654 + 17 357.161 1005 6 0 34.0087 21.1382 -25.85 + 17 27.22 733 5 1 -33.3908 14.9982 -54.4502 + 17 59.3843 732 5 1 -33.45 14.9855 -54.4839 + 17 63.5876 731 5 1 -33.65 14.9508 -54.594 + 17 113.645 730 5 1 -33.8501 14.9194 -54.7107 + 17 11.4924 729 5 1 -34.05 14.8969 -54.8309 + 17 304.573 973 5 0 -35.8266 14.7603 -55.85 + 17 81.863 453 4 1 -89.2741 23.1662 -84.4503 + 17 67.3199 452 4 1 -89.45 23.215 -84.5824 + 17 50.9036 451 4 1 -89.65 23.2713 -84.7402 + 17 214.766 1018 4 0 -91.0107 23.6623 -85.8503 + 17 18.8472 284 3 1 -123.307 32.7982 -114.45 + 17 143.977 283 3 1 -123.35 32.8584 -114.517 + 17 56.7772 282 3 1 -123.55 33.119 -114.803 + 17 115.897 1070 3 0 -124.249 34.0744 -115.85 + 17 90.9708 1071 3 0 -124.368 34.25 -116.027 + 17 18.6373 1072 3 0 -124.516 34.4503 -116.227 + 17 196.796 1200 3 0 -166.008 60.1206 -116.25 + 17 0.372394 1199 3 0 -166.225 60.05 -115.855 + 17 29.4767 67 3 1 -166.717 59.7617 -114.85 + 17 94.2239 66 3 1 -166.75 59.7429 -114.779 + 17 128.946 1203 4 0 -168.667 60.7738 -86.25 + 17 158.56 56 4 1 -168.858 60.8054 -84.8497 + 17 281.006 1246 5 0 -173.234 69.2781 -56.2498 + 17 136.776 33 5 1 -173.44 69.6292 -54.8499 + 17 22.242 32 5 1 -173.712 70.4017 -54.45 + 17 252.018 31 5 1 -173.75 70.4454 -54.5371 + 17 122.927 1253 5 0 -174.277 70.6885 -55.85 + 17 130.857 1304 5 0 -164.422 80.897 -56.2497 + 17 175.898 81 5 1 -163.848 81.0927 -54.8498 + 17 255.902 82 5 1 -163.75 81.136 -54.6656 + 17 240.998 1288 5 0 -163.798 77.8349 -55.8501 + 17 77.1188 1287 5 0 -163.783 77.65 -55.9409 + 17 41.0834 1289 5 0 -163.593 77.8502 -56.1932 + 17 203.453 1386 5 0 -127.552 97.3981 -56.25 + 17 147.787 1277 10 1 75.5415 31.5333 95.55 + 17 164.618 1277 9 1 75.5246 31.4893 65.55 + 17 521.196 1277 8 1 75.5078 31.4526 35.55 + 17 127.612 1277 7 1 75.5084 31.4525 5.55 + 17 92.7707 1277 6 1 75.4797 31.4551 -24.45 + 17 360.884 1056 5 0 75.4471 31.441 -55.85 + 17 231.444 1056 4 0 75.4586 31.3948 -85.85 + 17 98.0581 1277 3 1 75.4752 31.3018 -114.45 + 17 302.679 1277 2 1 75.4939 31.2093 -144.45 + 17 102.088 1277 1 1 75.5561 31.109 -174.45 + 17 115.528 1055 1 0 75.5584 31.1051 -175.85 + 17 125.976 1277 0 1 75.6069 31.0312 -204.45 + 17 168.823 1054 0 0 75.6115 31.029 -205.85 + 17 122.155 1741 6 0 41.7772 168.494 -26.25 + 17 323.696 1278 2 1 75.65 31.2506 -144.742 + 17 248.661 1052 4 0 75.1695 30.5532 -85.85 + 17 133.421 1272 3 1 74.6345 29.7034 -114.45 + 17 38.1275 1048 3 0 74.6067 29.6554 -115.85 + 17 112.528 1047 3 0 74.6036 29.65 -116.007 + 17 129.527 1269 2 1 74.0299 28.6443 -144.45 + 17 111.492 1042 2 0 74.0127 28.592 -145.85 + 17 122.348 1267 1 1 73.619 27.5383 -174.45 + 17 124.273 1037 1 0 73.6253 27.4909 -175.85 + 17 110.602 1268 0 1 73.7518 26.5111 -204.45 + 17 69.0986 1032 0 0 73.7545 26.4587 -205.85 + 17 63.3141 1031 0 0 73.7551 26.45 -206.082 + 17 97.7225 854 0 0 124.033 -9.11529 -206.25 + 17 92.4929 853 0 0 124.277 -9.25 -206.156 + 17 74.1312 852 0 0 124.559 -9.45 -206.032 + 17 52.6354 851 0 0 124.712 -9.65024 -206.05 + 17 78.6037 850 0 0 124.84 -9.85 -206.095 + 17 59.1387 849 0 0 124.848 -10.05 -206.119 + 17 80.2477 848 0 0 124.792 -10.25 -206.085 + 17 4.71737 1522 0 1 124.554 -10.9761 -204.85 + 17 173.17 1521 0 1 124.55 -10.985 -204.834 + 17 338.065 1278 3 1 75.6628 31.2425 -114.45 + 17 118.154 1058 2 0 75.5613 31.7413 -145.85 + 17 117.78 1276 1 1 75.292 32.3776 -174.45 + 17 111.331 1061 1 0 75.2713 32.4075 -175.85 + 17 219.663 1274 0 1 74.9969 32.7873 -204.45 + 17 154.006 1063 0 0 75.0012 32.8244 -205.85 + 17 302.811 1055 3 0 75.6851 31.0765 -115.85 + 17 98.2554 1279 2 1 75.9225 30.4804 -144.45 + 17 88.7843 1052 2 0 75.9334 30.4552 -145.85 + 17 27.0476 1051 2 0 75.9357 30.45 -146.154 + 17 118.91 1280 1 1 76.1682 29.9755 -174.45 + 17 117.645 1049 1 0 76.1822 29.9615 -175.85 + 17 112.095 1281 0 1 76.3581 29.7162 -204.45 + 17 194.677 1048 0 0 76.41 29.7284 -205.85 + 17 1.79631 1421 1 0 95.4108 104.35 -175.93 + 17 102.317 1053 2 0 76.3951 30.7812 -145.85 + 17 91.0622 1052 1 0 76.6831 30.4929 -175.85 + 17 117.337 1286 0 1 77.3804 30.2343 -204.45 + 17 104.969 1051 0 0 77.3646 30.2561 -205.85 + 17 308.715 750 2 1 -29.9233 1.817 -144.45 + 17 139.691 1056 8 0 75.5082 31.4415 34.1497 + 17 5.94269 1266 6 1 73.2508 32.4893 -24.45 + 17 118.79 1265 6 1 73.25 32.4899 -24.4566 + 17 292.322 1062 6 0 73.0782 32.6203 -25.85 + 17 77.8593 1063 6 0 73.033 32.65 -26.1908 + 17 189.512 1247 5 1 69.5799 35.3256 -54.4503 + 17 114.031 1077 5 0 69.3799 35.4922 -55.8504 + 17 112.711 1224 4 1 65.0004 40.0337 -84.45 + 17 156.666 1099 4 0 64.7278 40.0273 -85.8501 + 17 91.4341 1192 3 1 58.5038 40.6403 -114.45 + 17 47.5951 1191 3 1 58.45 40.6663 -114.7 + 17 106.293 1103 3 0 58.1987 40.7799 -115.85 + 17 142.526 1159 2 1 52.0273 43.7008 -144.45 + 17 99.9685 1120 2 0 51.7455 44.1684 -145.85 + 17 48.7471 1121 2 0 51.6999 44.2501 -146.094 + 17 117.477 1133 1 1 46.8167 53.8351 -174.45 + 17 163.151 1171 1 0 46.6721 54.2627 -175.85 + 17 174.677 1116 0 1 43.4338 64.4709 -204.45 + 17 6.95228 1226 0 0 43.0668 65.4375 -205.85 + 17 94.2909 1227 0 0 43.0618 65.45 -205.868 + 17 43.4002 1228 0 0 42.9775 65.65 -206.168 + 17 110.399 1282 7 1 76.4737 32.6152 5.55 + 17 129.092 1063 7 0 76.4421 32.6648 4.15 + 17 176.568 1280 6 1 76.0929 32.9063 -24.45 + 17 135.39 1061 6 0 76.0032 32.45 -26.0835 + 17 167.946 1272 5 1 74.5723 25.4822 -54.4501 + 17 124.722 1025 5 0 74.7396 25.2434 -55.85 + 17 136.397 1291 4 1 78.3156 20.1371 -84.45 + 17 258.288 998 4 0 78.3588 19.7391 -85.85 + 17 58.4451 997 4 0 78.3742 19.65 -86.1328 + 17 57.2476 1308 3 1 81.7284 9.93758 -114.45 + 17 153.605 1307 3 1 81.65 9.99679 -114.549 + 17 46.8406 955 3 0 81.2274 11.1552 -115.85 + 17 132.454 956 3 0 81.2081 11.25 -115.952 + 17 162.73 957 3 0 64.6191 11.5837 -116.25 + 17 311.585 1219 3 1 64.0228 11.6143 -114.85 + 17 184.704 958 3 0 63.4919 11.6993 -115.85 + 17 165.853 830 3 0 -0.545653 -13.9426 -116.25 + 17 61.3475 829 3 0 -0.585875 -14.0501 -116.034 + 17 101.561 892 3 1 -1.53214 -14.0185 -114.85 + 17 123.157 891 3 1 -1.65002 -13.909 -114.61 + 17 251.492 890 3 1 -1.85 -13.7121 -114.597 + 17 42.5662 945 3 0 82.7503 9.07888 -115.85 + 17 54.0096 1060 6 0 76.0652 32.25 -26.1438 +Number of digits in this event = 91 +Using G4ParticleGun ... +9.87959 LIN +gamma +Event: 18 +Number of tracker hits in this event = 142 + 18 325.345 564 11 1 -67.1307 20.7956 125.55 + 18 244.941 1003 11 0 -67.1315 20.7955 124.15 + 18 261.124 564 10 1 -67.1418 20.7874 95.55 + 18 354.736 1003 10 0 -67.1407 20.7863 94.15 + 18 185.975 564 9 1 -67.1161 20.7644 65.55 + 18 267.532 1003 9 0 -67.1156 20.7652 64.15 + 18 263.103 564 8 1 -67.0968 20.7906 35.55 + 18 388.567 1003 8 0 -67.0962 20.7941 34.15 + 18 240.015 564 7 1 -67.0753 20.8611 5.55 + 18 240.145 1004 7 0 -67.0723 20.8644 4.15 + 18 119.742 565 6 1 -67.0128 20.9384 -24.45 + 18 123.976 1004 6 0 -67.0087 20.9429 -25.85 + 18 151.925 565 5 1 -66.922 21.0338 -54.45 + 18 176 1004 5 0 -66.9158 21.037 -55.85 + 18 111.383 566 4 1 -66.7879 21.1055 -84.45 + 18 160.481 1005 4 0 -66.7814 21.1122 -85.85 + 18 120.14 567 3 1 -66.6485 21.2502 -114.45 + 18 122.241 1006 3 0 -66.6407 21.2574 -115.85 + 18 96.9471 567 2 1 -66.4836 21.3972 -144.45 + 18 160.646 1006 2 0 -66.4776 21.4051 -145.85 + 18 177.025 568 1 1 -66.3588 21.5555 -174.45 + 18 114.874 1007 1 0 -66.3517 21.5626 -175.85 + 18 139.307 569 0 1 -66.2098 21.714 -204.45 + 18 104.288 1008 0 0 -66.2038 21.7229 -205.85 + 18 100.788 1395 3 1 99.1899 -39.3392 -114.45 + 18 126.567 1394 3 1 99.1495 -39.4353 -114.577 + 18 159.953 1323 2 1 84.65 -5.02732 -144.563 + 18 57.2454 1322 2 1 84.65 -4.7851 -144.698 + 18 108.858 1321 2 1 84.45 -4.82466 -144.695 + 18 62.0461 1320 2 1 84.25 -4.83791 -144.794 + 18 18.1084 875 2 0 82.2197 -4.86707 -145.85 + 18 278.653 1292 2 1 78.5761 -5.44958 -144.85 + 18 17.4886 786 1 0 -13.4875 -22.65 -176.218 + 18 180.872 832 1 1 -13.5208 -22.8892 -174.85 + 18 27.4782 1520 6 0 -9.75843 124.165 -26.2493 + 18 191.12 1519 6 0 -9.77666 124.15 -26.1579 + 18 125.151 1449 6 0 -6.92308 110.004 -26.25 + 18 168.712 1448 6 0 -6.86955 109.95 -26.1314 + 18 243.46 1449 5 0 -16.9696 110.019 -56.25 + 18 249.749 1450 5 0 -16.9741 110.15 -56.0235 + 18 102.181 814 5 1 -17.2343 111.028 -54.85 + 18 60.8674 813 5 1 -17.25 111.179 -54.6531 + 18 37.4693 1594 6 0 -27.4747 139.002 -26.2498 + 18 247.505 1595 6 0 -27.5196 139.15 -26.1065 + 18 67.2501 1596 6 0 -27.5933 139.35 -25.9582 + 18 295.957 756 6 1 -28.7256 140.467 -24.85 + 18 288.928 755 6 1 -28.8501 140.564 -24.7448 + 18 55.2835 754 6 1 -29.05 140.678 -24.6629 + 18 112.365 753 6 1 -29.25 140.733 -24.6121 + 18 176.721 752 6 1 -29.45 140.842 -24.4527 + 18 169.944 751 6 1 -29.6502 141.083 -24.5784 + 18 221.286 566 0 1 -66.8274 21.4662 -204.45 + 18 124.836 1007 0 0 -66.799 21.486 -205.85 + 18 17.474 1080 3 0 72.8068 36.1319 -116.25 + 18 4.05328 798 1 1 -20.45 8.42231 -174.617 + 18 156.485 1006 0 0 -66.6808 21.3619 -205.85 + 18 59.483 527 0 0 -9.09713 -74.65 -206.176 + 18 201.332 565 0 1 -66.9226 21.3237 -204.45 + 18 95.099 563 8 1 -67.25 20.5471 35.4146 + 18 62.0901 562 8 1 -67.45 20.2994 35.2479 + 18 15.6797 990 8 0 -68.7316 18.1035 34.15 + 18 77.2341 989 8 0 -68.761 18.05 34.1246 + 18 77.1514 988 8 0 -68.8603 17.85 34.0229 + 18 86.9593 987 8 0 -68.9654 17.6497 33.9181 + 18 151.283 986 8 0 -69.1218 17.45 33.7918 + 18 96.8431 582 7 1 -63.4955 20.0178 5.54948 + 18 67.1101 583 7 1 -63.4499 20.009 5.37817 + 18 132.457 999 7 0 -63.1075 19.9451 4.14987 + 18 142.033 625 6 1 -54.9619 18.7338 -24.45 + 18 326.885 992 6 0 -54.7124 18.5322 -25.85 + 18 224.831 651 5 1 -49.7803 14.5819 -54.4507 + 18 124.798 971 5 0 -49.5018 14.3991 -55.85 + 18 122.032 677 4 1 -44.5892 10.489 -84.4504 + 18 142.781 952 4 0 -44.3911 10.4754 -85.8506 + 18 41.4739 686 3 1 -42.6654 9.4912 -114.45 + 18 68.606 687 3 1 -42.65 9.50111 -114.587 + 18 126.212 947 3 0 -42.4557 9.59356 -115.85 + 18 142.512 705 2 1 -38.9395 12.1484 -144.45 + 18 74.6503 706 2 1 -38.85 12.1664 -144.785 + 18 4.87806 960 2 0 -38.5661 12.2485 -145.85 + 18 115.208 961 2 0 -38.5607 12.25 -145.87 + 18 103.336 746 1 1 -30.7967 14.6472 -174.45 + 18 65.5413 747 1 1 -30.6498 14.6592 -174.708 + 18 346.824 973 1 0 -29.9939 14.7551 -175.85 + 18 7.73436 839 0 1 -12.0801 16.6779 -204.45 + 18 97.8065 840 0 1 -12.0499 16.7121 -204.47 + 18 99.7548 841 0 1 -11.85 16.9479 -204.614 + 18 165.623 842 0 1 -11.6498 17.19 -204.77 + 18 45.6913 994 0 0 -10.3309 18.9126 -205.85 + 18 73.8566 995 0 0 -10.2283 19.05 -205.935 + 18 72.265 996 0 0 -10.0851 19.25 -206.058 + 18 47.586 997 0 0 -9.93487 19.4503 -206.175 + 18 193.721 1529 6 0 116.506 126.006 -26.2499 + 18 65.2745 1528 6 0 116.89 125.95 -26.0435 + 18 72.9114 1527 6 0 117.021 125.75 -26.0604 + 18 94.1521 1526 6 0 117.035 125.55 -26.0902 + 18 91.8187 1525 6 0 116.933 125.35 -26.1397 + 18 40.0278 1524 6 0 116.929 125.15 -26.1862 + 18 225.27 1435 6 0 147.654 107.199 -26.25 + 18 369.985 1165 1 0 -17.6655 53.0674 -176.25 + 18 90.8024 1164 1 0 -17.6746 53.05 -176.056 + 18 160.647 1005 11 0 -67.1009 21.1445 124.15 + 18 131.649 563 10 1 -67.3936 27.7012 95.5496 + 18 46.4013 1036 10 0 -67.1743 27.2957 94.15 + 18 90.0285 1035 10 0 -67.1402 27.25 93.9784 + 18 55.8322 608 9 1 -58.3448 19.7016 65.5499 + 18 187.376 609 9 1 -58.25 19.5734 65.4093 + 18 147.081 992 9 0 -57.7309 18.5981 64.15 + 18 134.786 991 9 0 -57.6348 18.45 63.9211 + 18 109.817 610 9 1 -58.05 19.3908 65.3931 + 18 85.1385 611 9 1 -57.8499 19.1266 65.385 + 18 56.0731 612 9 1 -57.65 18.9886 65.3599 + 18 105.097 613 9 1 -57.45 18.8917 65.3741 + 18 101.433 565 9 1 -67.0479 20.8168 65.55 + 18 121.435 565 8 1 -66.9901 20.8447 35.55 + 18 60.6437 1004 8 0 -66.9922 20.85 33.8747 + 18 167.63 564 6 1 -67.101 21.3542 -24.45 + 18 134.546 1006 6 0 -67.1108 21.3754 -25.85 + 18 167.422 563 5 1 -67.313 21.7784 -54.45 + 18 104.024 1008 5 0 -67.3475 21.7531 -55.85 + 18 133.548 559 4 1 -68.1363 21.3705 -84.45 + 18 112.854 1006 4 0 -68.133 21.2877 -85.85 + 18 164.062 561 3 1 -67.7365 19.6075 -114.45 + 18 108.665 997 3 0 -67.7498 19.4838 -115.85 + 18 2.11998 996 3 0 -67.7538 19.45 -116.234 + 18 186.106 559 2 1 -68.1755 16.9083 -144.45 + 18 2.25756 983 2 0 -68.164 16.6514 -145.85 + 18 107.786 982 2 0 -68.1639 16.65 -145.858 + 18 134.54 561 1 1 -67.8287 11.5537 -174.45 + 18 110.25 956 1 0 -67.8645 11.37 -175.85 + 18 109.28 555 0 1 -69.0044 7.7214 -204.45 + 18 130.753 937 0 0 -69.1153 7.59802 -205.85 + 18 266.052 563 0 1 -67.3094 20.7685 -204.45 + 18 250.555 1003 0 0 -67.3149 20.7666 -205.85 + 18 20.5934 1402 0 0 -71.7156 100.696 -206.25 + 18 77.8844 1403 0 0 -71.679 100.75 -206.082 + 18 61.846 1404 0 0 -71.6057 100.95 -205.985 + 18 20.9502 543 0 1 -71.2818 101.016 -204.85 + 18 23.9067 544 0 1 -71.2499 100.995 -204.803 + 18 75.3576 1393 0 0 -71.157 98.9226 -205.85 + 18 196.136 542 0 1 -71.544 99.5016 -204.85 + 18 40.076 541 0 1 -71.65 99.4121 -204.739 +Number of digits in this event = 72 +Using G4ParticleGun ... +5.68614 LIN +gamma +Event: 19 +Number of tracker hits in this event = 10 + 19 268.821 1459 2 1 112.078 70.8784 -144.45 + 19 624.894 1254 2 0 112.079 70.8733 -145.85 + 19 238.086 1459 1 1 112.132 70.7234 -174.45 + 19 92.0516 1253 1 0 112.134 70.7164 -175.85 + 19 123.102 1460 0 1 112.169 70.5496 -204.45 + 19 99.7828 1252 0 0 112.162 70.5586 -205.85 + 19 196.978 1254 1 0 112.079 70.8787 -175.85 + 19 116.424 1459 0 1 112.105 70.9126 -204.45 + 19 112.629 1254 0 0 112.106 70.9145 -205.85 + 19 160.186 1497 1 1 119.606 26.3038 -174.45 +Number of digits in this event = 8 +Using G4ParticleGun ... +9.65519 LIN +gamma +Event: 20 +Number of tracker hits in this event = 12 + 20 515.772 738 0 1 -32.4111 -12.7214 -204.45 + 20 244.452 836 0 0 -32.4111 -12.7211 -205.85 + 20 194.399 323 12 1 -115.385 148.969 155.15 + 20 2.4432 1552 0 1 130.719 -95.0482 -204.85 + 20 9.31404 432 0 0 137.766 -93.7133 -205.85 + 20 125.987 1620 0 1 144.226 -94.6107 -204.85 + 20 14.0368 419 0 0 145.68 -96.2363 -205.85 + 20 15.5715 1644 0 1 149.07 -99.297 -204.85 + 20 122.097 397 0 0 151.683 -100.722 -205.85 + 20 67.4178 540 1 1 -71.85 39.1363 -174.736 + 20 322.727 51 0 1 -169.864 104.006 -204.45 + 20 0.928947 52 0 1 -169.75 104.032 -204.656 +Number of digits in this event = 9 +Using G4ParticleGun ... +5.28152 LIN +gamma +Event: 21 +Number of tracker hits in this event = 0 +Number of digits in this event = 2 +Using G4ParticleGun ... +9.28341 LIN +gamma +Event: 22 +Number of tracker hits in this event = 1 + 22 43.2906 1178 0 1 55.65 6.15184 -204.834 +Number of digits in this event = 4 +Using G4ParticleGun ... +9.29071 LIN +gamma +Event: 23 +Number of tracker hits in this event = 58 + 23 271.127 845 6 1 -10.8943 66.6682 -24.45 + 23 147.491 1233 6 0 -10.8935 66.6681 -25.85 + 23 117.33 845 5 1 -10.8819 66.6688 -54.45 + 23 116.135 1233 5 0 -10.8687 66.6813 -55.85 + 23 151.702 847 4 1 -10.4903 66.9715 -84.45 + 23 121.083 1234 4 0 -10.4309 66.9835 -85.85 + 23 134.405 855 3 1 -9.01617 67.3306 -114.45 + 23 129.163 1236 3 0 -8.92494 67.3377 -115.85 + 23 180.841 865 2 1 -6.91132 67.3858 -144.45 + 23 188.517 1236 2 0 -6.8159 67.3762 -145.85 + 23 159.713 876 1 1 -4.78043 67.1127 -174.45 + 23 121.235 1235 1 0 -4.67267 67.085 -175.85 + 23 80.3325 887 0 1 -2.4636 66.4177 -204.45 + 23 45.7523 888 0 1 -2.45 66.4143 -204.676 + 23 119.866 1231 0 0 -2.3809 66.3944 -205.85 + 23 6.79965 343 3 0 63.673 -111.442 -116.25 + 23 2.86175 792 1 1 -21.5507 49.8919 -174.85 + 23 144.273 866 2 1 -6.85 67.3123 -144.707 + 23 150.71 867 2 1 -6.65 66.9622 -144.737 + 23 27.8346 868 2 1 -6.45 66.4935 -144.801 + 23 95.0229 1217 2 0 -4.69459 63.6437 -145.85 + 23 142.769 1216 2 0 -4.56307 63.4497 -146.06 + 23 148.82 804 2 1 -19.1938 60.6435 -144.85 + 23 84.9804 1627 2 0 -67.1468 145.606 -146.25 + 23 134.309 1628 2 0 -67.2021 145.75 -146.056 + 23 273.914 567 2 1 -66.5372 146.11 -144.85 + 23 84.8117 568 2 1 -66.45 146.04 -144.662 + 23 19.3515 1032 0 0 -65.9161 26.65 -206.211 + 23 142.776 953 2 0 -130.54 10.7789 -146.25 + 23 165.302 954 2 0 -130.713 10.85 -146.099 + 23 220.979 1423 1 0 -13.5595 104.862 -176.25 + 23 85.2109 1424 1 0 -13.4635 104.95 -176.181 + 23 116.217 1442 1 0 80.1811 108.746 -176.25 + 23 250.973 1443 1 0 80.1926 108.75 -176.225 + 23 32.8587 1756 1 0 163.15 171.472 -176.25 + 23 71.584 846 6 1 -10.85 66.7062 -24.6661 + 23 137.398 1234 6 0 -10.641 66.85 -25.9389 + 23 76.9798 869 5 1 -6.11981 70.0699 -54.45 + 23 62.1004 870 5 1 -6.0499 70.0848 -54.6818 + 23 177.011 1250 5 0 -5.71996 70.146 -55.85 + 23 115.059 910 4 1 2.09714 71.5111 -84.45 + 23 128.566 1257 4 0 2.47467 71.5685 -85.85 + 23 106.461 946 3 1 9.30943 72.4562 -114.45 + 23 114.998 1262 3 0 9.7104 72.5961 -115.85 + 23 135.474 990 2 1 18.1238 75.4514 -144.45 + 23 4.32104 991 2 1 18.2501 75.5608 -144.844 + 23 122.85 1279 2 0 18.5675 75.8576 -145.85 + 23 191.718 1041 1 1 28.3166 84.8113 -174.45 + 23 71.7837 1042 1 1 28.45 84.861 -174.749 + 23 142.843 1325 1 0 28.9255 85.0574 -175.85 + 23 42.4226 1108 0 1 41.7721 89.5464 -204.45 + 23 93.3885 1109 0 1 41.85 89.566 -204.558 + 23 7.19618 1110 0 1 42.0501 89.6168 -204.832 + 23 137.489 1348 0 0 42.8207 89.7879 -205.85 + 23 3.46954 1349 0 0 43.1149 89.85 -206.233 + 23 23.4829 1318 1 0 29.2589 83.6757 -175.85 + 23 161.803 1317 1 0 29.2822 83.65 -175.882 + 23 12.7774 1316 1 0 29.2622 83.4498 -176.217 +Number of digits in this event = 31 +Using G4ParticleGun ... +2.74411 LIN +gamma +Event: 24 +Number of tracker hits in this event = 61 + 24 272.799 956 10 1 11.2836 -101.564 95.55 + 24 262.241 392 10 0 11.24 -101.584 94.15 + 24 117.27 951 9 1 10.2707 -101.812 65.55 + 24 118.191 391 9 0 10.2128 -101.824 64.15 + 24 105.361 943 8 1 8.81574 -102.005 35.55 + 24 96.248 390 8 0 8.73154 -102.012 34.15 + 24 108.766 934 7 1 6.95472 -102.291 5.55 + 24 213.093 389 7 0 6.878 -102.314 4.15 + 24 163.202 926 6 1 5.4014 -102.783 -24.45 + 24 114.895 386 6 0 5.33055 -102.855 -25.85 + 24 137.728 918 5 1 3.79022 -104.393 -54.45 + 24 165.107 378 5 0 3.71844 -104.495 -55.85 + 24 153.062 911 4 1 2.25795 -106.589 -84.45 + 24 151.066 367 4 0 2.23978 -106.679 -85.85 + 24 158.076 908 3 1 1.68557 -108.563 -114.45 + 24 161.544 357 3 0 1.66946 -108.646 -115.85 + 24 144.458 905 2 1 1.23974 -110.199 -144.45 + 24 227.355 349 2 0 1.20415 -110.27 -145.85 + 24 132.647 900 1 1 0.182398 -111.603 -174.45 + 24 201.576 342 1 0 0.129372 -111.632 -175.85 + 24 208.451 895 0 1 -1.01298 -112.245 -204.45 + 24 143.491 339 0 0 -1.07505 -112.259 -205.85 + 24 34.3025 65 0 0 27.3234 -167.097 -206.25 + 24 22.177 64 0 0 27.3618 -167.15 -206.237 + 24 75.0327 341 1 0 0.129308 -111.75 -176.244 + 24 67.4178 1073 3 1 34.65 -171.778 -114.76 + 24 138.56 907 3 1 1.64963 -108.551 -114.528 + 24 82.3603 906 3 1 1.45 -108.525 -114.658 + 24 209.256 356 3 0 1.95903 -108.75 -115.922 + 24 119.682 903 1 1 0.741555 -112.525 -174.451 + 24 13.3305 904 1 1 0.85 -112.502 -174.793 + 24 106.161 338 1 0 1.08814 -112.529 -175.85 + 24 84.8502 932 0 1 6.56298 -113.181 -204.45 + 24 77.486 933 0 1 6.65007 -113.146 -204.591 + 24 164.991 334 0 0 7.4292 -113.224 -205.85 + 24 137.399 956 9 1 11.3525 -101.578 65.55 + 24 133.697 392 9 0 11.3551 -101.578 64.15 + 24 133.025 956 8 1 11.4002 -101.598 35.55 + 24 100.957 392 8 0 11.4048 -101.6 34.15 + 24 129.953 957 7 1 11.4881 -101.627 5.55 + 24 174.492 392 7 0 11.4907 -101.629 4.15 + 24 110.006 957 6 1 11.5382 -101.667 -24.45 + 24 135.764 392 6 0 11.5376 -101.668 -25.85 + 24 129.225 957 5 1 11.515 -101.674 -54.45 + 24 222.144 392 5 0 11.5118 -101.674 -55.85 + 24 119.637 956 4 1 11.4495 -101.663 -84.45 + 24 120.805 392 4 0 11.4489 -101.66 -85.85 + 24 121.27 956 3 1 11.4286 -101.589 -114.45 + 24 117.369 392 3 0 11.4291 -101.583 -115.85 + 24 149.634 956 2 1 11.4362 -101.445 -144.45 + 24 122.337 393 2 0 11.3891 -101.459 -145.85 + 24 192.329 950 1 1 10.1411 -101.638 -174.45 + 24 184.717 392 1 0 10.0065 -101.71 -175.85 + 24 130.108 937 0 1 7.60564 -103.187 -204.45 + 24 161.179 384 0 0 7.53661 -103.238 -205.85 + 24 48.5278 949 1 1 10.05 -101.595 -174.811 + 24 55.5376 399 1 0 11.5248 -100.24 -175.85 + 24 81.883 961 1 1 12.2565 -100.815 -174.85 + 24 204.336 1330 13 1 86.1088 -149.466 185.15 + 24 58.116 16 6 0 -143.042 -176.762 -26.25 + 24 3.60288 97 4 0 57.9327 -160.631 -86.25 +Number of digits in this event = 38 +Using G4ParticleGun ... +6.27621 LIN +gamma +Event: 25 +Number of tracker hits in this event = 0 +Number of digits in this event = 1 +Using G4ParticleGun ... +4.91086 LIN +gamma +Event: 26 +Number of tracker hits in this event = 5 + 26 147.62 882 7 1 -3.60498 -76.5309 5.15 + 26 127.941 881 7 1 -3.65 -76.4294 5.46879 + 26 372.859 450 0 1 -90.05 -58.3915 -204.611 + 26 68.1164 866 11 0 -179.578 -6.69801 123.75 + 26 197.138 867 11 0 -179.591 -6.65 123.879 +Number of digits in this event = 6 +Using G4ParticleGun ... +9.33581 LIN gamma Event: 27 -Number of tracker hits in this event = 35 - 27 251.27 1461 7 1 112.514 -63.0286 5.55 - 27 257.82 585 7 0 112.514 -63.0278 4.15 - 27 148.644 1461 6 1 112.523 -63.0133 -24.45 - 27 111.074 585 6 0 112.524 -63.0148 -25.85 - 27 171.747 1461 5 1 112.548 -63.0439 -54.45 - 27 215.659 585 5 0 112.549 -63.0465 -55.85 - 27 179.911 1462 4 1 112.569 -63.1026 -84.45 - 27 123.404 584 4 0 112.571 -63.1057 -85.85 - 27 104.124 1462 3 1 112.604 -63.1694 -114.45 - 27 122.646 584 3 0 112.607 -63.1725 -115.85 - 27 98.5808 1462 2 1 112.667 -63.2257 -144.45 - 27 212.062 584 2 0 112.66 -63.2307 -145.85 - 27 104.687 1461 1 1 112.535 -63.3723 -174.45 - 27 138.549 583 1 0 112.535 -63.3935 -175.85 - 27 101.331 1461 0 1 112.519 -63.8574 -204.45 - 27 115.108 580 0 0 112.511 -63.8847 -205.85 - 27 87.1694 1361 2 1 92.5353 -110.017 -144.85 - 27 147.268 584 5 0 112.502 -63.05 -56.0611 - 27 188.686 1462 5 1 112.55 -63.044 -54.7416 - 27 163.742 1462 6 1 112.55 -63.0199 -24.5207 - 27 300.321 587 6 0 112.322 -62.5795 -25.85 - 27 124.736 1464 6 1 113.023 -62.7434 -24.45 - 27 109.874 586 6 0 113.061 -62.7345 -25.85 - 27 105.411 1468 5 1 113.828 -62.6457 -54.45 - 27 115.954 587 5 0 113.873 -62.6441 -55.85 - 27 123.302 1473 4 1 114.783 -62.6285 -84.45 - 27 109.629 587 4 0 114.813 -62.6427 -85.85 - 27 116.377 1476 3 1 115.385 -62.9192 -114.45 - 27 177.86 585 3 0 115.41 -62.926 -115.85 - 27 117.214 1479 2 1 116.02 -63.1028 -144.45 - 27 145.959 1484 1 1 117.073 -62.6571 -174.45 - 27 133.541 587 1 0 117.166 -62.6224 -175.85 - 27 201.402 1491 0 1 118.519 -62.2217 -204.45 - 27 122.48 589 0 0 118.539 -62.1904 -205.85 - 27 186.263 1492 0 1 118.55 -62.3173 -204.454 -Number of digits in this event = 24 +Number of tracker hits in this event = 4 + 27 94.9599 728 2 0 -144.834 -34.25 -146.082 + 27 28.9342 633 1 0 -131.701 -53.4015 -176.25 + 27 146.957 632 1 0 -131.665 -53.4501 -176.217 + 27 29.6478 858 1 0 -0.111171 -8.41053 -176.25 +Number of digits in this event = 3 Using G4ParticleGun ... -2.48451 LIN +9.05207 LIN gamma Event: 28 -Number of tracker hits in this event = 0 -Number of digits in this event = 1 +Number of tracker hits in this event = 1 + 28 130.207 1072 2 1 34.6207 129.046 -144.85 +Number of digits in this event = 3 Using G4ParticleGun ... -5.5043 LIN +6.5017 LIN gamma Event: 29 -Number of tracker hits in this event = 0 -Number of digits in this event = 1 +Number of tracker hits in this event = 1 + 29 20.5094 1200 1 1 60.1832 53.9621 -174.45 +Number of digits in this event = 2 Using G4ParticleGun ... -3.5718 LIN +6.84172 LIN gamma Event: 30 -Number of tracker hits in this event = 35 - 30 217.761 1150 4 1 50.1377 -121.594 -84.45 - 30 311.845 292 4 0 50.1529 -121.616 -85.85 - 30 99.1908 1151 3 1 50.3619 -122.018 -114.45 - 30 106.704 290 3 0 50.4579 -122.055 -115.85 - 30 122.912 1161 2 1 52.2525 -122.806 -144.451 - 30 127.557 286 2 0 52.2639 -122.87 -145.85 - 30 117.385 1161 1 1 52.4396 -124.513 -174.45 - 30 48.3461 1162 1 1 52.45 -124.551 -174.736 - 30 127.687 277 1 0 52.5346 -124.571 -175.85 - 30 101.758 1166 0 1 53.3698 -124.418 -204.45 - 30 117.405 279 0 0 53.2735 -124.335 -205.85 - 30 196.272 1150 3 1 50.1165 -121.587 -114.45 - 30 131.238 292 3 0 50.1146 -121.585 -115.85 - 30 121.222 1149 2 1 50.019 -121.601 -144.45 - 30 127.175 292 2 0 50.0129 -121.607 -145.85 - 30 343.297 1149 1 1 49.8976 -121.741 -174.45 - 30 168.821 291 1 0 49.8984 -121.752 -175.85 - 30 404.022 1149 0 1 49.8964 -121.985 -204.45 - 30 141.347 290 0 0 49.8885 -121.992 -205.85 - 30 197.324 1581 5 1 136.35 -48.0471 -54.6647 - 30 120.918 1148 0 1 49.85 -121.983 -204.47 - 30 37.359 1147 0 1 49.65 -121.786 -204.78 - 30 25.4657 299 0 0 49.3892 -120.252 -205.85 - 30 66.6672 300 0 0 49.3745 -120.15 -205.891 - 30 50.2372 301 0 0 49.3256 -119.95 -205.936 - 30 53.5242 302 0 0 49.288 -119.749 -206.06 - 30 206.76 303 0 0 49.2986 -119.55 -206.102 - 30 303.911 304 0 0 49.2849 -119.35 -206.117 - 30 68.6257 305 0 0 49.3076 -119.15 -206.031 - 30 165.748 1150 0 1 50.05 -118.998 -204.789 - 30 221.527 1151 0 1 50.25 -119.194 -204.603 - 30 51.2601 1139 0 1 47.9486 -117.711 -204.85 - 30 597.674 292 0 0 49.8981 -121.609 -205.85 - 30 273.694 288 3 0 50.7372 -122.384 -115.85 - 30 91.8919 383 0 0 -5.88848 -103.493 -206.25 -Number of digits in this event = 23 +Number of tracker hits in this event = 141 + 30 335.585 1461 7 1 112.38 -3.30755 5.55 + 30 271.737 883 7 0 112.38 -3.30763 4.15 + 30 158.268 1461 6 1 112.38 -3.30198 -24.45 + 30 236.404 883 6 0 112.379 -3.3022 -25.85 + 30 714.466 1461 5 1 112.358 -3.30555 -54.45 + 30 608.044 883 5 0 112.356 -3.30573 -55.85 + 30 117.417 1460 4 1 112.307 -3.31097 -84.45 + 30 120.969 883 4 0 112.301 -3.3134 -85.85 + 30 126.456 1460 3 1 112.189 -3.37093 -114.45 + 30 260.407 883 3 0 112.186 -3.37342 -115.85 + 30 215.695 1459 2 1 112.141 -3.42865 -144.45 + 30 134.896 883 2 0 112.14 -3.43076 -145.85 + 30 115.788 1459 1 1 112.121 -3.4845 -174.45 + 30 191.205 882 1 0 112.083 -3.58906 -175.85 + 30 142.438 1455 0 1 111.2 -5.81638 -204.45 + 30 138.716 870 0 0 111.151 -5.92975 -205.85 + 30 133.05 1482 0 1 116.699 -2.3259 -204.45 + 30 297.102 890 0 0 116.443 -2.03493 -205.85 + 30 45.9707 524 0 0 143.162 -75.1021 -206.25 + 30 265.965 523 0 0 143.193 -75.25 -206.182 + 30 190.826 522 0 0 143.158 -75.45 -206.027 + 30 14.2799 521 0 0 143.127 -75.6502 -205.879 + 30 226.992 1615 0 1 143.175 -76.7921 -204.85 + 30 6.06481 1616 0 1 143.352 -77.0024 -204.45 + 30 163.876 1614 0 1 143.15 -77.3263 -204.655 + 30 39.7758 1613 0 1 142.95 -77.6665 -204.599 + 30 149.315 803 0 0 119.511 -19.3057 -206.25 + 30 105.706 1195 4 0 173.32 59.05 -85.9545 + 30 34.5949 668 3 0 61.0563 -46.2848 -116.25 + 30 392.56 1460 0 1 112.223 -3.32041 -204.45 + 30 256.118 883 0 0 112.226 -3.32123 -205.85 + 30 74.2125 1584 3 1 137.15 30.566 -114.616 + 30 276.872 1460 6 1 112.35 -3.32019 -24.5815 + 30 299.301 1459 6 1 112.15 -3.36094 -24.5785 + 30 53.2891 1458 6 1 111.95 -3.32921 -24.6979 + 30 100.103 882 5 0 112.539 -3.62408 -55.85 + 30 375.442 1462 4 1 112.724 -3.86076 -84.45 + 30 135.699 880 4 0 112.735 -3.87438 -85.85 + 30 112.259 1463 3 1 112.903 -4.17962 -114.45 + 30 139.494 879 3 0 112.903 -4.18759 -115.85 + 30 118.461 1463 2 1 112.891 -4.35163 -144.45 + 30 369.968 878 2 0 112.882 -4.34591 -145.85 + 30 149.947 1462 1 1 112.683 -4.19795 -174.45 + 30 143.706 879 1 0 112.67 -4.18622 -175.85 + 30 12.5671 1461 0 1 112.354 -3.92666 -204.45 + 30 134.462 880 0 0 112.242 -3.90838 -205.85 + 30 432.144 1465 2 1 113.31 -4.17343 -144.45 + 30 111.773 880 2 0 113.292 -4.00327 -145.85 + 30 264.949 1465 1 1 113.284 -0.400221 -174.45 + 30 132.6 899 1 0 113.368 -0.238222 -175.85 + 30 107.874 1478 0 1 115.891 2.22402 -204.45 + 30 264.302 911 0 0 115.605 2.30142 -205.85 + 30 131.917 1460 5 1 112.35 -3.74201 -54.7778 + 30 155.037 1459 5 1 112.15 -3.90871 -54.716 + 30 271.675 880 1 0 113.239 -4.02086 -175.85 + 30 113.787 1469 0 1 114.069 -4.61617 -204.45 + 30 33.9482 875 0 0 114.227 -5.02018 -205.85 + 30 76.0368 874 0 0 114.239 -5.05 -205.953 + 30 31.8859 1468 2 1 113.851 -5.77619 -144.85 + 30 74.5614 872 2 0 113.464 -5.5962 -145.85 + 30 153.733 1468 1 1 113.942 -4.06439 -174.45 + 30 130.132 1457 0 1 111.619 -1.96174 -204.45 + 30 3.37419 1458 0 1 111.75 -1.95862 -204.838 + 30 1.91532 1462 5 1 112.55 -3.52942 -54.8387 + 30 68.0055 1474 4 1 115.002 -0.118854 -84.45 + 30 68.4 1473 4 1 114.95 -0.130678 -84.6634 + 30 139.897 899 4 0 114.639 -0.207198 -85.85 + 30 186.836 1439 3 1 108.111 -2.01337 -114.45 + 30 49.8371 1438 3 1 107.95 -2.22742 -114.747 + 30 88.3219 884 3 0 107.308 -3.0661 -115.85 + 30 173.291 1360 2 1 92.1758 -20.7226 -144.45 + 30 175.494 791 2 0 92.4063 -21.7427 -145.85 + 30 86.3022 790 2 0 92.4346 -21.85 -145.993 + 30 130.844 1406 1 1 101.403 -43.9334 -174.45 + 30 57.3473 677 1 0 101.509 -44.58 -175.85 + 30 96.8259 676 1 0 101.522 -44.65 -175.99 + 30 143.963 1430 0 1 106.16 -62.6093 -204.45 + 30 118.13 585 0 0 106.19 -62.9421 -205.85 + 30 0.48866 584 0 0 106.186 -63.0503 -206.246 + 30 70.2138 528 0 0 105.736 -74.3677 -206.25 + 30 65.8415 527 0 0 105.681 -74.45 -205.986 + 30 125.064 1425 0 1 105.339 -74.8039 -204.85 + 30 19.2173 1359 2 1 92.15 -20.9507 -144.795 + 30 27.8129 792 2 0 91.5242 -21.5812 -145.85 + 30 3.27261 639 2 0 47.8538 -52.2327 -146.25 + 30 121.216 638 2 0 47.8631 -52.25 -146.231 + 30 21.8572 1135 2 1 47.1177 -51.9711 -144.85 + 30 197.107 1134 2 1 47.0497 -51.9544 -144.78 + 30 2.48165 717 2 0 38.9267 -36.65 -145.959 + 30 123.472 1440 3 1 108.15 -2.10486 -114.666 + 30 148.948 887 3 0 108.533 -2.58162 -115.85 + 30 94.84 884 5 0 112.753 -3.25 -55.9641 + 30 184.797 1465 5 1 113.257 -3.63372 -54.8491 + 30 73.0643 1466 5 1 113.35 -3.50167 -54.7219 + 30 143.097 881 5 0 112.225 -3.66036 -55.85 + 30 1.75494 1432 4 1 106.556 -5.64207 -84.4508 + 30 146.936 1431 4 1 106.55 -5.63657 -84.4555 + 30 345.093 1430 4 1 106.35 -5.448 -84.5882 + 30 22.906 1325 0 1 85.0589 -9.53626 -204.45 + 30 249.029 1324 0 1 85.05 -9.49225 -204.492 + 30 9.81038 1323 0 1 84.85 -8.85225 -204.845 + 30 13.0503 921 0 0 77.9597 4.39663 -205.85 + 30 66.905 922 0 0 77.9262 4.45 -205.863 + 30 72.9988 923 0 0 77.7963 4.65064 -205.886 + 30 80.7558 924 0 0 77.7707 4.85 -205.976 + 30 59.3163 925 0 0 77.7321 5.05017 -206.108 + 30 259.92 1097 0 0 91.3568 39.5017 -206.25 + 30 135.373 1348 0 1 89.7135 38.9306 -204.849 + 30 311.69 1347 0 1 89.65 38.8404 -204.809 + 30 94.367 879 4 0 112.758 -4.05008 -85.8847 + 30 325.968 1474 3 1 115.06 -12.5245 -114.45 + 30 23.3586 1475 3 1 115.15 -12.7247 -114.774 + 30 39.7977 833 3 0 115.555 -13.3736 -115.85 + 30 89.6228 832 3 0 115.603 -13.45 -115.974 + 30 81.4502 1523 2 1 124.762 -32.8977 -144.45 + 30 113.588 1524 2 1 124.95 -33.1236 -144.547 + 30 123.638 1525 2 1 125.15 -33.3673 -144.669 + 30 51.2016 1526 2 1 125.35 -33.5874 -144.774 + 30 0.289928 723 2 0 127.317 -35.4491 -145.85 + 30 100.844 722 2 0 127.318 -35.4503 -145.851 + 30 145.539 721 2 0 127.52 -35.65 -145.96 + 30 157.494 720 2 0 127.768 -35.85 -146.053 + 30 347.199 719 2 0 127.988 -36.05 -146.129 + 30 48.6899 718 2 0 128.228 -36.25 -146.202 + 30 48.6353 498 2 0 89.2529 -80.3701 -146.25 + 30 159.418 497 2 0 89.207 -80.45 -146.175 + 30 5.10041 1347 2 1 89.5715 -84.7989 -144.85 + 30 17.4941 453 2 0 90.6417 -89.381 -145.85 + 30 78.6608 1349 2 1 89.963 -91.4794 -144.85 + 30 141.169 434 2 0 90.6055 -93.2526 -145.85 + 30 157.466 1522 2 1 124.747 -32.8769 -144.45 + 30 303.793 1521 2 1 124.55 -32.7509 -144.56 + 30 134.132 881 4 0 112.64 -3.76338 -85.8509 + 30 124.38 1461 3 1 112.487 -3.39726 -114.45 + 30 112.192 882 3 0 112.462 -3.50537 -115.85 + 30 20.344 1456 2 1 111.501 -5.48593 -144.45 + 30 72.4532 1457 2 1 111.55 -5.47994 -144.48 + 30 54.741 1458 2 1 111.75 -5.46282 -144.604 + 30 12.1174 1460 2 1 112.15 -5.40157 -144.824 + 30 351.012 875 2 0 114.008 -4.9803 -145.85 + 30 31.1864 874 2 0 114.706 -5.05 -146.206 +Number of digits in this event = 74 Using G4ParticleGun ... -6.91958 LIN +3.15762 LIN gamma Event: 31 -Number of tracker hits in this event = 64 - 31 235.884 438 9 1 -92.4373 48.7352 65.55 - 31 555.834 1143 9 0 -92.433 48.7282 64.15 - 31 294.326 438 8 1 -92.3714 48.4933 35.55 - 31 137.522 1142 8 0 -92.3589 48.4672 34.15 - 31 160.641 440 7 1 -92.069 48.0554 5.55 - 31 119.24 1139 7 0 -92.0751 48.0252 4.15 - 31 288.876 439 6 1 -92.2714 47.4934 -24.45 - 31 106.147 1137 6 0 -92.2348 47.4835 -25.85 - 31 121.477 443 5 1 -91.5288 47.1412 -54.45 - 31 68.3897 1135 5 0 -91.4652 47.0655 -55.85 - 31 35.3533 1134 5 0 -91.4515 47.05 -56.1361 - 31 129.731 450 4 1 -90.0044 45.5117 -84.45 - 31 120.532 1126 4 0 -89.8982 45.4134 -85.85 - 31 23.2435 460 3 1 -87.8543 43.2889 -114.45 - 31 243.302 461 3 1 -87.85 43.2866 -114.497 - 31 106.391 1115 3 0 -87.7212 43.2195 -115.85 - 31 125.808 474 2 1 -85.101 41.8413 -144.45 - 31 209.838 1108 2 0 -84.9965 41.7476 -145.85 - 31 127.517 485 1 1 -82.9632 39.9596 -174.45 - 31 103.695 1099 1 0 -82.8854 39.8914 -175.85 - 31 122.013 493 0 1 -81.435 38.5082 -204.45 - 31 100.83 1091 0 0 -81.4362 38.4369 -205.85 - 31 146.862 1143 8 0 -92.4384 48.7172 34.15 - 31 183.47 439 7 1 -92.3457 48.7492 5.55 - 31 239.882 1143 7 0 -92.3419 48.7499 4.15 - 31 132.056 1143 6 0 -92.266 48.7602 -25.85 - 31 94.9793 439 5 1 -92.2161 48.719 -54.45 - 31 111.8 1143 5 0 -92.2128 48.7193 -55.85 - 31 155.763 439 4 1 -92.1526 48.7286 -84.45 - 31 142.453 1143 4 0 -92.147 48.7283 -85.85 - 31 116.579 440 3 1 -92.0333 48.7279 -114.45 - 31 260.958 1143 3 0 -92.0297 48.7309 -115.85 - 31 151.978 440 2 1 -91.9893 48.7951 -144.45 - 31 421.326 1143 2 0 -91.9879 48.8001 -145.85 - 31 137.075 440 1 1 -91.9794 48.9198 -174.45 - 31 123.417 1144 1 0 -91.9769 48.9257 -175.85 - 31 125.672 441 0 1 -91.9136 49.0318 -204.45 - 31 114.504 1144 0 0 -91.9156 49.0353 -205.85 - 31 175.93 1223 2 0 -143.976 64.65 -146.016 - 31 0.567068 931 2 0 -85.0071 6.45 -146.184 - 31 28.037 930 2 0 -84.9822 6.24994 -146.039 - 31 13.432 26 9 1 -174.75 178.56 65.1662 - 31 87.922 27 9 1 -174.75 178.572 65.203 - 31 44.0072 529 4 1 -74.25 25.2023 -84.4814 - 31 43.4801 1142 3 0 -92.0075 48.65 -116.223 - 31 77.5702 1007 3 0 -90.544 21.5833 -116.25 - 31 65.6914 1006 3 0 -90.5674 21.45 -116.06 - 31 196.686 449 3 1 -90.2241 21.0866 -114.85 - 31 49.6982 1368 8 0 -47.3579 93.8592 33.75 - 31 84.0725 1369 8 0 -47.2718 93.9503 33.8518 - 31 149.309 1370 8 0 -47.2037 94.15 33.8719 - 31 359.365 438 4 1 -92.4583 48.6075 -84.45 - 31 175.099 1142 4 0 -92.459 48.6101 -85.85 - 31 129.556 438 3 1 -92.5182 48.6424 -114.45 - 31 139.47 437 2 1 -92.6799 48.8064 -144.45 - 31 109.924 434 1 1 -93.2399 49.2705 -174.45 - 31 164.972 1146 1 0 -93.2673 49.3137 -175.85 - 31 136.168 431 0 1 -93.8225 50.1645 -204.45 - 31 145.574 1150 0 0 -93.8587 50.2093 -205.85 - 31 197.379 657 8 0 15.2421 -48.5963 33.75 - 31 297.325 973 8 1 14.8328 -47.6077 35.15 - 31 47.9782 1148 4 0 -92.4809 49.7576 -85.85 - 31 111.205 1149 4 0 -92.4743 49.85 -85.9691 - 31 20.5262 1150 4 0 -92.4537 50.05 -86.1885 -Number of digits in this event = 41 +Number of tracker hits in this event = 28 + 31 277.286 1217 6 1 63.538 72.3614 -24.45 + 31 284.593 1261 6 0 63.5352 72.3584 -25.85 + 31 279.226 1217 5 1 63.4959 72.3058 -54.45 + 31 412.878 1261 5 0 63.4904 72.3027 -55.85 + 31 131.422 1216 4 1 63.3919 72.2531 -84.45 + 31 178.204 1261 4 0 63.3875 72.2545 -85.85 + 31 167.745 1216 3 1 63.3032 72.2841 -114.45 + 31 129.153 1261 3 0 63.3026 72.283 -115.85 + 31 117.597 1216 2 1 63.2846 72.2428 -144.45 + 31 108.397 1260 2 0 63.2836 72.2438 -145.85 + 31 260.05 1216 1 1 63.2707 72.2618 -174.45 + 31 117.211 1261 1 0 63.2817 72.2652 -175.85 + 31 175.408 1217 0 1 63.489 72.3685 -204.45 + 31 112.957 1261 0 0 63.4994 72.3746 -205.85 + 31 97.3759 1215 1 1 63.25 72.2878 -174.535 + 31 116.81 1218 4 1 63.7598 71.9806 -84.45 + 31 107.911 1259 4 0 63.7538 71.9684 -85.85 + 31 140.409 1218 3 1 63.6851 71.6972 -114.45 + 31 93.3974 1258 3 0 63.6825 71.7054 -115.85 + 31 138.641 1217 2 1 63.6372 71.7623 -144.45 + 31 153.441 1258 2 0 63.6326 71.7638 -145.85 + 31 14.8898 1217 1 1 63.4514 71.7349 -174.45 + 31 120.355 1258 1 0 63.4227 71.7478 -175.85 + 31 130.425 1213 0 1 62.847 72.0013 -204.45 + 31 114.489 1259 0 0 62.8197 72.0024 -205.85 + 31 211.44 1423 4 1 104.806 -84.2814 -84.45 + 31 109.656 721 5 1 -35.7095 137.362 -54.45 + 31 173.501 720 5 1 -35.8503 137.289 -54.5647 +Number of digits in this event = 19 Using G4ParticleGun ... -1.41598 LIN +4.35762 LIN gamma Event: 32 -Number of tracker hits in this event = 0 -Number of digits in this event = 1 +Number of tracker hits in this event = 38 + 32 232.709 1351 9 1 90.4248 69.9591 65.55 + 32 232.774 1249 9 0 90.4257 69.9589 64.15 + 32 319.352 1351 8 1 90.4523 69.9424 35.55 + 32 252.529 1249 8 0 90.4538 69.9452 34.15 + 32 298.788 1351 7 1 90.4896 70.0091 5.55 + 32 289.182 1249 7 0 90.4867 70.01 4.15 + 32 113.311 1351 6 1 90.4247 70.0049 -24.45 + 32 138.59 1249 6 0 90.424 69.9977 -25.85 + 32 124.387 1351 5 1 90.4109 69.8825 -54.45 + 32 123.529 1249 5 0 90.4001 69.8637 -55.85 + 32 111.284 1350 4 1 90.1677 69.4633 -84.45 + 32 8.50032 1247 4 0 90.1559 69.4503 -85.85 + 32 245.692 1246 4 0 90.1556 69.45 -85.884 + 32 345.368 1349 3 1 89.9112 69.2058 -114.45 + 32 130.755 1245 3 0 89.9132 69.1853 -115.85 + 32 158.278 1349 2 1 89.9484 68.7641 -144.45 + 32 109.768 1243 2 0 89.946 68.7585 -145.85 + 32 286.391 1348 1 1 89.811 68.6104 -174.45 + 32 123.578 1242 1 0 89.7945 68.589 -175.85 + 32 142.679 1347 0 1 89.5466 68.0975 -204.45 + 32 114.756 1240 0 0 89.5215 68.0599 -205.85 + 32 116.62 1239 0 0 89.5151 68.05 -206.216 + 32 137.577 1350 6 1 90.3393 69.8346 -24.45 + 32 134.768 1248 6 0 90.3381 69.833 -25.85 + 32 109.554 1350 5 1 90.3076 69.8001 -54.45 + 32 140.081 1248 5 0 90.2893 69.7849 -55.85 + 32 119.005 1349 4 1 89.8704 69.4273 -84.45 + 32 108.449 1244 3 0 89.983 68.9833 -115.85 + 32 125.2 1348 2 1 89.6768 68.2868 -144.45 + 32 102.037 1241 2 0 89.6507 68.2736 -145.85 + 32 125.968 1345 1 1 89.0661 67.9578 -174.45 + 32 150.155 1239 1 0 89.0569 67.9476 -175.85 + 32 138.8 1344 0 1 88.8972 67.8951 -204.45 + 32 128.137 1349 0 1 89.9795 69.5188 -204.45 + 32 149.472 1247 0 0 89.9676 69.5143 -205.85 + 32 2.19059 1350 0 1 90.15 69.5826 -204.845 + 32 121.598 1249 0 0 91.6947 69.9474 -205.85 + 32 271.388 1250 0 0 92.0769 70.05 -205.917 +Number of digits in this event = 29 Using G4ParticleGun ... -3.07173 LIN +2.60273 LIN gamma Event: 33 Number of tracker hits in this event = 0 -Number of digits in this event = 1 +Number of digits in this event = 2 Using G4ParticleGun ... -6.58744 LIN +8.17035 LIN gamma Event: 34 -Number of tracker hits in this event = 0 -Number of digits in this event = 1 -Using G4ParticleGun ... -6.35099 LIN -gamma -Event: 35 -Number of tracker hits in this event = 38 - 35 227.248 1185 8 1 57.1105 73.8274 35.55 - 35 242.608 1268 8 0 57.1087 73.8289 34.15 - 35 374.122 1185 7 1 57.0773 73.866 5.55 - 35 242.469 1269 7 0 57.0762 73.8673 4.15 - 35 123.876 1184 6 1 57.0452 73.9016 -24.45 - 35 237.414 1269 6 0 57.0423 73.9037 -25.85 - 35 284.371 1184 5 1 56.9858 73.928 -54.45 - 35 302.44 1269 5 0 56.983 73.9274 -55.85 - 35 273.376 1184 4 1 56.9276 73.911 -84.45 - 35 132.891 1269 4 0 56.9252 73.9092 -85.85 - 35 108.045 1184 3 1 56.8732 73.8771 -114.45 - 35 111.866 1269 3 0 56.8682 73.8771 -115.85 - 35 115.612 1183 2 1 56.7616 73.8885 -144.45 - 35 143.266 1269 2 0 56.7554 73.8875 -145.85 - 35 207.941 1182 1 1 56.6412 73.8683 -174.45 - 35 197.784 1269 1 0 56.6308 73.864 -175.85 - 35 313.769 1181 0 1 56.4094 73.7868 -204.45 - 35 118.253 1268 0 0 56.3921 73.7831 -205.85 - 35 120.903 1181 1 1 56.45 74.0634 -174.525 - 35 34.8068 1180 1 1 56.25 74.2061 -174.759 - 35 0.38853 1274 1 0 55.6565 75.0492 -175.85 - 35 115.361 1275 1 0 55.656 75.05 -175.851 - 35 41.7001 1276 1 0 55.5648 75.25 -176.152 - 35 33.9433 1669 3 1 153.95 -166.829 -114.524 - 35 107.348 1185 6 1 57.0602 73.9522 -24.45 - 35 129.841 1270 4 0 57.0196 74.0564 -85.85 - 35 122.96 1185 3 1 57.0728 74.0683 -114.45 - 35 145.083 1270 3 0 57.0738 74.071 -115.85 - 35 218.103 1185 2 1 57.0902 74.1318 -144.45 - 35 97.7922 1270 2 0 57.0907 74.1357 -145.85 - 35 123.66 1185 1 1 57.1193 74.2075 -174.45 - 35 121.155 1270 1 0 57.1181 74.2204 -175.85 - 35 130.187 1184 0 1 56.9884 74.5373 -204.45 - 35 123.591 1272 0 0 56.9779 74.5478 -205.85 - 35 84.701 1075 0 1 35.0815 88.6289 -204.45 - 35 241.182 1184 2 1 57.05 74.0459 -144.534 - 35 210.634 1598 6 1 139.75 -53.6352 -24.7313 - 35 233.093 1184 7 1 57.05 73.8528 5.30962 -Number of digits in this event = 29 -Using G4ParticleGun ... -9.98822 LIN -gamma -Event: 36 -Number of tracker hits in this event = 23 - 36 80.65 556 6 0 58.1985 -68.7324 -26.0809 - 36 213.394 1190 5 1 58.1991 -68.7333 -54.45 - 36 372.186 556 5 0 58.2012 -68.7348 -55.85 - 36 292.061 1190 4 1 58.2483 -68.7648 -84.45 - 36 226.428 556 4 0 58.2494 -68.7682 -85.85 - 36 121.834 1191 3 1 58.2727 -68.8327 -114.45 - 36 197.72 556 3 0 58.2722 -68.8356 -115.85 - 36 233.755 1190 2 1 58.2458 -68.9133 -144.45 - 36 142.018 555 2 0 58.2433 -68.9147 -145.85 - 36 224.093 1190 1 1 58.1852 -68.9263 -174.45 - 36 138.365 555 1 0 58.1809 -68.9269 -175.85 - 36 562.42 1190 0 1 58.1004 -68.9317 -204.45 - 36 346.732 555 0 0 58.098 -68.9345 -205.85 - 36 17.6714 557 5 0 58.2544 -68.65 -56.0606 - 36 105.785 1190 3 1 58.1581 -68.7574 -114.45 - 36 182.832 556 2 0 58.1421 -68.7528 -145.85 - 36 120.143 556 1 0 58.1352 -68.764 -175.85 - 36 112.532 556 0 0 58.176 -68.7654 -205.85 - 36 8.55135 1191 0 1 58.25 -68.8078 -204.82 - 36 109.509 553 0 0 58.8487 -69.275 -205.85 - 36 85.6594 552 0 0 59.1278 -69.45 -206.126 - 36 57.8742 551 0 0 59.3043 -69.6503 -206.233 - 36 32.4166 550 0 0 59.4082 -69.8503 -206.232 -Number of digits in this event = 17 -Using G4ParticleGun ... -7.70193 LIN -gamma -Event: 37 -Number of tracker hits in this event = 36 - 37 423.961 984 4 1 16.9919 82.7675 -84.45 - 37 297.38 1313 4 0 16.9939 82.7678 -85.85 - 37 374.948 984 3 1 17.0384 82.7678 -114.45 - 37 736.69 1313 3 0 17.0388 82.7681 -115.85 - 37 478.346 985 2 1 17.0506 82.7707 -144.45 - 37 378.717 1313 2 0 17.051 82.7714 -145.85 - 37 207.805 985 1 1 17.0609 82.7898 -174.45 - 37 263.516 1313 1 0 17.0616 82.7922 -175.85 - 37 118.165 985 0 1 17.0733 82.8226 -204.45 - 37 127.554 1313 0 0 17.0747 82.8219 -205.85 - 37 1.85645 1147 10 0 -38.6523 49.5123 93.75 - 37 181.616 1136 2 0 -10.6377 47.3223 -146.25 - 37 166.12 857 8 0 -38.7001 -8.46283 33.75 - 37 162.637 986 0 1 17.3619 82.8617 -204.45 - 37 131.605 1314 0 0 17.3678 82.8633 -205.85 - 37 245.792 1347 0 0 79.2943 89.5597 -206.25 - 37 5.84288 1348 0 0 79.5782 89.65 -205.992 - 37 17.4621 906 0 0 9.12018 1.45 -206.03 - 37 177.147 1314 2 0 17.1589 82.8969 -145.85 - 37 158.366 991 1 1 18.278 81.8468 -174.45 - 37 92.8272 1308 1 0 18.3429 81.8197 -175.85 - 37 201.809 999 0 1 19.8734 81.1195 -204.45 - 37 133.508 1305 0 0 19.9789 81.0832 -205.85 - 37 170.228 1479 1 1 116.106 -103.288 -174.45 - 37 334.553 993 2 1 18.7796 81.9638 -144.45 - 37 115.734 994 2 1 18.85 81.8425 -144.6 - 37 64.1867 1303 2 0 19.3883 80.8073 -145.85 - 37 72.4198 1302 2 0 19.4615 80.6499 -146.033 - 37 139.558 1047 1 1 29.4605 54.3208 -174.45 - 37 114.684 1168 1 0 29.6054 53.7962 -175.85 - 37 32.1307 1167 1 0 29.6299 53.6499 -176.181 - 37 54.6957 1054 0 1 30.977 38.9705 -204.45 - 37 115.944 1055 0 1 31.05 38.9039 -204.607 - 37 0.495 1091 0 0 31.1898 38.2512 -205.85 - 37 123.748 1090 0 0 31.19 38.25 -205.852 - 37 10.7266 1089 0 0 31.2304 38.05 -206.214 -Number of digits in this event = 25 -Using G4ParticleGun ... -7.54392 LIN -gamma -Event: 38 -Number of tracker hits in this event = 61 - 38 209.94 960 8 1 12.2251 3.34887 35.55 - 38 226.142 916 8 0 12.2342 3.3589 34.15 - 38 185.464 961 7 1 12.4372 3.53703 5.55 - 38 126.506 917 7 0 12.4598 3.5507 4.15 - 38 114.75 964 6 1 12.9218 3.77931 -24.45 - 38 233.883 918 6 0 12.934 3.78814 -25.85 - 38 117.863 965 5 1 13.2347 3.99007 -54.45 - 38 133.362 919 5 0 13.2469 3.97972 -55.85 - 38 99.2586 966 4 1 13.4222 3.72213 -84.45 - 38 148.888 918 4 0 13.4345 3.70475 -85.85 - 38 107.936 968 3 1 13.7414 3.24012 -114.45 - 38 116.981 915 3 0 13.755 3.19751 -115.85 - 38 119.67 970 2 1 14.0811 2.33519 -144.45 - 38 121.373 911 2 0 14.0868 2.30772 -145.85 - 38 124.113 971 1 1 14.2867 1.7673 -174.45 - 38 174.618 908 1 0 14.2962 1.76525 -175.85 - 38 110.478 972 0 1 14.4944 1.67141 -204.45 - 38 101.466 908 0 0 14.5116 1.66568 -205.85 - 38 113.232 973 0 1 14.6975 3.3119 -204.45 - 38 109.657 914 0 0 14.8173 2.98266 -205.85 - 38 107.904 960 7 1 12.2282 3.35566 5.55 - 38 148.742 916 7 0 12.2288 3.35622 4.15 - 38 135.828 960 6 1 12.2381 3.36909 -24.45 - 38 92.2846 916 6 0 12.239 3.36958 -25.85 - 38 149.236 961 5 1 12.2624 3.38138 -54.45 - 38 130.753 916 5 0 12.2638 3.38195 -55.85 - 38 307.12 961 4 1 12.2888 3.38793 -84.45 - 38 125.523 916 4 0 12.2881 3.38916 -85.85 - 38 188.001 961 3 1 12.275 3.41526 -114.45 - 38 143.157 916 3 0 12.2747 3.41675 -115.85 - 38 128.221 961 2 1 12.2708 3.44704 -144.45 - 38 118.317 916 2 0 12.2717 3.44773 -145.85 - 38 110.552 961 1 1 12.2799 3.4434 -174.45 - 38 95.7114 916 1 0 12.282 3.44352 -175.85 - 38 107.547 961 0 1 12.3278 3.43965 -204.45 - 38 286.837 916 0 0 12.3248 3.42788 -205.85 - 38 247.697 917 4 0 12.354 3.50181 -85.85 - 38 153.202 972 3 1 14.5722 5.16107 -114.45 - 38 18.618 925 3 0 14.5861 5.24566 -115.85 - 38 82.606 926 3 0 14.5866 5.25 -115.923 - 38 122.244 975 2 1 15.2066 6.99046 -144.45 - 38 97.4481 934 2 0 15.29 6.94072 -145.85 - 38 1.70577 986 1 1 17.4477 5.76562 -174.45 - 38 113.286 987 1 1 17.45 5.7642 -174.462 - 38 256.473 927 1 0 17.7288 5.58934 -175.85 - 38 109.833 1016 0 1 23.3665 1.59568 -204.45 - 38 117.944 906 0 0 23.6414 1.32376 -205.85 - 38 4.3017 905 0 0 23.7185 1.25 -206.236 - 38 49.4805 960 4 1 12.25 3.42598 -84.7431 - 38 5.96365 958 3 1 11.6599 5.91245 -114.45 - 38 105.572 957 3 1 11.65 5.92142 -114.476 - 38 112.828 931 3 0 11.1751 6.29944 -115.85 - 38 110.883 988 3 0 1.74944 17.7535 -116.25 - 38 17.3889 989 3 0 1.69819 17.8501 -116.062 - 38 412.57 909 3 1 2.00321 16.983 -114.85 - 38 156.427 910 3 1 2.05 16.2147 -114.669 - 38 154.251 911 3 1 2.25024 16.4009 -114.716 - 38 131.785 900 0 0 6.3872 0.221694 -206.249 - 38 60.2042 928 0 1 5.74106 0.130215 -204.849 - 38 97.0935 927 0 1 5.64988 0.108129 -204.692 - 38 15.1687 926 0 1 5.44976 0.0601985 -204.494 -Number of digits in this event = 30 -Using G4ParticleGun ... -4.2889 LIN -gamma -Event: 39 -Number of tracker hits in this event = 4 - 39 27.2757 329 2 0 99.7369 -114.264 -146.25 - 39 289.721 328 2 0 99.7476 -114.35 -146.22 - 39 158.671 987 2 1 17.65 -24.3354 -144.774 - 39 84.4523 988 2 1 17.65 -24.4635 -144.54 -Number of digits in this event = 4 -Using G4ParticleGun ... -6.26687 LIN -gamma -Event: 40 -Number of tracker hits in this event = 66 - 40 302.47 1353 7 1 90.9384 2.87925 5.55 - 40 267.36 914 7 0 90.9384 2.87909 4.15 - 40 304.969 1353 6 1 90.9317 2.86984 -24.45 - 40 326.864 914 6 0 90.9794 2.94258 -25.85 - 40 123.035 1358 5 1 91.8833 4.39541 -54.45 - 40 106.592 922 5 0 91.9436 4.46723 -55.8502 - 40 146.038 1365 4 1 93.1574 6.1466 -84.4502 - 40 89.1068 930 4 0 93.1642 6.22954 -85.85 - 40 17.6814 931 4 0 93.1647 6.25001 -86.2005 - 40 219.1 1364 3 1 93.1415 7.89968 -114.45 - 40 177.946 939 3 0 93.1464 7.97686 -115.85 - 40 136.785 1364 2 1 93.0566 9.98253 -144.45 - 40 89.2657 949 2 0 93.1407 10.0126 -145.85 - 40 124.345 1372 1 1 94.6685 10.6695 -174.45 - 40 117.93 953 1 0 94.7709 10.6725 -175.85 - 40 21.6677 1381 0 1 96.5425 10.815 -204.45 - 40 104.555 1382 0 1 96.55 10.8154 -204.552 - 40 107.515 953 0 0 96.6581 10.8314 -205.85 - 40 51.0734 942 0 0 95.1188 8.56856 -205.85 - 40 385.923 938 3 0 93.0951 7.85 -115.996 - 40 397.447 937 3 0 93.0741 7.64971 -115.949 - 40 114.562 1363 3 1 92.95 8.13797 -114.616 - 40 51.0247 1364 4 1 93.15 6.18347 -84.7741 - 40 18.407 936 4 0 90.6107 7.40067 -85.8505 - 40 17.6746 1342 4 1 88.4897 9.56118 -84.8499 - 40 326.863 1341 4 1 88.45 9.60823 -84.833 - 40 85.998 953 4 0 86.9525 10.7964 -85.8502 - 40 2.85466 952 4 0 86.855 10.65 -85.8513 - 40 150.489 1338 4 1 87.7753 6.89295 -84.8499 - 40 274.119 1337 4 1 87.6497 6.719 -84.6921 - 40 265.55 1092 2 1 38.5668 57.6069 -144.85 - 40 128.936 1109 1 0 81.3349 41.999 -176.25 - 40 106.962 1353 5 1 90.882 2.85505 -54.45 - 40 100.909 914 5 0 90.8814 2.85549 -55.85 - 40 338.027 1353 4 1 90.8644 2.84831 -84.45 - 40 318.061 913 4 0 90.864 2.84775 -85.85 - 40 153.391 1353 3 1 90.8668 2.82925 -114.45 - 40 219.672 913 3 0 90.8685 2.82972 -115.85 - 40 134.846 1353 2 1 90.9064 2.84044 -144.45 - 40 112.43 913 2 0 90.9097 2.83977 -145.85 - 40 175.431 1354 1 1 90.9765 2.83174 -174.45 - 40 148.225 913 1 0 90.9797 2.83019 -175.85 - 40 138.361 1354 0 1 91.0473 2.79984 -204.45 - 40 326.977 913 0 0 91.0499 2.79844 -205.85 - 40 160.865 1651 5 0 96.5031 150.388 -56.25 - 40 142.775 1396 1 1 99.4586 -44.0939 -174.451 - 40 164.131 678 1 0 99.8738 -44.2533 -175.85 - 40 344.389 1013 1 0 -6.30109 22.7934 -176.25 - 40 73.3799 1014 1 0 -6.64368 22.85 -176.215 - 40 108.09 1354 2 1 91.1431 0.67243 -144.45 - 40 179.602 901 2 0 91.1459 0.365344 -145.85 - 40 138.676 1356 1 1 91.3762 -5.3941 -174.45 - 40 119.57 871 1 0 91.5651 -5.76579 -175.85 - 40 22.8341 870 1 0 91.6108 -5.85 -176.184 - 40 69.2749 1375 0 1 95.2624 -12.7064 -204.45 - 40 82.2052 1376 0 1 95.3503 -12.7416 -204.642 - 40 119.651 835 0 0 95.9057 -12.9531 -205.85 - 40 92.6426 900 2 0 91.1297 0.25 -146.216 - 40 194.275 840 3 0 119.111 -11.9706 -116.25 - 40 134.011 911 4 0 90.8175 2.38378 -85.85 - 40 51.6956 1227 2 1 65.4791 -12.9486 -144.45 - 40 80.8828 1226 2 1 65.4498 -13.0144 -144.583 - 40 187.545 833 2 0 65.4256 -13.2954 -145.85 - 40 65.2319 1223 2 1 64.7245 -13.0399 -144.45 - 40 95.1842 1222 2 1 64.65 -13.0065 -144.525 - 40 139.65 836 2 0 65.1972 -12.7689 -145.85 -Number of digits in this event = 39 -Using G4ParticleGun ... -3.62699 LIN -gamma -Event: 41 -Number of tracker hits in this event = 82 - 41 493.634 246 8 1 -130.876 -63.3557 35.55 - 41 238.847 583 8 0 -130.874 -63.3574 34.15 - 41 288.673 246 7 1 -130.834 -63.3889 5.55 - 41 345.841 583 7 0 -130.827 -63.389 4.15 - 41 156.84 247 6 1 -130.706 -63.3897 -24.45 - 41 225.979 583 6 0 -130.7 -63.3899 -25.85 - 41 114.692 247 5 1 -130.583 -63.3865 -54.45 - 41 126.629 583 5 0 -130.579 -63.3851 -55.85 - 41 113.435 248 4 1 -130.494 -63.3466 -84.45 - 41 116.225 583 4 0 -130.49 -63.348 -85.85 - 41 103.699 248 3 1 -130.407 -63.3956 -114.45 - 41 328.033 583 3 0 -130.405 -63.3955 -115.85 - 41 121.303 248 2 1 -130.367 -63.403 -144.45 - 41 367.903 583 2 0 -130.363 -63.4093 -145.85 - 41 229.342 249 1 1 -130.316 -63.51 -174.45 - 41 341.158 582 1 0 -130.311 -63.5139 -175.85 - 41 318.198 249 0 1 -130.217 -63.5995 -204.45 - 41 140.211 582 0 0 -130.218 -63.6056 -205.85 - 41 236.154 1406 10 0 170.462 101.35 93.7617 - 41 89.353 1405 10 0 170.984 101.35 93.9859 - 41 657.36 584 0 0 -130.134 -63.1209 -205.85 - 41 43.5394 585 0 0 -130.048 -63.05 -206.107 - 41 633.7 250 0 1 -130.15 -63.1535 -204.723 - 41 40.7427 583 0 0 -130.055 -63.25 -206.13 - 41 37.4231 251 0 1 -129.95 -63.1509 -204.491 - 41 126.852 246 6 1 -130.88 -63.278 -24.4501 - 41 284.878 245 6 1 -130.95 -63.2782 -24.472 - 41 67.1926 244 6 1 -131.15 -63.1468 -24.4957 - 41 101.965 584 6 0 -130.987 -63.109 -25.8503 - 41 68.5665 585 6 0 -131.014 -63.0499 -25.988 - 41 11.4069 582 6 0 -130.881 -63.45 -26.2085 - 41 115.88 246 5 1 -130.927 -63.5381 -54.45 - 41 137.195 582 5 0 -130.942 -63.5369 -55.85 - 41 133.014 244 4 1 -131.224 -63.5017 -84.45 - 41 192.373 582 4 0 -131.247 -63.4951 -85.85 - 41 228.285 242 3 1 -131.709 -63.373 -114.45 - 41 146.366 238 2 1 -132.437 -63.3118 -144.45 - 41 146.356 235 1 1 -133.117 -63.537 -174.45 - 41 212.501 231 0 1 -133.77 -63.7382 -204.45 - 41 144.194 581 0 0 -133.798 -63.7519 -205.85 - 41 225.387 584 3 0 -131.656 -63.25 -116.123 - 41 72.5644 247 2 1 -130.604 -60.6111 -144.45 - 41 166.201 246 2 1 -130.75 -60.5606 -144.676 - 41 26.3375 600 2 0 -131.949 -59.9015 -145.85 - 41 74.5553 601 2 0 -132.029 -59.8498 -145.932 - 41 120.799 602 2 0 -132.126 -59.65 -146.066 - 41 74.4128 603 2 0 -132.046 -59.45 -146.064 - 41 66.5771 604 2 0 -132.032 -59.25 -146.032 - 41 168.975 605 2 0 -132.077 -59.05 -145.976 - 41 56.3043 606 2 0 -132.229 -58.8499 -145.919 - 41 102.206 607 2 0 -132.305 -58.65 -145.912 - 41 90.3752 608 2 0 -132.515 -58.45 -145.899 - 41 65.7915 609 2 0 -132.59 -58.25 -145.97 - 41 178.786 610 2 0 -132.623 -58.05 -146.021 - 41 217.413 585 3 0 -131.435 -63.0069 -115.85 - 41 317.763 240 2 1 -132.072 -63.3268 -144.45 - 41 115.195 243 1 1 -131.369 -64.187 -174.45 - 41 128.859 579 1 0 -131.463 -64.1197 -175.85 - 41 114.643 236 0 1 -132.777 -64.7672 -204.45 - 41 141.703 577 0 0 -132.942 -64.5912 -205.851 - 41 260.128 584 2 0 -132.084 -63.1011 -145.85 - 41 30.4727 585 2 0 -132.096 -63.05 -146.183 - 41 150.314 239 1 1 -132.199 -58.6255 -174.45 - 41 25.6944 240 1 1 -132.15 -58.6806 -174.777 - 41 102.734 605 1 0 -132.002 -58.8577 -175.85 - 41 87.5801 254 0 1 -129.34 -62.9726 -204.45 - 41 17.5051 253 0 1 -129.35 -62.909 -204.776 - 41 5.23018 586 0 0 -129.372 -62.6547 -205.85 - 41 130.949 587 0 0 -129.373 -62.65 -205.869 - 41 46.6225 1012 14 1 22.45 27.0779 215.231 - 41 166.414 247 1 1 -130.678 -62.9223 -174.45 - 41 107.914 585 1 0 -130.639 -62.8772 -175.85 - 41 11.0679 594 0 0 -130.047 -61.0548 -205.85 - 41 107.479 595 0 0 -130.046 -61.05 -205.904 - 41 104.177 245 2 1 -131.029 -63.4451 -144.45 - 41 148.615 582 2 0 -131.29 -63.5678 -145.85 - 41 91.7699 218 1 1 -136.449 -66.5835 -174.45 - 41 22.0463 217 1 1 -136.55 -66.6295 -174.763 - 41 145.545 566 1 0 -136.92 -66.787 -175.85 - 41 228.856 164 0 1 -147.283 -70.7771 -204.451 - 41 54.7316 163 0 1 -147.35 -70.7667 -204.666 - 41 116.568 546 0 0 -147.73 -70.6929 -205.85 -Number of digits in this event = 45 -Using G4ParticleGun ... -6.99333 LIN -gamma -Event: 42 -Number of tracker hits in this event = 59 - 42 252.992 1211 9 1 62.4117 -84.0265 65.55 - 42 213.62 480 9 0 62.4112 -84.0266 64.15 - 42 282.452 1211 8 1 62.3999 -84.0309 35.55 - 42 99.2484 480 8 0 62.3986 -84.0315 34.15 - 42 116.818 1211 7 1 62.3678 -84.0488 5.55 - 42 260.295 480 7 0 62.3656 -84.0486 4.15 - 42 402.926 1211 6 1 62.321 -84.0472 -24.45 - 42 327.667 480 6 0 62.3188 -84.0474 -25.85 - 42 303.216 1211 5 1 62.2769 -84.0487 -54.45 - 42 104.192 480 5 0 62.2759 -84.0484 -55.85 - 42 170.83 1211 4 1 62.2542 -84.048 -84.45 - 42 35.8515 480 4 0 62.2529 -84.0499 -85.85 - 42 83.7287 479 4 0 62.2528 -84.05 -85.9439 - 42 144.058 1210 3 1 62.2263 -84.086 -114.45 - 42 126.058 479 3 0 62.2247 -84.0893 -115.85 - 42 258.726 1210 2 1 62.1931 -84.1607 -144.45 - 42 126.236 479 2 0 62.1866 -84.1644 -145.85 - 42 27.8874 1210 1 1 62.0502 -84.256 -174.45 - 42 204.892 1209 1 1 62.05 -84.2561 -174.5 - 42 133.743 478 1 0 62.0449 -84.2594 -175.85 - 42 111.194 1209 0 1 61.9425 -84.3361 -204.45 - 42 195.334 478 0 0 61.9409 -84.3376 -205.85 - 42 154.687 517 9 1 -76.45 -4.60541 65.2644 - 42 170.331 486 0 0 46.9166 -82.6557 -206.25 - 42 12.1025 1129 0 1 45.8849 -83.8138 -204.85 - 42 51.2871 1128 0 1 45.8499 -83.8366 -204.826 - 42 71.2365 1127 0 1 45.65 -83.9294 -204.755 - 42 88.3223 1126 0 1 45.45 -83.9772 -204.679 - 42 270.509 1125 0 1 45.25 -84.0527 -204.609 - 42 382.112 1124 0 1 45.05 -84.0939 -204.51 - 42 12.2253 694 1 0 92.593 -41.25 -176.196 - 42 87.025 580 9 0 -19.9137 -63.8682 63.75 - 42 75.7259 695 1 0 92.8072 -41.05 -176.017 - 42 30.8131 480 2 0 62.0272 -83.8747 -145.851 - 42 78.9508 481 2 0 62.0162 -83.8498 -145.975 - 42 173.004 1203 1 1 60.7114 -77.5845 -174.45 - 42 129.198 511 1 0 61.05 -77.7601 -175.85 - 42 23.3024 1226 0 1 65.3816 -80.3633 -204.45 - 42 82.3214 1227 0 1 65.45 -80.2949 -204.489 - 42 86.1836 1228 0 1 65.65 -80.0579 -204.592 - 42 124.234 1229 0 1 65.85 -79.8278 -204.669 - 42 28.2077 1230 0 1 66.05 -79.6617 -204.796 - 42 8.66805 507 0 0 67.4306 -78.466 -205.85 - 42 170.325 508 0 0 67.4493 -78.45 -205.864 - 42 55.3852 509 0 0 67.7053 -78.25 -206.11 - 42 134.004 1210 4 1 62.2499 -84.04 -84.8037 - 42 134.106 479 8 0 62.2654 -84.0521 34.15 - 42 108.967 1210 7 1 62.1446 -84.0434 5.55 - 42 184.4 481 5 0 62.4096 -83.8369 -55.85 - 42 182.833 1212 4 1 62.59 -84.2852 -84.45 - 42 148.461 478 4 0 62.6042 -84.311 -85.85 - 42 126.017 1214 3 1 62.9034 -84.8306 -114.45 - 42 161.552 475 3 0 62.9185 -84.855 -115.85 - 42 174.715 1215 2 1 63.1893 -85.3743 -144.45 - 42 117.85 473 2 0 63.2027 -85.4021 -145.85 - 42 116.848 1217 1 1 63.4684 -85.983 -174.45 - 42 108.52 470 1 0 63.4788 -86.0089 -175.85 - 42 495.597 1218 0 1 63.6768 -86.5906 -204.45 - 42 403.392 467 0 0 63.6999 -86.6127 -205.85 -Number of digits in this event = 37 -Using G4ParticleGun ... -4.447 LIN -gamma -Event: 43 -Number of tracker hits in this event = 165 - 43 204.674 697 9 1 -40.4566 82.9545 65.55 - 43 234.18 1314 9 0 -40.4589 82.9569 64.15 - 43 210.965 697 8 1 -40.5024 83.0002 35.55 - 43 251.578 1314 8 0 -40.5036 83.0027 34.15 - 43 116.59 697 7 1 -40.5365 83.053 5.55 - 43 325.088 1315 7 0 -40.5407 83.0579 4.15 - 43 124.213 697 6 1 -40.6238 83.1491 -24.45 - 43 287.374 1315 6 0 -40.6276 83.1553 -25.85 - 43 462.073 696 5 1 -40.7294 83.2807 -54.45 - 43 105.99 1316 5 0 -40.7278 83.2906 -55.85 - 43 203.482 696 4 1 -40.6952 83.4717 -84.45 - 43 137.378 1317 4 0 -40.6922 83.4781 -85.85 - 43 122.307 697 3 1 -40.5985 83.6323 -114.45 - 43 372.623 1317 3 0 -40.5935 83.6427 -115.85 - 43 115.734 697 2 1 -40.5162 83.8719 -144.45 - 43 302.599 1319 2 0 -40.5134 83.881 -145.85 - 43 431.684 697 1 1 -40.462 84.0544 -174.45 - 43 416.934 1320 1 0 -40.4563 84.0653 -175.85 - 43 160.689 698 0 1 -40.3341 84.2835 -204.45 - 43 138.267 1321 0 0 -40.3292 84.2953 -205.85 - 43 42.2758 566 0 0 -131.325 -66.8109 -206.25 - 43 235.942 565 0 0 -131.455 -66.85 -206.112 - 43 200.904 237 0 1 -132.652 -67.1477 -204.85 - 43 392.2 236 0 1 -132.75 -66.9051 -204.542 - 43 319.702 235 0 1 -132.95 -67.6457 -204.83 - 43 180.14 696 1 1 -40.7516 85.712 -174.85 - 43 229.218 699 0 1 -40.2025 84.2142 -204.45 - 43 117.48 1320 0 0 -40.1864 84.2186 -205.85 - 43 44.9302 1318 0 0 -40.2345 83.6558 -205.85 - 43 292.992 1317 0 0 -40.2351 83.65 -205.961 - 43 97.5671 1028 3 0 -24.7126 25.7464 -116.25 - 43 201.168 696 2 1 -40.7105 83.8961 -144.451 - 43 84.0425 1318 2 0 -40.8617 83.8219 -145.85 - 43 86.953 678 1 1 -44.3773 82.9176 -174.45 - 43 28.9552 677 1 1 -44.45 82.801 -174.746 - 43 93.93 1311 1 0 -44.7998 82.3979 -175.85 - 43 40.0605 636 0 1 -52.7449 73.5421 -204.45 - 43 78.8699 635 0 1 -52.85 73.5183 -204.574 - 43 15.2043 634 0 1 -53.05 73.4711 -204.824 - 43 153.918 1265 0 0 -53.8528 73.2464 -205.85 - 43 58.9006 1159 0 0 -97.4035 51.9536 -206.25 - 43 92.6482 1158 0 0 -97.5667 51.85 -206.137 - 43 20.3797 1157 0 0 -97.786 51.6499 -205.9 - 43 36.9045 407 0 1 -98.6863 50.6619 -204.85 - 43 127.213 406 0 1 -98.75 50.5882 -204.778 - 43 278.82 405 0 1 -98.9501 50.3155 -204.537 - 43 1.61857 1163 0 0 -98.8837 52.8437 -205.85 - 43 55.1061 1164 0 0 -98.8828 52.85 -205.854 - 43 84.4436 1165 0 0 -98.8657 53.0501 -205.967 - 43 48.2631 1166 0 0 -98.8413 53.25 -206.093 - 43 216.958 404 0 1 -99.15 50.666 -204.527 - 43 15.7353 1273 2 0 -38.5889 74.668 -146.25 - 43 354.171 1272 2 0 -38.5713 74.6498 -146.205 - 43 77.948 1271 2 0 -38.4703 74.45 -145.972 - 43 483.294 695 1 1 -40.9624 84.1003 -174.45 - 43 134.003 1321 1 0 -40.9898 84.2618 -175.85 - 43 70.1444 693 0 1 -41.4434 87.8387 -204.45 - 43 44.0707 692 0 1 -41.45 87.8801 -204.692 - 43 90.3743 1340 0 0 -41.477 88.0696 -205.85 - 43 230.258 763 0 1 -27.45 69.6553 -204.772 - 43 33.2327 764 0 1 -27.25 69.6069 -204.581 - 43 211.067 694 1 1 -41.05 83.7528 -174.568 - 43 80.7361 1308 1 0 -40.0475 81.8226 -175.85 - 43 113.887 1307 1 0 -39.9631 81.65 -176.006 - 43 72.8876 1202 1 0 -40.7546 60.5608 -176.25 - 43 102.381 1201 1 0 -40.7949 60.4499 -176.013 - 43 415.904 694 2 1 -41.1411 83.7285 -144.45 - 43 45.3376 695 2 1 -41.05 83.847 -144.718 - 43 99.0701 1321 2 0 -40.7118 84.3391 -145.85 - 43 46.2342 1322 2 0 -40.6282 84.45 -146.117 - 43 15.4657 747 1 1 -30.5198 95.6608 -174.45 - 43 55.67 748 1 1 -30.45 95.6495 -174.472 - 43 53.2936 749 1 1 -30.2495 95.6173 -174.528 - 43 76.9227 750 1 1 -30.05 95.5906 -174.569 - 43 53.8058 751 1 1 -29.85 95.5548 -174.634 - 43 52.9123 752 1 1 -29.65 95.5287 -174.694 - 43 146.548 753 1 1 -29.45 95.5033 -174.755 - 43 26.5138 754 1 1 -29.2499 95.472 -174.813 - 43 320.326 1372 1 0 -25.9794 94.7048 -175.85 - 43 124.751 1371 1 0 -25.3215 94.55 -176.116 - 43 23.8849 1088 0 1 37.8031 75.2288 -204.45 - 43 97.8549 1089 0 1 37.85 75.272 -204.53 - 43 36.0722 1278 0 0 38.4654 75.8003 -205.85 - 43 100.097 1279 0 0 38.5161 75.8501 -205.96 - 43 146.04 1317 2 0 -41.3308 83.6076 -145.85 - 43 152.487 679 1 1 -44.1094 80.9127 -174.45 - 43 194.536 1304 1 0 -44.2532 80.9863 -175.85 - 43 85.004 661 0 1 -47.8371 83.0748 -204.451 - 43 82.4429 660 0 1 -47.85 83.0877 -204.573 - 43 45.8377 1315 0 0 -48.0527 83.2324 -205.85 - 43 260.576 1316 0 0 -48.0763 83.25 -205.994 - 43 23.8609 1281 0 0 -47.7828 76.3015 -205.85 - 43 122.053 1280 0 0 -47.8128 76.25 -206.084 - 43 183.223 696 8 1 -40.6501 82.9232 35.4157 - 43 76.6719 697 5 1 -40.65 83.1448 -54.4719 - 43 93.5308 698 5 1 -40.45 83.0499 -54.5772 - 43 78.2629 699 5 1 -40.2495 82.9802 -54.6457 - 43 426.008 700 5 1 -40.05 82.909 -54.7554 - 43 16.2349 1311 5 0 -38.9282 82.2799 -55.85 - 43 116.787 1310 5 0 -38.8808 82.25 -55.8978 - 43 49.1994 1309 5 0 -38.5842 82.0499 -56.1835 - 43 125.023 561 5 0 95.6136 -67.6999 -56.25 - 43 219.82 560 5 0 95.7257 -67.85 -56.1536 - 43 97.3928 559 5 0 95.9087 -68.05 -56.0591 - 43 216.551 558 5 0 96.1448 -68.25 -56.0092 - 43 61.1187 1387 5 1 97.5839 -68.2124 -54.85 - 43 78.1939 1388 5 1 97.75 -68.2062 -54.6672 - 43 80.5327 1389 5 1 97.9501 -68.2409 -54.5128 - 43 211.059 1390 5 1 98.15 -68.223 -54.568 - 43 57.0018 1391 5 1 98.3506 -68.1236 -54.7806 - 43 76.1507 1415 5 1 103.316 -66.1369 -54.85 - 43 90.1439 1416 5 1 103.35 -66.1193 -54.8392 - 43 483.144 1417 5 1 103.55 -65.9201 -54.7687 - 43 152.82 574 5 0 103.567 -65.1684 -55.85 - 43 52.8212 575 5 0 103.593 -65.05 -56.0899 - 43 93.207 576 5 0 103.566 -64.8499 -56.0792 - 43 22.8423 577 5 0 103.557 -64.65 -55.8778 - 43 237.28 1315 5 0 -40.6383 83.1257 -55.85 - 43 25.6831 707 4 1 -38.4676 83.4319 -84.45 - 43 114.676 708 4 1 -38.45 83.4112 -84.5486 - 43 107.442 1315 4 0 -38.1862 83.2024 -85.85 - 43 129.693 740 3 1 -31.9586 79.2761 -114.45 - 43 107.829 1297 3 0 -31.6215 79.4526 -115.85 - 43 112.044 773 2 1 -25.3552 82.5119 -144.45 - 43 114.527 1312 2 0 -25.1653 82.6036 -145.85 - 43 90.5264 791 1 1 -21.7492 83.0306 -174.45 - 43 82.2053 792 1 1 -21.6499 83.0748 -174.711 - 43 2.19084 1315 1 0 -21.272 83.2485 -175.85 - 43 220.82 1316 1 0 -21.2686 83.25 -175.86 - 43 56.6144 838 0 1 -12.3938 84.878 -204.45 - 43 108.008 839 0 1 -12.25 84.8014 -204.511 - 43 60.1992 840 0 1 -12.0499 84.7002 -204.586 - 43 64.7583 841 0 1 -11.85 84.5986 -204.652 - 43 58.0305 842 0 1 -11.65 84.5024 -204.729 - 43 64.178 843 0 1 -11.45 84.4081 -204.834 - 43 85.6084 1399 0 0 -8.77475 100.043 -206.25 - 43 90.8667 1400 0 0 -9.01811 100.15 -206.168 - 43 79.9487 1401 0 0 -9.3092 100.35 -206.102 - 43 34.3623 1402 0 0 -9.27691 100.55 -205.921 - 43 125.509 851 0 1 -9.81855 103.224 -204.85 - 43 55.8042 850 0 1 -9.85 103.674 -204.802 - 43 100.274 849 0 1 -10.05 103.747 -204.777 - 43 55.1093 848 0 1 -10.25 103.778 -204.763 - 43 50.2803 847 0 1 -10.45 103.854 -204.759 - 43 88.6078 846 0 1 -10.6502 103.934 -204.719 - 43 76.7164 845 0 1 -10.85 104.02 -204.716 - 43 68.3282 844 0 1 -11.05 104.092 -204.621 - 43 202.963 698 8 1 -40.3623 83.0018 35.55 - 43 57.7877 698 7 1 -40.251 83.0782 5.55 - 43 76.7484 699 7 1 -40.25 83.0785 5.36473 - 43 144.416 699 6 1 -40.0961 83.1405 -24.45 - 43 113.069 700 4 1 -39.8979 83.3998 -84.45 - 43 109.076 1316 4 0 -39.8955 83.4035 -85.85 - 43 127.564 701 3 1 -39.8493 83.4529 -114.45 - 43 126.27 701 2 1 -39.835 83.4208 -144.45 - 43 185.124 1316 2 0 -39.8365 83.4201 -145.85 - 43 156.346 700 1 1 -39.879 83.3992 -174.45 - 43 131.162 700 0 1 -39.9794 83.3164 -204.45 - 43 25.1252 1450 0 0 -176.657 110.184 -205.85 - 43 79.4922 1317 6 0 -41.2631 83.4559 -25.8504 - 43 225.744 1316 6 0 -41.4271 83.45 -25.9659 - 43 413.806 682 6 1 -43.5194 82.4785 -24.8493 - 43 278.865 683 6 1 -43.45 82.5262 -24.646 - 43 164.607 700 6 1 -40.05 83.1574 -24.5479 - 43 382.335 701 6 1 -39.8499 83.2437 -24.4902 -Number of digits in this event = 70 -Using G4ParticleGun ... -8.7361 LIN -gamma -Event: 44 -Number of tracker hits in this event = 23 - 44 300.71 1094 4 1 38.9089 103.431 -84.45 - 44 206.927 1416 4 0 38.9089 103.431 -85.85 - 44 214.053 1094 3 1 38.9157 103.421 -114.45 - 44 310.672 1416 3 0 38.9156 103.419 -115.85 - 44 200.799 1094 2 1 38.9129 103.356 -144.45 - 44 307.236 1416 2 0 38.9142 103.353 -145.85 - 44 145.28 1094 1 1 38.9336 103.292 -174.45 - 44 177.932 1415 1 0 38.9405 103.288 -175.85 - 44 129.527 1095 0 1 39.0783 103.196 -204.45 - 44 120.868 1415 0 0 39.0834 103.187 -205.85 - 44 16.6885 761 10 0 60.9131 -27.8199 93.75 - 44 408.364 760 10 0 60.8888 -27.85 93.7987 - 44 20.7537 1147 3 1 49.45 -122.893 -114.686 - 44 120.607 1094 0 1 39.0373 103.286 -204.45 - 44 112.736 1418 0 0 38.9445 103.803 -205.85 - 44 52.7221 1404 2 0 38.4152 101.111 -145.85 - 44 106.832 1093 2 1 38.8162 103.464 -144.45 - 44 120.875 1092 1 1 38.6402 103.522 -174.45 - 44 182.107 1416 1 0 38.6299 103.529 -175.85 - 44 136.838 1091 0 1 38.4284 103.678 -204.45 - 44 97.9104 1417 0 0 38.425 103.696 -205.85 - 44 18.857 1023 0 1 24.85 103.153 -204.775 - 44 142.976 1022 0 1 24.65 103.15 -204.675 -Number of digits in this event = 18 -Using G4ParticleGun ... -5.72829 LIN -gamma -Event: 45 -Number of tracker hits in this event = 104 - 45 356.143 443 9 1 -91.4564 14.2011 65.55 - 45 427.861 970 9 0 -91.4568 14.2017 64.15 - 45 262.753 443 8 1 -91.4707 14.2129 35.55 - 45 308.763 970 8 0 -91.4722 14.2125 34.15 - 45 227.771 443 7 1 -91.5016 14.2039 5.55 - 45 130.172 970 7 0 -91.5007 14.2024 4.15 - 45 112.466 443 6 1 -91.4781 14.1577 -24.45 - 45 130.312 970 6 0 -91.4748 14.1592 -25.85 - 45 306.311 443 5 1 -91.3958 14.1898 -54.45 - 45 211.19 970 5 0 -91.394 14.1933 -55.85 - 45 138.264 443 4 1 -91.3718 14.2641 -84.45 - 45 143.477 971 4 0 -91.371 14.2689 -85.85 - 45 143.797 443 3 1 -91.3562 14.3665 -114.45 - 45 119.525 971 3 0 -91.356 14.3703 -115.85 - 45 173.548 443 2 1 -91.3522 14.4484 -144.45 - 45 204.422 971 2 0 -91.3522 14.4469 -145.85 - 45 101.811 444 1 1 -91.3433 14.421 -174.45 - 45 180.846 971 1 0 -91.3464 14.421 -175.85 - 45 399.745 443 0 1 -91.379 14.4334 -204.45 - 45 346.161 971 0 0 -91.3985 14.438 -205.85 - 45 138.653 614 6 0 -53.5305 -57.05 -26.214 - 45 11.5355 630 6 1 -54.0475 -56.7243 -24.85 - 45 23.179 629 6 1 -54.05 -56.7201 -24.8498 - 45 28.3065 913 0 1 2.74864 146.555 -204.85 - 45 9.76842 1463 0 0 31.3423 112.768 -206.25 - 45 232.64 1462 0 0 31.3554 112.75 -206.242 - 45 249.678 1461 0 0 31.5508 112.55 -206.208 - 45 413.705 1460 0 0 31.6749 112.35 -206.187 - 45 162.425 444 0 1 -91.35 14.4527 -204.716 - 45 117.456 972 0 0 -91.2686 14.4911 -205.85 - 45 77.4051 442 2 1 -91.55 14.4814 -144.635 - 45 112.438 976 2 0 -91.372 15.2821 -145.85 - 45 72.8974 977 2 0 -91.275 15.45 -146.033 - 45 147.471 978 2 0 -91.1887 15.65 -146.119 - 45 49.0865 979 2 0 -91.1163 15.8505 -146.161 - 45 37.8726 980 2 0 -91.0828 16.05 -146.219 - 45 302.466 970 4 0 -91.3014 14.25 -86.0479 - 45 70.6979 442 5 1 -91.55 14.1872 -54.6082 - 45 43.096 414 4 1 -97.3027 14.919 -84.4501 - 45 83.3194 413 4 1 -97.35 14.9263 -84.582 - 45 133.162 975 4 0 -97.8493 15.0747 -85.85 - 45 77.294 364 3 1 -107.174 18.3524 -114.45 - 45 90.7431 363 3 1 -107.35 18.3987 -114.63 - 45 3.38731 362 3 1 -107.55 18.4552 -114.838 - 45 257.42 993 3 0 -108.475 18.7503 -115.85 - 45 8.80479 994 3 0 -108.792 18.85 -116.226 - 45 33.0489 235 2 1 -133.108 28.0358 -144.45 - 45 85.6946 234 2 1 -133.15 28.0265 -144.578 - 45 174.408 1039 2 0 -133.562 27.9896 -145.85 - 45 67.0244 189 1 1 -142.245 23.7321 -174.45 - 45 91.1779 188 1 1 -142.35 23.8537 -174.603 - 45 80.5284 1023 1 0 -143.15 24.6905 -175.85 - 45 64.7888 1024 1 0 -143.304 24.85 -176.067 - 45 127.2 971 5 0 -91.7971 14.25 -56.1218 - 45 70.5762 968 5 0 -91.4246 13.6888 -55.8501 - 45 217.083 967 5 0 -91.4163 13.6499 -55.9606 - 45 28.8882 457 4 1 -88.5061 5.47472 -84.45 - 45 97.1268 458 4 1 -88.45 5.46792 -84.5537 - 45 145.208 926 4 0 -87.5909 5.43162 -85.8503 - 45 11.3774 927 4 0 -87.3763 5.45 -86.2253 - 45 12.653 532 3 1 -73.4551 6.91743 -114.45 - 45 94.8838 533 3 1 -73.45 6.91011 -114.5 - 45 106.154 932 3 0 -73.2273 6.63929 -115.85 - 45 94.3444 567 2 1 -66.5553 1.739 -144.45 - 45 45.896 566 2 1 -66.65 1.83702 -144.7 - 45 103.593 911 2 0 -67.2039 2.32867 -145.85 - 45 15.2761 912 2 0 -67.2807 2.45 -146.203 - 45 173.566 1390 7 1 98.2522 -46.677 5.54993 - 45 253.959 1391 7 1 98.3503 -46.6379 5.29127 - 45 393.584 443 1 1 -91.4243 14.1575 -174.45 - 45 297.919 970 1 0 -91.4171 14.1562 -175.85 - 45 104.665 446 0 1 -90.8371 14.6468 -204.45 - 45 122.429 973 0 0 -90.8119 14.6868 -205.85 - 45 22.4096 770 1 0 -121.117 -26.0057 -176.25 - 45 295.653 769 1 0 -121.153 -26.05 -176.21 - 45 113.958 961 1 0 -118.601 12.3735 -176.25 - 45 239.084 960 1 0 -118.526 12.25 -175.932 - 45 119.652 308 1 1 -118.475 12.1672 -174.85 - 45 126.251 309 1 1 -118.35 12.1068 -174.558 - 45 12.6173 310 1 1 -118.15 12.1111 -174.452 - 45 118.435 969 7 0 -91.3573 13.9789 4.15 - 45 115.488 445 6 1 -91.0912 13.8895 -24.45 - 45 129.054 969 6 0 -91.0802 13.8905 -25.85 - 45 224.486 446 5 1 -90.854 13.9409 -54.45 - 45 153.574 969 5 0 -90.8389 13.9327 -55.85 - 45 116.085 447 4 1 -90.5747 13.786 -84.45 - 45 109.901 968 4 0 -90.5587 13.781 -85.85 - 45 94.4309 449 3 1 -90.2305 13.7012 -114.45 - 45 158.746 968 3 0 -90.2034 13.6961 -115.85 - 45 146.246 452 2 1 -89.6183 13.6022 -144.45 - 45 108.597 967 2 0 -89.5902 13.6018 -145.85 - 45 123.396 455 1 1 -89.0193 13.5937 -174.45 - 45 128.759 967 1 0 -89.0071 13.5848 -175.85 - 45 123.822 456 0 1 -88.7614 13.4171 -204.45 - 45 107.653 966 0 0 -88.7479 13.4041 -205.85 - 45 60.7986 447 5 1 -90.7498 13.8422 -54.7507 - 45 265.308 903 5 0 -94.2984 0.757895 -56.25 - 45 131.645 968 6 0 -91.0878 13.85 -25.9746 - 45 104.997 967 6 0 -91.1449 13.65 -26.0921 - 45 75.9018 966 6 0 -91.1539 13.45 -26.1411 - 45 422.861 965 6 0 -91.0323 13.249 -26.1805 - 45 404.246 964 6 0 -90.4746 13.05 -26.0454 - 45 29.5464 166 4 0 -131.307 -146.75 -85.933 - 45 192.873 245 4 1 -131.073 -147.743 -84.85 -Number of digits in this event = 54 -Using G4ParticleGun ... -9.65164 LIN -gamma -Event: 46 -Number of tracker hits in this event = 7 - 46 70.9687 1187 0 0 -21.1448 57.6013 -206.25 - 46 119.615 1189 0 0 -21.3842 57.85 -205.99 - 46 61.0896 1188 0 0 -21.1579 57.6503 -206.092 - 46 15.3347 1607 1 0 -30.3171 141.55 -175.995 - 46 310.761 747 1 1 -30.5917 142.517 -174.85 - 46 82.7748 304 5 0 -125.833 -119.199 -56.2499 - 46 164.746 305 5 0 -125.811 -119.15 -56.1643 -Number of digits in this event = 4 -Using G4ParticleGun ... -8.76965 LIN -gamma -Event: 47 -Number of tracker hits in this event = 24 - 47 392.424 380 5 1 -104.004 -21.7659 -54.45 - 47 218.735 791 5 0 -104.001 -21.7649 -55.85 - 47 127.459 381 4 1 -103.948 -21.7254 -84.45 - 47 234.192 791 4 0 -103.943 -21.7226 -85.85 - 47 111.2 381 3 1 -103.836 -21.661 -114.45 - 47 313.852 791 3 0 -103.836 -21.6539 -115.85 - 47 113.904 381 2 1 -103.84 -21.5079 -144.45 - 47 274.819 792 2 0 -103.836 -21.5021 -145.85 - 47 572.37 381 1 1 -103.76 -21.4203 -174.45 - 47 259.972 793 1 0 -103.757 -21.4204 -175.85 - 47 119.459 382 0 1 -103.679 -21.4166 -204.45 - 47 240.606 793 0 0 -103.671 -21.4098 -205.85 - 47 160.77 382 1 1 -103.75 -21.4299 -174.688 - 47 155.953 380 1 1 -103.95 -21.3367 -174.668 - 47 3.22013 795 1 0 -103.849 -20.8548 -175.85 - 47 114.003 796 1 0 -103.849 -20.85 -175.861 - 47 110.35 793 2 0 -103.841 -21.45 -146.016 - 47 140.246 380 4 1 -104.013 -21.7242 -84.45 - 47 104.832 380 3 1 -104.013 -21.6942 -114.45 - 47 120.686 380 2 1 -104.007 -21.6136 -144.45 - 47 331.674 792 1 0 -103.996 -21.5225 -175.85 - 47 133.702 380 0 1 -103.998 -21.4263 -204.45 - 47 23.7937 797 3 0 -76.9727 -20.65 -115.855 - 47 133.138 833 0 1 -13.3995 -51.1301 -204.85 -Number of digits in this event = 19 -Using G4ParticleGun ... -7.64174 LIN -gamma -Event: 48 -Number of tracker hits in this event = 89 - 48 243.505 306 5 1 -118.903 -23.3387 -54.45 - 48 393.175 783 5 0 -118.903 -23.3385 -55.85 - 48 163.598 306 4 1 -118.913 -23.3336 -84.45 - 48 124.308 783 4 0 -118.912 -23.335 -85.85 - 48 190.853 306 3 1 -118.905 -23.365 -114.45 - 48 322.695 783 3 0 -118.905 -23.3719 -115.85 - 48 219.184 306 2 1 -118.913 -23.514 -144.45 - 48 167.958 782 2 0 -118.915 -23.5172 -145.85 - 48 242.516 305 1 1 -118.954 -23.5834 -174.45 - 48 209.344 782 1 0 -118.957 -23.5887 -175.85 - 48 251.64 305 0 1 -118.991 -23.6998 -204.45 - 48 164.79 781 0 0 -118.987 -23.7055 -205.85 - 48 90.7574 996 2 0 19.2068 19.25 -146.065 - 48 141.364 995 2 0 19.241 19.2499 -146.036 - 48 21.0947 411 2 0 63.2466 -97.8482 -146.25 - 48 61.3322 410 2 0 63.2194 -97.95 -146.232 - 48 133.459 409 2 0 63.1083 -98.15 -146.212 - 48 70.0299 408 2 0 63.0233 -98.3505 -146.14 - 48 70.194 407 2 0 62.9074 -98.5502 -146.155 - 48 59.3708 406 2 0 62.7577 -98.7504 -146.157 - 48 155.975 783 2 0 -118.908 -23.45 -145.975 - 48 71.4828 929 2 0 -0.489057 5.95763 -146.25 - 48 77.866 930 2 0 -0.248498 6.05 -146.17 - 48 37.3601 931 2 0 0.05 6.32759 -146.093 - 48 80.1657 932 2 0 0.122386 6.45 -146.085 - 48 81.9419 933 2 0 0.311112 6.65 -146.021 - 48 55.2837 934 2 0 0.532524 6.85 -145.937 - 48 209.007 907 2 1 1.45025 8.66929 -144.85 - 48 362.459 908 2 1 1.65123 8.85461 -144.626 - 48 538.638 909 2 1 1.85 8.83452 -144.513 - 48 379.586 910 2 1 2.05 8.73394 -144.53 - 48 143.469 793 4 0 -120.356 -21.3237 -85.85 - 48 375.387 305 3 1 -118.954 -23.3281 -114.45 - 48 315.868 295 2 1 -121.081 -23.6415 -144.45 - 48 92.7592 775 2 0 -120.747 -24.9115 -145.85 - 48 89.397 774 2 0 -120.716 -25.05 -146.052 - 48 104.427 247 1 1 -130.634 -50.7884 -174.45 - 48 132.41 646 1 0 -130.906 -50.8208 -175.85 - 48 55.5576 242 0 1 -131.673 -54.3008 -204.45 - 48 73.0234 243 0 1 -131.55 -54.2812 -204.493 - 48 65.7121 244 0 1 -131.35 -54.2672 -204.495 - 48 43.811 701 1 0 -170.165 -39.7816 -176.25 - 48 382.589 700 1 0 -170.252 -39.85 -176.174 - 48 209.579 699 1 0 -170.211 -40.05 -175.886 - 48 68.7303 779 3 0 -119.059 -24.1672 -115.85 - 48 77.8745 778 3 0 -119.064 -24.25 -116.003 - 48 54.0324 323 2 1 -115.511 -47.9536 -144.45 - 48 152.185 322 2 1 -115.55 -47.7754 -144.576 - 48 87.4411 671 2 0 -116.691 -45.8348 -145.85 - 48 59.9683 672 2 0 -116.817 -45.65 -145.963 - 48 86.3288 673 2 0 -116.968 -45.45 -146.064 - 48 14.9589 674 2 0 -117.057 -45.25 -146.205 - 48 60.1402 863 2 0 -140.088 -7.28022 -146.25 - 48 77.1575 864 2 0 -140.166 -7.25 -146.078 - 48 147.933 189 2 1 -142.292 -7.43337 -144.85 - 48 135.281 188 2 1 -142.35 -7.44763 -144.819 - 48 144.789 187 2 1 -142.55 -7.49437 -144.704 - 48 12.749 186 2 1 -142.75 -7.5313 -144.485 - 48 110.171 190 2 1 -142.15 -7.55187 -144.67 - 48 556.835 191 2 1 -141.949 -7.43959 -144.594 - 48 27.0741 192 2 1 -141.75 -6.90756 -144.758 - 48 169.218 866 2 0 -142.245 -6.75595 -145.85 - 48 265.558 306 1 1 -118.911 -23.3458 -174.45 - 48 108.189 306 0 1 -118.817 -26.5708 -204.45 - 48 9.12717 766 0 0 -118.818 -26.8427 -205.85 - 48 129.533 765 0 0 -118.818 -26.85 -205.889 - 48 142.794 783 1 0 -118.98 -23.3136 -175.85 - 48 112.707 300 0 1 -120.018 -22.5104 -204.45 - 48 174.719 787 0 0 -120.06 -22.4649 -205.85 - 48 72.5881 682 4 0 -122.002 -43.4667 -86.25 - 48 66.9685 681 4 0 -122.012 -43.6501 -86.0709 - 48 401.54 292 4 1 -121.693 -44.1921 -84.85 - 48 118.341 291 4 1 -121.75 -45.1063 -84.7518 - 48 198.983 290 4 1 -121.95 -45.2375 -84.7318 - 48 291.64 289 4 1 -122.15 -45.5393 -84.4583 - 48 45.8545 665 4 0 -122.71 -46.9893 -85.85 - 48 85.9339 664 4 0 -122.735 -47.05 -85.9202 - 48 96.1458 663 4 0 -122.692 -47.25 -86.0185 - 48 248.687 662 4 0 -122.634 -47.45 -86.1258 - 48 305.339 305 4 1 -119.051 -23.5255 -84.45 - 48 108.045 782 4 0 -119.052 -23.5257 -85.85 - 48 144.922 782 3 0 -119.023 -23.5255 -115.85 - 48 116.75 781 2 0 -118.908 -23.7639 -145.85 - 48 123.865 781 1 0 -118.97 -23.7995 -175.85 - 48 138.508 779 0 0 -119.122 -24.1069 -205.85 - 48 8.05579 834 2 0 -96.6136 -13.1328 -146.25 - 48 85.4175 664 3 0 -98.2728 -47.1163 -116.25 - 48 43.0127 663 3 0 -98.1339 -47.25 -116.01 - 48 106.989 407 3 1 -98.5531 -47.7062 -114.85 -Number of digits in this event = 46 -Using G4ParticleGun ... -9.09915 LIN -gamma -Event: 49 -Number of tracker hits in this event = 3 - 49 105.08 1420 8 0 -58.1535 104.15 33.8183 - 49 369.084 571 1 0 17.4052 -65.6704 -176.249 - 49 55.0298 572 1 0 17.3231 -65.6497 -176.078 +Number of tracker hits in this event = 2 + 34 160.381 967 1 0 80.297 13.4612 -176.25 + 34 290.958 1301 1 1 80.4439 13.8945 -174.85 Number of digits in this event = 3 Using G4ParticleGun ... -7.14789 LIN +9.75934 LIN gamma -Event: 50 -Number of tracker hits in this event = 68 - 50 421.172 939 7 1 7.90818 -113.26 5.55 - 50 457.234 334 7 0 7.90806 -113.259 4.15 - 50 242.585 939 6 1 7.90383 -113.244 -24.45 - 50 432.577 334 6 0 7.90295 -113.244 -25.85 - 50 261.516 939 5 1 7.88631 -113.225 -54.45 - 50 286.621 334 5 0 7.88701 -113.224 -55.85 - 50 257.377 939 4 1 7.89685 -113.193 -84.45 - 50 249.73 334 4 0 7.89711 -113.191 -85.85 - 50 289.362 939 3 1 7.9021 -113.158 -114.45 - 50 151.137 334 3 0 7.90152 -113.156 -115.85 - 50 558.103 939 2 1 7.8843 -113.1 -144.45 - 50 223.537 335 2 0 7.88154 -113.099 -145.85 - 50 186.787 938 1 1 7.82925 -113.075 -174.45 - 50 171.832 335 1 0 7.82317 -113.072 -175.85 - 50 239.108 938 0 1 7.69034 -113.016 -204.45 - 50 209.48 335 0 0 7.68416 -113.014 -205.85 - 50 67.1523 938 2 1 7.85 -113.024 -144.645 - 50 83.9137 338 2 0 7.78079 -112.489 -145.85 - 50 19.8348 339 2 0 7.75999 -112.35 -146.165 - 50 107.595 941 1 1 8.38131 -96.0903 -174.45 - 50 155.512 423 1 0 8.91376 -95.5468 -175.85 - 50 63.8199 1024 0 1 24.9029 -81.8706 -204.45 - 50 61.484 1025 0 1 25.05 -81.9415 -204.585 - 50 96.9473 1026 0 1 25.25 -81.9956 -204.658 - 50 79.9348 486 0 0 25.6361 -82.722 -205.85 - 50 100.57 485 0 0 25.7317 -82.85 -206.025 - 50 72.1926 484 0 0 25.8306 -83.0503 -206.001 - 50 73.9608 483 0 0 25.8236 -83.25 -205.961 - 50 1.52503 1022 0 1 24.455 -84.2017 -204.85 - 50 99.9681 1021 0 1 24.45 -84.2047 -204.846 - 50 65.5473 1020 0 1 24.2499 -84.329 -204.642 - 50 15.631 1019 0 1 24.05 -84.3302 -204.497 - 50 5.04349 419 1 0 98.891 -96.15 -176.055 - 50 72.1256 917 2 1 3.63571 -13.7478 -144.85 - 50 266.806 918 2 1 3.65 -13.419 -144.671 - 50 36.3228 336 2 0 7.83871 -112.95 -146.147 - 50 222.552 929 1 1 6.03131 -107.339 -174.45 - 50 11.0813 928 1 1 5.84994 -107.068 -174.813 - 50 136.297 368 1 0 5.04252 -106.518 -175.85 - 50 20.9341 369 1 0 4.78731 -106.35 -176.201 - 50 7.21259 835 0 1 -13.0297 -90.665 -204.45 - 50 70.7203 834 0 1 -13.0504 -90.6648 -204.464 - 50 60.4178 833 0 1 -13.25 -90.7017 -204.59 - 50 63.7859 832 0 1 -13.4501 -90.7629 -204.683 - 50 42.8693 831 0 1 -13.65 -90.8035 -204.793 - 50 287.969 446 0 0 -16.3368 -90.8931 -205.85 - 50 437.662 445 0 0 -16.8558 -90.95 -206.038 - 50 24.4078 443 0 0 -101.098 -91.396 -206.25 - 50 141.624 444 0 0 -101.16 -91.35 -206.202 - 50 90.3325 447 0 0 -102.368 -90.75 -205.957 - 50 123.175 448 0 0 -102.628 -90.55 -205.972 - 50 72.3998 449 0 0 -102.883 -90.35 -205.935 - 50 5.70197 376 0 1 -104.935 -87.8446 -204.85 - 50 100.656 375 0 1 -104.95 -87.8249 -204.842 - 50 81.5581 374 0 1 -105.15 -87.5725 -204.711 - 50 69.2384 373 0 1 -105.35 -87.4362 -204.572 - 50 164.8 333 3 0 8.01635 -113.395 -115.85 - 50 221.918 332 2 0 7.9886 -113.565 -145.85 - 50 134.019 939 1 1 7.88066 -113.76 -174.45 - 50 151.858 331 1 0 7.87884 -113.772 -175.85 - 50 113.595 330 0 0 7.82612 -114.048 -205.85 - 50 105.554 562 1 1 -67.45 -79.9452 -174.645 - 50 35.6207 331 2 0 8.06731 -113.75 -146.239 - 50 142.109 940 7 1 8.05 -113.175 5.39003 - 50 7.87608 941 7 1 8.25 -112.887 5.17114 - 50 164.132 338 7 0 9.4626 -112.377 4.15 - 50 317.462 339 7 0 9.68065 -112.35 3.98806 - 50 82.3466 948 7 1 9.70252 -111.774 5.15 -Number of digits in this event = 33 +Event: 35 +Number of tracker hits in this event = 2 + 35 59.4064 695 1 1 -40.8867 -73.3571 -174.85 + 35 156.799 696 1 1 -40.8499 -73.2415 -174.714 +Number of digits in this event = 3 Using G4ParticleGun ... -1.87678 LIN +6.25163 LIN gamma -Event: 51 -Number of tracker hits in this event = 4 - 51 27.2403 779 2 0 -64.4079 -24.1128 -146.25 - 51 113.705 780 2 0 -64.4454 -24.0499 -146.139 - 51 77.001 573 2 1 -65.2965 -23.6849 -144.85 - 51 341.07 572 2 1 -65.45 -23.6796 -144.655 +Event: 36 +Number of tracker hits in this event = 3 + 36 157.214 759 2 0 84.2705 -28.1724 -146.25 + 36 125.317 758 2 0 84.4716 -28.25 -145.96 + 36 146.772 1320 2 1 84.1187 -28.425 -144.85 +Number of digits in this event = 5 +Using G4ParticleGun ... +7.0386 LIN +gamma +Event: 37 +Number of tracker hits in this event = 1 + 37 0.206996 308 5 1 -118.35 129.353 -54.5035 Number of digits in this event = 2 Using G4ParticleGun ... -4.19459 LIN +9.96089 LIN gamma -Event: 52 -Number of tracker hits in this event = 146 - 52 212.829 638 8 1 -52.4142 -84.7724 35.55 - 52 240.431 476 8 0 -52.3964 -84.7847 34.15 - 52 385.383 640 7 1 -52.0144 -84.9517 5.55 - 52 290.072 475 7 0 -52.0164 -84.995 4.15 - 52 116.5 639 6 1 -52.1377 -86.0119 -24.45 - 52 128.296 469 6 0 -52.1304 -86.0694 -25.85 - 52 116.383 640 5 1 -51.9211 -87.1405 -54.45 - 52 184.115 464 5 0 -51.9301 -87.2028 -55.85 - 52 205.292 638 4 1 -52.2583 -88.5107 -84.45 - 52 117.47 457 4 0 -52.2518 -88.5485 -85.85 - 52 114.502 639 3 1 -52.1876 -89.3038 -114.45 - 52 188.667 453 3 0 -52.1511 -89.3411 -115.85 - 52 228.868 449 2 0 -51.4476 -90.1576 -145.85 - 52 107.21 647 1 1 -50.5877 -90.9679 -174.45 - 52 125.126 445 1 0 -50.5367 -90.9857 -175.85 - 52 135.412 652 0 1 -49.5012 -91.3748 -204.45 - 52 216.1 443 0 0 -49.4441 -91.3993 -205.85 - 52 99.3121 450 2 0 -51.3707 -89.9957 -145.85 - 52 117.058 649 1 1 -50.1031 -93.0064 -174.45 - 52 111.595 434 1 0 -50.0128 -93.2099 -175.851 - 52 112.933 655 0 1 -48.9855 -98.5126 -204.45 - 52 23.1281 656 0 1 -48.85 -98.5835 -204.773 - 52 121.194 406 0 0 -48.4106 -98.7932 -205.85 - 52 19.7718 305 0 0 -55.8453 -119.092 -206.25 - 52 121.451 304 0 0 -55.8899 -119.15 -206.195 - 52 84.2261 303 0 0 -56.0491 -119.35 -206.014 - 52 12.2552 615 0 1 -57.0254 -120.683 -204.85 - 52 136.27 614 0 1 -57.05 -120.719 -204.82 - 52 83.2825 613 0 1 -57.25 -121.016 -204.612 - 52 10.2891 132 1 0 -77.0373 -153.73 -176.25 - 52 92.4476 131 1 0 -77.0501 -153.751 -176.232 - 52 247.084 130 1 0 -77.1927 -153.95 -176.06 - 52 18.5075 129 1 0 -77.325 -154.15 -175.895 - 52 21.6518 510 1 1 -78.0256 -155.464 -174.85 - 52 148.068 509 1 1 -78.0502 -155.508 -174.812 - 52 35.0073 508 1 1 -78.25 -155.855 -174.516 - 52 157.107 506 1 1 -78.688 -156.667 -174.45 - 52 104.612 118 1 0 -79.1376 -156.547 -175.852 - 52 233.724 642 2 1 -51.4934 -90.1501 -144.617 - 52 81.9022 643 2 1 -51.4498 -90.3963 -144.637 - 52 56.5291 613 1 1 -57.3587 -91.7698 -174.45 - 52 86.2991 614 1 1 -57.25 -91.8155 -174.598 - 52 0.690078 615 1 1 -57.0499 -91.9044 -174.847 - 52 31.8925 439 1 0 -56.0445 -92.3084 -175.85 - 52 114.832 438 1 0 -55.944 -92.3501 -175.951 - 52 7.03509 757 0 1 -28.617 -104.308 -204.45 - 52 87.1531 756 0 1 -28.6502 -104.295 -204.469 - 52 73.6536 755 0 1 -28.85 -104.209 -204.575 - 52 81.1812 754 0 1 -29.05 -104.111 -204.703 - 52 3.34062 753 0 1 -29.25 -103.983 -204.844 - 52 49.8262 385 0 0 -30.6901 -103.04 -205.85 - 52 183.453 386 0 0 -30.8192 -102.95 -205.943 - 52 2.56935 387 0 0 -31.1938 -102.75 -206.243 - 52 25.3572 645 1 1 -51.005 -91.806 -174.45 - 52 103.586 644 1 1 -51.0501 -91.7999 -174.496 - 52 27.4374 643 1 1 -51.25 -91.7222 -174.76 - 52 94.6362 442 1 0 -51.6266 -91.6018 -175.85 - 52 30.9338 443 1 0 -51.6448 -91.55 -176.151 - 52 181.191 667 0 1 -46.4861 -86.0968 -204.45 - 52 247.92 668 0 1 -46.45 -86.582 -204.493 - 52 146.714 669 0 1 -46.25 -86.7192 -204.742 - 52 157.881 639 4 1 -52.25 -88.4639 -84.5866 - 52 607.344 639 7 1 -52.1117 -84.7438 5.55 - 52 116.564 674 6 1 -45.1929 -87.0758 -24.45 - 52 11.2419 675 6 1 -45.0495 -87.1311 -24.8085 - 52 121.864 463 6 0 -44.6222 -87.3007 -25.8501 - 52 116.166 732 5 1 -33.5242 -91.8387 -54.45 - 52 132.247 438 5 0 -33.6902 -92.3565 -55.85 - 52 111.222 701 4 1 -39.7474 -104.207 -84.45 - 52 119.783 377 4 0 -40.0684 -104.645 -85.85 - 52 13.9659 663 3 1 -47.4246 -107.935 -114.45 - 52 135.992 662 3 1 -47.45 -107.959 -114.497 - 52 98.7054 661 3 1 -47.65 -108.148 -114.731 - 52 91.4495 355 3 0 -49.0119 -109.016 -115.85 - 52 104.236 354 3 0 -49.2305 -109.15 -116.019 - 52 30.1855 353 3 0 -49.4859 -109.35 -116.193 - 52 396.911 403 2 1 -99.5463 -151.842 -144.45 - 52 149.917 404 2 1 -99.35 -152.229 -144.68 - 52 114.733 405 2 1 -99.1498 -152.486 -144.72 - 52 2.87068 406 2 1 -98.9499 -152.503 -144.847 - 52 96.3911 138 2 0 -97.0646 -152.439 -145.85 - 52 53.8798 139 2 0 -96.886 -152.35 -146.106 - 52 76.9658 402 2 1 -99.5502 -151.902 -144.56 - 52 13.3619 679 6 1 -44.1439 -88.8723 -24.45 - 52 121.298 638 7 1 -52.4031 -84.7552 5.55 - 52 125.193 476 7 0 -52.4044 -84.7532 4.15 - 52 148.086 638 6 1 -52.435 -84.7268 -24.45 - 52 124.852 476 6 0 -52.4358 -84.7268 -25.85 - 52 138.366 637 5 1 -52.4511 -84.723 -54.45 - 52 113.406 476 5 0 -52.452 -84.7252 -55.85 - 52 130.58 637 4 1 -52.4745 -84.7717 -84.45 - 52 105.41 476 4 0 -52.4754 -84.7735 -85.85 - 52 138.02 637 3 1 -52.4948 -84.8106 -114.45 - 52 108.155 476 3 0 -52.4945 -84.8137 -115.85 - 52 141.159 637 2 1 -52.4777 -84.8671 -144.45 - 52 144.838 475 2 0 -52.4802 -84.8697 -145.85 - 52 366.18 637 1 1 -52.537 -84.91 -174.45 - 52 244.233 476 1 0 -52.5624 -84.8456 -175.85 - 52 107.944 635 0 1 -53.0099 -83.7019 -204.45 - 52 106.933 482 0 0 -53.1273 -83.5709 -205.85 - 52 290.831 1073 2 1 34.65 -48.7337 -144.727 - 52 475.953 637 0 1 -52.635 -84.9872 -204.45 - 52 355.942 475 0 0 -52.6386 -84.9934 -205.85 - 52 314.825 665 6 1 -47.05 33.7663 -24.6141 - 52 12.5032 664 6 1 -47.05 33.7734 -24.6025 - 52 139.77 570 0 0 -62.4735 -66.0321 -206.25 - 52 75.9332 569 0 0 -62.3986 -66.05 -206.088 - 52 103.159 659 1 1 -48.1341 -108.19 -174.45 - 52 77.6734 1195 10 0 38.5179 59.1512 93.75 - 52 150.258 1196 10 0 38.5859 59.25 94.0131 - 52 218.061 475 1 0 -52.5484 -84.9228 -175.85 - 52 243.009 474 0 0 -52.6267 -85.0693 -205.85 - 52 205.393 632 0 1 -53.6191 -85.5873 -204.45 - 52 113.154 472 0 0 -53.5627 -85.6291 -205.85 - 52 78.3549 507 7 0 -59.6197 -78.5128 3.75012 - 52 34.9342 508 7 0 -59.6409 -78.4499 4.04473 - 52 231.662 602 7 1 -59.6232 -77.8149 5.15019 - 52 98.153 603 7 1 -59.4499 -77.5265 5.4624 - 52 70.0906 921 13 1 4.34441 -24.743 185.55 - 52 120.23 337 3 0 -102.327 -112.55 -115.967 - 52 16.1977 338 3 0 -102.343 -112.55 -116.019 - 52 56.4236 336 3 0 -102.434 -112.75 -115.956 - 52 122.936 393 3 1 -101.411 -111.412 -114.85 - 52 279.637 637 6 1 -52.45 -84.7666 -24.5373 - 52 194.836 475 6 0 -52.5718 -84.8512 -25.85 - 52 106.748 624 5 1 -55.2465 -87.3246 -54.4502 - 52 70.2924 462 5 0 -55.0225 -87.6141 -55.85 - 52 68.6086 461 5 0 -54.9922 -87.65 -56.03 - 52 96.9631 647 4 1 -50.5128 -93.1807 -84.45 - 52 121.473 435 4 0 -50.3068 -93.0305 -85.8501 - 52 16.7674 669 3 1 -46.1045 -88.6149 -114.45 - 52 123.041 670 3 1 -46.05 -88.5888 -114.503 - 52 63.7968 671 3 1 -45.85 -88.485 -114.706 - 52 27.9562 460 3 0 -44.5753 -87.8852 -115.85 - 52 278.717 461 3 0 -44.4989 -87.85 -115.921 - 52 49.3096 844 2 1 -11.131 -74.9413 -144.45 - 52 112.451 845 2 1 -11.05 -75.0016 -144.617 - 52 102.449 521 2 0 -10.3827 -75.6729 -145.85 - 52 48.3373 520 2 0 -10.2334 -75.85 -146.121 - 52 150.53 928 1 1 5.73289 -96.5097 -174.45 - 52 83.5895 413 1 0 5.84158 -97.4142 -175.85 - 52 74.6306 412 1 0 5.85983 -97.55 -176.053 - 52 134.534 945 0 1 9.17542 -120.062 -204.45 - 52 97.5105 300 0 0 8.86749 -120.103 -205.85 - 52 20.5357 299 0 0 8.85958 -120.15 -206.207 - 52 18.596 646 4 1 -50.65 -93.2028 -84.7226 -Number of digits in this event = 63 +Event: 38 +Number of tracker hits in this event = 114 + 38 214.564 871 9 1 -5.75133 -125.583 65.55 + 38 242.694 272 9 0 -5.75222 -125.583 64.15 + 38 236.103 871 8 1 -5.77105 -125.586 35.55 + 38 252.297 272 8 0 -5.77336 -125.586 34.15 + 38 317.56 871 7 1 -5.81154 -125.592 5.55 + 38 199.609 272 7 0 -5.81243 -125.593 4.15 + 38 263.326 871 6 1 -5.83263 -125.61 -24.45 + 38 256.344 272 6 0 -5.83434 -125.61 -25.85 + 38 424.573 870 5 1 -5.86959 -125.619 -54.45 + 38 363.222 272 5 0 -5.87087 -125.618 -55.85 + 38 399.254 870 4 1 -5.90429 -125.593 -84.45 + 38 360.832 272 4 0 -5.9064 -125.594 -85.85 + 38 1095.1 870 3 1 -5.93853 -125.584 -114.45 + 38 1022.29 272 3 0 -5.93888 -125.583 -115.85 + 38 272.85 870 2 1 -5.93164 -125.57 -144.45 + 38 387.971 272 2 0 -5.9328 -125.569 -145.85 + 38 271.757 870 1 1 -5.9502 -125.53 -174.45 + 38 490.641 273 1 0 -5.95187 -125.53 -175.85 + 38 254.332 870 0 1 -5.97578 -125.526 -204.45 + 38 118.529 273 0 0 -5.97127 -125.514 -205.85 + 38 128.42 865 2 1 -6.92231 -126.068 -144.45 + 38 100.713 270 2 0 -6.96506 -126.105 -145.85 + 38 227.493 860 1 1 -7.92558 -126.815 -174.45 + 38 187.899 266 1 0 -7.96037 -126.829 -175.85 + 38 113.958 856 0 1 -8.7643 -126.964 -204.45 + 38 104.946 265 0 0 -8.82385 -126.971 -205.85 + 38 167.929 265 1 0 -8.01758 -126.95 -176.188 + 38 284.795 868 2 1 -6.28375 -127.232 -144.45 + 38 121.591 263 2 0 -6.36269 -127.431 -145.85 + 38 137.429 242 1 0 -7.87483 -131.651 -175.85 + 38 100.282 865 0 1 -7.00454 -138.575 -204.45 + 38 111.01 206 0 0 -6.9268 -138.828 -205.85 + 38 343.507 864 0 1 -7.08961 -138.625 -204.45 + 38 147.161 203 0 0 -7.49571 -139.418 -205.85 + 38 41.538 202 0 0 -7.5642 -139.55 -206.071 + 38 217.709 80 0 0 -18.057 -164.095 -206.25 + 38 166.055 807 0 1 -18.5045 -163.504 -204.85 + 38 161.811 808 0 1 -18.45 -163.111 -204.511 + 38 113.625 809 0 1 -18.25 -162.888 -204.512 + 38 240.976 810 0 1 -18.05 -162.67 -204.499 + 38 27.5334 94 0 0 -18.7087 -161.327 -205.85 + 38 295.376 93 0 0 -18.7346 -161.35 -205.927 + 38 99.4138 81 0 0 -17.7656 -163.95 -206.143 + 38 9.7376 2 0 0 -37.5727 -179.73 -206.249 + 38 215.055 1 0 0 -37.5878 -179.75 -206.223 + 38 109.41 0 0 0 -37.807 -179.95 -205.987 + 38 215.687 873 2 1 -5.36108 -125.681 -144.45 + 38 133.465 877 1 1 -4.4656 -125.999 -174.45 + 38 145.225 270 1 0 -4.41522 -126.054 -175.85 + 38 129.074 883 0 1 -3.43739 -127.165 -204.45 + 38 128.292 264 0 0 -3.39837 -127.234 -205.85 + 38 122.25 872 4 1 -5.63768 -125.617 -84.45 + 38 121.673 274 2 0 -6.42037 -125.271 -145.85 + 38 242.6 866 1 1 -6.84524 -125.043 -174.45 + 38 263.142 865 1 1 -6.85 -125.04 -174.494 + 38 251.537 276 1 0 -6.9969 -124.925 -175.85 + 38 275.842 849 0 1 -10.1577 -122.65 -204.45 + 38 111.927 288 0 0 -10.2826 -122.535 -205.85 + 38 82.3581 850 0 1 -10.05 -122.299 -204.757 + 38 88.02 851 0 1 -9.85 -122.214 -204.665 + 38 156.249 852 0 1 -9.65 -122.077 -204.585 + 38 187.843 277 1 0 -7.0413 -124.75 -176.056 + 38 68.7452 275 1 0 -6.87606 -125.01 -175.85 + 38 240.972 287 1 0 -35.6734 -122.564 -176.25 + 38 119.761 288 1 0 -35.6985 -122.55 -176.213 + 38 46.0782 719 1 1 -36.203 -123.253 -174.849 + 38 43.1012 718 1 1 -36.25 -123.332 -174.777 + 38 139.193 321 1 0 8.72934 -115.773 -176.25 + 38 181.279 866 2 1 -6.69063 -123.706 -144.45 + 38 22.0507 867 2 1 -6.65 -123.737 -144.736 + 38 112.274 281 2 0 -6.47042 -123.84 -145.85 + 38 40.9693 889 1 1 -2.09554 -125.199 -174.451 + 38 404.343 890 1 1 -2.05 -125.216 -174.534 + 38 77.365 977 0 1 15.5434 -133.538 -204.45 + 38 95.48 978 0 1 15.6502 -133.527 -204.577 + 38 16.6429 979 0 1 15.85 -133.516 -204.804 + 38 204.754 233 0 0 16.8166 -133.504 -205.85 + 38 88.7514 859 2 1 -8.15275 -122.587 -144.45 + 38 65.6201 858 2 1 -8.25011 -122.868 -144.694 + 38 128.704 280 2 0 -8.38658 -123.955 -145.85 + 38 42.3753 279 2 0 -8.37593 -124.15 -146.129 + 38 371.347 273 4 0 -5.95942 -125.503 -85.85 + 38 161.409 863 3 1 -7.27144 -123.2 -114.451 + 38 130.99 285 3 0 -7.39651 -123.043 -115.85 + 38 178.22 844 2 1 -11.0885 -118.658 -144.45 + 38 88.6336 308 2 0 -11.4758 -118.401 -145.851 + 38 34.782 309 2 0 -11.5576 -118.35 -146.144 + 38 110.705 801 1 1 -19.654 -113.582 -174.45 + 38 36.4391 333 1 0 -20.1339 -113.365 -175.85 + 38 167.379 334 1 0 -20.1661 -113.35 -175.945 + 38 189.113 750 0 1 -29.9021 -108.702 -204.45 + 38 209.52 358 0 0 -30.3358 -108.476 -205.851 + 38 227.903 864 3 1 -7.25 -123.193 -114.671 + 38 293.657 273 6 0 -4.71219 -125.492 -25.85 + 38 372.104 142 6 0 26.8785 -151.714 -26.25 + 38 198.131 871 5 1 -5.75529 -125.509 -54.45 + 38 108.052 273 5 0 -5.75716 -125.51 -55.85 + 38 184.976 871 4 1 -5.79651 -125.541 -84.45 + 38 110.326 272 1 0 -5.91402 -125.68 -175.85 + 38 145.831 272 0 0 -5.90738 -125.695 -205.85 + 38 217.408 960 1 1 12.0848 -86.0673 -174.85 + 38 17.2595 538 1 0 14.0497 -72.45 -175.995 + 38 53.4269 501 3 0 -56.5356 -79.75 -116.25 + 38 75.1486 502 3 0 -56.5467 -79.65 -116.068 + 38 111.976 617 3 1 -56.5073 -78.7031 -114.85 + 38 97.0508 618 3 1 -56.45 -78.6145 -114.592 + 38 62.0662 619 3 1 -56.25 -78.7142 -114.581 + 38 108.928 869 0 1 -6.06251 -125.809 -204.45 + 38 150.453 271 0 0 -6.06205 -125.79 -205.85 + 38 112.575 113 0 0 -13.9275 -157.35 -205.965 + 38 177.02 210 1 0 -2.6978 -138.045 -176.25 + 38 180.262 891 1 1 -1.7149 -138.364 -174.85 + 38 68.1317 892 1 1 -1.65 -138.35 -174.777 + 38 267.937 869 5 1 -6.05 -125.51 -54.5135 +Number of digits in this event = 74 Using G4ParticleGun ... -5.91872 LIN +4.07304 LIN gamma -Event: 53 -Number of tracker hits in this event = 12 - 53 223.749 1140 3 1 48.1802 137.125 -114.45 - 53 225.646 1584 3 0 48.1782 137.125 -115.85 - 53 261.178 1140 2 1 48.1327 137.127 -144.45 - 53 327.461 1584 2 0 48.1359 137.123 -145.85 - 53 112.498 1140 1 1 48.1973 137.035 -174.45 - 53 263.768 1584 1 0 48.1937 137.035 -175.85 - 53 229.864 1140 0 1 48.1246 137.048 -204.45 - 53 150.335 1584 0 0 48.1208 137.05 -205.85 - 53 113.446 1141 1 1 48.2995 137.013 -174.45 - 53 127.303 1142 0 1 48.6381 136.594 -204.45 - 53 133.065 1582 0 0 48.6603 136.579 -205.85 - 53 30.7074 867 3 0 -8.4037 -6.65 -116.102 -Number of digits in this event = 12 +Event: 39 +Number of tracker hits in this event = 6 + 39 74.5989 1075 2 1 35.05 30.1039 -144.509 + 39 4.11403 1074 2 1 35.05 30.1284 -144.469 + 39 107.852 800 0 1 -19.9525 83.5437 -204.85 + 39 1.44808 614 0 1 -57.05 80.9208 -204.552 + 39 348.544 1027 0 0 -4.38909 25.65 -206.228 + 39 22.5246 1026 0 0 -4.6186 25.45 -205.949 +Number of digits in this event = 4 Using G4ParticleGun ... -1.59405 LIN +7.17973 LIN gamma -Event: 54 -Number of tracker hits in this event = 24 - 54 250.223 899 3 1 -0.0612125 57.4158 -114.45 - 54 111.456 1187 3 0 -0.218778 57.4635 -115.85 - 54 125.987 885 2 1 -2.89501 58.4119 -144.45 - 54 141.861 1190 2 0 -3.25619 58.1599 -145.85 - 54 219.99 846 1 1 -10.6869 54.0485 -174.45 - 54 152.1 1169 1 0 -11.0309 53.9688 -175.85 - 54 12.3924 804 0 1 -19.2328 51.882 -204.45 - 54 101.94 803 0 1 -19.25 51.8811 -204.488 - 54 115.247 1159 0 0 -19.8052 51.8702 -205.85 - 54 155.086 1287 5 1 77.5313 -41.069 -54.4501 - 54 52.0068 1288 5 1 77.65 -41.2446 -54.7695 - 54 224.543 695 5 0 77.2639 -40.9805 -55.85 - 54 113.304 1186 3 0 -0.0581606 57.4128 -115.85 - 54 115.442 900 1 1 0.165273 57.4577 -174.45 - 54 136.358 1187 1 0 0.175909 57.4614 -175.85 - 54 195.828 901 0 1 0.387989 57.5254 -204.45 - 54 242.069 1187 0 0 0.397906 57.5282 -205.85 - 54 55.409 1082 8 0 20.0762 36.65 33.8741 - 54 3.56963 717 8 0 43.3497 -36.5418 34.15 - 54 228.307 902 0 1 0.45 57.5172 -204.587 - 54 19.9095 903 0 1 0.65 57.4309 -204.809 - 54 7.59713 1186 0 0 1.65561 57.3175 -205.85 - 54 233.675 913 0 1 2.70001 56.6597 -204.85 - 54 102.07 912 0 1 2.65 56.4492 -204.79 +Event: 40 +Number of tracker hits in this event = 19 + 40 317.85 724 3 1 -35.1639 -120.638 -114.45 + 40 208.863 297 3 0 -35.1624 -120.639 -115.85 + 40 401.285 724 2 1 -35.1425 -120.678 -144.45 + 40 220.482 297 2 0 -35.1427 -120.682 -145.85 + 40 266.427 724 1 1 -35.1465 -120.756 -174.45 + 40 98.4062 296 1 0 -35.1466 -120.76 -175.85 + 40 270.725 724 0 1 -35.157 -120.812 -204.45 + 40 287.243 296 0 0 -35.159 -120.817 -205.85 + 40 36.6453 299 2 0 -36.2454 -120.3 -145.85 + 40 29.7912 718 2 1 -36.3124 -121.009 -144.85 + 40 96.7348 297 1 0 -35.1689 -120.69 -175.85 + 40 70.6793 556 12 1 -68.65 -162.103 155.162 + 40 240.389 195 3 0 -11.1467 -141.096 -116.25 + 40 173.982 194 3 0 -11.056 -141.15 -116.176 + 40 6.59016 856 3 1 -8.66825 -140.888 -114.85 + 40 128.514 857 3 1 -8.64997 -140.887 -114.836 + 40 66.9421 858 3 1 -8.45 -140.874 -114.729 + 40 428.386 859 3 1 -8.25 -140.828 -114.79 + 40 42.4701 860 3 1 -8.04996 -140.866 -114.467 +Number of digits in this event = 15 +Using G4ParticleGun ... +5.25926 LIN +gamma +Event: 41 +Number of tracker hits in this event = 85 + 41 54.7689 1130 10 1 46.2057 2.19926 95.2714 + 41 289.645 910 10 0 46.2053 2.19973 94.15 + 41 244.931 1130 9 1 46.1922 2.21822 65.55 + 41 316.639 910 9 0 46.1938 2.22082 64.15 + 41 240.479 1130 8 1 46.2145 2.27928 35.55 + 41 105.391 911 8 0 46.2193 2.28194 34.15 + 41 197.469 1131 7 1 46.4168 2.3055 5.55 + 41 254.319 911 7 0 46.4667 2.31073 4.15 + 41 116.377 1137 6 1 47.5223 2.24464 -24.45 + 41 417.434 910 6 0 47.5862 2.2347 -25.85 + 41 119.037 1143 5 1 48.7985 2.09494 -54.45 + 41 136.925 910 5 0 48.8804 2.08403 -55.85 + 41 114.324 1152 4 1 50.5411 1.86539 -84.45 + 41 121.795 909 4 0 50.6176 1.89048 -85.85 + 41 262.732 1158 3 1 51.8013 2.5193 -114.45 + 41 125.026 912 3 0 51.7176 2.57844 -115.85 + 41 118.441 1148 2 1 49.751 3.80923 -144.451 + 41 119.518 918 2 0 49.6181 3.81815 -145.85 + 41 107.493 1133 1 1 46.8476 3.88516 -174.45 + 41 113.506 918 1 0 46.7457 3.7216 -175.851 + 41 107.233 1121 0 1 44.3625 0.257941 -204.45 + 41 144.845 1159 3 1 51.85 2.56278 -114.704 + 41 210.994 1160 3 1 52.05 2.62946 -114.509 + 41 21.4694 975 1 0 61.4654 15.2271 -176.25 + 41 95.4285 976 1 0 61.4633 15.25 -176.185 + 41 68.4014 977 1 0 61.5225 15.4501 -176.011 + 41 96.471 978 1 0 61.5277 15.6501 -176.07 + 41 17.4754 1173 6 0 13.7241 54.8005 -26.2499 + 41 331.676 1174 6 0 13.7046 54.8502 -26.2271 + 41 92.9571 1031 8 1 26.3234 51.5451 35.15 + 41 27.0118 1693 8 0 146.193 158.75 34.0427 + 41 148.557 899 4 1 -0.124481 28.8228 -84.85 + 41 2.24108 898 4 1 -0.250142 28.9192 -84.7021 + 41 59.9392 1168 0 1 53.6694 -16.2666 -204.45 + 41 120.064 910 8 0 46.2036 2.20795 34.15 + 41 136.053 1130 7 1 46.1555 2.31917 5.55 + 41 116.974 1130 6 1 46.0718 2.48077 -24.45 + 41 124.567 912 6 0 46.0691 2.4917 -25.85 + 41 159.49 1129 5 1 46.0177 2.7076 -54.45 + 41 105.521 913 5 0 46.0158 2.71975 -55.85 + 41 115.808 1129 4 1 45.9865 2.9688 -84.45 + 41 170.31 914 4 0 45.9857 2.97864 -85.85 + 41 154.319 1129 3 1 45.9496 3.1759 -114.45 + 41 128.008 915 3 0 45.9471 3.18459 -115.85 + 41 114.877 1129 2 1 45.9066 3.36059 -144.45 + 41 126.771 916 2 0 45.9059 3.36943 -145.85 + 41 325.725 1129 1 1 45.9019 3.54918 -174.45 + 41 264.375 917 1 0 45.9005 3.5597 -175.85 + 41 103.849 1129 0 1 45.8719 3.7821 -204.45 + 41 127.901 918 0 0 45.8702 3.79312 -205.85 + 41 1.03093 832 6 0 -126.954 -13.4507 -26.25 + 41 49.1488 833 6 0 -126.955 -13.45 -26.2469 + 41 82.662 1058 6 0 -142.763 31.802 -26.2498 + 41 117.733 1368 4 0 60.1127 93.8424 -86.25 + 41 166.203 1127 0 1 45.6415 2.84467 -204.45 + 41 201.904 911 0 0 45.4502 2.44792 -205.85 + 41 125.315 916 1 0 45.7635 3.41029 -175.85 + 41 122.11 1115 0 1 43.1785 -0.71954 -204.45 + 41 117.29 896 0 0 43.2778 -0.759222 -205.85 + 41 45.8905 945 0 0 59.2528 9.17284 -206.25 + 41 81.7972 946 0 0 59.2476 9.25 -206.138 + 41 61.0179 947 0 0 59.2322 9.45014 -206.012 + 41 68.9922 948 0 0 59.2248 9.65 -205.887 + 41 61.7916 949 0 0 59.2504 9.85 -205.869 + 41 62.6656 950 0 0 59.2698 10.0504 -205.938 + 41 79.6353 951 0 0 59.2173 10.2502 -205.929 + 41 79.494 952 0 0 59.2558 10.45 -205.918 + 41 4.78266 953 0 0 59.3181 10.65 -205.861 + 41 197.2 1198 0 1 59.7314 11.7905 -204.85 + 41 107.635 1199 0 1 59.85 12.1612 -204.637 + 41 72.298 966 0 0 59.643 13.3081 -205.85 + 41 120.586 967 0 0 59.5612 13.45 -205.957 + 41 112.301 968 0 0 59.3168 13.65 -206.006 + 41 83.716 969 0 0 59.1494 13.8501 -206.139 + 41 73.3581 1040 0 0 68.5519 28.2044 -206.25 + 41 71.8588 941 0 0 68.3422 8.33242 -206.25 + 41 185.323 942 0 0 68.368 8.45072 -206.06 + 41 121.365 1235 0 1 67.2295 10.225 -204.85 + 41 73.5823 1234 0 1 67.05 10.5025 -204.776 + 41 131.526 1233 0 1 66.8499 10.5602 -204.754 + 41 73.0824 1232 0 1 66.65 10.5731 -204.785 + 41 261.94 1231 0 1 66.4499 10.4712 -204.786 + 41 239.868 1230 0 1 66.2499 10.034 -204.68 + 41 57.381 1418 1 1 103.787 -63.7724 -174.45 + 41 158.126 820 8 0 93.492 -15.9984 33.75 +Number of digits in this event = 41 +Using G4ParticleGun ... +9.26441 LIN +gamma +Event: 42 +Number of tracker hits in this event = 25 + 42 450.596 273 4 1 -125.375 -36.9511 -84.45 + 42 294.375 715 4 0 -125.376 -36.9504 -85.85 + 42 159.435 273 3 1 -125.403 -36.9334 -114.45 + 42 142.34 715 3 0 -125.404 -36.9327 -115.85 + 42 121.083 273 2 1 -125.433 -36.9154 -144.45 + 42 116.54 715 2 0 -125.434 -36.9137 -145.85 + 42 111.756 273 1 1 -125.456 -36.8749 -174.45 + 42 181.615 715 1 0 -125.457 -36.873 -175.85 + 42 311.362 273 0 1 -125.481 -36.8348 -204.45 + 42 244.327 716 0 0 -125.481 -36.8333 -205.85 + 42 79.7672 476 0 1 -84.85 -48.4008 -204.625 + 42 190.327 269 0 1 -126.19 -18.1544 -204.45 + 42 127.095 270 0 1 -126.15 -18.0809 -204.54 + 42 51.6262 271 0 1 -125.95 -17.9738 -204.789 + 42 215.227 272 0 1 -125.749 -17.9922 -204.784 + 42 118.934 620 1 1 -56.05 -112.907 -174.723 + 42 146.871 274 3 1 -125.343 -36.646 -114.45 + 42 136.495 717 3 0 -125.362 -36.6249 -115.85 + 42 127.338 271 2 1 -125.763 -36.2345 -144.45 + 42 123.056 719 2 0 -125.777 -36.2191 -145.85 + 42 148.068 270 1 1 -126.068 -35.8616 -174.45 + 42 116.09 721 1 0 -125.805 -35.8407 -175.85 + 42 152.084 302 0 1 -119.568 -35.52 -204.45 + 42 30.6837 303 0 1 -119.55 -35.4907 -204.809 + 42 106.624 723 0 0 -119.492 -35.4196 -205.85 +Number of digits in this event = 20 +Using G4ParticleGun ... +1.80585 LIN +gamma +Event: 43 +Number of tracker hits in this event = 0 +Number of digits in this event = 2 +Using G4ParticleGun ... +5.56906 LIN +gamma +Event: 44 +Number of tracker hits in this event = 114 + 44 318.059 356 8 1 -108.803 -70.1511 35.55 + 44 313.645 549 8 0 -108.803 -70.1507 34.15 + 44 139.176 356 7 1 -108.798 -70.1454 5.55 + 44 158.792 549 7 0 -108.797 -70.1461 4.15 + 44 104.139 356 6 1 -108.775 -70.1638 -24.45 + 44 131.096 549 6 0 -108.774 -70.165 -25.85 + 44 119.215 357 5 1 -108.749 -70.1837 -54.45 + 44 343.395 549 5 0 -108.746 -70.1852 -55.85 + 44 99.9447 357 4 1 -108.654 -70.202 -84.45 + 44 350.799 549 4 0 -108.649 -70.2035 -85.85 + 44 309.438 358 3 1 -108.543 -70.2362 -114.45 + 44 124.796 549 3 0 -108.538 -70.2373 -115.85 + 44 111.155 358 2 1 -108.442 -70.2712 -144.45 + 44 180.627 548 2 0 -108.438 -70.2738 -145.85 + 44 146.374 359 1 1 -108.342 -70.3295 -174.45 + 44 115.473 548 1 0 -108.337 -70.3324 -175.85 + 44 123.168 359 0 1 -108.238 -70.3938 -204.45 + 44 186.184 548 0 0 -108.232 -70.3943 -205.85 + 44 28.4972 336 0 0 -138.632 -112.75 -205.949 + 44 9.22726 205 0 1 -139.138 -113.33 -204.85 + 44 217.129 204 0 1 -139.15 -113.345 -204.826 + 44 43.7568 1679 0 0 -140.224 156.075 -206.25 + 44 130.871 1680 0 0 -140.307 156.15 -206.168 + 44 6.03718 195 0 1 -141.137 156.222 -204.85 + 44 115.041 194 0 1 -141.15 156.223 -204.828 + 44 86.0098 193 0 1 -141.374 156.155 -204.45 + 44 64.5272 192 0 1 -141.55 155.998 -204.656 + 44 39.3872 191 0 1 -141.75 155.923 -204.812 + 44 75.8495 1669 0 0 -143.543 154.067 -205.85 + 44 97.5898 1668 0 0 -143.709 153.95 -206.018 + 44 34.5931 1667 0 0 -143.876 153.75 -206.171 + 44 106.053 549 0 0 -108.255 -70.25 -206.158 + 44 47.28 450 0 0 -175.958 -89.9248 -206.25 + 44 53.7374 455 0 0 -176.129 -88.9521 -206.25 + 44 148.234 358 1 1 -108.532 -70.2761 -174.45 + 44 71.266 556 1 0 -108.627 -68.8202 -175.85 + 44 75.9215 557 1 0 -108.589 -68.65 -176.013 + 44 243.437 356 5 1 -108.772 -70.0847 -54.45 + 44 121.408 356 4 1 -108.835 -69.9973 -84.45 + 44 314.015 550 4 0 -108.821 -69.9785 -85.85 + 44 111.9 552 3 0 -108.51 -69.5261 -115.85 + 44 125.407 360 2 1 -108.145 -69.1646 -144.45 + 44 184.638 554 2 0 -108.135 -69.1621 -145.85 + 44 105.214 361 1 1 -107.885 -69.0801 -174.45 + 44 110.559 554 1 0 -107.851 -69.107 -175.85 + 44 125.803 365 0 1 -107.095 -69.6668 -204.45 + 44 118.065 551 0 0 -107.052 -69.6934 -205.85 + 44 11.6923 891 6 0 -156.35 -1.85 -26.1021 + 44 270.169 118 6 1 -156.484 -1.60269 -24.8498 + 44 86.9933 897 6 0 -156.201 -0.531519 -25.8501 + 44 452.528 898 6 0 -156.365 -0.45 -25.9098 + 44 13.6081 1752 2 1 170.55 -83.2551 -144.672 + 44 84.2463 148 2 1 -150.398 -67.1984 -144.45 + 44 37.981 360 4 1 -108.077 -69.667 -84.45 + 44 77.6638 361 4 1 -107.95 -69.6582 -84.5083 + 44 282.992 362 4 1 -107.75 -69.6555 -84.58 + 44 48.6521 363 4 1 -107.55 -69.6564 -84.6368 + 44 69.2421 364 4 1 -107.35 -69.6649 -84.7114 + 44 77.5617 365 4 1 -107.149 -69.671 -84.7694 + 44 24.7792 366 4 1 -106.95 -69.6639 -84.8246 + 44 235.269 552 4 0 -102.451 -69.453 -85.85 + 44 688.255 553 4 0 -102.382 -69.45 -85.8657 + 44 37.8672 718 4 0 38.4736 -36.3079 -86.2499 + 44 54.3102 719 4 0 38.4945 -36.25 -86.2262 + 44 57.449 720 4 0 38.5644 -36.05 -86.1715 + 44 59.0569 721 4 0 38.6547 -35.85 -86.1194 + 44 69.926 722 4 0 38.7525 -35.65 -86.0871 + 44 68.2471 723 4 0 38.8648 -35.45 -86.0571 + 44 67.1888 724 4 0 38.974 -35.2497 -86.0134 + 44 59.4793 725 4 0 39.0769 -35.0495 -85.996 + 44 56.122 726 4 0 39.1602 -34.8499 -86.0389 + 44 173.114 727 4 0 39.2275 -34.6496 -86.0745 + 44 76.0265 728 4 0 39.264 -34.45 -86.0854 + 44 90.0437 729 4 0 39.295 -34.2496 -86.1186 + 44 88.6745 730 4 0 39.3283 -34.05 -86.1691 + 44 64.8772 731 4 0 39.3019 -33.8496 -86.2261 + 44 97.7922 732 4 0 39.2824 -33.65 -86.2317 + 44 55.7075 733 4 0 39.2157 -33.45 -86.1898 + 44 71.7001 734 4 0 39.1364 -33.2496 -86.1657 + 44 45.8985 735 4 0 39.0688 -33.05 -86.136 + 44 60.7161 736 4 0 39.0033 -32.85 -86.1222 + 44 56.4082 737 4 0 39.0104 -32.65 -86.0975 + 44 61.2241 738 4 0 39.0214 -32.45 -86.0377 + 44 46.2022 739 4 0 39.0201 -32.25 -85.9936 + 44 77.7964 740 4 0 39.0306 -32.0499 -85.9327 + 44 4.63151 741 4 0 39.1269 -31.8497 -85.862 + 44 120.563 1099 4 1 39.9035 -30.8396 -84.8499 + 44 94.8016 1100 4 1 40.05 -30.6819 -84.6892 + 44 190.794 355 7 1 -108.966 -69.9942 5.55 + 44 152.401 550 7 0 -108.948 -69.9919 4.15 + 44 95.7884 357 6 1 -108.56 -69.9087 -24.45 + 44 130.803 550 6 0 -108.543 -69.8912 -25.85 + 44 119.728 359 5 1 -108.181 -69.5671 -54.45 + 44 112.254 552 5 0 -108.154 -69.567 -55.85 + 44 118.855 551 4 0 -107.64 -69.8029 -85.85 + 44 107.578 369 3 1 -106.21 -70.6737 -114.45 + 44 195.44 547 3 0 -106.278 -70.5782 -115.85 + 44 125.816 359 2 1 -108.232 -67.1405 -144.451 + 44 55.6293 566 2 0 -108.225 -66.7025 -145.851 + 44 69.8675 567 2 0 -108.225 -66.65 -146 + 44 136.422 356 1 1 -108.755 -55.9657 -174.45 + 44 23.8974 620 1 0 -108.747 -55.8567 -175.85 + 44 115.455 621 1 0 -108.747 -55.85 -175.965 + 44 124.836 366 0 1 -106.89 -56.4085 -204.45 + 44 40.8012 614 0 0 -106.129 -57.1836 -205.85 + 44 85.3993 613 0 0 -106.057 -57.2501 -205.965 + 44 163.471 357 1 1 -108.75 -55.916 -174.516 + 44 70.0066 626 1 0 -108.352 -54.8064 -175.851 + 44 62.9148 627 1 0 -108.292 -54.65 -176.032 + 44 190.643 548 4 0 -107.861 -70.4197 -85.85 + 44 65.3141 354 7 1 -109.15 -70.047 5.31377 + 44 192.877 548 7 0 -111.069 -70.3491 4.14983 + 44 127.676 547 7 0 -111.466 -70.45 3.92106 + 44 138.735 546 7 0 -111.797 -70.65 3.8015 +Number of digits in this event = 43 +Using G4ParticleGun ... +9.19692 LIN +gamma +Event: 45 +Number of tracker hits in this event = 11 + 45 79.7217 1754 1 1 170.95 -51.606 -174.847 + 45 220.509 333 3 0 117.283 -113.444 -116.25 + 45 14.9916 332 3 0 117.375 -113.55 -116.057 + 45 345.571 884 7 0 122.411 -3.06301 3.75 + 45 90.0249 885 7 0 122.19 -3.05 3.95915 + 45 40.3748 1513 7 1 122.865 -2.71486 5.15 + 45 55.3021 1514 7 1 122.95 -2.70528 5.18518 + 45 24.077 1421 1 0 67.9066 104.35 -175.946 + 45 18.0728 1234 1 1 67.0431 106.725 -174.85 + 45 135.328 1235 1 1 67.05 106.774 -174.834 + 45 149.932 1236 1 1 67.25 106.815 -174.73 +Number of digits in this event = 6 +Using G4ParticleGun ... +5.4521 LIN +gamma +Event: 46 +Number of tracker hits in this event = 0 +Number of digits in this event = 2 +Using G4ParticleGun ... +2.59515 LIN +gamma +Event: 47 +Number of tracker hits in this event = 20 + 47 222.194 1410 4 1 102.313 46.5809 -84.45 + 47 230.035 1132 4 0 102.311 46.5833 -85.85 + 47 440.263 1410 3 1 102.261 46.6291 -114.45 + 47 102.77 1132 3 0 102.256 46.6263 -115.85 + 47 247.348 1410 2 1 102.155 46.5666 -144.45 + 47 107.158 1132 2 0 102.145 46.5639 -145.85 + 47 124.302 1408 1 1 101.937 46.5113 -174.45 + 47 112.072 1132 1 0 101.926 46.5035 -175.85 + 47 104.429 1407 0 1 101.737 46.3502 -204.45 + 47 111.482 1131 0 0 101.723 46.3452 -205.85 + 47 164.954 1133 3 0 102.18 46.7556 -115.85 + 47 142.673 1135 2 0 102.161 47.2183 -145.85 + 47 176.402 1410 1 1 102.286 47.4557 -174.45 + 47 111.892 1137 1 0 102.29 47.4652 -175.85 + 47 131.466 1411 0 1 102.373 47.6221 -204.45 + 47 115.918 1137 0 0 102.371 47.6331 -205.85 + 47 17.2054 1136 3 0 102.709 47.4138 -115.85 + 47 162.044 1137 3 0 102.714 47.4502 -115.892 + 47 173.869 1162 3 0 89.5355 52.6223 -116.25 + 47 60.3161 1163 3 0 89.5494 52.6502 -116.202 Number of digits in this event = 13 Using G4ParticleGun ... -6.22399 LIN +4.96701 LIN +gamma +Event: 48 +Number of tracker hits in this event = 13 + 48 286.325 923 0 0 -50.4442 4.75772 -206.25 + 48 82.7138 1756 3 0 -58.4005 171.497 -116.249 + 48 79.471 1716 3 0 -58.9169 163.542 -116.25 + 48 138.46 1717 3 0 -58.9222 163.55 -116.222 + 48 231.977 288 0 0 -174.68 -122.35 -206.077 + 48 146.419 287 0 0 -175.003 -122.55 -206.024 + 48 12.4422 286 0 0 -175.272 -122.75 -205.87 + 48 90.6692 21 0 1 -175.828 -123.359 -204.85 + 48 121.894 20 0 1 -175.95 -123.512 -204.709 + 48 62.1353 19 0 1 -176.15 -123.645 -204.651 + 48 76.1295 18 0 1 -176.35 -123.761 -204.573 + 48 103.757 17 0 1 -176.55 -123.697 -204.601 + 48 110.365 16 0 1 -176.75 -123.631 -204.51 +Number of digits in this event = 7 +Using G4ParticleGun ... +8.68725 LIN +gamma +Event: 49 +Number of tracker hits in this event = 101 + 49 164.36 904 8 1 0.933406 39.0522 35.3848 + 49 237.46 1095 8 0 0.933146 39.0521 34.15 + 49 517.742 904 7 1 0.92871 39.0558 5.55 + 49 541.376 1095 7 0 0.921441 39.0572 4.15 + 49 147.232 903 6 1 0.75707 39.1398 -24.45 + 49 348.591 1095 6 0 0.741858 39.1492 -25.85 + 49 120.664 902 5 1 0.542471 39.6469 -54.45 + 49 127.064 1098 5 0 0.541218 39.6665 -55.85 + 49 168.643 902 4 1 0.458195 40.0212 -84.45 + 49 122.252 1099 4 0 0.453862 40.0359 -85.85 + 49 227.229 901 3 1 0.406699 40.4838 -114.45 + 49 236.482 1102 3 0 0.38747 40.5094 -115.85 + 49 113.52 899 2 1 -0.0710249 40.9753 -144.45 + 49 101.395 1104 2 0 -0.100984 40.9921 -145.85 + 49 120.241 898 1 1 -0.423063 41.2638 -174.45 + 49 262.54 1106 1 0 -0.424114 41.2685 -175.85 + 49 126.689 898 0 1 -0.427016 41.4898 -204.45 + 49 255.648 1107 0 0 -0.397215 41.5293 -205.85 + 49 315.81 581 12 0 70.9591 -63.8016 153.75 + 49 4.6458 883 1 0 -31.0915 -3.25 -176.199 + 49 40.5456 744 1 1 -31.0674 -4.31041 -174.85 + 49 290.692 745 1 1 -31.05 -4.41129 -174.789 + 49 42.1207 900 3 1 0.25 40.4719 -114.721 + 49 136.231 1101 3 0 -0.266364 40.383 -115.85 + 49 34.2557 797 2 1 -20.5122 47.0774 -144.45 + 49 100.373 796 2 1 -20.65 47.1411 -144.489 + 49 72.4814 795 2 1 -20.85 47.2778 -144.455 + 49 170.748 794 2 1 -21.05 47.4023 -144.482 + 49 267.491 793 2 1 -21.2501 47.7697 -144.539 + 49 278.413 1142 2 0 -20.0862 48.6079 -145.85 + 49 81.6408 1080 2 0 -30.6932 36.1717 -146.25 + 49 74.047 1081 2 0 -30.6659 36.25 -146.184 + 49 131.811 1059 2 0 -58.9133 31.9672 -146.25 + 49 275.762 904 6 1 0.892735 39.0981 -24.45 + 49 142.263 903 5 1 0.82727 39.1075 -54.45 + 49 345.346 1095 5 0 0.821653 39.1114 -55.85 + 49 157.623 903 4 1 0.714462 39.1898 -84.45 + 49 306.828 1095 4 0 0.71004 39.1959 -85.85 + 49 125.853 902 3 1 0.620421 39.3223 -114.45 + 49 237.477 1096 3 0 0.616623 39.3299 -115.85 + 49 127.204 902 2 1 0.543326 39.492 -144.45 + 49 281.079 1097 2 0 0.538203 39.5002 -145.85 + 49 132.198 901 1 1 0.437668 39.6657 -174.45 + 49 278.934 1098 1 0 0.429359 39.6742 -175.85 + 49 127.284 901 0 1 0.253606 39.8671 -204.45 + 49 257.642 1099 0 0 0.243034 39.8817 -205.85 + 49 1.95403 984 4 0 -3.76188 16.8569 -86.25 + 49 176.685 983 4 0 -3.76419 16.8498 -86.2252 + 49 174.275 649 6 0 -124.275 -50.1459 -26.25 + 49 104.513 648 6 0 -124.734 -50.25 -26.0885 + 49 13.0873 55 5 1 -168.996 133.311 -54.85 + 49 104.727 905 6 1 1.14577 39.0601 -24.45 + 49 111.701 1094 6 0 1.1856 39.0435 -25.85 + 49 119.282 909 5 1 2.0267 38.5671 -54.45 + 49 114.031 1092 5 0 2.07124 38.545 -55.85 + 49 113.602 914 4 1 3.01117 38.1627 -84.45 + 49 222.141 1090 4 0 3.04643 38.1456 -85.85 + 49 114.372 918 3 1 3.79397 37.7647 -114.45 + 49 106.255 1088 3 0 3.86195 37.7541 -115.85 + 49 139.142 926 2 1 5.25012 37.5638 -144.45 + 49 135.667 1087 2 0 5.29367 37.5277 -145.85 + 49 124.979 930 1 1 6.20792 36.7723 -174.45 + 49 121.681 1083 1 0 6.24327 36.7418 -175.85 + 49 149.321 934 0 1 6.90969 36.1546 -204.45 + 49 111.116 1080 0 0 7.12678 36.1624 -205.85 + 49 92.0649 1137 4 0 -14.8104 47.4775 -86.25 + 49 7.74756 748 13 1 -30.2539 92.9363 185.15 + 49 1.72052 1360 13 0 -31.0555 92.3102 184.15 + 49 22.9166 749 13 1 -30.2499 92.9393 185.155 + 49 38.9936 1419 1 1 103.963 -42.8334 -174.85 + 49 51.4737 240 9 0 113.516 -131.958 63.75 + 49 4.84908 239 9 0 113.449 -132.15 64.1402 + 49 0.404263 1456 9 1 111.353 -133.454 65.15 + 49 98.7033 1455 9 1 111.35 -133.456 65.1515 + 49 91.4607 1454 9 1 111.15 -133.575 65.2147 + 49 62.0137 1453 9 1 110.95 -133.619 65.2498 + 49 197.782 233 9 0 110.231 -133.407 64.15 + 49 82.7506 1420 1 1 104.15 -42.9485 -174.736 + 49 58.8738 1421 1 1 104.35 -43.0494 -174.634 + 49 58.6741 1422 1 1 104.55 -43.0529 -174.589 + 49 71.1813 1423 1 1 104.75 -42.9873 -174.52 + 49 65.2605 1424 1 1 104.95 -42.8558 -174.477 + 49 160.416 1425 1 1 105.162 -42.6394 -174.45 + 49 56.9596 1426 1 1 105.35 -42.5708 -174.467 + 49 179.421 1427 1 1 105.55 -42.4817 -174.471 + 49 4.1395 1287 3 1 77.45 121.469 -114.645 + 49 102.175 905 5 1 1.10076 39.2578 -54.45 + 49 24.3558 1096 5 0 1.10462 39.2504 -55.85 + 49 127.918 905 4 1 1.18872 39.1049 -84.45 + 49 156.836 908 3 1 1.68727 39.3521 -114.45 + 49 113.681 909 2 1 1.90881 39.6552 -144.45 + 49 230.438 1098 2 0 1.89898 39.6546 -145.85 + 49 128.096 908 1 1 1.80199 39.6523 -174.45 + 49 120.695 912 0 1 2.53102 39.963 -204.45 + 49 440.308 911 2 1 2.31136 39.5886 -144.45 + 49 123.486 911 1 1 2.27744 41.2974 -174.45 + 49 120.709 910 0 1 2.15215 41.6959 -204.45 + 49 154.725 922 1 1 4.51402 41.552 -174.45 + 49 124.398 1107 1 0 4.57728 41.5281 -175.85 + 49 99.6144 928 0 1 5.75943 41.0977 -204.45 + 49 127.452 1105 0 0 5.83766 41.0588 -205.85 +Number of digits in this event = 61 +Using G4ParticleGun ... +4.45406 LIN +gamma +Event: 50 +Number of tracker hits in this event = 70 + 50 396.134 851 6 1 -9.77976 -82.2316 -24.45 + 50 278.524 489 6 0 -9.78068 -82.2315 -25.85 + 50 221.48 851 5 1 -9.79596 -82.2369 -54.45 + 50 122.825 489 5 0 -9.79469 -82.2366 -55.85 + 50 118.296 851 4 1 -9.77096 -82.2291 -84.45 + 50 122.126 489 4 0 -9.77161 -82.2301 -85.85 + 50 112.455 851 3 1 -9.78356 -82.2502 -114.45 + 50 164.416 488 3 0 -9.78287 -82.2536 -115.85 + 50 130.087 851 2 1 -9.77551 -82.3322 -144.45 + 50 124.681 488 2 0 -9.77478 -82.3347 -145.85 + 50 226.977 851 1 1 -9.73263 -82.4056 -174.45 + 50 180.469 488 1 0 -9.73069 -82.4104 -175.85 + 50 576.073 851 0 1 -9.69911 -82.4988 -204.45 + 50 115.465 487 0 0 -9.69678 -82.5057 -205.85 + 50 58.0234 1647 4 1 149.55 -68.0342 -84.8425 + 50 285.167 1648 4 1 149.75 -67.9359 -84.6144 + 50 34.7674 1649 4 1 149.95 -67.9229 -84.6802 + 50 175.226 564 4 0 149.259 -67.1757 -85.8501 + 50 2.61609 1029 11 1 25.8808 -34.4033 125.15 + 50 69.8369 487 1 0 -9.69143 -82.45 -176.192 + 50 136.166 489 3 0 -9.7801 -82.25 -116.225 + 50 357.284 488 0 0 -9.85375 -82.3242 -205.85 + 50 252.812 721 5 0 -96.0893 -35.8423 -56.2498 + 50 14.887 720 5 0 -96.1161 -35.85 -56.2296 + 50 436.66 850 0 1 -9.85 -82.1622 -204.621 + 50 100.386 491 0 0 -10.3103 -81.7535 -205.85 + 50 10.7092 492 0 0 -10.3653 -81.65 -206.207 + 50 146.456 578 0 0 -1.84867 -64.4281 -206.25 + 50 46.292 579 0 0 -1.62745 -64.25 -205.92 + 50 60.9593 898 0 1 -0.406003 -63.451 -204.85 + 50 74.968 899 0 1 -0.25 -63.3334 -204.712 + 50 60.354 900 0 1 0.05 -63.1887 -204.593 + 50 132.846 852 5 1 -9.45418 -82.0098 -54.45 + 50 197.561 490 5 0 -9.44584 -82.0048 -55.85 + 50 94.4005 853 4 1 -9.25717 -81.947 -84.45 + 50 97.8303 490 4 0 -9.25178 -81.9351 -85.85 + 50 104.923 854 3 1 -9.09517 -81.7139 -114.45 + 50 260.915 491 3 0 -9.0853 -81.7133 -115.85 + 50 292.805 856 2 1 -8.8333 -81.6842 -144.45 + 50 110.614 491 2 0 -8.82013 -81.676 -145.85 + 50 122.634 857 1 1 -8.49956 -81.5256 -174.45 + 50 127.727 492 1 0 -8.46858 -81.5161 -175.85 + 50 124.329 861 0 1 -7.80652 -81.3764 -204.45 + 50 136.228 493 0 0 -7.78379 -81.3773 -205.85 + 50 2.69468 492 2 0 -7.31786 -81.5671 -145.85 + 50 20.2318 870 2 1 -6.02816 -81.5795 -144.85 + 50 14.6336 504 2 0 1.97192 -79.2465 -145.85 + 50 15.9177 503 2 0 1.97677 -79.25 -145.855 + 50 10.1986 782 3 1 -23.4793 -73.7763 -114.45 + 50 115.129 853 5 1 -9.44853 -81.9909 -54.4501 + 50 132.804 492 5 0 -9.34456 -81.5875 -55.85 + 50 33.196 863 4 1 -7.29217 -75.2328 -84.45 + 50 99.0222 864 4 1 -7.25 -75.21 -84.577 + 50 137.22 526 4 0 -6.78086 -74.8154 -85.8501 + 50 196.262 908 3 1 1.70094 -65.7612 -114.45 + 50 90.5619 909 3 1 1.85 -65.7443 -114.638 + 50 189.269 572 3 0 2.85198 -65.5803 -115.85 + 50 143.271 1068 2 1 33.7724 -60.7779 -144.45 + 50 98.5993 595 2 0 33.4521 -60.8728 -145.851 + 50 41.3639 1039 1 1 27.8667 -62.6424 -174.45 + 50 105.32 1038 1 1 27.85 -62.6836 -174.6 + 50 40.5916 585 1 0 27.6244 -63.0134 -175.85 + 50 65.1925 584 1 0 27.6039 -63.0503 -175.995 + 50 87.1078 1015 0 1 23.1511 -71.8716 -204.45 + 50 51.836 1016 0 1 23.2501 -71.8315 -204.671 + 50 186.29 542 0 0 23.7423 -71.5778 -205.85 + 50 90.7868 850 6 1 -9.91541 -82.2707 -24.4501 + 50 41.7977 492 6 0 -9.30564 -81.5095 -25.85 + 50 63.5903 493 6 0 -9.24734 -81.45 -25.9438 + 50 147.592 494 6 0 -9.19665 -81.25 -26.1065 +Number of digits in this event = 36 +Using G4ParticleGun ... +6.30807 LIN +gamma +Event: 51 +Number of tracker hits in this event = 125 + 51 216.729 811 8 1 -17.7151 137.005 35.55 + 51 241.936 1584 8 0 -17.7196 137.001 34.15 + 51 205.941 811 7 1 -17.7898 136.928 5.55 + 51 125.626 1583 7 0 -17.7974 136.926 4.15 + 51 148.53 810 6 1 -17.9496 136.896 -24.45 + 51 263.596 1583 6 0 -17.9565 136.9 -25.85 + 51 215.983 809 5 1 -18.1032 136.967 -54.45 + 51 328.109 1584 5 0 -18.112 136.977 -55.85 + 51 116.067 808 4 1 -18.3104 137.149 -84.45 + 51 225.255 1585 4 0 -18.3174 137.154 -85.85 + 51 145.65 807 3 1 -18.4511 137.282 -114.45 + 51 133.407 1585 3 0 -18.4662 137.294 -115.85 + 51 100.762 806 2 1 -18.7602 137.557 -144.45 + 51 205.612 1587 2 0 -18.7759 137.568 -145.85 + 51 184.597 804 1 1 -19.079 137.81 -174.45 + 51 137.247 1588 1 0 -19.0933 137.817 -175.85 + 51 118.203 803 0 1 -19.3833 137.966 -204.45 + 51 148.916 1589 0 0 -19.3958 137.97 -205.85 + 51 233.22 807 2 1 -18.5492 136.491 -144.45 + 51 122.617 1581 2 0 -18.6259 136.417 -145.85 + 51 124.824 798 1 1 -20.3834 135.337 -174.45 + 51 106.779 1576 1 0 -20.3868 135.385 -175.85 + 51 121.969 800 0 1 -19.9402 137.016 -204.45 + 51 278.677 1584 0 0 -19.8424 137.083 -205.85 + 51 146.218 1579 2 0 -18.5997 136.061 -145.85 + 51 7.7763 1578 2 0 -18.6147 135.95 -146.216 + 51 10.6488 801 1 1 -19.6677 127.303 -174.45 + 51 120.97 802 1 1 -19.65 127.324 -174.468 + 51 73.0902 803 1 1 -19.45 127.571 -174.684 + 51 68.0535 1544 1 0 -18.3426 128.959 -175.85 + 51 102.724 1545 1 0 -18.1864 129.15 -176.005 + 51 39.0038 1546 1 0 -18.031 129.35 -176.164 + 51 328.569 937 0 1 7.47009 163.742 -204.45 + 51 67.3405 938 0 1 7.6502 163.913 -204.742 + 51 119.71 1722 0 0 8.37093 164.596 -205.85 + 51 68.6541 1723 0 0 8.52523 164.75 -206.093 + 51 16.7668 1490 2 0 -57.9834 118.35 -146.211 + 51 33.0151 650 1 1 -49.9724 104.955 -174.45 + 51 48.0341 1489 2 0 -58.2786 118.149 -145.93 + 51 50.3518 606 2 1 -58.7864 118.284 -144.85 + 51 191.228 605 2 1 -58.85 118.279 -144.746 + 51 194.924 1719 0 0 8.14581 163.96 -205.85 + 51 312.798 810 5 1 -18.05 136.774 -54.7809 + 51 164.132 1583 5 0 -18.0271 136.926 -55.8504 + 51 196.601 812 4 1 -17.6366 141.948 -84.45 + 51 144.766 1608 4 0 -17.6537 141.812 -85.85 + 51 58.3864 764 3 1 -27.2123 143.849 -114.45 + 51 51.8785 763 3 1 -27.25 143.872 -114.663 + 51 112.612 1619 3 0 -27.4372 144.042 -115.85 + 51 75.6362 740 2 1 -31.9987 149.392 -144.45 + 51 62.8086 739 2 1 -32.05 149.43 -144.74 + 51 151.102 1647 2 0 -32.2764 149.576 -145.85 + 51 62.6626 703 1 1 -39.3525 153.032 -174.45 + 51 70.3529 702 1 1 -39.4502 153.016 -174.65 + 51 431.193 1663 1 0 -40.0018 152.821 -175.85 + 51 8.51923 1662 1 0 -40.1773 152.75 -176.216 + 51 179.693 633 0 1 -53.2857 147.315 -204.45 + 51 87.9227 1637 0 0 -53.8616 147.668 -205.85 + 51 26.599 1638 0 0 -53.9767 147.75 -206.157 + 51 90.7807 1330 1 0 68.8944 86.1126 -176.25 + 51 60.1129 1425 1 0 34.678 105.307 -176.25 + 51 180.596 1426 1 0 34.621 105.35 -176.162 + 51 118.631 1580 5 0 -17.8102 136.313 -55.8503 + 51 234.385 811 4 1 -17.65 127.94 -84.4811 + 51 7.35541 1542 4 0 -17.6781 128.742 -85.8503 + 51 120.566 1543 4 0 -17.6779 128.75 -85.8643 + 51 15.2679 1544 4 0 -17.6794 128.95 -86.2138 + 51 96.6177 803 3 1 -19.3189 146.767 -114.45 + 51 21.8624 804 3 1 -19.25 146.746 -114.769 + 51 182.508 1632 3 0 -19.0577 146.699 -115.85 + 51 66.4058 815 2 1 -16.9688 150.077 -144.45 + 51 112.98 816 2 1 -16.85 149.869 -144.559 + 51 82.8089 817 2 1 -16.65 149.534 -144.736 + 51 1.66579 1634 2 0 -15.3819 146.958 -145.85 + 51 55.938 1633 2 0 -15.378 146.95 -145.854 + 51 67.7663 1632 2 0 -15.2952 146.75 -145.926 + 51 50.8815 1631 2 0 -15.2094 146.55 -145.995 + 51 103.296 1630 2 0 -15.1187 146.35 -146.056 + 51 58.5928 1629 2 0 -15.032 146.15 -146.105 + 51 68.4131 1628 2 0 -14.9454 145.95 -146.121 + 51 54.6707 1627 2 0 -14.8716 145.75 -146.134 + 51 92.9984 1626 2 0 -14.8071 145.55 -146.148 + 51 139.537 1625 2 0 -14.7521 145.35 -146.164 + 51 78.8215 1624 2 0 -14.7097 145.15 -146.173 + 51 52.7132 1623 2 0 -14.6682 144.948 -146.184 + 51 71.8037 1622 2 0 -14.6449 144.75 -146.195 + 51 67.8109 1621 2 0 -14.6217 144.55 -146.223 + 51 147.559 1060 1 1 32.1522 -7.77155 -174.45 + 51 83.685 854 1 0 32.5078 -9.08473 -175.85 + 51 71.6845 853 1 0 32.562 -9.25 -176.037 + 51 10.6011 852 1 0 32.6083 -9.45 -176.221 + 51 2.64352 1080 0 1 36.061 -42.0812 -204.45 + 51 97.5456 1079 0 1 36.05 -42.0741 -204.457 + 51 71.5532 1078 0 1 35.85 -41.9613 -204.571 + 51 88.7436 1077 0 1 35.6499 -41.8685 -204.658 + 51 164.619 1076 0 1 35.4494 -41.7889 -204.779 + 51 29.2049 1075 0 1 35.25 -41.7726 -204.831 + 51 495.818 693 0 0 31.9796 -41.3552 -205.85 + 51 199.801 694 0 0 30.8434 -41.25 -205.955 + 51 63.1278 695 0 0 30.5744 -41.05 -206.108 + 51 108.166 696 0 0 30.4968 -40.8494 -206.137 + 51 58.1935 697 0 0 30.4588 -40.65 -206.107 + 51 91.9401 698 0 0 30.4134 -40.4499 -206.078 + 51 109.594 699 0 0 30.2961 -40.25 -206.093 + 51 34.583 700 0 0 30.0816 -40.05 -206.183 + 51 148.73 811 5 1 -17.6915 136.801 -54.45 + 51 75.3718 812 5 1 -17.65 136.811 -54.4726 + 51 90.1114 813 5 1 -17.4496 136.915 -54.539 + 51 18.5208 814 5 1 -17.25 137.025 -54.7915 + 51 204.556 1586 5 0 -16.7636 137.483 -55.85 + 51 144.173 1584 7 0 -17.7076 136.989 4.15 + 51 107.322 811 6 1 -17.7084 136.95 -24.45 + 51 110.924 1583 4 0 -17.6637 136.879 -85.85 + 51 140.175 812 3 1 -17.6215 136.842 -114.45 + 51 120.672 1583 3 0 -17.6227 136.848 -115.85 + 51 97.221 812 2 1 -17.6481 136.956 -144.45 + 51 112.493 1584 2 0 -17.6486 136.961 -145.85 + 51 153.761 811 1 1 -17.656 137.043 -174.45 + 51 128.2 1584 1 0 -17.6563 137.046 -175.85 + 51 116.525 811 0 1 -17.6898 137.107 -204.45 + 51 114.173 1585 0 0 -17.6891 137.15 -205.956 + 51 291.413 579 1 1 -64.05 52.3037 -174.741 + 51 85.7718 580 1 1 -64.0499 52.2436 -174.585 + 51 88.71 1168 1 0 -85.7579 53.85 -176 + 51 16.3632 1169 1 0 -85.7958 53.85 -175.991 +Number of digits in this event = 51 +Using G4ParticleGun ... +2.8557 LIN +gamma +Event: 52 +Number of tracker hits in this event = 44 + 52 351.022 321 8 1 -115.783 -6.7685 35.55 + 52 257.108 866 8 0 -115.794 -6.76254 34.15 + 52 238.387 321 7 1 -115.865 -6.8108 5.55 + 52 315.72 866 7 0 -115.897 -6.79958 4.15 + 52 122.439 319 6 1 -116.188 -6.59157 -24.45 + 52 127.83 867 6 0 -116.231 -6.58132 -25.85 + 52 101.482 315 5 1 -117.08 -6.45866 -54.45 + 52 118.169 867 5 0 -117.153 -6.47136 -55.85 + 52 123.009 308 4 1 -118.516 -6.65231 -84.45 + 52 277.144 866 4 0 -118.586 -6.66046 -85.85 + 52 149.847 302 3 1 -119.672 -6.93621 -114.45 + 52 109.555 865 3 0 -119.768 -6.90358 -115.85 + 52 41.2164 293 2 1 -121.545 -6.2852 -144.45 + 52 81.9305 292 2 1 -121.55 -6.28104 -144.57 + 52 107.979 869 2 0 -121.608 -6.24209 -145.85 + 52 120.535 287 1 1 -122.745 -5.44648 -174.45 + 52 149.167 873 1 0 -122.716 -5.40374 -175.85 + 52 123.202 289 0 1 -122.272 -4.6986 -204.45 + 52 137.154 877 0 0 -122.242 -4.59796 -205.85 + 52 21.5147 697 7 0 -128.069 -40.5951 3.75009 + 52 56.3223 696 7 0 -128.066 -40.65 3.81322 + 52 82.6875 695 7 0 -128.027 -40.8501 3.94371 + 52 75.0551 694 7 0 -127.966 -41.0502 4.06496 + 52 112.393 268 7 1 -126.426 -43.6287 5.15005 + 52 75.3087 269 7 1 -126.35 -43.9168 5.17212 + 52 16.3979 676 7 0 -126.721 -44.8095 4.14992 + 52 141.506 675 7 0 -126.753 -44.8501 4.08804 + 52 176.05 321 6 1 -115.849 -6.7773 -24.45 + 52 125.628 866 6 0 -115.852 -6.77963 -25.85 + 52 163.422 321 5 1 -115.907 -6.8149 -54.45 + 52 133.97 866 5 0 -115.911 -6.81146 -55.85 + 52 119.883 320 4 1 -115.983 -6.75045 -84.45 + 52 107.353 320 3 1 -116.065 -6.65498 -114.45 + 52 109.274 867 3 0 -116.069 -6.6493 -115.85 + 52 136.16 319 2 1 -116.16 -6.53708 -144.45 + 52 102.092 867 2 0 -116.166 -6.53343 -145.85 + 52 107.219 319 1 1 -116.299 -6.45384 -174.45 + 52 132.47 867 1 0 -116.309 -6.45266 -175.85 + 52 135.415 318 0 1 -116.508 -6.42839 -204.45 + 52 99.3787 868 0 0 -116.517 -6.42234 -205.85 + 52 179.977 688 2 1 -42.4267 -52.7088 -144.45 + 52 97.6883 1099 0 0 30.3693 40.0032 -206.25 + 52 127.574 1098 0 0 31.1629 39.85 -205.935 + 52 30.7474 1097 0 0 31.1845 39.65 -206.019 +Number of digits in this event = 27 +Using G4ParticleGun ... +3.27467 LIN +gamma +Event: 53 +Number of tracker hits in this event = 40 + 53 279.9 1190 8 1 58.1521 31.8339 35.55 + 53 270.298 1058 8 0 58.1516 31.8356 34.15 + 53 287.541 1190 7 1 58.1431 31.8609 5.55 + 53 189.062 1059 7 0 58.1413 31.8606 4.15 + 53 112.349 1190 6 1 58.0965 31.8587 -24.45 + 53 114.337 1059 6 0 58.0946 31.859 -25.85 + 53 110.171 1190 5 1 58.0609 31.8703 -54.45 + 53 151.755 1059 5 0 58.0625 31.8694 -55.85 + 53 136.893 1190 4 1 58.1163 31.8393 -84.45 + 53 117.355 1058 4 0 58.1141 31.8405 -85.85 + 53 113.119 1190 3 1 58.07 31.8506 -114.45 + 53 134.885 1059 3 0 58.0689 31.857 -115.85 + 53 166.338 1190 2 1 58.0598 31.9942 -144.45 + 53 120.077 1059 2 0 58.0557 31.9999 -145.85 + 53 154.164 1189 1 1 57.9862 32.1142 -174.45 + 53 105.511 1060 1 0 57.9807 32.1146 -175.85 + 53 363.489 1189 0 1 57.8764 32.1203 -204.45 + 53 281.384 1060 0 0 57.8743 32.1245 -205.85 + 53 134.381 1061 0 0 57.9968 32.25 -205.853 + 53 67.7942 1059 4 0 58.1139 31.85 -86.0717 + 53 31.9472 1179 1 0 71.7424 55.9499 -176.25 + 53 81.5312 1279 1 0 35.265 75.8817 -176.25 + 53 116.587 1058 7 0 58.158 31.8106 4.15 + 53 143.87 1192 6 1 58.472 31.7911 -24.45 + 53 99.0008 1058 6 0 58.4767 31.7778 -25.85 + 53 320.58 1192 5 1 58.5165 31.5309 -54.45 + 53 137.782 1057 5 0 58.5239 31.5243 -55.85 + 53 118.863 1193 4 1 58.6701 31.3408 -84.45 + 53 174.934 1056 4 0 58.7122 31.3168 -85.85 + 53 104.179 1198 3 1 59.694 30.7463 -114.45 + 53 98.5854 1053 3 0 59.6954 30.7106 -115.85 + 53 177.907 1198 2 1 59.6602 30.0722 -144.45 + 53 107.097 1049 2 0 59.6865 30.0491 -145.85 + 53 138.29 1200 1 1 60.126 29.6768 -174.45 + 53 136.03 1048 1 0 60.1358 29.6768 -175.85 + 53 113.216 1201 0 1 60.2786 29.6506 -204.45 + 53 140.999 1047 0 0 60.2785 29.6395 -205.85 + 53 67.6361 1191 5 1 58.45 31.7481 -54.7931 + 53 145.1 1066 5 0 58 33.3771 -55.85 + 53 122.211 1067 5 0 57.9454 33.45 -55.8722 +Number of digits in this event = 25 +Using G4ParticleGun ... +9.15237 LIN +gamma +Event: 54 +Number of tracker hits in this event = 10 + 54 207.2 393 1 0 73.7572 -101.379 -176.25 + 54 211.584 392 1 0 74.3943 -101.55 -175.948 + 54 153.978 391 1 0 75.0418 -101.75 -175.945 + 54 52.3476 390 1 0 75.3578 -101.95 -175.978 + 54 75.3 389 1 0 75.4425 -102.15 -176.029 + 54 54.2025 388 1 0 75.5215 -102.35 -176.085 + 54 51.4137 387 1 0 75.6127 -102.55 -176.109 + 54 52.1522 386 1 0 75.7228 -102.75 -176.148 + 54 57.4978 385 1 0 75.8492 -102.95 -176.201 + 54 12.8013 384 1 0 76.0296 -103.15 -176.236 +Number of digits in this event = 5 +Using G4ParticleGun ... +6.30447 LIN gamma Event: 55 -Number of tracker hits in this event = 0 -Number of digits in this event = 2 +Number of tracker hits in this event = 170 + 55 331.466 715 11 1 -36.886 27.4397 125.55 + 55 223.701 1036 11 0 -36.8862 27.4413 124.15 + 55 260.737 715 10 1 -36.9577 27.4596 95.55 + 55 115.769 1037 10 0 -36.9574 27.4577 94.15 + 55 106.278 715 9 1 -36.9482 27.4038 65.55 + 55 388.591 1036 9 0 -36.9439 27.3907 64.15 + 55 542.07 716 8 1 -36.8348 27.1076 35.55 + 55 155.63 1035 8 0 -36.8271 27.1028 34.15 + 55 334.29 716 7 1 -36.6922 27.09 5.55 + 55 102.914 1035 7 0 -36.6845 27.0895 4.15 + 55 399.874 717 6 1 -36.5313 27.1243 -24.45 + 55 113.142 1035 6 0 -36.5211 27.119 -25.85 + 55 129.837 718 5 1 -36.2996 26.9934 -54.45 + 55 127.236 1034 5 0 -36.2838 26.9825 -55.85 + 55 248.666 720 4 1 -35.9447 26.749 -84.45 + 55 141.09 1033 4 0 -35.931 26.7341 -85.85 + 55 139.563 722 3 1 -35.609 26.4432 -114.45 + 55 116.569 1031 3 0 -35.5954 26.4316 -115.85 + 55 501.826 723 2 1 -35.3587 26.2178 -144.45 + 55 132.565 1030 2 0 -35.344 26.2175 -145.85 + 55 238.104 725 1 1 -35.0394 26.2024 -174.45 + 55 249.603 1030 1 0 -35.0312 26.1959 -175.85 + 55 211.01 726 0 1 -34.8444 26.0714 -204.45 + 55 254.5 1030 0 0 -34.8281 26.0681 -205.85 + 55 182.95 725 0 1 -34.85 26.0693 -204.595 + 55 109.795 724 0 1 -35.05 25.9989 -204.631 + 55 121.111 1013 1 0 -50.9775 22.7617 -176.25 + 55 235.653 1014 1 0 -51.2208 22.85 -176.182 + 55 281.988 721 3 1 -35.65 26.4598 -114.675 + 55 7.84922 1452 7 0 -51.8392 110.616 3.75 + 55 3.80523 1021 7 0 -116.183 24.2728 3.75 + 55 2.94702 878 7 0 -93.0962 -4.29822 3.75 + 55 95.3909 917 6 0 -168.141 3.65 -26.2071 + 55 140.982 1036 10 0 -36.8673 27.4246 94.15 + 55 138.888 716 9 1 -36.8078 27.4161 65.55 + 55 355.535 1036 8 0 -36.7182 27.335 34.15 + 55 135.903 717 7 1 -36.615 27.3963 5.55 + 55 328.083 1036 7 0 -36.6078 27.4012 4.15 + 55 258.54 1037 6 0 -36.4568 27.4953 -25.85 + 55 129.065 719 5 1 -36.2128 27.5961 -54.45 + 55 119.418 1037 5 0 -36.2012 27.5976 -55.85 + 55 113.693 1037 4 0 -35.9641 27.6351 -85.85 + 55 129.337 1038 3 0 -35.6823 27.832 -115.85 + 55 107.913 1040 2 0 -35.3151 28.1731 -145.85 + 55 110.657 1042 1 0 -34.9594 28.5354 -175.85 + 55 78.2104 1045 0 0 -35.6785 29.2084 -205.85 + 55 109.202 1046 0 0 -35.7954 29.25 -206.014 + 55 124.776 722 2 1 -35.45 27.6475 -144.507 + 55 121.363 1037 2 0 -35.6936 27.6283 -145.85 + 55 262.832 700 1 1 -39.9467 26.8453 -174.451 + 55 235.377 1033 1 0 -40.1243 26.811 -175.85 + 55 118.31 676 0 1 -44.7157 25.9705 -204.45 + 55 116.801 1027 0 0 -45.0423 25.647 -205.85 + 55 8.64218 701 1 1 -39.8422 26.8397 -174.45 + 55 220.41 1035 1 0 -40.9151 27.111 -175.85 + 55 422.366 1036 1 0 -41.363 27.25 -176.174 + 55 88.102 1037 1 0 -41.453 27.4504 -175.977 + 55 88.7586 692 1 1 -41.6155 26.8525 -174.85 + 55 237.796 691 1 1 -41.6502 26.803 -174.791 + 55 2.56163 1029 1 0 -41.3495 25.9313 -175.85 + 55 192.007 1035 2 0 -35.1399 27.0589 -145.85 + 55 271.805 1034 2 0 -35.135 27.0499 -145.874 + 55 130.121 749 1 1 -30.1433 16.4849 -174.45 + 55 103.95 750 1 1 -30.0497 16.3658 -174.594 + 55 132.547 975 1 0 -29.0781 15.0509 -175.85 + 55 104.089 974 1 0 -29.0774 15.05 -175.851 + 55 92.842 973 1 0 -28.9331 14.8497 -176.057 + 55 71.9032 678 1 0 2.96748 -44.2853 -176.25 + 55 73.847 677 1 0 3.03039 -44.45 -176.08 + 55 0.31859 676 1 0 3.11528 -44.6505 -175.851 + 55 107.981 916 1 1 3.38116 -45.3406 -174.85 + 55 36.4996 917 1 1 3.45 -45.5439 -174.554 + 55 175.713 836 2 0 59.8963 -12.8063 -146.25 + 55 78.3073 837 2 0 60.1672 -12.6496 -146.078 + 55 143.515 838 2 0 60.3101 -12.45 -145.979 + 55 218.697 839 2 0 60.6711 -12.25 -145.96 + 55 35.9494 1213 2 1 62.7567 -12.9313 -144.85 + 55 132.933 1214 2 1 62.8503 -12.9473 -144.823 + 55 304.501 1215 2 1 63.05 -12.7961 -144.678 + 55 50.4491 1216 2 1 63.25 -12.8188 -144.525 + 55 458.499 1036 6 0 -36.4758 27.4499 -26.0117 + 55 409.829 716 6 1 -36.7162 27.2952 -24.45 + 55 112.974 716 5 1 -36.8288 27.2759 -54.45 + 55 235.459 1036 5 0 -36.8295 27.2727 -55.85 + 55 130.494 716 4 1 -36.8028 27.2051 -84.45 + 55 386.897 1035 4 0 -36.8005 27.1936 -85.85 + 55 239.855 716 3 1 -36.7534 26.9286 -114.45 + 55 401.259 1034 3 0 -36.7522 26.9132 -115.85 + 55 99.7899 716 2 1 -36.7402 26.589 -144.45 + 55 101.997 1032 2 0 -36.7357 26.5754 -145.85 + 55 433.657 717 1 1 -36.6361 26.355 -174.45 + 55 119.171 1031 1 0 -36.6122 26.3467 -175.85 + 55 297.307 719 0 1 -36.1137 26.15 -204.45 + 55 189.04 970 1 1 14.05 15.8573 -174.694 + 55 326.324 969 1 1 14.05 15.8501 -174.605 + 55 144.198 968 1 1 13.8499 15.7815 -174.508 + 55 38.4247 971 1 1 14.25 15.1803 -174.792 + 55 148.962 976 1 0 14.5068 15.25 -175.892 + 55 137.9 717 5 1 -36.5432 27.2904 -54.45 + 55 66.0908 717 4 1 -36.4733 27.1293 -84.45 + 55 120.842 718 4 1 -36.45 27.1081 -84.7015 + 55 96.1438 1034 4 0 -36.358 26.9937 -85.85 + 55 120.533 730 3 1 -33.8569 24.142 -114.45 + 55 2.39866 1023 3 0 -34.2047 24.8454 -115.85 + 55 134.466 1024 3 0 -34.207 24.85 -115.859 + 55 113.779 685 2 1 -42.9414 38.9635 -144.45 + 55 29.9004 684 2 1 -43.05 39.0431 -144.787 + 55 159.404 1096 2 0 -43.4033 39.2957 -145.85 + 55 0.284047 633 1 1 -53.4495 46.4617 -174.45 + 55 87.4808 632 1 1 -53.45 46.4621 -174.45 + 55 72.2853 631 1 1 -53.65 46.6499 -174.668 + 55 36.7621 1138 1 0 -54.6361 47.7689 -175.85 + 55 115.493 1139 1 0 -54.7061 47.85 -175.934 + 55 51.9989 1140 1 0 -54.8816 48.0502 -176.121 + 55 12.352 492 0 1 -81.6067 77.3203 -204.45 + 55 76.9001 491 0 1 -81.65 77.344 -204.481 + 55 79.0316 490 0 1 -81.85 77.4528 -204.613 + 55 59.6577 489 0 1 -82.05 77.5598 -204.748 + 55 8.36901 1291 0 0 -83.5527 78.4348 -205.851 + 55 136.696 1292 0 0 -83.5789 78.45 -205.87 + 55 48.6244 1293 0 0 -83.9406 78.65 -206.145 + 55 256.856 718 3 1 -36.4182 26.9826 -114.45 + 55 716.39 718 2 1 -36.3026 26.7789 -144.45 + 55 130.885 1033 2 0 -36.2931 26.7683 -145.85 + 55 569.062 719 1 1 -36.0965 26.5482 -174.45 + 55 224.07 1032 1 0 -36.0866 26.5362 -175.85 + 55 753.331 720 0 1 -35.9054 26.2795 -204.45 + 55 106.245 1031 0 0 -35.8965 26.2685 -205.85 + 55 106.893 1031 2 0 -36.33 26.4297 -145.85 + 55 31.9848 497 2 0 -42.8049 -80.5567 -146.25 + 55 83.2778 496 2 0 -42.8007 -80.6507 -146.211 + 55 70.9746 495 2 0 -42.8006 -80.85 -146.138 + 55 50.9658 494 2 0 -42.7703 -81.05 -145.975 + 55 10.7892 679 2 1 -44.225 -81.6649 -144.85 + 55 62.5628 678 2 1 -44.25 -81.6793 -144.832 + 55 39.9218 677 2 1 -44.45 -81.8267 -144.811 + 55 221.629 484 2 0 -45.7208 -83.0691 -145.85 + 55 287.943 1032 0 0 -35.9923 26.6494 -205.85 + 55 204.515 831 2 0 -152.445 -13.7998 -146.25 + 55 20.8398 830 2 0 -152.621 -13.85 -146.058 + 55 200.072 133 2 1 -153.492 -13.2558 -144.85 + 55 160.46 132 2 1 -153.55 -12.8857 -144.517 + 55 97.3703 131 2 1 -153.75 -12.9059 -144.594 + 55 15.3042 130 2 1 -153.95 -12.9766 -144.819 + 55 81.6726 832 2 0 -154.542 -13.4852 -145.85 + 55 212.617 902 2 0 -125.718 0.502366 -146.25 + 55 354.41 903 2 0 -125.656 0.65 -146.138 + 55 270.39 718 0 1 -36.2501 26.5186 -204.461 + 55 159.889 715 0 1 -36.9539 23.2264 -204.45 + 55 94.3137 1015 0 0 -36.9258 23.1106 -205.85 + 55 20.284 1065 2 0 -90.4208 33.1958 -146.25 + 55 225.658 717 2 1 -36.45 27.2356 -144.669 + 55 228.467 715 6 1 -36.85 27.3495 -24.6866 + 55 162.677 1121 6 0 -57.3016 44.4429 -26.25 + 55 9.1328 1122 6 0 -57.2997 44.45 -26.2196 + 55 184.006 1120 6 0 -57.3985 44.25 -26.0734 + 55 132.145 1038 6 0 -36.662 27.6641 -25.8517 + 55 12.7915 714 5 1 -37.2266 34.2726 -54.45 + 55 127.398 713 5 1 -37.2501 34.272 -54.4927 + 55 108.084 1070 5 0 -37.912 34.2335 -55.85 + 55 218.12 1037 0 0 -35.9177 27.4852 -205.85 + 55 99.6822 1501 2 0 40.2927 120.35 -146.221 + 55 115.7 708 0 1 -38.3906 25.8138 -204.45 + 55 100.229 1028 0 0 -38.4992 25.8094 -205.85 + 55 290.485 721 0 1 -35.808 49.3171 -204.45 + 55 175.041 1143 0 0 -35.2613 48.6944 -205.85 + 55 141.157 717 0 1 -36.5617 27.3815 -204.45 + 55 94.4379 716 0 1 -36.65 27.3105 -204.715 + 55 143.406 1034 0 0 -37.1081 26.9979 -205.85 + 55 51.5409 1038 0 0 -35.4649 27.6504 -206.092 +Number of digits in this event = 95 Using G4ParticleGun ... -9.63157 LIN +7.68805 LIN gamma Event: 56 -Number of tracker hits in this event = 50 - 56 286.782 875 3 1 -5.01224 87.9899 -114.45 - 56 270.927 1339 3 0 -5.01331 87.9905 -115.85 - 56 669.344 875 2 1 -5.0361 88.0052 -144.45 - 56 957.95 1339 2 0 -5.03585 88.0062 -145.85 - 56 247.897 875 1 1 -5.03719 88.0321 -174.45 - 56 328.993 1339 1 0 -5.03605 88.0327 -175.85 - 56 242.263 875 0 1 -5.01389 88.0344 -204.45 - 56 252.589 1339 0 0 -5.01199 88.0345 -205.85 - 56 65.3588 135 5 1 -152.95 151.24 -54.7685 - 56 17.6255 822 5 0 -44.7433 -15.5545 -56.25 - 56 235.46 821 5 0 -44.6834 -15.65 -56.0842 - 56 27.7909 820 5 0 -44.5134 -15.85 -55.9393 - 56 131.985 879 1 1 -4.19537 87.865 -174.45 - 56 99.8395 1338 1 0 -4.15886 87.8433 -175.85 - 56 151.775 883 0 1 -3.38631 87.4693 -204.45 - 56 97.6799 1336 0 0 -3.35367 87.4185 -205.85 - 56 25.994 874 2 1 -5.05 88.0134 -144.78 - 56 147.624 1340 2 0 -5.11012 88.05 -146.236 - 56 140.844 868 1 1 -6.2925 88.7441 -174.45 - 56 100.636 1343 1 0 -6.29008 88.7295 -175.85 - 56 107.253 870 0 1 -6.01235 88.613 -204.45 - 56 134.968 1343 0 0 -6.0805 88.6816 -205.85 - 56 62.2203 1338 3 0 -4.29238 87.7255 -115.85 - 56 130.594 1337 3 0 -4.11019 87.65 -115.951 - 56 130.981 1542 3 0 -29.0203 128.561 -116.25 - 56 79.4211 1543 3 0 -29.201 128.75 -116.082 - 56 63.7521 1544 3 0 -29.2988 128.95 -116.105 - 56 310.912 849 1 1 -10.1561 93.8445 -174.45 - 56 344.487 850 1 1 -10.05 94.3525 -174.56 - 56 13.0705 851 1 1 -9.85 95.065 -174.486 - 56 91.2572 1375 1 0 -10.116 95.2373 -175.85 - 56 83.4214 1376 1 0 -10.2561 95.35 -175.986 - 56 67.7837 1377 1 0 -10.407 95.55 -175.935 - 56 41.4918 1378 1 0 -10.5063 95.75 -175.911 - 56 84.4421 845 1 1 -10.9525 95.9989 -174.85 - 56 158.313 844 1 1 -11.05 96.0864 -174.687 - 56 242.115 843 1 1 -11.2502 96.2742 -174.525 - 56 1.15337 1351 1 0 -25.8378 90.4467 -175.85 - 56 73.8838 755 1 1 -28.8949 88.1924 -174.85 - 56 114.253 1516 3 0 -128.074 123.35 -116.157 - 56 69.9222 1515 3 0 -128.193 123.35 -116.005 - 56 98.7295 878 1 1 -4.29861 86.6995 -174.45 - 56 168.539 1331 1 0 -4.28249 86.3776 -175.85 - 56 97.1107 884 0 1 -3.13875 79.7148 -204.45 - 56 87.9084 1297 0 0 -2.89087 79.4871 -205.852 - 56 42.6093 1296 0 0 -2.84424 79.45 -206.094 - 56 8.21927 874 1 1 -5.05009 87.9566 -174.45 - 56 116.137 608 4 1 -58.256 5.26918 -84.85 - 56 53.6717 609 4 1 -58.25 5.19537 -84.7674 - 56 107.782 738 2 1 -32.3279 115.504 -144.85 -Number of digits in this event = 24 +Number of tracker hits in this event = 30 + 56 253.882 221 8 1 -135.9 10.679 35.55 + 56 247.388 953 8 0 -135.899 10.6783 34.15 + 56 282.937 221 7 1 -135.877 10.6649 5.55 + 56 242.605 953 7 0 -135.876 10.6655 4.15 + 56 235.093 221 6 1 -135.853 10.6803 -24.45 + 56 242.312 953 6 0 -135.851 10.6808 -25.85 + 56 116.148 221 5 1 -135.816 10.686 -54.45 + 56 233.87 953 5 0 -135.813 10.6872 -55.85 + 56 123.871 221 4 1 -135.751 10.7073 -84.45 + 56 257.151 953 4 0 -135.749 10.7062 -85.85 + 56 118.709 222 3 1 -135.707 10.682 -114.45 + 56 126.981 953 3 0 -135.706 10.6789 -115.85 + 56 101.007 222 2 1 -135.693 10.6115 -144.45 + 56 247.437 952 2 0 -135.692 10.6085 -145.85 + 56 109.823 222 1 1 -135.68 10.5474 -174.45 + 56 391.102 952 1 0 -135.682 10.547 -175.85 + 56 124.1 222 0 1 -135.712 10.5441 -204.45 + 56 261.396 952 0 0 -135.714 10.5554 -205.85 + 56 184.694 969 11 0 -139.552 14.0227 123.75 + 56 241.367 970 11 0 -139.546 14.05 123.849 + 56 266.842 951 1 0 -135.738 10.45 -176.066 + 56 197.99 220 5 1 -135.987 10.7004 -54.45 + 56 121.564 220 4 1 -136.029 10.6625 -84.45 + 56 106.816 220 3 1 -136.041 10.639 -114.45 + 56 131.05 952 3 0 -136.041 10.637 -115.85 + 56 162.879 220 2 1 -136.038 10.5965 -144.45 + 56 210.867 220 1 1 -135.976 10.6074 -174.45 + 56 123.625 221 0 1 -135.921 10.459 -204.45 + 56 79.2653 422 0 0 -156.458 -95.55 -205.975 + 56 122.56 421 0 0 -156.496 -95.7506 -205.997 +Number of digits in this event = 27 Using G4ParticleGun ... -3.08027 LIN +3.60358 LIN gamma Event: 57 -Number of tracker hits in this event = 82 - 57 243.679 293 8 1 -121.401 -30.5912 35.55 - 57 221.303 747 8 0 -121.395 -30.5888 34.15 - 57 152.228 294 7 1 -121.275 -30.5571 5.55 - 57 118.959 747 7 0 -121.266 -30.56 4.15 - 57 114.069 295 6 1 -121.09 -30.6235 -24.45 - 57 110.954 747 6 0 -121.081 -30.6254 -25.85 - 57 146.047 296 5 1 -120.886 -30.6601 -54.45 - 57 335.329 746 5 0 -120.875 -30.6609 -55.85 - 57 307.845 297 4 1 -120.651 -30.6803 -84.45 - 57 105.735 746 4 0 -120.642 -30.6858 -85.85 - 57 124.655 298 3 1 -120.453 -30.7895 -114.45 - 57 204.245 746 3 0 -120.446 -30.7867 -115.85 - 57 144.143 299 2 1 -120.295 -30.7034 -144.45 - 57 104.536 746 2 0 -120.29 -30.6987 -145.85 - 57 326.733 299 1 1 -120.188 -30.5752 -174.45 - 57 483.801 747 1 0 -120.179 -30.5667 -175.85 - 57 535.65 300 0 1 -119.984 -30.4227 -204.45 - 57 235.704 748 0 0 -119.973 -30.4192 -205.85 - 57 239.076 747 0 0 -119.978 -30.45 -205.869 - 57 53.7965 299 0 1 -120.15 -30.456 -204.705 - 57 24.772 300 1 1 -120.149 -30.5795 -174.451 - 57 166.077 296 0 1 -120.939 -29.1606 -204.45 - 57 188.238 754 0 0 -120.899 -29.1816 -205.85 - 57 11.3832 887 0 0 -119.667 -2.62108 -206.25 - 57 124.215 294 0 1 -121.199 -30.204 -204.45 - 57 126.296 749 0 0 -121.259 -30.1071 -205.85 - 57 212.591 294 5 1 -121.185 -30.5098 -54.5296 - 57 347.159 747 5 0 -121.212 -30.5645 -55.85 - 57 177.022 290 4 1 -122.053 -31.9034 -84.45 - 57 94.816 739 4 0 -122.363 -32.2122 -85.8506 - 57 76.3397 738 4 0 -122.398 -32.25 -86.0067 - 57 71.6017 254 3 1 -129.263 -39.724 -114.45 - 57 108.681 253 3 1 -129.35 -39.7488 -114.597 - 57 148.865 700 3 0 -130.036 -39.9576 -115.85 - 57 121.155 294 4 1 -121.206 -30.4296 -84.45 - 57 134.514 748 4 0 -121.213 -30.4443 -85.85 - 57 183.616 294 3 1 -121.287 -30.727 -114.45 - 57 269.859 294 2 1 -121.276 -30.8995 -144.45 - 57 148.333 745 2 0 -121.289 -30.9177 -145.85 - 57 111.523 292 1 1 -121.569 -31.352 -174.45 - 57 128.306 743 1 0 -121.598 -31.3992 -175.85 - 57 123.688 290 0 1 -122.124 -32.2269 -204.45 - 57 184.58 738 0 0 -122.126 -32.3145 -205.85 - 57 131.205 729 2 0 -126.914 -34.1662 -146.25 - 57 116.809 730 2 0 -126.849 -34.0498 -146.06 - 57 137.632 293 7 1 -121.358 -30.726 5.55 - 57 207.688 746 7 0 -121.374 -30.7029 4.15 - 57 233.129 290 6 1 -122.107 -29.3633 -24.45 - 57 17.8107 753 6 0 -122.055 -29.446 -25.85 - 57 182.939 752 6 0 -122.052 -29.45 -25.9246 - 57 82.6216 298 5 1 -120.439 -30.7001 -54.45 - 57 136.269 737 4 0 -120.631 -32.5771 -85.85 - 57 176.099 300 3 1 -120.007 -35.1438 -114.45 - 57 192.759 723 3 0 -120.013 -35.2857 -115.851 - 57 117.03 300 2 1 -120.097 -38.5678 -144.45 - 57 151.288 706 2 0 -120.33 -38.7011 -145.85 - 57 15.3809 275 1 1 -125.137 -41.2217 -174.45 - 57 118.566 274 1 1 -125.15 -41.2296 -174.507 - 57 48.0359 693 1 0 -125.446 -41.4242 -175.85 - 57 96.8572 692 1 0 -125.485 -41.4501 -176.027 - 57 98.2976 240 0 1 -132.035 -45.4972 -204.45 - 57 18.1651 239 0 1 -132.15 -45.5527 -204.793 - 57 118.662 671 0 0 -132.477 -45.731 -205.85 - 57 186.823 745 5 0 -120.45 -30.8505 -56.0231 - 57 83.3602 289 6 1 -122.15 -29.2097 -24.7091 - 57 69.9694 757 6 0 -122.376 -28.5378 -25.85 - 57 68.954 758 6 0 -122.398 -28.45 -25.9965 - 57 121.985 292 5 1 -121.718 -12.5014 -54.45 - 57 61.4162 842 5 0 -121.76 -11.5554 -55.85 - 57 82.7859 843 5 0 -121.766 -11.45 -55.9919 - 57 7.97528 844 5 0 -121.753 -11.2498 -56.2231 - 57 48.4825 298 4 1 -120.519 15.3528 -84.45 - 57 62.048 299 4 1 -120.35 15.3328 -84.5542 - 57 71.3005 300 4 1 -120.15 15.3106 -84.716 - 57 2.21161 301 4 1 -119.95 15.2986 -84.8463 - 57 230.994 975 4 0 -118.432 15.1602 -85.85 - 57 4.52499 725 4 0 -54.2421 -35.0312 -86.2499 - 57 88.351 724 4 0 -54.2327 -35.0505 -86.2366 - 57 68.793 723 4 0 -54.075 -35.25 -86.0173 - 57 236.815 631 4 1 -53.7685 -34.9663 -84.8493 - 57 426.579 632 4 1 -53.65 -34.5397 -84.5771 - 57 168.84 633 4 1 -53.45 -34.4392 -84.7813 -Number of digits in this event = 48 +Number of tracker hits in this event = 6 + 57 303.637 1509 1 1 121.981 -83.1763 -174.45 + 57 275.246 484 1 0 121.983 -83.1757 -175.85 + 57 229.656 1509 0 1 122.013 -83.1769 -204.45 + 57 301.039 484 0 0 122.015 -83.1807 -205.85 + 57 186.692 483 0 0 121.969 -83.25 -206.142 + 57 29.8812 367 5 1 -106.55 -160.016 -54.5213 +Number of digits in this event = 7 Using G4ParticleGun ... -5.53858 LIN +4.94503 LIN gamma Event: 58 -Number of tracker hits in this event = 0 -Number of digits in this event = 1 +Number of tracker hits in this event = 117 + 58 252.508 507 10 1 -78.6442 1.15228 95.55 + 58 231.849 905 10 0 -78.6489 1.11235 94.15 + 58 110.781 506 9 1 -78.761 0.307428 65.55 + 58 159.064 900 9 0 -78.7658 0.239999 64.15 + 58 114.689 506 8 1 -78.7906 -1.16905 35.55 + 58 345.887 894 8 0 -78.8155 -1.19998 34.15 + 58 126.297 503 7 1 -79.4103 -1.92943 5.55 + 58 103.211 890 7 0 -79.4593 -1.96698 4.15 + 58 62.381 498 6 1 -80.4466 -2.80664 -24.45 + 58 57.6611 497 6 1 -80.45 -2.81123 -24.6516 + 58 122.405 886 6 0 -80.4719 -2.83838 -25.85 + 58 138.136 496 5 1 -80.8403 -3.50916 -54.45 + 58 136.314 882 5 0 -80.8481 -3.5686 -55.85 + 58 142.426 495 4 1 -80.8595 -4.86968 -84.45 + 58 132.32 875 4 0 -80.8436 -4.92719 -85.85 + 58 260.939 498 3 1 -80.3718 -6.11924 -114.45 + 58 150.685 869 3 0 -80.3399 -6.13461 -115.85 + 58 113.718 501 2 1 -79.8183 -6.37145 -144.45 + 58 119.265 868 2 0 -79.8237 -6.34257 -145.85 + 58 122.724 500 1 1 -79.9913 -5.68857 -174.45 + 58 104.032 872 1 0 -79.9986 -5.64239 -175.85 + 58 131.777 499 0 1 -80.0873 -4.70971 -204.45 + 58 111.644 876 0 0 -80.0955 -4.66586 -205.85 + 58 46.1476 714 1 0 -78.5768 -37.1917 -176.25 + 58 88.247 713 1 0 -78.5759 -37.25 -176.188 + 58 30.5245 712 1 0 -78.6145 -37.45 -175.958 + 58 97.9544 506 1 1 -78.7701 -38.4759 -174.85 + 58 99.1147 505 1 1 -78.85 -38.67 -174.631 + 58 35.0032 698 1 0 -155.26 -40.3152 -176.25 + 58 110.164 507 9 1 -78.6084 1.16754 65.55 + 58 179.242 905 9 0 -78.6052 1.16666 64.15 + 58 112.733 507 8 1 -78.5396 1.14397 35.55 + 58 218.809 905 8 0 -78.5353 1.14203 34.15 + 58 124.664 507 7 1 -78.4561 1.10507 5.55 + 58 105.965 905 7 0 -78.4501 1.10441 4.15 + 58 98.0596 508 6 1 -78.3209 1.09117 -24.45 + 58 140.845 905 6 0 -78.3165 1.09096 -25.85 + 58 148.66 509 5 1 -78.2283 1.08933 -54.45 + 58 113.559 905 5 0 -78.2252 1.08938 -55.85 + 58 372.89 509 4 1 -78.1683 1.08907 -84.45 + 58 136.581 905 4 0 -78.1654 1.08861 -85.85 + 58 141.846 509 3 1 -78.1089 1.07311 -114.45 + 58 130.039 905 3 0 -78.1055 1.07175 -115.85 + 58 139.49 510 2 1 -78.0351 1.04771 -144.45 + 58 149.038 904 2 0 -78.031 1.04547 -145.85 + 58 175.299 510 1 1 -77.9528 0.99903 -174.45 + 58 144.054 904 1 0 -77.9486 0.996466 -175.85 + 58 109.636 510 0 1 -77.8601 0.954726 -204.45 + 58 159.839 904 0 0 -77.8561 0.95373 -205.85 + 58 69.7558 1022 0 0 61.995 24.5381 -206.25 + 58 112.072 1207 0 1 61.5843 24.3367 -204.85 + 58 79.9401 905 0 0 -77.8933 1.0503 -206.144 + 58 12.2798 906 0 0 -77.8929 1.25 -206.237 + 58 20.0438 1749 0 0 16.8022 170.069 -206.25 + 58 199.002 1777 0 0 35.5325 175.551 -206.25 + 58 60.9923 1776 0 0 35.5963 175.55 -206.232 + 58 13.1415 354 0 1 -109.15 -135.57 -204.813 + 58 87.6758 508 4 1 -78.25 1.1044 -84.5539 + 58 73.7358 510 4 1 -78.0499 1.38286 -84.5112 + 58 62.1306 511 4 1 -77.8498 1.61183 -84.4649 + 58 68.6822 512 4 1 -77.65 1.71255 -84.4917 + 58 44.6709 44 6 0 69.0717 -171.284 -26.25 + 58 100.074 875 5 0 -96.1729 -4.89802 -56.25 + 58 100.405 876 5 0 -96.173 -4.85 -55.9286 + 58 89.6298 877 5 0 -96.0107 -4.65 -55.9837 + 58 337 878 5 0 -95.872 -4.44978 -56.0534 + 58 136.471 510 3 1 -78.05 0.978875 -114.535 + 58 11.5757 901 3 0 -77.4521 0.271178 -115.85 + 58 199.496 900 3 0 -77.4351 0.25 -115.885 + 58 15.697 545 2 1 -71.0337 -7.73807 -144.45 + 58 268.478 544 2 1 -71.05 -7.77925 -144.478 + 58 43.6233 849 2 0 -72.1573 -10.0994 -145.85 + 58 100.67 848 2 0 -72.2152 -10.25 -145.916 + 58 155.99 847 2 0 -72.2622 -10.45 -146.027 + 58 181.355 846 2 0 -72.4984 -10.65 -146.073 + 58 5.63893 870 2 0 -152.056 -6.03791 -146.25 + 58 191.995 869 2 0 -152.072 -6.05004 -146.225 + 58 36.3495 129 2 1 -154.233 -6.26812 -144.85 + 58 107.239 128 2 1 -154.35 -6.29876 -144.798 + 58 137.691 127 2 1 -154.55 -6.37175 -144.613 + 58 274.107 126 2 1 -154.75 -6.3039 -144.545 + 58 109.859 506 10 1 -78.65 1.13674 95.5256 + 58 119.215 903 10 0 -78.8195 0.748318 94.15 + 58 39.22 902 10 0 -78.8665 0.65 93.766 + 58 116.625 485 9 1 -82.8669 -5.68806 65.55 + 58 131.577 869 9 0 -82.9446 -6.09065 64.15 + 58 192.438 475 8 1 -84.9103 -14.7845 35.55 + 58 204.841 822 8 0 -85.2695 -15.4827 34.15 + 58 4.46173 821 8 0 -85.3531 -15.65 33.7617 + 58 114.753 444 7 1 -91.2299 -27.7526 5.55 + 58 92.0909 761 7 0 -91.1317 -27.7639 4.15 + 58 181.853 443 6 1 -91.4537 -29.8045 -24.4503 + 58 143.782 444 6 1 -91.35 -29.8729 -24.6241 + 58 14.2253 745 6 0 -90.4624 -31.0069 -25.8501 + 58 252.393 744 6 0 -90.4288 -31.05 -25.8949 + 58 89.8633 743 6 0 -90.2777 -31.25 -26.097 + 58 91.1007 631 5 1 -53.69 -78.1176 -54.45 + 58 87.4366 632 5 1 -53.65 -78.1347 -54.4962 + 58 33.2926 633 5 1 -53.45 -78.1301 -54.728 + 58 27.6997 511 5 0 -52.928 -77.6977 -55.85 + 58 273.193 512 5 0 -52.8892 -77.65 -55.9409 + 58 4.55374 513 5 0 -52.7548 -77.45 -56.2361 + 58 68.9553 602 5 0 -2.64358 -59.5984 -56.25 + 58 98.4371 601 5 0 -2.4625 -59.65 -56.0947 + 58 38.2162 893 5 1 -1.3136 -59.4696 -54.85 + 58 100.426 894 5 1 -1.25 -59.4589 -54.7426 + 58 102.978 895 5 1 -0.994816 -59.4923 -54.4502 + 58 14.3166 896 5 1 -0.849812 -59.4565 -54.7827 + 58 72.7975 604 5 0 -0.506647 -59.1285 -55.85 + 58 130.273 605 5 0 -0.403362 -59.05 -56.0574 + 58 23.3111 606 5 0 -0.106349 -58.85 -56.1801 + 58 320.467 750 6 0 -91.3139 -29.9405 -25.85 + 58 98.5715 723 6 0 -164.598 -35.313 -26.2499 + 58 343.341 724 6 0 -164.918 -35.25 -26.1268 + 58 194.463 725 6 0 -165.26 -35.05 -26.0869 + 58 41.7063 726 6 0 -165.318 -34.8499 -25.9574 + 58 58.5706 625 6 0 -171.665 -55.0085 -26.25 +Number of digits in this event = 52 Using G4ParticleGun ... -3.96746 LIN +4.77258 LIN gamma Event: 59 -Number of tracker hits in this event = 0 -Number of digits in this event = 1 -Using G4ParticleGun ... -2.38563 LIN -gamma -Event: 60 -Number of tracker hits in this event = 0 -Number of digits in this event = 1 -Using G4ParticleGun ... -9.55303 LIN -gamma -Event: 61 -Number of tracker hits in this event = 1 - 61 95.5455 202 0 0 57.2897 -139.55 -205.983 +Number of tracker hits in this event = 2 + 59 67.8198 1434 4 1 106.95 20.7284 -84.8437 + 59 43.3583 1542 5 1 128.714 2.01006 -54.85 Number of digits in this event = 2 Using G4ParticleGun ... -3.61231 LIN +6.59402 LIN +gamma +Event: 60 +Number of tracker hits in this event = 6 + 60 235.957 1363 0 1 92.851 117.626 -204.45 + 60 334.453 1487 0 0 92.8542 117.629 -205.85 + 60 29.773 1511 3 1 122.359 85.5814 -114.85 + 60 38.768 1428 2 0 115.762 105.95 -146.085 + 60 154.929 1480 2 1 116.32 106.334 -144.85 + 60 35.7861 962 6 0 16.0488 12.65 -26.1438 +Number of digits in this event = 5 +Using G4ParticleGun ... +2.4271 LIN +gamma +Event: 61 +Number of tracker hits in this event = 0 +Number of digits in this event = 2 +Using G4ParticleGun ... +4.05872 LIN gamma Event: 62 Number of tracker hits in this event = 0 -Number of digits in this event = 1 +Number of digits in this event = 2 Using G4ParticleGun ... -6.30491 LIN +3.35833 LIN gamma Event: 63 -Number of tracker hits in this event = 37 - 63 67.9702 1310 4 0 23.0651 82.1903 -86.14 - 63 328.346 1015 3 1 23.0604 82.2684 -114.45 - 63 123.471 1311 3 0 23.0464 82.279 -115.85 - 63 122.394 1013 2 1 22.783 82.6072 -144.45 - 63 153.127 1312 2 0 22.7686 82.6339 -145.85 - 63 194.327 1011 1 1 22.4499 83.1274 -174.45 - 63 156.514 1315 1 0 22.4283 83.1524 -175.85 - 63 116.125 1009 0 1 21.8832 83.7025 -204.45 - 63 131.275 1318 0 0 21.8697 83.7219 -205.85 - 63 77.6885 518 13 0 -12.5604 -76.334 183.751 - 63 137.42 519 13 0 -12.7647 -76.25 183.87 - 63 69.8179 347 13 0 -68.0487 -110.611 183.75 - 63 113.066 346 13 0 -68.1397 -110.751 183.93 - 63 60.1927 560 13 1 -67.904 -112.018 185.15 - 63 191.061 561 13 1 -67.85 -112.089 185.248 - 63 173.682 562 13 1 -67.65 -112.145 185.458 - 63 57.6501 1010 1 1 22.133 83.1708 -174.45 - 63 168.946 1314 1 0 23.2611 83.05 -175.995 - 63 2.55642 1313 1 0 23.5855 82.85 -176.244 - 63 35.5352 1096 1 0 72.5388 39.3098 -176.25 - 63 122.6 1095 1 0 72.6391 39.25 -176.196 - 63 149.925 1310 3 0 23.0508 82.1867 -115.85 - 63 115.334 1014 2 1 23.0041 82.172 -144.45 - 63 121.107 1310 2 0 22.9993 82.1674 -145.85 - 63 408.722 1014 1 1 22.8955 82.0741 -174.45 - 63 364.6 1310 1 0 22.9057 82.054 -175.85 - 63 128.642 1309 1 0 22.9075 82.05 -176.142 - 63 407.647 1014 0 1 23.0454 81.6367 -204.45 - 63 108.242 1307 0 0 23.0244 81.62 -205.85 - 63 2.46251 1421 7 0 95.8718 104.49 3.75 - 63 88.5898 1389 6 1 97.9766 65.8328 -24.45 - 63 64.1808 1380 7 1 96.2765 104.984 5.1504 - 63 250.522 1381 7 1 96.3501 105.06 5.26255 - 63 239.413 1476 4 0 -13.2671 115.433 -86.2499 - 63 34.4966 1477 4 0 -13.0862 115.55 -86.0681 - 63 136.485 1311 0 0 22.9906 82.266 -205.85 - 63 104.643 1310 0 0 22.8649 82.2379 -205.85 -Number of digits in this event = 24 +Number of tracker hits in this event = 90 + 63 445.262 1225 7 1 65.0664 -92.8036 5.55 + 63 405.739 436 7 0 65.0398 -92.7948 4.15 + 63 172.693 1221 6 1 64.4074 -92.6081 -24.45 + 63 39.0453 437 6 0 64.4246 -92.555 -25.85 + 63 79.4604 438 6 0 64.4262 -92.55 -25.9755 + 63 3.39604 1222 5 1 64.4507 -91.4552 -54.45 + 63 155.409 1221 5 1 64.45 -91.4548 -54.4639 + 63 150.876 443 5 0 64.3822 -91.4001 -55.85 + 63 126.015 1214 4 1 62.9859 -90.2087 -84.45 + 63 143.803 1207 3 1 61.6033 -88.4091 -114.45 + 63 131.466 458 3 0 61.583 -88.3111 -115.85 + 63 164.618 1205 2 1 61.203 -86.3265 -144.45 + 63 197.167 468 2 0 61.1638 -86.265 -145.85 + 63 18.8439 469 2 0 61.1548 -86.25 -146.186 + 63 129.531 1201 1 1 60.4364 -85.1394 -174.45 + 63 114.868 475 1 0 60.354 -85.0492 -175.85 + 63 97.5126 1193 0 1 58.707 -83.1386 -204.45 + 63 216.359 485 0 0 58.649 -83.0323 -205.85 + 63 43.3575 450 4 0 62.8414 -90.05 -86.2232 + 63 17.6873 1072 4 0 67.295 34.6181 -86.25 + 63 97.8275 1073 4 0 67.2827 34.65 -86.2293 + 63 188.365 1162 1 1 52.5464 -106.42 -174.45 + 63 39.8237 1226 6 1 65.4393 -93.6127 -24.4501 + 63 76.9702 1227 6 1 65.45 -93.6227 -24.573 + 63 113.136 432 6 0 65.563 -93.7206 -25.85 + 63 0.689027 431 6 0 65.5926 -93.75 -26.248 + 63 129.126 1235 5 1 67.1234 -95.481 -54.45 + 63 161.614 422 5 0 67.018 -95.6031 -55.85 + 63 115.303 1225 4 1 65.2464 -97.603 -84.4502 + 63 145.661 412 4 0 65.2423 -97.5693 -85.85 + 63 119.514 1225 3 1 65.1263 -96.4544 -114.45 + 63 173.393 419 3 0 65.1337 -96.3012 -115.85 + 63 118.621 1225 2 1 65.1757 -93.1296 -144.45 + 63 104.149 435 2 0 65.307 -92.9921 -145.85 + 63 162.067 1240 1 1 68.0689 -90.05 -174.566 + 63 124.461 451 1 0 68.1022 -89.7699 -175.85 + 63 225.48 1247 0 1 69.451 -83.3765 -204.45 + 63 99.7224 1246 0 1 69.45 -83.3707 -204.471 + 63 8.19818 488 0 0 69.5655 -82.2667 -205.85 + 63 123.444 489 0 0 69.5669 -82.25 -205.872 + 63 14.8531 490 0 0 69.5885 -82.05 -206.192 + 63 156.664 1398 0 1 99.8428 -8.40115 -204.45 + 63 62.0593 1224 7 1 65.05 -92.8368 5.35992 + 63 27.3152 435 7 0 64.9242 -92.95 3.85858 + 63 309.977 1207 6 1 61.6384 -95.9722 -24.4501 + 63 52.4887 412 6 0 61.6636 -97.6315 -25.85 + 63 64.1715 411 6 0 61.6628 -97.7503 -25.9283 + 63 204.606 410 6 0 61.6671 -97.95 -26.0715 + 63 6.9331 409 6 0 61.6564 -98.15 -26.2285 + 63 18.0128 1197 5 1 59.479 -137.703 -54.45 + 63 127.555 1196 5 1 59.45 -137.716 -54.5357 + 63 66.6729 211 5 0 58.8747 -137.921 -55.85 + 63 59.2609 210 5 0 58.7942 -137.95 -56.0395 + 63 5.54368 1182 4 1 56.6344 -143.242 -84.45 + 63 81.7688 1183 4 1 56.65 -143.234 -84.4731 + 63 31.9391 1184 4 1 56.85 -143.148 -84.737 + 63 108.237 186 4 0 57.6104 -142.839 -85.85 + 63 41.6906 187 4 0 57.8433 -142.75 -86.1561 + 63 142.607 1307 3 1 81.5879 -128.176 -114.45 + 63 142.352 263 3 0 82.0857 -127.436 -115.85 + 63 27.2982 262 3 0 82.2993 -127.55 -116.217 + 63 117.132 254 3 0 133.908 -129.338 -116.25 + 63 33.9325 255 3 0 133.997 -129.15 -115.918 + 63 202.325 1568 3 1 133.856 -129.111 -114.85 + 63 39.9219 1567 3 1 133.75 -129.116 -114.77 + 63 79.8447 1569 3 1 133.95 -129.038 -114.796 + 63 13.4943 258 3 0 134.585 -128.511 -115.85 + 63 83.8434 1570 3 1 134.276 -127.453 -114.85 + 63 152.386 1225 6 1 65.0788 -92.7734 -24.45 + 63 195.989 436 6 0 65.0765 -92.7687 -25.85 + 63 119.743 1224 5 1 65.0379 -92.6738 -54.45 + 63 189.209 437 5 0 65.0359 -92.6703 -55.85 + 63 108.734 1224 4 1 64.988 -92.5892 -84.45 + 63 205.018 437 4 0 64.9861 -92.5881 -85.85 + 63 113.715 1224 3 1 64.9382 -92.5659 -114.45 + 63 154.556 437 3 0 64.9337 -92.5647 -115.85 + 63 115.921 1224 2 1 64.8594 -92.5457 -144.45 + 63 182.461 438 2 0 64.8567 -92.5488 -145.85 + 63 105.825 1223 1 1 64.8109 -92.6181 -174.45 + 63 106.727 437 1 0 64.8062 -92.6229 -175.85 + 63 126.197 1223 0 1 64.7156 -92.7136 -204.45 + 63 318.007 437 0 0 64.7124 -92.7181 -205.85 + 63 128.326 146 2 0 94.2082 -150.76 -146.249 + 63 109.546 147 2 0 94.2379 -150.75 -146.141 + 63 39.578 414 1 0 -20.7214 -97.15 -176.145 + 63 108.046 413 1 0 -20.8144 -97.3502 -176.23 + 63 56.3702 338 3 0 -166.606 -112.436 -116.25 + 63 144.039 337 3 0 -166.791 -112.55 -116.02 + 63 69.0078 329 3 0 -138.062 -114.345 -116.25 + 63 100.028 328 3 0 -138.055 -114.35 -116.237 +Number of digits in this event = 41 Using G4ParticleGun ... -7.32876 LIN +9.49096 LIN gamma Event: 64 -Number of tracker hits in this event = 190 - 64 576.853 1118 10 1 43.6726 42.0108 95.55 - 64 279.766 1109 10 0 43.6754 42.0105 94.15 - 64 388.407 1118 9 1 43.7344 41.9912 65.55 - 64 159.78 1109 9 0 43.7402 41.9895 64.15 - 64 262.186 1118 8 1 43.8499 41.9433 35.55 - 64 113.118 1109 8 0 43.759 41.8801 34.15 - 64 139.626 1108 7 1 41.6945 40.6313 5.55 - 64 126.242 1102 7 0 41.5567 40.5388 4.15 - 64 120.798 1091 6 1 38.4481 38.539 -24.45 - 64 126.523 1092 6 0 38.0796 38.5293 -25.85 - 64 10.7984 1052 5 1 30.4639 37.1255 -54.45 - 64 111.046 1051 5 1 30.45 37.125 -54.4775 - 64 118.209 1085 5 0 29.7895 37.1345 -55.85 - 64 131.852 976 4 1 15.4277 37.556 -84.45 - 64 16.4062 975 4 1 15.2497 37.5601 -84.7973 - 64 136.698 1087 4 0 14.7044 37.5572 -85.85 - 64 48.4056 894 3 1 -1.15593 37.3195 -114.45 - 64 59.8912 893 3 1 -1.25 37.3254 -114.621 - 64 113.039 1086 3 0 -1.92518 37.3945 -115.85 - 64 5.32116 810 2 1 -18.0444 38.0776 -144.45 - 64 121.074 809 2 1 -18.05 38.0782 -144.467 - 64 120.853 1090 2 0 -18.5519 38.1446 -145.85 - 64 55.5488 762 1 1 -27.6078 39.5675 -174.45 - 64 80.8672 761 1 1 -27.65 39.5795 -174.555 - 64 126.625 1098 1 0 -28.1541 39.7417 -175.85 - 64 12.3002 704 0 1 -39.2333 43.5104 -204.45 - 64 136.017 703 0 1 -39.25 43.5175 -204.48 - 64 2.76266 702 0 1 -39.45 43.6164 -204.838 - 64 194.58 1119 0 0 -39.9737 43.918 -205.85 - 64 64.1842 1040 3 1 28.2278 32.6437 -114.45 - 64 84.5126 1039 3 1 28.0497 32.6408 -114.62 - 64 72.0143 1038 3 1 27.85 32.6116 -114.802 - 64 108.898 1058 3 0 26.4888 31.8085 -115.85 - 64 65.3443 1057 3 0 26.2484 31.65 -116.046 - 64 69.5256 1056 3 0 26.0895 31.45 -116.096 - 64 32.863 1055 3 0 25.9457 31.25 -116.191 - 64 0.0173673 844 3 0 33.4102 -11.2498 -116.249 - 64 222.861 843 3 0 33.4104 -11.25 -116.249 - 64 17.5357 1079 3 1 35.9582 -9.85066 -114.85 - 64 22.4135 862 3 0 37.4194 -7.5383 -115.85 - 64 78.2919 1094 3 1 38.9537 -2.68778 -114.85 - 64 163.268 1093 3 1 38.8499 -2.58473 -114.784 - 64 209.716 1092 3 1 38.65 -2.47639 -114.738 - 64 3.18124 983 4 0 -39.5451 16.6558 -86.2499 - 64 215.257 982 4 0 -39.5483 16.6498 -86.2381 - 64 30.1871 366 13 0 137.281 -106.868 183.75 - 64 327.158 365 13 0 137.317 -106.95 183.907 - 64 3.49314 1120 4 1 44.1566 41.814 -84.842 - 64 79.0341 1108 4 0 44.1405 41.8293 -85.8501 - 64 23.6558 1109 4 0 44.1308 41.85 -86.1718 - 64 91.7255 1110 3 1 42.0745 45.2363 -114.45 - 64 83.5258 1111 3 1 42.25 45.0834 -114.572 - 64 92.635 1112 3 1 42.45 44.952 -114.661 - 64 24.5773 1113 3 1 42.6508 44.8138 -114.782 - 64 197.002 1117 3 0 43.9665 43.6204 -115.85 - 64 99.6377 1116 3 0 44.1545 43.45 -116.022 - 64 8.03681 1115 3 0 44.3312 43.25 -116.227 - 64 105.016 1243 2 1 68.7697 20.5347 -144.45 - 64 103.309 1001 2 0 68.7674 20.3386 -145.85 - 64 4.88591 1229 1 1 66.0406 20.3013 -174.45 - 64 102.688 1230 1 1 66.05 20.3013 -174.467 - 64 17.8507 1231 1 1 66.25 20.254 -174.78 - 64 149.013 1000 1 0 67.0171 20.1617 -175.85 - 64 143.432 1107 4 0 44.0773 41.6298 -85.85 - 64 82.8911 1106 4 0 43.913 41.45 -86.0534 - 64 51.8681 1115 4 1 43.1452 41.1803 -84.85 - 64 60.4202 1114 4 1 43.0495 41.1545 -84.6871 - 64 80.8542 1113 4 1 42.8499 41.1143 -84.4511 - 64 69.6956 1112 4 1 42.65 41.0669 -84.4946 - 64 83.014 1111 4 1 42.45 41.0952 -84.5798 - 64 44.9767 1110 4 1 42.2497 41.1579 -84.6993 - 64 86.1992 1109 4 1 42.05 41.2214 -84.7267 - 64 339.109 1108 4 1 41.8496 41.2717 -84.7589 - 64 19.735 1107 4 1 41.65 41.3576 -84.8206 - 64 257.695 1110 4 0 39.624 42.1564 -85.8503 - 64 68.18 1111 4 0 39.2679 42.25 -86.0665 - 64 136.27 1130 4 0 46.0968 46.1421 -86.2498 - 64 62.3292 1131 4 0 46.43 46.25 -86.0393 - 64 105.389 1132 4 0 46.503 46.45 -86.016 - 64 314.812 1133 4 0 46.539 46.6503 -85.9752 - 64 138.792 1134 4 0 46.6184 46.8501 -86.0275 - 64 61.0528 1108 10 0 43.7353 41.85 94.0097 - 64 467.286 1122 9 1 44.5702 38.8835 65.55 - 64 15.8258 1121 9 1 44.4499 38.8793 65.1964 - 64 146.185 1094 9 0 44.0676 38.8746 64.15 - 64 55.5122 1064 8 1 32.9244 39.3474 35.5491 - 64 119.185 1063 8 1 32.85 39.3352 35.4372 - 64 132.287 1095 8 0 32.0574 39.167 34.15 - 64 111.191 976 7 1 15.4134 35.4384 5.55 - 64 29.5461 975 7 1 15.25 35.3835 5.23231 - 64 89.5335 1075 7 0 14.691 35.1181 4.15 - 64 71.6425 1074 7 0 14.5623 35.0499 3.89551 - 64 111.904 899 6 1 -0.165984 26.7833 -24.4506 - 64 110.04 1032 6 0 -0.445485 26.6325 -25.85 - 64 124.18 863 5 1 -7.36195 24.8663 -54.45 - 64 86.8943 1024 5 0 -7.61637 25.0258 -55.8501 - 64 56.239 1025 5 0 -7.65204 25.05 -56.0404 - 64 15.5127 830 4 1 -14.0354 28.9179 -84.45 - 64 176.794 829 4 1 -14.05 28.9511 -84.4992 - 64 22.4065 1048 4 0 -14.445 29.7996 -85.85 - 64 103.143 1049 4 0 -14.4692 29.85 -85.9311 - 64 7.65645 1050 4 0 -14.5641 30.0501 -86.2302 - 64 15.2537 777 3 1 -24.623 50.8356 -114.45 - 64 176.343 776 3 1 -24.65 50.8787 -114.471 - 64 97.5576 775 3 1 -24.8501 51.1956 -114.588 - 64 105.275 774 3 1 -25.05 51.5279 -114.68 - 64 163.652 773 3 1 -25.2503 51.8258 -114.774 - 64 1.13118 1174 3 0 -28.1751 55.0462 -115.85 - 64 91.2171 1175 3 0 -28.1786 55.05 -115.851 - 64 74.4783 1176 3 0 -28.3697 55.25 -115.908 - 64 81.8603 1177 3 0 -28.5774 55.45 -115.954 - 64 78.3188 1178 3 0 -28.7718 55.65 -115.993 - 64 81.4267 1179 3 0 -28.984 55.85 -116.016 - 64 77.9932 1180 3 0 -29.2256 56.0503 -116.026 - 64 138.765 1181 3 0 -29.4763 56.25 -116.023 - 64 93.3976 1182 3 0 -29.7167 56.45 -116.011 - 64 93.0136 1183 3 0 -29.9552 56.65 -116.007 - 64 163.611 1184 3 0 -30.2122 56.85 -115.998 - 64 104.599 1185 3 0 -30.4937 57.05 -115.98 - 64 101.29 1186 3 0 -30.7322 57.25 -115.953 - 64 93.1049 1187 3 0 -30.9735 57.45 -115.902 - 64 14.7437 1188 3 0 -31.2026 57.65 -115.856 - 64 68.2027 722 3 1 -35.4895 61.5228 -114.85 - 64 117.091 721 3 1 -35.6509 61.6681 -114.806 - 64 168.516 720 3 1 -35.85 61.8153 -114.767 - 64 112.443 719 3 1 -36.05 61.9516 -114.731 - 64 57.84 718 3 1 -36.25 62.0659 -114.705 - 64 87.3839 717 3 1 -36.45 62.1768 -114.676 - 64 74.0287 716 3 1 -36.65 62.2981 -114.656 - 64 71.071 715 3 1 -36.8501 62.4198 -114.649 - 64 59.2464 714 3 1 -37.0505 62.5545 -114.647 - 64 66.0116 713 3 1 -37.2501 62.6957 -114.641 - 64 73.0232 712 3 1 -37.45 62.8336 -114.65 - 64 69.5259 711 3 1 -37.6501 62.9816 -114.666 - 64 82.0645 710 3 1 -37.85 63.1312 -114.678 - 64 91.0257 709 3 1 -38.05 63.2847 -114.692 - 64 54.0913 708 3 1 -38.2502 63.4274 -114.678 - 64 77.7171 707 3 1 -38.45 63.541 -114.648 - 64 62.9493 706 3 1 -38.65 63.6421 -114.611 - 64 80.4948 705 3 1 -38.85 63.7668 -114.568 - 64 81.5682 704 3 1 -39.05 63.9076 -114.508 - 64 84.9339 1269 4 0 -72.1006 74.0238 -86.2493 - 64 174.079 1270 4 0 -72.1736 74.05 -86.1916 - 64 11.0012 532 4 1 -73.6316 74.3998 -84.8499 - 64 70.2369 531 4 1 -73.65 74.4035 -84.8325 - 64 317.653 530 4 1 -73.85 74.4358 -84.672 - 64 124.45 529 4 1 -74.05 74.4587 -84.535 - 64 29.2505 527 4 1 -74.4981 74.6207 -84.45 - 64 222.091 528 4 1 -74.45 74.6191 -84.4863 - 64 224.87 1216 3 0 -35.5786 63.2943 -115.85 - 64 508.342 1117 10 1 43.65 41.9584 95.5351 - 64 41.2707 1116 10 1 43.45 41.5996 95.2327 - 64 108.717 1102 10 0 42.7036 40.5726 94.1499 - 64 58.6001 1101 10 0 42.492 40.4498 93.9039 - 64 127.964 883 10 0 65.2084 -3.28456 93.75 - 64 110.146 882 10 0 65.3225 -3.45 93.8175 - 64 73.5124 881 10 0 65.3794 -3.65 93.9344 - 64 72.2064 880 10 0 65.4267 -3.85007 93.9529 - 64 488.369 879 10 0 65.436 -4.05 94.032 - 64 134.36 1110 9 0 43.7159 42.0522 64.15 - 64 107.569 1110 8 0 43.7489 42.1191 34.15 - 64 94.0912 1118 7 1 43.7827 42.1735 5.55 - 64 118.123 1110 7 0 43.7843 42.1765 4.15 - 64 104.374 1118 6 1 43.8193 42.2273 -24.45 - 64 159.622 1110 6 0 43.821 42.2284 -25.85 - 64 158.751 1119 5 1 43.856 42.2448 -54.45 - 64 190.402 1110 5 0 43.8602 42.2445 -55.85 - 64 109.308 1119 4 1 43.9369 42.2321 -84.45 - 64 357.882 1119 3 1 43.9678 42.2137 -114.45 - 64 136.994 1110 3 0 43.9722 42.2209 -115.85 - 64 165.839 1120 2 1 44.054 42.3816 -144.45 - 64 156.94 1111 2 0 44.062 42.3922 -145.85 - 64 126.841 1120 1 1 44.2253 42.6181 -174.45 - 64 115.495 1112 1 0 44.2344 42.6305 -175.85 - 64 110.408 1121 0 1 44.4255 42.8808 -204.45 - 64 145.939 1114 0 0 44.4283 42.8929 -205.85 - 64 137.742 1123 7 1 44.7222 -101.858 5.15 - 64 173.292 1122 7 1 44.6498 -101.686 5.28754 - 64 104.194 327 5 1 -114.55 0.467815 -54.6735 - 64 138.433 618 6 1 -56.2758 -120.16 -24.85 - 64 2.30807 617 6 1 -56.45 -120.2 -24.7597 - 64 15.1706 1348 3 1 89.7574 -7.334 -114.85 - 64 41.5872 1118 3 1 43.85 42.1418 -114.78 - 64 34.4951 1101 3 0 42.2651 40.3052 -115.85 - 64 104.598 1100 3 0 42.2211 40.25 -115.878 - 64 195.407 1099 3 0 42.1915 40.05 -115.952 - 64 42.4133 1107 3 0 43.8071 41.5105 -115.85 - 64 143.605 1106 3 0 43.7822 41.4497 -116.021 - 64 261.276 1380 2 0 44.9886 96.1867 -146.25 - 64 42.5028 928 4 1 5.85 48.0992 -84.7599 -Number of digits in this event = 66 +Number of tracker hits in this event = 5 + 64 126.518 634 7 0 63.7618 -53.1723 3.75 + 64 95.2361 635 7 0 63.618 -53.05 4.05198 + 64 312.118 1220 7 1 64.1511 -52.7483 5.1504 + 64 23.1248 800 4 0 -47.4872 -19.9421 -86.25 + 64 246.983 677 4 1 -44.545 -22.0711 -84.85 +Number of digits in this event = 6 Using G4ParticleGun ... -8.05546 LIN +1.63795 LIN gamma Event: 65 -Number of tracker hits in this event = 14 - 65 390.071 1716 8 0 -54.6585 163.523 33.75 - 65 251.367 1715 8 0 -54.1189 163.35 33.981 - 65 26.6867 1368 11 1 93.7548 19.8206 125.15 - 65 38.5753 804 1 1 -19.0564 108.857 -174.85 - 65 65.2796 806 1 1 -18.85 108.625 -174.539 - 65 158.475 1080 2 0 34.4292 36.0863 -146.25 - 65 125.056 1079 2 0 34.434 36.05 -145.974 - 65 146.526 922 8 0 1.10362 4.4734 33.75 - 65 310.545 1625 4 0 52.0652 145.251 -86.25 - 65 5.55711 1626 4 0 52.179 145.35 -85.8738 - 65 38.8967 1165 4 1 53.1438 145.725 -84.85 - 65 89.199 1166 4 1 53.25 145.728 -84.7713 - 65 32.0457 1167 4 1 53.45 145.77 -84.8462 - 65 183.42 1632 4 0 53.2888 146.614 -85.8502 -Number of digits in this event = 9 -Using G4ParticleGun ... -1.44358 LIN -gamma -Event: 66 -Number of tracker hits in this event = 50 - 66 107.935 1071 9 1 34.3497 98.0465 65.3319 - 66 201.882 1389 9 0 34.3459 98.0559 64.15 - 66 243.342 1071 8 1 34.3848 97.9958 35.55 - 66 230.376 1389 8 0 34.3922 98.018 34.15 - 66 259.876 1071 7 1 34.3122 97.4573 5.55 - 66 116.559 1387 7 0 34.3372 97.6299 4.15 - 66 130.775 1073 6 1 34.7783 101.029 -24.4502 - 66 119.666 1405 6 0 34.796 101.155 -25.8502 - 66 130.145 1075 5 1 35.0581 104.149 -54.45 - 66 105.568 1420 5 0 35.0652 104.275 -55.8501 - 66 123.06 1074 4 1 34.895 106.797 -84.4504 - 66 1.63628 1433 4 0 34.9261 106.949 -85.85 - 66 104.655 1434 4 0 34.9264 106.95 -85.8601 - 66 92.9825 1078 3 1 35.736 109.989 -114.45 - 66 128.309 1447 3 0 35.7012 109.647 -115.85 - 66 178.822 1068 2 1 33.801 103.955 -144.45 - 66 38.3015 1069 2 1 33.8501 103.912 -144.707 - 66 109.277 1417 2 0 34.0501 103.727 -145.85 - 66 81.412 1091 1 1 38.3747 97.8458 -174.45 - 66 26.0316 1092 1 1 38.45 97.7606 -174.748 - 66 204.863 1386 1 0 38.7492 97.3979 -175.85 - 66 70.438 1385 1 0 38.7882 97.35 -175.979 - 66 155.131 1138 0 1 47.7599 86.5662 -204.45 - 66 58.5303 1326 0 0 47.6944 85.4048 -205.851 - 66 126.596 1325 0 0 47.6877 85.25 -206.012 - 66 33.1122 1324 0 0 47.6819 85.05 -206.206 - 66 45.1958 537 6 1 -72.5939 -55.3857 -24.85 - 66 166.149 1446 3 0 35.6919 109.55 -116.137 - 66 154.209 1445 3 0 35.5027 109.35 -116.157 - 66 35.2213 1450 6 0 24.3295 110.276 -26.25 - 66 24.2617 1451 6 0 24.1619 110.35 -25.8816 - 66 126.526 1389 7 0 34.3152 98.0122 4.15 - 66 191.542 1070 6 1 34.2352 98.0238 -24.45 - 66 110.925 1389 6 0 34.2305 98.0248 -25.85 - 66 121.973 1070 5 1 34.1561 98.0568 -54.45 - 66 140.167 1389 5 0 34.1499 98.0621 -55.85 - 66 107.078 1069 4 1 34.0214 98.1786 -84.45 - 66 136.993 1390 4 0 34.0148 98.1888 -85.85 - 66 101.004 1069 3 1 33.87 98.3747 -114.45 - 66 113.627 1391 3 0 33.8628 98.38 -115.85 - 66 142.601 1391 2 0 33.7012 98.4706 -145.85 - 66 108.667 1067 1 1 33.541 98.5094 -174.45 - 66 212.615 1391 1 0 33.5319 98.5069 -175.85 - 66 118.483 1066 0 1 33.3462 98.4462 -204.45 - 66 323.686 1391 0 0 33.3383 98.4417 -205.85 - 66 17.7907 1630 4 0 22.1059 146.231 -86.25 - 66 77.6033 1662 6 0 32.0744 152.728 -26.25 - 66 189.557 1663 6 0 32.1061 152.75 -26.0541 - 66 26.3258 1650 0 1 150.15 71.8151 -204.606 - 66 116.587 1137 1 0 -19.6853 47.65 -176.221 -Number of digits in this event = 25 -Using G4ParticleGun ... -4.57496 LIN -gamma -Event: 67 -Number of tracker hits in this event = 39 - 67 280.564 1134 5 1 46.9299 -114.145 -54.45 - 67 226.881 330 5 0 46.9193 -114.149 -55.85 - 67 109.095 1133 4 1 46.7152 -114.206 -84.45 - 67 120.474 329 4 0 46.7011 -114.204 -85.85 - 67 113.288 1131 3 1 46.2807 -114.129 -114.45 - 67 361.928 330 3 0 46.2684 -114.14 -115.85 - 67 119.74 1129 2 1 46.0315 -114.364 -144.45 - 67 114.106 328 2 0 46.0261 -114.386 -145.85 - 67 100.369 1129 1 1 45.9087 -114.882 -174.45 - 67 136.81 326 1 0 45.8956 -114.876 -175.85 - 67 404.612 1127 0 1 45.5837 -114.772 -204.45 - 67 121.266 326 0 0 45.5514 -114.767 -205.85 - 67 164.708 1267 2 1 73.45 -46.8173 -144.782 - 67 214.125 1126 0 1 45.45 -114.727 -204.627 - 67 137.895 1125 0 1 45.2499 -114.594 -204.582 - 67 29.5721 1130 2 1 46.1653 -114.275 -144.45 - 67 252.383 1131 2 1 46.2503 -114.215 -144.501 - 67 59.2131 1132 2 1 46.45 -114.099 -144.686 - 67 65.4162 332 2 0 47.1356 -113.64 -145.85 - 67 161.882 333 2 0 47.281 -113.55 -146.075 - 67 99.7257 329 3 0 46.2592 -114.15 -116.049 - 67 103.245 1134 4 1 46.9702 -114.146 -84.45 - 67 107.732 330 4 0 46.9743 -114.147 -85.85 - 67 110.219 1135 3 1 47.0513 -114.158 -114.45 - 67 191.683 1135 2 1 47.1026 -113.933 -144.45 - 67 105.924 331 2 0 47.1089 -113.928 -145.85 - 67 114.408 1135 1 1 47.2367 -113.824 -174.45 - 67 105.567 331 1 0 47.2475 -113.808 -175.85 - 67 142.144 1137 0 1 47.4923 -113.476 -204.45 - 67 190.394 335 0 0 47.504 -113.144 -205.85 - 67 8.23318 1134 2 1 47.05 -113.861 -144.828 - 67 107.904 334 2 0 46.2376 -113.35 -146.054 - 67 157.304 345 2 0 -29.6334 -110.954 -146.25 - 67 34.7611 346 2 0 -30.028 -110.95 -145.918 - 67 28.2017 740 2 1 -31.9752 -110.521 -144.85 - 67 64.6008 739 2 1 -32.05 -110.502 -144.811 - 67 78.0234 738 2 1 -32.2507 -110.406 -144.679 - 67 68.7054 737 2 1 -32.45 -110.221 -144.533 - 67 112.964 857 7 0 94.2606 -8.65 3.96709 -Number of digits in this event = 17 -Using G4ParticleGun ... -5.15901 LIN -gamma -Event: 68 -Number of tracker hits in this event = 118 - 68 246.465 1324 10 1 84.9801 -55.57 95.55 - 68 309.046 622 10 0 85.0579 -55.4599 94.15 - 68 110.074 623 10 0 85.0638 -55.45 94.0459 - 68 105.669 1336 9 1 87.4127 -53.0794 65.55 - 68 114.412 635 9 0 87.4737 -53.0477 64.15 - 68 105.665 1343 8 1 88.7622 -50.0524 35.55 - 68 32.8484 1344 8 1 88.8501 -50.0223 35.2653 - 68 176.082 650 8 0 89.207 -49.8948 34.1496 - 68 164.7 1394 7 1 99.0417 -47.0336 5.55 - 68 83.536 663 7 0 99.3639 -47.3764 4.15 - 68 34.6613 662 7 0 99.4361 -47.45 3.85749 - 68 5.64351 1430 6 1 106.343 -54.0872 -24.45 - 68 114.08 1431 6 1 106.35 -54.0947 -24.4793 - 68 115.903 627 6 0 106.744 -54.4654 -25.85 - 68 4.51302 1471 5 1 114.543 -62.0818 -54.45 - 68 130.201 1472 5 1 114.55 -62.0809 -54.4631 - 68 157.484 590 5 0 115.178 -62.0263 -55.85 - 68 34.7159 1545 4 1 129.258 -58.0283 -84.45 - 68 110.78 1546 4 1 129.35 -58.073 -84.5269 - 68 68.287 1547 4 1 129.55 -58.1669 -84.69 - 68 137.703 606 4 0 131.032 -58.7216 -85.85 - 68 69.6928 605 4 0 131.377 -58.85 -86.1133 - 68 227.641 1731 3 1 166.363 -76.4615 -114.45 - 68 122.504 1732 3 1 166.55 -76.9938 -114.718 - 68 16.3002 505 3 0 168.276 -79.0296 -115.85 - 68 78.6896 504 3 0 168.294 -79.05 -115.862 - 68 72.9368 503 3 0 168.468 -79.2502 -115.973 - 68 61.0883 502 3 0 168.62 -79.45 -116.077 - 68 101.268 501 3 0 168.748 -79.65 -116.121 - 68 53.8649 500 3 0 168.875 -79.85 -116.129 - 68 175.767 499 3 0 168.969 -80.0502 -116.1 - 68 59.915 498 3 0 169.045 -80.25 -116.081 - 68 72.8588 497 3 0 169.134 -80.45 -116.088 - 68 57.1849 496 3 0 169.199 -80.65 -116.096 - 68 61.3935 495 3 0 169.278 -80.85 -116.097 - 68 57.086 494 3 0 169.362 -81.05 -116.123 - 68 97.7215 493 3 0 169.454 -81.2501 -116.171 - 68 28.3142 492 3 0 169.555 -81.45 -116.218 - 68 59.483 1344 7 1 88.8526 -56.9786 5.55 - 68 115.204 1324 9 1 84.9973 -55.5774 65.55 - 68 205.849 622 9 0 85.0006 -55.5768 64.15 - 68 144.441 1325 8 1 85.0785 -55.5565 35.55 - 68 193.759 622 8 0 85.0831 -55.5549 34.15 - 68 429.166 1325 7 1 85.1766 -55.5345 5.55 - 68 476.807 622 7 0 85.1786 -55.5313 4.15 - 68 216.863 1325 6 1 85.2141 -55.4609 -24.45 - 68 332.925 622 6 0 85.2152 -55.4581 -25.85 - 68 278.459 1325 5 1 85.2385 -55.3972 -54.45 - 68 184.597 623 5 0 85.2392 -55.3926 -55.85 - 68 135.168 1326 4 1 85.2512 -55.297 -84.45 - 68 235.24 623 4 0 85.2512 -55.2916 -85.85 - 68 113.745 1326 3 1 85.2593 -55.1867 -114.45 - 68 207.676 624 3 0 85.2594 -55.183 -115.85 - 68 106.377 1326 2 1 85.297 -55.0911 -144.45 - 68 321.53 624 2 0 85.302 -55.0793 -145.85 - 68 209.799 1326 1 1 85.4181 -54.7408 -174.45 - 68 124.899 626 1 0 85.4325 -54.7274 -175.85 - 68 186.395 1328 0 1 85.7305 -54.4998 -204.45 - 68 99.5531 627 0 0 85.7332 -54.4971 -205.85 - 68 186.146 726 3 0 56.4446 -34.8173 -116.25 - 68 13.6979 1320 1 1 84.0633 -54.2891 -174.45 - 68 112.257 1319 1 1 84.0498 -54.2855 -174.495 - 68 99.8815 629 1 0 83.6186 -54.2159 -175.85 - 68 37.186 1275 0 1 75.082 -53.981 -204.45 - 68 122.184 1274 0 1 75.0499 -53.971 -204.519 - 68 277.673 631 0 0 74.4551 -53.7947 -205.85 - 68 165.808 1322 1 1 84.4813 -55.3116 -174.45 - 68 198.502 622 1 0 84.5015 -55.5493 -175.85 - 68 168.848 1320 0 1 84.1061 -59.1771 -204.45 - 68 105.892 605 0 0 84.4483 -58.9792 -205.85 - 68 269.096 1542 0 1 128.55 79.426 -204.702 - 68 22.9999 1541 0 1 128.55 79.6256 -204.71 - 68 281.746 1326 0 1 85.2642 -54.8312 -204.451 - 68 113.305 625 0 0 85.308 -54.8985 -205.85 - 68 100.287 626 0 0 85.2804 -54.8003 -205.85 - 68 224.815 810 3 1 -17.9058 -102.308 -114.85 - 68 88.2638 246 6 0 127.626 -130.856 -26.25 - 68 110.907 1326 7 1 85.25 -55.4698 5.30566 - 68 130.701 1327 6 1 85.4529 -55.279 -24.45 - 68 113.647 623 6 0 85.4434 -55.3248 -25.85 - 68 149.604 618 5 0 85.2214 -56.3701 -55.85 - 68 278.362 1323 4 1 84.665 -56.9762 -84.45 - 68 97.9107 615 4 0 84.6306 -57.0114 -85.85 - 68 114.15 1319 3 1 83.9928 -57.623 -114.45 - 68 109.834 612 3 0 83.9482 -57.6252 -115.85 - 68 79.5751 1314 2 1 82.8592 -57.8238 -144.45 - 68 34.5586 1313 2 1 82.85 -57.8288 -144.725 - 68 103.624 610 2 0 82.8123 -57.8517 -145.85 - 68 154.528 1308 1 1 81.8159 -58.4585 -174.45 - 68 123.239 607 1 0 81.7496 -58.4687 -175.85 - 68 130.534 1301 0 1 80.4154 -58.6782 -204.45 - 68 133.32 606 0 0 80.3569 -58.6873 -205.85 - 68 108.428 1323 5 1 84.759 -55.8112 -54.45 - 68 105.762 621 5 0 84.7617 -55.8295 -55.85 - 68 112.631 618 4 0 84.8158 -56.3419 -85.85 - 68 121.204 1327 3 1 85.4768 -56.329 -114.45 - 68 102.024 618 3 0 85.5198 -56.3385 -115.85 - 68 102.393 1331 2 1 86.4353 -56.6639 -144.45 - 68 18.6514 1332 2 1 86.45 -56.6683 -144.787 - 68 128.67 616 2 0 86.4912 -56.6841 -145.85 - 68 111.447 1338 1 1 87.7016 -57.208 -174.45 - 68 108.03 614 1 0 87.7188 -57.2025 -175.85 - 68 109.891 1340 0 1 88.0995 -57.0802 -204.45 - 68 141.237 614 0 0 88.1023 -57.0815 -205.85 - 68 326.535 1488 4 1 117.75 -73.7292 -84.8168 - 68 39.3881 540 4 0 115.994 -72.05 -85.8855 - 68 15.5973 1487 4 1 117.75 -73.7992 -84.5504 - 68 403.078 1489 4 1 117.95 -74.479 -84.6782 - 68 179.172 1321 1 1 84.45 -55.1603 -174.515 - 68 317.51 624 1 0 84.4128 -55.211 -175.85 - 68 111.013 1317 0 1 83.4734 -56.3627 -204.45 - 68 233.77 618 0 0 83.4299 -56.3712 -205.85 - 68 306.601 1316 0 1 83.4183 -56.3777 -204.45 - 68 49.7192 1315 0 1 83.2499 -56.1024 -204.652 - 68 268.547 619 0 0 83.4412 -56.1613 -205.85 - 68 102.436 1318 0 1 83.7833 -53.7068 -204.45 - 68 187.646 623 7 0 85.2356 -55.45 3.91547 - 68 152.023 738 7 0 172.881 -32.407 3.75 -Number of digits in this event = 57 -Using G4ParticleGun ... -4.72128 LIN -gamma -Event: 69 -Number of tracker hits in this event = 58 - 69 247.232 996 8 1 19.4405 42.9095 35.55 - 69 322.707 1114 8 0 19.4401 42.9102 34.15 - 69 97.1472 997 7 1 19.4539 42.9385 5.55 - 69 139.941 996 7 1 19.45 42.941 5.21481 - 69 344.881 1114 7 0 19.4364 42.9512 4.15 - 69 150.278 995 6 1 19.0576 43.4254 -24.45 - 69 120.145 1116 6 0 19.0404 43.431 -25.85 - 69 104.128 993 5 1 18.6923 43.4644 -54.45 - 69 130.542 1117 5 0 18.6824 43.4599 -55.85 - 69 149.677 991 4 1 18.4405 43.4421 -84.45 - 69 168.031 1117 4 0 18.4075 43.4513 -85.85 - 69 191.59 987 3 1 17.5724 43.4217 -114.45 - 69 174.541 1117 3 0 17.5069 43.4869 -115.85 - 69 130.996 980 2 1 16.1241 44.903 -144.45 - 69 119.796 1124 2 0 16.0672 45.0146 -145.85 - 69 109.985 974 1 1 14.9707 47.0617 -174.45 - 69 237.148 1135 1 0 14.9804 47.2027 -175.851 - 69 116.192 976 0 1 15.4204 49.3093 -204.45 - 69 130.719 1146 0 0 15.4402 49.4119 -205.85 - 69 29.0518 1113 8 0 19.4435 42.85 33.82 - 69 367.283 972 8 0 43.4099 14.5089 33.7501 - 69 138.744 997 6 1 19.4595 42.9036 -24.45 - 69 88.3961 1114 6 0 19.4594 42.9013 -25.85 - 69 113.95 997 5 1 19.4511 42.8552 -54.45 - 69 121.121 1114 5 0 19.4496 42.854 -55.85 - 69 130.878 996 4 1 19.4172 42.8327 -84.45 - 69 95.4256 1113 4 0 19.4159 42.8324 -85.85 - 69 119.927 996 3 1 19.3833 42.8236 -114.45 - 69 110.377 1113 3 0 19.3822 42.8242 -115.85 - 69 391.327 996 2 1 19.3607 42.8454 -144.45 - 69 233.866 1113 2 0 19.3593 42.8448 -145.85 - 69 293.293 996 1 1 19.3349 42.8289 -174.45 - 69 331.283 1113 1 0 19.3331 42.8274 -175.85 - 69 118.428 996 0 1 19.2954 42.7934 -204.45 - 69 177.541 1113 0 0 19.2938 42.7918 -205.85 - 69 89.2046 1502 3 0 -49.6918 120.748 -116.25 - 69 320.112 652 3 1 -49.4985 120.74 -114.85 - 69 127.239 887 3 0 108.274 -2.45 -116.243 - 69 7.49206 1488 1 0 61.1314 117.925 -176.25 - 69 70.0855 1489 1 0 61.1428 117.95 -176.245 - 69 70.5187 1490 1 0 61.1141 118.15 -176.221 - 69 26.3505 1491 1 0 61.0963 118.35 -176.198 - 69 109.409 997 1 1 19.4774 42.6525 -174.45 - 69 173.186 995 0 1 19.146 42.9514 -204.45 - 69 120.525 1114 0 0 19.1381 42.9727 -205.85 - 69 305.597 994 0 1 19.05 42.9637 -204.76 - 69 126.236 1112 2 0 19.4619 42.5527 -145.85 - 69 140.123 1003 1 1 20.6783 42.0072 -174.45 - 69 104.587 1107 1 0 20.6004 41.5012 -175.85 - 69 89.3073 1106 1 0 20.5941 41.4498 -175.996 - 69 183.77 999 0 1 19.9783 30.6132 -204.45 - 69 35.2532 1049 0 0 19.9743 29.913 -205.85 - 69 132.232 1048 0 0 19.9742 29.8497 -205.974 - 69 116.226 1004 0 0 27.97 20.902 -206.25 - 69 92.8166 1042 0 1 28.5048 20.8545 -204.85 - 69 62.3866 1043 0 1 28.65 20.8396 -204.603 - 69 153.622 1000 0 1 20.05 30.5216 -204.536 - 69 67.1212 876 1 0 94.329 -4.6503 -176.25 -Number of digits in this event = 35 -Using G4ParticleGun ... -5.11998 LIN -gamma -Event: 70 -Number of tracker hits in this event = 5 - 70 30.5911 1476 0 1 115.389 -49.5024 -204.85 - 70 233.858 1477 0 1 115.55 -50.1267 -204.483 - 70 38.7273 639 0 0 116.771 -52.0671 -205.85 - 70 182.514 1490 0 1 118.152 -51.7518 -204.85 - 70 172.116 1491 0 1 118.35 -51.6611 -204.739 -Number of digits in this event = 5 -Using G4ParticleGun ... -5.62133 LIN -gamma -Event: 71 -Number of tracker hits in this event = 52 - 71 367.843 596 8 1 -60.7893 36.2722 35.55 - 71 230.28 1081 8 0 -60.7897 36.2744 34.15 - 71 411.154 596 7 1 -60.7993 36.3744 5.55 - 71 264.94 1081 7 0 -60.7951 36.3797 4.15 - 71 124.235 597 6 1 -60.6438 36.4294 -24.45 - 71 300.686 1081 6 0 -60.6236 36.4206 -25.85 - 71 27.532 598 5 1 -60.2513 36.2174 -54.45 - 71 88.6557 599 5 1 -60.25 36.2167 -54.5582 - 71 146.288 1080 5 0 -60.2345 36.2101 -55.85 - 71 158.202 600 4 1 -59.8778 36.0659 -84.45 - 71 120.959 1080 4 0 -59.8428 36.0651 -85.85 - 71 109.343 605 3 1 -59.0435 36.0287 -114.45 - 71 89.846 1079 3 0 -59.0052 36.0134 -115.85 - 71 157.113 608 2 1 -58.2992 35.6361 -144.45 - 71 123.355 1078 2 0 -58.2812 35.6797 -145.85 - 71 116.199 610 1 1 -57.8917 36.6988 -174.45 - 71 144.638 1083 1 0 -57.874 36.7402 -175.85 - 71 118.347 613 0 1 -57.439 37.5972 -204.45 - 71 137.35 1087 0 0 -57.4239 37.6344 -205.85 - 71 45.7346 1075 2 0 -58.1093 35.1392 -145.85 - 71 119.679 1074 2 0 -58.0444 35.0492 -146.042 - 71 200.292 895 1 1 -1.05 0.972656 -174.707 - 71 124.818 899 1 1 -0.185876 1.0028 -174.45 - 71 16.4186 1082 7 0 -60.0471 36.631 4.14968 - 71 104.185 1083 7 0 -60.0117 36.65 4.09194 - 71 106.08 596 6 1 -60.7906 36.294 -24.45 - 71 139.565 596 5 1 -60.699 36.2672 -54.45 - 71 128.002 1081 5 0 -60.6977 36.2709 -55.85 - 71 99.6431 596 4 1 -60.6748 36.343 -84.45 - 71 130.212 1081 4 0 -60.6665 36.3557 -85.85 - 71 93.5039 597 3 1 -60.5105 36.623 -114.45 - 71 117.14 1082 3 0 -60.5038 36.6432 -115.85 - 71 245.423 598 2 1 -60.3472 37.0641 -144.45 - 71 213.039 1085 2 0 -60.3294 37.0825 -145.85 - 71 112.267 600 1 1 -59.9641 37.5181 -174.45 - 71 135.721 1087 1 0 -59.9449 37.5503 -175.85 - 71 152.613 602 0 1 -59.5513 38.1985 -204.45 - 71 175.321 1090 0 0 -59.5361 38.236 -205.85 - 71 11.411 597 2 1 -60.45 37.1083 -144.808 - 71 118.652 1086 2 0 -60.8631 37.25 -145.938 - 71 106.265 1087 2 0 -61.1957 37.45 -146.005 - 71 16.4928 1088 2 0 -61.4558 37.65 -146.199 - 71 136.5 1469 2 0 -116.703 114.034 -146.25 - 71 201.874 1470 2 0 -116.771 114.15 -146.198 - 71 63.7961 1468 2 0 -117.233 113.95 -145.917 - 71 176.494 1467 2 0 -117.271 113.75 -145.985 - 71 108.524 1466 2 0 -117.216 113.55 -145.894 - 71 96.9815 328 2 1 -114.495 114.096 -144.85 - 71 144.169 1471 2 0 -115.566 114.432 -145.85 - 71 113.057 596 0 1 -60.7347 36.1403 -204.45 - 71 145.387 1080 0 0 -60.7152 36.0811 -205.85 - 71 11.1388 435 0 1 -92.9551 -68.9459 -204.45 -Number of digits in this event = 32 -Using G4ParticleGun ... -1.48761 LIN -gamma -Event: 72 Number of tracker hits in this event = 0 Number of digits in this event = 1 Using G4ParticleGun ... -5.9321 LIN +1.31315 LIN +gamma +Event: 66 +Number of tracker hits in this event = 0 +Number of digits in this event = 1 +Using G4ParticleGun ... +6.56335 LIN +gamma +Event: 67 +Number of tracker hits in this event = 215 + 67 313.513 473 10 1 -85.2894 -14.7462 95.55 + 67 653.668 826 10 0 -85.2881 -14.7479 94.15 + 67 279.925 473 9 1 -85.2622 -14.781 65.55 + 67 303.156 826 9 0 -85.2595 -14.7856 64.15 + 67 123.686 474 8 1 -85.2087 -14.868 35.55 + 67 114.09 825 8 0 -85.2023 -14.8719 34.15 + 67 238.823 474 7 1 -85.0609 -14.9411 5.55 + 67 230.192 825 7 0 -85.0513 -14.9469 4.15 + 67 485.77 475 6 1 -84.8701 -15.0399 -24.45 + 67 295.953 825 6 0 -84.8685 -15.0401 -25.85 + 67 118.499 475 5 1 -84.8517 -15.1569 -54.45 + 67 100.579 824 5 0 -84.8974 -15.1683 -55.85 + 67 134.638 471 4 1 -85.7291 -15.4692 -84.45 + 67 143.233 823 4 0 -85.7802 -15.4371 -85.85 + 67 268.593 465 3 1 -86.892 -14.9166 -114.451 + 67 94.3658 825 3 0 -86.8751 -14.9214 -115.85 + 67 105.957 468 2 1 -86.3861 -15.2644 -144.45 + 67 210.742 823 2 0 -86.4586 -15.3469 -145.85 + 67 120.336 460 1 1 -88.0187 -16.7126 -174.45 + 67 0.126268 459 1 1 -88.0501 -16.7172 -174.849 + 67 116.536 816 1 0 -88.1272 -16.7327 -175.85 + 67 53.5607 449 0 1 -90.3401 -16.8287 -204.45 + 67 63.8662 448 0 1 -90.35 -16.8242 -204.617 + 67 159.321 816 0 0 -90.4185 -16.7794 -205.85 + 67 163.639 824 6 0 -84.8277 -15.05 -26.1432 + 67 208.214 478 3 1 -84.4274 -15.31 -114.45 + 67 502.262 823 3 0 -84.4207 -15.3151 -115.85 + 67 146.27 478 2 1 -84.2792 -15.4232 -144.45 + 67 113.502 479 1 1 -84.1422 -15.4611 -174.45 + 67 176.35 822 1 0 -84.1382 -15.4605 -175.85 + 67 149.952 479 0 1 -84.0682 -15.4548 -204.45 + 67 183.388 823 0 0 -84.064 -15.4499 -205.85 + 67 171.901 479 2 1 -84.25 -15.4031 -144.549 + 67 132.518 480 2 1 -84.05 -15.4333 -144.634 + 67 149.885 481 2 1 -83.85 -15.3505 -144.665 + 67 50.8556 969 14 0 -15.2197 13.9416 213.75 + 67 119.597 822 2 0 -84.1978 -15.5099 -145.85 + 67 114.707 481 1 1 -83.8467 -16.1104 -174.45 + 67 102.145 819 1 0 -83.8281 -16.1308 -175.85 + 67 164.873 483 0 1 -83.4188 -16.4519 -204.45 + 67 128.289 817 0 0 -83.3898 -16.452 -205.85 + 67 106.797 823 6 0 -84.9954 -15.3788 -25.85 + 67 13.9665 822 6 0 -85.0066 -15.45 -26.1893 + 67 266.028 472 5 1 -85.5047 -21.7062 -54.4501 + 67 311.579 790 5 0 -85.5631 -21.9135 -55.85 + 67 263.079 473 4 1 -85.4317 -26.0572 -84.45 + 67 31.3932 767 4 0 -84.9375 -26.6087 -85.8503 + 67 81.4992 766 4 0 -84.9008 -26.65 -85.9581 + 67 142.56 524 3 1 -75.1965 -37.1954 -114.45 + 67 400.18 713 3 0 -74.9289 -37.2542 -115.85 + 67 68.8062 555 2 1 -68.936 -44.011 -144.45 + 67 54.7648 556 2 1 -68.85 -43.9503 -144.651 + 67 140.436 683 2 0 -68.3969 -43.3802 -145.85 + 67 23.7555 583 1 1 -63.3889 -34.0236 -174.45 + 67 62.0329 582 1 1 -63.4501 -34.0258 -174.487 + 67 43.7896 581 1 1 -63.65 -34.0072 -174.581 + 67 63.9614 580 1 1 -63.85 -34.0041 -174.689 + 67 85.5722 579 1 1 -64.05 -33.9988 -174.825 + 67 15.3045 745 1 0 -64.8605 -30.9236 -175.85 + 67 102.584 746 1 0 -64.8829 -30.8499 -175.86 + 67 464.669 546 1 1 -70.6761 -19.8456 -174.85 + 67 90.9085 545 1 1 -70.85 -18.6111 -174.843 + 67 73.3829 821 1 0 -71.4337 -15.7391 -175.85 + 67 33.7487 820 1 0 -71.5244 -15.8502 -175.889 + 67 186.639 541 1 1 -71.6836 -16.2714 -174.85 + 67 307.802 618 2 0 -52.2505 -56.4211 -146.25 + 67 55.7656 619 2 0 -52.277 -56.2498 -146.101 + 67 151.14 695 1 1 -40.9009 -61.0372 -174.45 + 67 47.0761 588 1 0 -40.6358 -62.3226 -175.85 + 67 128.389 587 1 0 -40.6596 -62.45 -175.938 + 67 92.6792 706 4 0 -54.6477 -38.7592 -86.25 + 67 2.8386 828 6 0 -85.3444 -14.2584 -25.85 + 67 156.478 829 6 0 -85.3486 -14.25 -25.863 + 67 340.095 473 8 1 -85.3128 -14.7479 35.55 + 67 256.054 826 8 0 -85.312 -14.7494 34.15 + 67 196.424 473 7 1 -85.2914 -14.7813 5.55 + 67 175.378 826 7 0 -85.2896 -14.785 4.15 + 67 144.919 473 6 1 -85.2626 -14.8676 -24.45 + 67 91.7646 473 5 1 -85.2781 -14.9708 -54.45 + 67 97.3009 825 5 0 -85.2772 -14.9767 -55.85 + 67 108.134 824 4 0 -85.2558 -15.0769 -85.85 + 67 217.096 474 3 1 -85.1849 -15.0927 -114.45 + 67 379.814 824 3 0 -85.1803 -15.0919 -115.85 + 67 123.158 474 2 1 -85.076 -15.082 -144.45 + 67 103.428 824 2 0 -85.0749 -15.0814 -145.85 + 67 121.547 475 1 1 -85.0393 -15.0751 -174.45 + 67 114.075 824 1 0 -85.0374 -15.0769 -175.85 + 67 122.887 475 0 1 -84.9943 -15.1075 -204.45 + 67 103.222 824 0 0 -84.9905 -15.1044 -205.85 + 67 181.721 837 4 0 -85.8826 -12.5599 -85.85 + 67 282.41 836 4 0 -85.6931 -12.65 -86.2359 + 67 84.676 998 0 0 -34.6225 19.7238 -206.25 + 67 199.404 842 0 1 -11.65 -112.996 -204.558 + 67 15.4363 512 2 1 -77.65 -3.73059 -144.685 + 67 133.221 511 2 1 -77.6501 -3.70143 -144.71 + 67 202.465 712 3 0 -20.2314 -37.5515 -116.25 + 67 289.135 711 3 0 -19.919 -37.65 -116.136 + 67 12.9047 826 3 1 -14.6967 -36.3777 -114.85 + 67 54.0552 827 3 1 -14.65 -36.3641 -114.839 + 67 57.3775 828 3 1 -14.4499 -36.3024 -114.789 + 67 75.9131 829 3 1 -14.25 -36.2414 -114.768 + 67 156.712 830 3 1 -14.05 -36.1621 -114.782 + 67 30.6351 719 3 0 -11.6403 -36.0628 -115.85 + 67 186.444 720 3 0 -11.5173 -36.05 -115.904 + 67 29.4677 765 3 0 76.0068 -27.0284 -116.25 + 67 88.6921 764 3 0 76.1246 -27.05 -116.189 + 67 78.3306 763 3 0 76.2747 -27.25 -116.097 + 67 64.0019 762 3 0 76.3556 -27.45 -116.015 + 67 70.8335 761 3 0 76.3537 -27.65 -115.904 + 67 67.9158 760 3 0 76.3857 -27.85 -115.914 + 67 82.4491 759 3 0 76.4785 -28.05 -115.916 + 67 17.4554 758 3 0 76.5601 -28.25 -115.873 + 67 74.0086 1285 3 1 77.0793 -32.3477 -114.85 + 67 137.091 727 3 0 78.8328 -34.4507 -115.85 + 67 156.164 714 3 0 59.1889 -37.2498 -116.158 + 67 54.4976 829 3 0 -86.2093 -14.1959 -115.85 + 67 328.539 466 3 1 -86.85 -12.6099 -114.531 + 67 183.108 473 2 1 -85.4347 -14.7608 -144.45 + 67 89.2266 826 2 0 -85.1888 -14.6678 -145.85 + 67 46.4538 827 2 0 -85.1463 -14.65 -146.103 + 67 136.828 501 1 1 -79.7559 -12.4525 -174.45 + 67 110.019 837 1 0 -79.519 -12.5086 -175.85 + 67 17.8015 525 0 1 -74.8785 -14.6856 -204.45 + 67 126.877 526 0 1 -74.85 -14.661 -204.536 + 67 132.387 829 0 0 -74.4418 -14.2493 -205.85 + 67 75.9581 472 2 1 -85.45 -14.7347 -144.577 + 67 78.7177 828 2 0 -85.6036 -14.3869 -145.85 + 67 30.2332 829 2 0 -85.6127 -14.25 -146.146 + 67 77.4911 452 1 1 -89.5145 8.43208 -174.45 + 67 145.288 453 1 1 -89.45 8.2291 -174.486 + 67 230.663 466 7 1 -86.6889 -15.5698 5.55 + 67 108.274 818 7 0 -86.8515 -16.2531 4.15 + 67 8.55082 817 7 0 -86.9003 -16.45 3.78758 + 67 133.712 447 6 1 -90.6521 -31.5016 -24.45 + 67 77.882 740 6 0 -90.7971 -31.9481 -25.8502 + 67 31.1811 739 6 0 -90.8393 -32.05 -26.1389 + 67 21.6966 437 5 1 -92.7091 -40.0798 -54.45 + 67 154.643 436 5 1 -92.75 -40.1252 -54.5035 + 67 99.7154 435 5 1 -92.95 -40.3396 -54.7159 + 67 134.194 692 5 0 -94.1309 -41.5381 -55.85 + 67 257.335 691 5 0 -94.2465 -41.6501 -55.9469 + 67 145.86 690 5 0 -94.4396 -41.85 -56.0781 + 67 46.4058 689 5 0 -94.5921 -42.05 -56.1848 + 67 3.8106 243 4 1 -131.544 -101.495 -84.45 + 67 149.162 242 4 1 -131.55 -101.506 -84.465 + 67 44.9923 390 4 0 -132.126 -102.083 -85.85 + 67 81.4481 389 4 0 -132.186 -102.15 -86.0165 + 67 113.143 178 3 1 -144.422 -114.206 -114.45 + 67 11.9186 177 3 1 -144.55 -114.475 -114.801 + 67 100.657 324 3 0 -144.999 -115.181 -115.85 + 67 37.3874 323 3 0 -145.073 -115.35 -116.121 + 67 7.91775 145 2 1 -151.123 -133.841 -144.45 + 67 101.88 144 2 1 -151.15 -133.829 -144.466 + 67 116.088 143 2 1 -151.35 -133.682 -144.594 + 67 114.292 142 2 1 -151.55 -133.541 -144.684 + 67 50.6793 141 2 1 -151.75 -133.441 -144.769 + 67 25.6568 140 2 1 -151.95 -133.415 -144.82 + 67 481.409 230 2 0 -155.144 -133.978 -145.85 + 67 402.962 229 2 0 -156.375 -134.15 -146.133 + 67 210.778 228 2 0 -157.401 -134.35 -145.992 + 67 89.9455 227 2 0 -158.086 -134.55 -145.931 + 67 74.4133 226 2 0 -158.344 -134.75 -146.031 + 67 189.678 225 2 0 -158.549 -134.95 -146.135 + 67 127.277 224 2 0 -158.951 -135.15 -146.158 + 67 33.472 223 2 0 -159.406 -135.35 -145.922 + 67 49.5006 95 2 1 -161.049 -137.277 -144.85 + 67 59.7333 94 2 1 -161.15 -137.375 -144.784 + 67 79.7398 93 2 1 -161.35 -137.529 -144.671 + 67 66.4785 92 2 1 -161.55 -137.667 -144.59 + 67 183.411 238 2 0 -150.84 -132.45 -145.85 + 67 114.395 824 8 0 -85.47 -15.1658 34.15 + 67 29.8967 823 8 0 -85.4984 -15.25 33.8659 + 67 23.1079 453 7 1 -89.3075 -24.1165 5.55 + 67 215.627 454 7 1 -89.2499 -24.198 5.51171 + 67 35.6395 771 7 0 -89.3232 -25.7855 4.15 + 67 88.5355 770 7 0 -89.3452 -25.8501 4.06783 + 67 24.6246 769 7 0 -89.3997 -26.05 3.81682 + 67 99.841 606 7 0 -87.2222 -58.7385 3.75005 + 67 43.2105 605 7 0 -87.0887 -58.85 4.0689 + 67 70.5861 467 7 1 -86.5414 -59.2179 5.15 + 67 216.252 468 7 1 -86.4499 -59.2662 5.30219 + 67 5.56643 600 7 0 -86.3199 -60.0383 4.15 + 67 154.798 599 7 0 -86.3227 -60.05 4.12321 + 67 78.0749 827 10 0 -85.2276 -14.65 93.8771 + 67 40.0668 472 7 1 -85.45 -14.8288 5.26512 + 67 116.73 824 7 0 -85.6267 -15.0697 4.14993 + 67 197.989 455 6 1 -89.0312 -23.6606 -24.45 + 67 13.4899 456 6 1 -88.85 -23.8193 -24.8003 + 67 155.663 778 6 0 -88.2838 -24.2674 -25.85 + 67 9.82017 605 6 0 -72.6768 -59.0217 -26.25 + 67 74.4121 604 6 0 -72.6801 -59.0501 -26.2226 + 67 183.588 603 6 0 -72.7736 -59.2502 -26.0699 + 67 46.4835 531 6 1 -73.7654 -60.0184 -24.85 + 67 49.5935 530 6 1 -73.85 -60.0733 -24.7486 + 67 78.0908 529 6 1 -74.05 -60.1284 -24.6347 + 67 28.1266 528 6 1 -74.25 -60.1405 -24.5159 + 67 85.5118 609 6 0 -73.6737 -58.25 -25.9266 + 67 193.055 610 6 0 -73.7173 -58.0499 -25.9208 + 67 26.0131 475 7 1 -85.05 -14.8084 5.2082 + 67 106.824 759 7 0 -79.4226 -28.1525 3.75 + 67 24.0185 758 7 0 -79.5678 -28.25 4.06896 + 67 148.561 500 7 1 -79.9599 -28.6068 5.15 + 67 24.7162 499 7 1 -80.05 -28.7222 5.47592 + 67 57.4024 772 8 0 -74.3562 -25.5367 33.7502 + 67 74.8928 773 8 0 -74.3227 -25.45 33.9693 + 67 138.041 774 8 0 -74.1835 -25.25 34.0662 + 67 74.6601 775 8 0 -74.0184 -25.05 34.0935 + 67 137.856 537 8 1 -72.6445 -23.9049 35.15 + 67 131.989 538 8 1 -72.45 -23.7692 35.3038 + 67 222.368 539 8 1 -72.25 -23.7645 35.4514 + 67 107.219 777 8 0 -72.9734 -24.606 34.15 + 67 78.495 776 8 0 -73.0176 -24.65 34.089 + 67 84.0656 177 11 0 -121.88 -144.55 124.021 + 67 149.366 291 11 1 -121.79 -146.672 125.15 + 67 74.9096 715 5 0 -89.8438 -36.8577 -55.85 +Number of digits in this event = 94 +Using G4ParticleGun ... +7.91502 LIN +gamma +Event: 68 +Number of tracker hits in this event = 54 + 68 276.066 1493 8 1 118.796 -27.613 35.55 + 68 222.888 762 8 0 118.797 -27.6136 34.15 + 68 331.499 1493 7 1 118.812 -27.6368 5.55 + 68 269.413 762 7 0 118.813 -27.6373 4.15 + 68 338.999 1493 6 1 118.82 -27.6402 -24.45 + 68 102.19 762 6 0 118.795 -27.592 -25.85 + 68 113.419 1491 5 1 118.482 -26.4119 -54.45 + 68 112.134 768 5 0 118.498 -26.3396 -55.85 + 68 116.304 1492 4 1 118.704 -24.6822 -84.45 + 68 119.183 777 4 0 118.731 -24.6011 -85.85 + 68 126.373 1495 3 1 119.307 -22.9746 -114.45 + 68 130.221 785 3 0 119.36 -22.8762 -115.85 + 68 4.56978 786 3 0 119.374 -22.85 -116.231 + 68 112.204 1501 2 1 120.38 -21.0655 -144.45 + 68 135.197 795 2 0 120.421 -20.989 -145.85 + 68 185.544 1511 1 1 122.355 -17.9318 -174.45 + 68 113.276 811 1 0 122.463 -17.7433 -175.85 + 68 128.822 1521 0 1 124.489 -13.9501 -204.45 + 68 83.5501 830 0 0 124.523 -13.863 -205.85 + 68 228.299 831 0 0 124.531 -13.85 -206.039 + 68 186.319 628 0 0 120.817 -54.438 -206.25 + 68 501.496 1487 0 1 117.694 -28.1744 -204.45 + 68 273.305 759 0 0 117.753 -28.2177 -205.85 + 68 20.5833 758 0 0 117.821 -28.25 -205.962 + 68 230.912 760 0 0 117.614 -28.0249 -205.85 + 68 14.574 1075 11 0 138.043 35.05 123.843 + 68 249.206 1494 7 1 118.95 -27.6763 5.47687 + 68 383.861 1493 4 1 118.88 -27.702 -84.45 + 68 346.266 761 4 0 118.862 -27.7019 -85.85 + 68 111.512 1491 3 1 118.521 -27.7411 -114.45 + 68 256.959 761 3 0 118.503 -27.7406 -115.85 + 68 108.188 1489 2 1 118.095 -27.7201 -144.45 + 68 329.679 761 2 0 118.072 -27.7047 -145.85 + 68 204.605 1487 1 1 117.585 -27.4248 -174.45 + 68 108.707 763 1 0 117.558 -27.4068 -175.85 + 68 126.463 1484 0 1 116.979 -27.0388 -204.45 + 68 87.3914 765 0 0 116.958 -27.017 -205.85 + 68 151.665 1493 3 1 118.947 -27.9019 -114.45 + 68 131.24 760 3 0 118.956 -27.9091 -115.85 + 68 283.376 1494 2 1 119.125 -28.0734 -144.45 + 68 115.921 759 2 0 119.128 -28.0713 -145.85 + 68 138.596 1495 1 1 119.215 -28.0137 -174.45 + 68 127.484 760 1 0 119.221 -28.013 -175.85 + 68 312.531 1495 0 1 119.329 -28.0114 -204.45 + 68 208.282 1494 1 1 119.15 -28.0124 -174.621 + 68 121.37 1493 1 1 118.95 -27.9848 -174.594 + 68 198.517 1492 1 1 118.75 -28.086 -174.575 + 68 134.435 761 6 0 118.791 -27.7208 -25.85 + 68 114.222 1493 5 1 118.794 -27.7808 -54.45 + 68 124.858 761 5 0 118.797 -27.7794 -55.85 + 68 93.6502 1494 3 1 118.957 -27.6846 -114.45 + 68 116.575 762 1 0 119.143 -27.5778 -175.85 + 68 135.32 762 0 0 119.25 -27.5453 -205.85 + 68 58.5205 1544 2 1 129.084 -52.7982 -144.45 +Number of digits in this event = 36 +Using G4ParticleGun ... +4.89221 LIN +gamma +Event: 69 +Number of tracker hits in this event = 3 + 69 13.8996 1160 7 1 52.1323 -67.4705 5.15 + 69 68.2873 949 12 0 161.035 9.95348 153.75 + 69 212.269 950 12 0 161.195 10.0503 153.962 +Number of digits in this event = 4 +Using G4ParticleGun ... +9.61034 LIN +gamma +Event: 70 +Number of tracker hits in this event = 89 + 70 328.843 1096 9 1 39.3649 -112.429 65.55 + 70 244.57 338 9 0 39.3641 -112.429 64.15 + 70 230.282 1096 8 1 39.3408 -112.434 35.55 + 70 369.612 338 8 0 39.341 -112.434 34.15 + 70 237.809 1096 7 1 39.3451 -112.446 5.55 + 70 219.153 338 7 0 39.3461 -112.447 4.15 + 70 132.477 1096 6 1 39.3493 -112.489 -24.45 + 70 185.676 338 6 0 39.3462 -112.488 -25.85 + 70 263.43 1096 5 1 39.2945 -112.464 -54.45 + 70 104.413 338 5 0 39.2923 -112.45 -55.85 + 70 117.506 1095 4 1 39.1014 -111.644 -84.45 + 70 47.7099 342 4 0 39.0034 -111.56 -85.85 + 70 85.5507 343 4 0 38.9916 -111.55 -86.0123 + 70 142.41 1085 3 1 37.107 -109.869 -114.45 + 70 131.271 352 3 0 37.0142 -109.703 -115.85 + 70 131.644 1074 2 1 34.9708 -106.291 -144.45 + 70 190.204 370 2 0 34.8892 -106.123 -145.85 + 70 277.724 1065 1 1 33.1985 -102.825 -174.45 + 70 175.842 387 1 0 33.0186 -102.583 -175.85 + 70 57.7811 388 1 0 32.9934 -102.55 -176.043 + 70 136.69 1045 0 1 29.1891 -98.2258 -204.45 + 70 127.05 410 0 0 28.896 -98.0461 -205.85 + 70 124.673 1078 0 1 35.7587 -99.0293 -204.45 + 70 82.4279 406 0 0 35.9899 -98.7843 -205.85 + 70 62.2075 407 0 0 36.0244 -98.75 -206.049 + 70 7.54487 1002 5 0 -49.1261 20.461 -55.85 + 70 50.5711 657 5 1 -48.5888 12.3923 -54.85 + 70 71.2874 454 3 0 -0.481528 -89.25 -116.218 + 70 270.407 1096 0 1 39.4315 -112.424 -204.45 + 70 308.155 338 0 0 39.4327 -112.424 -205.85 + 70 248.2 1343 2 1 88.7368 145.224 -144.85 + 70 166.475 1344 2 1 88.8502 145.881 -144.795 + 70 175.182 1345 2 1 89.0501 145.762 -144.713 + 70 133.468 184 1 0 -81.3688 -143.224 -176.25 + 70 130.198 1100 0 1 40.2027 -112.052 -204.85 + 70 0.165773 339 0 0 46.6206 -112.188 -205.85 + 70 56.0383 1152 0 1 50.5538 -110.657 -204.85 + 70 131.254 1095 6 1 39.2168 -112.627 -24.45 + 70 106.187 337 6 0 39.2186 -112.635 -25.85 + 70 134.913 336 5 0 39.2718 -112.821 -55.85 + 70 123.447 1096 4 1 39.3236 -112.993 -84.45 + 70 103.311 335 4 0 39.3239 -112.999 -85.85 + 70 506.727 1096 3 1 39.3075 -113.107 -114.45 + 70 385.623 335 3 0 39.3183 -113.106 -115.85 + 70 171.607 1097 2 1 39.5117 -113.089 -144.45 + 70 106.865 335 2 0 39.5201 -113.084 -145.85 + 70 148.104 1098 1 1 39.7443 -112.975 -174.45 + 70 144.816 335 1 0 39.7583 -112.969 -175.85 + 70 101.62 336 0 0 40.0907 -112.845 -205.85 + 70 204.196 285 0 0 56.3479 -123.12 -206.25 + 70 4.48428 1190 0 1 58.2327 -123.731 -204.85 + 70 59.2943 1191 0 1 58.25 -123.74 -204.84 + 70 255.883 276 0 0 61.9947 -124.775 -205.85 + 70 21.4473 414 0 0 45.1969 -97.2293 -206.25 + 70 83.5374 1108 0 0 9.17732 41.7302 -206.25 + 70 129.905 16 6 1 -176.891 -4.55301 -24.45 + 70 10.9719 17 6 1 -176.75 -4.53227 -24.8178 + 70 436.161 874 6 0 -176.289 -5.10795 -25.85 + 70 11.9229 873 6 0 -176.313 -5.25 -26.0436 + 70 142.375 1098 2 1 39.65 -113.197 -144.617 + 70 353.409 1099 2 1 39.85 -113.432 -144.611 + 70 83.9316 527 2 0 79.4408 -74.65 -146.191 + 70 32.3893 1095 3 1 39.25 -113.124 -114.7 + 70 197.032 1075 2 1 35.1834 -113.287 -144.45 + 70 349.041 334 2 0 35.2376 -113.247 -145.85 + 70 122.926 1081 1 1 36.398 -112.013 -174.45 + 70 231.743 341 1 0 36.4771 -111.932 -175.851 + 70 209.067 1087 0 1 37.6243 -110.444 -204.45 + 70 8.1867 1088 0 1 37.65 -110.422 -204.812 + 70 27.1292 348 0 0 37.7266 -110.355 -205.851 + 70 95.5377 349 0 0 37.7316 -110.35 -205.921 + 70 244.047 1094 2 1 39.0314 -113.33 -144.45 + 70 154.301 1090 1 1 38.2331 -113.514 -174.45 + 70 151.85 333 1 0 38.1154 -113.5 -175.85 + 70 118.119 1077 0 1 35.65 -113.328 -204.459 + 70 127.209 333 0 0 35.523 -113.373 -205.85 + 70 225.547 1092 1 1 38.4631 -111.808 -174.45 + 70 47.4105 1091 1 1 38.45 -111.8 -174.676 + 70 24.4862 342 1 0 38.3752 -111.75 -176.128 + 70 169.904 1083 0 1 36.7265 -110.886 -204.45 + 70 112.934 347 0 0 36.6421 -110.725 -205.85 + 70 66.1305 1114 0 1 42.85 -114.724 -204.716 + 70 31.7953 423 0 0 -5.3047 -95.55 -206.143 + 70 82.6294 325 0 0 43.2391 -115.006 -205.85 + 70 148.588 326 0 0 43.1611 -114.95 -205.935 + 70 112.86 1095 0 1 39.0678 -112.769 -204.45 + 70 125.372 337 0 0 39.1886 -112.689 -205.85 + 70 362.415 301 0 0 30.3974 -119.929 -206.25 + 70 14.0506 836 0 0 -98.8664 -12.7694 -206.25 +Number of digits in this event = 56 +Using G4ParticleGun ... +3.54628 LIN +gamma +Event: 71 +Number of tracker hits in this event = 83 + 71 260.036 300 9 1 -120.044 -41.5895 65.55 + 71 386.459 692 9 0 -120.027 -41.571 64.15 + 71 110.859 303 8 1 -119.475 -41.1839 35.55 + 71 120.304 694 8 0 -119.439 -41.1525 34.15 + 71 121.24 306 7 1 -118.823 -40.6787 5.55 + 71 130.191 696 7 0 -118.81 -40.6717 4.15 + 71 137.228 307 6 1 -118.601 -40.7739 -24.45 + 71 100.351 696 6 0 -118.604 -40.8149 -25.85 + 71 221.763 307 5 1 -118.619 -41.7675 -54.45 + 71 144.003 691 5 0 -118.676 -41.7931 -55.85 + 71 156.802 301 4 1 -119.865 -42.3603 -84.45 + 71 131.351 688 4 0 -119.91 -42.3844 -85.85 + 71 131.837 300 3 1 -120.083 -43.1147 -114.45 + 71 154.81 685 3 0 -120.036 -42.9972 -115.85 + 71 133.667 304 2 1 -119.252 -40.5999 -144.45 + 71 107.07 697 2 0 -119.224 -40.5218 -145.85 + 71 120.488 308 1 1 -118.458 -39.214 -174.45 + 71 143.332 704 1 0 -118.297 -39.1586 -175.85 + 71 76.2546 320 0 1 -115.982 -37.3897 -204.45 + 71 37.547 321 0 1 -115.95 -37.3953 -204.727 + 71 138.426 713 0 0 -115.776 -37.3983 -205.85 + 71 94.7148 264 1 1 -127.181 -45.5853 -174.85 + 71 201.013 293 0 1 -121.379 -41.6479 -204.45 + 71 2.32684 675 0 0 -123.454 -45.0391 -205.85 + 71 67.8887 674 0 0 -123.462 -45.05 -205.854 + 71 51.0168 673 0 0 -123.532 -45.2502 -205.883 + 71 100.03 672 0 0 -123.564 -45.45 -205.887 + 71 69.2113 671 0 0 -123.612 -45.65 -205.912 + 71 77.9875 670 0 0 -123.624 -45.85 -205.985 + 71 418.315 669 0 0 -123.673 -46.0504 -206.117 + 71 203.595 668 0 0 -124.43 -46.25 -205.994 + 71 152.002 667 0 0 -124.751 -46.45 -206.048 + 71 80.9629 308 5 1 -118.448 -42.3129 -54.4503 + 71 76.4955 309 5 1 -118.35 -42.3844 -54.5978 + 71 69.6107 685 5 0 -117.884 -43.0054 -55.8502 + 71 242.286 684 5 0 -117.858 -43.05 -55.9448 + 71 11.6704 368 4 1 -106.384 -55.1183 -84.45 + 71 101.762 369 4 1 -106.35 -55.1357 -84.4594 + 71 68.9964 370 4 1 -106.15 -55.1671 -84.5141 + 71 131.157 371 4 1 -105.95 -55.1436 -84.603 + 71 46.0371 372 4 1 -105.75 -55 -84.7629 + 71 165.161 622 4 0 -105.044 -55.5139 -85.8502 + 71 194.422 379 4 1 -104.217 -54.8923 -84.8495 + 71 50.4864 627 4 0 -106.623 -54.5948 -85.8501 + 71 48.4215 716 5 0 -116.997 -36.7415 -56.25 + 71 210.38 717 5 0 -116.936 -36.65 -56.1177 + 71 4.838 718 5 0 -116.712 -36.45 -55.8707 + 71 41.2889 321 5 1 -115.839 -35.5983 -54.85 + 71 650.374 322 5 1 -115.75 -35.5253 -54.7537 + 71 148.161 300 8 1 -119.988 -41.5333 35.55 + 71 153.525 692 8 0 -119.986 -41.5311 34.15 + 71 107.137 301 7 1 -119.935 -41.4777 5.55 + 71 125.037 692 7 0 -119.915 -41.4587 4.15 + 71 133.882 303 6 1 -119.521 -41.1066 -24.45 + 71 120.695 694 6 0 -119.5 -41.0612 -25.85 + 71 17.9716 695 6 0 -119.495 -41.05 -26.223 + 71 120.238 304 5 1 -119.287 -40.2018 -54.45 + 71 231.843 699 5 0 -119.234 -40.1208 -55.85 + 71 126.64 309 4 1 -118.202 -38.4456 -84.45 + 71 120.391 708 4 0 -118.155 -38.3941 -85.85 + 71 167.462 314 3 1 -117.219 -37.3801 -114.45 + 71 132.996 713 3 0 -117.196 -37.3203 -115.85 + 71 136.881 317 2 1 -116.722 -36.0656 -144.45 + 71 150.554 720 2 0 -116.733 -35.9965 -145.85 + 71 130.62 316 1 1 -116.88 -34.5019 -174.45 + 71 201.021 728 1 0 -116.87 -34.4219 -175.85 + 71 157.806 317 0 1 -116.703 -32.6972 -204.45 + 71 127.245 737 0 0 -116.711 -32.5985 -205.85 + 71 9.15131 913 9 1 2.82779 113.407 65.55 + 71 120.026 302 2 1 -119.738 -41.3183 -144.652 + 71 245.387 693 2 0 -119.737 -41.3276 -145.85 + 71 132.761 297 1 1 -120.602 -41.8652 -174.45 + 71 129.832 691 1 0 -120.53 -41.7229 -175.85 + 71 87.0385 307 0 1 -118.584 -38.2194 -204.45 + 71 37.4 308 0 1 -118.55 -38.2077 -204.731 + 71 473.031 709 0 0 -118.423 -38.1753 -205.85 + 71 219.083 1784 10 0 -97.8523 176.95 93.9723 + 71 99.4439 302 1 1 -119.674 -41.2963 -174.45 + 71 128.173 693 1 0 -119.671 -41.2958 -175.85 + 71 174.579 302 0 1 -119.63 -41.2973 -204.45 + 71 143.463 693 0 0 -119.622 -41.3032 -205.85 + 71 207.662 691 9 0 -120.053 -41.65 64.0913 + 71 59.6296 690 9 0 -120.176 -41.85 64.0036 +Number of digits in this event = 55 +Using G4ParticleGun ... +7.704 LIN +gamma +Event: 72 +Number of tracker hits in this event = 46 + 72 317.766 246 7 1 -130.912 14.1545 5.55 + 72 217.282 970 7 0 -130.911 14.1543 4.15 + 72 295.411 246 6 1 -130.903 14.1467 -24.45 + 72 240.334 970 6 0 -130.903 14.1446 -25.85 + 72 218.205 246 5 1 -130.901 14.1145 -54.45 + 72 112.18 970 5 0 -130.9 14.1129 -55.85 + 72 251.979 246 4 1 -130.869 14.0646 -84.45 + 72 142.539 970 4 0 -130.868 14.066 -85.85 + 72 225.958 246 3 1 -130.865 14.1004 -114.45 + 72 311.387 970 3 0 -130.863 14.1034 -115.85 + 72 322.425 246 2 1 -130.799 14.1606 -144.45 + 72 311.011 970 2 0 -130.795 14.1596 -145.85 + 72 125.018 247 1 1 -130.718 14.1386 -174.45 + 72 427.851 970 1 0 -130.714 14.1402 -175.85 + 72 221.798 247 0 1 -130.59 14.1843 -204.45 + 72 545.126 970 0 0 -130.587 14.1918 -205.85 + 72 22.5396 245 5 1 -130.95 14.253 -54.8374 + 72 62.8341 984 5 0 -135.04 16.8516 -55.85 + 72 4.18795 205 5 1 -139.143 23.4279 -54.85 + 72 48.8011 204 5 1 -139.15 23.4382 -54.8466 + 72 122.928 1003 5 0 -138.647 20.774 -55.85 + 72 365.1 246 0 1 -130.848 14.0564 -204.45 + 72 89.0811 548 2 0 -122.218 -70.3629 -146.25 + 72 106.069 547 2 0 -122.154 -70.45 -146.158 + 72 121.107 461 2 0 -106.728 -87.7905 -146.25 + 72 2.04613 460 2 0 -106.724 -87.85 -146.22 + 72 146.388 245 6 1 -130.95 14.1652 -24.6002 + 72 209.558 246 1 1 -130.86 14.113 -174.45 + 72 55.2122 1394 1 0 -155.603 98.95 -176.23 + 72 108.618 1395 1 0 -155.636 99.1501 -175.945 + 72 30.2877 1354 9 1 90.9651 -96.2867 65.55 + 72 42.8511 1353 9 1 90.95 -96.2877 65.5475 + 72 57.9237 312 1 1 -117.55 104.388 -174.617 + 72 37.3048 314 1 1 -117.186 104.68 -174.45 + 72 136.481 244 5 1 -131.321 13.9808 -54.45 + 72 186.995 969 5 0 -131.34 13.9802 -55.85 + 72 187.821 242 4 1 -131.724 13.9922 -84.45 + 72 157.732 969 4 0 -131.743 14.0016 -85.85 + 72 173.827 240 3 1 -132.111 14.2149 -114.45 + 72 131.412 238 2 1 -132.419 14.5133 -144.45 + 72 154.209 972 2 0 -132.429 14.5169 -145.85 + 72 108.188 237 1 1 -132.693 14.6129 -174.45 + 72 231.396 972 1 0 -132.743 14.5735 -175.85 + 72 197.001 232 0 1 -133.742 13.7542 -204.45 + 72 62.4563 231 0 1 -133.75 13.7496 -204.627 + 72 119.359 968 0 0 -133.804 13.7153 -205.85 +Number of digits in this event = 32 +Using G4ParticleGun ... +1.60558 LIN gamma Event: 73 Number of tracker hits in this event = 0 Number of digits in this event = 1 Using G4ParticleGun ... -4.22909 LIN +5.18733 LIN gamma Event: 74 -Number of tracker hits in this event = 1 - 74 177.191 785 6 1 -22.8669 -79.3963 -24.85 -Number of digits in this event = 3 -Using G4ParticleGun ... -6.62938 LIN -gamma -Event: 75 -Number of tracker hits in this event = 6 - 75 220.719 1475 1 1 115.176 25.6588 -174.45 - 75 259.006 1028 1 0 115.176 25.6584 -175.85 - 75 289.57 1475 0 1 115.161 25.6643 -204.45 - 75 242.416 1028 0 0 115.162 25.6657 -205.85 - 75 28.6095 1125 0 0 145.206 45.25 -206.182 - 75 130.06 1405 0 1 101.35 68.6713 -204.789 -Number of digits in this event = 7 -Using G4ParticleGun ... -3.06663 LIN -gamma -Event: 76 -Number of tracker hits in this event = 0 +Number of tracker hits in this event = 2 + 74 55.2972 591 5 1 -61.7615 -92.8933 -54.85 + 74 150.234 1049 0 1 29.85 36.7458 -204.748 Number of digits in this event = 2 Using G4ParticleGun ... -5.92719 LIN +7.22807 LIN +gamma +Event: 75 +Number of tracker hits in this event = 73 + 75 394.845 437 6 1 -92.6498 -117.705 -24.45 + 75 283.565 312 6 0 -92.6495 -117.706 -25.85 + 75 259.036 437 5 1 -92.6357 -117.717 -54.45 + 75 119.707 312 5 0 -92.6354 -117.715 -55.85 + 75 324.179 437 4 1 -92.6319 -117.695 -84.45 + 75 130.76 312 4 0 -92.632 -117.693 -85.85 + 75 233.691 437 3 1 -92.6311 -117.649 -114.45 + 75 132.464 312 3 0 -92.631 -117.646 -115.85 + 75 278.191 437 2 1 -92.6228 -117.589 -144.45 + 75 105.17 312 2 0 -92.6194 -117.586 -145.85 + 75 153.512 438 1 1 -92.5472 -117.52 -174.45 + 75 383.146 313 1 0 -92.5433 -117.516 -175.85 + 75 391.645 438 0 1 -92.4687 -117.433 -204.45 + 75 97.271 313 0 0 -92.4645 -117.427 -205.85 + 75 186.674 33 2 0 -155.265 -173.547 -146.249 + 75 224.907 34 2 0 -155.552 -173.35 -146.085 + 75 427.038 437 1 1 -92.55 -117.516 -174.465 + 75 107.033 315 1 0 -93.049 -117.002 -175.85 + 75 280.5 316 1 0 -93.1073 -116.95 -175.997 + 75 44.9582 435 1 0 -97.7173 -93.0406 -176.25 + 75 104.208 436 1 0 -97.6827 -92.95 -176.152 + 75 143.257 437 1 0 -97.677 -92.75 -175.893 + 75 53.3691 400 1 1 -100.049 -89.5296 -174.85 + 75 119.044 399 1 1 -100.151 -89.3957 -174.757 + 75 87.4543 398 1 1 -100.35 -89.1251 -174.676 + 75 66.556 397 1 1 -100.55 -89.1115 -174.799 + 75 117.926 528 1 0 -172.759 -74.45 -176.087 + 75 332.013 438 1 0 -97.6902 -92.55 -175.895 + 75 212.918 285 1 0 -127.028 -122.963 -176.25 + 75 100.509 314 1 0 -92.7197 -117.292 -175.85 + 75 319.814 422 0 1 -95.6021 -111.679 -204.45 + 75 127.507 344 0 0 -95.8623 -111.313 -205.85 + 75 125.591 313 5 0 -92.5952 -117.487 -55.85 + 75 154.335 316 4 0 -92.6889 -116.938 -85.85 + 75 130.288 318 3 0 -92.6842 -116.425 -115.85 + 75 184.53 321 2 0 -92.602 -115.847 -145.85 + 75 129.505 326 1 0 -92.5528 -114.906 -175.85 + 75 158.243 331 0 0 -92.5041 -113.853 -205.85 + 75 125.969 514 1 1 -77.2039 -159.979 -174.85 + 75 210.259 337 1 0 -122.501 -112.578 -176.25 + 75 128.179 268 1 1 -126.38 -121.47 -174.85 + 75 13.2559 262 1 0 -127.346 -127.587 -175.85 + 75 46.2871 257 1 1 -128.611 -130.452 -174.85 + 75 4.4307 240 1 0 -129.421 -132.136 -175.85 + 75 108.796 239 1 0 -129.43 -132.15 -175.86 + 75 60.7011 238 1 0 -129.604 -132.35 -176.103 + 75 185.752 306 1 0 -115.901 -118.851 -176.25 + 75 25.3459 307 1 0 -115.963 -118.75 -176.035 + 75 15.3932 299 1 1 -120.287 -123.798 -174.85 + 75 2.74043 267 1 0 -121.862 -126.745 -175.85 + 75 211.239 266 1 0 -121.864 -126.75 -175.852 + 75 299.17 265 1 0 -121.616 -126.95 -176.163 + 75 201.187 303 1 0 -31.351 -119.543 -176.25 + 75 11.9547 311 6 0 -92.7772 -117.943 -25.8507 + 75 181.714 310 6 0 -92.7815 -117.95 -25.8997 + 75 179.039 421 5 1 -95.8211 -122.272 -54.45 + 75 257.809 288 5 0 -95.684 -122.392 -55.85 + 75 113.909 430 4 1 -94.0621 -126.008 -84.4503 + 75 134.292 269 4 0 -94.2988 -126.265 -85.85 + 75 127.554 404 3 1 -99.1818 -132.894 -114.45 + 75 193.216 235 3 0 -99.4784 -133.082 -115.85 + 75 181.253 372 2 1 -105.565 -137.946 -144.45 + 75 140.323 209 2 0 -105.699 -138.251 -145.85 + 75 111.478 353 1 1 -109.382 -145.058 -174.45 + 75 101.627 174 1 0 -109.771 -145.266 -175.85 + 75 155.977 316 0 1 -116.783 -150.402 -204.45 + 75 15.3183 147 0 0 -116.865 -150.738 -205.85 + 75 111.132 146 0 0 -116.868 -150.75 -205.897 + 75 7.39763 289 5 0 -95.3873 -122.35 -56.2167 + 75 181.403 472 5 0 -15.9157 -85.4807 -56.25 + 75 183.532 822 5 1 -15.5553 -85.7107 -54.85 + 75 88.8238 823 5 1 -15.45 -85.6998 -54.4686 + 75 259.034 824 5 1 -15.25 -85.7914 -54.5252 +Number of digits in this event = 47 +Using G4ParticleGun ... +8.57957 LIN +gamma +Event: 76 +Number of tracker hits in this event = 6 + 76 74.54 1760 3 1 172.15 -26.0826 -114.831 + 76 83.156 1761 3 1 172.35 -26.2102 -114.619 + 76 143.119 1762 3 1 172.55 -26.3075 -114.674 + 76 232.052 1763 3 1 172.75 -26.2578 -114.713 + 76 139.463 1076 3 0 145.373 35.2733 -116.25 + 76 133.57 1624 3 1 145.024 35.42 -114.85 +Number of digits in this event = 5 +Using G4ParticleGun ... +2.33845 LIN gamma Event: 77 -Number of tracker hits in this event = 10 - 77 274.297 860 2 1 -8.03991 -9.76287 -144.45 - 77 281.179 851 2 0 -8.03959 -9.76271 -145.85 - 77 245.379 860 1 1 -8.03098 -9.75283 -174.45 - 77 220.032 851 1 0 -8.02872 -9.75634 -175.85 - 77 383.87 860 0 1 -7.98364 -9.83402 -204.45 - 77 271.109 851 0 0 -7.9779 -9.84032 -205.85 - 77 5.77037 1122 2 0 -25.5295 44.65 -146.156 - 77 99.7163 859 0 1 -8.05 -9.84197 -204.501 - 77 30.4359 850 0 0 -8.63873 -10.0356 -205.85 - 77 96.4639 849 0 0 -8.68212 -10.05 -205.937 -Number of digits in this event = 9 -Using G4ParticleGun ... -4.17256 LIN -gamma -Event: 78 Number of tracker hits in this event = 0 Number of digits in this event = 1 Using G4ParticleGun ... -3.49763 LIN +4.75262 LIN +gamma +Event: 78 +Number of tracker hits in this event = 3 + 78 57.3608 1673 4 1 154.75 -23.9422 -84.7184 + 78 238.043 1672 4 1 154.75 -23.9919 -84.5456 + 78 314.277 1671 4 1 154.55 -23.807 -84.7654 +Number of digits in this event = 3 +Using G4ParticleGun ... +2.76481 LIN gamma Event: 79 Number of tracker hits in this event = 0 Number of digits in this event = 1 Using G4ParticleGun ... -2.12611 LIN +6.7748 LIN gamma Event: 80 -Number of tracker hits in this event = 20 - 80 269.487 948 2 1 9.84734 -78.6484 -144.45 - 80 364.633 507 2 0 9.84728 -78.6479 -145.85 - 80 324.846 948 1 1 9.82564 -78.6709 -174.45 - 80 646.859 506 1 0 9.83054 -78.6721 -175.85 - 80 110.351 949 0 1 9.94826 -78.6929 -204.45 - 80 254.562 506 0 0 9.96061 -78.6899 -205.85 - 80 9.6919 1244 0 1 68.8997 -67.3017 -204.45 - 80 179.913 948 0 1 9.72625 -78.6789 -204.45 - 80 273.914 947 0 1 9.63545 -78.482 -204.45 - 80 115.928 507 0 0 9.60642 -78.5232 -205.85 - 80 327.699 507 1 0 9.82532 -78.6499 -176.016 - 80 142.255 949 1 1 9.86979 -78.4962 -174.45 - 80 117.596 508 0 0 9.60255 -78.2965 -205.85 - 80 5.41669 792 0 1 -21.4869 -72.5526 -204.85 - 80 49.9962 604 0 0 -19.2069 -59.25 -205.933 - 80 230.545 791 0 1 -21.6501 -72.5702 -204.619 - 80 84.0969 949 2 1 9.85 -78.6463 -144.567 - 80 34.8483 950 2 1 10.05 -78.6333 -144.781 - 80 9.69432 504 2 0 10.858 -79.235 -145.85 - 80 133.487 503 2 0 10.8858 -79.2501 -145.885 -Number of digits in this event = 12 +Number of tracker hits in this event = 14 + 80 17.4494 1534 3 0 28.0298 126.978 -116.25 + 80 209.64 1035 3 1 27.2252 129.826 -114.85 + 80 97.4536 984 4 0 145.513 17.044 -86.25 + 80 64.5824 983 4 0 145.691 16.85 -86.0879 + 80 64.5348 982 4 0 145.807 16.65 -85.9599 + 80 223.576 1637 4 1 147.592 15.1596 -84.85 + 80 249.585 1638 4 1 147.75 15.0549 -84.7744 + 80 183.235 1639 4 1 147.95 14.8624 -84.6586 + 80 49.7222 1640 4 1 148.209 14.4531 -84.45 + 80 49.2036 1636 4 1 147.55 13.7313 -84.7884 + 80 21.6131 958 4 0 147.296 11.7221 -85.85 + 80 81.5505 957 4 0 147.291 11.65 -85.9008 + 80 166.764 956 4 0 147.269 11.45 -86.0984 + 80 50.1422 955 4 0 147.143 11.2498 -86.1877 +Number of digits in this event = 7 Using G4ParticleGun ... -2.28744 LIN +2.15246 LIN gamma Event: 81 -Number of tracker hits in this event = 82 - 81 268.757 858 6 1 -8.32574 2.23396 -24.45 - 81 169.909 910 6 0 -8.32745 2.23664 -25.85 - 81 275.808 858 5 1 -8.36164 2.29919 -54.45 - 81 120.182 911 5 0 -8.36342 2.30301 -55.85 - 81 215.681 858 4 1 -8.39261 2.39617 -84.45 - 81 127.391 911 4 0 -8.39858 2.40212 -85.85 - 81 106.36 857 3 1 -8.4501 2.35493 -114.45 - 81 208.062 911 3 0 -8.45065 2.35409 -115.85 - 81 159.595 857 2 1 -8.46333 2.34045 -144.45 - 81 114.581 911 2 0 -8.46232 2.34107 -145.85 - 81 111.982 858 1 1 -8.44405 2.365 -174.45 - 81 100.078 911 1 0 -8.44307 2.36696 -175.85 - 81 139.413 858 0 1 -8.43738 2.40687 -204.45 - 81 239.637 911 0 0 -8.43743 2.40468 -205.85 - 81 42.2744 1354 7 0 58.9161 91.0374 3.75 - 81 120.018 1355 7 0 58.9057 91.1502 3.86164 - 81 73.5252 1356 7 0 58.8719 91.35 3.94261 - 81 53.1316 1357 7 0 58.908 91.55 3.846 - 81 147.023 1358 7 0 58.8843 91.7502 3.81668 - 81 136.459 1359 7 0 58.9677 91.95 3.93634 - 81 201.716 1192 7 1 58.5512 93.3481 5.15001 - 81 247.8 911 6 0 -8.44863 2.28791 -25.8501 - 81 148.951 846 5 1 -10.682 3.38182 -54.45 - 81 259.146 917 5 0 -10.7392 3.52408 -55.8503 - 81 176.68 847 4 1 -10.5734 10.5056 -84.45 - 81 42.7565 952 4 0 -10.5778 10.6357 -85.8501 - 81 79.6359 953 4 0 -10.5815 10.65 -86.003 - 81 126.563 845 3 1 -11.0164 13.4359 -114.45 - 81 2.14795 846 3 1 -10.85 13.3884 -114.839 - 81 53.0865 966 3 0 -10.4386 13.2615 -115.851 - 81 185.082 965 3 0 -10.399 13.2499 -115.948 - 81 118.679 914 2 1 2.8893 9.7262 -144.45 - 81 129.083 915 2 1 3.0508 9.61834 -144.681 - 81 71.5554 945 2 0 3.7908 9.08927 -145.85 - 81 218.242 944 2 0 3.84383 9.05 -145.934 - 81 33.9257 1023 1 1 24.7622 -3.67504 -174.45 - 81 156.011 1024 1 1 24.85 -3.68546 -174.485 - 81 52.0963 1025 1 1 25.05 -3.70785 -174.562 - 81 51.7747 1026 1 1 25.25 -3.74201 -174.634 - 81 167.398 1027 1 1 25.45 -3.78677 -174.707 - 81 57.8381 1028 1 1 25.6509 -3.8361 -174.775 - 81 1.78092 1029 1 1 25.85 -3.89308 -174.846 - 81 28.6942 876 1 0 28.869 -4.83046 -175.85 - 81 219.87 875 1 0 28.9316 -4.85014 -175.87 - 81 151.834 874 1 0 29.6303 -5.05 -176.118 - 81 128.99 1617 0 1 143.665 -31.3225 -204.45 - 81 116.726 1616 0 1 143.55 -31.0809 -204.632 - 81 279.404 755 0 0 143.083 -28.9832 -205.85 - 81 95.6072 756 0 0 143.067 -28.85 -205.927 - 81 58.639 757 0 0 143.063 -28.65 -206.045 - 81 60.7238 758 0 0 143.115 -28.45 -206.156 - 81 159.797 733 1 0 132.161 -33.378 -176.25 - 81 14.9652 1551 1 1 130.409 -33.6089 -174.85 - 81 55.7336 1550 1 1 130.35 -33.623 -174.815 - 81 72.2007 1549 1 1 130.15 -33.6516 -174.708 - 81 53.4127 1548 1 1 129.949 -33.6783 -174.605 - 81 32.9595 1547 1 1 129.75 -33.7379 -174.512 - 81 70.654 916 2 1 3.25 9.69497 -144.593 - 81 48.4821 917 2 1 3.45022 9.6967 -144.6 - 81 45.7735 918 2 1 3.65031 9.68873 -144.61 - 81 42.0133 919 2 1 3.85 9.65181 -144.658 - 81 389.717 920 2 1 4.05011 9.62186 -144.704 - 81 50.608 921 2 1 4.25 9.62773 -144.735 - 81 56.9753 922 2 1 4.45 9.6494 -144.762 - 81 78.2418 923 2 1 4.65 9.68498 -144.786 - 81 67.1264 924 2 1 4.85 9.85126 -144.687 - 81 91.7058 925 2 1 5.05016 10.0075 -144.637 - 81 92.505 926 2 1 5.2509 10.1784 -144.636 - 81 68.6599 927 2 1 5.45 10.2495 -144.72 - 81 94.0694 928 2 1 5.65 10.3293 -144.758 - 81 73.3036 929 2 1 5.85 10.5711 -144.843 - 81 111.699 930 2 1 6.05 10.6786 -144.831 - 81 82.3673 931 2 1 6.25 10.6266 -144.807 - 81 60.5363 932 2 1 6.45008 10.5086 -144.768 - 81 65.0402 933 2 1 6.65 10.4168 -144.742 - 81 54.9756 934 2 1 6.85 10.3898 -144.67 - 81 76.3011 935 2 1 7.05 10.4006 -144.608 - 81 73.1759 936 2 1 7.25 10.344 -144.606 - 81 59.2032 937 2 1 7.45 10.2566 -144.616 - 81 66.0606 938 2 1 7.65 10.1036 -144.625 - 81 59.2248 939 2 1 7.85 10.0496 -144.561 - 81 78.2542 918 5 0 -10.6986 3.65 -56.1904 -Number of digits in this event = 32 +Number of tracker hits in this event = 102 + 81 225.393 1474 9 1 115.102 -26.0736 65.55 + 81 310.629 769 9 0 115.103 -26.0747 64.15 + 81 247.877 1474 8 1 115.141 -26.0884 35.55 + 81 112.55 769 8 0 115.144 -26.084 34.15 + 81 109.96 1475 7 1 115.23 -26.0491 5.55 + 81 122.282 770 7 0 115.235 -26.0457 4.15 + 81 128.823 1478 6 1 115.768 -25.781 -24.45 + 81 238.996 772 6 0 115.783 -25.5984 -25.85 + 81 387.166 1479 5 1 115.967 -21.7042 -54.45 + 81 231.917 792 5 0 115.962 -21.57 -55.85 + 81 119.484 1478 4 1 115.792 -18.9742 -84.45 + 81 251.196 805 4 0 115.667 -18.9183 -85.8502 + 81 130.935 1461 3 1 112.51 -17.9705 -114.45 + 81 185.306 810 3 0 112.395 -18.0326 -115.85 + 81 115.922 1450 2 1 110.304 -18.7764 -144.45 + 81 152.5 806 2 0 110.079 -18.7576 -145.85 + 81 116.621 1427 1 1 105.692 -17.5484 -174.45 + 81 132.432 812 1 0 105.595 -17.5832 -175.85 + 81 7.00202 1420 0 1 104.153 -19.7917 -204.45 + 81 146.21 1419 0 1 104.15 -19.7949 -204.49 + 81 162.736 800 0 0 104.04 -19.9425 -205.851 + 81 126.695 794 5 0 116.089 -21.1921 -55.8502 + 81 17.1122 795 5 0 116.136 -21.05 -56.205 + 81 10.0524 1511 4 1 122.54 -9.08127 -84.45 + 81 206.877 1512 4 1 122.55 -9.07704 -84.4853 + 81 124.082 856 4 0 123.345 -8.82169 -85.8502 + 81 80.1597 1568 2 1 133.839 9.89138 -144.45 + 81 66.4041 1508 4 1 121.867 -18.7814 -84.45 + 81 88.678 1509 4 1 121.95 -18.796 -84.5876 + 81 2.96641 1510 4 1 122.151 -18.833 -84.8394 + 81 15.0904 804 4 0 123.106 -19.05 -86.1822 + 81 101.478 1582 3 1 136.657 -26.6328 -114.45 + 81 48.3715 1581 3 1 136.55 -26.9241 -114.741 + 81 87.8438 758 3 0 135.81 -28.3626 -115.85 + 81 53.116 757 3 0 135.77 -28.45 -115.914 + 81 52.4078 756 3 0 135.694 -28.6502 -116.01 + 81 61.9038 755 3 0 135.618 -28.85 -116.082 + 81 61.7979 754 3 0 135.553 -29.05 -116.137 + 81 57.2822 753 3 0 135.507 -29.2501 -116.192 + 81 42.7257 752 3 0 135.481 -29.45 -116.23 + 81 62.3642 714 4 0 144.311 -37.0971 -86.25 + 81 58.1276 713 4 0 144.328 -37.25 -86.194 + 81 236.405 1477 6 1 115.747 -25.7723 -24.45 + 81 242.204 771 6 0 114.854 -25.6743 -25.85 + 81 62.3837 1476 6 1 115.55 -25.8893 -24.6445 + 81 72.2807 1475 6 1 115.35 -26.0712 -24.6741 + 81 330.113 1474 6 1 115.15 -26.2545 -24.6939 + 81 107.557 766 6 0 115.157 -26.6742 -25.85 + 81 32.4023 1473 6 1 114.95 -26.4247 -24.6598 + 81 17.567 1475 8 1 115.15 -26.0938 35.1894 + 81 55.5206 766 8 0 116.285 -26.7789 34.15 + 81 75.7812 765 8 0 116.389 -26.85 34.0644 + 81 206.033 764 8 0 116.564 -27.0501 34.047 + 81 16.9763 1133 8 0 54.8224 46.7873 33.75 + 81 282.557 1743 8 0 68.1029 168.91 33.75 + 81 237.237 771 8 0 115.064 -25.7473 34.15 + 81 110.031 1473 7 1 114.919 -25.5554 5.55 + 81 162.888 772 7 0 114.917 -25.5544 4.15 + 81 107.829 1473 5 1 114.93 -25.8562 -54.45 + 81 128.934 770 5 0 114.92 -25.8941 -55.85 + 81 126.179 1473 4 1 114.788 -26.7036 -84.45 + 81 185.632 766 4 0 114.764 -26.725 -85.85 + 81 128.743 1470 3 1 114.317 -27.0911 -114.45 + 81 115.809 764 3 0 114.281 -27.1099 -115.85 + 81 252.05 1466 2 1 113.526 -27.4847 -144.45 + 81 143.268 762 2 0 113.484 -27.5281 -145.85 + 81 136.789 1462 1 1 112.649 -28.3527 -174.45 + 81 142.743 758 1 0 112.62 -28.3537 -175.85 + 81 92.6592 1460 0 1 112.164 -28.3906 -204.45 + 81 118.732 758 0 0 112.17 -28.3748 -205.85 + 81 175.126 317 3 0 -76.4248 -116.688 -116.25 + 81 57.5947 316 3 0 -76.494 -116.75 -115.936 + 81 50.4005 515 3 1 -76.9117 -118.024 -114.85 + 81 85.1406 300 3 0 -76.8432 -120.11 -115.85 + 81 37.6678 299 3 0 -76.8261 -120.15 -115.897 + 81 133.345 1458 0 1 111.848 -29.0653 -204.45 + 81 39.4051 1474 0 1 115 -25.3623 -204.45 + 81 211.736 1473 0 1 114.95 -25.2479 -204.502 + 81 84.097 1472 0 1 114.75 -24.8371 -204.738 + 81 22.7971 794 0 0 112.897 -21.1314 -205.85 + 81 95.0722 795 0 0 112.848 -21.0491 -205.875 + 81 111.977 796 0 0 112.768 -20.8497 -206.01 + 81 58.1243 797 0 0 112.763 -20.65 -206.152 + 81 6.54567 1022 0 0 151.663 24.6347 -206.25 + 81 86.9718 1023 0 0 151.676 24.65 -206.241 + 81 96.3022 1024 0 0 151.837 24.85 -206.073 + 81 24.4839 1025 0 0 151.957 25.05 -205.913 + 81 407.647 1660 0 1 152.217 26.0564 -204.85 + 81 428.716 1661 0 1 152.35 26.4759 -204.573 + 81 43.8138 1073 0 0 151.497 34.7335 -205.85 + 81 75.6357 1074 0 0 151.453 34.85 -205.876 + 81 91.1615 1075 0 0 151.319 35.0503 -205.939 + 81 94.8822 1076 0 0 151.263 35.25 -205.897 + 81 0.390179 1077 0 0 151.366 35.4503 -205.85 + 81 10.4324 1695 0 1 159.33 45.7409 -204.85 + 81 33.3903 1696 0 1 159.35 45.7727 -204.843 + 81 27.252 1140 0 0 161.514 48.1969 -205.85 + 81 69.4718 1141 0 0 161.541 48.2504 -205.869 + 81 72.4527 1142 0 0 161.578 48.45 -205.982 + 81 88.8905 1143 0 0 161.563 48.65 -206.038 + 81 124.221 1144 0 0 161.579 48.85 -206.074 + 81 262.14 1145 0 0 161.664 49.0503 -206.145 +Number of digits in this event = 43 Using G4ParticleGun ... -7.17917 LIN +6.63357 LIN gamma Event: 82 -Number of tracker hits in this event = 1 - 82 1.14107 919 0 0 -93.3149 3.85 -206.122 +Number of tracker hits in this event = 0 Number of digits in this event = 3 Using G4ParticleGun ... -7.44218 LIN +6.02081 LIN gamma Event: 83 -Number of tracker hits in this event = 22 - 83 257.978 1122 5 1 44.5651 -42.0372 -54.45 - 83 357.88 690 5 0 44.5619 -42.0332 -55.85 - 83 244.483 1122 4 1 44.565 -41.9379 -84.45 - 83 134.421 690 4 0 44.5603 -41.924 -85.85 - 83 360.026 1122 3 1 44.484 -41.6963 -114.45 - 83 182.992 691 3 0 44.4801 -41.6873 -115.85 - 83 138.275 1121 2 1 44.4023 -41.5448 -144.45 - 83 124.272 692 2 0 44.411 -41.5345 -145.85 - 83 106.755 1122 1 1 44.5846 -41.301 -174.45 - 83 116.212 693 1 0 44.5917 -41.3014 -175.85 - 83 108.715 1123 0 1 44.7233 -41.304 -204.45 - 83 136.812 693 0 0 44.7165 -41.3004 -205.85 - 83 147.934 689 4 0 44.5623 -42.0599 -85.85 - 83 184.838 689 3 0 44.5361 -42.0529 -115.85 - 83 152.239 1122 2 1 44.4995 -42.0756 -144.45 - 83 147.847 689 2 0 44.4971 -42.0767 -145.85 - 83 185.429 1121 1 1 44.4487 -42.1031 -174.45 - 83 241.983 689 1 0 44.445 -42.1031 -175.85 - 83 139.012 1121 0 1 44.3716 -42.1006 -204.45 - 83 142.163 689 0 0 44.3678 -42.1018 -205.85 - 83 38.7378 1493 2 1 118.803 -21.9534 -144.85 - 83 115.688 690 1 0 44.4964 -42.05 -175.896 -Number of digits in this event = 20 +Number of tracker hits in this event = 162 + 83 45.3977 651 11 1 -49.7622 -51.0763 125.226 + 83 284.184 644 11 0 -49.7622 -51.0763 124.15 + 83 360.552 651 10 1 -49.76 -51.0717 95.55 + 83 237.296 644 10 0 -49.7595 -51.0671 94.15 + 83 348.529 651 9 1 -49.7603 -50.9545 65.55 + 83 146.756 645 9 0 -49.7619 -50.9467 64.15 + 83 559.227 651 8 1 -49.7847 -50.7885 35.55 + 83 248.367 646 8 0 -49.7809 -50.7796 34.15 + 83 348.541 651 7 1 -49.7179 -50.5834 5.55 + 83 102.492 647 7 0 -49.7175 -50.5737 4.15 + 83 289.733 651 6 1 -49.7167 -50.3795 -24.45 + 83 138.797 648 6 0 -49.7201 -50.3683 -25.85 + 83 309.352 651 5 1 -49.7945 -50.1576 -54.45 + 83 143.801 649 5 0 -49.797 -50.1479 -55.85 + 83 125.485 650 4 1 -49.8522 -49.9425 -84.45 + 83 269.362 650 4 0 -49.8519 -49.9387 -85.85 + 83 100.976 650 3 1 -49.8504 -49.8578 -114.45 + 83 101.554 650 3 0 -49.8503 -49.8559 -115.85 + 83 44.7373 650 2 1 -49.8505 -49.8244 -144.45 + 83 192.852 651 2 1 -49.85 -49.8237 -144.606 + 83 169.909 651 2 0 -49.8468 -49.8187 -145.85 + 83 471.471 651 1 1 -49.7742 -49.7249 -174.45 + 83 225.122 651 1 0 -49.7785 -49.7246 -175.85 + 83 175.611 650 0 1 -49.8764 -49.7083 -204.45 + 83 457.102 651 0 0 -49.875 -49.693 -205.85 + 83 316.724 651 0 1 -49.6851 -49.6198 -204.45 + 83 119.837 652 0 0 -49.6825 -49.6217 -205.85 + 83 26.0634 1486 6 0 -150.807 117.421 -25.85 + 83 80.8244 254 5 1 -129.289 163.721 -54.45 + 83 15.7436 652 0 1 -49.65 -49.6383 -204.773 + 83 133.931 686 0 1 -42.7183 -50.3181 -204.451 + 83 43.1266 685 0 1 -42.85 -50.2689 -204.678 + 83 162.994 650 0 0 -43.5797 -49.9824 -205.85 + 83 140.545 647 1 0 -49.453 -50.5814 -175.85 + 83 48.3554 648 0 1 -50.3825 -49.0793 -204.45 + 83 93.1853 649 0 1 -50.25 -49.0657 -204.531 + 83 599.65 657 0 0 -48.0058 -48.5788 -205.85 + 83 18.7902 656 0 0 -47.4208 -48.65 -205.989 + 83 82.3262 736 0 0 27.1982 -32.8011 -206.25 + 83 86.8929 735 0 0 27.5112 -32.85 -206.18 + 83 100.837 734 0 0 27.7003 -33.05 -206.225 + 83 89.476 834 0 0 41.3616 -13.2227 -206.25 + 83 164.026 835 0 0 41.3939 -13.05 -206.127 + 83 1.46592 836 0 0 41.2159 -12.85 -206.155 + 83 29.6579 456 0 0 -135.826 -88.65 -206.019 + 83 117.083 647 0 1 -50.4758 -49.1418 -204.45 + 83 111.196 654 0 0 -50.5429 -49.1939 -205.85 + 83 92.5863 644 8 0 -49.8607 -51.193 34.1495 + 83 52.6373 643 8 0 -49.8719 -51.25 33.9037 + 83 143.275 644 7 1 -51.1009 -59.8879 5.55 + 83 10.8726 645 7 1 -51.05 -59.9132 5.19193 + 83 106.611 599 7 0 -50.8221 -60.0668 4.14984 + 83 145.893 670 6 1 -45.8703 -63.0258 -24.45 + 83 62.5027 582 6 0 -46.0597 -63.5625 -25.8502 + 83 86.9494 581 6 0 -46.0635 -63.65 -26.0002 + 83 211.713 451 6 0 -84.0332 -89.7861 -26.25 + 83 0.461833 466 6 1 -86.8467 -89.31 -24.85 + 83 74.6089 465 6 1 -86.85 -89.3093 -24.8485 + 83 88.6385 464 6 1 -87.05 -89.2624 -24.7471 + 83 59.4831 463 6 1 -87.25 -89.2374 -24.6847 + 83 74.5386 462 6 1 -87.45 -89.233 -24.6554 + 83 70.4863 461 6 1 -87.65 -89.2178 -24.6376 + 83 54.8555 460 6 1 -87.85 -89.1997 -24.6337 + 83 84.787 459 6 1 -88.0503 -89.2169 -24.6597 + 83 57.833 458 6 1 -88.25 -89.2477 -24.6797 + 83 66.1782 457 6 1 -88.45 -89.2348 -24.693 + 83 299.464 456 6 1 -88.65 -89.2211 -24.6876 + 83 62.1866 455 6 1 -88.85 -89.2231 -24.6936 + 83 68.2284 454 6 1 -89.05 -89.2305 -24.6779 + 83 56.3184 453 6 1 -89.25 -89.1909 -24.6367 + 83 56.8101 452 6 1 -89.45 -89.1443 -24.5765 + 83 59.3574 451 6 1 -89.6504 -89.1204 -24.513 + 83 11.7616 450 6 1 -89.85 -89.1492 -24.4663 + 83 61.6801 647 8 0 -49.7938 -50.65 33.9674 + 83 191.886 670 7 1 -45.9114 -49.2472 5.55 + 83 48.1879 671 7 1 -45.85 -49.1767 5.29379 + 83 33.7744 655 7 0 -45.5823 -48.877 4.14937 + 83 151.27 656 7 0 -45.5599 -48.85 4.04599 + 83 14.939 720 6 1 -35.8784 -41.6716 -24.45 + 83 187.632 721 6 1 -35.85 -41.6781 -24.5101 + 83 89.3988 691 6 0 -35.3054 -41.7944 -25.85 + 83 140.262 765 5 1 -26.905 -42.6044 -54.45 + 83 230.329 689 5 0 -26.8599 -42.094 -55.85 + 83 198.502 690 5 0 -26.8579 -42.05 -55.9516 + 83 1.47627 691 5 0 -26.8841 -41.85 -56.2459 + 83 174.48 980 5 0 14.5524 16.0802 -56.2495 + 83 85.6807 981 5 0 14.7656 16.2503 -56.1054 + 83 206.741 978 5 1 15.6507 16.9481 -54.85 + 83 48.0818 979 5 1 15.85 17.1928 -54.59 + 83 169.685 938 6 0 -11.5936 7.83252 -26.25 + 83 218.72 834 6 1 -13.079 8.00691 -24.85 + 83 109.77 833 6 1 -13.25 7.98689 -24.5633 + 83 69.915 835 6 1 -13.05 7.49956 -24.7559 + 83 49.0191 944 6 0 -12.1044 8.87659 -25.85 + 83 304.181 840 6 1 -11.8966 10.1806 -24.85 + 83 238.936 722 6 1 -35.65 -41.635 -24.7698 + 83 119.972 644 7 0 -49.78 -51.0609 4.15 + 83 124.14 644 6 0 -49.8356 -51.0554 -25.85 + 83 225.724 644 5 0 -49.8037 -51.078 -55.85 + 83 162.174 651 4 1 -49.7603 -51.1592 -84.45 + 83 123.376 644 4 0 -49.7484 -51.162 -85.85 + 83 137.672 652 3 1 -49.4903 -51.193 -114.45 + 83 116.516 644 3 0 -49.4778 -51.1965 -115.85 + 83 416.72 654 2 1 -49.224 -51.2563 -144.45 + 83 664.194 643 2 0 -49.2141 -51.2658 -145.85 + 83 333.137 655 1 1 -49.0259 -51.4722 -174.45 + 83 176.711 642 1 0 -49.0123 -51.4869 -175.85 + 83 256.547 656 0 1 -48.7618 -51.7757 -204.45 + 83 125.263 641 0 0 -48.7355 -51.7721 -205.85 + 83 152.292 644 2 0 -49.1574 -51.25 -145.997 + 83 113.278 654 1 1 -49.0826 -51.8108 -174.45 + 83 190.376 640 1 0 -49.0683 -51.8951 -175.85 + 83 171.875 630 0 0 -48.708 -53.8981 -205.85 + 83 258.764 643 1 0 -48.8455 -51.4451 -175.85 + 83 123.416 657 0 1 -48.5366 -52.0219 -204.45 + 83 146.087 640 0 0 -48.5704 -52.0127 -205.85 + 83 6.65738 597 0 0 -34.6567 -60.4787 -206.25 + 83 89.8519 305 0 0 37.3931 -119.047 -206.25 + 83 211.39 653 2 1 -49.25 -51.2827 -144.724 + 83 247.824 645 7 0 -49.7535 -51.0473 4.15 + 83 144.071 654 6 1 -49.1275 -50.8846 -24.45 + 83 294 645 6 0 -49.1677 -50.8775 -25.85 + 83 110.819 650 5 1 -49.8702 -51.0793 -54.45 + 83 102.592 645 5 0 -49.9085 -51.036 -55.85 + 83 114.548 647 4 1 -50.6145 -50.0714 -84.4504 + 83 121.774 658 3 1 -48.4141 -47.9974 -114.45 + 83 199.15 660 3 0 -48.258 -47.9084 -115.85 + 83 136.532 673 2 1 -45.4497 -46.064 -144.45 + 83 138.321 670 2 0 -45.3391 -46.0101 -145.85 + 83 157.175 684 1 1 -43.21 -44.9171 -174.45 + 83 112.047 675 1 0 -43.2427 -44.9753 -175.85 + 83 161.121 679 0 1 -44.1277 -46.2426 -204.45 + 83 133.048 668 0 0 -44.0297 -46.3687 -205.85 + 83 66.1774 696 0 1 -40.6802 -44.1622 -204.45 + 83 81.2117 697 0 1 -40.65 -44.1455 -204.568 + 83 121.089 679 0 0 -40.2482 -44.107 -205.85 + 83 19.2914 538 2 0 68.17 -72.2751 -146.25 + 83 35.8228 290 3 0 -74.3026 -121.95 -116.08 + 83 9.95866 1169 3 0 54.4384 53.927 -116.25 + 83 151.772 695 0 1 -40.85 -44.1684 -204.53 + 83 218.05 682 0 0 -41.2549 -43.5979 -205.85 + 83 34.2014 683 0 0 -41.3518 -43.45 -206.163 + 83 140.432 465 1 1 -86.85 -1.89256 -174.8 + 83 39.6522 1651 1 0 -83.9626 150.48 -176.25 + 83 210.795 1652 1 0 -83.9476 150.55 -176.139 + 83 94.5844 1653 1 0 -83.7954 150.75 -176.081 + 83 164.632 644 9 0 -49.7898 -51.0552 64.15 + 83 112.774 645 8 0 -49.7962 -50.9684 34.15 + 83 120.399 650 7 1 -49.912 -50.9548 5.55 + 83 156.493 650 6 1 -49.9752 -50.9815 -24.45 + 83 108.084 649 5 1 -50.095 -51.064 -54.45 + 83 119.939 648 4 1 -50.4088 -51.0219 -84.45 + 83 113.815 645 4 0 -50.4198 -51.0188 -85.85 + 83 52.9518 647 3 1 -50.649 -50.9495 -114.45 + 83 61.3587 646 3 1 -50.65 -50.9502 -114.63 + 83 136.478 645 3 0 -50.6582 -50.9538 -115.85 + 83 107.056 642 2 0 -49.7678 -51.6057 -145.85 + 83 179.995 656 1 1 -48.85 -52.2987 -174.461 + 83 108.35 638 1 0 -48.8021 -52.3284 -175.85 + 83 101.275 661 0 1 -47.8298 -52.9402 -204.45 + 83 267.969 635 0 0 -47.7762 -52.967 -205.85 + 83 75.908 634 0 0 -47.6815 -53.05 -206.211 +Number of digits in this event = 84 Using G4ParticleGun ... -6.52253 LIN +1.87519 LIN gamma Event: 84 -Number of tracker hits in this event = 23 - 84 283.846 734 4 1 -33.1512 -108.519 -84.45 - 84 300.994 358 4 0 -33.152 -108.52 -85.85 - 84 113.526 734 3 1 -33.1687 -108.547 -114.45 - 84 246.561 358 3 0 -33.1696 -108.547 -115.85 - 84 164.153 734 2 1 -33.1911 -108.555 -144.45 - 84 105.442 357 2 0 -33.1925 -108.555 -145.85 - 84 257.547 734 1 1 -33.2134 -108.542 -174.45 - 84 187.759 358 1 0 -33.2144 -108.542 -175.85 - 84 123.33 734 0 1 -33.2278 -108.543 -204.45 - 84 533.374 358 0 0 -33.2289 -108.544 -205.85 - 84 133.403 733 2 1 -33.2505 -108.481 -144.537 - 84 43.8559 361 2 0 -34.4551 -107.83 -145.85 - 84 154.527 362 2 0 -34.5339 -107.75 -145.963 - 84 0.898716 363 2 0 -34.6782 -107.55 -146.249 - 84 373.303 359 1 0 -33.0966 -108.255 -175.85 - 84 101.14 741 0 1 -31.8198 -103.862 -204.45 - 84 115.744 381 0 0 -31.6261 -103.763 -205.85 - 84 142.828 733 3 1 -33.4007 -108.47 -114.45 - 84 99.0742 731 2 1 -33.8238 -108.224 -144.45 - 84 163.975 359 2 0 -33.8677 -108.229 -145.85 - 84 98.3921 726 1 1 -34.7654 -108.296 -174.45 - 84 348.979 721 0 1 -35.6902 -108.488 -204.45 - 84 197.677 357 0 0 -35.7144 -108.684 -205.85 -Number of digits in this event = 18 +Number of tracker hits in this event = 21 + 84 265.554 291 4 1 -121.793 3.70762 -84.45 + 84 256.343 918 4 0 -121.758 3.73045 -85.85 + 84 122.375 294 3 1 -121.327 4.18928 -114.45 + 84 133.095 920 3 0 -121.311 4.1786 -115.85 + 84 218.069 295 2 1 -120.954 4.0449 -144.45 + 84 136.845 919 2 0 -120.945 4.02858 -145.85 + 84 123.14 295 1 1 -121.046 3.08314 -174.45 + 84 95.3759 914 1 0 -120.969 2.94539 -175.85 + 84 158.059 296 0 1 -120.898 0.268146 -204.45 + 84 141.006 899 0 0 -121.013 -0.0500181 -206.159 + 84 145.334 296 2 1 -120.95 4.06522 -144.662 + 84 111.64 291 3 1 -121.858 3.71337 -114.45 + 84 135.528 918 3 0 -121.859 3.71138 -115.85 + 84 106.432 291 2 1 -121.886 3.67153 -144.45 + 84 138.93 918 2 0 -121.888 3.66978 -145.85 + 84 157.006 291 1 1 -121.946 3.63545 -174.45 + 84 126.524 917 1 0 -121.946 3.63042 -175.85 + 84 86.3687 291 0 1 -121.95 3.54118 -204.45 + 84 92.3959 917 0 0 -121.948 3.53784 -205.85 + 84 229.09 1400 4 0 -21.8315 100.201 -86.25 + 84 98.1591 290 1 1 -121.95 3.67336 -174.644 +Number of digits in this event = 17 Using G4ParticleGun ... -4.53208 LIN +4.36835 LIN gamma Event: 85 -Number of tracker hits in this event = 140 - 85 6.0435 1117 10 0 -56.6732 43.5575 93.7635 - 85 373.585 616 9 1 -56.6773 43.5578 65.55 - 85 397.716 1117 9 0 -56.678 43.5537 64.15 - 85 112.078 616 8 1 -56.6877 43.4557 35.55 - 85 317.81 1117 8 0 -56.6871 43.4535 34.15 - 85 151.698 616 7 1 -56.6637 43.435 5.55 - 85 103.107 1116 7 0 -56.6621 43.4318 4.15 - 85 282.443 617 6 1 -56.6335 43.3513 -24.45 - 85 256.877 1116 6 0 -56.6379 43.3423 -25.85 - 85 217.958 616 5 1 -56.7301 43.1576 -54.45 - 85 118.754 1115 5 0 -56.7297 43.1493 -55.85 - 85 101.013 616 4 1 -56.7205 42.9869 -84.45 - 85 111.079 1114 4 0 -56.7241 42.9819 -85.85 - 85 106.399 616 3 1 -56.7834 42.8848 -114.45 - 85 123.445 1114 3 0 -56.783 42.8737 -115.85 - 85 160.203 616 2 1 -56.7826 42.6515 -144.45 - 85 331.658 1112 2 0 -56.7831 42.6442 -145.85 - 85 134.421 616 1 1 -56.795 42.4958 -174.45 - 85 195.713 1112 1 0 -56.7913 42.4856 -175.85 - 85 131.039 616 0 1 -56.7115 42.2838 -204.45 - 85 127.907 1111 0 0 -56.7105 42.2778 -205.85 - 85 369.702 1113 1 0 -56.6844 42.6509 -176.153 - 85 322.435 615 3 1 -56.9202 42.7366 -114.45 - 85 309.564 1113 3 0 -56.9207 42.7135 -115.85 - 85 133.349 615 2 1 -56.8596 42.3904 -144.45 - 85 149.353 601 1 1 -59.7865 44.981 -174.45 - 85 4.62933 600 1 1 -59.85 44.9712 -174.838 - 85 121.181 1124 1 0 -60.0079 44.9569 -175.85 - 85 410.403 574 0 1 -65.1065 44.6474 -204.451 - 85 104.619 1122 0 0 -65.2333 44.6381 -205.85 - 85 157.96 601 2 1 -59.7534 42.155 -144.45 - 85 190.906 1110 2 0 -59.9961 42.1057 -145.85 - 85 43.214 573 1 1 -65.4107 40.6898 -174.45 - 85 71.8478 572 1 1 -65.4501 40.6991 -174.601 - 85 160.374 1103 1 0 -65.6211 40.706 -175.85 - 85 122.373 536 0 1 -72.8209 36.6936 -204.45 - 85 48.8769 1078 0 0 -72.3868 35.7616 -205.85 - 85 80.4196 1077 0 0 -72.3411 35.6496 -206 - 85 110.876 1104 1 0 -66.0251 40.9358 -175.851 - 85 341.319 1105 1 0 -66.1693 41.05 -176.065 - 85 236.797 1106 1 0 -66.3696 41.2501 -176.065 - 85 109.541 617 8 1 -56.5681 43.54 35.55 - 85 127.543 618 7 1 -56.4374 43.4885 5.55 - 85 180.156 1117 7 0 -56.4313 43.4856 4.15 - 85 108.848 618 6 1 -56.3164 43.4277 -24.45 - 85 114.538 619 5 1 -56.1985 43.364 -54.45 - 85 204.34 1116 5 0 -56.1948 43.3589 -55.85 - 85 112.098 619 4 1 -56.1054 43.2639 -84.45 - 85 130.175 1116 4 0 -56.1001 43.2594 -85.85 - 85 119.299 620 3 1 -55.9955 43.1664 -114.45 - 85 133.817 1115 3 0 -55.9904 43.162 -115.85 - 85 135.552 620 2 1 -55.8985 43.0754 -144.45 - 85 113.069 1115 2 0 -55.894 43.0723 -145.85 - 85 170.17 621 1 1 -55.7881 42.9984 -174.45 - 85 157.938 1114 1 0 -55.7856 42.994 -175.85 - 85 338.815 621 0 1 -55.7328 42.908 -204.45 - 85 117.553 1114 0 0 -55.7268 42.905 -205.85 - 85 48.8045 882 12 0 -2.9117 -3.52034 153.75 - 85 88.4247 599 8 1 -60.121 44.9763 35.55 - 85 155.308 1125 8 0 -60.32 45.0976 34.15 - 85 123.216 578 7 1 -64.2806 47.3935 5.55 - 85 171.816 1137 7 0 -64.4997 47.6009 4.15 - 85 15.2892 1138 7 0 -64.5498 47.65 3.80937 - 85 29.7693 556 6 1 -68.8402 51.6408 -24.45 - 85 110.537 555 6 1 -68.85 51.6524 -24.5579 - 85 98.4152 1158 6 0 -68.9653 51.8097 -25.8513 - 85 5.58183 1159 6 0 -69.0024 51.85 -26.2242 - 85 187.901 539 5 1 -72.0657 54.7125 -54.45 - 85 0.523111 1174 5 0 -72.1652 55.0494 -55.85 - 85 133.003 1175 5 0 -72.1654 55.0501 -55.8529 - 85 160.016 528 4 1 -74.3553 62.1511 -84.45 - 85 75.11 1211 4 0 -74.1955 62.399 -85.85 - 85 35.5853 1212 4 0 -74.1677 62.45 -86.123 - 85 120.151 542 3 1 -71.6128 67.5814 -114.45 - 85 56.9147 1237 3 0 -71.3068 67.464 -115.85 - 85 165.001 1236 3 0 -71.2721 67.45 -116.004 - 85 173.001 572 2 1 -65.5907 64.189 -144.45 - 85 111.476 1219 2 0 -65.5175 63.9735 -145.85 - 85 180.57 577 1 1 -64.6339 59.7643 -174.45 - 85 120.808 1198 1 0 -64.5938 59.7632 -175.85 - 85 110.092 578 0 1 -64.4469 60.5518 -204.45 - 85 162.767 577 0 1 -64.45 60.5521 -204.521 - 85 113.691 1202 0 0 -64.5101 60.5691 -205.85 - 85 59.5459 576 0 1 -64.65 60.4149 -204.526 - 85 144.56 575 0 1 -64.85 60.322 -204.639 - 85 128.787 1198 0 0 -66.0969 59.7205 -205.85 - 85 72.2215 1197 0 0 -66.3006 59.6499 -206.073 - 85 56.2975 573 0 1 -65.25 60.3483 -204.51 - 85 42.9469 1499 1 0 -43.1048 119.952 -176.25 - 85 15.4507 544 1 1 -71.0621 90.6213 -174.45 - 85 101.116 545 1 1 -71.05 90.6235 -174.456 - 85 17.5128 1197 1 0 -64.6056 59.65 -176.197 - 85 197.502 517 4 1 -76.6458 55.4296 -84.4503 - 85 136.058 1176 4 0 -76.6215 55.3004 -85.8501 - 85 280.383 524 3 1 -75.0845 52.7169 -114.45 - 85 308.397 1164 3 0 -75.559 52.9157 -115.85 - 85 151.101 470 2 1 -85.8719 52.6147 -144.45 - 85 66.2794 1167 2 0 -86.3369 53.5175 -145.85 - 85 179.309 1168 2 0 -86.402 53.6502 -146.062 - 85 118.74 475 1 1 -84.9522 64.72 -174.45 - 85 182.094 476 1 1 -84.8497 64.9166 -174.579 - 85 67.2048 1236 1 0 -83.8503 67.2629 -175.85 - 85 58.1945 1237 1 0 -83.7611 67.45 -175.935 - 85 66.4292 1238 1 0 -83.7181 67.6505 -176.039 - 85 21.8607 1239 1 0 -83.624 67.8505 -176.198 - 85 23.0644 1405 1 0 -74.0715 101.2 -176.25 - 85 76.9274 1404 1 0 -74.0724 101.15 -176.183 - 85 72.8505 1403 1 0 -74.0998 100.95 -176.046 - 85 59.6952 528 1 1 -74.3961 100.182 -174.85 - 85 102.178 527 1 1 -74.45 100.05 -174.691 - 85 66.5218 526 1 1 -74.65 99.9438 -174.641 - 85 50.1073 525 1 1 -74.85 99.9947 -174.549 - 85 96.3297 467 2 1 -86.475 54.2385 -144.85 - 85 376.766 1163 3 0 -75.1852 52.6793 -115.85 - 85 199.681 1162 3 0 -75.2516 52.65 -116.087 - 85 67.8703 1161 3 0 -75.1483 52.45 -116.169 - 85 176.277 516 4 1 -76.65 55.4645 -84.4595 - 85 22.4954 1184 4 0 -76.9887 56.9931 -85.8501 - 85 85.1915 1185 4 0 -77.0018 57.0502 -85.9052 - 85 50.4692 1186 4 0 -77.043 57.25 -86.1084 - 85 154.281 498 3 1 -80.2821 73.6485 -114.451 - 85 131.141 1276 3 0 -80.7162 75.2783 -115.85 - 85 98.0075 1277 3 0 -80.764 75.45 -115.976 - 85 41.3846 1278 3 0 -80.8453 75.65 -116.158 - 85 116.875 1362 3 0 -86.6029 92.7306 -116.25 - 85 126.662 464 3 1 -87.1074 92.3574 -114.85 - 85 186.572 560 4 1 -67.9692 50.7724 -84.45 - 85 100.558 559 4 1 -68.05 50.8821 -84.4814 - 85 108.983 558 4 1 -68.25 51.1432 -84.5044 - 85 87.8904 557 4 1 -68.45 51.41 -84.5041 - 85 126.19 556 4 1 -68.65 51.6732 -84.5435 - 85 52.0044 555 4 1 -68.85 51.8956 -84.687 - 85 28.4314 1155 4 0 -69.4843 51.0737 -85.8501 - 85 128.151 1154 4 0 -69.5026 51.05 -85.8822 - 85 5.99963 1153 4 0 -69.6036 50.8498 -86.2314 - 85 49.495 913 4 0 -66.1883 2.77345 -86.25 - 85 128.12 912 4 0 -66.1543 2.65 -86.1461 - 85 28.9057 571 4 1 -65.6974 1.91181 -84.85 - 85 105.742 1156 4 0 -68.6881 51.3817 -85.85 - 85 84.1971 1157 4 0 -68.7577 51.4501 -85.9714 -Number of digits in this event = 71 +Number of tracker hits in this event = 126 + 85 461.984 476 10 1 -84.8429 62.8727 95.55 + 85 265.465 1214 10 0 -84.8421 62.8716 94.15 + 85 138.914 476 9 1 -84.8133 62.8443 65.55 + 85 104.091 1213 9 0 -84.81 62.8414 64.15 + 85 145.718 476 8 1 -84.7373 62.7721 35.55 + 85 146.388 1213 8 0 -84.7323 62.7679 34.15 + 85 201.23 477 7 1 -84.6197 62.6697 5.55 + 85 218.751 1213 7 0 -84.6142 62.664 4.15 + 85 127.744 477 6 1 -84.4906 62.5451 -24.45 + 85 128.915 1212 6 0 -84.4854 62.54 -25.85 + 85 129.942 478 5 1 -84.3777 62.4479 -54.45 + 85 216.891 1211 5 0 -84.3674 62.432 -55.85 + 85 137.252 479 4 1 -84.1725 62.0977 -84.45 + 85 132.554 1210 4 0 -84.1636 62.0769 -85.85 + 85 247.051 480 3 1 -84.0096 61.6724 -114.45 + 85 58.0562 1208 3 0 -83.9998 61.6531 -115.85 + 85 39.964 1207 3 0 -83.9982 61.65 -116.075 + 85 118.296 481 2 1 -83.7912 61.27 -144.45 + 85 5.75259 1206 2 0 -83.7809 61.2504 -145.85 + 85 238.235 1205 2 0 -83.7807 61.25 -145.882 + 85 117.309 482 1 1 -83.5672 60.8879 -174.45 + 85 404.967 1204 1 0 -83.5534 60.861 -175.85 + 85 106.987 483 0 1 -83.2763 60.2786 -204.45 + 85 112.155 1200 0 0 -83.2567 60.2413 -205.85 + 85 183.085 478 4 1 -84.3361 62.2816 -84.4502 + 85 50.8256 1212 4 0 -83.6714 62.5651 -85.8504 + 85 198.357 1213 4 0 -83.5772 62.65 -85.9021 + 85 326.441 476 7 1 -84.6821 62.6661 5.55 + 85 4.65587 1211 7 0 -84.2933 62.2517 4.15 + 85 269.377 1210 7 0 -84.2916 62.25 4.14391 + 85 168.623 543 6 1 -71.2699 40.3697 -24.4502 + 85 67.3975 1091 6 0 -71.8418 38.3585 -25.85 + 85 67.4255 1090 6 0 -71.8701 38.25 -25.9212 + 85 56.9963 1089 6 0 -71.9369 38.05 -26.0653 + 85 32.9129 1088 6 0 -71.9929 37.8499 -26.2077 + 85 197.289 519 5 1 -76.1849 -14.0169 -54.45 + 85 47.475 824 5 0 -75.7136 -15.2101 -55.85 + 85 135.525 823 5 0 -75.6894 -15.25 -55.9039 + 85 38.4287 251 5 0 -36.4465 -129.822 -56.25 + 85 61.379 250 5 0 -36.4023 -129.95 -56.2154 + 85 64.9773 249 5 0 -36.3248 -130.15 -56.1436 + 85 173.697 248 5 0 -36.2743 -130.35 -56.0582 + 85 66.1705 247 5 0 -36.2188 -130.55 -55.9619 + 85 30.4005 246 5 0 -36.2039 -130.75 -55.8844 + 85 27.3042 720 5 1 -35.9672 -134.945 -54.8499 + 85 47.5223 206 5 0 -35.8563 -138.817 -55.8502 + 85 51.6311 205 5 0 -35.8599 -138.95 -55.8841 + 85 54.1909 204 5 0 -35.8482 -139.15 -55.9172 + 85 50.6451 203 5 0 -35.8413 -139.35 -55.9443 + 85 59.0865 202 5 0 -35.8477 -139.55 -55.9487 + 85 109.044 201 5 0 -35.8499 -139.75 -55.9343 + 85 104.508 200 5 0 -35.8487 -139.95 -55.8846 + 85 7.06644 199 5 0 -35.8052 -140.15 -55.8562 + 85 110.326 729 5 1 -34.1462 -147.213 -54.85 + 85 53.6278 730 5 1 -34.05 -147.537 -54.8188 + 85 11.3073 150 5 0 -32.9655 -150.101 -55.8503 + 85 60.7064 149 5 0 -32.9475 -150.15 -55.8695 + 85 61.5069 148 5 0 -32.8938 -150.35 -55.9361 + 85 58.9614 147 5 0 -32.8625 -150.55 -55.9941 + 85 50.7806 146 5 0 -32.837 -150.75 -56.0472 + 85 66.7162 145 5 0 -32.7889 -150.951 -56.1052 + 85 55.6567 144 5 0 -32.7405 -151.15 -56.1609 + 85 9.37337 480 1 1 -83.9874 -39.3573 -174.45 + 85 172.146 702 1 0 -83.9916 -39.5475 -175.85 + 85 26.3571 703 1 0 -84.102 -39.45 -176.188 + 85 158.615 658 1 0 -111.567 -48.4413 -176.25 + 85 400.256 657 1 0 -111.575 -48.45 -176.239 + 85 14.0027 1219 7 0 -84.6214 64.0119 4.14954 + 85 195.161 1220 7 0 -84.6208 64.05 4.1068 + 85 17.3289 1169 7 0 -84.3435 53.8769 3.75004 + 85 87.8739 1168 7 0 -84.3388 53.8493 3.80496 + 85 81.6026 1167 7 0 -84.2141 53.6499 4.02846 + 85 57.7166 1166 7 0 -84.1822 53.4499 4.11409 + 85 55.4679 1165 7 0 -84.2343 53.25 4.12343 + 85 68.3562 1164 7 0 -84.2585 53.05 4.04526 + 85 48.4727 1163 7 0 -84.3158 52.8499 3.8857 + 85 237.925 1047 7 0 -66.0104 29.5033 3.75005 + 85 47.8393 1185 7 0 -61.8077 57.1897 3.75009 + 85 202.914 1186 7 0 -61.8218 57.25 3.85671 + 85 68.7299 602 7 1 -59.5027 56.5878 5.15 + 85 133.755 603 7 1 -59.45 56.5778 5.21412 + 85 21.6531 469 7 1 -86.0549 66.8155 5.15 + 85 88.3999 470 7 1 -86.05 66.8365 5.1691 + 85 127.415 475 9 1 -84.95 62.8791 65.55 + 85 154.088 1214 9 0 -84.9531 62.8594 64.15 + 85 135.565 475 8 1 -85.0064 62.507 35.55 + 85 207.639 1212 8 0 -85.0081 62.494 34.15 + 85 101.606 474 7 1 -85.0778 62.262 5.55 + 85 104.455 474 6 1 -85.169 61.9848 -24.45 + 85 94.4783 1209 6 0 -85.1796 61.9728 -25.85 + 85 175.201 473 5 1 -85.3731 61.7358 -54.45 + 85 138.663 1208 5 0 -85.3768 61.7239 -55.85 + 85 271.853 473 4 1 -85.4458 61.473 -84.45 + 85 114.125 1207 4 0 -85.4397 61.4619 -85.85 + 85 94.9469 473 3 1 -85.3331 61.3073 -114.45 + 85 179.115 1206 3 0 -85.3297 61.2995 -115.85 + 85 130.105 474 2 1 -85.2448 61.1728 -144.45 + 85 212.215 475 1 1 -84.9872 61.0286 -174.45 + 85 121.118 475 0 1 -84.8852 60.7261 -204.45 + 85 307.895 1203 0 0 -84.9162 60.7183 -205.85 + 85 14.9194 1229 0 0 -88.035 66.05 -205.96 + 85 0.879761 1407 1 0 -42.4575 101.744 -176.25 + 85 84.5732 1408 1 0 -42.4574 101.75 -176.247 + 85 110.816 1409 1 0 -42.448 101.95 -176.211 + 85 197.171 473 2 1 -85.25 61.1748 -144.476 + 85 47.3625 1203 2 0 -85.0321 60.7378 -145.85 + 85 240.589 1202 2 0 -84.9995 60.65 -145.931 + 85 139.965 472 4 1 -85.4503 61.4633 -84.7371 + 85 79.6677 471 4 1 -85.65 61.6024 -84.6881 + 85 319.841 1209 4 0 -86.6296 61.8696 -85.85 + 85 222.913 372 3 1 -105.645 78.9259 -114.45 + 85 4.24143 1279 3 0 -104.881 75.868 -115.85 + 85 61.2831 1278 3 0 -104.876 75.8499 -115.857 + 85 103.016 1277 3 0 -104.804 75.6499 -115.957 + 85 51.608 1276 3 0 -104.726 75.45 -116.076 + 85 41.7561 1275 3 0 -104.663 75.2497 -116.176 + 85 56.187 636 3 0 -49.5505 -52.6537 -116.25 + 85 116.917 635 3 0 -49.4055 -52.85 -116.205 + 85 182.015 634 3 0 -49.1979 -53.0502 -116.139 + 85 239.11 633 3 0 -48.952 -53.25 -116.027 + 85 19.197 632 3 0 -48.7659 -53.45 -115.892 + 85 110.928 660 3 1 -48.0373 -54.2369 -114.85 + 85 33.98 661 3 1 -47.85 -54.4472 -114.562 + 85 286.747 623 3 0 -45.8904 -55.2738 -116.25 + 85 113.582 475 10 1 -84.85 62.8794 95.3992 + 85 217.956 474 10 1 -85.05 63.0313 95.3492 +Number of digits in this event = 54 Using G4ParticleGun ... -2.89101 LIN +3.22274 LIN gamma Event: 86 Number of tracker hits in this event = 0 -Number of digits in this event = 1 +Number of digits in this event = 2 Using G4ParticleGun ... -8.80209 LIN +2.37947 LIN gamma Event: 87 Number of tracker hits in this event = 0 -Number of digits in this event = 2 -Using G4ParticleGun ... -3.67925 LIN -gamma -Event: 88 -Number of tracker hits in this event = 29 - 88 435.296 1257 3 1 71.5131 -23.8344 -114.45 - 88 224.319 781 3 0 71.5148 -23.8356 -115.85 - 88 241.089 1257 2 1 71.5288 -23.8562 -144.45 - 88 118.897 780 2 0 71.5285 -23.8557 -145.85 - 88 282.861 1257 1 1 71.5229 -23.8335 -174.45 - 88 117.183 781 1 0 71.5204 -23.8308 -175.85 - 88 159.139 1257 0 1 71.4618 -23.7772 -204.45 - 88 98.8288 781 0 0 71.4614 -23.7756 -205.85 - 88 64.5181 780 3 0 71.5355 -23.85 -116.081 - 88 171.879 782 2 0 71.5235 -23.5564 -145.85 - 88 106.158 783 1 0 71.461 -23.3176 -175.85 - 88 124.115 1256 0 1 71.4381 -23.0697 -204.45 - 88 10.6665 784 0 0 71.4403 -23.0506 -205.85 - 88 93.5294 785 0 0 71.4403 -23.05 -205.895 - 88 192.22 998 3 0 89.5593 19.8208 -116.25 - 88 45.1319 1347 3 1 89.5774 19.4746 -114.85 - 88 245.359 1348 3 1 89.65 19.4084 -114.732 - 88 264.776 1349 3 1 89.85 19.0679 -114.559 - 88 317.55 993 3 0 89.0939 18.8002 -115.85 - 88 26.5752 992 3 0 89.2061 18.65 -115.964 - 88 84.5315 1386 2 1 97.4307 23.5807 -144.45 - 88 57.4268 1387 2 1 97.5505 23.4479 -144.723 - 88 46.7918 1388 2 1 97.75 23.4527 -144.818 - 88 13.199 1028 2 0 102.478 25.8211 -145.85 - 88 30.4266 1029 2 0 102.539 25.85 -145.855 - 88 43.4014 1427 2 1 105.609 25.3766 -144.85 - 88 168.974 1428 2 1 105.752 25.3497 -144.789 - 88 35.0421 1295 5 0 67.369 79.05 -56.2303 - 88 403.626 1233 5 1 66.8065 79.3879 -54.8494 -Number of digits in this event = 15 -Using G4ParticleGun ... -3.38845 LIN -gamma -Event: 89 -Number of tracker hits in this event = 2 - 89 236.061 1617 0 1 143.601 -22.3889 -204.45 - 89 228.115 788 0 0 143.602 -22.3882 -205.85 -Number of digits in this event = 4 -Using G4ParticleGun ... -6.22443 LIN -gamma -Event: 90 -Number of tracker hits in this event = 4 - 90 2.91693 988 4 1 17.749 -124.92 -84.85 - 90 27.9056 987 4 1 17.65 -124.968 -84.5251 - 90 215.652 925 7 1 5.17906 -94.2386 5.15 - 90 4.48309 304 7 0 -21.9062 -119.15 3.79959 -Number of digits in this event = 3 -Using G4ParticleGun ... -7.14444 LIN -gamma -Event: 91 -Number of tracker hits in this event = 181 - 91 281.766 998 9 1 19.8239 56.4184 65.55 - 91 632.287 1181 9 0 19.8247 56.4215 64.15 - 91 253.925 998 8 1 19.8325 56.4894 35.55 - 91 268.28 1182 8 0 19.8276 56.4917 34.15 - 91 661.194 998 7 1 19.704 56.5583 5.55 - 91 302.538 1182 7 0 19.7121 56.564 4.15 - 91 245.713 999 6 1 19.8923 56.6654 -24.45 - 91 505.165 1183 6 0 19.9191 56.6634 -25.85 - 91 126.335 1001 5 1 20.4497 56.5183 -54.45 - 91 215.601 1182 5 0 20.3982 56.5125 -55.85 - 91 46.293 997 4 1 19.4556 56.2496 -84.45 - 91 75.2787 996 4 1 19.45 56.2412 -84.6167 - 91 128.895 1180 4 0 19.4249 56.1621 -85.85 - 91 150.97 995 3 1 19.0982 53.6237 -114.45 - 91 93.1933 1167 3 0 19.148 53.5213 -115.85 - 91 98.5758 1002 2 1 20.5738 51.4569 -144.45 - 91 115.859 1155 2 0 20.5635 51.2113 -145.85 - 91 252.809 1003 1 1 20.6622 46.3733 -174.451 - 91 93.1401 1130 1 0 20.793 46.1022 -175.85 - 91 44.8917 1129 1 0 20.8218 46.05 -176.13 - 91 98.2446 1016 0 1 23.3701 40.9218 -204.45 - 91 118.497 1104 0 0 23.595 40.9098 -205.85 - 91 228.788 997 6 1 19.581 56.6888 -24.45 - 91 140.947 994 5 1 18.8865 56.4741 -54.4502 - 91 265.386 1181 5 0 18.8219 56.3469 -55.85 - 91 9.38017 982 4 1 16.4533 53.2452 -84.45 - 91 119.118 981 4 1 16.4499 53.2438 -84.4808 - 91 137.957 1165 4 0 16.3202 53.1849 -85.8501 - 91 124.013 971 3 1 14.3679 52.3843 -114.45 - 91 6.89995 1162 3 0 14.2555 52.6442 -115.85 - 91 111.293 1163 3 0 14.2529 52.65 -115.881 - 91 357.315 959 2 1 11.9662 57.0846 -144.45 - 91 113.777 1187 2 0 11.7637 57.5328 -145.85 - 91 10.2153 1188 2 0 11.7128 57.6501 -146.222 - 91 49.4122 933 1 1 6.71445 66.5571 -174.45 - 91 105.579 932 1 1 6.65 66.6496 -174.611 - 91 2.3783 1236 1 0 6.18737 67.4444 -175.85 - 91 133.284 1237 1 0 6.18418 67.45 -175.859 - 91 25.7711 1238 1 0 6.06548 67.65 -176.165 - 91 137.331 881 0 1 -3.79365 86.4159 -204.45 - 91 37.146 1333 0 0 -3.86048 86.8205 -205.85 - 91 76.0508 1334 0 0 -3.86613 86.85 -205.955 - 91 111.517 1003 5 1 20.8338 56.5238 -54.45 - 91 107.982 1183 5 0 20.6518 56.65 -56.0479 - 91 193.903 993 4 1 18.7676 59.2724 -84.4504 - 91 78.6676 1198 4 0 18.9277 59.7469 -85.8501 - 91 27.466 1199 4 0 18.9593 59.85 -86.1211 - 91 71.0281 1017 3 1 23.5422 69.6751 -114.45 - 91 63.8444 1018 3 1 23.65 69.6905 -114.667 - 91 45.6683 1248 3 0 24.1967 69.8276 -115.85 - 91 78.0794 1249 3 0 24.2748 69.8501 -116.01 - 91 166.372 1084 2 1 37.0216 72.695 -144.45 - 91 209.392 1265 2 0 37.0969 73.0648 -145.85 - 91 6.736 1095 1 1 39.2458 83.171 -174.45 - 91 121.188 1096 1 1 39.25 83.1615 -174.472 - 91 76.638 1312 1 0 39.5172 82.5663 -175.85 - 91 47.5818 1311 1 0 39.5711 82.45 -176.113 - 91 113.337 1124 0 1 44.9504 70.9975 -204.45 - 91 52.8255 1252 0 0 45.2002 70.5169 -205.85 - 91 47.9656 1251 0 0 45.2374 70.45 -206.038 - 91 86.5976 1085 2 1 37.05 72.7775 -144.715 - 91 103.375 995 6 1 19.1383 56.6509 -24.45 - 91 179.481 995 5 1 19.071 57.0154 -54.45 - 91 137.833 1184 5 0 19.1075 57.0191 -55.85 - 91 167.171 1000 4 1 20.064 57.2016 -84.45 - 91 76.0058 1185 4 0 20.1476 57.243 -85.85 - 91 51.982 1186 4 0 20.1613 57.25 -86.0753 - 91 111.633 1009 3 1 21.85 58.281 -114.45 - 91 120.551 1191 3 0 22.0251 58.3049 -115.85 - 91 127.366 1027 2 1 25.4824 58.7239 -144.45 - 91 146.653 1193 2 0 25.705 58.7158 -145.85 - 91 112.022 1055 1 1 31.1117 58.798 -174.45 - 91 154.174 1194 1 0 31.4935 58.9443 -175.85 - 91 38.7197 1094 0 1 39.0082 59.6431 -204.45 - 91 96.5509 1095 0 1 39.0501 59.6202 -204.583 - 91 173.641 1196 0 0 39.4332 59.4195 -205.85 - 91 11.6035 903 0 1 0.84554 122.123 -204.85 - 91 6.1981 904 0 1 0.85008 122.123 -204.849 - 91 2.11487 1521 0 0 2.01119 124.465 -205.85 - 91 15.7445 914 0 1 2.89885 125.368 -204.85 - 91 38.0123 627 0 1 -54.5921 75.8268 -204.45 - 91 114.025 626 0 1 -54.65 75.8329 -204.575 - 91 166.801 1280 0 0 -55.2207 76.1912 -205.85 - 91 58.7194 1279 0 0 -55.3956 76.05 -205.894 - 91 271.274 621 0 1 -55.7832 73.0336 -204.85 - 91 231.917 620 0 1 -55.85 72.3846 -204.794 - 91 297.457 1241 0 0 -57.0062 68.3438 -205.85 - 91 7.10328 712 3 1 -37.45 121.422 -114.801 - 91 52.024 997 7 1 19.65 57.4114 5.19848 - 91 0.751324 1198 7 0 19.4584 59.8436 4.15 - 91 81.9395 1199 7 0 19.4579 59.85 4.14724 - 91 49.3319 1200 7 0 19.4423 60.05 4.06479 - 91 62.0047 1201 7 0 19.426 60.25 3.98585 - 91 85.4312 1202 7 0 19.4068 60.4503 3.90764 - 91 79.5035 1203 7 0 19.3871 60.65 3.82886 - 91 8.25312 1204 7 0 19.3608 60.85 3.75471 - 91 287.588 937 6 1 7.47584 142.219 -24.45 - 91 3.71244 1625 6 0 8.08101 145.341 -25.85 - 91 63.5069 1626 6 0 8.08283 145.35 -25.854 - 91 59.5357 1627 6 0 8.12294 145.55 -25.9396 - 91 56.4224 1628 6 0 8.16539 145.75 -26.0247 - 91 48.9354 1629 6 0 8.20654 145.95 -26.1128 - 91 40.2481 1630 6 0 8.24855 146.15 -26.1982 - 91 161.829 1181 8 0 19.8211 56.4104 34.15 - 91 97.3911 1181 7 0 19.8379 56.3809 4.15 - 91 127.727 1181 6 0 19.8702 56.3704 -25.85 - 91 287.782 999 5 1 19.9252 56.3629 -54.45 - 91 147.988 999 4 1 19.9665 56.3634 -84.45 - 91 105.524 1181 4 0 19.9686 56.3622 -85.85 - 91 114.633 999 3 1 20.01 56.3395 -114.45 - 91 114.484 1181 3 0 20.0131 56.3365 -115.85 - 91 115.951 1000 2 1 20.0804 56.2809 -144.45 - 91 207.388 1181 2 0 20.0844 56.279 -145.85 - 91 99.8683 1000 1 1 20.1674 56.2423 -174.45 - 91 143.656 1180 1 0 20.1702 56.2418 -175.85 - 91 250.582 1000 0 1 20.2324 56.2357 -204.45 - 91 287.884 1180 0 0 20.2363 56.2334 -205.85 - 91 205.845 945 2 1 9.25 146.219 -144.685 - 91 112.18 1267 2 0 133.454 73.5983 -146.249 - 91 129.651 1570 2 1 134.151 73.4102 -144.85 - 91 17.3335 1571 2 1 134.35 73.3633 -144.515 - 91 84.085 1190 3 0 153.494 58.1706 -116.25 - 91 139.417 1189 3 0 153.654 58.05 -116.04 - 91 87.9463 1672 3 1 154.642 57.4311 -114.85 - 91 86.8816 1673 3 1 154.75 57.357 -114.712 - 91 30.4228 1674 3 1 155.051 57.2824 -114.45 - 91 68.7143 1675 3 1 155.15 57.3257 -114.513 - 91 59.1595 1676 3 1 155.35 57.4161 -114.636 - 91 56.1424 1677 3 1 155.55 57.5385 -114.777 - 91 129.138 1195 3 0 157.955 59.0612 -115.85 - 91 185.321 1196 3 0 158.281 59.25 -116.012 - 91 79.9597 1197 3 0 158.588 59.45 -116.182 - 91 117.209 1198 3 0 158.747 59.65 -116.133 - 91 104.772 1199 3 0 159.089 59.85 -115.997 - 91 62.13 1200 3 0 159.334 60.05 -115.958 - 91 56.5173 1699 3 1 160.068 61.2465 -114.85 - 91 177.419 1700 3 1 160.15 61.3757 -114.727 - 91 66.8937 1701 3 1 160.35 61.7225 -114.612 - 91 124.415 1702 3 1 160.55 61.7573 -114.715 - 91 107.044 1203 3 0 161.076 60.8305 -115.85 - 91 41.655 1202 3 0 161.1 60.65 -116.158 - 91 107.244 610 3 0 138.923 -57.9532 -116.25 - 91 122.344 609 3 0 138.695 -58.05 -116.051 - 91 72.1278 608 3 0 138.446 -58.25 -115.869 - 91 25.3746 607 3 0 138.39 -58.45 -115.876 - 91 298.844 1590 3 1 138.244 -62.0982 -114.85 - 91 157.62 1589 3 1 138.15 -62.5633 -114.575 - 91 180.212 1188 3 0 153.866 57.85 -115.949 - 91 222.05 1187 3 0 153.984 57.65 -116.009 - 91 150.079 411 1 0 96.6573 -97.75 -176.076 - 91 143.166 1401 1 1 100.434 -99.6084 -174.45 - 91 25.7961 406 1 0 100.465 -98.81 -175.85 - 91 69.6276 407 1 0 100.522 -98.75 -175.913 - 91 88.15 408 1 0 100.581 -98.5495 -175.93 - 91 47.1861 1400 1 1 100.176 -97.2503 -174.85 - 91 210.025 1399 1 1 100.15 -97.1793 -174.781 - 91 279.005 1398 1 1 99.95 -97.2693 -174.686 - 91 122.41 1402 1 1 100.668 -97.8884 -174.85 - 91 15.0293 402 1 0 101.497 -99.6821 -175.85 - 91 71.2209 1408 1 1 101.777 -101.266 -174.85 - 91 257.888 1001 0 1 20.2633 56.1595 -204.45 - 91 172.807 1179 0 0 20.0031 55.9637 -205.85 - 91 261.343 1000 5 1 20.05 56.0046 -54.8136 - 91 11.3898 1336 3 1 87.45 133.189 -114.823 - 91 216.075 999 2 1 19.925 56.2564 -144.45 - 91 108.373 1180 2 0 19.9878 56.1966 -145.85 - 91 126.626 1007 1 1 21.5663 55.4232 -174.45 - 91 126.419 1175 1 0 21.8265 55.2326 -175.85 - 91 14.2409 1034 0 1 27.0306 51.0375 -204.45 - 91 117.103 1035 0 1 27.05 51.0203 -204.496 - 91 64.2553 1152 0 0 27.6249 50.5079 -205.85 - 91 154.837 1151 0 0 27.6905 50.45 -206.005 - 91 98.4571 1080 0 1 36.1729 76.5538 -204.45 - 91 134.597 1181 1 0 20.6898 56.4387 -175.85 - 91 165.835 1005 0 1 21.1094 55.5412 -204.45 - 91 138.88 1177 0 0 21.186 55.4822 -205.85 - 91 1.12984 999 9 1 19.8501 56.4151 65.1533 - 91 125.151 1180 9 0 22.065 56.25 63.9514 - 91 24.678 1179 9 0 22.1003 56.05 64.1165 - 91 209.382 1017 9 1 23.4738 55.067 65.15 - 91 104.585 1016 9 1 23.45 54.9315 65.3186 -Number of digits in this event = 77 -Using G4ParticleGun ... -4.57652 LIN -gamma -Event: 92 -Number of tracker hits in this event = 0 -Number of digits in this event = 2 -Using G4ParticleGun ... -8.70513 LIN -gamma -Event: 93 -Number of tracker hits in this event = 8 - 93 218.675 1211 2 1 62.3404 15.2024 -144.45 - 93 247.741 975 2 0 62.3406 15.2027 -145.85 - 93 236.091 1211 1 1 62.3342 15.2111 -174.45 - 93 314.084 975 1 0 62.333 15.2117 -175.85 - 93 386.582 1211 0 1 62.3092 15.223 -204.45 - 93 277.553 975 0 0 62.307 15.2215 -205.85 - 93 301.44 1341 5 0 -16.9534 88.3771 -56.25 - 93 95.5099 1342 5 0 -17.34 88.45 -56.0284 -Number of digits in this event = 9 -Using G4ParticleGun ... -8.36332 LIN -gamma -Event: 94 -Number of tracker hits in this event = 0 -Number of digits in this event = 3 -Using G4ParticleGun ... -1.86208 LIN -gamma -Event: 95 -Number of tracker hits in this event = 0 Number of digits in this event = 1 Using G4ParticleGun ... -1.98382 LIN +6.97551 LIN gamma -Event: 96 -Number of tracker hits in this event = 106 - 96 565.79 995 8 1 19.2347 69.2591 35.55 - 96 282.678 1246 8 0 19.2186 69.2675 34.15 - 96 187.279 994 7 1 18.9313 69.4308 5.55 - 96 263.348 1246 7 0 18.9225 69.4373 4.15 - 96 122.514 993 6 1 18.7603 69.4994 -24.45 - 96 182.577 1247 6 0 18.6897 69.4945 -25.85 - 96 128.238 986 5 1 17.2772 69.4785 -54.45 - 96 130.604 1247 5 0 17.2092 69.4837 -55.85 - 96 53.0919 979 4 1 15.8666 69.7074 -84.45 - 96 161.946 978 4 1 15.85 69.7094 -84.6652 - 96 158.226 1248 4 0 15.757 69.7209 -85.85 - 96 116.728 967 3 1 13.4814 69.9788 -114.45 - 96 107.443 1249 3 0 13.3908 69.9424 -115.85 - 96 147.914 956 2 1 11.4276 69.2188 -144.45 - 96 105.071 1245 2 0 11.3578 69.1838 -145.85 - 96 124.463 949 1 1 9.9758 68.5369 -174.45 - 96 39.6427 1242 1 0 9.91925 68.4593 -175.85 - 96 101.695 1241 1 0 9.91277 68.45 -176.014 - 96 107.282 943 0 1 8.74506 66.8636 -204.45 - 96 114.445 1233 0 0 8.71179 66.8118 -205.85 - 96 84.9447 1248 6 0 18.6501 69.7995 -25.85 - 96 273.038 996 8 1 19.25 69.2289 35.2624 - 96 205.747 994 8 1 19.0498 69.0903 35.3134 - 96 150.917 996 7 1 19.343 69.3443 5.55 - 96 154.395 997 6 1 19.5419 69.3177 -24.45 - 96 131.427 1246 6 0 19.5548 69.3121 -25.85 - 96 218.792 998 5 1 19.8045 69.1775 -54.45 - 96 113.183 1245 5 0 19.8105 69.176 -55.85 - 96 143.556 999 4 1 19.9357 69.1513 -84.45 - 96 145.326 1245 4 0 19.9402 69.161 -85.85 - 96 116.794 999 3 1 20.021 69.363 -114.45 - 96 234.975 1246 3 0 20.0288 69.3664 -115.85 - 96 99.4349 1000 2 1 20.1632 69.3968 -144.45 - 96 104.533 1246 2 0 20.1826 69.3864 -145.85 - 96 128.423 1002 1 1 20.6024 69.1692 -174.45 - 96 633.451 1245 1 0 20.6482 69.1882 -175.85 - 96 130.486 1007 0 1 21.5862 69.5805 -204.45 - 96 107.941 1247 0 0 21.6261 69.5868 -205.85 - 96 219.929 1001 1 1 20.3677 69.2007 -174.45 - 96 115.82 1003 0 1 20.7447 69.1606 -204.45 - 96 106.359 1245 0 0 20.7646 69.1642 -205.85 - 96 133.078 1002 0 1 20.4848 69.2489 -204.45 - 96 116.828 1246 0 0 20.499 69.2598 -205.85 - 96 83.5164 995 7 1 19.25 69.2677 5.41654 - 96 32.1769 1243 7 0 18.9838 68.6829 4.15 - 96 102.442 1242 7 0 18.9726 68.65 4.07807 - 96 119.83 975 6 1 15.062 60.4601 -24.45 - 96 94.2703 976 6 1 15.2505 60.1643 -24.5789 - 96 385.351 977 6 1 15.45 59.8988 -24.7225 - 96 166.333 978 6 1 15.65 59.7083 -24.8293 - 96 56.959 1188 6 0 17.9398 57.715 -25.8501 - 96 186.143 1187 6 0 18.0161 57.65 -25.8766 - 96 82.2105 1186 6 0 18.2081 57.45 -25.9204 - 96 52.4438 1185 6 0 18.3826 57.25 -25.9437 - 96 56.3456 1184 6 0 18.51 57.05 -25.948 - 96 63.9754 1183 6 0 18.5909 56.8499 -25.9131 - 96 179.382 1182 6 0 18.7149 56.65 -25.8979 - 96 318.714 1181 6 0 18.8565 56.45 -25.8849 - 96 54.5968 1002 6 1 20.4949 54.468 -24.8498 - 96 72.2781 1003 6 1 20.65 54.3392 -24.7808 - 96 72.6066 1004 6 1 20.85 54.2281 -24.7085 - 96 86.0522 1005 6 1 21.0503 54.041 -24.66 - 96 55.8311 1006 6 1 21.25 53.8006 -24.5924 - 96 100.934 1007 6 1 21.45 53.6202 -24.5878 - 96 71.927 1008 6 1 21.6513 53.5489 -24.5768 - 96 101.703 1009 6 1 21.85 53.473 -24.562 - 96 78.9229 1010 6 1 22.05 53.3895 -24.5817 - 96 65.7549 1011 6 1 22.25 53.3283 -24.6707 - 96 205.164 1012 6 1 22.45 53.4559 -24.7281 - 96 76.0435 1013 6 1 22.65 53.5692 -24.7826 - 96 126.347 1014 6 1 22.85 53.7781 -24.7244 - 96 359.411 1015 6 1 23.05 54.0419 -24.7244 - 96 92.8319 1016 6 1 23.25 54.2939 -24.8375 - 96 96.0998 1178 6 0 24.1025 55.7173 -25.85 - 96 65.2342 1179 6 0 24.1981 55.85 -25.9924 - 96 75.6322 1180 6 0 24.2687 56.0505 -26.0536 - 96 142.726 996 1 1 19.2819 68.8569 -174.45 - 96 104.948 1244 1 0 19.2546 68.9262 -175.85 - 96 124.977 992 0 1 18.6325 70.366 -204.45 - 96 130.244 1252 0 0 18.6281 70.5397 -205.85 - 96 216.853 714 1 1 -37.05 -13.8735 -174.613 - 96 49.6245 713 1 1 -37.25 -14.143 -174.591 - 96 44.9983 388 1 0 129.847 -102.35 -176.163 - 96 108.894 387 1 0 129.864 -102.55 -176.166 - 96 194.565 386 1 0 129.733 -102.75 -176.081 - 96 74.3097 385 1 0 129.893 -102.95 -175.958 - 96 371.947 1269 2 0 58.8094 73.8665 -146.25 - 96 298.509 1202 2 1 60.516 73.9135 -144.85 - 96 64.7606 1203 2 1 60.651 73.9175 -144.755 - 96 61.3064 1204 2 1 60.85 73.9271 -144.635 - 96 24.6763 1205 2 1 61.05 73.9278 -144.502 - 96 93.7171 1206 2 1 61.3953 73.3872 -144.45 - 96 126.272 1207 2 1 61.4501 73.1065 -144.614 - 96 21.0198 1257 2 0 62.7001 71.4805 -145.85 - 96 134.978 1256 2 0 62.7257 71.4499 -145.876 - 96 101.356 1255 2 0 63.0021 71.2499 -146.143 - 96 65.2732 1033 2 0 116.315 26.7939 -146.25 - 96 77.5664 1032 2 0 116.304 26.65 -146.067 - 96 65.7609 1031 2 0 116.274 26.45 -145.91 - 96 157.305 1480 2 1 116.19 25.4811 -144.85 - 96 66.7516 1481 2 1 116.35 25.1811 -144.643 - 96 100.583 1482 2 1 116.55 25.0619 -144.635 - 96 78.5208 1483 2 1 116.75 24.7329 -144.687 - 96 8.09799 1484 2 1 116.95 24.5725 -144.837 - 96 99.4732 1019 2 0 117.475 23.9705 -145.85 - 96 78.5636 1018 2 0 117.628 23.85 -146.085 -Number of digits in this event = 46 +Event: 88 +Number of tracker hits in this event = 69 + 88 384.904 956 11 1 11.4054 -63.8748 125.55 + 88 299.764 580 11 0 11.4052 -63.8739 124.15 + 88 107.025 956 10 1 11.4011 -63.8662 95.55 + 88 114.988 580 10 0 11.4009 -63.8654 94.15 + 88 129.371 956 9 1 11.3953 -63.8551 65.55 + 88 123.293 580 9 0 11.395 -63.8544 64.15 + 88 125.329 956 8 1 11.3883 -63.8402 35.55 + 88 106.375 581 8 0 11.3881 -63.8394 34.15 + 88 133.087 956 7 1 11.3826 -63.8246 5.55 + 88 128.528 581 7 0 11.382 -63.8236 4.15 + 88 274.21 956 6 1 11.371 -63.8039 -24.45 + 88 179.908 581 6 0 11.3704 -63.8036 -25.85 + 88 120.577 956 5 1 11.3651 -63.7924 -54.45 + 88 99.1387 581 5 0 11.3636 -63.7922 -55.85 + 88 121.683 956 4 1 11.3306 -63.7945 -84.45 + 88 148.475 581 4 0 11.3286 -63.7941 -85.85 + 88 125.988 956 3 1 11.2907 -63.7843 -114.45 + 88 121.742 581 3 0 11.289 -63.7839 -115.85 + 88 194.891 956 2 1 11.258 -63.7768 -144.45 + 88 195.588 581 2 0 11.2563 -63.7767 -145.85 + 88 114.936 955 1 1 11.2231 -63.7792 -174.45 + 88 277.421 581 1 0 11.2224 -63.7804 -175.85 + 88 270.559 955 0 1 11.2061 -63.8008 -204.45 + 88 416.477 581 0 0 11.205 -63.8013 -205.85 + 88 25.6801 995 2 1 19.0914 -71.364 -144.85 + 88 86.7189 996 2 1 19.25 -71.3483 -144.605 + 88 155.306 987 1 1 17.6111 -75.7231 -174.45 + 88 103.194 988 1 1 17.65 -75.4908 -174.676 + 88 92.0491 989 1 1 17.8501 -75.4177 -174.802 + 88 288.752 990 1 1 18.05 -75.3856 -174.78 + 88 109.842 383 0 0 -13.1747 -103.448 -206.25 + 88 274.007 382 0 0 -13.2416 -103.55 -206.173 + 88 9.75013 381 0 0 -13.2345 -103.75 -206.227 + 88 10.7454 1212 1 1 62.45 -4.62462 -174.809 + 88 121.984 960 0 1 12.0914 -64.1404 -204.45 + 88 109.565 579 0 0 12.1855 -64.2166 -205.85 + 88 81.1357 496 1 0 -95.8904 -80.6658 -176.25 + 88 91.2019 497 1 0 -95.9016 -80.65 -176.232 + 88 18.7129 382 1 0 -76.3382 -103.635 -176.25 + 88 33.4519 618 1 0 -156.71 -56.4464 -176.25 + 88 17.634 576 5 0 9.21388 -64.6559 -55.85 + 88 111.149 577 5 0 9.17093 -64.6498 -55.858 + 88 52.2936 941 5 1 8.41871 -64.975 -54.85 + 88 45.3953 587 5 0 6.69245 -62.5716 -55.85 + 88 94.8982 957 10 1 11.5193 -63.6743 95.55 + 88 121.458 581 10 0 11.5235 -63.6671 94.15 + 88 126.24 957 9 1 11.6428 -63.5204 65.55 + 88 238.263 582 9 0 11.6637 -63.5156 64.15 + 88 104.61 960 8 1 12.122 -63.422 35.55 + 88 123.259 583 8 0 12.145 -63.4154 34.15 + 88 135.747 962 7 1 12.6131 -63.293 5.55 + 88 121.869 583 7 0 12.634 -63.2793 4.15 + 88 149.557 965 6 1 13.0531 -62.9859 -24.45 + 88 116.858 585 6 0 13.0795 -62.9722 -25.85 + 88 189.742 968 5 1 13.6535 -62.7458 -54.45 + 88 117.168 586 5 0 13.6765 -62.7143 -55.85 + 88 116.514 970 4 1 14.1918 -61.8319 -84.45 + 88 152.922 591 4 0 14.1792 -61.7817 -85.85 + 88 107.64 968 3 1 13.8305 -60.8378 -114.45 + 88 173.321 596 3 0 13.8064 -60.7629 -115.85 + 88 132.428 966 2 1 13.2736 -59.3021 -144.45 + 88 218.743 604 2 0 13.2482 -59.2444 -145.85 + 88 163.923 963 1 1 12.7941 -58.0972 -174.45 + 88 151.711 609 1 0 12.7761 -58.0863 -175.85 + 88 119.699 962 0 1 12.5919 -57.8593 -204.45 + 88 112.642 611 0 0 12.6348 -57.807 -205.85 + 88 3.82627 515 4 0 112.478 -76.886 -86.25 + 88 127.797 21 5 0 91.185 -175.767 -56.2498 + 88 86.2144 964 6 1 13.05 -62.98 -24.7389 +Number of digits in this event = 42 Using G4ParticleGun ... -8.72218 LIN +2.56413 LIN gamma -Event: 97 -Number of tracker hits in this event = 0 +Event: 89 +Number of tracker hits in this event = 10 + 89 272.76 428 2 1 -94.4404 103.476 -144.45 + 89 344.428 1416 2 0 -94.476 103.462 -145.85 + 89 92.8483 424 1 1 -95.2619 103.275 -174.45 + 89 118.29 1415 1 0 -95.2822 103.283 -175.85 + 89 118.317 422 0 1 -95.6115 103.474 -204.45 + 89 245.456 1416 0 0 -95.6253 103.494 -205.85 + 89 112.839 428 1 1 -94.3815 103.487 -174.45 + 89 153.526 1416 1 0 -94.3822 103.49 -175.85 + 89 153.472 428 0 1 -94.399 103.543 -204.45 + 89 183.427 227 0 1 -134.55 109.607 -204.823 +Number of digits in this event = 9 +Using G4ParticleGun ... +8.20642 LIN +gamma +Event: 90 +Number of tracker hits in this event = 5 + 90 3.70572 953 1 1 10.85 -53.5542 -174.572 + 90 269.074 724 0 1 -35.2438 -90.3523 -204.85 + 90 20.4909 1226 10 0 -133.644 65.357 93.75 + 90 73.819 212 5 1 -137.66 176.455 -54.85 + 90 40.439 435 0 0 22.6824 -92.9874 -206.25 +Number of digits in this event = 4 +Using G4ParticleGun ... +1.61926 LIN +gamma +Event: 91 +Number of tracker hits in this event = 49 + 91 217.271 510 7 1 -78.0164 -14.7863 5.55 + 91 143.019 825 7 0 -77.9334 -14.9031 4.14995 + 91 140.862 518 6 1 -76.3944 -17.3033 -24.4504 + 91 142.277 812 6 0 -76.5062 -17.5269 -25.85 + 91 28.218 506 5 1 -78.6583 -23.3317 -54.45 + 91 111.018 507 5 1 -78.65 -23.3725 -54.5485 + 91 109.661 780 5 0 -78.5624 -23.8921 -55.85 + 91 1.34146 779 5 0 -78.5383 -24.05 -56.2425 + 91 127.9 516 4 1 -76.793 -35.6151 -84.45 + 91 156.007 719 4 0 -76.7026 -36.0846 -85.85 + 91 154.315 526 3 1 -74.8142 -46.9623 -114.45 + 91 35.1893 664 3 0 -74.8182 -47.2308 -115.85 + 91 127.086 663 3 0 -74.8187 -47.25 -115.95 + 91 112.817 518 2 1 -76.3759 -52.9676 -144.45 + 91 37.4876 633 2 0 -76.2809 -53.4228 -145.85 + 91 88.7142 632 2 0 -76.275 -53.45 -145.937 + 91 134.663 516 1 1 -76.6902 -61.1782 -174.45 + 91 6.80931 590 1 0 -76.8824 -62.0339 -175.85 + 91 112.701 589 1 0 -76.8859 -62.05 -175.876 + 91 17.8639 588 1 0 -76.944 -62.25 -176.205 + 91 98.3023 489 0 1 -82.1895 -78.9694 -204.45 + 91 30.9606 488 0 1 -82.2502 -79.0504 -204.757 + 91 101.71 503 0 0 -82.438 -79.3664 -205.85 + 91 34.1369 502 0 0 -82.4921 -79.45 -206.13 + 91 134.003 826 7 0 -78.0296 -14.7793 4.15 + 91 133.598 509 6 1 -78.0847 -14.8879 -24.45 + 91 146.555 825 6 0 -78.0827 -14.8888 -25.85 + 91 114.899 510 5 1 -78.0424 -14.872 -54.45 + 91 105.284 825 5 0 -78.0404 -14.8715 -55.85 + 91 161.342 510 4 1 -77.9704 -14.8699 -84.45 + 91 88.9012 825 4 0 -77.9623 -14.8717 -85.85 + 91 124.335 511 3 1 -77.8124 -14.9087 -114.45 + 91 204.108 825 3 0 -77.8066 -14.9156 -115.85 + 91 113.46 511 2 1 -77.6894 -15.041 -144.45 + 91 90.7214 825 2 0 -77.6823 -15.0409 -145.85 + 91 128.745 512 1 1 -77.5182 -15.0508 -174.45 + 91 130.967 824 1 0 -77.5081 -15.0546 -175.85 + 91 112.075 513 0 1 -77.2957 -15.1123 -204.45 + 91 141.683 824 0 0 -77.2875 -15.1183 -205.85 + 91 1.14372 1090 6 0 -44.153 38.0564 -26.25 + 91 86.3695 679 6 1 -44.0502 38.106 -24.85 + 91 247.596 680 6 1 -44.0499 38.1056 -24.8426 + 91 109.403 511 1 1 -77.7926 -14.929 -174.45 + 91 122.51 825 1 0 -77.6908 -14.9316 -175.85 + 91 250.289 521 0 1 -75.763 -14.8587 -204.45 + 91 101.917 826 0 0 -75.6782 -14.8326 -205.851 + 91 124.789 708 1 0 -154.689 -38.25 -176.195 + 91 209.994 118 1 1 -156.438 -36.608 -174.45 + 91 46.8599 119 1 1 -156.35 -36.5648 -174.506 +Number of digits in this event = 24 +Using G4ParticleGun ... +8.39255 LIN +gamma +Event: 92 +Number of tracker hits in this event = 5 + 92 33.9112 1327 0 0 -64.792 85.65 -206.175 + 92 76.1582 914 1 1 3.00384 148.272 -174.85 + 92 77.7092 915 1 1 3.05003 148.287 -174.723 + 92 33.2186 1639 1 0 3.01147 147.966 -175.85 + 92 138.447 1638 1 0 3.00035 147.95 -175.885 Number of digits in this event = 3 Using G4ParticleGun ... -1.81227 LIN +9.85229 LIN +gamma +Event: 93 +Number of tracker hits in this event = 6 + 93 4.96478 606 3 0 -118.473 -58.7001 -116.25 + 93 72 499 6 0 -160.836 -80.05 -26.1813 + 93 55.1187 500 6 0 -160.834 -80.05 -26.1342 + 93 58.116 145 0 0 -124.183 -151.15 -205.988 + 93 28.5696 268 0 1 -126.511 -154.029 -204.45 + 93 2.73129 267 0 1 -126.55 -154.037 -204.455 +Number of digits in this event = 1 +Using G4ParticleGun ... +9.88318 LIN +gamma +Event: 94 +Number of tracker hits in this event = 58 + 94 243.559 1110 8 1 42.0887 -85.0885 35.55 + 94 314.673 474 8 0 42.0904 -85.0886 34.15 + 94 194.901 1110 7 1 42.1295 -85.0844 5.55 + 94 268.091 474 7 0 42.1336 -85.0849 4.15 + 94 248.667 1110 6 1 42.2267 -85.1042 -24.45 + 94 269.479 474 6 0 42.2317 -85.1068 -25.85 + 94 166.445 1111 5 1 42.3263 -85.1674 -54.45 + 94 447.294 474 5 0 42.329 -85.1736 -55.85 + 94 93.526 1111 4 1 42.3703 -85.301 -84.45 + 94 167.932 473 4 0 42.3728 -85.3065 -85.85 + 94 183.975 1111 3 1 42.418 -85.413 -114.45 + 94 320.765 473 3 0 42.4194 -85.4203 -115.85 + 94 237.979 1111 2 1 42.4475 -85.5661 -144.45 + 94 136.2 472 2 0 42.45 -85.5744 -145.85 + 94 133.531 1112 1 1 42.4985 -85.7408 -174.45 + 94 130.785 471 1 0 42.5009 -85.7533 -175.85 + 94 114.717 1112 0 1 42.5468 -86.0016 -204.45 + 94 342.181 470 0 0 42.551 -86.0131 -205.85 + 94 426.59 1110 5 1 42.0806 -85.1167 -54.45 + 94 608.763 1110 4 1 42.0654 -85.0764 -84.45 + 94 91.3017 474 4 0 42.0638 -85.0772 -85.85 + 94 793.331 1109 3 1 42.0296 -85.1072 -114.45 + 94 331.505 474 3 0 42.0328 -85.1085 -115.85 + 94 259.391 1110 2 1 42.096 -85.1287 -144.45 + 94 436.964 474 2 0 42.0972 -85.13 -145.85 + 94 115.921 1110 1 1 42.0819 -85.1351 -174.45 + 94 118.412 474 1 0 42.0876 -85.1379 -175.85 + 94 128.4 1110 0 1 42.2387 -85.2282 -204.45 + 94 126.058 474 0 0 42.2493 -85.2248 -205.85 + 94 367.186 1104 2 1 41.0412 -88.7441 -144.45 + 94 15.309 456 2 0 40.9053 -88.6518 -145.85 + 94 121.396 457 2 0 40.9031 -88.65 -145.873 + 94 52.9065 1079 1 1 35.9166 -86.3268 -174.45 + 94 67.1694 1078 1 1 35.85 -86.3172 -174.638 + 94 17.6979 468 1 0 35.3239 -86.2562 -175.85 + 94 165.096 469 1 0 35.3013 -86.25 -175.908 + 94 108.771 1022 0 1 24.6017 -83.3816 -204.45 + 94 7.29105 1021 0 1 24.45 -83.4139 -204.828 + 94 147.367 482 0 0 24.0243 -83.5659 -205.85 + 94 16.7564 497 0 0 53.7757 -80.65 -206.214 + 94 23.3642 1199 0 1 59.85 -75.8237 -204.841 + 94 110.842 1111 1 1 42.3433 -85.3211 -174.45 + 94 223.925 473 1 0 42.3573 -85.3469 -175.85 + 94 120.067 1113 0 1 42.7331 -85.8923 -204.45 + 94 6.30692 473 2 0 42.2351 -85.25 -146.228 + 94 164.482 1776 4 0 -52.9709 175.48 -86.25 + 94 200.974 475 5 0 42.0658 -85.0032 -55.85 + 94 413.788 475 4 0 42.0506 -84.9641 -85.85 + 94 248.894 475 3 0 41.9906 -84.93 -115.85 + 94 273.011 1109 2 1 41.9003 -84.962 -144.45 + 94 123.395 475 2 0 41.8925 -84.9623 -145.85 + 94 251.063 1108 1 1 41.727 -84.9588 -174.45 + 94 285.736 475 1 0 41.7178 -84.9549 -175.85 + 94 260.798 1107 0 1 41.5179 -84.8652 -204.45 + 94 97.5919 475 0 0 41.5073 -84.8643 -205.85 + 94 131.764 473 0 0 41.4697 -85.4257 -205.85 + 94 22.0538 298 3 1 -120.35 -84.1316 -114.666 + 94 147.783 299 3 1 -120.35 -84.102 -114.635 +Number of digits in this event = 44 +Using G4ParticleGun ... +2.39655 LIN +gamma +Event: 95 +Number of tracker hits in this event = 34 + 95 224.516 1512 6 1 122.612 5.48074 -24.45 + 95 236.124 927 6 0 122.58 5.51877 -25.85 + 95 178.256 1508 5 1 121.862 6.32112 -54.45 + 95 98.479 931 5 0 121.824 6.3597 -55.85 + 95 91.4907 1505 4 1 121.168 6.83412 -84.45 + 95 117.899 933 4 0 121.142 6.84671 -85.85 + 95 0.139329 934 4 0 121.134 6.85 -86.2475 + 95 118.408 1501 3 1 120.535 7.00884 -114.45 + 95 196.305 934 3 0 120.507 7.00123 -115.85 + 95 178.419 1499 2 1 120.067 6.84109 -144.45 + 95 98.3709 933 2 0 120.037 6.82017 -145.85 + 95 122 1496 1 1 119.369 6.45585 -174.45 + 95 339.824 931 1 0 119.332 6.40601 -175.85 + 95 158.939 1492 0 1 118.622 5.22802 -204.45 + 95 133.885 925 0 0 118.585 5.18842 -205.85 + 95 12.6073 1526 0 1 125.526 30.5619 -204.45 + 95 53.3728 1527 0 1 125.55 30.5715 -204.453 + 95 160.024 1512 5 1 122.552 5.61205 -54.45 + 95 120.124 927 5 0 122.549 5.61961 -55.85 + 95 122.855 1511 4 1 122.459 5.77014 -84.45 + 95 106.97 928 4 0 122.453 5.7761 -85.85 + 95 152.991 1511 3 1 122.354 5.89228 -114.45 + 95 172.818 929 3 0 122.35 5.90025 -115.85 + 95 127.236 1510 2 1 122.268 6.06573 -144.45 + 95 155.969 930 2 0 122.262 6.07856 -145.85 + 95 122.17 1509 1 1 122.126 6.33172 -174.45 + 95 102.278 1509 0 1 121.968 6.54838 -204.45 + 95 144.781 932 0 0 121.961 6.56073 -205.85 + 95 6.02744 1665 14 1 153.154 -178.014 215.15 + 95 64.2339 1664 14 1 153.15 -178.063 215.27 + 95 262.643 1409 1 0 133.428 102.03 -176.25 + 95 13.645 198 1 1 -140.35 -95.6063 -174.815 + 95 26.6008 196 1 1 -140.75 -95.6242 -174.686 + 95 1.73667 186 1 1 -142.937 -96.6646 -174.45 +Number of digits in this event = 21 +Using G4ParticleGun ... +6.10467 LIN +gamma +Event: 96 +Number of tracker hits in this event = 61 + 96 340.733 815 6 1 -16.9182 12.0435 -24.45 + 96 230.258 959 6 0 -16.9174 12.0474 -25.85 + 96 269.635 815 5 1 -16.9118 12.1283 -54.45 + 96 108.244 960 5 0 -16.9124 12.1304 -55.85 + 96 319.29 815 4 1 -16.9173 12.1842 -84.45 + 96 152.89 960 4 0 -16.9208 12.1829 -85.85 + 96 334.869 815 3 1 -16.9414 12.1622 -114.45 + 96 119.893 960 3 0 -16.9409 12.1632 -115.85 + 96 451.502 815 2 1 -16.8898 12.1731 -144.45 + 96 711.024 960 2 0 -16.8864 12.1731 -145.85 + 96 105.571 816 1 1 -16.8273 12.1834 -174.45 + 96 111.521 960 1 0 -16.8212 12.1835 -175.85 + 96 170.313 816 0 1 -16.7073 12.1633 -204.45 + 96 229.422 960 0 0 -16.7092 12.1602 -205.85 + 96 164.941 1692 8 0 74.4352 158.55 33.7792 + 96 16.8533 1034 0 0 -34.5862 26.9434 -206.25 + 96 197.208 1466 6 1 113.449 -49.737 -24.85 + 96 92.3408 808 1 1 -18.2867 12.2343 -174.45 + 96 94.7999 961 1 0 -18.3864 12.3423 -175.85 + 96 46.9795 803 0 1 -19.3953 13.005 -204.45 + 96 74.3174 802 0 1 -19.45 13.0055 -204.622 + 96 173.334 964 0 0 -19.8828 12.9816 -205.85 + 96 17.8288 962 6 0 -17.1234 12.4719 -25.85 + 96 20.5595 810 6 1 -18.0379 13.7871 -24.8499 + 96 58.9401 809 6 1 -18.05 13.8006 -24.834 + 96 126.734 959 5 0 -16.9106 12.0268 -55.85 + 96 131.82 959 4 0 -16.93 11.9928 -85.85 + 96 379.273 959 3 0 -16.95 11.8971 -115.85 + 96 112.439 958 2 0 -16.9649 11.8042 -145.85 + 96 142.65 814 1 1 -17.0906 11.7551 -174.45 + 96 101.992 958 1 0 -17.0977 11.7515 -175.85 + 96 80.1246 814 0 1 -17.2485 11.6619 -204.45 + 96 51.1197 813 0 1 -17.25 11.6626 -204.664 + 96 175.45 958 0 0 -17.2581 11.6658 -205.85 + 96 197.482 323 3 1 -115.35 7.61779 -114.666 + 96 67.9511 324 3 1 -115.35 7.56888 -114.535 + 96 103.758 1440 0 0 28.839 108.15 -206.201 + 96 76.895 1241 5 1 68.3535 19.3739 -54.85 + 96 258.307 1271 6 1 74.2713 51.8451 -24.85 + 96 60.6492 1269 6 1 74.05 51.4048 -24.7932 + 96 96.7063 1272 6 1 74.45 52.1779 -24.7363 + 96 73.1091 814 3 1 -17.0503 12.0396 -114.599 + 96 6.13592 813 3 1 -17.25 12.0219 -114.832 + 96 2.71476 643 2 1 -51.2588 13.9143 -144.45 + 96 84.3336 644 2 1 -51.25 13.9098 -144.464 + 96 56.7779 645 2 1 -51.05 13.7417 -144.717 + 96 150.991 964 2 0 -50.061 12.8765 -145.85 + 96 452.576 963 2 0 -50.0322 12.85 -145.889 + 96 141.322 962 2 0 -48.7045 12.65 -146.063 + 96 482.431 961 2 0 -48.4603 12.4497 -146.037 + 96 593.906 959 2 0 -48.4843 12.05 -146.141 + 96 120.862 816 3 1 -16.85 12.0834 -114.499 + 96 71.0085 962 3 0 -16.4148 12.5935 -115.85 + 96 113.244 963 3 0 -16.3631 12.65 -115.964 + 96 68.3551 1164 3 0 -44.7151 53.0072 -116.25 + 96 88.1589 1165 3 0 -44.7675 53.05 -116.201 + 96 73.1155 1166 3 0 -44.9115 53.2512 -115.988 + 96 7.11245 1167 3 0 -44.9726 53.45 -115.875 + 96 154.562 673 3 1 -45.3851 54.3956 -114.85 + 96 439.501 672 3 1 -45.45 54.498 -114.773 + 96 448.74 671 3 1 -45.6797 54.7742 -114.45 +Number of digits in this event = 31 +Using G4ParticleGun ... +5.92399 LIN +gamma +Event: 97 +Number of tracker hits in this event = 106 + 97 230.13 1201 8 1 60.4105 26.3024 35.55 + 97 360.623 1031 8 0 60.4109 26.3026 34.15 + 97 216.004 1201 7 1 60.4159 26.3064 5.55 + 97 318.073 1031 7 0 60.4152 26.3065 4.15 + 97 412.508 1201 6 1 60.4078 26.3111 -24.45 + 97 234.563 1031 6 0 60.4081 26.3104 -25.85 + 97 253.268 1201 5 1 60.411 26.2946 -54.45 + 97 102.742 1031 5 0 60.409 26.2935 -55.85 + 97 337.393 1201 4 1 60.3697 26.2749 -84.45 + 97 204.587 1031 4 0 60.3682 26.2743 -85.85 + 97 127.055 1201 3 1 60.3374 26.2603 -114.45 + 97 131.056 1031 3 0 60.3369 26.2588 -115.85 + 97 527.315 1201 2 1 60.3253 26.2272 -144.45 + 97 325.454 1030 2 0 60.3198 26.2264 -145.85 + 97 140.423 1200 1 1 60.203 26.2141 -174.45 + 97 121.112 1030 1 0 60.1996 26.2142 -175.85 + 97 156.134 1200 0 1 60.1248 26.2125 -204.45 + 97 130.893 1030 0 0 60.1185 26.2111 -205.85 + 97 128.028 1263 5 1 72.8286 -11.9227 -54.85 + 97 48.0095 1152 1 0 91.4225 50.4911 -176.25 + 97 275.949 1151 1 0 91.393 50.4499 -176.135 + 97 121.588 1211 1 1 62.3012 23.4169 -174.45 + 97 123.039 1016 1 0 62.3627 23.3038 -175.85 + 97 132.179 1217 0 1 63.5733 20.7963 -204.451 + 97 113.861 1003 0 0 63.5926 20.7544 -205.85 + 97 16.4625 1200 2 1 60.2499 26.3457 -144.797 + 97 183.875 1033 2 0 60.0914 26.7302 -145.85 + 97 17.1289 1034 2 0 60.04 26.8501 -146.184 + 97 127.09 1177 1 1 55.6333 36.9657 -174.45 + 97 109.82 1086 1 0 55.3489 37.3755 -175.85 + 97 60.5489 1087 1 0 55.2962 37.4501 -176.116 + 97 113.264 1147 0 1 49.5874 45.2727 -204.45 + 97 80.5073 1127 0 0 49.2673 45.5967 -205.85 + 97 49.0736 1128 0 0 49.2143 45.6501 -206.08 + 97 274.008 1203 1 1 60.6663 25.3337 -174.45 + 97 178.596 1026 1 0 60.7198 25.2857 -175.85 + 97 127.926 1208 0 1 61.7706 24.2001 -204.45 + 97 111.787 1020 0 0 61.9069 24.1699 -205.85 + 97 97.5484 1202 1 1 60.65 25.3567 -174.521 + 97 207.016 1023 1 0 60.388 24.8082 -175.85 + 97 73.3775 1180 0 1 56.1895 17.0915 -204.45 + 97 31.2656 1181 0 1 56.25 17.0894 -204.717 + 97 79.9478 986 0 0 56.4956 17.4011 -205.85 + 97 94.018 987 0 0 56.5417 17.4505 -206.005 + 97 32.5497 1088 0 0 80.266 37.7682 -206.25 + 97 65.4338 1089 0 0 80.3553 37.85 -206.173 + 97 65.7248 1090 0 0 80.4999 38.05 -206.038 + 97 50.5488 1091 0 0 80.6139 38.25 -205.92 + 97 3.40165 1306 0 1 81.4426 39.6445 -204.85 + 97 133.546 1307 0 1 81.45 39.6568 -204.84 + 97 91.2789 1308 0 1 81.6501 40.0502 -204.591 + 97 126.8 1035 4 0 60.8143 27.0702 -85.8501 + 97 43.2994 1036 4 0 60.921 27.25 -86.1784 + 97 247.919 1243 3 1 68.8441 33.417 -114.45 + 97 293.127 1242 3 1 68.6499 33.032 -114.59 + 97 91.1989 1241 3 1 68.45 32.5204 -114.794 + 97 12.1537 1084 3 0 67.9109 37.0376 -115.85 + 97 75.2499 1085 3 0 67.9109 37.05 -115.852 + 97 132.438 1086 3 0 67.9488 37.25 -115.876 + 97 226.24 1235 3 1 67.1952 35.8392 -114.85 + 97 15.7363 1047 1 1 29.5221 75.4421 -174.85 + 97 201.923 1032 5 0 60.3491 26.4841 -55.85 + 97 212.612 1200 4 1 60.1027 26.6723 -84.45 + 97 141.696 1033 4 0 60.082 26.6774 -85.85 + 97 124.457 1198 3 1 59.6824 26.7703 -114.45 + 97 168.249 1033 3 0 59.6648 26.7694 -115.85 + 97 126.576 1196 2 1 59.328 26.7569 -144.45 + 97 123.472 1193 1 1 58.8156 26.6921 -174.45 + 97 184.636 1033 1 0 58.7908 26.6929 -175.85 + 97 114.538 1190 0 1 58.2476 26.722 -204.45 + 97 164.47 1033 0 0 58.1253 26.6946 -205.85 + 97 340.392 849 2 0 92.6513 -10.1247 -146.25 + 97 8.27213 1187 1 1 57.4762 27.4394 -174.85 + 97 41.6946 1186 1 1 57.45 27.4453 -174.846 + 97 197.426 1040 1 0 57.023 28.1105 -175.85 + 97 121.738 1028 6 0 60.3404 25.7328 -25.85 + 97 170.874 1027 6 0 60.3334 25.6496 -26.0032 + 97 60.5901 1209 5 1 62.0203 10.7803 -54.45 + 97 102.955 1210 5 1 62.05 10.9022 -54.5929 + 97 211.31 954 5 0 61.6105 11.0259 -55.8508 + 97 137.09 1203 4 1 60.6745 26.2299 -84.45 + 97 123.679 1030 4 0 60.6663 26.227 -85.85 + 97 120.745 1202 3 1 60.5573 26.0222 -114.45 + 97 244.064 1029 3 0 60.5785 26.0054 -115.85 + 97 122.713 1203 2 1 60.8051 25.6989 -144.45 + 97 166.243 1027 2 0 60.8558 25.5085 -145.85 + 97 146.157 1209 1 1 61.9472 21.7491 -174.45 + 97 237.635 1007 1 0 62.0127 21.5829 -175.85 + 97 110.069 1215 0 1 63.1199 18.0446 -204.45 + 97 120.785 989 0 0 63.1843 17.9113 -205.85 + 97 22.7658 818 0 0 42.5503 -16.4338 -206.25 + 97 54.0761 1030 3 0 60.6414 26.0502 -115.968 + 97 389.967 1202 4 1 60.6409 26.2127 -84.45 + 97 83.6269 1023 4 0 59.5899 24.8451 -85.85 + 97 82.5192 1022 4 0 59.4173 24.6496 -86.0117 + 97 73.2687 1021 4 0 59.2692 24.4494 -86.0747 + 97 84.5295 1020 4 0 59.1929 24.25 -86.1743 + 97 1.77321 183 4 0 36.6328 -143.541 -86.2499 + 97 85.6961 182 4 0 36.6351 -143.55 -86.2467 + 97 77.7771 181 4 0 36.715 -143.75 -86.1032 + 97 103.248 180 4 0 36.8664 -143.95 -85.9662 + 97 91.1151 179 4 0 37.1078 -144.15 -85.8915 + 97 23.731 1199 4 1 59.9751 -156.068 -84.85 + 97 102.586 112 4 0 63.4397 -157.582 -85.8501 + 97 115.503 111 4 0 63.738 -157.75 -85.9699 + 97 110.097 110 4 0 64.0685 -157.95 -86.1365 +Number of digits in this event = 61 +Using G4ParticleGun ... +9.08752 LIN gamma Event: 98 -Number of tracker hits in this event = 2 - 98 6.27413 317 7 1 -116.662 -8.27538 5.15 - 98 305.531 517 11 0 -156.758 -76.5186 123.75 -Number of digits in this event = 2 +Number of tracker hits in this event = 42 + 98 257.747 681 3 1 -43.7054 123.363 -114.45 + 98 439.623 1516 3 0 -43.7077 123.365 -115.85 + 98 692.659 681 2 1 -43.7298 123.379 -144.45 + 98 391.576 1516 2 0 -43.7324 123.38 -145.85 + 98 231.502 681 1 1 -43.7871 123.396 -174.45 + 98 275.218 1516 1 0 -43.7882 123.398 -175.85 + 98 273.015 681 0 1 -43.8088 123.434 -204.45 + 98 312.069 1516 0 0 -43.8123 123.433 -205.85 + 98 201.358 1515 0 0 -43.8205 123.35 -206.152 + 98 260.365 1514 0 0 -43.802 123.15 -206.234 + 98 80.1711 1515 3 0 -43.8679 123.35 -116.12 + 98 23.7775 668 3 1 -46.4169 81.6648 -114.85 + 98 106.971 667 3 1 -46.45 81.5804 -114.537 + 98 46.5118 867 3 0 18.384 -6.45 -116.042 + 98 93.278 994 3 1 18.8725 -5.49615 -114.85 + 98 23.7067 1618 1 0 95.34 143.892 -176.25 + 98 10.1941 1337 4 1 87.6313 99.2326 -84.85 + 98 75.0836 736 5 0 -27.1991 -32.8336 -56.25 + 98 352.257 735 5 0 -27.1989 -32.8503 -56.2317 + 98 75.9982 1523 0 0 -94.8676 124.865 -206.25 + 98 100.861 1524 0 0 -95.0078 124.95 -205.985 + 98 375.648 424 0 1 -95.2022 125.989 -204.85 + 98 228 423 0 1 -95.35 126.126 -204.626 + 98 125.913 1529 1 0 -20.0842 126.096 -176.25 + 98 106.624 1530 1 0 -19.8904 126.15 -175.994 + 98 14.0629 1531 1 0 -19.7812 126.35 -175.856 + 98 30.7888 809 1 1 -18.0964 132.404 -174.85 + 98 2.13471 810 1 1 -18.0499 132.476 -174.848 + 98 2.08384 1573 1 0 -15.7747 134.946 -175.85 + 98 109.272 1574 1 0 -15.7704 134.95 -175.852 + 98 100.522 1575 1 0 -15.6854 135.15 -175.987 + 98 206.97 1576 1 0 -15.7067 135.35 -176.175 + 98 110.706 821 1 1 -15.7429 135.463 -174.849 + 98 120.938 1515 2 0 -43.702 123.316 -145.85 + 98 141.817 679 1 1 -44.098 122.449 -174.45 + 98 144.57 1511 1 0 -44.1709 122.422 -175.85 + 98 202.68 672 0 1 -45.4973 121.883 -204.45 + 98 147.482 1508 0 0 -45.594 121.901 -205.852 + 98 147.401 682 1 1 -43.6358 123.942 -174.45 + 98 133.628 1519 1 0 -43.6158 123.959 -175.85 + 98 123.114 684 0 1 -43.1228 124.266 -204.45 + 98 145.418 1520 0 0 -43.1021 124.282 -205.85 +Number of digits in this event = 27 Using G4ParticleGun ... -9.96689 LIN +1.83391 LIN gamma Event: 99 -Number of tracker hits in this event = 61 - 99 241.58 1214 8 1 63.0115 -67.3615 35.55 - 99 294.391 563 8 0 63.0107 -67.3614 34.15 - 99 150.431 1214 7 1 62.9913 -67.3608 5.55 - 99 435.42 563 7 0 62.9831 -67.3593 4.15 - 99 201.233 1213 6 1 62.8114 -67.2867 -24.45 - 99 103.95 563 6 0 62.802 -67.2608 -25.85 - 99 109.434 1212 5 1 62.5102 -66.7963 -54.45 - 99 305.65 566 5 0 62.4585 -66.7666 -55.85 - 99 128.501 1203 4 1 60.7855 -64.7149 -84.45 - 99 310.127 577 4 0 60.5415 -64.6179 -85.85 - 99 154.526 1174 3 1 54.898 -64.0555 -114.45 - 99 141.715 578 3 0 54.9404 -64.2505 -115.85 - 99 194.893 1176 2 1 55.4381 -68.1368 -144.45 - 99 179.691 557 2 0 55.2994 -68.5146 -145.85 - 99 190.572 1163 1 1 52.7407 -77.1363 -174.45 - 99 66.1573 1164 1 1 52.85 -77.1731 -174.775 - 99 124.636 513 1 0 53.1371 -77.272 -175.85 - 99 108.806 1199 0 1 59.8563 -80.9712 -204.45 - 99 40.9226 494 0 0 60.0796 -81.228 -205.85 - 99 102.803 493 0 0 60.0987 -81.25 -205.973 - 99 52.7345 459 2 0 54.5595 -88.1991 -146.25 - 99 231.284 458 2 0 54.6692 -88.25 -146.168 - 99 313.466 1215 7 1 63.05 -67.3771 5.28973 - 99 437.205 1214 4 1 62.9217 -67.3721 -84.45 - 99 261.907 563 4 0 62.9258 -67.3701 -85.85 - 99 239.101 1214 3 1 63.0051 -67.3313 -114.45 - 99 261.312 563 3 0 63.002 -67.3274 -115.85 - 99 400.219 1214 2 1 62.9231 -67.2246 -144.45 - 99 116.358 564 2 0 62.9221 -67.2182 -145.85 - 99 312.414 1214 1 1 62.9198 -67.0871 -174.45 - 99 186.862 564 1 0 62.9171 -67.0786 -175.85 - 99 136.79 1214 0 1 62.8851 -66.8818 -204.45 - 99 114.985 565 0 0 62.8846 -66.8668 -205.85 - 99 67.2694 945 2 1 9.2396 -108.178 -144.85 - 99 123.806 563 2 0 62.8922 -67.3688 -145.85 - 99 137.311 563 1 0 62.8549 -67.355 -175.85 - 99 141.842 1213 0 1 62.8152 -67.3343 -204.45 - 99 122.238 563 0 0 62.8099 -67.3331 -205.85 - 99 32.24 782 2 1 -23.45 -46.6993 -144.65 - 99 23.2523 568 1 0 53.5043 -66.25 -176.077 - 99 16.0761 1162 1 1 52.6498 -66.9708 -174.813 - 99 182.023 565 1 0 52.0687 -67.05 -175.919 - 99 55.2062 1155 1 1 51.1674 -67.5414 -174.85 - 99 190.733 1154 1 1 51.05 -67.5848 -174.833 - 99 157.394 1090 2 1 38.2081 139.2 -144.45 - 99 125.367 1216 6 1 63.4452 -67.1524 -24.45 - 99 106.492 564 6 0 63.4583 -67.1388 -25.85 - 99 154.235 1218 5 1 63.7074 -66.8533 -54.45 - 99 129.12 1220 4 1 64.21 -66.3348 -84.45 - 99 98.5766 568 4 0 64.2287 -66.3178 -85.85 - 99 98.462 1223 3 1 64.7567 -66.212 -114.45 - 99 107.245 569 3 0 64.7887 -66.2154 -115.85 - 99 162.545 1227 2 1 65.5376 -66.2949 -144.45 - 99 127.017 568 2 0 65.5767 -66.2893 -145.85 - 99 155.677 1231 1 1 66.3589 -66.1918 -174.45 - 99 120.97 569 1 0 66.4024 -66.1861 -175.85 - 99 125.394 1236 0 1 67.3845 -66.0794 -204.45 - 99 98.5415 569 0 0 67.4209 -66.0691 -205.85 - 99 58.9363 1229 0 1 65.9386 -65.0467 -204.45 - 99 70.3019 1230 0 1 66.05 -65.0341 -204.633 - 99 232.844 574 0 0 66.6664 -65.1236 -205.85 -Number of digits in this event = 43 +Number of tracker hits in this event = 0 +Number of digits in this event = 1 Run terminated. Run Summary Number of events processed : 100 - User=43.770000s Real=43.948630s Sys=0.030000s + User=53.830000s Real=54.285868s Sys=0.020000s End of Run 1 /gun/particle e- /gun/energy 1 GeV @@ -9858,8444 +9422,8489 @@ Cannot set FirstId as its value was already used. done Using G4ParticleGun ... -6.40108 LIN +1.32561 LIN e- Event: 0 -Number of tracker hits in this event = 167 - 0 396.584 449 8 0 -38.0088 -90.1507 34.15 - 0 239.68 710 7 1 -37.9989 -90.1748 5.55 - 0 494.698 449 7 0 -37.9992 -90.1753 4.15 - 0 129.196 710 6 1 -38.0048 -90.1881 -24.45 - 0 275.837 449 6 0 -38.0034 -90.1859 -25.85 - 0 138.598 711 2 1 -37.7841 -90.1732 -144.45 - 0 322.03 449 2 0 -37.7802 -90.1756 -145.85 - 0 145.229 711 1 1 -37.6893 -90.227 -174.45 - 0 147.777 449 1 0 -37.6865 -90.2294 -175.85 - 0 115.327 712 0 1 -37.6307 -90.2647 -204.45 - 0 111.185 449 0 0 -37.6283 -90.2683 -205.85 - 0 94.1714 410 0 0 -47.5443 -97.9883 -206.25 - 0 69.6847 409 0 0 -47.659 -98.15 -206.122 - 0 61.6474 408 0 0 -47.7785 -98.35 -206.122 - 0 61.2104 407 0 0 -47.9062 -98.5504 -206.183 - 0 86.2632 406 0 0 -48.0078 -98.75 -206.204 - 0 9.50657 405 0 0 -48.0387 -98.95 -206.238 - 0 30.4252 487 0 0 -37.6266 -82.5254 -206.25 - 0 133.527 488 0 0 -37.6302 -82.45 -206.184 - 0 41.3891 489 0 0 -37.6004 -82.25 -205.911 - 0 399.991 710 0 1 -37.9578 -81.9373 -204.85 - 0 69.0709 709 0 1 -38.05 -81.9307 -204.734 - 0 157.605 410 3 0 -74.5903 -98.082 -116.25 - 0 303.691 452 3 0 -37.8709 -89.5217 -115.85 - 0 14.1363 562 3 0 -66.0885 -67.4704 -116.25 - 0 212.86 563 3 0 -66.084 -67.45 -116.222 - 0 101.987 724 2 1 -35.191 -89.1778 -144.45 - 0 58.0265 453 2 0 -35.2054 -89.414 -145.85 - 0 44.9605 452 2 0 -35.2018 -89.45 -146.051 - 0 93.0284 738 1 1 -32.3103 -94.7869 -174.45 - 0 33.3696 737 1 1 -32.45 -94.7206 -174.788 - 0 211.994 428 1 0 -32.8732 -94.483 -175.85 - 0 6.88803 681 0 1 -43.8315 -86.6355 -204.45 - 0 100.384 680 0 1 -43.85 -86.6298 -204.47 - 0 157.049 679 0 1 -44.0501 -86.5854 -204.653 - 0 12.8782 678 0 1 -44.2501 -86.5611 -204.804 - 0 200.405 468 0 0 -45.3648 -86.425 -205.85 - 0 142.508 427 1 0 -32.8427 -94.55 -175.998 - 0 10.7218 695 1 1 -41.0458 -90.2269 -174.45 - 0 123.006 694 1 1 -41.05 -90.2237 -174.483 - 0 45.2075 460 0 0 -44.1749 -87.8818 -205.85 - 0 77.076 461 0 0 -44.1796 -87.85 -206.025 - 0 150.125 710 2 1 -37.8789 -90.2125 -144.45 - 0 94.5233 445 2 0 -38.3036 -91.0057 -145.85 - 0 40.4929 444 2 0 -38.3887 -91.15 -146.118 - 0 133.754 659 1 1 -48.1235 -107.176 -174.451 - 0 9.69211 361 1 0 -48.4207 -107.933 -175.85 - 0 114.949 360 1 0 -48.4274 -107.95 -175.881 - 0 133.302 624 0 1 -55.1815 -123.428 -204.45 - 0 79.3897 278 0 0 -55.2763 -124.45 -205.85 - 0 100.516 277 0 0 -55.2815 -124.55 -205.981 - 0 66.4424 709 6 1 -38.05 -90.1817 -24.5081 - 0 142.343 711 6 1 -37.6727 -90.3145 -24.45 - 0 106.293 712 5 1 -37.5343 -90.4968 -54.45 - 0 117.724 448 5 0 -37.5715 -90.4786 -55.85 - 0 115.61 709 4 1 -38.1451 -89.98 -84.45 - 0 118.072 450 4 0 -38.1342 -89.9379 -85.85 - 0 310.563 710 3 1 -37.8664 -89.3625 -114.45 - 0 160.09 453 3 0 -37.9021 -89.3725 -115.85 - 0 407.748 706 2 1 -38.7933 -89.6294 -144.45 - 0 117.788 451 2 0 -38.8286 -89.7352 -145.85 - 0 119.665 703 1 1 -39.3619 -92.2197 -174.45 - 0 132.586 438 1 0 -39.3311 -92.3964 -175.85 - 0 337.207 704 0 1 -39.1179 -96.3704 -204.45 - 0 99.3906 417 0 0 -39.1049 -96.6318 -205.85 - 0 46.1574 466 0 0 -38.6783 -86.7742 -206.171 - 0 141.595 479 0 0 -54.7457 -84.111 -206.25 - 0 47.0413 478 0 0 -55.0954 -84.25 -205.928 - 0 69.2468 619 0 1 -56.1198 -87.1073 -204.85 - 0 64.0611 618 0 1 -56.25 -87.1516 -204.846 - 0 50.5093 617 0 1 -56.45 -87.1945 -204.833 - 0 84.5541 465 0 0 -69.1235 -87.0207 -205.85 - 0 132.615 464 0 0 -69.3917 -87.05 -205.865 - 0 49.791 463 0 0 -69.7661 -87.25 -206.078 - 0 203.597 434 0 0 -52.0691 -93.2127 -206.25 - 0 34.5933 433 0 0 -52.0339 -93.35 -206.085 - 0 25.2563 343 0 0 -39.4321 -111.47 -206.25 - 0 70.3269 342 0 0 -39.4376 -111.55 -206.185 - 0 35.0934 341 0 0 -39.4447 -111.75 -205.944 - 0 102.992 703 0 1 -39.25 -113.458 -204.709 - 0 60.389 702 0 1 -39.45 -113.743 -204.763 - 0 124.607 330 0 0 -40.5334 -114.051 -205.85 - 0 103.169 331 0 0 -40.7852 -113.95 -206.098 - 0 62.4128 611 0 0 -97.0901 -57.8321 -206.25 - 0 145.379 612 0 0 -97.2058 -57.65 -206.161 - 0 377.803 613 0 0 -97.3608 -57.45 -206.089 - 0 71.2186 614 0 0 -97.5795 -57.25 -206.127 - 0 273.65 708 3 1 -38.3624 -88.8888 -114.45 - 0 138.436 456 3 0 -38.4003 -88.7725 -115.85 - 0 95.5633 460 2 0 -38.6676 -87.961 -145.85 - 0 8.00255 459 2 0 -38.6477 -88.05 -146.216 - 0 69.1186 715 1 1 -36.9718 -95.6178 -174.45 - 0 60.0503 716 1 1 -36.85 -95.7535 -174.667 - 0 56.4801 418 1 0 -36.2257 -96.4561 -175.85 - 0 130.964 417 1 0 -36.1515 -96.5502 -176.001 - 0 158.548 785 0 1 -22.8838 -114.343 -204.45 - 0 54.55 319 0 0 -22.8475 -116.213 -205.85 - 0 56.3217 318 0 0 -22.8445 -116.35 -205.956 - 0 68.0199 317 0 0 -22.8417 -116.55 -206.099 - 0 6.46687 316 0 0 -22.8541 -116.75 -206.232 - 0 15.2463 37 0 0 -18.1775 -172.708 -206.25 - 0 4.80593 36 0 0 -18.1798 -172.75 -206.248 - 0 84.4303 705 2 1 -38.8501 -87.7861 -144.716 - 0 71.2307 704 2 1 -39.05 -87.7839 -144.74 - 0 39.3277 703 2 1 -39.25 -87.7736 -144.805 - 0 119.456 457 2 0 -40.7066 -88.4623 -145.85 - 0 248.432 458 2 0 -40.8496 -88.45 -145.863 - 0 8.4858 707 3 1 -38.4502 -89.1223 -114.825 - 0 118.508 449 3 0 -38.723 -90.161 -115.85 - 0 63.4785 448 3 0 -38.796 -90.35 -116.069 - 0 151.384 611 2 1 -57.8053 -126.193 -144.45 - 0 308.06 610 2 1 -57.8502 -126.028 -144.621 - 0 46.1362 278 2 0 -57.0995 -124.493 -145.85 - 0 29.6586 279 2 0 -57.1722 -124.349 -145.89 - 0 10.7908 73 4 0 -21.4082 -165.518 -86.25 - 0 61.4071 72 4 0 -21.4009 -165.551 -86.2382 - 0 72.2246 71 4 0 -21.3655 -165.75 -86.1675 - 0 57.8488 70 4 0 -21.3362 -165.95 -86.0983 - 0 60.4627 69 4 0 -21.2888 -166.15 -86.0198 - 0 98.687 68 4 0 -21.23 -166.35 -85.9413 - 0 67.6251 797 4 1 -20.5086 -168.429 -84.85 - 0 121.613 798 4 1 -20.45 -168.645 -84.6982 - 0 118.511 796 4 1 -20.7969 -169.468 -84.4502 - 0 153.875 52 4 0 -20.409 -169.608 -85.8503 - 0 48.2587 846 3 1 -10.7443 -172.835 -114.451 - 0 92.5 845 3 1 -10.85 -172.935 -114.547 - 0 63.1836 844 3 1 -11.0505 -173.088 -114.703 - 0 19.4731 843 3 1 -11.25 -173.246 -114.828 - 0 15.691 27 3 0 -12.8323 -174.718 -115.85 - 0 76.1977 26 3 0 -12.8663 -174.75 -115.871 - 0 118.075 25 3 0 -13.0789 -174.95 -116.002 - 0 76.233 24 3 0 -13.2249 -175.15 -116.064 - 0 45.6316 23 3 0 -13.3361 -175.35 -116.06 - 0 250.264 22 3 0 -13.4222 -175.55 -116.031 - 0 82.3457 21 3 0 -13.4727 -175.75 -116.029 - 0 63.1039 20 3 0 -13.5257 -175.95 -116.07 - 0 91.57 19 3 0 -13.5737 -176.15 -116.097 - 0 58.8175 18 3 0 -13.6035 -176.35 -116.097 - 0 61.5223 17 3 0 -13.6548 -176.55 -116.09 - 0 71.4477 16 3 0 -13.7056 -176.75 -116.068 - 0 53.0934 15 3 0 -13.7559 -176.95 -116.014 - 0 43.1623 14 3 0 -13.7809 -177.15 -115.927 - 0 10.2066 830 3 1 -14.0454 -179.646 -114.85 - 0 173.444 829 3 1 -14.05 -179.68 -114.837 - 0 73.0334 828 3 1 -14.3479 -174.667 -114.85 - 0 188.246 827 3 1 -14.45 -174.607 -114.808 - 0 120.66 448 6 0 -37.7042 -90.35 -25.9565 - 0 1.94999 710 8 1 -38.0218 -90.15 35.1601 - 0 52.1763 709 7 1 -38.2464 -90.5478 5.55 - 0 319 708 7 1 -38.25 -90.5554 5.41237 - 0 95.7165 447 7 0 -38.305 -90.6264 4.15 - 0 106.952 703 6 1 -39.2802 -91.7556 -24.45 - 0 121.119 440 6 0 -39.4992 -91.9759 -25.85 - 0 144.779 681 5 1 -43.6824 -96.0589 -54.45 - 0 159.75 419 5 0 -43.8924 -96.1781 -55.8506 - 0 44.8306 662 4 1 -47.6187 -98.4036 -84.45 - 0 67.431 661 4 1 -47.65 -98.3871 -84.6113 - 0 127.128 409 4 0 -47.8921 -98.2855 -85.85 - 0 131.076 632 3 1 -53.4971 -95.3776 -114.45 - 0 87.7858 424 3 0 -53.5582 -95.1923 -115.85 - 0 128.079 425 3 0 -53.5711 -95.15 -116.135 - 0 142.316 627 2 1 -54.5346 -90.8255 -144.451 - 0 108.958 610 1 1 -57.8906 -78.5661 -174.45 - 0 136.957 510 1 0 -58.1536 -78.0387 -175.85 - 0 120.011 571 0 1 -65.6704 -68.6875 -204.45 - 0 106.032 557 0 0 -66.1017 -68.5871 -205.85 - 0 169.771 448 7 0 -37.9464 -90.3877 4.14986 -Number of digits in this event = 61 -Using G4ParticleGun ... -8.72236 LIN -e- -Event: 1 -Number of tracker hits in this event = 69 - 1 110.634 665 10 0 -106.693 -46.8683 94.15 - 1 101.948 367 9 1 -106.69 -46.8697 65.55 - 1 130.7 665 9 0 -106.69 -46.8705 64.15 - 1 119.889 367 8 1 -106.694 -46.8863 35.55 - 1 128.498 665 8 0 -106.694 -46.8882 34.15 - 1 166.075 367 7 1 -106.698 -46.9259 5.55 - 1 124.819 665 7 0 -106.697 -46.9285 4.15 - 1 183.583 367 6 1 -106.693 -46.9849 -24.45 - 1 126.439 665 6 0 -106.692 -46.9877 -25.85 - 1 452.842 367 5 1 -106.667 -47.0428 -54.45 - 1 340.836 665 5 0 -106.667 -47.0461 -55.85 - 1 100.372 367 4 1 -106.656 -47.1168 -84.45 - 1 183.497 664 4 0 -106.655 -47.1205 -85.85 - 1 132.69 367 3 1 -106.638 -47.1947 -114.45 - 1 88.9181 664 3 0 -106.636 -47.2001 -115.85 - 1 107.571 367 2 1 -106.594 -47.3121 -144.45 - 1 174.216 663 2 0 -106.592 -47.3163 -145.85 - 1 111.176 368 1 1 -106.546 -47.4042 -174.45 - 1 120.889 663 1 0 -106.544 -47.409 -175.85 - 1 385.879 368 0 1 -106.517 -47.5056 -204.45 - 1 309.487 662 0 0 -106.516 -47.5093 -205.85 - 1 192.904 286 0 1 -122.931 -6.28882 -204.45 - 1 80.938 285 0 1 -122.95 -6.29584 -204.502 - 1 15.8597 499 0 1 -80.25 -38.504 -204.73 - 1 107.185 663 0 0 -106.459 -47.3764 -205.85 - 1 150.7 276 0 1 -124.75 -22.4767 -204.636 - 1 11.2179 368 5 1 -106.55 -46.8558 -54.8205 - 1 127.577 668 5 0 -106.137 -46.4017 -55.8501 - 1 14.0826 669 5 0 -105.975 -46.2498 -56.203 - 1 108.085 450 4 1 -89.946 -33.4124 -84.45 - 1 9.51804 451 4 1 -89.8498 -33.2695 -84.8226 - 1 4.53227 735 4 0 -89.5512 -32.8541 -85.85 - 1 124.455 736 4 0 -89.5483 -32.85 -85.8599 - 1 21.696 500 3 1 -80.0118 -32.638 -114.45 - 1 71.9676 499 3 1 -80.05 -32.6111 -114.488 - 1 105.789 498 3 1 -80.2503 -32.4794 -114.645 - 1 179.591 497 3 1 -80.45 -32.2054 -114.771 - 1 81.6082 496 3 1 -80.65 -31.8335 -114.798 - 1 23.7835 769 3 0 -82.6095 -26.1294 -115.85 - 1 96.1782 770 3 0 -82.6328 -26.05 -115.865 - 1 42.322 480 3 1 -83.9643 -23.845 -114.849 - 1 141.897 479 3 1 -84.0501 -23.7246 -114.798 - 1 81.4513 478 3 1 -84.25 -23.2743 -114.603 - 1 53.4648 477 3 1 -84.45 -23.0331 -114.559 - 1 63.2594 476 3 1 -84.6501 -22.9035 -114.558 - 1 64.0644 475 3 1 -84.85 -22.8116 -114.635 - 1 93.2164 474 3 1 -85.0502 -22.8601 -114.746 - 1 56.9405 473 3 1 -85.25 -22.8597 -114.825 - 1 0.14785 766 3 0 -88.7061 -26.8489 -115.85 - 1 66.8684 765 3 0 -88.707 -26.85 -115.85 - 1 283.197 764 3 0 -88.8262 -27.05 -115.933 - 1 485.78 763 3 0 -89.1922 -27.25 -116.09 - 1 127.304 610 2 0 -20.1059 -57.9027 -146.25 - 1 304.537 609 2 0 -19.9765 -58.0501 -146.124 - 1 1.44885 1373 4 1 94.75 -10.3515 -84.7028 - 1 111.675 379 4 1 -104.303 -47.1015 -84.45 - 1 82.8547 663 4 0 -104.31 -47.25 -85.9912 - 1 111.847 378 3 1 -104.511 -50.7648 -114.45 - 1 118.302 645 3 0 -104.522 -50.9383 -115.85 - 1 167.253 377 2 1 -104.65 -53.0472 -144.45 - 1 245.46 634 2 0 -104.642 -53.1075 -145.85 - 1 127.31 375 1 1 -105.042 -54.1976 -174.45 - 1 108.311 628 1 0 -104.939 -54.3544 -175.85 - 1 117.896 395 0 1 -101.127 -57.1068 -204.45 - 1 230.477 613 0 0 -100.85 -57.2723 -205.85 - 1 14.6621 635 2 0 -104.558 -53.0496 -145.873 - 1 53.9758 379 2 1 -104.215 -52.286 -144.85 - 1 212.398 380 2 1 -104.15 -52.2622 -144.704 - 1 90.8096 381 2 1 -103.95 -52.1327 -144.48 -Number of digits in this event = 31 -Using G4ParticleGun ... -2.21513 LIN -e- -Event: 2 -Number of tracker hits in this event = 53 - 2 158.207 560 7 1 -67.8553 -132.963 5.55 - 2 167.393 235 7 0 -67.8555 -132.965 4.15 - 2 147.219 560 6 1 -67.8707 -133.014 -24.45 - 2 125.822 235 6 0 -67.8716 -133.019 -25.85 - 2 107.851 560 5 1 -67.8793 -133.112 -54.45 - 2 110.75 235 5 0 -67.8777 -133.115 -55.85 - 2 190.096 560 4 1 -67.8543 -133.2 -84.45 - 2 155.19 234 4 0 -67.8496 -133.203 -85.85 - 2 294.447 561 3 1 -67.7123 -133.258 -114.45 - 2 122.876 234 3 0 -67.7095 -133.258 -115.85 - 2 183.623 562 2 1 -67.6483 -133.258 -144.45 - 2 143.571 234 2 0 -67.6378 -133.257 -145.85 - 2 155.937 563 1 1 -67.4427 -133.241 -174.45 - 2 216.321 234 1 0 -67.433 -133.241 -175.85 - 2 120.77 564 0 1 -67.2326 -133.239 -204.45 - 2 153.17 234 0 0 -67.2238 -133.234 -205.85 - 2 140.997 792 4 0 -84.9949 -21.65 -86.1249 - 2 260.215 562 1 1 -67.5598 -133.269 -174.45 - 2 91.6993 233 1 0 -67.3555 -133.485 -175.851 - 2 17.0684 232 1 0 -67.2947 -133.55 -176.179 - 2 237.148 603 0 1 -59.3435 -143.192 -204.45 - 2 27.5873 194 0 0 -59.1942 -141.222 -205.85 - 2 54.9118 195 0 0 -59.1951 -141.15 -205.902 - 2 102.941 196 0 0 -59.1977 -140.95 -206.041 - 2 24.5311 197 0 0 -59.1934 -140.75 -206.188 - 2 255.369 563 0 1 -67.3524 -132.823 -204.45 - 2 107.449 236 0 0 -67.3298 -132.782 -205.85 - 2 85.6333 300 1 0 -98.0125 -119.993 -176.25 - 2 242.587 586 1 0 -155.642 -62.7571 -176.25 - 2 180.024 238 0 0 -67.0599 -132.547 -205.85 - 2 20.1641 239 0 0 -66.9922 -132.35 -206.174 - 2 71.5168 811 8 0 -71.2141 -17.8179 33.75 - 2 140.688 810 8 0 -71.1864 -17.85 33.7888 - 2 55.5073 242 3 0 -67.6814 -131.683 -115.85 - 2 113.608 243 3 0 -67.6723 -131.55 -115.99 - 2 40.7579 309 3 0 -58.3126 -118.321 -116.25 - 2 134.751 308 3 0 -58.2746 -118.35 -116.136 - 2 69.3759 307 3 0 -58.0389 -118.55 -115.941 - 2 65.9952 306 3 0 -57.9094 -118.75 -115.883 - 2 54.1074 305 3 0 -57.8404 -118.95 -115.916 - 2 226.206 304 3 0 -57.8057 -119.15 -115.961 - 2 83.2151 303 3 0 -57.5705 -119.35 -116.108 - 2 32.9885 249 3 0 -37.6645 -130.298 -116.25 - 2 125.109 248 3 0 -37.7134 -130.35 -116.215 - 2 57.1544 236 7 0 -67.7988 -132.95 3.94565 - 2 94.2599 561 7 1 -67.85 -132.961 5.54557 - 2 46.0747 562 7 1 -67.65 -132.904 5.29182 - 2 21.6173 237 7 0 -67.1275 -132.583 4.15 - 2 83.441 238 7 0 -67.123 -132.55 4.08735 - 2 77.9035 239 7 0 -67.1884 -132.35 3.87998 - 2 17.7689 240 7 0 -67.1901 -132.15 3.77239 - 2 36.2332 554 7 0 -68.6014 -69.1481 3.75 - 2 3.36528 555 7 0 -68.6425 -69.0499 3.75947 -Number of digits in this event = 26 -Using G4ParticleGun ... -8.84182 LIN -e- -Event: 3 -Number of tracker hits in this event = 89 - 3 119.604 598 10 1 -60.3347 81.8487 95.55 - 3 97.0527 1308 10 0 -60.3353 81.8494 94.15 - 3 266.158 598 9 1 -60.3485 81.8671 65.55 - 3 167.449 1309 9 0 -60.3503 81.8681 64.15 - 3 375.465 598 8 1 -60.3863 81.8909 35.55 - 3 451.885 1309 8 0 -60.3893 81.8931 34.15 - 3 142.149 598 7 1 -60.4485 81.9395 5.55 - 3 124.7 1309 7 0 -60.4512 81.9426 4.15 - 3 145.584 597 6 1 -60.5174 82.0033 -24.45 - 3 139.332 1309 6 0 -60.5209 82.0056 -25.85 - 3 99.6175 597 5 1 -60.6003 82.05 -54.45 - 3 189.966 1310 5 0 -60.6051 82.0516 -55.85 - 3 147.812 596 4 1 -60.7088 82.0816 -84.45 - 3 206.33 1310 4 0 -60.7145 82.0819 -85.85 - 3 199.583 596 3 1 -60.8265 82.081 -114.45 - 3 163.825 1310 3 0 -60.8317 82.0824 -115.85 - 3 347.129 595 2 1 -60.9556 82.112 -144.45 - 3 426.326 1310 2 0 -60.9627 82.1041 -145.85 - 3 261.257 594 1 1 -61.1319 81.9471 -174.45 - 3 130.688 1309 1 0 -61.1254 81.9182 -175.85 - 3 146.43 595 0 1 -60.9949 81.3277 -204.45 - 3 105.827 1306 0 0 -60.9863 81.2985 -205.85 - 3 153.409 589 1 1 -62.1915 82.6745 -174.45 - 3 123.13 1313 1 0 -62.2915 82.6806 -175.85 - 3 149.232 578 0 1 -64.2913 82.7868 -204.45 - 3 121.856 1313 0 0 -64.3877 82.8016 -205.85 - 3 155.085 579 0 1 -64.2494 82.759 -204.736 - 3 201.971 580 0 1 -64.0499 82.5285 -204.69 - 3 365.496 1311 1 0 -61.2037 82.3848 -175.85 - 3 138.698 590 0 1 -62.022 82.9297 -204.45 - 3 143.626 1314 0 0 -62.0552 82.9224 -205.85 - 3 59.483 525 1 1 -74.8928 96.2906 -174.85 - 3 280.986 595 1 1 -61.0213 82.0807 -174.45 - 3 264.573 1310 1 0 -61.0264 82.0779 -175.85 - 3 123.465 594 0 1 -61.1335 81.9976 -204.45 - 3 244.646 1309 0 0 -61.1479 81.9903 -205.85 - 3 118.426 802 1 1 -19.6316 -5.30774 -174.85 - 3 110.218 874 1 0 -19.5601 -5.08349 -175.85 - 3 138.866 1310 0 0 -61.1695 82.05 -206.067 - 3 169.241 1311 0 0 -61.1986 82.25 -205.89 - 3 190.773 596 0 1 -60.793 81.984 -204.45 - 3 50.0656 1311 4 0 -60.7336 82.25 -86.1849 - 3 170.224 597 1 1 -60.5442 82.3457 -174.45 - 3 168.536 597 0 1 -60.557 82.6689 -204.45 - 3 119.106 1312 0 0 -60.5392 82.6444 -205.85 - 3 36.7961 613 7 1 -57.3433 81.9374 5.55 - 3 105.58 614 7 1 -57.25 81.8605 5.43651 - 3 8.03154 615 7 1 -57.0499 81.699 5.17765 - 3 20.0636 1305 7 0 -56.2097 81.0855 4.15 - 3 110.375 1304 7 0 -56.1618 81.05 4.09218 - 3 14.9242 1303 7 0 -55.9307 80.8497 3.78 - 3 130.305 701 6 1 -39.7766 65.1505 -24.45 - 3 129.157 1224 6 0 -39.3807 64.9908 -25.8501 - 3 73.6688 743 5 1 -31.4218 64.2197 -54.45 - 3 108.439 744 5 1 -31.25 64.3232 -54.6391 - 3 69.1418 1224 5 0 -30.1591 64.9771 -55.85 - 3 110.424 1225 5 0 -30.0403 65.05 -55.9883 - 3 90.2884 867 4 1 -6.55118 83.0635 -84.45 - 3 237.963 868 4 1 -6.45 83.3534 -84.4963 - 3 192.658 869 4 1 -6.25 83.8055 -84.5515 - 3 131.99 870 4 1 -6.04992 84.1551 -84.5831 - 3 83.6425 871 4 1 -5.85 84.3916 -84.6161 - 3 120.013 872 4 1 -5.65 84.6168 -84.6799 - 3 71.9181 873 4 1 -5.44995 84.8122 -84.7487 - 3 17.112 874 4 1 -5.25 84.9943 -84.8267 - 3 86.0812 1335 4 0 -2.77444 87.0877 -85.8501 - 3 120.85 1336 4 0 -2.58273 87.2504 -85.9343 - 3 92.43 1337 4 0 -2.3129 87.45 -86.0493 - 3 98.9645 1338 4 0 -2.03085 87.65 -86.1523 - 3 79.03 1308 8 0 -60.2357 81.85 34.0037 - 3 49.8882 636 7 1 -52.7805 85.1621 5.55 - 3 49.3284 637 7 1 -52.65 85.1431 5.48481 - 3 65.2866 638 7 1 -52.45 85.1098 5.39537 - 3 67.0533 639 7 1 -52.25 85.0884 5.29603 - 3 154.886 1320 7 0 -51.8449 84.2372 4.15 - 3 41.7759 1319 7 0 -51.7143 84.05 3.88761 - 3 54.2164 1279 7 0 -27.1001 75.9449 3.75 - 3 115.685 1280 7 0 -27.0997 76.05 3.93552 - 3 264.366 771 7 1 -25.7556 76.6064 5.15 - 3 206.792 772 7 1 -25.65 76.5143 5.43787 - 3 75.2112 598 1 1 -60.45 82.005 -174.58 - 3 21.3675 1307 1 0 -60.4087 81.4807 -175.85 - 3 147.522 1306 1 0 -60.4055 81.45 -175.917 - 3 10.4334 504 1 1 -79.25 9.3418 -174.81 - 3 57.9806 660 3 1 -47.934 -1.21076 -114.85 - 3 167.817 933 0 1 6.65 67.3171 -204.633 - 3 72.0305 934 0 1 6.85 67.177 -204.509 - 3 180.006 732 3 0 137.834 -33.45 -116.17 - 3 26.9505 1309 3 0 -60.339 81.8528 -115.85 -Number of digits in this event = 53 -Using G4ParticleGun ... -7.79782 LIN -e- -Event: 4 -Number of tracker hits in this event = 88 - 4 128.834 1128 9 1 45.814 117.801 65.55 - 4 94.2715 1488 9 0 45.8145 117.8 64.15 - 4 113.851 1128 8 1 45.8277 117.781 35.55 - 4 123.015 1488 8 0 45.8283 117.779 34.15 - 4 379.345 1128 7 1 45.8476 117.715 5.55 - 4 259.404 1487 7 0 45.8358 117.673 4.15 - 4 118.164 1124 6 1 45.0354 116.591 -24.45 - 4 121.922 1482 6 0 45.0141 116.638 -25.85 - 4 151.315 1120 5 1 44.2207 116.777 -54.45 - 4 116.627 1483 5 0 44.302 116.781 -55.85 - 4 48.6545 1133 4 1 46.8478 117.077 -84.4501 - 4 80.1695 1134 4 1 46.85 117.073 -84.5387 - 4 119.897 1484 4 0 46.8556 117.021 -85.85 - 4 270.746 1130 3 1 46.2337 116.132 -114.45 - 4 93.6888 1479 3 0 46.1053 116.055 -115.85 - 4 12.2839 1117 2 1 43.4591 115.482 -144.45 - 4 86.1944 1116 2 1 43.45 115.477 -144.49 - 4 163.091 1475 2 0 43.1416 115.302 -145.85 - 4 104.289 1076 1 1 35.3314 113.427 -174.45 - 4 49.7142 1463 1 0 35.3177 112.838 -175.85 - 4 55.8654 1462 1 0 35.3162 112.75 -176.052 - 4 32.1424 1076 0 1 35.2969 100.551 -204.45 - 4 77.4422 1075 0 1 35.25 100.514 -204.585 - 4 56.349 1400 0 0 34.7823 100.188 -205.85 - 4 84.3309 1399 0 0 34.7341 100.15 -205.991 - 4 78.9909 1117 0 1 43.628 112.332 -204.45 - 4 91.1712 1116 0 1 43.45 112.34 -204.625 - 4 3.97908 1115 0 1 43.25 112.388 -204.839 - 4 64.1392 1463 0 0 41.9624 112.851 -205.85 - 4 88.2221 1464 0 0 41.7724 112.95 -206.005 - 4 101.411 1118 0 1 43.7527 112.404 -204.45 - 4 242.948 1461 0 0 43.5773 112.435 -205.85 - 4 738.47 1129 2 1 45.981 117.252 -144.45 - 4 431.885 1485 2 0 45.9813 117.264 -145.85 - 4 295.665 1130 1 1 46.2162 117.383 -174.45 - 4 236.693 1486 1 0 46.2656 117.439 -175.85 - 4 134.701 1133 0 1 46.8038 118.737 -204.45 - 4 121.687 1492 0 0 46.7262 118.723 -205.85 - 4 247.629 1129 1 1 45.8734 117.25 -174.45 - 4 130.724 1485 1 0 45.8677 117.252 -175.85 - 4 129.719 1128 0 1 45.7936 117.241 -204.45 - 4 104.342 1485 0 0 45.7987 117.248 -205.85 - 4 284.075 1129 4 1 45.9162 117.581 -84.45 - 4 280.526 1487 4 0 45.9165 117.58 -85.85 - 4 342.242 1129 3 1 45.9223 117.554 -114.45 - 4 145.182 1487 3 0 45.9232 117.552 -115.85 - 4 129.546 1486 2 0 45.9552 117.514 -145.85 - 4 132.805 1129 0 1 46.0031 117.421 -204.45 - 4 160.547 1486 0 0 46.0062 117.42 -205.85 - 4 18.5005 619 3 0 54.4157 -56.0764 -116.25 - 4 97.9325 1486 3 0 45.905 117.51 -115.85 - 4 224.495 1484 1 0 46.0904 117.041 -175.85 - 4 135.704 1130 0 1 46.2358 116.775 -204.45 - 4 109.909 1482 0 0 46.2506 116.744 -205.85 - 4 11.122 1225 1 0 30.1577 65.2091 -176.25 - 4 138.101 1047 1 1 29.5845 66.0764 -174.85 - 4 16.4016 1320 0 1 84.05 83.8042 -204.839 - 4 175.762 1489 7 0 45.2681 118.053 4.15 - 4 24.6959 1081 6 1 36.4073 124.929 -24.45 - 4 127.556 1082 6 1 36.45 124.851 -24.5063 - 4 64.5031 1083 6 1 36.65 124.628 -24.6662 - 4 50.5529 1084 6 1 36.85 124.495 -24.8022 - 4 266.409 1512 6 0 38.8203 122.645 -25.8502 - 4 284.541 1595 3 0 44.5702 139.312 -115.85 - 4 109.683 1490 7 0 45.1948 118.15 4.07158 - 4 26.275 1486 7 0 45.7589 117.55 3.82299 - 4 94.8375 1119 6 1 43.8646 114.795 -24.45 - 4 29.6423 1118 6 1 43.85 114.802 -24.7462 - 4 123.31 1473 6 0 43.7953 114.829 -25.8501 - 4 150.876 1117 5 1 43.4619 116.448 -54.4501 - 4 90.6273 1477 5 0 43.7465 115.705 -55.85 - 4 57.8709 1476 5 0 43.7943 115.55 -56.128 - 4 111.912 1139 4 1 47.9318 100.447 -84.4503 - 4 98.8577 1398 4 0 47.8503 99.8784 -85.85 - 4 22.1456 1397 4 0 47.841 99.7498 -86.1704 - 4 125.097 1139 3 1 48.0229 89.043 -114.451 - 4 134.551 1342 3 0 47.9876 88.6473 -115.85 - 4 133.376 1136 2 1 47.4077 77.9951 -144.45 - 4 126.476 1285 2 0 47.2357 77.2311 -145.85 - 4 17.141 1284 2 0 47.1848 77.05 -146.189 - 4 139.073 1097 1 1 39.5899 61.9279 -174.45 - 4 28.2511 1204 1 0 39.1692 60.8875 -175.85 - 4 337.52 1203 1 0 39.153 60.85 -175.902 - 4 21.5115 1202 1 0 39.0531 60.65 -176.178 - 4 127.543 1024 0 1 24.9552 42.229 -204.45 - 4 22.0636 1108 0 0 24.7082 41.6666 -205.85 - 4 263.309 1107 0 0 24.7 41.65 -205.893 - 4 9.6919 881 2 0 2.93046 -3.85 -146.22 -Number of digits in this event = 44 -Using G4ParticleGun ... -3.81854 LIN -e- -Event: 5 -Number of tracker hits in this event = 84 - 5 89.2166 418 8 1 -96.5074 -101.188 35.55 - 5 117.421 394 8 0 -96.5104 -101.188 34.15 - 5 117.036 417 7 1 -96.5713 -101.201 5.55 - 5 118.853 394 7 0 -96.5752 -101.207 4.15 - 5 122.83 417 6 1 -96.6491 -101.322 -24.45 - 5 389.982 394 6 0 -96.6512 -101.326 -25.85 - 5 402.906 417 5 1 -96.6896 -101.417 -54.45 - 5 131.528 393 5 0 -96.695 -101.421 -55.85 - 5 125.471 416 4 1 -96.8125 -101.524 -84.45 - 5 113.477 393 4 0 -96.8211 -101.528 -85.85 - 5 141.259 415 3 1 -96.9878 -101.636 -114.45 - 5 121.954 392 3 0 -96.9968 -101.64 -115.85 - 5 188.829 414 2 1 -97.1803 -101.721 -144.45 - 5 100.414 392 2 0 -97.1858 -101.725 -145.85 - 5 98.7578 414 1 1 -97.3085 -101.805 -174.45 - 5 144.389 391 1 0 -97.3125 -101.808 -175.85 - 5 128.951 413 0 1 -97.3872 -101.875 -204.45 - 5 126.039 391 0 0 -97.3931 -101.877 -205.85 - 5 70.9266 347 0 0 -16.9798 -110.603 -206.25 - 5 211.29 346 0 0 -16.781 -110.75 -206.078 - 5 184.806 416 1 1 -96.8904 -101.73 -174.45 - 5 89.9604 415 1 1 -96.95 -101.708 -174.57 - 5 126.764 393 1 0 -97.6221 -101.496 -175.85 - 5 21.6809 326 0 1 -114.889 -92.5504 -204.45 - 5 67.7784 325 0 1 -114.95 -92.5382 -204.496 - 5 152.045 324 0 1 -115.15 -92.5032 -204.641 - 5 101.529 323 0 1 -115.35 -92.4412 -204.803 - 5 208.641 440 0 0 -116.671 -92.0558 -205.85 - 5 74.2997 322 0 1 -115.55 -92.5668 -204.64 - 5 49.6148 321 0 1 -115.751 -92.5493 -204.62 - 5 111.109 320 0 1 -115.95 -92.4986 -204.6 - 5 45.6906 319 0 1 -116.15 -92.4006 -204.563 - 5 73.8783 318 0 1 -116.35 -92.3884 -204.503 - 5 68.1672 317 0 1 -116.55 -92.3448 -204.501 - 5 58.815 316 0 1 -116.75 -92.3112 -204.495 - 5 58.59 315 0 1 -116.95 -92.2784 -204.543 - 5 81.2765 314 0 1 -117.15 -92.1712 -204.556 - 5 348.776 313 0 1 -117.35 -91.995 -204.514 - 5 48.7719 312 0 1 -117.55 -91.184 -204.793 - 5 259.311 441 0 0 -118.408 -91.8346 -205.85 - 5 46.1334 442 0 0 -118.547 -91.75 -205.942 - 5 161.823 385 1 0 -97.149 -102.967 -175.85 - 5 271.81 384 1 0 -97.2256 -103.151 -176.071 - 5 252.12 383 1 0 -96.8148 -103.35 -175.939 - 5 132.398 414 5 1 -97.2716 -100.112 -54.4505 - 5 147.24 404 5 0 -97.2039 -99.345 -55.85 - 5 2.28929 405 5 0 -97.1745 -99.15 -56.2404 - 5 249.308 415 4 1 -96.95 -85.371 -84.5157 - 5 70.3318 477 4 0 -97.1723 -84.5787 -85.85 - 5 39.4249 478 4 0 -97.215 -84.45 -86.074 - 5 128.101 386 3 1 -102.8 -66.1496 -114.45 - 5 38.1167 385 3 1 -102.95 -65.9435 -114.771 - 5 48.355 573 3 0 -103.513 -65.3254 -115.85 - 5 136.601 574 3 0 -103.587 -65.25 -115.984 - 5 14.2817 321 2 1 -115.897 -47.5516 -144.45 - 5 76.5242 320 2 1 -115.95 -47.5458 -144.486 - 5 135.318 319 2 1 -116.15 -47.5247 -144.622 - 5 126.287 318 2 1 -116.35 -47.5255 -144.761 - 5 172.991 662 2 0 -117.771 -47.5618 -145.85 - 5 204.257 519 2 0 -112.75 -76.0656 -146.25 - 5 97.7061 520 2 0 -112.382 -76.05 -146.054 - 5 15.8857 343 2 1 -111.397 -75.8205 -144.85 - 5 103.162 344 2 1 -111.35 -75.8104 -144.791 - 5 55.2521 345 2 1 -111.15 -75.8231 -144.594 - 5 91.5114 346 2 1 -110.95 -75.8445 -144.523 - 5 100.784 347 2 1 -110.75 -75.9908 -144.542 - 5 228.451 348 2 1 -110.55 -76.2989 -144.579 - 5 75.7663 349 2 1 -110.35 -76.7634 -144.565 - 5 64.4578 663 2 0 -114.785 -47.2503 -145.85 - 5 34.8685 664 2 0 -114.783 -47.25 -145.852 - 5 67.6212 323 2 1 -115.462 -47.966 -144.85 - 5 59.6876 658 2 0 -116.214 -48.3619 -145.85 - 5 7.99476 313 2 1 -117.51 -47.8654 -144.85 - 5 139.222 396 5 0 -96.6059 -100.928 -55.85 - 5 95.2418 392 4 0 -97.2236 -101.615 -85.8502 - 5 122.008 401 3 1 -99.7934 -102.009 -114.45 - 5 167.274 390 3 0 -99.9813 -102.004 -115.85 - 5 418.262 381 2 1 -103.835 -102.306 -144.45 - 5 121.875 388 2 0 -104.085 -102.391 -145.85 - 5 151.883 354 1 1 -109.153 -103.986 -174.45 - 5 88.9294 380 1 0 -109.319 -104.075 -175.85 - 5 29.611 336 0 1 -112.92 -105.676 -204.45 - 5 84.3259 335 0 1 -112.95 -105.677 -204.56 - 5 108.093 372 0 0 -113.317 -105.686 -205.851 -Number of digits in this event = 39 -Using G4ParticleGun ... -9.42527 LIN -e- -Event: 6 -Number of tracker hits in this event = 19 - 6 240.399 175 7 1 -145.137 35.1554 5.55 - 6 126.932 1075 7 0 -145.137 35.1558 4.15 - 6 175.232 175 6 1 -145.132 35.165 -24.45 - 6 128.441 1075 6 0 -145.132 35.1669 -25.85 - 6 117.3 175 5 1 -145.136 35.2061 -54.45 - 6 119.462 1075 5 0 -145.137 35.2084 -55.85 - 6 104.454 175 4 1 -145.147 35.2569 -84.45 - 6 127.579 1076 4 0 -145.148 35.2595 -85.85 - 6 124.129 174 3 1 -145.16 35.3157 -114.45 - 6 114.779 1076 3 0 -145.162 35.3193 -115.85 - 6 342.537 174 2 1 -145.203 35.3908 -144.45 - 6 181.141 1076 2 0 -145.199 35.3938 -145.85 - 6 119.549 175 1 1 -145.117 35.5012 -174.45 - 6 157.385 1077 1 0 -145.107 35.5003 -175.85 - 6 168.318 176 0 1 -144.866 35.4562 -204.45 - 6 133.705 1077 0 0 -144.846 35.461 -205.85 - 6 14.9291 1099 3 0 -12.2486 39.9268 -116.25 - 6 165.633 1722 3 0 56.5764 164.673 -116.25 - 6 39.0626 173 2 1 -145.35 35.3918 -144.541 -Number of digits in this event = 15 -Using G4ParticleGun ... -4.75882 LIN -e- -Event: 7 -Number of tracker hits in this event = 39 - 7 144.391 1126 8 1 45.2502 -129.555 35.55 - 7 143.697 252 8 0 45.2519 -129.557 34.15 - 7 124.807 1126 7 1 45.2766 -129.603 5.55 - 7 307.117 252 7 0 45.2791 -129.605 4.15 - 7 104.26 1126 6 1 45.3287 -129.648 -24.45 - 7 126.635 252 6 0 45.3313 -129.649 -25.85 - 7 103.214 1126 5 1 45.3876 -129.691 -54.45 - 7 109.445 252 5 0 45.3906 -129.693 -55.85 - 7 31.3136 1126 4 1 45.4496 -129.718 -84.45 - 7 92.2494 1127 4 1 45.45 -129.718 -84.5763 - 7 101.314 252 4 0 45.4536 -129.717 -85.85 - 7 205.964 1127 3 1 45.5301 -129.692 -114.45 - 7 316.552 252 3 0 45.534 -129.691 -115.85 - 7 118.806 1127 2 1 45.6087 -129.678 -144.45 - 7 118.792 252 2 0 45.6124 -129.676 -145.85 - 7 180.129 1128 1 1 45.6942 -129.636 -174.45 - 7 100.679 252 1 0 45.6954 -129.63 -175.85 - 7 108.28 1128 0 1 45.7187 -129.49 -204.45 - 7 135.335 253 0 0 45.7208 -129.483 -205.85 - 7 2.7984 234 2 1 -133.15 -105.439 -144.736 - 7 80.6496 233 2 1 -133.35 -105.42 -144.604 - 7 102.759 232 2 1 -133.55 -105.434 -144.623 - 7 178.073 231 2 1 -133.75 -105.468 -144.688 - 7 0.302723 243 4 0 42.2132 -131.55 -86.25 - 7 112.962 242 4 0 42.2129 -131.55 -86.2473 - 7 146.047 1108 4 1 41.8059 -131.596 -84.85 - 7 86.8161 1107 4 1 41.6497 -131.568 -84.6633 - 7 83.1137 1106 4 1 41.45 -131.493 -84.6201 - 7 311.66 1105 4 1 41.2498 -131.502 -84.6351 - 7 372.481 1104 4 1 41.0499 -131.577 -84.6125 - 7 192.367 1103 4 1 40.85 -132.021 -84.5235 - 7 151.556 1115 2 1 43.2027 -127.928 -144.45 - 7 77.0283 262 2 0 43.2925 -127.615 -145.85 - 7 39.5452 263 2 0 43.3062 -127.55 -146.139 - 7 106.339 1118 1 1 43.8269 -121.563 -174.45 - 7 26.1374 295 1 0 43.5537 -120.992 -175.85 - 7 100.438 296 1 0 43.5373 -120.95 -175.956 - 7 119.225 1103 0 1 40.8487 -109.479 -204.45 - 7 99.3208 354 0 0 40.5417 -109.31 -205.85 -Number of digits in this event = 16 -Using G4ParticleGun ... -4.78301 LIN -e- -Event: 8 -Number of tracker hits in this event = 90 - 8 161.828 364 10 1 -107.332 -24.7131 95.55 - 8 118.239 776 10 0 -107.332 -24.714 94.15 - 8 114.286 364 9 1 -107.325 -24.7262 65.55 - 8 327.062 776 9 0 -107.325 -24.7275 64.15 - 8 229.095 364 8 1 -107.318 -24.7517 35.55 - 8 120.893 776 8 0 -107.319 -24.7517 34.15 - 8 121.972 364 7 1 -107.327 -24.7338 5.55 - 8 108.587 776 7 0 -107.326 -24.7279 4.15 - 8 292.682 364 6 1 -107.312 -24.6122 -24.45 - 8 122.423 777 6 0 -107.309 -24.6051 -25.85 - 8 247.413 364 5 1 -107.259 -24.4571 -54.45 - 8 101.484 778 5 0 -107.262 -24.4494 -55.85 - 8 233.398 364 4 1 -107.329 -24.2866 -84.45 - 8 152.52 778 4 0 -107.333 -24.2748 -85.85 - 8 235.139 363 3 1 -107.391 -24.0484 -114.45 - 8 127.995 780 3 0 -107.393 -24.0328 -115.85 - 8 155.549 363 2 1 -107.434 -23.6951 -144.45 - 8 98.6561 781 2 0 -107.438 -23.6741 -145.85 - 8 114.921 363 1 1 -107.512 -23.2502 -174.45 - 8 109.594 784 1 0 -107.509 -23.225 -175.85 - 8 132.995 363 0 1 -107.421 -22.7205 -204.45 - 8 123.729 786 0 0 -107.412 -22.7015 -205.85 - 8 50.2517 1119 13 0 80.5692 44.008 183.75 - 8 85.0597 1120 13 0 80.5752 44.05 183.78 - 8 245.831 362 1 1 -107.55 -23.2227 -174.472 - 8 283.28 785 1 0 -107.837 -22.9288 -175.85 - 8 65.3911 665 1 0 -87.2104 -46.9476 -176.25 - 8 77.9064 664 1 0 -87.2036 -47.05 -176.159 - 8 353.314 663 1 0 -87.1663 -47.25 -176.025 - 8 56.1634 473 1 1 -85.4111 -47.2969 -174.85 - 8 4.2751 474 1 1 -85.2499 -47.2709 -174.843 - 8 184.446 662 1 0 -82.595 -47.45 -175.901 - 8 91.5002 363 6 1 -107.35 -24.7957 -24.538 - 8 269.32 776 6 0 -107.363 -24.7931 -25.85 - 8 135.55 362 5 1 -107.653 -24.7182 -54.45 - 8 362.363 776 5 0 -107.678 -24.7074 -55.85 - 8 108.888 359 4 1 -108.162 -24.5119 -84.45 - 8 153.361 777 4 0 -108.172 -24.5093 -85.85 - 8 128.104 358 3 1 -108.373 -24.4482 -114.45 - 8 142.037 778 3 0 -108.368 -24.4431 -115.85 - 8 123.01 360 2 1 -108.13 -24.4763 -144.45 - 8 351.64 777 2 0 -108.111 -24.485 -145.85 - 8 112.575 776 1 0 -107.621 -24.7302 -175.85 - 8 225.776 366 0 1 -106.784 -24.7485 -204.45 - 8 118.737 776 0 0 -106.754 -24.743 -205.85 - 8 60.2995 397 4 0 -138.229 -100.586 -86.25 - 8 31.1943 66 5 1 -166.827 -98.9642 -54.85 - 8 224.058 65 5 1 -166.95 -98.9544 -54.7314 - 8 52.4115 64 5 1 -167.15 -99.0314 -54.7519 - 8 447.996 363 4 1 -107.472 -24.7628 -84.45 - 8 191.078 776 4 0 -107.476 -24.7589 -85.85 - 8 157.043 776 3 0 -107.547 -24.6795 -115.85 - 8 218.849 362 2 1 -107.582 -24.5372 -144.45 - 8 167.594 361 1 1 -107.796 -24.4702 -174.45 - 8 111.77 777 1 0 -107.804 -24.4682 -175.85 - 8 127.292 361 0 1 -107.942 -24.4315 -204.45 - 8 311.728 778 0 0 -107.944 -24.4383 -205.85 - 8 128.246 883 1 0 -162.478 -3.37446 -176.25 - 8 211.456 882 1 0 -162.659 -3.45 -176.006 - 8 60.6077 779 0 0 -107.762 -24.25 -206.246 - 8 23.5202 914 0 0 -104.841 3.03373 -206.25 - 8 117.853 779 2 0 -107.371 -24.1903 -145.85 - 8 36.6433 388 1 1 -102.393 -15.6888 -174.45 - 8 92.1306 389 1 1 -102.35 -15.6755 -174.597 - 8 25.9526 821 1 0 -101.961 -15.6505 -175.85 - 8 180.748 822 1 0 -101.952 -15.65 -175.881 - 8 149.767 440 0 1 -92.0522 -14.7445 -204.45 - 8 17.5025 441 0 1 -91.95 -15.0718 -204.792 - 8 59.7746 819 0 0 -91.6545 -16.1224 -205.85 - 8 89.2493 818 0 0 -91.6183 -16.25 -205.984 - 8 16.8513 817 0 0 -91.5598 -16.45 -206.202 - 8 20.4995 362 4 1 -107.55 -24.9564 -84.7658 - 8 57.4208 772 4 0 -107.705 -25.5519 -85.85 - 8 74.5842 771 4 0 -107.749 -25.6501 -86.0281 - 8 117.488 339 3 1 -112.286 -48.422 -114.45 - 8 23.6775 340 3 1 -112.15 -48.5532 -114.79 - 8 97.3927 655 3 0 -111.738 -48.9477 -115.85 - 8 123.178 654 3 0 -111.643 -49.05 -116.052 - 8 25.6252 414 2 1 -97.2392 -66.7732 -144.45 - 8 77.1344 413 2 1 -97.3506 -66.8246 -144.468 - 8 0.222766 412 2 1 -97.5502 -66.9937 -144.45 - 8 67.1963 411 2 1 -97.7749 -66.9578 -144.45 - 8 83.0865 410 2 1 -97.95 -67.0442 -144.562 - 8 66.8344 409 2 1 -98.15 -67.1132 -144.695 - 8 26.6241 408 2 1 -98.35 -67.1248 -144.807 - 8 36.1212 552 2 0 -101.735 -69.5975 -145.85 - 8 122.573 551 2 0 -101.813 -69.65 -145.892 - 8 70.2832 550 2 0 -102.026 -69.85 -146.036 - 8 73.6434 549 2 0 -102.099 -70.0504 -146.099 - 8 45.7433 548 2 0 -102.094 -70.25 -146.173 -Number of digits in this event = 45 -Using G4ParticleGun ... -6.65042 LIN -e- -Event: 9 -Number of tracker hits in this event = 120 - 9 138.704 1407 10 1 101.615 19.7587 95.55 - 9 119.406 998 10 0 101.616 19.7591 94.15 - 9 102.835 1407 9 1 101.626 19.7654 65.55 - 9 139.704 998 9 0 101.625 19.7657 64.15 - 9 136.728 1407 8 1 101.608 19.78 35.55 - 9 147.96 998 8 0 101.607 19.7793 34.15 - 9 127.375 1407 7 1 101.606 19.7642 5.55 - 9 147.368 998 7 0 101.607 19.7627 4.15 - 9 479.137 1407 6 1 101.624 19.7315 -24.45 - 9 404.093 998 6 0 101.625 19.7293 -25.85 - 9 147.676 1407 5 1 101.637 19.6781 -54.45 - 9 413.308 998 5 0 101.642 19.677 -55.85 - 9 205.864 1408 4 1 101.754 19.6896 -84.45 - 9 211.837 998 4 0 101.755 19.7077 -85.85 - 9 98.6002 1408 3 1 101.783 20.0846 -114.45 - 9 105.889 1000 3 0 101.796 20.103 -115.85 - 9 372.706 1409 2 1 102.054 20.4703 -144.45 - 9 108.795 1002 2 0 102.065 20.4964 -145.85 - 9 117.087 1410 1 1 102.271 21.0051 -174.45 - 9 111.626 1004 1 0 102.281 21.0338 -175.85 - 9 227.486 1411 0 1 102.504 21.6241 -204.45 - 9 46.1842 1007 0 0 102.519 21.6473 -205.85 - 9 68.1647 1008 0 0 102.521 21.65 -206.017 - 9 82.1407 1383 2 0 -17.1145 96.8446 -146.25 - 9 39.4136 1412 0 1 102.55 21.6429 -204.701 - 9 5.48618 888 6 0 -53.5124 -2.25996 -26.2498 - 9 144.94 889 6 0 -53.5188 -2.25 -26.2402 - 9 96.327 890 6 0 -53.4846 -2.04996 -26.1911 - 9 46.4458 1422 6 0 -12.9179 104.655 -26.25 - 9 14.3323 1344 6 0 35.5467 89.0005 -26.2497 - 9 109.009 1408 2 1 101.751 19.6326 -144.45 - 9 447.756 1407 2 1 101.75 19.6314 -144.481 - 9 110.472 997 2 0 101.706 19.5747 -145.85 - 9 126.779 1399 1 1 100.1 18.9408 -174.45 - 9 250.601 994 1 0 100.059 18.8685 -175.85 - 9 18.1146 993 1 0 100.048 18.85 -176.181 - 9 103.291 1394 0 1 99.1332 17.3033 -204.45 - 9 146.798 985 0 0 99.0917 17.1448 -205.85 - 9 258.489 998 2 0 101.715 19.656 -145.85 - 9 143.18 1403 1 1 100.761 19.9065 -174.451 - 9 225.899 1402 1 1 100.75 19.901 -174.787 - 9 169.872 999 1 0 100.688 19.8827 -175.85 - 9 126.344 1395 0 1 99.282 20.2091 -204.45 - 9 120.17 1000 0 0 99.2348 20.247 -205.85 - 9 67.3115 1001 0 0 99.2296 20.25 -206.007 - 9 76.5278 998 1 0 100.604 19.85 -176.087 - 9 74.454 1793 0 1 178.873 35.1578 -204.45 - 9 157.689 1792 0 1 178.75 35.1388 -204.49 - 9 200.665 979 4 0 73.1983 15.8546 -86.25 - 9 67.4178 1283 2 1 76.85 -78.5944 -144.703 - 9 29.9666 1001 6 0 101.491 20.3804 -25.85 - 9 190.31 1002 6 0 101.475 20.4503 -25.9584 - 9 60.8591 1003 6 0 101.399 20.65 -26.1424 - 9 29.6053 1100 6 0 48.1068 40.2328 -26.25 - 9 319.06 1101 6 0 47.9914 40.25 -26.1947 - 9 364.02 1102 6 0 46.9908 40.4502 -25.9561 - 9 35.0863 1103 6 0 46.621 40.65 -25.889 - 9 0.766191 1118 6 1 43.6543 41.5812 -24.85 - 9 88.6486 1117 6 1 43.65 41.5827 -24.8485 - 9 66.1333 1116 6 1 43.45 41.6248 -24.7753 - 9 48.4259 1115 6 1 43.25 41.699 -24.6843 - 9 98.9925 1114 6 1 43.0496 41.7603 -24.5912 - 9 35.3762 1113 6 1 42.85 41.765 -24.4559 - 9 83.2383 1112 6 1 42.6499 41.6597 -24.482 - 9 4.81052 1111 6 1 42.45 41.502 -24.4556 - 9 326.253 997 6 0 101.824 19.6286 -25.85 - 9 62.8473 1431 5 1 106.5 15.8877 -54.45 - 9 61.2236 1432 5 1 106.55 15.8633 -54.6561 - 9 207.254 978 5 0 106.826 15.7041 -55.85 - 9 135.827 918 5 0 135.292 3.80476 -56.2498 - 9 175.106 919 5 0 135.38 3.8505 -56.2402 - 9 102.709 917 5 0 136.11 3.65 -56.0854 - 9 48.365 1580 5 1 136.336 3.27275 -54.85 - 9 166.985 1581 5 1 136.35 3.24387 -54.7245 - 9 279.88 1582 5 1 136.55 3.49128 -54.4588 - 9 73.2648 977 5 0 106.854 15.65 -56.0276 - 9 518.114 1577 4 1 135.646 -9.47403 -84.45 - 9 453.269 1576 4 1 135.55 -10.3285 -84.4948 - 9 89.4728 841 4 0 135.913 -11.7486 -85.8501 - 9 94.5444 840 4 0 135.947 -11.85 -86.0456 - 9 225.985 830 4 0 145.405 -14.0188 -86.2499 - 9 341.88 831 4 0 145.445 -13.85 -86.1025 - 9 108.262 1578 4 1 135.75 -10.8824 -84.6668 - 9 136.612 1406 6 1 101.548 19.7453 -24.45 - 9 106.628 1409 5 1 102.115 19.0573 -54.45 - 9 145.433 995 5 0 102.218 19.0609 -55.85 - 9 160.396 1421 4 1 104.378 19.087 -84.45 - 9 121.403 995 4 0 104.474 19.0953 -85.85 - 9 131.399 1432 3 1 106.658 19.2164 -114.45 - 9 129.471 995 3 0 106.859 19.0876 -115.85 - 9 118.131 1454 2 1 110.971 16.4355 -144.45 - 9 105.452 981 2 0 111.162 16.355 -145.85 - 9 175.185 1473 1 1 114.829 14.5304 -174.45 - 9 105.097 972 1 0 114.959 14.5044 -175.85 - 9 114.914 1486 0 1 117.522 12.9028 -204.451 - 9 199.257 964 0 0 117.564 12.8853 -205.85 - 9 160.419 1406 5 1 101.533 19.7451 -54.45 - 9 120.244 1407 4 1 101.574 19.6553 -84.45 - 9 117.991 997 4 0 101.58 19.6491 -85.85 - 9 138.781 1407 3 1 101.698 19.5232 -114.45 - 9 104.822 997 3 0 101.716 19.5095 -115.85 - 9 131.252 995 2 0 102.106 19.1976 -145.85 - 9 104.013 1411 1 1 102.387 18.8669 -174.45 - 9 355.75 1413 0 1 102.806 18.6204 -204.45 - 9 172.951 992 0 0 102.812 18.6105 -205.85 - 9 267.069 993 0 0 102.942 18.7351 -205.85 - 9 46.6208 708 1 0 166.695 -38.3145 -176.25 - 9 136.376 1064 9 0 77.7475 32.9758 63.75 - 9 47.8846 1065 9 0 77.6453 33.05 63.7932 - 9 22.3888 991 1 0 100.627 18.265 -175.85 - 9 118.265 990 1 0 100.626 18.25 -175.962 - 9 110.333 1400 0 1 100.153 14.7951 -204.45 - 9 30.9623 973 0 0 100.193 14.6602 -205.85 - 9 87.1069 972 0 0 100.197 14.65 -205.963 - 9 230.659 1000 2 0 101.945 20.1312 -145.85 - 9 356.892 1434 1 1 107.065 26.1285 -174.45 - 9 32.5148 1032 1 0 107.153 26.6097 -175.85 - 9 127.136 1033 1 0 107.162 26.65 -175.962 - 9 112.842 1441 0 1 108.476 37.9494 -204.451 - 9 140.009 1092 0 0 108.457 38.4758 -205.85 -Number of digits in this event = 62 -Using G4ParticleGun ... -7.89972 LIN -e- -Event: 10 -Number of tracker hits in this event = 173 - 10 138.669 1346 10 1 89.3204 13.241 95.55 - 10 142.338 965 10 0 89.3202 13.2416 94.15 - 10 377.378 1346 9 1 89.3166 13.2556 65.55 - 10 541.11 966 9 0 89.3161 13.2553 64.15 - 10 113.717 1346 8 1 89.311 13.2501 35.55 - 10 314.158 965 8 0 89.3112 13.2493 34.15 - 10 122.411 1346 7 1 89.312 13.228 5.55 - 10 238.319 965 7 0 89.3119 13.2269 4.15 - 10 370.351 1346 6 1 89.3113 13.2007 -24.45 - 10 238.58 965 6 0 89.3098 13.1994 -25.85 - 10 234.065 1346 5 1 89.2772 13.1712 -54.45 - 10 279.729 965 5 0 89.2767 13.1682 -55.85 - 10 799.371 1346 4 1 89.2646 13.1045 -84.45 - 10 690.673 965 4 0 89.2635 13.1035 -85.85 - 10 186.026 1345 3 1 89.2453 13.0814 -114.45 - 10 381.854 965 3 0 89.245 13.0818 -115.85 - 10 265.896 1345 2 1 89.2389 13.0926 -144.45 - 10 140.579 965 2 0 89.237 13.0921 -145.85 - 10 104.279 1345 1 1 89.1904 13.083 -174.45 - 10 140.975 965 1 0 89.1877 13.082 -175.85 - 10 228.245 1345 0 1 89.1304 13.0601 -204.45 - 10 184.99 965 0 0 89.1264 13.0584 -205.85 - 10 460.704 1348 3 1 89.7996 13.1415 -114.45 - 10 221.752 1350 2 1 90.2423 12.9537 -144.45 - 10 303.119 964 2 0 90.2764 12.9475 -145.85 - 10 333.523 1353 1 1 90.8577 12.7708 -174.45 - 10 186.327 963 1 0 90.8643 12.7477 -175.85 - 10 140.362 1353 0 1 90.9182 12.2686 -204.45 - 10 195.843 960 0 0 90.912 12.2406 -205.85 - 10 106.981 964 4 0 89.3473 13.014 -85.8502 - 10 149.813 1345 4 1 89.25 13.1122 -84.5124 - 10 101.279 1346 3 1 89.3029 13.0983 -114.45 - 10 155.825 966 2 0 89.1189 13.2695 -145.85 - 10 126.17 1346 1 1 89.2852 12.9802 -174.451 - 10 75.3341 964 1 0 89.2756 12.873 -175.85 - 10 145.063 1344 0 1 89.0264 10.4817 -204.45 - 10 104.558 951 0 0 89.0146 10.291 -205.85 - 10 28.7921 950 0 0 89.0101 10.2499 -206.139 - 10 63.6137 1346 0 1 89.25 10.3685 -204.677 - 10 60.5945 947 0 0 90.1722 9.54242 -205.85 - 10 108.727 946 0 0 90.2836 9.44986 -205.984 - 10 15.6926 891 0 0 101.475 -1.83815 -206.25 - 10 101.469 890 0 0 101.469 -1.85 -206.186 - 10 116.412 1403 0 1 100.909 -1.96421 -204.85 - 10 114.381 1402 0 1 100.743 -1.97608 -204.45 - 10 53.1953 893 0 0 100.431 -1.37528 -205.85 - 10 152.932 894 0 0 100.372 -1.25 -206.043 - 10 6.0541 895 0 0 100.049 -1.04994 -206.245 - 10 71.1404 1338 3 1 87.7492 12.9368 -114.45 - 10 68.9162 1337 3 1 87.65 12.8865 -114.669 - 10 133.707 962 3 0 87.1297 12.5973 -115.85 - 10 0.296716 1259 2 1 71.8507 4.87187 -144.45 - 10 207.902 1258 2 1 71.8498 4.8719 -144.451 - 10 54.0297 1257 2 1 71.65 4.88764 -144.706 - 10 72.1397 924 2 0 70.6894 4.86179 -145.85 - 10 136.07 923 2 0 70.5687 4.85 -145.995 - 10 41.0944 1146 1 1 49.3618 2.20449 -174.45 - 10 67.958 1145 1 1 49.25 2.16008 -174.526 - 10 63.6829 1144 1 1 49.0499 2.10144 -174.668 - 10 23.5026 1143 1 1 48.8495 2.06416 -174.808 - 10 206.993 908 1 0 47.5914 1.79609 -175.85 - 10 32.5894 967 0 1 13.5119 -2.18871 -204.45 - 10 157.085 966 0 1 13.45 -2.21669 -204.515 - 10 91.1737 965 0 1 13.25 -2.2868 -204.66 - 10 3.00294 964 0 1 13.0499 -2.37616 -204.84 - 10 119.249 885 0 0 12.125 -2.89695 -205.85 - 10 62.016 1366 3 1 93.4917 11.3706 -114.45 - 10 74.8754 1365 3 1 93.35 11.386 -114.638 - 10 170.582 957 3 0 92.4698 11.5215 -115.85 - 10 32.4647 1251 2 1 70.3077 11.3599 -144.45 - 10 106.999 1250 2 1 70.2499 11.3236 -144.532 - 10 15.1076 1249 2 1 70.05 11.1982 -144.821 - 10 124.042 952 2 0 69.3233 10.6393 -145.85 - 10 23.2733 951 2 0 69.103 10.45 -146.18 - 10 122.429 1149 1 1 49.9918 -3.35625 -174.45 - 10 32.9789 880 1 0 49.8386 -4.01663 -175.85 - 10 111.433 879 1 0 49.8299 -4.05 -175.916 - 10 49.0355 1136 0 1 47.3771 -17.8801 -204.45 - 10 115.468 79 4 0 -68.6464 -164.15 -86.2275 - 10 148.299 963 3 0 89.5706 12.7673 -115.85 - 10 132.685 1340 2 1 88.1862 13.0536 -144.45 - 10 45.3838 963 2 0 88.0112 12.85 -146.083 - 10 114.562 1323 1 1 84.8025 9.38337 -174.45 - 10 149.514 946 1 0 84.6982 9.28745 -175.85 - 10 184.856 1312 0 1 82.5318 7.31435 -204.45 - 10 104.39 936 0 0 82.4638 7.34324 -205.85 - 10 5.31778 1315 2 1 83.1646 13.6114 -144.85 - 10 41.1455 967 2 0 80.5315 13.5135 -145.85 - 10 25.9681 965 9 0 89.3186 13.25 64.0869 - 10 229.809 1345 8 1 89.1582 13.3659 35.55 - 10 96.8437 966 8 0 89.1575 13.3733 34.15 - 10 146.604 1345 7 1 89.1964 13.498 5.55 - 10 123.12 967 7 0 89.1983 13.5066 4.15 - 10 152.667 1345 6 1 89.2014 13.6629 -24.45 - 10 141.114 968 6 0 89.2106 13.6803 -25.85 - 10 117.909 969 5 0 89.4253 14.0459 -55.85 - 10 121.998 1348 4 1 89.8458 14.3077 -84.45 - 10 123.781 971 4 0 89.86 14.3313 -85.85 - 10 385.237 1350 3 1 90.1796 14.8296 -114.45 - 10 25.599 973 3 0 90.1888 14.8492 -115.85 - 10 284.077 974 3 0 90.1892 14.85 -115.902 - 10 149.682 976 2 0 90.2208 15.395 -145.85 - 10 113.284 1338 1 1 87.7699 17.3195 -174.45 - 10 157.35 985 1 0 87.6622 17.1674 -175.85 - 10 226.814 1327 0 1 85.5609 14.4683 -204.45 - 10 112.931 972 0 0 85.8233 14.5912 -205.85 - 10 118.836 1334 2 1 87.0434 17.9686 -144.45 - 10 139.009 991 2 0 86.656 18.3707 -145.85 - 10 95.4335 992 2 0 86.5842 18.45 -146.107 - 10 40.7264 1298 1 1 79.7515 28.1071 -174.45 - 10 199.994 1299 1 1 79.85 28.18 -174.478 - 10 322.64 1050 1 0 80.0398 30.0536 -175.851 - 10 192.555 1051 1 0 80.077 30.25 -176.088 - 10 116.93 1052 1 0 80.1765 30.45 -176.209 - 10 116.557 1372 1 0 132.599 94.7389 -176.25 - 10 95.1287 1373 1 0 132.616 94.75 -176.232 - 10 81.7049 585 0 0 122.771 -62.85 -206.108 - 10 226.13 584 0 0 122.689 -63.05 -206.049 - 10 130.045 1300 1 1 80.05 28.3532 -174.567 - 10 144.75 1301 1 1 80.25 28.5047 -174.683 - 10 4.61206 1302 1 1 80.4509 28.6887 -174.838 - 10 0.269155 1048 1 0 81.4683 29.8491 -175.85 - 10 88.5373 1049 1 0 81.4691 29.85 -175.851 - 10 76.7436 1053 1 0 82.5049 30.65 -176.165 - 10 115.848 1351 2 1 90.4654 16.1978 -144.45 - 10 165.305 980 2 0 90.4802 16.187 -145.85 - 10 107.287 1355 1 1 91.3035 16.7887 -174.45 - 10 147.713 983 1 0 91.3629 16.794 -175.85 - 10 109.644 1363 0 1 92.8034 16.973 -204.45 - 10 196.75 984 0 0 92.8968 17.0277 -205.85 - 10 86.2244 1349 4 1 89.8814 14.3025 -84.45 - 10 7.86573 1350 4 1 90.15 14.204 -84.8214 - 10 170.735 969 4 0 91.0048 13.9497 -85.85 - 10 38.6611 1354 1 1 90.95 15.1898 -174.733 - 10 87.4081 972 1 0 91.4073 14.5841 -175.85 - 10 223 971 1 0 91.5373 14.4497 -176.103 - 10 84.4431 1420 0 1 104.281 -6.67305 -204.45 - 10 36.1112 1419 0 1 104.15 -6.75563 -204.741 - 10 163.332 864 0 0 103.758 -7.11469 -205.85 - 10 29.6432 863 0 0 103.636 -7.25 -206.153 - 10 146.017 976 1 0 90.798 15.3605 -175.85 - 10 154.856 1350 0 1 90.1529 15.6976 -204.45 - 10 135.81 1342 7 1 88.4559 11.6041 5.55 - 10 122.69 956 7 0 88.8 11.3739 4.15 - 10 139.453 1378 6 1 95.8236 6.65666 -24.45 - 10 125.41 931 6 0 96.1885 6.44332 -25.85 - 10 95.3997 1414 5 1 103.07 2.46817 -54.45 - 10 16.7 1415 5 1 103.15 2.42668 -54.8044 - 10 168.363 911 5 0 103.385 2.30576 -55.85 - 10 113.886 1448 4 1 109.834 -0.866454 -84.45 - 10 178.796 894 4 0 110.127 -1.05298 -85.85 - 10 118.909 1479 3 1 116.009 -4.99273 -114.45 - 10 144.61 874 3 0 116.306 -5.1571 -115.85 - 10 156.508 1511 2 1 122.471 -8.57745 -144.45 - 10 110.295 856 2 0 122.729 -8.66083 -145.85 - 10 133.361 1539 1 1 127.982 -10.3458 -174.45 - 10 132.912 848 1 0 128.32 -10.4178 -175.85 - 10 192.05 1574 0 1 134.968 -11.7049 -204.45 - 10 119.072 841 0 0 135.239 -11.77 -205.85 - 10 145.769 1347 3 1 89.6162 13.7955 -114.45 - 10 120.536 968 3 0 89.6123 13.8008 -115.85 - 10 155.845 1347 2 1 89.5725 13.895 -144.45 - 10 162.061 969 2 0 89.5485 13.9224 -145.85 - 10 130.828 1344 1 1 88.8733 14.3419 -174.45 - 10 128.95 1341 0 1 88.4175 16.2853 -204.45 - 10 231.512 981 0 0 88.4107 16.4132 -205.85 - 10 3.21167 982 0 0 88.4074 16.4501 -206.229 - 10 245.045 569 4 0 20.6696 -66.0571 -86.25 - 10 34.6533 570 4 0 20.6563 -66.0496 -86.2181 - 10 114.094 970 3 0 89.8893 14.245 -115.85 - 10 14.4946 971 3 0 89.8915 14.25 -115.869 - 10 376.09 1401 2 1 100.449 14.6609 -144.45 - 10 517.391 1400 2 1 100.35 14.6842 -144.777 -Number of digits in this event = 95 -Using G4ParticleGun ... -5.40393 LIN -e- -Event: 11 -Number of tracker hits in this event = 30 - 11 111.111 819 10 1 -16.2309 114.047 95.55 - 11 96.674 1469 10 0 -16.231 114.049 94.15 - 11 141.196 819 9 1 -16.225 114.106 65.55 - 11 125.935 1469 9 0 -16.2257 114.108 64.15 - 11 115.262 819 8 1 -16.2426 114.14 35.55 - 11 173.946 1469 8 0 -16.2427 114.141 34.15 - 11 145.932 819 7 1 -16.242 114.167 5.55 - 11 131.365 1470 7 0 -16.241 114.167 4.15 - 11 149.759 819 6 1 -16.2275 114.17 -24.45 - 11 125.936 1470 6 0 -16.2252 114.171 -25.85 - 11 114.679 819 5 1 -16.1703 114.193 -54.45 - 11 118.052 1470 5 0 -16.1661 114.194 -55.85 - 11 115.296 819 4 1 -16.0863 114.215 -84.45 - 11 115.357 1470 4 0 -16.0812 114.217 -85.85 - 11 111.656 820 3 1 -15.9845 114.269 -114.45 - 11 243.972 1470 3 0 -15.979 114.271 -115.85 - 11 132.564 820 2 1 -15.8582 114.296 -144.45 - 11 117.182 1470 2 0 -15.8533 114.298 -145.85 - 11 94.1457 821 1 1 -15.7521 114.324 -174.45 - 11 113.3 1470 1 0 -15.7475 114.324 -175.85 - 11 98.6046 821 0 1 -15.6605 114.34 -204.45 - 11 180.735 1470 0 0 -15.6549 114.341 -205.85 - 11 54.9596 1661 1 0 -22.443 152.443 -176.25 - 11 217.527 166 9 1 -146.948 90.7841 65.55 - 11 41.5933 165 9 1 -146.95 90.3614 65.1527 - 11 33.4048 1336 9 0 -146.382 87.3341 64.15 - 11 132.514 1335 9 0 -146.367 87.2498 64.1248 - 11 58.0202 1334 9 0 -146.31 87.05 64.0827 - 11 33.0793 1333 9 0 -146.304 86.85 64.091 - 11 149.205 169 9 1 -146.223 85.2298 65.15 -Number of digits in this event = 16 -Using G4ParticleGun ... -7.10857 LIN -e- -Event: 12 -Number of tracker hits in this event = 36 - 12 123.035 1169 9 1 53.8645 121.336 65.55 - 12 133.972 1505 9 0 53.8629 121.336 64.15 - 12 150.321 1168 8 1 53.8311 121.335 35.55 - 12 127.544 1505 8 0 53.8309 121.336 34.15 - 12 120.295 1168 7 1 53.8205 121.35 5.55 - 12 122.747 1506 7 0 53.8174 121.352 4.15 - 12 144.706 1168 6 1 53.7672 121.378 -24.45 - 12 163.76 1506 6 0 53.7644 121.378 -25.85 - 12 114.363 1168 5 1 53.715 121.369 -54.45 - 12 101.112 1506 5 0 53.7102 121.371 -55.85 - 12 130.858 1167 4 1 53.6098 121.4 -84.45 - 12 179.823 1506 4 0 53.6086 121.403 -85.85 - 12 93.6268 1167 3 1 53.5887 121.459 -114.45 - 12 331.531 1506 3 0 53.5924 121.464 -115.85 - 12 225.404 1167 2 1 53.6052 121.524 -144.45 - 12 364.087 1506 2 0 53.6045 121.527 -145.85 - 12 286.174 1167 1 1 53.5975 121.59 -174.45 - 12 307.857 1507 1 0 53.597 121.596 -175.85 - 12 497.23 1167 0 1 53.5755 121.735 -204.45 - 12 466.221 1507 0 0 53.5713 121.744 -205.85 - 12 134.21 1000 6 0 13.2719 20.25 -26.2387 - 12 25.4717 1168 0 1 53.6501 121.722 -204.752 - 12 184.773 1508 0 0 53.8111 121.829 -205.85 - 12 112.243 1505 4 0 53.6258 121.35 -85.9064 - 12 197.42 1168 3 1 53.7171 121.37 -114.55 - 12 392.731 1168 2 1 53.693 121.383 -144.45 - 12 102.91 1506 1 0 53.5957 121.484 -175.85 - 12 45.6169 771 7 0 128.218 -25.8254 3.75015 - 12 117.518 770 7 0 128.245 -25.85 3.89994 - 12 4.89833 1536 7 1 127.364 -26.62 5.15004 - 12 407.201 1535 7 1 127.35 -26.6285 5.16518 - 12 131.335 1534 7 1 127.15 -26.8029 5.35606 - 12 127.884 1505 2 0 53.7127 121.333 -145.85 - 12 201.584 1170 1 1 54.0592 121.611 -174.45 - 12 121.403 1170 0 1 54.1139 121.599 -204.45 - 12 3.11189 1506 0 0 54.064 121.55 -206.239 -Number of digits in this event = 28 -Using G4ParticleGun ... -3.70113 LIN -e- -Event: 13 -Number of tracker hits in this event = 19 - 13 139.519 212 8 1 -137.601 17.4734 35.55 - 13 307.761 987 8 0 -137.603 17.4733 34.15 - 13 103.765 212 7 1 -137.643 17.4807 5.55 - 13 127.304 987 7 0 -137.644 17.4813 4.15 - 13 125.741 212 6 1 -137.678 17.4852 -24.45 - 13 111.082 987 6 0 -137.68 17.4863 -25.85 - 13 118.716 212 5 1 -137.715 17.5125 -54.45 - 13 116.255 987 5 0 -137.716 17.5133 -55.85 - 13 148.208 212 4 1 -137.739 17.5304 -84.45 - 13 131.46 987 4 0 -137.74 17.5317 -85.85 - 13 121.56 212 3 1 -137.745 17.554 -114.45 - 13 102.714 987 3 0 -137.746 17.5548 -115.85 - 13 95.6287 211 2 1 -137.781 17.5696 -144.45 - 13 118.116 987 2 0 -137.781 17.5701 -145.85 - 13 141.466 211 1 1 -137.781 17.5808 -174.45 - 13 114.779 987 1 0 -137.779 17.581 -175.85 - 13 123.383 211 0 1 -137.752 17.5864 -204.45 - 13 116.07 987 0 0 -137.749 17.5873 -205.85 - 13 25.6832 140 7 0 38.7366 -152.037 3.75 -Number of digits in this event = 12 -Using G4ParticleGun ... -4.07442 LIN -e- -Event: 14 -Number of tracker hits in this event = 37 - 14 138.852 295 9 1 -121.132 -41.1392 65.55 - 14 242.711 694 9 0 -121.133 -41.1383 64.15 - 14 100.914 294 8 1 -121.152 -41.1123 35.55 - 14 194.61 694 8 0 -121.152 -41.1099 34.15 - 14 121.939 294 7 1 -121.174 -41.0579 5.55 - 14 102.672 694 7 0 -121.173 -41.0532 4.15 - 14 147.603 294 6 1 -121.16 -40.9594 -24.45 - 14 149.539 695 6 0 -121.161 -40.9572 -25.85 - 14 225.669 294 5 1 -121.181 -40.919 -54.45 - 14 252.43 695 5 0 -121.191 -40.9069 -55.85 - 14 125.294 293 4 1 -121.396 -40.6556 -84.45 - 14 131.331 697 4 0 -121.404 -40.6437 -85.85 - 14 119.187 292 3 1 -121.557 -40.3963 -114.45 - 14 119.862 698 3 0 -121.564 -40.3842 -115.85 - 14 164.672 292 2 1 -121.69 -40.138 -144.45 - 14 128.717 699 2 0 -121.697 -40.1277 -145.85 - 14 211.711 291 1 1 -121.834 -39.9281 -174.45 - 14 96.7907 700 1 0 -121.839 -39.9166 -175.85 - 14 108.929 290 0 1 -121.965 -39.6909 -204.45 - 14 173.94 701 0 0 -121.973 -39.6819 -205.85 - 14 120.056 1163 3 0 -119.99 52.65 -116.094 - 14 104.628 1259 5 1 71.8517 93.2014 -54.85 - 14 142.293 292 1 1 -121.75 -39.8426 -174.624 - 14 114.716 297 4 1 -120.632 -41.5393 -84.45 - 14 163.732 692 4 0 -120.607 -41.568 -85.85 - 14 105.71 300 3 1 -120.103 -42.171 -114.45 - 14 120.294 689 3 0 -120.079 -42.1988 -115.85 - 14 123.268 302 2 1 -119.616 -42.7822 -144.45 - 14 219.07 686 2 0 -119.602 -42.8051 -145.85 - 14 189.348 304 1 1 -119.345 -43.2429 -174.45 - 14 101.749 683 1 0 -119.341 -43.2799 -175.85 - 14 108.881 304 0 1 -119.261 -44.0104 -204.45 - 14 136.279 679 0 0 -119.258 -44.0641 -205.85 - 14 23.1329 716 5 0 -125.683 -36.8246 -56.25 - 14 320.413 715 5 0 -125.706 -36.85 -56.1855 - 14 171.95 1128 5 1 45.65 18.8536 -54.7336 - 14 233.387 458 2 1 -88.399 3.07213 -144.85 -Number of digits in this event = 27 -Using G4ParticleGun ... -6.9478 LIN -e- -Event: 15 -Number of tracker hits in this event = 67 - 15 79.3882 899 9 1 -0.19544 134.969 65.4469 - 15 116.681 1574 9 0 -0.195357 134.969 64.15 - 15 214.417 899 8 1 -0.195349 134.974 35.55 - 15 116.404 1574 8 0 -0.196233 134.975 34.15 - 15 124.51 899 7 1 -0.215672 134.987 5.55 - 15 204.045 1574 7 0 -0.216592 134.987 4.15 - 15 114.536 899 6 1 -0.238234 134.982 -24.45 - 15 100.069 1574 6 0 -0.240486 134.981 -25.85 - 15 105.555 898 5 1 -0.286547 134.963 -54.45 - 15 91.8872 1574 5 0 -0.289372 134.962 -55.85 - 15 119.866 898 4 1 -0.344072 134.953 -84.45 - 15 158.139 1574 4 0 -0.347214 134.951 -85.85 - 15 124.561 898 3 1 -0.414099 134.912 -114.45 - 15 212.724 1573 3 0 -0.416104 134.91 -115.85 - 15 297.531 897 2 1 -0.461793 134.87 -144.45 - 15 128.669 1573 2 0 -0.461614 134.867 -145.85 - 15 107.91 897 1 1 -0.459835 134.81 -174.45 - 15 139.458 1573 1 0 -0.45883 134.804 -175.85 - 15 120.638 898 0 1 -0.430576 134.693 -204.45 - 15 167.253 1572 0 0 -0.428775 134.686 -205.85 - 15 9.95476 614 4 0 -3.65478 -57.05 -86.0009 - 15 170.984 879 4 1 -4.15593 -57.3793 -84.85 - 15 126.708 878 4 1 -4.25009 -57.3523 -84.4839 - 15 14.5242 1532 1 0 -88.6123 126.622 -176.25 - 15 332.393 1311 3 0 -39.636 82.3235 -116.25 - 15 34.8972 647 2 1 -50.4927 78.4594 -144.45 - 15 146.605 1545 0 0 -3.7225 129.327 -206.25 - 15 87.1117 880 0 1 -3.97642 129.039 -204.85 - 15 37.1877 879 0 1 -4.05 129.077 -204.585 - 15 286.729 898 1 1 -0.38632 135.103 -174.45 - 15 41.593 1582 1 0 -0.0808343 136.55 -175.85 - 15 42.1771 945 0 1 9.08814 161.158 -204.45 - 15 80.3969 946 0 1 9.25 161.262 -204.503 - 15 63.7318 947 0 1 9.45 161.424 -204.517 - 15 83.0133 948 0 1 9.65 161.558 -204.554 - 15 67.2493 949 0 1 9.85 161.78 -204.57 - 15 150.757 950 0 1 10.05 162.024 -204.545 - 15 51.2921 951 0 1 10.25 162.285 -204.568 - 15 34.0326 952 0 1 10.45 162.384 -204.528 - 15 55.1154 953 0 1 10.687 162.454 -204.45 - 15 117.869 954 0 1 10.85 162.469 -204.509 - 15 79.6251 955 0 1 11.0503 162.493 -204.543 - 15 94.4078 956 0 1 11.2501 162.54 -204.539 - 15 51.1173 957 0 1 11.45 162.504 -204.627 - 15 47.7249 958 0 1 11.65 162.471 -204.687 - 15 71.2896 959 0 1 11.85 162.426 -204.745 - 15 48.8714 960 0 1 12.05 162.476 -204.745 - 15 118.169 961 0 1 12.25 162.547 -204.746 - 15 134.187 962 0 1 12.45 162.538 -204.755 - 15 45.3182 994 0 1 18.85 164.453 -204.547 - 15 59.7997 1577 1 0 -0.106978 135.656 -175.85 - 15 68.3184 1578 1 0 -0.0732603 135.75 -176.004 - 15 30.2014 1579 1 0 -0.0548507 135.95 -176.164 - 15 149.193 911 0 1 2.26907 170.034 -204.45 - 15 172.973 912 0 1 2.45 170.398 -204.639 - 15 105.023 913 0 1 2.65 170.776 -204.761 - 15 6.09439 914 0 1 2.85 171.142 -204.846 - 15 7.13858 1780 0 0 5.50113 176.333 -205.85 - 15 65.3924 1781 0 0 5.50964 176.35 -205.853 - 15 103.534 1782 0 0 5.62666 176.55 -205.898 - 15 58.8079 1783 0 0 5.74082 176.75 -205.937 - 15 69.5648 1784 0 0 5.854 176.95 -205.974 - 15 64.9694 1785 0 0 5.97573 177.15 -206.012 - 15 48.5604 1786 0 0 6.09972 177.35 -206.066 - 15 58.0805 1787 0 0 6.18623 177.55 -206.138 - 15 60.3082 1788 0 0 6.25782 177.75 -206.215 - 15 216.117 1573 7 0 -0.184222 134.95 3.86585 -Number of digits in this event = 23 -Using G4ParticleGun ... -9.76635 LIN -e- -Event: 16 -Number of tracker hits in this event = 37 - 16 149.521 818 11 1 -16.4121 1.82226 125.55 - 16 139.168 908 11 0 -16.4117 1.82202 124.15 - 16 146.757 818 10 1 -16.4052 1.81655 95.55 - 16 130.894 908 10 0 -16.4054 1.81617 94.15 - 16 123.389 818 9 1 -16.4072 1.80902 65.55 - 16 124.77 908 9 0 -16.406 1.80902 64.15 - 16 125.33 818 8 1 -16.3807 1.81293 35.55 - 16 117.598 908 8 0 -16.3805 1.81304 34.15 - 16 102.962 818 7 1 -16.3776 1.81463 5.55 - 16 263.778 908 7 0 -16.3776 1.81466 4.15 - 16 243.714 818 6 1 -16.3792 1.81394 -24.45 - 16 133.56 908 6 0 -16.3801 1.81342 -25.85 - 16 106.143 818 5 1 -16.4008 1.79751 -54.45 - 16 164.896 908 5 0 -16.4021 1.79689 -55.85 - 16 377.255 818 4 1 -16.4313 1.78237 -84.45 - 16 167.493 908 4 0 -16.4322 1.78219 -85.85 - 16 127.881 818 3 1 -16.444 1.77877 -114.45 - 16 146.119 908 3 0 -16.4443 1.78132 -115.85 - 16 436.824 818 2 1 -16.4452 1.83064 -144.45 - 16 377.016 908 2 0 -16.4467 1.83306 -145.85 - 16 219.354 817 1 1 -16.4785 1.88371 -174.45 - 16 101.637 909 1 0 -16.4825 1.88623 -175.85 - 16 134.941 817 0 1 -16.5637 1.9336 -204.45 - 16 150.905 909 0 0 -16.5713 1.93812 -205.85 - 16 140.595 817 4 1 -16.516 1.72989 -84.45 - 16 34.0214 904 4 0 -16.6436 0.871042 -85.85 - 16 188.017 903 4 0 -16.6459 0.85 -85.8867 - 16 217.315 908 1 0 -16.4792 1.75103 -175.85 - 16 146.569 816 0 1 -16.6944 1.69486 -204.45 - 16 238.557 908 0 0 -16.6924 1.69964 -205.85 - 16 114.22 818 1 1 -16.3637 1.78938 -174.45 - 16 104.561 818 0 1 -16.3591 1.77931 -204.45 - 16 16.4374 394 1 0 144.618 -101.325 -176.25 - 16 42.073 393 1 0 144.653 -101.35 -176.243 - 16 23.9186 937 13 1 7.60993 19.1551 185.15 - 16 37.3514 235 1 0 14.3342 -132.95 -175.943 - 16 117.252 909 7 0 -16.368 1.85 3.85232 -Number of digits in this event = 28 -Using G4ParticleGun ... -6.64048 LIN -e- -Event: 17 -Number of tracker hits in this event = 53 - 17 128.928 1412 9 1 102.591 64.3197 65.55 - 17 107.449 1221 9 0 102.591 64.3192 64.15 - 17 118.921 1412 8 1 102.59 64.3043 35.55 - 17 136.392 1221 8 0 102.589 64.3041 34.15 - 17 206.421 1412 7 1 102.571 64.3008 5.55 - 17 130.759 1221 7 0 102.57 64.3002 4.15 - 17 176.02 1411 6 1 102.544 64.2837 -24.45 - 17 401.904 1221 6 0 102.548 64.2827 -25.85 - 17 125.87 1412 5 1 102.63 64.2597 -54.45 - 17 137.481 1221 5 0 102.638 64.2574 -55.85 - 17 342.067 1413 4 1 102.772 64.2454 -84.45 - 17 128.971 1220 4 0 102.772 64.2482 -85.85 - 17 109.763 1413 3 1 102.785 64.2929 -114.45 - 17 109.234 1221 3 0 102.789 64.286 -115.85 - 17 108.612 1413 2 1 102.847 64.126 -144.45 - 17 113.095 1220 2 0 102.846 64.1082 -145.85 - 17 150.674 1413 1 1 102.857 63.7169 -174.45 - 17 116.309 1218 1 0 102.856 63.6911 -175.85 - 17 231.433 1413 0 1 102.845 63.2127 -204.45 - 17 121.228 1215 0 0 102.849 63.1928 -205.85 - 17 81.53 1436 1 0 127.091 107.35 -176.168 - 17 96.7565 1435 1 0 127.221 107.35 -175.979 - 17 140.499 1538 1 1 127.824 106.863 -174.85 - 17 118.666 1412 0 1 102.75 63.3253 -204.629 - 17 569.177 1410 0 1 102.261 64.0582 -204.45 - 17 346.566 1220 0 0 102.18 64.0626 -205.85 - 17 24.523 1225 0 0 101.335 65.2226 -205.85 - 17 228.013 1226 0 0 101.291 65.25 -205.883 - 17 289.841 1412 6 1 102.565 64.309 -24.45 - 17 90.54 1413 5 1 102.892 64.828 -54.45 - 17 148.786 1223 5 0 102.894 64.8366 -55.85 - 17 141.187 1224 4 0 102.858 65.0423 -85.85 - 17 128.023 1412 3 1 102.58 65.333 -114.45 - 17 121.852 1226 3 0 102.583 65.3546 -115.85 - 17 138.038 1412 2 1 102.575 65.709 -144.45 - 17 114.548 1228 2 0 102.573 65.7188 -145.85 - 17 140.45 1411 1 1 102.544 65.8982 -174.45 - 17 278.758 1228 1 0 102.521 65.8383 -175.851 - 17 145.738 1414 5 1 103.053 65.3165 -54.45 - 17 104.454 1226 5 0 103.09 65.3642 -55.85 - 17 104.351 1418 4 1 103.832 66.264 -84.45 - 17 112.911 1231 4 0 103.868 66.3165 -85.85 - 17 156.723 1422 3 1 104.684 67.2864 -114.45 - 17 297.427 1236 3 0 104.718 67.3564 -115.85 - 17 106.113 1426 2 1 105.458 68.9633 -144.45 - 17 94.2969 1244 2 0 105.459 69.0449 -145.85 - 17 169.316 1245 2 0 105.459 69.05 -145.938 - 17 238.623 1426 1 1 105.518 70.6356 -174.45 - 17 144.401 1253 1 0 105.52 70.6811 -175.85 - 17 131.829 1427 0 1 105.579 71.5287 -204.45 - 17 145.073 1257 0 0 105.612 71.5738 -205.85 - 17 256.386 1225 5 0 102.474 65.0925 -55.85 - 17 41.8269 1224 5 0 102.439 65.05 -55.8958 -Number of digits in this event = 36 -Using G4ParticleGun ... -9.2665 LIN -e- -Event: 18 -Number of tracker hits in this event = 32 - 18 117.153 662 11 1 -47.5077 44.976 125.55 - 18 121.209 1124 11 0 -47.5077 44.9758 124.15 - 18 102.292 662 10 1 -47.5095 44.971 95.55 - 18 125.752 1124 10 0 -47.5096 44.9707 94.15 - 18 114.42 662 9 1 -47.5133 44.968 65.55 - 18 312.793 1124 9 0 -47.5126 44.9671 64.15 - 18 148.482 662 8 1 -47.4964 44.9468 35.55 - 18 175.225 1124 8 0 -47.4957 44.9449 34.15 - 18 138.679 662 7 1 -47.4801 44.9126 5.55 - 18 156.458 1124 7 0 -47.4771 44.9128 4.15 - 18 121.062 663 6 1 -47.4163 44.9123 -24.45 - 18 140.787 1124 6 0 -47.4129 44.9125 -25.85 - 18 133.747 663 5 1 -47.3449 44.9302 -54.45 - 18 176.329 1124 5 0 -47.3406 44.9317 -55.85 - 18 122.465 663 4 1 -47.2524 44.9572 -84.45 - 18 148.952 1124 4 0 -47.2484 44.9592 -85.85 - 18 482.864 664 3 1 -47.1672 45.0006 -114.45 - 18 180.658 1124 3 0 -47.1634 45.0022 -115.85 - 18 212.814 664 2 1 -47.0884 45.0365 -144.45 - 18 226.965 1124 2 0 -47.0852 45.0387 -145.85 - 18 122.873 665 1 1 -47.0211 45.0867 -174.45 - 18 105.123 1125 1 0 -47.0176 45.0893 -175.85 - 18 110.993 665 0 1 -46.9464 45.1433 -204.45 - 18 93.4212 1125 0 0 -46.9448 45.1482 -205.85 - 18 86.5057 603 1 0 -27.343 -59.426 -176.25 - 18 68.0756 663 3 1 -47.2502 44.9832 -114.746 - 18 100.509 663 7 1 -47.45 44.8305 5.40877 - 18 25.3108 1120 7 0 -47.1523 44.0897 4.15 - 18 100.164 1119 7 0 -47.1313 44.05 4.08495 - 18 12.9341 1118 7 0 -46.9838 43.85 3.77782 - 18 227.197 1314 9 0 -109.136 83.0312 63.75 - 18 155.512 1313 9 0 -109.291 82.85 63.968 -Number of digits in this event = 22 -Using G4ParticleGun ... -1.28117 LIN -e- -Event: 19 -Number of tracker hits in this event = 102 - 19 128.267 628 10 1 -54.3532 99.9737 95.55 - 19 112.057 1399 10 0 -54.3494 99.9709 94.15 - 19 118.783 629 9 1 -54.2454 99.8878 65.55 - 19 164.549 1398 9 0 -54.2417 99.8764 64.15 - 19 142.16 629 8 1 -54.1571 99.6361 35.55 - 19 120.727 1397 8 0 -54.152 99.631 34.15 - 19 123.576 629 7 1 -54.0584 99.5416 5.55 - 19 133.822 1396 7 0 -54.0536 99.5323 4.15 - 19 382.065 630 6 1 -53.9614 99.3449 -24.45 - 19 339.998 1395 6 0 -53.9519 99.33 -25.85 - 19 164.309 631 5 1 -53.7788 99.0165 -54.45 - 19 146.906 1394 5 0 -53.7734 99.0135 -55.85 - 19 142.612 632 4 1 -53.6431 98.9699 -84.45 - 19 160.772 1394 4 0 -53.635 98.9651 -85.85 - 19 117.172 633 3 1 -53.4412 98.8392 -114.45 - 19 223.941 1393 3 0 -53.4306 98.836 -115.85 - 19 93.5747 634 2 1 -53.1767 98.7916 -144.45 - 19 132.021 1393 2 0 -53.1685 98.7889 -145.85 - 19 257.593 635 1 1 -52.9955 98.7525 -174.45 - 19 52.9926 1393 1 0 -52.9932 98.7502 -175.85 - 19 65.3283 1392 1 0 -52.993 98.75 -175.982 - 19 112.781 635 0 1 -52.9297 98.7249 -204.45 - 19 122.523 1392 0 0 -52.9308 98.7206 -205.85 - 19 46.0614 1784 2 0 -72.5893 176.95 -146.133 - 19 38.0779 542 2 1 -71.4957 178.326 -144.85 - 19 42.9044 543 2 1 -71.45 178.402 -144.807 - 19 19.8516 1782 2 0 -69.2297 176.691 -145.85 - 19 3.91989 573 2 1 -65.2721 169.086 -144.85 - 19 4.16728 1736 2 0 -60.3733 167.399 -145.85 - 19 77.3828 654 2 1 -49.1832 166.219 -144.85 - 19 157.543 1729 2 0 -47.3487 166.043 -145.85 - 19 21.5337 629 6 1 -54.05 98.9888 -24.7983 - 19 180.966 1391 6 0 -54.3211 98.537 -25.85 - 19 14.5781 588 5 1 -62.4289 85.6754 -54.4507 - 19 130.284 587 5 1 -62.4501 85.6521 -54.4953 - 19 284.198 1324 5 0 -63.1341 85.0167 -55.85 - 19 18.5054 500 4 1 -80.0044 74.2062 -84.45 - 19 90.6974 499 4 1 -80.05 74.1976 -84.503 - 19 39.885 498 4 1 -80.25 74.1695 -84.7534 - 19 141.651 1270 4 0 -81.0956 74.09 -85.85 - 19 42.22 404 3 1 -99.2777 73.3334 -114.45 - 19 160.916 403 3 1 -99.35 73.4158 -114.55 - 19 106.933 1270 3 0 -100.231 74.1282 -115.85 - 19 133.715 1271 3 0 -100.412 74.25 -116.095 - 19 142.032 287 2 1 -122.643 85.9624 -144.45 - 19 183.758 1329 2 0 -122.858 85.9662 -145.85 - 19 38.8005 292 1 1 -121.651 80.1875 -174.451 - 19 89.1775 291 1 1 -121.75 80.1381 -174.54 - 19 51.0334 290 1 1 -121.95 80.056 -174.634 - 19 99.423 289 1 1 -122.15 80.0355 -174.732 - 19 75.3815 288 1 1 -122.35 80.0165 -174.777 - 19 87.0986 287 1 1 -122.55 80.017 -174.798 - 19 101.849 286 1 1 -122.75 79.9337 -174.735 - 19 77.6562 285 1 1 -122.95 79.8278 -174.802 - 19 68.4335 284 1 1 -123.15 79.811 -174.79 - 19 63.205 283 1 1 -123.35 79.8507 -174.738 - 19 7.70204 282 1 1 -123.551 79.8997 -174.74 - 19 63.1722 219 1 1 -136.15 89.7367 -174.48 - 19 9.09783 218 1 1 -136.35 89.8276 -174.824 - 19 20.9485 175 0 1 -145.117 92.2265 -204.45 - 19 74.5542 174 0 1 -145.15 92.223 -204.535 - 19 126.655 1361 0 0 -145.364 92.3702 -205.85 - 19 206.047 1325 5 0 -63.2508 85.05 -56.0997 - 19 20.1505 642 5 1 -51.4597 100.428 -54.45 - 19 127.992 643 5 1 -51.45 100.428 -54.5128 - 19 109.867 1401 5 0 -51.2758 100.393 -55.85 - 19 118.301 657 4 1 -48.4641 98.948 -84.45 - 19 30.4829 1391 4 0 -48.7434 98.389 -85.8501 - 19 92.1559 1390 4 0 -48.7623 98.35 -85.9446 - 19 25.1049 621 3 1 -55.8121 87.9624 -114.45 - 19 143.764 620 3 1 -55.85 87.9003 -114.511 - 19 14.3953 619 3 1 -56.05 87.5779 -114.823 - 19 0.354472 1332 3 0 -56.7086 86.4504 -115.85 - 19 84.7899 1331 3 0 -56.7088 86.45 -115.85 - 19 81.6167 1330 3 0 -56.8286 86.25 -116.047 - 19 38.0017 525 2 1 -74.9587 58.802 -144.45 - 19 73.1128 524 2 1 -75.0501 58.7535 -144.507 - 19 65.3606 523 2 1 -75.25 58.6401 -144.639 - 19 84.0533 522 2 1 -75.45 58.5246 -144.765 - 19 64.0243 1186 2 0 -77.4711 57.3445 -145.85 - 19 114.964 1185 2 0 -77.6301 57.2498 -145.937 - 19 84.2826 1184 2 0 -77.9353 57.05 -146.114 - 19 0.932994 1183 2 0 -78.0533 56.85 -146.247 - 19 82.9501 747 2 0 -141.245 -30.6089 -146.25 - 19 105.196 746 2 0 -141.281 -30.65 -146.225 - 19 133.808 745 2 0 -141.497 -30.85 -146.094 - 19 42.2924 744 2 0 -141.763 -31.05 -145.913 - 19 8.20294 185 2 1 -143.124 -31.959 -144.85 - 19 80.5833 184 2 1 -143.15 -31.9761 -144.83 - 19 171.822 183 2 1 -143.35 -32.1334 -144.67 - 19 211.002 182 2 1 -143.55 -32.3443 -144.523 - 19 57.3625 181 2 1 -143.836 -32.0256 -144.45 - 19 94.7414 748 2 0 -142.568 -30.45 -145.971 - 19 57.769 749 2 0 -142.446 -30.25 -146.091 - 19 61.3503 750 2 0 -142.31 -30.0499 -146.162 - 19 100.477 751 2 0 -142.158 -29.85 -146.22 - 19 67.7394 1280 2 0 -37.2313 76.1985 -146.25 - 19 96.0705 1279 2 0 -37.2991 76.05 -146.127 - 19 7.10769 1278 2 0 -37.5066 75.85 -146.23 - 19 134.083 1008 2 0 -49.271 21.8276 -146.25 - 19 108.804 652 2 1 -49.6182 21.155 -144.85 - 19 321.631 653 2 1 -49.45 21.1266 -144.566 -Number of digits in this event = 36 -Using G4ParticleGun ... -6.06952 LIN -e- -Event: 20 -Number of tracker hits in this event = 25 - 20 131.71 390 9 1 -102.051 66.025 65.55 - 20 128.888 1229 9 0 -102.049 66.0265 64.15 - 20 126.373 390 8 1 -102.015 66.058 35.55 - 20 136.589 1230 8 0 -102.015 66.0602 34.15 - 20 194.666 390 7 1 -101.993 66.1028 5.55 - 20 130.798 1230 7 0 -101.99 66.1065 4.15 - 20 123.961 391 6 1 -101.922 66.1823 -24.45 - 20 107.27 1230 6 0 -101.918 66.1854 -25.85 - 20 111.536 391 5 1 -101.85 66.2524 -54.45 - 20 111.811 1231 5 0 -101.846 66.2553 -55.85 - 20 101.864 391 4 1 -101.771 66.3159 -84.45 - 20 137.224 1231 4 0 -101.767 66.3199 -85.85 - 20 123.486 392 3 1 -101.677 66.4029 -114.45 - 20 104.96 1231 3 0 -101.675 66.4065 -115.85 - 20 105.671 392 2 1 -101.627 66.4778 -144.45 - 20 93.2933 1232 2 0 -101.624 66.482 -145.85 - 20 111.421 392 1 1 -101.554 66.5654 -174.45 - 20 146.047 1232 1 0 -101.55 66.5702 -175.85 - 20 239.005 393 0 1 -101.463 66.6683 -204.45 - 20 261.867 1233 0 0 -101.456 66.6762 -205.85 - 20 101.29 1417 5 0 -87.9849 103.574 -56.25 - 20 195.291 392 0 1 -101.577 66.6062 -204.45 - 20 8.34286 391 0 1 -101.75 66.4639 -204.82 - 20 41.1835 1230 0 0 -102.246 66.0659 -205.85 - 20 116.236 1229 0 0 -102.265 66.05 -205.89 -Number of digits in this event = 15 -Using G4ParticleGun ... -5.18273 LIN -e- -Event: 21 -Number of tracker hits in this event = 38 - 21 101.863 647 11 1 -50.4642 -57.8476 125.55 - 21 124.441 611 11 0 -50.4655 -57.8492 124.15 - 21 141.149 647 10 1 -50.4931 -57.8799 95.55 - 21 184.596 610 10 0 -50.4922 -57.8806 94.15 - 21 120.313 647 9 1 -50.4697 -57.8938 65.55 - 21 168.231 610 9 0 -50.4659 -57.895 64.15 - 21 297.741 648 8 1 -50.3827 -57.9179 35.55 - 21 119.889 610 8 0 -50.3766 -57.9185 34.15 - 21 133.039 648 7 1 -50.2536 -57.9265 5.55 - 21 125.749 610 7 0 -50.2467 -57.9267 4.15 - 21 146.745 649 6 1 -50.1116 -57.9248 -24.45 - 21 124.901 610 6 0 -50.1053 -57.9259 -25.85 - 21 126.169 650 5 1 -49.9777 -57.9418 -54.45 - 21 144.77 610 5 0 -49.9682 -57.9423 -55.85 - 21 169.257 651 4 1 -49.7731 -57.9526 -84.45 - 21 137.475 610 4 0 -49.764 -57.9534 -85.85 - 21 190.413 652 3 1 -49.5735 -57.9725 -114.45 - 21 179.917 610 3 0 -49.564 -57.9746 -115.85 - 21 327.273 653 2 1 -49.3629 -58.0134 -144.45 - 21 121.29 610 2 0 -49.3524 -58.0169 -145.85 - 21 113.775 654 1 1 -49.1389 -58.0859 -174.45 - 21 248.927 609 1 0 -49.1274 -58.0873 -175.85 - 21 127.787 655 0 1 -48.8977 -58.1067 -204.45 - 21 138.608 609 0 0 -48.8844 -58.1087 -205.85 - 21 19.8016 512 3 1 -77.6297 69.4261 -114.45 - 21 145.179 511 3 1 -77.65 69.4077 -114.459 - 21 233.924 510 3 1 -77.85 69.2584 -114.46 - 21 230.922 654 2 1 -49.25 -57.9076 -144.511 - 21 26.9489 611 2 0 -48.6744 -57.6627 -145.85 - 21 123.95 612 2 0 -48.6492 -57.65 -145.896 - 21 76.8464 500 2 0 -24.5981 -79.8515 -146.25 - 21 75.1479 499 2 0 -24.559 -80.05 -146.14 - 21 49.4086 498 2 0 -24.5204 -80.25 -146.056 - 21 51.4128 497 2 0 -24.5656 -80.45 -145.973 - 21 59.0181 496 2 0 -24.6306 -80.65 -145.915 - 21 27.4508 495 2 0 -24.7397 -80.8501 -145.862 - 21 32.3592 745 2 1 -31.0092 -94.561 -144.85 - 21 414.178 744 2 1 -31.05 -94.6637 -144.848 -Number of digits in this event = 28 -Using G4ParticleGun ... -7.04722 LIN -e- -Event: 22 -Number of tracker hits in this event = 75 - 22 114.164 1197 11 1 59.4894 34.7369 125.55 - 22 133.948 1073 11 0 59.4892 34.7367 124.15 - 22 158.444 1197 10 1 59.4812 34.7286 95.55 - 22 128.207 1073 10 0 59.4804 34.7275 94.15 - 22 138.167 1197 9 1 59.4686 34.6941 65.55 - 22 231.028 1073 9 0 59.4694 34.6923 64.15 - 22 150.761 1197 8 1 59.4849 34.6582 35.55 - 22 122.093 1073 8 0 59.4847 34.6565 34.15 - 22 140.156 1197 7 1 59.4785 34.6188 5.55 - 22 110.993 1072 7 0 59.4768 34.6176 4.15 - 22 172.613 1197 6 1 59.4507 34.5941 -24.45 - 22 144.181 1072 6 0 59.4495 34.5955 -25.85 - 22 154.576 1196 5 1 59.428 34.6263 -54.45 - 22 111.228 1072 5 0 59.4266 34.627 -55.85 - 22 251.012 1196 4 1 59.3997 34.645 -84.45 - 22 121.689 1072 4 0 59.398 34.6463 -85.85 - 22 288.015 1196 3 1 59.3574 34.6672 -114.45 - 22 114.876 1073 3 0 59.3542 34.6681 -115.85 - 22 106.085 1196 2 1 59.2924 34.687 -144.45 - 22 169.349 1073 2 0 59.2893 34.6871 -145.85 - 22 159.253 1195 1 1 59.2328 34.6972 -174.45 - 22 230.874 1073 1 0 59.2298 34.6968 -175.85 - 22 128.403 1195 0 1 59.1597 34.6893 -204.45 - 22 354.098 1073 0 0 59.1552 34.6908 -205.85 - 22 3.15342 975 1 0 -14.6827 15.2441 -176.25 - 22 9.66734 976 1 0 -14.6845 15.2501 -176.247 - 22 33.1342 1439 1 0 10.2795 108.016 -176.25 - 22 81.4615 1072 9 0 59.5216 34.65 63.8675 - 22 324.149 1197 3 1 59.5906 34.4466 -114.45 - 22 341.418 1071 3 0 59.6107 34.4407 -115.85 - 22 213.666 1199 2 1 60.026 34.2491 -144.45 - 22 186.21 1070 2 0 60.0318 34.2189 -145.85 - 22 109.988 1200 1 1 60.1708 33.5127 -174.45 - 22 125.436 1067 1 0 60.1796 33.4836 -175.85 - 22 126.817 1201 0 1 60.3597 32.8484 -204.45 - 22 109.034 1063 0 0 60.3917 32.8363 -205.85 - 22 225.944 1606 3 1 141.423 29.192 -114.85 - 22 235.185 1607 3 1 141.55 29.2058 -114.673 - 22 349.196 1203 0 1 60.7534 34.5926 -204.45 - 22 392.143 1072 0 0 60.5529 34.555 -205.851 - 22 222.262 1197 2 1 59.5682 34.0353 -144.45 - 22 159.129 1069 2 0 59.571 34.0011 -145.85 - 22 164.95 1197 1 1 59.5807 33.29 -174.45 - 22 131.6 1066 1 0 59.2099 33.3877 -175.85 - 22 148.693 1159 0 1 51.8963 35.1326 -204.45 - 22 31.9063 1074 0 0 51.9808 34.866 -205.85 - 22 241.015 1198 1 1 59.65 33.2935 -174.516 - 22 83.8649 364 7 0 175.899 -107.224 3.75 - 22 134.726 365 7 0 175.961 -107.15 3.78969 - 22 71.4514 1447 5 0 102.749 109.55 -55.9884 - 22 24.3192 1420 5 1 104.15 111.983 -54.6539 - 22 139.58 1081 10 0 60.4138 36.2652 94.15 - 22 65.834 1191 10 1 58.3124 38.6637 95.15 - 22 151.978 1190 10 1 58.2499 38.7015 95.2027 - 22 311.915 1197 4 1 59.489 34.6797 -84.45 - 22 306.401 1073 4 0 59.4984 34.6761 -85.85 - 22 117.174 1198 3 1 59.696 34.5754 -114.45 - 22 185.088 1072 3 0 59.7167 34.569 -115.85 - 22 121.159 1200 2 1 60.0917 34.3595 -144.45 - 22 564.117 1071 2 0 60.1012 34.3436 -145.85 - 22 104.805 1201 1 1 60.3064 34.0435 -174.45 - 22 111.745 1069 1 0 60.3272 34.016 -175.85 - 22 115.102 1066 0 0 60.7928 33.434 -205.85 - 22 220.173 1026 3 0 115.007 25.3402 -116.25 - 22 173.048 1199 1 1 59.8921 34.8512 -174.451 - 22 268.056 1058 4 0 59.4768 31.7877 -86.25 - 22 308.189 1067 4 0 57.491 33.5936 -85.85 - 22 260.831 1205 2 1 61.101 35.4535 -144.45 - 22 140.453 1076 2 0 61.2013 35.4265 -145.85 - 22 110.437 1215 1 1 63.1064 35.0218 -174.45 - 22 135.232 1074 1 0 63.1906 35.0202 -175.85 - 22 163.573 1223 0 1 64.6841 34.5693 -204.45 - 22 132.578 1204 2 1 61.05 35.4607 -144.573 - 22 285.196 959 4 0 74.5128 11.9952 -86.2498 - 22 46.6632 958 4 0 74.5653 11.85 -86.0898 -Number of digits in this event = 55 -Using G4ParticleGun ... -3.18306 LIN -e- -Event: 23 -Number of tracker hits in this event = 142 - 23 143.403 410 10 1 -97.9538 -46.3558 95.55 - 23 101.42 668 10 0 -97.9549 -46.3493 94.15 - 23 131.455 410 9 1 -97.9828 -46.2234 65.55 - 23 112.457 669 9 0 -97.9836 -46.2188 64.15 - 23 117.358 410 8 1 -98.0074 -46.1287 35.55 - 23 100.668 669 8 0 -98.0051 -46.1237 34.15 - 23 147.454 410 7 1 -97.9651 -46.0073 5.55 - 23 250.542 670 7 0 -97.9619 -46.002 4.15 - 23 186.96 411 6 1 -97.8964 -45.896 -24.45 - 23 135.434 670 6 0 -97.8908 -45.8922 -25.85 - 23 554.615 411 5 1 -97.8275 -45.7455 -54.45 - 23 222.968 671 5 0 -97.8258 -45.7368 -55.85 - 23 187.044 411 4 1 -97.7847 -45.5639 -84.45 - 23 226.748 672 4 0 -97.7767 -45.5518 -85.85 - 23 143.29 412 3 1 -97.5937 -45.312 -114.45 - 23 142.365 673 3 0 -97.5874 -45.3013 -115.85 - 23 326.527 413 2 1 -97.4565 -45.0857 -144.45 - 23 221.851 674 2 0 -97.4509 -45.074 -145.85 - 23 146.422 414 1 1 -97.342 -44.8342 -174.45 - 23 247.059 676 1 0 -97.3371 -44.8238 -175.85 - 23 397.372 414 0 1 -97.244 -44.6192 -204.45 - 23 290.484 677 0 0 -97.2371 -44.6035 -205.85 - 23 91.2322 675 2 0 -97.4069 -45.05 -146.035 - 23 256.83 673 4 0 -97.8281 -45.45 -86.1073 - 23 126.714 423 4 1 -95.5315 -45.3766 -84.85 - 23 215.102 413 1 1 -97.5038 -44.9094 -174.45 - 23 277.923 675 1 0 -97.4973 -44.8883 -175.85 - 23 18.8816 412 1 1 -97.55 -44.9281 -174.791 - 23 94.7938 393 0 1 -101.46 -45.5881 -204.45 - 23 30.6817 392 0 1 -101.55 -45.6456 -204.766 - 23 81.8876 671 0 0 -101.868 -45.8229 -205.85 - 23 50.978 670 0 0 -101.929 -45.85 -206.069 - 23 42.8323 772 0 0 -108.523 -25.5648 -206.25 - 23 104.036 773 0 0 -108.5 -25.45 -206.16 - 23 54.1334 774 0 0 -108.448 -25.25 -205.996 - 23 225.798 354 0 1 -109.198 -24.2428 -204.85 - 23 143.751 353 0 1 -109.35 -24.0954 -204.686 - 23 314.386 352 0 1 -109.55 -24.0029 -204.558 - 23 27.4342 351 0 1 -109.75 -23.8714 -204.466 - 23 140.294 355 0 1 -109.15 -23.7332 -204.576 - 23 263.944 356 0 1 -108.95 -24.0463 -204.543 - 23 30.6686 357 0 1 -108.75 -24.1011 -204.804 - 23 193.443 778 0 0 -108.196 -24.414 -205.85 - 23 40.0942 399 4 1 -100.327 -44.6327 -84.45 - 23 89.9307 398 4 1 -100.35 -44.6193 -84.5538 - 23 160.833 678 4 0 -100.63 -44.4482 -85.85 - 23 127.73 371 3 1 -105.868 -41.2437 -114.45 - 23 148.768 694 3 0 -106.127 -41.2214 -115.85 - 23 113.821 343 2 1 -111.37 -40.8732 -144.45 - 23 118.032 695 2 0 -111.672 -41.01 -145.85 - 23 8.4287 694 2 0 -111.748 -41.05 -146.218 - 23 124.735 312 1 1 -117.67 -43.6117 -174.45 - 23 155.507 681 1 0 -117.708 -43.6641 -175.851 - 23 130.705 310 0 1 -118.117 -44.9005 -204.45 - 23 260.325 675 0 0 -118.149 -44.9055 -205.85 - 23 138.745 410 4 1 -97.9555 -45.8592 -84.45 - 23 422.926 670 4 0 -97.8926 -45.8654 -85.85 - 23 147.243 417 3 1 -96.5865 -46.1532 -114.45 - 23 59.4377 668 3 0 -96.7276 -46.4064 -115.851 - 23 43.3274 667 3 0 -96.751 -46.45 -116.086 - 23 44.4171 404 2 1 -99.3368 -51.971 -144.45 - 23 81.455 403 2 1 -99.35 -52.0212 -144.574 - 23 89.113 637 2 0 -99.4912 -52.5568 -145.85 - 23 272.537 636 2 0 -99.5157 -52.6501 -146.074 - 23 5.98318 387 1 1 -102.747 -63.9755 -174.451 - 23 105.501 386 1 1 -102.75 -63.9845 -174.473 - 23 144.159 577 1 0 -102.915 -64.4871 -175.85 - 23 139.187 368 0 1 -106.418 -74.966 -204.45 - 23 94.4673 522 0 0 -106.876 -75.5188 -205.85 - 23 23.3944 521 0 0 -106.983 -75.65 -206.166 - 23 202.676 635 2 0 -99.7062 -52.85 -146.078 - 23 157.502 411 3 1 -97.8226 -45.8858 -114.45 - 23 231.893 670 3 0 -97.817 -45.8785 -115.85 - 23 149.641 412 2 1 -97.685 -45.776 -144.45 - 23 117.195 671 2 0 -97.6552 -45.7778 -145.85 - 23 312.232 415 1 1 -96.9862 -45.8736 -174.45 - 23 103.718 670 1 0 -96.9965 -45.8553 -175.85 - 23 0.660888 671 1 0 -96.9994 -45.85 -176.243 - 23 142.585 673 0 0 -97.3075 -45.3989 -205.85 - 23 121.635 670 5 0 -97.758 -45.85 -55.85 - 23 131.403 414 4 1 -97.2408 -45.9377 -84.45 - 23 104.939 415 3 1 -97.0424 -46.7367 -114.45 - 23 145.392 666 3 0 -97.1722 -46.8163 -115.85 - 23 157.692 401 2 1 -99.8619 -49.1449 -144.45 - 23 315.314 654 2 0 -99.8713 -49.0855 -145.85 - 23 111.322 401 1 1 -99.9402 -45.1628 -174.45 - 23 112.517 412 0 1 -97.6574 -36.5264 -204.45 - 23 126.529 719 0 0 -97.4177 -36.228 -205.85 - 23 65.7095 653 2 0 -99.8636 -49.25 -146.092 - 23 39.2659 652 2 0 -99.9054 -49.45 -146.176 - 23 79.4483 505 2 0 -105.332 -78.9593 -146.25 - 23 216.712 506 2 0 -105.34 -78.85 -146.055 - 23 163.513 417 1 1 -96.6509 -45.2035 -174.451 - 23 108.49 674 1 0 -96.6938 -45.0868 -175.85 - 23 184.051 411 0 1 -97.8571 -42.7183 -204.45 - 23 103.397 686 0 0 -97.4365 -42.7179 -205.85 - 23 29.9042 418 1 1 -96.4243 -45.6895 -174.45 - 23 87.4976 419 1 1 -96.35 -45.7076 -174.511 - 23 72.9452 420 1 1 -96.15 -45.7463 -174.657 - 23 33.5369 421 1 1 -95.95 -45.7942 -174.79 - 23 11.722 668 1 0 -94.1048 -46.4365 -175.85 - 23 146.153 667 1 0 -94.063 -46.4501 -175.877 - 23 15.0211 666 1 0 -93.6257 -46.6502 -176.194 - 23 158.582 523 0 1 -75.3249 -55.3096 -204.45 - 23 57.1083 522 0 1 -75.45 -54.8671 -204.706 - 23 55.2137 631 0 0 -75.901 -53.8127 -205.85 - 23 104.496 632 0 0 -75.9784 -53.65 -206.018 - 23 12.9655 633 0 0 -76.0131 -53.4497 -206.224 - 23 95.6466 431 2 0 -111.07 -93.7667 -146.25 - 23 78.367 416 1 1 -96.9496 -56.5367 -174.673 - 23 145.497 410 1 1 -98.1475 -45.4605 -174.45 - 23 154.105 669 1 0 -97.7874 -46.0548 -175.85 - 23 144.952 487 0 1 -82.6154 -57.403 -204.45 - 23 2.04578 611 0 0 -82.3645 -57.8476 -205.851 - 23 173.231 610 0 0 -82.3634 -57.8501 -205.858 - 23 90.145 409 1 1 -98.1518 -45.4579 -174.45 - 23 148.253 673 1 0 -98.2221 -45.2812 -175.85 - 23 140.16 364 0 1 -107.174 -47.5715 -204.45 - 23 113.454 660 0 0 -107.479 -47.9412 -205.85 - 23 42.8601 659 0 0 -107.413 -48.0501 -206.124 - 23 83.7011 563 0 0 -95.4636 -67.2832 -206.249 - 23 349.404 562 0 0 -95.5184 -67.45 -206.027 - 23 209.932 424 0 1 -95.3054 -68.1184 -204.85 - 23 35.7064 425 0 1 -95.0917 -68.2496 -204.45 - 23 75.251 423 0 1 -95.35 -68.3515 -204.743 - 23 104.926 561 0 0 -96.7348 -67.7132 -205.85 - 23 253.291 408 0 1 -98.3773 -68.256 -204.85 - 23 251.635 407 0 1 -98.5506 -68.2315 -204.712 - 23 79.0421 557 0 0 -98.8389 -68.6101 -205.85 - 23 73.3297 556 0 0 -98.8998 -68.65 -205.943 - 23 248.683 409 0 1 -98.2402 -45.1495 -204.45 - 23 37.6635 410 0 1 -98.15 -45.1178 -204.735 - 23 150.187 674 0 0 -98.2543 -45.1249 -205.85 - 23 114.983 679 0 0 -98.7415 -44.1683 -205.85 - 23 34.038 414 2 1 -97.3013 -44.4014 -144.45 - 23 589.639 679 2 0 -98.1181 -44.2383 -145.851 - 23 270.579 678 2 0 -99.1425 -44.25 -146.113 - 23 256.209 395 2 1 -100.954 -44.225 -144.85 - 23 136.73 394 2 1 -101.15 -44.2319 -144.524 - 23 241.537 393 2 1 -101.35 -44.1514 -144.619 - 23 77.9064 671 3 0 -97.9582 -45.7531 -115.85 - 23 126.874 672 3 0 -97.9558 -45.65 -116.073 -Number of digits in this event = 78 -Using G4ParticleGun ... -9.02192 LIN -e- -Event: 24 -Number of tracker hits in this event = 31 - 24 132.837 454 10 1 -89.0992 -15.4924 95.55 - 24 239.3 822 10 0 -89.0984 -15.4927 94.15 - 24 195.692 454 9 1 -89.0834 -15.5004 65.55 - 24 177.272 822 9 0 -89.0822 -15.5014 64.15 - 24 130.019 454 8 1 -89.0551 -15.5213 35.55 - 24 102.831 822 8 0 -89.0544 -15.523 34.15 - 24 97.1899 455 7 1 -89.0235 -15.5571 5.55 - 24 129.462 822 7 0 -89.0211 -15.5583 4.15 - 24 224.96 455 6 1 -88.967 -15.5741 -24.45 - 24 135.959 822 6 0 -88.964 -15.5743 -25.85 - 24 99.6359 455 5 1 -88.9021 -15.5839 -54.45 - 24 136.801 822 5 0 -88.9004 -15.586 -55.85 - 24 162.654 455 4 1 -88.866 -15.6267 -84.45 - 24 118.346 822 4 0 -88.8653 -15.6283 -85.85 - 24 130.085 455 3 1 -88.8514 -15.6584 -114.45 - 24 130.361 821 3 0 -88.8505 -15.6605 -115.85 - 24 113.583 456 2 1 -88.8329 -15.7112 -144.45 - 24 116.824 821 2 0 -88.8307 -15.7137 -145.85 - 24 186.588 456 1 1 -88.7771 -15.7545 -174.45 - 24 81.1348 821 1 0 -88.7755 -15.7571 -175.85 - 24 116.049 456 0 1 -88.7484 -15.81 -204.45 - 24 223.827 821 0 0 -88.7493 -15.8124 -205.85 - 24 56.6825 1317 9 1 83.65 -39.0482 65.2894 - 24 0.521556 628 2 1 -54.3392 126.164 -144.85 - 24 57.6768 820 0 0 -88.7612 -15.85 -206.064 - 24 54.6627 869 0 0 -112.649 -6.11554 -206.25 - 24 72.9711 870 0 0 -112.698 -6.04978 -206.097 - 24 248.321 335 0 1 -112.996 -5.81009 -204.85 - 24 57.4431 823 1 0 -9.54305 -15.3785 -176.25 - 24 129.155 822 1 0 -9.20877 -15.45 -175.899 - 24 257.367 764 6 1 -27.1508 -66.0448 -24.85 -Number of digits in this event = 20 -Using G4ParticleGun ... -8.95454 LIN -e- -Event: 25 -Number of tracker hits in this event = 83 - 25 114.853 878 10 1 -4.25954 88.6532 95.55 - 25 123.66 1343 10 0 -4.26075 88.6533 94.15 - 25 122.633 878 9 1 -4.28536 88.6575 65.55 - 25 102.978 1343 9 0 -4.28755 88.6578 64.15 - 25 231.822 878 8 1 -4.33223 88.6644 35.55 - 25 233.593 1343 8 0 -4.33506 88.6654 34.15 - 25 227.543 878 7 1 -4.39228 88.6881 5.55 - 25 97.9243 1343 7 0 -4.39523 88.6882 4.15 - 25 107.215 877 6 1 -4.45345 88.6938 -24.45 - 25 130.339 1343 6 0 -4.45684 88.6943 -25.85 - 25 110.506 877 5 1 -4.52541 88.7065 -54.45 - 25 108.357 1343 5 0 -4.52757 88.7078 -55.85 - 25 176.279 877 4 1 -4.56947 88.7318 -84.45 - 25 104.707 1343 4 0 -4.57077 88.733 -85.85 - 25 515.945 877 3 1 -4.5961 88.7569 -114.45 - 25 115.272 1343 3 0 -4.59827 88.7583 -115.85 - 25 91.4433 877 2 1 -4.63638 88.7893 -144.45 - 25 123.955 1343 2 0 -4.63896 88.7921 -145.85 - 25 128.416 876 1 1 -4.69593 88.8509 -174.45 - 25 243.739 1344 1 0 -4.69685 88.854 -175.85 - 25 255.44 876 0 1 -4.71956 88.9245 -204.45 - 25 117.653 1344 0 0 -4.7226 88.9302 -205.85 - 25 30.771 1120 4 0 108.131 44.2408 -86.25 - 25 108.306 1342 0 0 -4.88348 88.5431 -205.85 - 25 13.3646 1341 0 0 -4.92968 88.4499 -206.209 - 25 31.3656 702 1 1 -39.65 158.472 -174.773 - 25 82.8755 701 1 1 -39.6501 158.479 -174.743 - 25 22.7866 850 0 1 -9.93008 39.14 -204.85 - 25 217.033 877 7 1 -4.6256 89.1322 5.55 - 25 193.056 1345 7 0 -4.4583 89.1963 4.14982 - 25 130.567 897 6 1 -0.60642 90.6082 -24.45 - 25 205.87 1352 6 0 -0.4423 90.6516 -25.85 - 25 112.506 915 5 1 3.12566 90.9933 -54.45 - 25 114.244 1354 5 0 3.37997 90.983 -55.8505 - 25 26.0401 941 4 1 8.41341 91.1184 -84.45 - 25 116.65 942 4 1 8.45001 91.1264 -84.56 - 25 258.982 1355 4 0 8.86542 91.225 -85.85 - 25 74.6756 989 3 1 17.9467 93.3456 -114.45 - 25 28.4022 990 3 1 18.05 93.3699 -114.751 - 25 147.19 1366 3 0 18.4243 93.454 -115.85 - 25 116.735 1040 2 1 28.0789 95.6464 -144.45 - 25 15.8616 1377 2 0 28.5227 95.7456 -145.85 - 25 167.274 1378 2 0 28.5421 95.75 -145.911 - 25 36.2026 1085 1 1 37.2144 97.7435 -174.45 - 25 69.6424 1086 1 1 37.25 97.7351 -174.573 - 25 121.248 1387 1 0 37.6527 97.6768 -175.85 - 25 84.5535 1132 0 1 46.5593 97.3126 -204.45 - 25 35.2089 1133 0 1 46.65 97.4194 -204.729 - 25 122.21 1388 0 0 46.9985 97.8272 -205.85 - 25 15.0727 1389 0 0 47.0981 97.95 -206.214 - 25 2.18028 1559 3 0 79.8601 131.95 -115.988 - 25 144.021 1342 8 0 -4.32781 88.6122 34.15 - 25 140.428 1341 7 0 -4.68904 88.2975 4.15 - 25 90.1279 871 6 1 -5.82578 87.775 -24.45 - 25 35.1836 870 6 1 -5.85 87.755 -24.7237 - 25 65.8045 1338 6 0 -5.94358 87.6706 -25.85 - 25 27.1772 1337 6 0 -5.96531 87.65 -26.1389 - 25 115.454 859 5 1 -8.11019 85.5647 -54.45 - 25 131.321 1326 5 0 -8.28553 85.3691 -55.8506 - 25 158.428 844 4 1 -11.0554 80.9361 -84.45 - 25 173.458 1303 4 0 -11.2053 80.7639 -85.85 - 25 119.339 830 3 1 -13.9917 76.6257 -114.45 - 25 35.1751 829 3 1 -14.05 76.5344 -114.771 - 25 109.393 1280 3 0 -14.2292 76.2369 -115.85 - 25 0.27822 801 2 1 -19.8493 68.8545 -144.45 - 25 296.034 800 2 1 -19.85 68.8539 -144.453 - 25 136.468 1242 2 0 -20.148 68.5997 -145.85 - 25 28.6086 767 1 1 -26.6222 63 -174.45 - 25 98.4525 766 1 1 -26.65 62.9885 -174.557 - 25 97.7185 1213 1 0 -26.9895 62.8248 -175.85 - 25 97.0682 731 0 1 -33.7341 59.3101 -204.451 - 25 117.761 1195 0 0 -33.8722 59.1808 -205.85 - 25 40.521 1297 3 0 -15.5009 79.4917 -115.85 - 25 95.8139 877 8 1 -4.45 88.5632 35.4768 - 25 97.2725 876 8 1 -4.65 88.4016 35.3237 - 25 72.4971 875 8 1 -4.85 88.1267 35.2028 - 25 48.1915 874 8 1 -5.05 87.9141 35.1659 - 25 77.8946 1319 8 0 -14.4517 83.9026 34.15 - 25 285.686 1318 8 0 -14.608 83.85 34.1346 - 25 37.5345 1317 8 0 -15.6184 83.65 33.7774 - 25 57.8791 416 7 1 -96.7762 -4.45555 5.55 - 25 76.4478 417 7 1 -96.7499 -4.47123 5.41469 - 25 149.225 878 7 0 -96.5731 -4.44277 4.14989 -Number of digits in this event = 32 -Using G4ParticleGun ... -2.20553 LIN -e- -Event: 26 -Number of tracker hits in this event = 163 - 26 384.138 1059 11 1 31.8922 -51.2562 125.55 - 26 215.753 643 11 0 31.8959 -51.252 124.15 - 26 409.227 1059 10 1 31.9454 -51.1571 95.55 - 26 550.315 644 10 0 31.9392 -51.1557 94.15 - 26 190.869 1058 9 1 31.8083 -51.1286 65.55 - 26 150.604 644 9 0 31.7976 -51.1238 64.15 - 26 113.849 1057 8 1 31.5906 -51.0286 35.55 - 26 302.748 645 8 0 31.5773 -51.0251 34.15 - 26 102.71 1056 7 1 31.2899 -50.9535 5.55 - 26 109.752 645 7 0 31.2847 -50.9436 4.15 - 26 99.0971 1055 6 1 31.1766 -50.6778 -24.45 - 26 120.276 646 6 0 31.1718 -50.6752 -25.85 - 26 289.127 1055 5 1 31.08 -50.6419 -54.45 - 26 112 646 5 0 31.0782 -50.6541 -55.85 - 26 118.727 1054 4 1 31.0488 -50.9968 -84.45 - 26 112.785 645 4 0 31.0412 -51.0188 -85.85 - 26 103.067 1054 3 1 30.9213 -51.514 -114.45 - 26 139.108 642 3 0 30.9094 -51.5396 -115.85 - 26 120.003 1053 2 1 30.7275 -52.056 -144.45 - 26 119.793 640 2 0 30.6567 -51.9961 -145.85 - 26 110.545 1041 1 1 28.4414 -47.439 -174.45 - 26 81.8507 1040 1 1 28.25 -47.699 -174.732 - 26 73.0513 654 1 0 27.0652 -49.0974 -175.85 - 26 67.2915 653 1 0 26.942 -49.25 -175.965 - 26 71.2375 652 1 0 26.8057 -49.45 -176.077 - 26 37.173 651 1 0 26.6651 -49.6505 -176.201 - 26 4.34868 868 0 1 -6.43779 -101.237 -204.45 - 26 90.8523 867 0 1 -6.45008 -101.238 -204.466 - 26 147.838 866 0 1 -6.65019 -101.273 -204.721 - 26 196.637 393 0 0 -7.44552 -101.429 -205.85 - 26 26.268 496 4 1 -80.65 -76.5824 -84.7011 - 26 89.7084 1054 2 1 30.9131 -51.3661 -144.45 - 26 84.9526 647 5 0 31.2882 -50.5603 -55.85 - 26 281.551 955 5 0 16.5942 11.1896 -56.25 - 26 43.5333 956 5 0 16.539 11.2501 -56.1212 - 26 441.041 1048 1 1 29.8082 -50.1023 -174.451 - 26 165.591 648 1 0 29.6254 -50.4097 -175.85 - 26 212.856 647 1 0 29.5998 -50.45 -176.01 - 26 28.9495 1022 0 1 24.4941 -58.9622 -204.45 - 26 172.139 1021 0 1 24.4498 -58.9769 -204.548 - 26 125.647 604 0 0 23.928 -59.1428 -205.85 - 26 165.883 650 1 0 29.7943 -50.0444 -175.85 - 26 105.698 1045 0 1 29.2336 -49.5909 -204.45 - 26 127.715 652 0 0 29.1089 -49.5579 -205.851 - 26 44.0693 1049 1 1 29.85 -50.1597 -174.692 - 26 249.199 1078 0 1 35.7862 -56.9496 -204.45 - 26 26.2934 1079 0 1 35.85 -57.0016 -204.749 - 26 35.5826 614 0 0 36.0881 -57.226 -205.85 - 26 103.256 613 0 0 36.1217 -57.25 -205.977 - 26 235.033 619 0 0 35.9727 -56.1426 -205.851 - 26 199.373 618 0 0 35.9105 -56.25 -206.098 - 26 48.9839 1752 9 1 170.75 -126.983 65.3501 - 26 105.178 1034 0 1 26.9762 -56.0183 -204.451 - 26 113.108 620 0 0 26.9672 -56.0264 -205.851 - 26 24.7677 644 8 0 31.5198 -51.05 34.08 - 26 2.54194 725 8 0 10.9984 -34.8535 33.75 - 26 141.64 726 8 0 10.9944 -34.85 33.7593 - 26 71.3425 949 8 1 10.0197 -34.3048 35.1502 - 26 106.274 948 8 1 9.84986 -34.2148 35.3442 - 26 53.8574 947 8 1 9.64993 -34.0425 35.5092 - 26 158.054 1057 9 1 31.65 -51.0604 65.3378 - 26 58.3327 1056 9 1 31.45 -50.8566 65.2218 - 26 12.0859 668 9 0 30.1071 -46.4464 64.15 - 26 1.88671 1040 9 1 28.0505 -40.4547 65.15 - 26 156.907 1039 9 1 28.0499 -40.4524 65.1505 - 26 32.4617 708 9 0 29.1956 -38.3502 64.1499 - 26 53.9581 709 9 0 29.2671 -38.2497 64.1137 - 26 2.26228 761 9 0 34.1323 -27.6567 64.15 - 26 83.2728 762 9 0 34.1379 -27.65 64.1474 - 26 93.4383 763 9 0 34.301 -27.45 64.0383 - 26 190.653 1059 9 1 31.9443 -50.7451 65.55 - 26 122.086 646 9 0 31.9335 -50.7174 64.15 - 26 119.385 1059 8 1 31.8556 -50.2041 35.55 - 26 141.455 649 8 0 31.8703 -50.2066 34.15 - 26 159.118 1059 7 1 31.9727 -50.2608 5.55 - 26 98.4748 649 7 0 31.9856 -50.2416 4.15 - 26 77.65 1061 6 1 32.4348 -49.9031 -24.45 - 26 39.8094 1062 6 1 32.45 -49.9059 -24.747 - 26 127.485 650 6 0 32.5052 -49.9119 -25.85 - 26 79.1711 1069 5 1 33.9562 -50.2112 -54.45 - 26 102.877 649 5 0 34.0544 -50.1836 -55.85 - 26 141.237 1078 4 1 35.8083 -49.6328 -84.45 - 26 135.701 652 4 0 35.8737 -49.615 -85.85 - 26 120.114 1085 3 1 37.0917 -48.878 -114.45 - 26 181.745 656 3 0 37.132 -48.8225 -115.85 - 26 183.273 1089 2 1 37.9484 -47.6341 -144.45 - 26 116.386 663 2 0 38.2058 -47.365 -145.85 - 26 110.377 1112 1 1 42.5489 -39.9454 -174.45 - 26 110.182 701 1 0 42.7006 -39.7738 -175.851 - 26 214.217 1123 0 1 44.6653 -36.7503 -204.45 - 26 279.103 719 0 0 44.7626 -36.1686 -205.85 - 26 33.7662 720 0 0 44.7802 -36.05 -206.125 - 26 12.0402 678 2 0 35.9263 -44.2802 -145.85 - 26 162.399 679 2 0 35.8998 -44.25 -145.859 - 26 47.542 680 2 0 35.9459 -44.05 -145.905 - 26 132.379 1079 2 1 35.8501 -42.7235 -144.85 - 26 66.1551 1078 2 1 35.85 -42.7226 -144.849 - 26 286.783 1056 6 1 31.2709 -49.4871 -24.45 - 26 157.509 652 6 0 31.2609 -49.4637 -25.85 - 26 120.339 654 5 0 31.0861 -49.1665 -55.85 - 26 104.302 1053 4 1 30.6957 -47.8032 -84.45 - 26 108.475 661 4 0 30.712 -47.7637 -85.85 - 26 111.914 1055 3 1 31.1593 -46.6068 -114.45 - 26 186.405 667 3 0 31.1667 -46.5435 -115.85 - 26 499.061 1056 2 1 31.3579 -45.5118 -144.45 - 26 378.622 672 2 0 31.408 -45.5836 -145.85 - 26 114.119 1062 1 1 32.4761 -46.8707 -174.45 - 26 7.43133 1063 1 1 32.65 -46.8293 -174.838 - 26 221.976 666 1 0 33.1559 -46.771 -175.85 - 26 78.2152 1182 0 1 56.466 -35.0816 -204.45 - 26 55.4291 1183 0 1 56.65 -35.1156 -204.701 - 26 230.291 723 0 0 57.354 -35.2751 -205.85 - 26 16.1246 884 0 0 54.2103 -3.09509 -206.25 - 26 144.14 885 0 0 54.1669 -3.04997 -206.239 - 26 109.584 886 0 0 53.9787 -2.85 -205.976 - 26 2.38862 1156 0 1 51.258 -2.95276 -204.85 - 26 208.789 1155 0 1 51.25 -2.9525 -204.847 - 26 178.973 310 1 1 -117.95 65.1983 -174.633 - 26 113.213 309 1 1 -118.15 65.1436 -174.716 - 26 116.599 653 6 0 31.2978 -49.4087 -25.85 - 26 143.038 1058 5 1 31.7531 -47.7243 -54.45 - 26 98.8992 662 5 0 31.7729 -47.6289 -55.85 - 26 118.98 1059 4 1 31.8924 -45.6518 -84.45 - 26 141.832 672 4 0 31.8904 -45.5408 -85.85 - 26 218.241 1059 3 1 31.8565 -43.1204 -114.45 - 26 117.739 684 3 0 31.8541 -43.0731 -115.85 - 26 113.713 1058 2 1 31.8094 -42.0584 -144.45 - 26 138.434 690 2 0 31.8369 -41.982 -145.85 - 26 138.189 1061 1 1 32.3229 -40.3092 -174.45 - 26 98.8506 698 1 0 32.3289 -40.2972 -175.85 - 26 151.252 1060 0 1 32.1373 -39.9462 -204.45 - 26 128.357 700 0 0 32.0944 -39.9249 -205.85 - 26 161.683 1055 2 1 31.25 -40.3228 -144.598 - 26 13.9324 1057 2 1 31.45 -40.0183 -144.512 - 26 119.044 645 11 0 32.1196 -51.0221 124.15 - 26 116.836 1086 10 1 37.4452 -47.3123 95.5497 - 26 131.294 664 10 0 37.3144 -47.1639 94.15 - 26 26.9701 1074 9 1 34.8957 -45.8303 65.5494 - 26 112.393 1073 9 1 34.85 -45.8155 65.474 - 26 199.661 673 9 0 34.0908 -45.3538 64.15 - 26 66.1832 674 9 0 33.922 -45.25 63.8669 - 26 48.9303 988 8 1 17.7613 -34.7797 35.55 - 26 124.518 987 8 1 17.65 -34.7154 35.4245 - 26 14.8545 986 8 1 17.45 -34.5941 35.1977 - 26 3.49461 729 8 0 16.5009 -34.0545 34.15 - 26 177.642 730 8 0 16.4931 -34.05 34.1413 - 26 13.1342 731 8 0 16.1866 -33.85 33.795 - 26 112.07 859 7 1 -8.10817 -14.5629 5.55 - 26 52.9 827 7 0 -8.41559 -14.4792 4.14967 - 26 70.7581 828 7 0 -8.45623 -14.45 3.99692 - 26 158.69 833 7 0 13.1573 -13.3883 3.75 - 26 13.9694 832 7 0 13.5127 -13.45 4.10823 - 26 61.1224 973 7 1 14.6798 -13.4196 5.15 - 26 373.812 974 7 1 14.8507 -13.4143 5.31023 - 26 0.698499 975 7 1 15.05 -13.4367 5.54772 - 26 10.861 1090 6 1 38.0737 19.0546 -24.45 - 26 74.3836 1089 6 1 38.05 19.0463 -24.4688 - 26 70.018 1088 6 1 37.8499 18.9331 -24.6879 - 26 218.482 992 6 0 36.5024 18.6064 -25.8501 - 26 170.644 1070 6 0 -36.4215 34.2413 -26.25 - 26 90.2142 1069 6 0 -36.9738 34.05 -26.1939 - 26 105.005 1068 6 0 -37.134 33.85 -26.2137 - 26 379.996 1067 6 0 -37.2108 33.6499 -26.1039 -Number of digits in this event = 71 -Using G4ParticleGun ... -7.29274 LIN -e- -Event: 27 -Number of tracker hits in this event = 44 - 27 105.633 451 10 1 -89.7398 57.4708 95.55 - 27 116.866 1187 10 0 -89.7381 57.4849 94.15 - 27 136.778 451 9 1 -89.7039 57.7712 65.55 - 27 170.38 1188 9 0 -89.702 57.7855 64.15 - 27 158.272 451 8 1 -89.6676 58.0801 35.55 - 27 156.024 1190 8 0 -89.6655 58.0947 34.15 - 27 113.66 452 7 1 -89.6254 58.3945 5.55 - 27 119.081 1191 7 0 -89.6245 58.4091 4.15 - 27 116.6 452 6 1 -89.61 58.7039 -24.45 - 27 114.237 1193 6 0 -89.61 58.719 -25.85 - 27 109.528 452 5 1 -89.6058 59.0309 -54.45 - 27 55.1751 1194 5 0 -89.6054 59.0479 -55.85 - 27 72.6161 1195 5 0 -89.6054 59.05 -56.0191 - 27 118.232 452 4 1 -89.5995 59.3937 -84.45 - 27 167.508 1196 4 0 -89.599 59.4092 -85.85 - 27 134.184 452 3 1 -89.5848 59.7301 -114.45 - 27 116.134 1198 3 0 -89.5842 59.7446 -115.85 - 27 188.604 452 2 1 -89.5721 60.0429 -144.45 - 27 125.396 1200 2 0 -89.5708 60.0577 -145.85 - 27 120.786 452 1 1 -89.5434 60.3618 -174.45 - 27 95.0219 1201 1 0 -89.5419 60.3755 -175.85 - 27 156.919 452 0 1 -89.5134 60.6489 -204.45 - 27 186.19 1203 0 0 -89.5118 60.662 -205.85 - 27 350.372 1206 0 0 -60.5883 61.4398 -206.25 - 27 103.069 1205 0 0 -60.042 61.25 -205.974 - 27 48.6221 618 0 1 -56.396 59.7744 -204.85 - 27 87.5182 619 0 1 -56.25 59.6807 -204.802 - 27 71.8495 620 0 1 -56.05 59.4851 -204.73 - 27 50.4346 621 0 1 -55.85 59.3065 -204.697 - 27 50.2663 622 0 1 -55.65 59.2778 -204.668 - 27 53.416 623 0 1 -55.45 59.2427 -204.649 - 27 49.0566 624 0 1 -55.25 59.1773 -204.612 - 27 54.9352 625 0 1 -55.05 59.1282 -204.54 - 27 62.3478 626 0 1 -54.85 59.0977 -204.473 - 27 109.191 627 0 1 -54.65 59.0201 -204.51 - 27 75.8948 628 0 1 -54.45 58.8907 -204.534 - 27 86.3934 629 0 1 -54.25 58.6874 -204.536 - 27 63.5607 630 0 1 -54.05 58.5476 -204.549 - 27 494.702 631 0 1 -53.85 58.4166 -204.546 - 27 148.431 632 0 1 -53.6498 58.2349 -204.519 - 27 262.87 633 0 1 -53.45 58.0675 -204.451 - 27 133.288 1192 0 0 -53.834 58.4728 -205.85 - 27 158.234 1191 0 0 -53.9239 58.45 -206.042 - 27 59.1147 445 0 1 -91.0788 43.9218 -204.85 -Number of digits in this event = 20 -Using G4ParticleGun ... -9.78293 LIN -e- -Event: 28 -Number of tracker hits in this event = 155 - 28 167.209 745 11 1 -30.9593 8.45188 125.55 - 28 142.153 942 11 0 -30.9598 8.45186 124.15 - 28 133.933 745 10 1 -30.9687 8.45159 95.55 - 28 105.822 942 10 0 -30.9697 8.45186 94.15 - 28 110.06 745 9 1 -30.9878 8.45472 65.55 - 28 128.091 942 9 0 -30.9885 8.45553 64.15 - 28 348.223 745 8 1 -31.0036 8.4728 35.55 - 28 227.02 942 8 0 -31.0039 8.47314 34.15 - 28 141.646 745 7 1 -31.0026 8.47683 5.55 - 28 116.646 942 7 0 -31.0023 8.47765 4.15 - 28 201.842 745 6 1 -30.993 8.49499 -24.45 - 28 95.4315 942 6 0 -30.9918 8.49573 -25.85 - 28 118.279 745 5 1 -30.9709 8.51382 -54.45 - 28 100.731 942 5 0 -30.9701 8.51404 -55.85 - 28 109.016 745 4 1 -30.956 8.5164 -84.45 - 28 125.464 942 4 0 -30.9558 8.51651 -85.85 - 28 134.005 745 3 1 -30.9543 8.5175 -114.45 - 28 153.12 942 3 0 -30.9543 8.51736 -115.85 - 28 123.908 745 2 1 -30.9571 8.51815 -144.45 - 28 108.065 942 2 0 -30.9565 8.51638 -145.85 - 28 113.676 745 1 1 -30.9446 8.47699 -174.45 - 28 162.792 942 1 0 -30.9433 8.47566 -175.85 - 28 245.905 745 0 1 -30.9157 8.44561 -204.45 - 28 316.286 941 0 0 -30.914 8.44392 -205.85 - 28 227.426 1020 0 0 -95.9378 24.147 -206.25 - 28 35.5324 285 13 1 -122.95 -22.8 185.385 - 28 28.1 776 0 0 -28.8368 -24.6575 -206.25 - 28 208.606 758 0 1 -28.4168 -25.0532 -204.85 - 28 236.084 757 0 1 -28.4501 -25.0347 -204.661 - 28 419.78 940 0 0 -28.7522 8.25 -206.156 - 28 81.7495 1171 4 1 54.4237 -112.749 -84.45 - 28 63.5123 608 2 1 -58.3349 50.4616 -144.85 - 28 91.2746 609 2 1 -58.25 50.3716 -144.458 - 28 12.9537 1156 0 0 -27.8795 51.3981 -206.25 - 28 51.4993 1157 0 0 -27.8718 51.4501 -206.233 - 28 44.7139 1158 0 0 -27.88 51.65 -206.197 - 28 57.122 1159 0 0 -27.9209 51.8513 -206.214 - 28 63.0932 1160 0 0 -27.9568 52.0501 -206.239 - 28 66.5181 1161 0 0 -28.0184 52.2505 -206.235 - 28 56.2875 1162 0 0 -28.1125 52.45 -206.228 - 28 67.7227 1163 0 0 -28.2046 52.65 -206.173 - 28 41.5954 1164 0 0 -28.2494 52.85 -206.121 - 28 48.8095 1165 0 0 -28.2894 53.05 -206.076 - 28 59.0356 1166 0 0 -28.2992 53.25 -206.012 - 28 50.1564 1167 0 0 -28.2691 53.45 -205.964 - 28 46.8183 1168 0 0 -28.222 53.65 -205.897 - 28 126.278 762 0 1 -27.5208 54.5744 -204.85 - 28 312.39 763 0 1 -27.45 54.6463 -204.698 - 28 127.786 724 3 1 -35.1825 95.6487 -114.85 - 28 160.482 1172 0 0 -27.0409 54.4959 -205.85 - 28 5.23947 756 0 1 -28.8422 53.6322 -204.85 - 28 251.246 755 0 1 -28.8502 53.6308 -204.837 - 28 46.8525 752 0 1 -29.45 62.84 -204.815 - 28 88.5758 885 0 0 20.8706 -2.98542 -206.25 - 28 120.875 884 0 0 21.1093 -3.05 -206.177 - 28 180.56 883 0 0 21.4004 -3.25013 -206.058 - 28 276.44 882 0 0 21.4721 -3.45 -206.018 - 28 46.3852 881 0 0 21.5925 -3.65 -205.992 - 28 67.1844 1010 0 1 22.2371 -3.64429 -204.85 - 28 253.887 1011 0 1 22.25 -3.70462 -204.705 - 28 268.27 744 0 1 -31.1092 8.4312 -204.45 - 28 225.559 936 0 0 -27.2501 7.37803 -206.25 - 28 67.0234 937 0 0 -27.3367 7.4502 -205.895 - 28 88.2963 729 12 0 -37.8463 -34.0952 153.75 - 28 56.4754 728 12 0 -37.9472 -34.25 153.998 - 28 71.9711 706 12 1 -38.6729 -35.3027 155.15 - 28 60.5826 705 12 1 -38.85 -35.445 155.247 - 28 100.986 704 12 1 -39.05 -35.5805 155.309 - 28 206.367 703 12 1 -39.25 -35.7536 155.378 - 28 230.841 702 12 1 -39.45 -35.9124 155.28 - 28 229.44 710 12 0 -40.4184 -37.9369 154.15 - 28 142.359 743 7 1 -31.2883 8.74459 5.55 - 28 137.591 943 7 0 -31.3232 8.77895 4.15 - 28 143.657 739 6 1 -32.0874 9.60819 -24.4507 - 28 92.882 947 6 0 -32.1262 9.5994 -25.85 - 28 167.083 700 5 1 -39.9088 5.88606 -54.4502 - 28 50.5848 931 5 0 -40.3828 6.41671 -55.85 - 28 75.9926 932 5 0 -40.4122 6.45 -55.9401 - 28 122.712 663 4 1 -47.3133 14.5136 -84.45 - 28 132.572 974 4 0 -47.7029 14.8515 -85.85 - 28 116.904 621 3 1 -55.7544 21.0955 -114.45 - 28 114.917 1004 3 0 -55.6215 20.9616 -115.85 - 28 83.2885 630 2 1 -53.9543 16.7433 -144.45 - 28 153.071 631 2 1 -53.85 16.4981 -144.615 - 28 59.5261 972 2 0 -52.958 14.6336 -145.85 - 28 85.422 971 2 0 -52.8718 14.45 -145.96 - 28 79.4636 970 2 0 -52.7865 14.25 -146.068 - 28 63.0358 969 2 0 -52.6992 14.05 -146.171 - 28 105.045 855 1 1 -9.04291 -65.6964 -174.45 - 28 48.3262 856 1 1 -8.85 -65.7861 -174.696 - 28 2.78474 570 1 0 -8.10748 -66.0482 -175.85 - 28 114.987 569 1 0 -8.10238 -66.05 -175.858 - 28 58.1319 890 0 1 -1.88413 -78.106 -204.45 - 28 83.3452 889 0 1 -2.05 -77.9635 -204.565 - 28 101.532 888 0 1 -2.25082 -77.7231 -204.71 - 28 63.1951 521 0 0 -3.33233 -75.8433 -205.85 - 28 61.1828 522 0 0 -3.45352 -75.65 -205.968 - 28 59.2607 523 0 0 -3.54896 -75.4498 -206.028 - 28 75.391 524 0 0 -3.61686 -75.2497 -206.087 - 28 6.04435 525 0 0 -3.72266 -75.05 -206.23 - 28 183.92 941 8 0 -30.934 8.37633 34.1499 - 28 77.8237 744 7 1 -31.2374 6.82653 5.55 - 28 149.858 933 7 0 -31.2972 6.70507 4.15 - 28 101.299 736 6 1 -32.7263 4.26416 -24.4506 - 28 113.332 920 6 0 -32.7262 4.14395 -25.8501 - 28 165.274 735 5 1 -32.8709 1.74764 -54.45 - 28 158.068 906 5 0 -33.2542 1.35419 -55.85 - 28 309.908 905 5 0 -33.3575 1.24997 -56.2259 - 28 192.317 694 4 1 -41.1381 -6.26506 -84.45 - 28 5.35492 693 4 1 -41.2501 -6.37665 -84.8236 - 28 132.827 866 4 0 -41.5557 -6.69181 -85.85 - 28 112.916 651 3 1 -49.7045 -15.9284 -114.45 - 28 140.758 818 3 0 -50.0896 -16.265 -115.85 - 28 123.931 611 2 1 -57.6901 -22.639 -144.45 - 28 126.59 786 2 0 -58.1489 -22.7347 -145.85 - 28 71.2964 557 1 1 -68.5716 -26.6853 -174.45 - 28 53.7748 556 1 1 -68.65 -26.674 -174.684 - 28 192.68 767 1 0 -69.0523 -26.6386 -175.85 - 28 12.4643 502 0 1 -79.607 -25.9645 -204.45 - 28 90.9267 501 0 1 -79.65 -25.9708 -204.5 - 28 33.7412 500 0 1 -79.85 -26.0031 -204.738 - 28 150.244 769 0 0 -80.7271 -26.142 -205.85 - 28 59.483 763 1 0 -75.6409 -27.45 -176.078 - 28 198.107 904 5 0 -33.706 1.05 -56.0328 - 28 34.224 909 5 0 -33.3967 2.01274 -55.85 - 28 91.8269 910 5 0 -33.4624 2.05008 -55.986 - 28 261.6 721 2 1 -35.7862 -11.1951 -144.45 - 28 129.314 844 2 0 -35.4603 -11.1105 -145.85 - 28 117.967 747 1 1 -30.5345 -9.3974 -174.45 - 28 37.2556 856 1 0 -30.4954 -8.69987 -175.85 - 28 74.7343 857 1 0 -30.4939 -8.65 -175.948 - 28 66.5027 740 0 1 -31.9054 6.40074 -204.45 - 28 140.63 741 0 1 -31.85 6.48397 -204.583 - 28 95.115 1023 0 0 -12.477 24.7853 -206.25 - 28 66.0518 1024 0 0 -12.3963 24.8501 -206.092 - 28 163.057 840 0 1 -11.966 25.3222 -204.85 - 28 150.658 841 0 1 -11.8367 25.2934 -204.45 - 28 69.8446 1017 0 0 -11.4211 23.644 -205.85 - 28 74.8593 1016 0 0 -11.372 23.45 -205.997 - 28 37.9955 1015 0 0 -11.3306 23.25 -206.163 - 28 110.818 843 2 0 -35.7835 -11.2816 -145.85 - 28 120.959 720 1 1 -36.0376 -14.2565 -174.45 - 28 155.654 832 1 0 -36.0968 -13.5552 -175.85 - 28 106.199 833 1 0 -36.1066 -13.45 -176.042 - 28 7.54181 834 1 0 -36.1329 -13.25 -176.23 - 28 58.4376 1015 1 0 -34.6522 23.2492 -176.25 - 28 446.806 1016 1 0 -34.6521 23.25 -176.246 - 28 51.1408 728 1 1 -34.3426 23.5158 -174.85 - 28 133.202 729 1 1 -34.2499 23.5754 -174.656 - 28 82.7867 730 1 1 -34.05 23.5558 -174.529 - 28 101.739 731 1 1 -33.8499 23.3627 -174.629 - 28 10.783 732 1 1 -33.65 23.2818 -174.821 - 28 29.444 1017 1 0 -33.1795 23.45 -175.898 - 28 21.414 948 1 0 -83.7603 9.74592 -176.25 - 28 81.5873 1124 1 0 -159.985 44.8539 -176.25 -Number of digits in this event = 65 -Using G4ParticleGun ... -5.70736 LIN -e- -Event: 29 -Number of tracker hits in this event = 53 - 29 234.699 1018 8 1 23.7771 -136.332 35.55 - 29 91.9868 219 8 0 23.7766 -136.333 34.15 - 29 108.843 1018 7 1 23.7663 -136.346 5.55 - 29 227.048 219 7 0 23.7656 -136.347 4.15 - 29 137.535 1018 6 1 23.7467 -136.378 -24.45 - 29 173.999 218 6 0 23.7459 -136.378 -25.85 - 29 119.659 1018 5 1 23.7274 -136.388 -54.45 - 29 142.068 218 5 0 23.7268 -136.389 -55.85 - 29 105.151 1018 4 1 23.7164 -136.406 -84.45 - 29 208.911 218 4 0 23.7167 -136.407 -85.85 - 29 241.086 1018 3 1 23.7179 -136.41 -114.45 - 29 108.187 218 3 0 23.7175 -136.409 -115.85 - 29 167.109 1018 2 1 23.7069 -136.396 -144.45 - 29 111.712 218 2 0 23.7073 -136.395 -145.85 - 29 250.329 1018 1 1 23.7132 -136.398 -174.45 - 29 108.28 218 1 0 23.7125 -136.397 -175.85 - 29 138.684 1018 0 1 23.6972 -136.392 -204.45 - 29 107.51 218 0 0 23.6968 -136.393 -205.85 - 29 395.641 597 0 0 3.19614 -60.5394 -205.918 - 29 118.771 598 0 0 3.02133 -60.45 -206.045 - 29 80.322 912 0 1 2.54125 -58.9435 -204.85 - 29 171.168 911 0 1 2.45 -58.7345 -204.71 - 29 240.333 908 0 1 1.84392 -58.1769 -204.45 - 29 377.468 907 0 1 1.64999 -57.6709 -204.611 - 29 70.5746 906 0 1 1.44973 -57.259 -204.66 - 29 111.171 905 0 1 1.25 -57.0174 -204.722 - 29 87.8223 904 0 1 1.04988 -56.6327 -204.732 - 29 39.016 628 0 0 1.29624 -54.3667 -205.85 - 29 69.7606 629 0 0 1.2908 -54.25 -205.912 - 29 79.3941 630 0 0 1.30524 -54.05 -206.015 - 29 53.6883 631 0 0 1.31261 -53.8496 -206.088 - 29 58.2768 632 0 0 1.26057 -53.65 -206.146 - 29 68.8913 633 0 0 1.2181 -53.45 -206.172 - 29 45.8013 634 0 0 1.18285 -53.2498 -206.144 - 29 94.3392 635 0 0 1.18714 -53.05 -206.151 - 29 116.946 636 0 0 1.16848 -52.85 -206.152 - 29 81.2957 637 0 0 1.05001 -52.65 -206.18 - 29 66.0626 638 0 0 0.925322 -52.45 -206.222 - 29 39.054 925 0 0 -29.6847 5.14074 -206.25 - 29 112.323 926 0 0 -29.7666 5.25004 -206.159 - 29 79.3138 927 0 0 -29.9563 5.45 -206.084 - 29 63.0173 928 0 0 -30.0926 5.65 -206.016 - 29 86.3889 929 0 0 -30.2037 5.85 -205.987 - 29 65.6767 930 0 0 -30.3187 6.05 -206.016 - 29 80.3702 931 0 0 -30.4153 6.25 -206.039 - 29 39.758 1091 0 0 -34.5108 38.2963 -206.25 - 29 68.4865 1092 0 0 -34.5311 38.45 -206.128 - 29 57.4653 1093 0 0 -34.5617 38.65 -206.069 - 29 78.2739 1094 0 0 -34.5581 38.85 -205.989 - 29 8.29461 1095 0 0 -34.5751 39.05 -205.864 - 29 151.813 728 0 1 -34.3741 40.465 -204.85 - 29 371.33 729 0 1 -34.25 40.694 -204.694 - 29 133.468 1017 3 1 23.65 -136.415 -114.52 -Number of digits in this event = 20 -Using G4ParticleGun ... -4.13268 LIN -e- -Event: 30 -Number of tracker hits in this event = 99 - 30 122.208 774 11 1 -25.1165 -35.3475 125.55 - 30 133.807 723 11 0 -25.1152 -35.3487 124.15 - 30 177.052 774 10 1 -25.0935 -35.3773 95.55 - 30 126.999 723 10 0 -25.0953 -35.3795 94.15 - 30 136.829 774 9 1 -25.1381 -35.424 65.55 - 30 112.955 723 9 0 -25.1412 -35.4247 64.15 - 30 187.29 774 8 1 -25.207 -35.4385 35.55 - 30 101.919 723 8 0 -25.2125 -35.4385 34.15 - 30 225.129 773 7 1 -25.3121 -35.43 5.55 - 30 95.8818 723 7 0 -25.3119 -35.4284 4.15 - 30 194.016 773 6 1 -25.3426 -35.4174 -24.45 - 30 125.122 723 6 0 -25.3417 -35.414 -25.85 - 30 443.824 773 5 1 -25.2994 -35.3691 -54.45 - 30 179.179 723 5 0 -25.2558 -35.3795 -55.85 - 30 175.723 778 4 1 -24.3919 -35.4929 -84.45 - 30 5.77171 722 4 0 -24.2518 -35.4507 -85.8504 - 30 390.795 723 4 0 -24.2494 -35.45 -85.8749 - 30 180.328 791 3 1 -21.7147 -34.4415 -114.45 - 30 138.377 729 3 0 -21.553 -34.2162 -115.85 - 30 133.938 808 2 1 -18.3346 -29.8314 -144.451 - 30 122.68 750 2 0 -18.5467 -29.9195 -145.85 - 30 140.061 788 1 1 -22.3909 -31.8367 -174.45 - 30 132.702 740 1 0 -22.5019 -31.9194 -175.85 - 30 95.9047 776 0 1 -24.8131 -33.5665 -204.45 - 30 47.4338 775 0 1 -24.85 -33.6074 -204.776 - 30 117.295 731 0 0 -24.9646 -33.7455 -205.85 - 30 34.1594 839 3 0 23.7414 -12.25 -116.131 - 30 136.114 1011 3 1 22.45 -9.28264 -114.828 - 30 23.253 838 3 0 23.8119 -12.2512 -115.88 - 30 154.909 1024 3 1 24.8957 -12.7187 -114.85 - 30 285.105 773 2 1 -25.4037 -35.5162 -144.45 - 30 110.924 723 2 0 -25.462 -35.416 -145.85 - 30 179.288 767 1 1 -26.6377 -32.627 -174.451 - 30 53.1415 736 1 0 -26.5163 -32.829 -175.85 - 30 71.4726 735 1 0 -26.5056 -32.8501 -175.988 - 30 349.912 771 0 1 -25.7134 -38.6031 -204.45 - 30 469.004 772 0 1 -25.65 -38.6635 -204.566 - 30 70.7223 703 0 0 -24.912 -39.3423 -205.85 - 30 110.616 702 0 0 -24.7885 -39.45 -206.049 - 30 230.935 761 0 0 18.0452 -27.85 -206.032 - 30 98.6726 762 0 0 18.1719 -27.6497 -205.876 - 30 109.169 724 2 0 -25.1012 -35.1534 -145.85 - 30 2.67089 725 2 0 -25.0395 -35.05 -146.244 - 30 105.118 789 1 1 -22.1092 -27.0046 -174.45 - 30 110.885 767 1 0 -22.5474 -26.5811 -175.85 - 30 152.156 737 0 1 -32.6401 -17.5125 -204.451 - 30 34.8992 816 0 0 -32.1533 -16.7315 -205.85 - 30 98.326 817 0 0 -32.1024 -16.65 -205.97 - 30 0.790244 818 0 0 -32.0086 -16.45 -206.246 - 30 150.523 770 2 1 -25.9828 -35.4151 -144.45 - 30 395.977 722 2 0 -26.1595 -35.5535 -145.85 - 30 119.863 754 1 1 -29.0506 -38.7469 -174.45 - 30 54.1451 704 1 0 -29.5801 -39.1939 -175.85 - 30 164.575 703 1 0 -29.6402 -39.25 -176.011 - 30 70.2977 689 0 1 -42.0903 -49.3069 -204.45 - 30 34.4966 690 0 1 -42.05 -49.4028 -204.718 - 30 191.578 651 0 0 -41.8848 -49.7826 -205.85 - 30 54.6253 650 0 0 -41.8534 -49.85 -206.072 - 30 75.2414 315 1 0 29.007 -117.024 -176.25 - 30 165.877 314 1 0 29.148 -117.15 -176.154 - 30 34.831 778 2 1 -24.3019 -33.4686 -144.85 - 30 4.64703 735 2 0 -25.0548 -33.0266 -145.85 - 30 3.27217 744 2 1 -31.2366 -32.0131 -144.85 - 30 4.76623 751 2 0 -38.4046 -29.8256 -145.85 - 30 6.89768 696 2 1 -40.684 -32.0895 -144.85 - 30 123.08 737 2 0 -41.4214 -32.5681 -145.85 - 30 29.2521 690 2 1 -41.8824 -33.1957 -144.85 - 30 123.778 652 3 0 -20.0003 -49.477 -116.25 - 30 44.1697 651 3 0 -19.9427 -49.65 -115.904 - 30 209.58 801 3 1 -19.8024 -50.3902 -114.85 - 30 433.487 722 5 0 -25.4286 -35.4817 -55.85 - 30 119.51 772 4 1 -25.507 -35.4366 -84.45 - 30 227.105 772 3 1 -25.5504 -35.4971 -114.45 - 30 118.644 722 3 0 -25.5512 -35.5013 -115.85 - 30 143.352 772 2 1 -25.5827 -35.5925 -144.45 - 30 177.187 771 1 1 -25.7687 -35.6677 -174.45 - 30 186.998 721 1 0 -25.7685 -35.6627 -175.85 - 30 104.17 722 0 0 -25.8472 -35.5948 -205.85 - 30 44.0754 1179 5 1 55.8908 -26.5702 -54.85 - 30 17.0703 813 9 1 -17.25 -16.4046 65.2453 - 30 129.204 1016 10 1 23.25 24.3985 95.2973 - 30 51.0973 1180 5 1 56.0501 -26.6096 -54.6362 - 30 60.4565 1181 5 1 56.25 -26.5905 -54.6238 - 30 154.815 1182 5 1 56.4503 -26.5616 -54.646 - 30 122.88 1183 5 1 56.65 -26.2763 -54.6513 - 30 204.35 1184 5 1 56.85 -26.0377 -54.706 - 30 125.753 1185 5 1 57.05 -25.9238 -54.7494 - 30 566.124 773 0 1 -25.4499 -35.0261 -204.555 - 30 134.171 774 0 1 -25.25 -34.7283 -204.451 - 30 109.696 770 0 1 -25.9156 -35.7266 -204.45 - 30 27.5786 721 0 0 -26.0991 -35.8423 -205.85 - 30 95.7967 720 0 0 -26.1125 -35.85 -205.952 - 30 123.944 773 4 1 -25.3739 -35.3212 -84.45 - 30 138.873 728 3 0 -25.5038 -34.3603 -115.85 - 30 169.444 769 2 1 -26.1976 -32.6408 -144.45 - 30 108.196 768 1 1 -26.3096 -30.646 -174.45 - 30 188.148 747 1 0 -26.3176 -30.5372 -175.85 - 30 131.576 768 0 1 -26.3665 -28.1637 -204.45 - 30 103.422 760 0 0 -26.3878 -28.031 -205.85 -Number of digits in this event = 54 -Using G4ParticleGun ... -9.82785 LIN -e- -Event: 31 -Number of tracker hits in this event = 27 - 31 115.851 942 9 1 8.62826 130.658 65.55 - 31 159.472 1552 9 0 8.62805 130.658 64.15 - 31 111.567 942 8 1 8.63376 130.65 35.55 - 31 138.747 1552 8 0 8.63355 130.65 34.15 - 31 210.828 942 7 1 8.62913 130.658 5.55 - 31 150.98 1552 7 0 8.62935 130.658 4.15 - 31 152.891 942 6 1 8.6257 130.644 -24.45 - 31 140.018 1552 6 0 8.62451 130.643 -25.85 - 31 240.486 942 5 1 8.60926 130.627 -54.45 - 31 119.462 1552 5 0 8.61137 130.625 -55.85 - 31 125.309 943 4 1 8.65073 130.567 -84.45 - 31 115.891 1552 4 0 8.65366 130.563 -85.85 - 31 175.632 943 3 1 8.7145 130.473 -114.45 - 31 112.661 1551 3 0 8.71705 130.469 -115.85 - 31 105.831 943 2 1 8.7534 130.404 -144.45 - 31 102.533 1551 2 0 8.74857 130.404 -145.85 - 31 360.21 943 1 1 8.66163 130.395 -174.45 - 31 412.742 1551 1 0 8.65998 130.391 -175.85 - 31 210.022 942 0 1 8.64929 130.313 -204.45 - 31 279.044 1550 0 0 8.65174 130.309 -205.85 - 31 108.714 1549 0 0 7.9482 130.15 -205.89 - 31 276.555 1548 0 0 8.05589 129.95 -206.068 - 31 255.973 1550 1 0 8.78526 130.29 -175.85 - 31 164.464 941 0 1 8.39586 129.134 -204.45 - 31 138.285 1544 0 0 8.38525 129.116 -205.85 - 31 123.313 944 0 1 8.9765 130.302 -204.45 - 31 4.39873 946 1 1 9.45 147.809 -174.627 -Number of digits in this event = 21 -Using G4ParticleGun ... -5.11019 LIN -e- -Event: 32 -Number of tracker hits in this event = 38 - 32 140.405 832 10 1 -13.5913 87.8174 95.55 - 32 115.062 1338 10 0 -13.5892 87.8165 94.15 - 32 368.82 832 9 1 -13.5453 87.8016 65.55 - 32 86.5299 1338 9 0 -13.5429 87.8034 64.15 - 32 118.942 832 8 1 -13.4911 87.8403 35.55 - 32 117.61 1338 8 0 -13.4867 87.8297 34.15 - 32 121.511 833 7 1 -13.3983 87.6095 5.55 - 32 171.876 1337 7 0 -13.4011 87.5848 4.15 - 32 112.977 832 6 1 -13.4704 87.0364 -24.45 - 32 132.222 1334 6 0 -13.492 87.0477 -25.85 - 32 13.5823 1335 6 0 -13.4969 87.05 -26.189 - 32 195.363 830 5 1 -13.8862 87.1398 -54.45 - 32 121.255 1335 5 0 -13.8761 87.1448 -55.85 - 32 379.649 831 4 1 -13.6664 87.2754 -84.45 - 32 114.366 1336 4 0 -13.6541 87.2584 -85.85 - 32 106.757 833 3 1 -13.4424 86.9865 -114.45 - 32 305.151 1334 3 0 -13.4454 86.9956 -115.85 - 32 141.302 832 2 1 -13.6233 87.3567 -144.45 - 32 150.049 1336 2 0 -13.6302 87.3739 -145.85 - 32 92.6246 831 1 1 -13.695 87.4323 -174.45 - 32 101.308 1337 1 0 -13.711 87.4641 -175.85 - 32 134.219 828 0 1 -14.2651 88.1525 -204.45 - 32 119.074 1340 0 0 -14.323 88.1788 -205.85 - 32 45.5273 1335 3 0 -13.3852 87.0509 -116.186 - 32 202.782 1472 3 0 -70.5458 114.577 -116.25 - 32 162.544 1471 3 0 -70.7147 114.55 -116.155 - 32 123.962 1333 3 0 -13.4646 86.85 -116.031 - 32 105.448 832 4 1 -13.6499 87.2711 -84.5533 - 32 373.166 830 4 1 -13.8502 87.9836 -84.6612 - 32 218.218 1328 5 0 -13.6325 85.8154 -55.85 - 32 3.23155 593 1 1 -61.45 -9.14638 -174.609 - 32 168.456 833 9 1 -13.45 87.7702 65.4529 - 32 174.906 834 9 1 -13.25 87.5893 65.2591 - 32 76.9166 835 9 1 -13.0497 87.4921 65.2251 - 32 191.708 836 9 1 -12.85 87.3914 65.1949 - 32 290.256 837 9 1 -12.6498 87.4748 65.3121 - 32 27.6803 838 9 1 -12.45 87.4779 65.4087 - 32 124.677 1339 9 0 -12.4635 87.9155 64.15 -Number of digits in this event = 24 -Using G4ParticleGun ... -5.4712 LIN -e- -Event: 33 -Number of tracker hits in this event = 34 - 33 103.114 944 10 1 8.91937 -88.1151 95.55 - 33 99.3317 459 10 0 8.91904 -88.1149 94.15 - 33 116.88 944 9 1 8.91024 -88.117 65.55 - 33 193.657 459 9 0 8.91067 -88.1178 64.15 - 33 113.368 944 8 1 8.9168 -88.1441 35.55 - 33 105.778 459 8 0 8.91565 -88.1445 34.15 - 33 98.0847 944 7 1 8.88625 -88.1494 5.55 - 33 129.098 459 7 0 8.88394 -88.1504 4.15 - 33 225.452 943 6 1 8.83928 -88.1743 -24.45 - 33 116.821 459 6 0 8.83999 -88.1746 -25.85 - 33 117.251 944 5 1 8.85926 -88.1789 -54.45 - 33 93.6738 459 5 0 8.8592 -88.1787 -55.85 - 33 113.434 944 4 1 8.86205 -88.182 -84.45 - 33 118.523 459 4 0 8.86239 -88.1817 -85.85 - 33 120.202 944 3 1 8.86885 -88.1775 -114.45 - 33 139.223 459 3 0 8.86886 -88.1767 -115.85 - 33 113.193 944 2 1 8.87397 -88.1664 -144.45 - 33 188.579 459 2 0 8.87928 -88.1614 -145.85 - 33 123.503 944 1 1 8.98208 -88.0686 -174.45 - 33 106.99 459 1 0 8.98671 -88.0627 -175.85 - 33 266.046 945 0 1 9.07512 -87.9336 -204.45 - 33 102.157 460 0 0 9.08098 -87.9252 -205.85 - 33 159.505 1114 3 0 -63.0399 42.85 -116.149 - 33 19.9954 1177 1 0 -146.152 55.556 -175.85 - 33 119.435 188 3 0 -126.1 -142.534 -116.25 - 33 120.093 460 2 0 8.97018 -88.0497 -146.077 - 33 4.55441 461 2 0 9.04475 -87.85 -145.864 - 33 434.291 943 2 1 8.68918 -87.2753 -144.85 - 33 96.3757 942 2 1 8.65 -87.254 -144.793 - 33 74.35 336 2 0 147.334 -112.814 -146.25 - 33 68.7297 37 12 1 -172.615 -102.148 155.15 - 33 189.631 36 12 1 -172.798 -102.085 155.55 - 33 300.581 35 12 1 -172.951 -101.746 155.426 - 33 7.03233 34 12 1 -173.15 -101.692 155.528 -Number of digits in this event = 15 -Using G4ParticleGun ... -1.87571 LIN -e- -Event: 34 -Number of tracker hits in this event = 34 - 34 161.829 473 9 1 -85.3796 100.023 65.55 - 34 105.741 1399 9 0 -85.3794 100.025 64.15 - 34 121.061 473 8 1 -85.3904 100.097 35.55 - 34 114.712 1399 8 0 -85.3893 100.094 34.15 - 34 150.928 473 7 1 -85.3872 100.059 5.55 - 34 150.693 1399 7 0 -85.3905 100.058 4.15 - 34 123.845 472 6 1 -85.4658 100.048 -24.45 - 34 115.094 1399 6 0 -85.4673 100.048 -25.85 - 34 134.127 472 5 1 -85.5066 100.038 -54.45 - 34 117.062 1399 5 0 -85.5096 100.047 -55.85 - 34 119.091 472 4 1 -85.5801 100.262 -84.45 - 34 123.091 1400 4 0 -85.5867 100.273 -85.85 - 34 106.944 471 3 1 -85.7019 100.477 -114.45 - 34 116.328 1401 3 0 -85.7007 100.485 -115.85 - 34 111.257 471 2 1 -85.8069 100.603 -144.45 - 34 108.514 1402 2 0 -85.8111 100.612 -145.85 - 34 110.354 470 1 1 -85.8859 100.794 -174.45 - 34 157.205 1403 1 0 -85.8926 100.812 -175.85 - 34 83.7367 470 0 1 -86.0475 101.186 -204.45 - 34 35.5233 469 0 1 -86.05 101.19 -204.731 - 34 120.828 1405 0 0 -86.0602 101.202 -205.85 - 34 120.18 337 1 1 -112.747 -34.6663 -174.85 - 34 101.375 1188 3 1 57.65 0.591343 -114.512 - 34 88.0808 1243 3 0 -82.4765 68.6714 -116.25 - 34 4.48825 476 3 1 -84.8037 66.9531 -114.85 - 34 57.4905 1215 3 0 -84.5588 63.2092 -115.85 - 34 331.8 1462 5 0 -103.347 112.575 -56.249 - 34 126.584 1463 5 0 -103.498 112.75 -56.0618 - 34 90.4143 1461 5 0 -103.865 112.55 -55.9064 - 34 13.9655 382 5 1 -103.575 109.958 -54.85 - 34 19.9474 383 5 1 -103.55 109.942 -54.8491 - 34 69.0676 1452 5 0 -101.369 110.606 -55.85 - 34 9.20917 396 5 1 -100.758 111.122 -54.85 - 34 149.126 397 5 1 -100.75 111.13 -54.837 -Number of digits in this event = 16 -Using G4ParticleGun ... -3.78024 LIN -e- -Event: 35 -Number of tracker hits in this event = 60 - 35 140.354 1023 9 1 24.7812 -115.083 65.55 - 35 234.124 325 9 0 24.78 -115.082 64.15 - 35 288.061 1023 8 1 24.76 -115.073 35.55 - 35 127.405 325 8 0 24.7582 -115.075 34.15 - 35 168.996 1023 7 1 24.7218 -115.109 5.55 - 35 99.5244 325 7 0 24.7191 -115.113 4.15 - 35 105.046 1023 6 1 24.6692 -115.201 -24.45 - 35 126.423 324 6 0 24.6674 -115.207 -25.85 - 35 93.8899 1022 5 1 24.6283 -115.311 -54.45 - 35 120.25 324 5 0 24.6261 -115.315 -55.85 - 35 275.618 1022 4 1 24.5732 -115.385 -84.45 - 35 227.446 323 4 0 24.5687 -115.388 -85.85 - 35 252.787 1022 3 1 24.4811 -115.447 -114.45 - 35 109.232 323 3 0 24.4737 -115.451 -115.85 - 35 135.802 1021 2 1 24.3245 -115.528 -144.45 - 35 134.244 323 2 0 24.3208 -115.531 -145.85 - 35 95.9765 1020 1 1 24.2484 -115.593 -174.45 - 35 124.226 322 1 0 24.2458 -115.596 -175.85 - 35 169.088 1020 0 1 24.1929 -115.667 -204.45 - 35 106.875 322 0 0 24.1907 -115.669 -205.85 - 35 348.81 1021 0 1 24.2502 -115.72 -204.502 - 35 146.819 324 3 0 24.5264 -115.157 -115.85 - 35 262.097 1020 2 1 24.1441 -115.152 -144.45 - 35 100.639 324 2 0 24.1344 -115.156 -145.85 - 35 130.787 1019 1 1 23.9386 -115.178 -174.45 - 35 120.106 324 1 0 23.8972 -115.163 -175.85 - 35 142.679 1014 0 1 22.9873 -115.058 -204.45 - 35 110.412 325 0 0 22.9268 -115.055 -205.85 - 35 83.3876 1019 2 1 24.0499 -115.124 -144.575 - 35 7.81964 325 2 0 23.5462 -114.955 -145.85 - 35 124.292 326 2 0 23.533 -114.95 -145.885 - 35 15.6695 970 1 1 14.2407 -114.721 -174.45 - 35 167.81 971 1 1 14.25 -114.713 -174.502 - 35 93.6582 327 1 0 14.3505 -114.617 -175.85 - 35 55.2128 328 4 0 25.027 -114.418 -85.85 - 35 35.615 1038 4 1 27.6732 -112.553 -84.85 - 35 12.4049 338 4 0 29.7634 -112.516 -85.85 - 35 41.7731 1039 4 1 27.8542 -112.591 -84.85 - 35 57.739 1021 4 1 24.4499 -115.298 -84.5671 - 35 60.2242 1020 4 1 24.2494 -115.314 -84.698 - 35 15.6001 1019 4 1 24.05 -115.361 -84.8058 - 35 167.352 322 4 0 22.3457 -115.659 -85.8501 - 35 42.7506 321 4 0 21.8613 -115.75 -86.1496 - 35 88.6091 273 4 0 -34.9356 -125.501 -86.25 - 35 65.1016 272 4 0 -35.0564 -125.55 -86.075 - 35 20.3369 719 4 1 -36.1995 -125.911 -84.85 - 35 103.524 718 4 1 -36.25 -125.921 -84.8031 - 35 88.1275 717 4 1 -36.45 -125.96 -84.6373 - 35 16.5401 716 4 1 -36.65 -125.967 -84.4891 - 35 8.00872 124 3 0 19.6419 -155.321 -116.25 - 35 119.13 123 3 0 19.639 -155.35 -116.234 - 35 57.1044 122 3 0 19.6452 -155.55 -116.161 - 35 98.9338 121 3 0 19.6684 -155.75 -116.059 - 35 65.7503 120 3 0 19.7854 -155.95 -115.879 - 35 58.9841 119 3 0 19.8939 -156.15 -115.955 - 35 165.275 118 3 0 19.9306 -156.351 -116.005 - 35 19.4315 1005 3 1 21.2094 -156.654 -114.85 - 35 239.839 1006 3 1 21.25 -156.66 -114.819 - 35 308.792 1007 3 1 21.45 -156.496 -114.636 - 35 79.8921 1008 3 1 21.6501 -156.517 -114.747 -Number of digits in this event = 28 -Using G4ParticleGun ... -9.32267 LIN -e- -Event: 36 -Number of tracker hits in this event = 101 - 36 119.316 887 11 1 -2.59185 62.7015 125.55 - 36 121.697 1213 11 0 -2.59293 62.7011 124.15 - 36 228.416 887 10 1 -2.61401 62.6912 95.55 - 36 205.318 1213 10 0 -2.61463 62.6913 94.15 - 36 122.801 887 9 1 -2.62678 62.6947 65.55 - 36 121.044 1213 9 0 -2.62599 62.694 64.15 - 36 100.448 887 8 1 -2.61062 62.6768 35.55 - 36 174.907 1213 8 0 -2.61046 62.6754 34.15 - 36 100.718 887 7 1 -2.60787 62.6495 5.55 - 36 132.326 1212 7 0 -2.60812 62.6484 4.15 - 36 900.351 887 6 1 -2.61127 62.623 -24.45 - 36 377.833 1212 6 0 -2.61036 62.62 -25.85 - 36 154.211 887 5 1 -2.58908 62.5541 -54.45 - 36 94.9106 1212 5 0 -2.58965 62.5531 -55.85 - 36 217.043 887 4 1 -2.59716 62.5348 -84.45 - 36 116.703 1212 4 0 -2.59879 62.5324 -85.85 - 36 173.33 887 3 1 -2.61895 62.487 -114.45 - 36 140.11 1212 3 0 -2.61853 62.4867 -115.85 - 36 115.579 887 2 1 -2.61011 62.4929 -144.45 - 36 162.886 1212 2 0 -2.61109 62.4923 -145.85 - 36 400.049 887 1 1 -2.63011 62.4854 -174.45 - 36 184.769 1212 1 0 -2.62994 62.4909 -175.85 - 36 309.91 887 0 1 -2.63408 62.6025 -204.45 - 36 358.819 1212 0 0 -2.63505 62.6076 -205.85 - 36 255.897 1421 0 0 -27.2974 104.35 -206.052 - 36 44.3257 711 0 1 -37.65 79.5748 -204.523 - 36 197.934 1211 0 0 -2.51918 62.45 -206.13 - 36 35.9639 533 1 0 -141.233 -73.2802 -176.25 - 36 21.4335 600 1 1 -59.9484 28.8208 -174.85 - 36 411.471 599 1 1 -60.05 28.7482 -174.755 - 36 32.5414 886 6 1 -2.65 62.7272 -24.6045 - 36 290.117 1211 1 0 -2.5304 62.3566 -175.85 - 36 175.773 886 0 1 -2.83188 61.8845 -204.45 - 36 125.061 1208 0 0 -2.85086 61.7977 -205.85 - 36 102.26 1210 0 0 -2.56564 62.1838 -205.85 - 36 6.33339 1210 1 0 -13.9316 62.1402 -176.25 - 36 23.7982 1209 1 0 -13.9443 62.05 -175.913 - 36 22.963 831 1 1 -13.8435 61.1189 -174.85 - 36 283.888 830 1 1 -13.8501 61.0797 -174.792 - 36 44.65 829 1 1 -14.05 60.8989 -174.491 - 36 100.631 893 0 1 -1.38206 178.072 -204.45 - 36 178.021 779 1 0 14.1546 -24.1124 -176.25 - 36 15.3355 1794 4 1 179.006 -88.548 -84.85 - 36 19.4035 917 10 0 -144.839 3.62992 93.75 - 36 79.315 918 10 0 -144.878 3.65 93.7843 - 36 15.1588 1156 0 0 -15.2493 51.45 -206.243 - 36 95.6042 877 5 1 -4.45915 64.9426 -54.4501 - 36 157.647 876 5 1 -4.65012 64.7808 -54.7315 - 36 37.0465 1221 5 0 -5.2532 64.3045 -55.8505 - 36 82.1116 1220 5 0 -5.31989 64.25 -55.9725 - 36 22.0731 1164 5 0 4.50611 53.0377 -56.25 - 36 127.919 1165 5 0 4.55029 53.05 -56.1809 - 36 33.3554 924 5 1 5.00765 53.4703 -54.8499 - 36 73.2704 925 5 1 5.05 53.4996 -54.7197 - 36 154.119 1229 6 0 -35.369 65.8872 -26.2497 - 36 97.0054 1230 6 0 -35.5881 66.05 -25.9984 - 36 17.0798 1231 6 0 -35.7355 66.25 -25.8673 - 36 18.0418 693 6 1 -41.3786 68.0546 -24.85 - 36 33.4962 692 6 1 -41.45 68.0886 -24.8403 - 36 188.112 1248 6 0 -44.634 69.7185 -25.85 - 36 168.464 634 2 1 -53.158 30.8672 -144.45 - 36 74.8016 633 2 1 -53.2501 30.8224 -144.53 - 36 91.7614 632 2 1 -53.45 30.7099 -144.703 - 36 29.6062 1050 2 0 -54.3558 30.106 -145.85 - 36 236.131 1049 2 0 -54.423 30.05 -145.953 - 36 46.1841 1048 2 0 -54.6919 29.8499 -146.164 - 36 137.868 892 2 0 -113.573 -1.60142 -146.25 - 36 42.1643 325 2 1 -115.068 -1.53245 -144.85 - 36 182.56 324 2 1 -115.15 -1.54208 -144.738 - 36 102.15 1127 4 0 -125.291 45.491 -86.2496 - 36 23.2946 730 4 0 -133.523 -33.9601 -86.2499 - 36 23.6565 1053 2 0 -53.6845 30.6674 -145.85 - 36 82.2419 1052 2 0 -53.7275 30.65 -145.938 - 36 115.018 884 5 1 -3.16274 61.694 -54.45 - 36 39.7916 1207 5 0 -3.12689 61.4696 -55.85 - 36 104.868 1206 5 0 -3.12306 61.45 -55.9778 - 36 126.052 886 4 1 -2.74831 57.3695 -84.4501 - 36 17.5823 885 4 1 -2.85003 57.318 -84.7647 - 36 108.309 1185 4 0 -3.21106 57.1327 -85.8509 - 36 147.942 829 3 1 -14.0721 51.7867 -114.45 - 36 11.3878 828 3 1 -14.2504 51.6264 -114.819 - 36 0.650618 1156 3 0 -14.753 51.2519 -115.85 - 36 141.126 1155 3 0 -14.7555 51.25 -115.855 - 36 28.5659 751 2 1 -29.8043 41.8595 -144.45 - 36 143.993 750 2 1 -29.8501 41.8466 -144.53 - 36 72.1996 1108 2 0 -30.6244 41.6692 -145.85 - 36 76.0277 1107 2 0 -30.7589 41.65 -146.075 - 36 13.737 668 1 1 -46.4342 39.3538 -174.45 - 36 154.618 667 1 1 -46.45 39.3541 -174.48 - 36 0.0871457 666 1 1 -46.65 39.3616 -174.849 - 36 185.967 1096 1 0 -47.1946 39.3624 -175.85 - 36 45.8853 591 0 1 -61.7803 39.374 -204.45 - 36 72.4944 590 0 1 -61.85 39.3471 -204.604 - 36 201.792 1095 0 0 -62.3964 39.0907 -205.85 - 36 120.882 1094 0 0 -62.4503 39.0496 -205.993 - 36 110.791 622 0 1 -55.5148 11.4693 -204.45 - 36 13.7446 1508 1 0 0.180833 121.784 -176.25 - 36 8.3898 1274 1 0 -74.1715 74.9243 -176.25 - 36 247.567 618 1 0 -120.476 -56.4055 -176.25 - 36 175.159 617 1 0 -120.511 -56.45 -176.235 - 36 35.2324 888 6 1 -2.45 62.622 -24.6658 -Number of digits in this event = 48 -Using G4ParticleGun ... -8.51525 LIN -e- -Event: 37 -Number of tracker hits in this event = 35 - 37 119.338 913 10 1 2.79628 -96.6942 95.55 - 37 164.412 417 10 0 2.79619 -96.6936 94.15 - 37 104.38 913 9 1 2.79285 -96.6764 65.55 - 37 184.863 417 9 0 2.79235 -96.6743 64.15 - 37 129.38 913 8 1 2.77861 -96.6336 35.55 - 37 117.23 417 8 0 2.77829 -96.6325 34.15 - 37 114.029 913 7 1 2.77454 -96.6041 5.55 - 37 110.068 417 7 0 2.77417 -96.6017 4.15 - 37 169.61 913 6 1 2.76857 -96.5494 -24.45 - 37 114.987 418 6 0 2.76883 -96.5465 -25.85 - 37 150.638 913 5 1 2.78252 -96.4804 -54.45 - 37 125.36 418 5 0 2.78292 -96.4767 -55.85 - 37 137.161 913 4 1 2.79046 -96.4037 -84.45 - 37 152.619 418 4 0 2.78973 -96.3995 -85.85 - 37 210.905 913 3 1 2.77186 -96.3158 -114.45 - 37 109.47 419 3 0 2.77005 -96.3093 -115.85 - 37 140.385 913 2 1 2.71359 -96.1763 -144.45 - 37 187.275 419 2 0 2.71497 -96.1626 -145.85 - 37 164.806 913 1 1 2.76511 -95.9001 -174.45 - 37 162.711 421 1 0 2.76995 -95.8867 -175.85 - 37 105.077 914 0 1 2.86746 -95.6156 -204.45 - 37 111.82 422 0 0 2.86894 -95.6051 -205.85 - 37 227.927 670 9 1 -45.9719 83.9853 65.15 - 37 59.6684 671 9 1 -45.85 84.0953 65.3331 - 37 162.469 1327 11 0 -54.8939 85.558 123.75 - 37 62.5415 629 11 1 -54.2375 85.4356 125.15 - 37 104.566 630 11 1 -54.05 85.4172 125.207 - 37 72.2285 1329 11 0 -53.8422 85.9145 124.15 - 37 282.403 1330 11 0 -53.8217 86.05 124.018 - 37 122.285 1328 11 0 -54.9336 85.65 123.907 - 37 112.851 988 2 0 61.0874 17.65 -146.212 - 37 271.159 1204 2 1 61.0003 17.6894 -144.85 - 37 18.6413 1203 2 1 60.85 17.6212 -144.464 - 37 187.546 796 3 0 65.0411 -20.85 -116.238 - 37 182.692 450 1 0 29.0032 -90.0092 -176.25 -Number of digits in this event = 23 -Using G4ParticleGun ... -4.47554 LIN -e- -Event: 38 -Number of tracker hits in this event = 48 - 38 96.5211 748 8 1 -30.3149 142.572 35.4131 - 38 149.418 1612 8 0 -30.3148 142.573 34.15 - 38 153.786 748 7 1 -30.3052 142.579 5.55 - 38 147.112 1612 7 0 -30.3048 142.579 4.15 - 38 135.25 748 6 1 -30.2913 142.577 -24.45 - 38 115.658 1612 6 0 -30.2909 142.574 -25.85 - 38 135.491 748 5 1 -30.2714 142.519 -54.45 - 38 194.485 1611 5 0 -30.27 142.517 -55.85 - 38 121.765 749 4 1 -30.2415 142.489 -84.45 - 38 128.834 1611 4 0 -30.2428 142.487 -85.85 - 38 108.612 748 3 1 -30.2717 142.439 -114.45 - 38 117.583 1611 3 0 -30.2744 142.437 -115.85 - 38 367.664 748 2 1 -30.3279 142.379 -144.45 - 38 336.532 1611 2 0 -30.3297 142.376 -145.85 - 38 459.362 748 1 1 -30.3613 142.305 -174.45 - 38 505.318 1610 1 0 -30.3665 142.304 -175.85 - 38 676.203 747 0 1 -30.48 142.287 -204.45 - 38 262.944 1610 0 0 -30.4836 142.288 -205.85 - 38 121.719 1590 2 0 -62.5189 138.255 -146.25 - 38 165.484 1591 2 0 -62.5932 138.35 -146.199 - 38 240.438 1592 2 0 -62.4882 138.55 -146.119 - 38 190.983 754 0 1 -29.1223 141.291 -204.45 - 38 487.549 1605 0 0 -29.0514 141.19 -205.85 - 38 80.5133 1465 12 1 113.189 -33.2467 155.15 - 38 62.0285 1606 0 0 -29.0006 141.35 -206.22 - 38 123.801 1609 0 0 -30.4759 142.062 -205.85 - 38 36.3096 1683 6 1 156.876 99.2924 -24.45 - 38 183.053 746 0 1 -30.65 143.009 -204.776 - 38 291.228 745 0 1 -30.85 143.509 -204.682 - 38 269.328 744 0 1 -31.0501 143.944 -204.602 - 38 270.271 743 0 1 -31.25 144.384 -204.543 - 38 347.56 742 0 1 -31.45 144.821 -204.582 - 38 132.957 741 0 1 -31.6502 145.206 -204.616 - 38 239.577 740 0 1 -31.85 145.622 -204.621 - 38 420.406 739 0 1 -32.05 146.288 -204.646 - 38 298.523 738 0 1 -32.25 146.735 -204.694 - 38 324.435 737 0 1 -32.45 147.126 -204.698 - 38 41.0457 1647 0 0 -33.086 149.617 -205.85 - 38 49.7669 1648 0 0 -33.1315 149.75 -205.909 - 38 47.9988 1649 0 0 -33.2115 149.95 -205.951 - 38 57.7587 1650 0 0 -33.2807 150.15 -205.94 - 38 12.4165 1651 0 0 -33.3276 150.35 -205.867 - 38 48.9747 730 0 1 -33.989 152.85 -204.85 - 38 82.3072 729 0 1 -34.05 153.001 -204.748 - 38 95.2556 728 0 1 -34.25 153.211 -204.636 - 38 29.3451 748 0 1 -30.45 142.312 -204.763 - 38 266.712 1611 8 0 -30.3105 142.55 34.074 - 38 45.8575 1610 8 0 -30.3284 142.349 34.0115 -Number of digits in this event = 34 -Using G4ParticleGun ... -5.40683 LIN -e- -Event: 39 -Number of tracker hits in this event = 101 - 39 150.708 627 11 1 -54.5361 -56.2714 125.55 - 39 114.056 618 11 0 -54.5373 -56.2716 124.15 - 39 153.315 627 10 1 -54.553 -56.2786 95.55 - 39 152.173 618 10 0 -54.554 -56.2774 94.15 - 39 160.778 627 9 1 -54.5758 -56.2627 65.55 - 39 144.089 618 9 0 -54.5752 -56.2614 64.15 - 39 103.263 627 8 1 -54.5648 -56.2392 35.55 - 39 171.494 619 8 0 -54.564 -56.2367 34.15 - 39 113.236 627 7 1 -54.5449 -56.1841 5.55 - 39 131.707 619 7 0 -54.544 -56.1811 4.15 - 39 153.874 627 6 1 -54.5277 -56.1201 -24.45 - 39 120.372 619 6 0 -54.5275 -56.1173 -25.85 - 39 123.915 627 5 1 -54.5212 -56.0597 -54.45 - 39 84.0846 619 5 0 -54.5211 -56.0563 -55.85 - 39 503.523 627 4 1 -54.5142 -55.9962 -84.45 - 39 277.353 620 4 0 -54.5139 -55.9941 -85.85 - 39 271.223 627 3 1 -54.5119 -55.9523 -114.45 - 39 640.087 620 3 0 -54.5098 -55.9508 -115.85 - 39 130.05 627 2 1 -54.4586 -55.9297 -144.45 - 39 132.346 620 2 0 -54.4519 -55.929 -145.85 - 39 101.197 628 1 1 -54.3091 -55.9165 -174.45 - 39 343.937 620 1 0 -54.2978 -55.912 -175.85 - 39 132 629 0 1 -54.0827 -55.8426 -204.45 - 39 112.995 621 0 0 -54.0799 -55.8407 -205.85 - 39 51.9024 264 5 0 -87.0526 -127.15 -55.9834 - 39 3.36367 271 5 0 -92.8267 -125.927 -55.85 - 39 0.658398 652 5 1 -49.4715 -165.948 -54.85 - 39 70.8426 74 2 0 -47.3205 -165.15 -146.171 - 39 26.2896 796 3 1 -20.7511 -78.6059 -114.45 - 39 4.25864 610 12 0 -146.017 -57.8612 153.75 - 39 3.62323 611 12 0 -146.086 -57.8498 154.142 - 39 20.4472 170 12 1 -145.968 -57.3291 155.15 - 39 235.454 171 12 1 -145.95 -57.3015 155.198 - 39 108.046 484 0 0 -25.8842 -83.2489 -206.25 - 39 130.108 768 0 1 -26.2784 -83.1708 -204.85 - 39 68.2376 460 1 0 -1.73074 -87.8553 -176.25 - 39 277.058 461 1 0 -1.66285 -87.85 -176.177 - 39 87.0064 462 1 0 -1.15189 -87.6499 -175.992 - 39 65.233 463 1 0 -1.09059 -87.45 -175.887 - 39 80.9373 464 1 0 -1.09761 -87.25 -175.872 - 39 41.3965 465 1 0 -1.0992 -87.05 -175.877 - 39 80.3028 895 1 1 -0.9555 -86.1619 -174.85 - 39 150.603 896 1 1 -0.85 -85.9766 -174.775 - 39 162.449 897 1 1 -0.65 -86.098 -174.576 - 39 226.118 628 4 1 -54.4499 -56.2253 -84.7683 - 39 75.248 628 3 1 -54.4499 -55.9374 -114.495 - 39 54.2123 629 3 1 -54.25 -55.8724 -114.713 - 39 245.736 623 3 0 -53.204 -55.3985 -115.85 - 39 64.7718 624 3 0 -53.006 -55.25 -116.045 - 39 34.7317 625 3 0 -52.8694 -55.0496 -116.206 - 39 172.002 643 1 1 -51.397 -57.615 -174.45 - 39 369.031 644 1 1 -51.2499 -57.7678 -174.552 - 39 531.764 645 1 1 -51.05 -58.1279 -174.562 - 39 235.215 614 1 0 -51.1705 -57.2377 -175.85 - 39 203.819 613 1 0 -51.5838 -57.25 -176.062 - 39 70.6021 749 3 1 -30.25 113.326 -114.635 - 39 50.3391 949 2 1 9.98161 56.5918 -144.45 - 39 255.685 748 3 1 -30.25 113.875 -114.455 - 39 159.089 642 1 1 -51.4806 -57.6325 -174.45 - 39 178.617 654 3 0 -73.0233 -49.2276 -116.25 - 39 113.439 531 3 1 -73.6833 -48.807 -114.85 - 39 32.867 530 3 1 -73.85 -48.6939 -114.508 - 39 94.3097 711 4 0 -47.4316 -37.7376 -86.25 - 39 66.658 712 4 0 -47.2179 -37.65 -86.0219 - 39 13.969 668 4 1 -46.2758 -37.1539 -84.85 - 39 97.7302 669 4 1 -46.25 -37.1399 -84.8176 - 39 72.5306 670 4 1 -46.05 -36.9955 -84.5311 - 39 123.895 619 4 0 -54.4479 -56.0848 -85.85 - 39 114.662 632 3 1 -53.6345 -55.8798 -114.45 - 39 149.988 631 2 1 -53.7052 -56.3823 -144.45 - 39 160.228 618 2 0 -53.69 -56.4321 -145.85 - 39 99.7599 632 1 1 -53.5211 -57.5399 -174.45 - 39 144.836 612 1 0 -53.506 -57.5804 -175.85 - 39 131.25 635 0 1 -53.0411 -58.4528 -204.45 - 39 170.041 607 0 0 -53.0231 -58.4926 -205.85 - 39 592.798 629 1 1 -54.2263 -56.7954 -174.45 - 39 232.575 616 1 0 -54.1889 -56.8082 -175.85 - 39 131.484 640 0 1 -51.8705 -53.9608 -204.45 - 39 59.3842 632 0 0 -52.0722 -53.531 -205.85 - 39 49.4705 633 0 0 -52.109 -53.45 -206.097 - 39 11.9709 715 6 0 -94.0757 -36.8743 -26.25 - 39 6.76466 426 6 1 -94.9291 -37.4201 -24.85 - 39 68.5425 425 6 1 -94.95 -37.4336 -24.8313 - 39 203.168 714 6 0 -94.3431 -37.1515 -25.85 - 39 28.3065 902 0 0 -34.3107 0.512659 -206.25 - 39 143.575 696 1 0 -100.387 -40.6914 -176.25 - 39 72.5886 617 1 0 -53.9852 -56.4862 -175.85 - 39 35.9692 618 1 0 -53.9804 -56.45 -176.089 - 39 164.345 618 0 1 -56.3016 -50.8592 -204.45 - 39 2.68079 641 0 0 -56.1876 -51.8422 -205.851 - 39 234.445 640 0 0 -56.1861 -51.85 -205.862 - 39 51.2259 639 0 0 -56.2041 -52.05 -206.108 - 39 113.505 630 1 1 -54.05 -56.8791 -174.761 - 39 87.9043 625 3 1 -54.8538 -55.3549 -114.451 - 39 121.434 618 2 1 -56.3495 -55.7651 -144.45 - 39 110.724 621 2 0 -56.4126 -55.8151 -145.851 - 39 142.259 609 1 1 -58.134 -57.6734 -174.45 - 39 173.604 609 1 0 -58.4964 -58.0859 -175.85 - 39 176.059 569 0 1 -66.054 -66.0107 -204.45 - 39 0.225594 569 0 0 -66.3956 -66.2496 -205.85 - 39 134.253 568 0 0 -66.3963 -66.2501 -205.853 -Number of digits in this event = 53 -Using G4ParticleGun ... -2.00953 LIN -e- -Event: 40 -Number of tracker hits in this event = 28 - 40 122.416 1327 10 1 85.5013 -47.2324 95.55 - 40 165.393 664 10 0 85.5067 -47.2316 94.15 - 40 179.678 1327 9 1 85.6238 -47.211 65.55 - 40 123.058 664 9 0 85.6313 -47.2097 64.15 - 40 114.427 1328 8 1 85.7689 -47.1801 35.55 - 40 121.68 664 8 0 85.7749 -47.1757 34.15 - 40 138.834 1329 7 1 85.8945 -47.081 5.55 - 40 119.767 664 7 0 85.8964 -47.0765 4.15 - 40 228.358 1329 6 1 85.953 -46.9768 -24.45 - 40 165.471 665 6 0 85.9586 -46.9722 -25.85 - 40 129.855 1330 5 1 86.06 -46.8706 -54.45 - 40 147.825 665 5 0 86.0651 -46.8613 -55.85 - 40 130.926 1330 4 1 86.1354 -46.6597 -84.45 - 40 97.1315 667 4 0 86.1388 -46.6486 -85.85 - 40 124.877 1330 3 1 86.2375 -46.4749 -114.45 - 40 102.788 667 3 0 86.2438 -46.4726 -115.85 - 40 133.198 1331 2 1 86.4309 -46.478 -144.45 - 40 101.453 667 2 0 86.4326 -46.4733 -145.85 - 40 225.978 1331 1 1 86.411 -46.393 -174.45 - 40 104.916 668 1 0 86.3987 -46.4025 -175.85 - 40 229.613 1330 0 1 86.1077 -46.5308 -204.45 - 40 279.394 667 0 0 86.0834 -46.5349 -205.85 - 40 217.741 755 0 0 120.962 -28.8792 -206.25 - 40 14.5573 525 0 0 97.3901 -74.9489 -206.25 - 40 239.465 1333 0 1 86.787 -46.6423 -204.45 - 40 122.25 666 0 0 86.7743 -46.6638 -205.85 - 40 47.9998 798 0 0 50.3543 -20.384 -206.25 - 40 183.469 1326 9 1 85.45 -47.2167 65.3822 -Number of digits in this event = 22 -Using G4ParticleGun ... -7.77851 LIN -e- -Event: 41 -Number of tracker hits in this event = 134 - 41 197.297 1166 10 1 53.4415 -66.5799 95.55 - 41 102.513 567 10 0 53.4424 -66.5805 94.15 - 41 145.23 1167 9 1 53.4588 -66.59 65.55 - 41 118.511 567 9 0 53.4606 -66.5904 64.15 - 41 148.38 1167 8 1 53.4982 -66.5931 35.55 - 41 100.742 567 8 0 53.4994 -66.5929 34.15 - 41 144.889 1167 7 1 53.5211 -66.5848 5.55 - 41 139.075 567 7 0 53.5218 -66.5824 4.15 - 41 122.585 1167 6 1 53.5342 -66.5377 -24.45 - 41 122.359 567 6 0 53.5347 -66.5336 -25.85 - 41 372.093 1167 5 1 53.5406 -66.4523 -54.45 - 41 253.504 568 5 0 53.5443 -66.4487 -55.85 - 41 109.51 1167 4 1 53.6215 -66.3754 -84.45 - 41 311.083 568 4 0 53.6253 -66.372 -85.85 - 41 652.26 1168 3 1 53.7044 -66.2991 -114.45 - 41 111.94 568 3 0 53.7095 -66.297 -115.85 - 41 958.593 1168 2 1 53.8146 -66.2566 -144.45 - 41 120.446 568 2 0 53.8174 -66.2548 -145.85 - 41 417.608 1169 1 1 53.8685 -66.217 -174.45 - 41 521.944 569 1 0 53.8734 -66.2119 -175.85 - 41 354.601 1169 0 1 53.9073 -66.0855 -204.45 - 41 228.225 569 0 0 53.9132 -66.0823 -205.85 - 41 325.297 1168 0 1 53.7795 -66.2105 -204.45 - 41 36.1263 596 1 0 -31.9235 -60.85 -176.1 - 41 0.643799 732 1 1 -33.5162 -66.4744 -174.85 - 41 92.0191 730 1 1 -33.85 -68.7508 -174.613 - 41 65.6038 597 1 0 -32.035 -60.65 -175.888 - 41 128.18 743 1 1 -31.4422 -60.3433 -174.85 - 41 104.81 1160 0 1 52.2067 -67.2279 -204.45 - 41 38.168 1161 0 1 52.25 -67.3432 -204.7 - 41 78.96 560 0 0 52.4253 -67.9353 -205.85 - 41 58.4184 559 0 0 52.4561 -68.05 -206.103 - 41 279.828 569 2 0 53.7644 -66.201 -145.85 - 41 244.868 1167 1 1 53.6447 -65.8261 -174.45 - 41 159.429 571 1 0 53.6424 -65.8079 -175.85 - 41 376.309 1167 0 1 53.5274 -65.4393 -204.45 - 41 112.265 573 0 0 53.5173 -65.4132 -205.85 - 41 179.088 567 0 0 53.7585 -66.5585 -205.85 - 41 259.037 566 0 0 53.8128 -66.65 -205.886 - 41 384.691 568 1 0 53.9639 -66.27 -175.85 - 41 280.947 1170 0 1 54.184 -65.9046 -204.45 - 41 135.868 570 0 0 54.1878 -65.8917 -205.85 - 41 118.656 1171 0 1 54.2501 -65.6811 -204.539 - 41 80.5731 579 0 0 54.6486 -64.2432 -205.85 - 41 7.25028 580 0 0 54.677 -64.0498 -205.86 - 41 150.913 1173 0 1 54.8174 -62.1187 -204.85 - 41 204.69 1174 0 1 54.85 -61.9893 -204.736 - 41 86.9692 1175 0 1 55.05 -61.8362 -204.6 - 41 43.6847 1182 4 1 56.5249 -66.736 -84.45 - 41 67.8989 1181 4 1 56.45 -66.7557 -84.6209 - 41 131.129 565 4 0 55.9291 -66.92 -85.8502 - 41 74.0036 1098 3 1 39.7745 -82.2862 -114.45 - 41 138.142 1097 3 1 39.6499 -82.3155 -114.63 - 41 196.137 488 3 0 38.9069 -82.2747 -115.85 - 41 10.0134 979 2 1 15.8739 -83.0695 -144.45 - 41 94.3103 978 2 1 15.85 -83.0643 -144.484 - 41 70.9083 977 2 1 15.65 -83.0304 -144.741 - 41 269.584 484 2 0 14.9194 -83.123 -145.85 - 41 51.9899 885 1 1 -2.92731 -85.6777 -174.45 - 41 122.063 884 1 1 -3.05 -85.6892 -174.533 - 41 58.9057 883 1 1 -3.25 -85.6635 -174.694 - 41 158.717 471 1 0 -4.01092 -85.6595 -175.85 - 41 103.871 567 1 0 -30.5323 -66.5939 -176.25 - 41 10.9809 752 1 1 -29.4737 -65.4312 -174.85 - 41 64.1649 753 1 1 -29.4496 -65.4101 -174.827 - 41 98.6207 754 1 1 -29.25 -65.3527 -174.669 - 41 109.618 755 1 1 -29.05 -65.1589 -174.522 - 41 73.5552 574 1 0 -28.6648 -65.1484 -175.85 - 41 226.507 575 1 0 -28.6726 -65.0498 -176.046 - 41 10.4365 525 1 0 -43.6074 -75.0214 -176.25 - 41 81.421 524 1 0 -43.6014 -75.05 -176.228 - 41 68.8008 523 1 0 -43.6196 -75.25 -176.172 - 41 31.2221 522 1 0 -43.6052 -75.45 -176.166 - 41 156.436 706 1 0 -29.5947 -38.7779 -176.25 - 41 229.543 707 1 0 -29.9118 -38.6499 -176.227 - 41 165.094 459 1 0 -36.0859 -88.0564 -176.25 - 41 390.6 460 1 0 -36.2007 -88.05 -176.068 - 41 138.92 461 1 0 -36.2391 -87.8499 -176.045 - 41 195.63 462 1 0 -36.2608 -87.65 -176.06 - 41 105.845 567 5 0 53.4236 -66.4693 -55.85 - 41 112.332 1156 4 1 51.4166 -66.1898 -84.45 - 41 34.199 1155 4 1 51.25 -66.2276 -84.7468 - 41 78.9951 1074 3 1 34.9981 -69.7521 -114.45 - 41 86.4927 1073 3 1 34.85 -69.8301 -114.66 - 41 202.315 548 3 0 33.9812 -70.2818 -115.85 - 41 92.8982 969 2 1 13.9535 -82.7721 -144.451 - 41 270.31 968 2 1 13.85 -82.8158 -144.68 - 41 51.3134 485 2 0 13.3529 -83.0233 -145.85 - 41 0.0580968 902 1 1 0.450306 -90.2371 -174.45 - 41 110.138 901 1 1 0.45 -90.2378 -174.452 - 41 145.196 447 1 0 0.292752 -90.6779 -175.85 - 41 46.9188 446 1 0 0.266292 -90.75 -176.085 - 41 0.161549 889 0 1 -2.24988 -98.9836 -204.45 - 41 138.971 888 0 1 -2.25004 -98.9838 -204.451 - 41 52.7374 404 0 0 -2.36773 -99.2907 -205.85 - 41 47.3627 403 0 0 -2.39358 -99.35 -206.067 - 41 30.0734 762 0 1 -27.45 -106.871 -204.474 - 41 35.8459 761 0 1 -27.65 -106.984 -204.77 - 41 380.871 364 0 0 -28.6161 -107.151 -205.85 - 41 73.9452 365 0 0 -28.881 -107.15 -206.005 - 41 252.447 567 3 0 53.6795 -66.551 -115.85 - 41 112.868 566 2 0 53.69 -66.6717 -145.85 - 41 272.635 1168 1 1 53.8301 -66.7234 -174.45 - 41 131.267 566 1 0 53.833 -66.726 -175.85 - 41 186.721 1166 0 1 53.4357 -68.7028 -204.85 - 41 419.01 570 2 0 53.741 -66.0127 -145.85 - 41 109.174 1171 1 1 54.4235 -67.0912 -174.45 - 41 162.223 564 1 0 54.4664 -67.1813 -175.85 - 41 114.691 1177 0 1 55.6127 -69.3996 -204.45 - 41 217.448 552 0 0 55.6439 -69.4584 -205.85 - 41 136.816 573 1 0 53.5321 -65.3267 -175.85 - 41 128.177 1158 0 1 51.6844 -65.1127 -204.45 - 41 124.49 574 0 0 51.6153 -65.1557 -205.85 - 41 113.435 1165 0 1 53.25 -61.5669 -204.641 - 41 124.131 592 0 0 52.9615 -61.5971 -205.85 - 41 86.9017 897 12 1 -0.612195 -104.671 155.15 - 41 113.185 896 12 1 -0.65 -104.627 155.309 - 41 63.3628 558 0 0 54.3386 -68.25 -205.865 - 41 92.7638 557 0 0 54.4059 -68.45 -206.017 - 41 90.1606 556 0 0 54.5681 -68.65 -206.142 - 41 69.4359 555 0 0 54.6957 -68.85 -206.119 - 41 51.1904 554 0 0 54.748 -69.05 -206.039 - 41 56.8239 553 0 0 54.7873 -69.25 -205.961 - 41 99.3383 551 0 0 54.923 -69.6501 -205.894 - 41 57.2597 550 0 0 55.0664 -69.85 -205.946 - 41 48.4837 549 0 0 55.1808 -70.05 -205.975 - 41 58.9221 548 0 0 55.2513 -70.25 -205.98 - 41 94.442 547 0 0 55.3099 -70.45 -205.989 - 41 67.8521 546 0 0 55.3292 -70.65 -206.055 - 41 2.55065 545 0 0 55.3347 -70.85 -206.243 - 41 54.3127 659 0 0 59.3888 -48.1044 -206.25 - 41 82.0015 660 0 0 59.405 -48.0499 -206.17 - 41 78.428 1193 0 1 58.7684 -48.437 -204.85 - 41 358.243 1192 0 1 58.65 -48.4433 -204.652 -Number of digits in this event = 63 -Using G4ParticleGun ... -1.00692 LIN -e- -Event: 42 -Number of tracker hits in this event = 40 - 42 118.263 381 10 1 -103.83 33.5661 95.55 - 42 106.306 1067 10 0 -103.836 33.5683 94.15 - 42 136.006 380 9 1 -103.97 33.6148 65.55 - 42 154.704 1067 9 0 -103.981 33.6186 64.15 - 42 118.149 379 8 1 -104.237 33.6819 35.55 - 42 116.894 1068 8 0 -104.251 33.684 34.15 - 42 133.414 377 7 1 -104.568 33.7456 5.55 - 42 133.17 1068 7 0 -104.619 33.7404 4.15 - 42 396.823 372 6 1 -105.659 33.6518 -24.45 - 42 109.334 1068 6 0 -105.718 33.654 -25.85 - 42 138.404 366 5 1 -106.896 33.6912 -54.45 - 42 127.767 1068 5 0 -106.964 33.7033 -55.85 - 42 137.411 359 4 1 -108.291 33.9669 -84.45 - 42 135.037 1069 4 0 -108.352 33.9752 -85.85 - 42 253.16 352 3 1 -109.629 34.1317 -114.45 - 42 116.315 1070 3 0 -109.712 34.138 -115.85 - 42 107.717 343 2 1 -111.376 34.245 -144.45 - 42 160.055 1071 2 0 -111.458 34.2719 -145.85 - 42 141.582 335 1 1 -113.125 34.7996 -174.45 - 42 160.865 1073 1 0 -113.183 34.818 -175.85 - 42 111.455 328 0 1 -114.388 35.1397 -204.45 - 42 127.839 1075 0 0 -114.476 35.1336 -205.85 - 42 410.729 1073 0 0 -114.451 34.6752 -205.85 - 42 220.317 333 0 1 -113.523 34.8366 -204.45 - 42 97.488 361 4 1 -107.814 33.5625 -84.4502 - 42 50.0692 362 4 1 -107.75 33.5 -84.702 - 42 129.531 1065 4 0 -107.32 33.1392 -85.85 - 42 26.0904 1064 4 0 -107.243 33.0499 -86.1298 - 42 60.7129 1254 4 0 -91.3231 70.8522 -86.25 - 42 73.8863 1255 4 0 -91.305 71.05 -86.1016 - 42 99.6146 1256 4 0 -91.3391 71.25 -85.9814 - 42 72.4693 1257 4 0 -91.3497 71.45 -85.8848 - 42 54.4233 1258 4 0 -91.46 71.6501 -85.9394 - 42 61.4678 1259 4 0 -91.5479 71.8507 -86.0307 - 42 61.7067 1260 4 0 -91.6405 72.05 -86.1235 - 42 23.5536 1261 4 0 -91.7687 72.25 -86.2257 - 42 28.2669 252 3 1 -129.669 140.495 -114.45 - 42 68.0757 355 3 1 -108.956 33.5042 -114.45 - 42 58.2865 354 3 1 -109.15 33.4225 -114.536 - 42 233.857 353 3 1 -109.35 33.5197 -114.535 -Number of digits in this event = 20 -Using G4ParticleGun ... -8.18526 LIN -e- -Event: 43 -Number of tracker hits in this event = 95 - 43 96.9331 846 11 1 -10.7443 -74.6328 125.55 - 43 117.441 527 11 0 -10.7447 -74.6326 124.15 - 43 186.159 846 10 1 -10.7532 -74.6236 95.55 - 43 115.026 527 10 0 -10.753 -74.6224 94.15 - 43 179.151 846 9 1 -10.7514 -74.6039 65.55 - 43 128.992 527 9 0 -10.7518 -74.6023 64.15 - 43 116.637 846 8 1 -10.7565 -74.5709 35.55 - 43 154.334 527 8 0 -10.7562 -74.5694 34.15 - 43 95.5468 846 7 1 -10.7494 -74.537 5.55 - 43 106.009 527 7 0 -10.7498 -74.5358 4.15 - 43 418.719 846 6 1 -10.7585 -74.5116 -24.45 - 43 382.567 527 6 0 -10.7597 -74.5105 -25.85 - 43 142.299 846 5 1 -10.7834 -74.4867 -54.45 - 43 128.59 527 5 0 -10.7851 -74.4869 -55.85 - 43 108.936 846 4 1 -10.8159 -74.4921 -84.45 - 43 113.827 527 4 0 -10.8171 -74.4926 -85.85 - 43 161.417 846 3 1 -10.8444 -74.5059 -114.45 - 43 122.108 527 3 0 -10.8445 -74.507 -115.85 - 43 91.0093 846 2 1 -10.8497 -74.53 -144.45 - 43 120.71 527 2 0 -10.848 -74.5299 -145.85 - 43 137.793 846 1 1 -10.8115 -74.5298 -174.45 - 43 128.488 527 1 0 -10.8089 -74.5283 -175.85 - 43 112.323 846 0 1 -10.7505 -74.5044 -204.45 - 43 114.19 527 0 0 -10.745 -74.5059 -205.85 - 43 86.9714 760 1 1 -27.9499 -11.858 -174.45 - 43 52.5291 829 0 0 24.0538 -14.25 -205.907 - 43 16.1772 1028 1 1 25.8476 -91.4581 -174.45 - 43 155.783 1029 1 1 25.85 -91.458 -174.48 - 43 220.33 1030 1 1 26.05 -91.5159 -174.508 - 43 12.268 883 3 0 23.9125 -3.2791 -116.25 - 43 41.0963 1613 3 0 -25.574 142.856 -116.25 - 43 106.038 845 5 1 -11.0173 -74.0744 -54.45 - 43 155.029 530 5 0 -11.0612 -74.0104 -55.85 - 43 120.381 839 4 1 -12.0731 -72.5803 -84.45 - 43 142.312 537 4 0 -12.1348 -72.4945 -85.85 - 43 145.455 833 3 1 -13.3085 -70.8108 -114.45 - 43 129.896 546 3 0 -13.3689 -70.7477 -115.85 - 43 42.1582 827 2 1 -14.6415 -69.4599 -144.45 - 43 291.293 826 2 1 -14.65 -69.4533 -144.616 - 43 114.838 553 2 0 -14.712 -69.3968 -145.85 - 43 161.82 819 1 1 -16.1057 -68.0247 -174.45 - 43 202.042 560 1 0 -16.2143 -67.9432 -175.85 - 43 118.65 807 0 1 -18.5346 -66.1988 -204.45 - 43 110.07 569 0 0 -18.677 -66.1349 -205.85 - 43 188.692 835 5 1 -12.8987 -75.5492 -54.4501 - 43 143.314 522 5 0 -12.9525 -75.6011 -55.85 - 43 44.9451 828 4 1 -14.4444 -76.4284 -84.45 - 43 73.1807 827 4 1 -14.45 -76.4485 -84.6037 - 43 53.4858 517 4 0 -14.4845 -76.6225 -85.8501 - 43 62.4908 516 4 0 -14.4897 -76.65 -86.0427 - 43 482.036 823 3 1 -15.3078 -80.7781 -114.45 - 43 100.528 495 3 0 -15.2938 -80.9815 -115.85 - 43 53.8396 476 2 0 -14.6207 -84.8377 -145.85 - 43 53.5773 475 2 0 -14.5987 -84.85 -146.057 - 43 142.779 841 1 1 -11.819 -86.6472 -174.45 - 43 144.144 465 1 0 -11.6596 -86.9447 -175.85 - 43 150.006 860 0 1 -7.9685 -93.3114 -204.45 - 43 40.5366 432 0 0 -7.59871 -93.7063 -205.85 - 43 64.8966 431 0 0 -7.55928 -93.75 -206 - 43 1.99059 522 4 0 -14.5065 -75.6431 -85.85 - 43 108.788 505 3 0 -14.9081 -78.9516 -115.85 - 43 70.6111 869 2 1 -6.06645 -76.4849 -144.45 - 43 70.2185 868 2 1 -6.25036 -76.5359 -144.552 - 43 107.298 867 2 1 -6.45007 -76.5913 -144.68 - 43 28.6553 866 2 1 -6.65 -76.6646 -144.797 - 43 210.779 514 2 0 -8.1066 -77.0808 -145.85 - 43 128.928 506 3 0 -15.434 -78.8437 -115.85 - 43 64.0543 814 2 1 -17.1607 -68.8284 -144.45 - 43 238.187 813 2 1 -17.25 -68.7705 -144.657 - 43 114.258 557 2 0 -17.7797 -68.5171 -145.85 - 43 16.8505 754 1 1 -29.2308 -65.7825 -174.45 - 43 153.866 753 1 1 -29.2502 -65.7744 -174.501 - 43 115.678 572 1 0 -29.7314 -65.6084 -175.85 - 43 166.061 707 0 1 -38.4759 -60.6453 -204.45 - 43 100.959 706 0 1 -38.6502 -60.621 -204.783 - 43 40.6057 597 0 0 -39.3872 -60.4632 -205.85 - 43 113.719 598 0 0 -39.4527 -60.45 -205.946 - 43 68.4238 705 0 1 -38.85 -60.7814 -204.593 - 43 269.281 704 0 1 -39.05 -60.8677 -204.616 - 43 122.616 703 0 1 -39.25 -60.8589 -204.66 - 43 50.8847 702 0 1 -39.45 -60.6914 -204.775 - 43 48.777 605 0 0 -40.5922 -59.0174 -205.85 - 43 76.9963 606 0 0 -40.7218 -58.85 -205.892 - 43 223.472 607 0 0 -40.8048 -58.65 -205.936 - 43 344.119 608 0 0 -40.8251 -58.45 -205.977 - 43 58.664 600 0 0 -39.092 -59.9476 -205.85 - 43 104.985 601 0 0 -39.1722 -59.85 -205.984 - 43 136.192 602 0 0 -39.347 -59.65 -206.075 - 43 107.977 603 0 0 -39.3944 -59.45 -206.206 - 43 138.349 689 0 0 -96.9847 -42.0883 -206.25 - 43 75.1721 484 3 0 -143.615 -83.179 -116.25 - 43 231.429 483 3 0 -143.544 -83.25 -116.049 - 43 44.1632 482 3 0 -143.098 -83.45 -115.937 - 43 12.1395 182 3 1 -143.746 -83.8422 -114.85 - 43 205.027 181 3 1 -143.75 -83.8527 -114.829 -Number of digits in this event = 46 -Using G4ParticleGun ... -2.71103 LIN -e- -Event: 44 -Number of tracker hits in this event = 96 - 44 119.355 371 10 1 -105.777 31.3545 95.55 - 44 169.616 1056 10 0 -105.776 31.3526 94.15 - 44 115.682 371 9 1 -105.756 31.3055 65.55 - 44 140.987 1056 9 0 -105.755 31.3004 64.15 - 44 464.888 372 8 1 -105.731 31.2074 35.55 - 44 239.881 1055 8 0 -105.732 31.2017 34.15 - 44 111.726 371 7 1 -105.757 31.1007 5.55 - 44 96.3383 1055 7 0 -105.76 31.1003 4.15 - 44 112.386 371 6 1 -105.815 31.1011 -24.45 - 44 255.204 1055 6 0 -105.818 31.1 -25.85 - 44 116.278 371 5 1 -105.895 31.0764 -54.45 - 44 113.057 1055 5 0 -105.899 31.0727 -55.85 - 44 107.655 370 4 1 -105.984 30.9884 -84.45 - 44 169.039 1054 4 0 -105.991 30.9858 -85.85 - 44 101.513 370 3 1 -106.14 30.9286 -114.45 - 44 124.514 1054 3 0 -106.149 30.9188 -115.85 - 44 121.478 369 2 1 -106.346 30.7232 -144.45 - 44 167.732 1053 2 0 -106.354 30.713 -145.85 - 44 116.23 368 1 1 -106.53 30.4937 -174.45 - 44 310.094 1052 1 0 -106.537 30.4809 -175.85 - 44 109.572 367 0 1 -106.695 30.2038 -204.45 - 44 117.234 1050 0 0 -106.704 30.191 -205.85 - 44 18.8462 1380 3 0 -76.1186 96.15 -116.124 - 44 26.4227 513 3 1 -77.3178 95.9159 -114.85 - 44 59.5267 1377 3 0 -78.5629 95.6037 -115.85 - 44 189.133 508 3 1 -78.4451 94.4276 -114.85 - 44 91.6391 1367 3 0 -78.1903 93.6251 -115.85 - 44 187.417 1508 4 0 -166.752 121.822 -86.25 - 44 25.0019 1507 4 0 -167.064 121.75 -85.8719 - 44 18.5448 59 4 1 -168.316 121.745 -84.8499 - 44 102.134 58 4 1 -168.35 121.75 -84.8285 - 44 179.307 57 4 1 -168.55 121.793 -84.7346 - 44 18.2146 1054 6 0 -105.848 31.0499 -26.2184 - 44 226.798 371 1 1 -105.907 30.3991 -174.45 - 44 290.708 1051 1 0 -105.88 30.4018 -175.85 - 44 113.902 373 0 1 -105.531 30.0844 -204.45 - 44 108.722 1049 0 0 -105.546 30.0418 -205.85 - 44 116.033 374 0 1 -105.167 29.1504 -204.45 - 44 112.231 1045 0 0 -105.186 29.0891 -205.85 - 44 130.282 382 2 1 -103.668 17.7782 -144.85 - 44 153.809 381 2 1 -103.75 17.8861 -144.564 - 44 128.571 1054 8 0 -105.454 31.0329 34.1499 - 44 162.361 399 7 1 -100.338 27.2108 5.54974 - 44 155.067 1035 7 0 -100.084 27.1406 4.15 - 44 176.731 424 6 1 -95.2749 25.2098 -24.4501 - 44 123.506 1025 6 0 -94.9744 25.0713 -25.85 - 44 59.9814 1024 6 0 -94.9303 25.05 -26.0594 - 44 164.461 456 5 1 -88.7676 21.6162 -54.45 - 44 119.146 1007 5 0 -88.5206 21.5156 -55.8504 - 44 109.494 484 4 1 -83.2355 19.0069 -84.45 - 44 131.533 993 4 0 -83.0185 18.8268 -85.8514 - 44 185.626 974 3 0 -78.1477 14.9181 -115.851 - 44 136.778 539 2 1 -72.1194 10.5226 -144.45 - 44 36.9626 540 2 1 -72.05 10.4654 -144.735 - 44 120.682 950 2 0 -71.7815 10.2463 -145.85 - 44 77.3469 575 1 1 -64.9645 4.50927 -174.45 - 44 67.5778 576 1 1 -64.85 4.42363 -174.755 - 44 81.9702 920 1 0 -64.431 4.14011 -175.85 - 44 19.0391 919 1 0 -64.3004 4.0498 -176.185 - 44 100.619 635 0 1 -52.9596 -3.73334 -204.45 - 44 315.917 636 0 1 -52.8499 -3.80082 -204.721 - 44 140.558 879 0 0 -52.3936 -4.10079 -205.85 - 44 40.5356 830 0 0 -43.0757 -14.0477 -206.25 - 44 60.4161 829 0 0 -43.0739 -14.05 -206.233 - 44 123.365 685 0 1 -43.04 -13.8675 -204.85 - 44 106.109 802 1 0 -36.2783 -19.5645 -176.25 - 44 25.8681 720 1 1 -35.8868 -19.7415 -174.85 - 44 87.1441 721 1 1 -35.85 -19.7546 -174.742 - 44 35.7308 723 1 1 -35.4225 -19.6174 -174.45 - 44 161.127 722 1 1 -35.45 -19.5698 -174.51 - 44 70.9713 805 1 0 -36.3327 -18.9184 -175.85 - 44 107.229 806 1 0 -36.444 -18.85 -175.99 - 44 56.1143 937 2 0 -68.4779 7.65 -145.95 - 44 416.357 679 6 0 -109.458 -44.1025 -26.2499 - 44 18.1038 376 7 1 -104.753 31.434 5.55 - 44 103.322 377 7 1 -104.75 31.4302 5.49603 - 44 161.54 1056 7 0 -104.697 31.3153 4.15 - 44 114.646 381 6 1 -103.875 28.4201 -24.45 - 44 104.355 1041 6 0 -103.813 28.2824 -25.85 - 44 10.3528 1040 6 0 -103.8 28.25 -26.2043 - 44 105.169 387 5 1 -102.631 25.404 -54.4504 - 44 36.1746 388 5 1 -102.55 25.3614 -54.7393 - 44 119.826 1025 5 0 -102.233 25.2077 -55.8504 - 44 110.252 424 4 1 -95.222 22.2098 -84.45 - 44 16.68 425 4 1 -95.15 22.171 -84.7764 - 44 145.661 1009 4 0 -94.911 22.0396 -85.85 - 44 165.885 458 3 1 -88.3449 19.4263 -114.45 - 44 119.96 997 3 0 -88.1618 19.5117 -115.851 - 44 65.0107 477 2 1 -84.6099 20.976 -144.45 - 44 34.2019 476 2 1 -84.65 20.9802 -144.691 - 44 216.735 1004 2 0 -84.8214 20.985 -145.85 - 44 170.28 456 1 1 -88.7097 21.425 -174.45 - 44 126.256 1006 1 0 -89.0636 21.3296 -175.85 - 44 119.34 428 0 1 -94.4788 20.0945 -204.45 - 44 101.014 999 0 0 -94.5826 20.0452 -205.85 - 44 138.486 969 10 0 -71.5309 13.9171 93.75 -Number of digits in this event = 41 -Using G4ParticleGun ... -9.96785 LIN -e- -Event: 45 -Number of tracker hits in this event = 35 - 45 111.389 1110 10 1 42.2307 -84.5239 95.55 - 45 137.787 477 10 0 42.2311 -84.5243 94.15 - 45 122.419 1110 9 1 42.2404 -84.5294 65.55 - 45 105.803 477 9 0 42.2412 -84.5302 64.15 - 45 125.556 1111 8 1 42.2619 -84.5501 35.55 - 45 126.262 477 8 0 42.2623 -84.5506 34.15 - 45 110.967 1111 7 1 42.2689 -84.5621 5.55 - 45 129.946 477 7 0 42.2692 -84.5627 4.15 - 45 120.818 1111 6 1 42.274 -84.5747 -24.45 - 45 231.121 477 6 0 42.2743 -84.5754 -25.85 - 45 170.039 1111 5 1 42.282 -84.5903 -54.45 - 45 242.986 477 5 0 42.2834 -84.591 -55.85 - 45 141.519 1111 4 1 42.3135 -84.6072 -84.45 - 45 103.079 477 4 0 42.3156 -84.6084 -85.85 - 45 112.507 1111 3 1 42.3526 -84.633 -114.45 - 45 123.297 477 3 0 42.3538 -84.6343 -115.85 - 45 152.92 1111 2 1 42.3745 -84.6663 -144.45 - 45 141.406 476 2 0 42.3756 -84.6682 -145.85 - 45 109.205 1111 1 1 42.4 -84.7095 -174.45 - 45 255.665 476 1 0 42.4002 -84.713 -175.85 - 45 133.635 1111 0 1 42.4019 -84.7845 -204.45 - 45 136.521 476 0 0 42.4011 -84.789 -205.85 - 45 11.44 476 5 0 42.3226 -84.65 -56.1243 - 45 67.1212 251 3 0 127.58 -129.75 -116.234 - 45 263.1 1110 2 1 42.2484 -84.5368 -144.45 - 45 238.636 477 2 0 42.2474 -84.5351 -145.85 - 45 130.869 1110 1 1 42.2401 -84.497 -174.45 - 45 173.011 477 1 0 42.2663 -84.492 -175.85 - 45 148.326 1114 0 1 42.9597 -83.9742 -204.45 - 45 101.921 480 0 0 43.2271 -84.0299 -205.85 - 45 111.47 845 1 1 -10.9628 -65.2503 -174.45 - 45 116.891 846 1 1 -10.8497 -65.2725 -174.461 - 45 121.627 1109 1 1 41.9277 -84.7446 -174.45 - 45 179.85 1106 0 1 41.2843 -85.1039 -204.45 - 45 112.644 474 0 0 41.2343 -85.1364 -205.85 -Number of digits in this event = 26 -Using G4ParticleGun ... -3.56876 LIN -e- -Event: 46 -Number of tracker hits in this event = 119 - 46 371.278 495 10 1 -80.9987 -44.1909 95.55 - 46 112.893 679 10 0 -80.9984 -44.189 94.15 - 46 113.65 495 9 1 -80.9892 -44.1524 65.55 - 46 141.647 679 9 0 -80.9874 -44.1485 64.15 - 46 364.061 495 8 1 -80.9556 -44.07 35.55 - 46 397.814 679 8 0 -80.9514 -44.066 34.15 - 46 149.015 495 7 1 -80.8732 -43.9932 5.55 - 46 138.92 680 7 0 -80.8796 -44 4.15 - 46 96.6886 495 6 1 -81.0401 -44.1384 -24.45 - 46 166.13 679 6 0 -81.047 -44.1407 -25.85 - 46 157.954 494 5 1 -81.1786 -44.1966 -54.45 - 46 230.161 679 5 0 -81.1837 -44.1985 -55.85 - 46 126.229 493 4 1 -81.3173 -44.2388 -84.45 - 46 118.264 679 4 0 -81.3237 -44.2411 -85.85 - 46 424.498 492 3 1 -81.4663 -44.3096 -114.45 - 46 263.412 678 3 0 -81.4783 -44.3159 -115.85 - 46 111.151 491 2 1 -81.7301 -44.4306 -144.45 - 46 245.468 678 2 0 -81.7477 -44.4306 -145.85 - 46 115.785 489 1 1 -82.1165 -44.4301 -174.45 - 46 112.31 678 1 0 -82.1377 -44.4227 -175.85 - 46 113.74 487 0 1 -82.6131 -44.2918 -204.45 - 46 212.441 678 0 0 -82.6232 -44.2802 -205.85 - 46 1.3337 169 0 1 -146.15 -80.5683 -204.486 - 46 38.8778 528 4 0 -90.0219 -74.4265 -86.25 - 46 232.507 490 0 1 -81.901 -44.3836 -204.45 - 46 162.651 491 0 1 -81.85 -44.5025 -204.63 - 46 149.793 675 0 0 -80.5755 -44.9855 -205.85 - 46 135.112 674 0 0 -80.4545 -45.0502 -205.955 - 46 189.596 673 0 0 -80.1909 -45.25 -206.057 - 46 3.3629 672 0 0 -79.9543 -45.4501 -206.241 - 46 214.03 767 3 0 -28.7303 -26.4981 -116.25 - 46 71.4184 804 0 0 -56.034 -19.25 -206.019 - 46 45.6594 1406 2 0 32.5198 101.35 -146.027 - 46 86.3596 1444 2 0 45.9596 108.95 -146.08 - 46 250.757 493 3 1 -81.3829 -43.9117 -114.45 - 46 216.852 680 3 0 -81.374 -43.8916 -115.85 - 46 121.769 494 2 1 -81.0812 -43.4314 -144.45 - 46 314.357 683 2 0 -81.0482 -43.4295 -145.85 - 46 128.308 498 1 1 -80.4354 -43.5494 -174.45 - 46 209.253 682 1 0 -80.3984 -43.5795 -175.85 - 46 77.9304 500 0 1 -79.8986 -44.3041 -204.45 - 46 28.3928 501 0 1 -79.85 -44.4288 -204.739 - 46 233.075 928 3 0 29.2059 5.69066 -116.25 - 46 3.52795 927 3 0 29.2594 5.65 -116.118 - 46 114.603 497 2 1 -80.6013 -43.5247 -144.45 - 46 111.062 490 1 1 -82.0268 -41.5004 -174.45 - 46 201.894 693 1 0 -82.0822 -41.4056 -175.85 - 46 135.644 482 0 1 -83.5439 -39.6332 -204.45 - 46 159.831 701 0 0 -83.6473 -39.6586 -205.85 - 46 131.101 493 7 1 -81.2617 -44.0534 5.55 - 46 129.854 679 7 0 -81.2566 -44.0556 4.15 - 46 114.216 493 6 1 -81.2952 -43.9601 -24.45 - 46 183.285 680 6 0 -81.3176 -43.9292 -25.85 - 46 138.106 491 5 1 -81.6533 -43.249 -54.45 - 46 182.763 684 5 0 -81.7008 -43.2137 -55.85 - 46 116.382 485 4 1 -82.9154 -42.4299 -84.45 - 46 147.486 688 4 0 -82.9598 -42.38 -85.85 - 46 152.793 481 3 1 -83.7037 -40.8941 -114.45 - 46 137.976 696 3 0 -83.7307 -40.8285 -115.85 - 46 121.725 478 2 1 -84.2501 -39.564 -144.45 - 46 140.241 702 2 0 -84.2702 -39.498 -145.85 - 46 121.296 476 1 1 -84.8421 -38.1148 -174.45 - 46 122.056 710 1 0 -84.8672 -38.0461 -175.85 - 46 150.321 474 0 1 -85.2354 -36.6941 -204.45 - 46 149.765 717 0 0 -85.2481 -36.6294 -205.85 - 46 223.84 646 5 0 -118.264 -50.7508 -56.25 - 46 191.763 467 7 0 -42.8122 -86.6315 3.75 - 46 97.4322 466 7 0 -42.804 -86.65 3.7644 - 46 120.065 497 1 1 -80.4723 -44.4457 -174.45 - 46 107.247 677 1 0 -80.5523 -44.5334 -175.85 - 46 122.557 492 0 1 -81.619 -46.7553 -204.45 - 46 147.166 664 0 0 -81.6062 -47.1083 -205.85 - 46 129.279 492 2 1 -81.5905 -44.2275 -144.45 - 46 83.8785 506 1 1 -78.7331 -47.7172 -174.45 - 46 20.8706 507 1 1 -78.6499 -47.7507 -174.77 - 46 40.7448 661 1 0 -78.2724 -47.8421 -175.85 - 46 120.909 660 1 0 -78.2362 -47.85 -175.951 - 46 77.3124 562 0 1 -67.5131 -51.0147 -204.45 - 46 69.8501 563 0 1 -67.45 -51.0396 -204.631 - 46 122.76 644 0 0 -67.0176 -51.1868 -205.85 - 46 305.628 705 0 0 -7.64234 -38.8921 -206.25 - 46 30.6715 704 0 0 -6.86111 -39.05 -206.225 - 46 13.5658 466 0 0 15.191 -86.835 -206.25 - 46 107.082 465 0 0 15.198 -86.85 -206.238 - 46 21.1 464 0 0 15.2455 -87.0501 -205.936 - 46 41.6619 975 0 1 15.2495 -87.218 -204.85 - 46 93.9742 976 0 1 15.2502 -87.1854 -204.718 - 46 158.102 962 0 1 12.5193 -89.5215 -204.45 - 46 132.364 961 0 1 12.45 -89.5243 -204.52 - 46 14.8231 584 0 0 -42.3643 -63.2202 -206.25 - 46 88.8337 583 0 0 -42.2768 -63.25 -206.199 - 46 131.006 679 3 0 -81.5471 -44.1733 -115.85 - 46 151.339 496 2 1 -80.7092 -42.7701 -144.45 - 46 116.01 686 2 0 -80.622 -42.7522 -145.85 - 46 171.421 511 1 1 -77.7928 -41.5854 -174.45 - 46 31.6867 692 1 0 -77.6935 -41.4632 -175.85 - 46 149.024 521 0 1 -75.7447 -38.8305 -204.45 - 46 180.224 707 0 0 -75.6852 -38.5825 -205.85 - 46 50.1674 499 7 1 -80.0577 -44.4245 5.55 - 46 55.1609 500 7 1 -80.05 -44.4272 5.35691 - 46 109.91 678 7 0 -79.9943 -44.4444 4.15 - 46 117.545 506 6 1 -78.7846 -44.8017 -24.45 - 46 108.6 675 6 0 -78.6944 -44.8652 -25.85 - 46 111.605 516 5 1 -76.6706 -46.4517 -54.45 - 46 25.7125 517 5 1 -76.65 -46.4625 -54.7513 - 46 123.65 667 5 0 -76.5723 -46.5028 -55.85 - 46 97.9573 528 4 1 -74.446 -47.5504 -84.45 - 46 124.758 662 4 0 -74.2834 -47.5688 -85.85 - 46 130.273 545 3 1 -70.9966 -48.3049 -114.45 - 46 116.411 658 3 0 -70.8244 -48.3765 -115.85 - 46 100.599 563 2 1 -67.3389 -49.6956 -144.45 - 46 104.96 651 2 0 -67.2288 -49.8134 -145.85 - 46 114.08 574 1 1 -65.0596 -52.3097 -174.45 - 46 67.5028 575 1 1 -65.05 -52.3333 -174.68 - 46 114.043 637 1 0 -64.9994 -52.4508 -175.85 - 46 241.918 581 0 1 -63.6597 -55.3308 -204.45 - 46 142.537 623 0 0 -63.7897 -55.3267 -205.85 - 46 98.7311 582 0 1 -63.65 -55.3846 -204.839 - 46 131.1 622 0 0 -65.1155 -55.5822 -205.85 -Number of digits in this event = 67 -Using G4ParticleGun ... -4.23874 LIN -e- -Event: 47 -Number of tracker hits in this event = 261 - 47 366.608 1302 9 1 80.6226 -100.662 65.55 - 47 344.295 397 9 0 80.6233 -100.663 64.15 - 47 243.359 1302 8 1 80.6357 -100.673 35.55 - 47 424.277 397 8 0 80.6343 -100.672 34.15 - 47 111.391 1302 7 1 80.6151 -100.655 5.55 - 47 346.784 397 7 0 80.6134 -100.653 4.15 - 47 304.504 1302 6 1 80.5821 -100.604 -24.45 - 47 372.982 397 6 0 80.5794 -100.602 -25.85 - 47 121.526 1302 5 1 80.5228 -100.563 -54.45 - 47 104.027 397 5 0 80.5174 -100.562 -55.85 - 47 116.326 1301 4 1 80.3938 -100.52 -84.45 - 47 152.573 398 4 0 80.3868 -100.519 -85.85 - 47 125.276 1300 3 1 80.2445 -100.497 -114.45 - 47 127.165 398 3 0 80.2372 -100.495 -115.85 - 47 134.542 1300 2 1 80.0817 -100.448 -144.45 - 47 163.317 398 2 0 80.0744 -100.446 -145.85 - 47 227.387 1299 1 1 79.934 -100.419 -174.45 - 47 126.842 398 1 0 79.9231 -100.419 -175.85 - 47 384.929 1298 0 1 79.7062 -100.399 -204.45 - 47 99.8967 398 0 0 79.6962 -100.396 -205.85 - 47 473.773 399 0 0 79.6193 -100.342 -205.851 - 47 268.008 1301 0 1 80.3734 -100.11 -204.45 - 47 141.719 1300 0 1 80.25 -100.184 -204.459 - 47 162.566 1547 2 1 129.55 21.314 -144.7 - 47 104.855 1303 6 1 80.65 -100.713 -24.5807 - 47 68.0816 1304 6 1 80.85 -100.816 -24.7697 - 47 302.286 393 6 0 82.0192 -101.497 -25.8502 - 47 77.9507 392 6 0 82.4355 -101.55 -25.8862 - 47 133.508 1314 6 1 82.8533 -100.185 -24.8499 - 47 21.5547 1278 2 1 75.6648 -114.428 -144.45 - 47 99.5636 1277 2 1 75.65 -114.427 -144.512 - 47 105.702 329 2 0 75.2782 -114.292 -145.85 - 47 125.051 1249 1 1 69.9692 -112.376 -174.45 - 47 129.892 339 1 0 69.8027 -112.345 -175.85 - 47 66.0606 1226 0 1 65.2692 -108.063 -204.45 - 47 76.7025 1227 0 1 65.45 -108.065 -204.588 - 47 38.3891 1228 0 1 65.65 -108.067 -204.748 - 47 144.109 360 0 0 66.8735 -108.025 -205.85 - 47 109.558 1302 4 1 80.5478 -100.573 -84.4503 - 47 166.825 399 4 0 80.8108 -100.263 -85.85 - 47 52.511 1333 3 1 86.7297 -92.2634 -114.45 - 47 58.4381 1334 3 1 86.85 -92.1856 -114.526 - 47 80.238 1335 3 1 87.0501 -92.0695 -114.638 - 47 197.026 1336 3 1 87.25 -91.9601 -114.741 - 47 6.95652 1337 3 1 87.45 -91.8637 -114.836 - 47 2.84077 445 3 0 89.5152 -90.9537 -115.85 - 47 199.172 446 3 0 89.5234 -90.95 -115.854 - 47 117.728 447 3 0 90.15 -90.7406 -116.211 - 47 99.9162 1548 2 1 129.75 -89.4885 -144.495 - 47 60.6479 1549 2 1 129.95 -89.2998 -144.526 - 47 103.277 1550 2 1 130.15 -89.1464 -144.547 - 47 83.2763 1551 2 1 130.35 -88.9941 -144.593 - 47 74.5832 1552 2 1 130.55 -88.8588 -144.627 - 47 62.6405 1553 2 1 130.75 -88.7047 -144.643 - 47 91.9913 1554 2 1 130.95 -88.5423 -144.646 - 47 79.4614 1555 2 1 131.15 -88.3562 -144.687 - 47 66.1676 1556 2 1 131.35 -88.1527 -144.739 - 47 77.4915 1557 2 1 131.55 -87.9977 -144.772 - 47 140.342 1558 2 1 131.75 -87.803 -144.75 - 47 102.34 1559 2 1 131.95 -87.5266 -144.725 - 47 121.085 1560 2 1 132.15 -87.1855 -144.762 - 47 85.7222 476 2 0 134.034 -84.8216 -145.85 - 47 75.8711 477 2 0 134.163 -84.65 -145.913 - 47 102.706 478 2 0 134.349 -84.45 -145.989 - 47 255.771 479 2 0 134.522 -84.25 -146.129 - 47 76.5838 1295 6 1 79.2165 -100.87 -24.4501 - 47 19.3146 1296 6 1 79.25 -100.943 -24.7759 - 47 115.208 394 6 0 79.3086 -101.216 -25.85 - 47 216.597 1297 5 1 79.5181 -107.824 -54.4501 - 47 25.3813 1296 5 1 79.45 -107.794 -54.7593 - 47 117.102 362 5 0 79.2535 -107.737 -55.8504 - 47 54.4468 1268 4 1 73.7809 -105.922 -84.45 - 47 72.2133 1267 4 1 73.65 -105.893 -84.6266 - 47 150.558 371 4 0 72.7701 -105.759 -85.8508 - 47 128.475 372 4 0 72.7177 -105.75 -85.9258 - 47 21.5929 1162 3 1 52.479 -102.334 -114.45 - 47 100.813 1161 3 1 52.45 -102.35 -114.532 - 47 28.7236 387 3 0 51.9388 -102.725 -115.85 - 47 81.6819 386 3 0 51.9074 -102.75 -115.935 - 47 70.3186 1124 2 1 44.9464 -109.633 -144.45 - 47 60.444 1125 2 1 45.0502 -109.646 -144.685 - 47 181.685 352 2 0 45.6504 -109.697 -145.85 - 47 38.3145 1217 1 1 63.5311 -114.296 -174.45 - 47 77.8048 1218 1 1 63.65 -114.386 -174.534 - 47 73.7558 1219 1 1 63.85 -114.539 -174.674 - 47 4.13559 1220 1 1 64.0502 -114.695 -174.837 - 47 78.5035 321 1 0 65.1615 -115.754 -175.85 - 47 209.076 320 1 0 65.3436 -115.95 -176.01 - 47 43.3722 319 1 0 65.5537 -116.15 -176.188 - 47 3.42866 399 6 0 80.4256 -100.349 -25.85 - 47 328.96 398 6 0 80.4247 -100.35 -25.8651 - 47 101.145 1293 5 1 78.7472 -102.509 -54.45 - 47 158.22 387 5 0 78.8242 -102.654 -55.8503 - 47 28.6543 1304 4 1 81.0366 -105.808 -84.45 - 47 418.58 1305 4 1 81.05 -105.814 -84.5402 - 47 125.518 1326 3 1 85.3636 -106.996 -114.45 - 47 114.008 366 3 0 85.6222 -106.916 -115.85 - 47 119.977 1354 2 1 90.9859 -104.627 -144.45 - 47 118.712 378 2 0 91.2455 -104.388 -145.85 - 47 59.0794 379 2 0 91.2875 -104.35 -146.079 - 47 153.157 1381 1 1 96.4775 -100.553 -174.45 - 47 59.1949 1382 1 1 96.55 -100.517 -174.642 - 47 246.163 399 1 0 96.9847 -100.288 -175.85 - 47 112.83 1436 0 1 107.39 -96.1836 -204.45 - 47 651.878 419 0 0 107.85 -96.1772 -205.85 - 47 229.384 1372 0 1 94.7022 -95.5201 -204.45 - 47 23.4341 428 0 0 94.4201 -94.4148 -205.85 - 47 127.654 429 0 0 94.4063 -94.3498 -205.933 - 47 22.388 430 0 0 94.3546 -94.15 -206.197 - 47 210.018 1296 4 1 79.335 -99.8642 -84.4501 - 47 55.8645 1297 4 1 79.45 -99.8168 -84.6787 - 47 331.909 403 4 0 80.0097 -99.5193 -85.85 - 47 68.6387 1365 3 1 93.2796 -91.23 -114.45 - 47 282.369 1366 3 1 93.3504 -91.1962 -114.534 - 47 20.0686 1367 3 1 93.5504 -91.0724 -114.803 - 47 67.825 448 3 0 94.4312 -90.55 -116.078 - 47 28.9699 1457 2 1 111.687 -80.4086 -144.45 - 47 90.6315 1458 2 1 111.75 -80.3623 -144.506 - 47 104.422 1459 2 1 111.95 -80.2169 -144.681 - 47 24.8686 503 2 0 113.262 -79.3008 -145.85 - 47 139.171 504 2 0 113.33 -79.25 -145.913 - 47 60.6092 505 2 0 113.555 -79.05 -146.136 - 47 81.9659 1619 1 1 144.053 -53.3207 -174.45 - 47 105.153 1620 1 1 144.15 -53.1519 -174.629 - 47 44.8952 639 1 0 144.773 -52.1364 -175.85 - 47 105.965 640 1 0 144.83 -52.05 -175.959 - 47 7.50142 641 1 0 144.977 -51.8499 -176.217 - 47 99.459 1706 0 1 161.386 -29.6939 -204.45 - 47 39.0996 1707 0 1 161.551 -29.5995 -204.762 - 47 39.8256 753 0 0 162.133 -29.2897 -205.85 - 47 78.7862 754 0 0 162.212 -29.25 -205.991 - 47 112.314 397 4 0 79.7273 -100.571 -85.8504 - 47 85.6139 291 4 0 119.887 -121.911 -86.2497 - 47 198.789 290 4 0 120.04 -121.95 -86.1184 - 47 0.256035 1505 4 1 121.35 -122.233 -84.8499 - 47 70.6703 1506 4 1 121.35 -122.233 -84.8495 - 47 69.5977 1507 4 1 121.55 -122.275 -84.7055 - 47 77.8082 1508 4 1 121.75 -122.346 -84.6001 - 47 10.4034 1509 4 1 121.951 -122.429 -84.4702 - 47 55.7728 1510 4 1 122.231 -122.22 -84.45 - 47 84.006 1511 4 1 122.35 -122.055 -84.5535 - 47 97.2667 1512 4 1 122.55 -121.786 -84.7085 - 47 56.267 300 4 0 123.651 -120.126 -85.85 - 47 76.0286 301 4 0 123.739 -119.95 -85.9736 - 47 49.3537 302 4 0 123.824 -119.75 -86.1127 - 47 26.5316 556 4 0 153.45 -68.8058 -86.2499 - 47 80.9854 555 4 0 153.509 -68.85 -86.1866 - 47 101.277 554 4 0 153.702 -69.05 -86.0385 - 47 261.284 1672 4 1 154.682 -69.8838 -84.8499 - 47 17.9379 1673 4 1 154.75 -69.9599 -84.6522 - 47 84.4706 1671 4 1 154.55 -70.348 -84.6326 - 47 316.695 1670 4 1 154.35 -70.3229 -84.6952 - 47 120.173 1303 8 1 80.66 -100.579 35.55 - 47 116.294 1303 7 1 80.7403 -100.683 5.55 - 47 115.074 1305 6 1 81.1325 -100.42 -24.45 - 47 278.26 1307 5 1 81.4593 -99.8513 -54.45 - 47 128.151 401 5 0 81.4732 -99.8316 -55.85 - 47 366.264 1308 4 1 81.7538 -99.4101 -84.45 - 47 102.459 1309 3 1 81.93 -98.8541 -114.45 - 47 137.019 406 3 0 81.9185 -98.8225 -115.85 - 47 122.868 1308 2 1 81.6773 -98.1404 -144.45 - 47 140.458 410 2 0 81.6665 -98.0988 -145.85 - 47 250.343 1307 1 1 81.4592 -97.2615 -174.45 - 47 116.502 414 1 0 81.4567 -97.2059 -175.85 - 47 143.49 1306 0 1 81.3449 -96.1428 -204.45 - 47 483.747 418 0 0 81.2238 -96.3975 -205.85 - 47 7.29575 417 0 0 81.1986 -96.5501 -205.954 - 47 37.6116 1184 5 1 56.9321 -111.605 -54.85 - 47 43.7293 1185 5 1 57.05 -111.66 -54.7231 - 47 96.2227 807 9 0 -86.5823 -18.5284 63.75 - 47 142.553 806 9 0 -86.5277 -18.65 63.8462 - 47 107.352 421 1 0 81.121 -95.9386 -175.85 - 47 75.9273 1307 2 1 81.6499 -98.1264 -144.78 - 47 215.533 415 2 0 80.062 -97.012 -145.85 - 47 12.4769 413 1 0 81.5139 -97.5387 -175.85 - 47 11.219 412 1 0 81.5068 -97.55 -176.24 - 47 118.647 1309 4 1 81.85 -99.3989 -84.6343 - 47 146.107 406 4 0 82.0093 -98.9181 -85.85 - 47 9.02267 407 4 0 82.0596 -98.75 -86.2291 - 47 245.908 1331 3 1 86.4128 -75.8917 -114.45 - 47 302.862 1330 3 1 86.25 -76.4436 -114.718 - 47 70.9698 1329 3 1 86.05 -76.7478 -114.672 - 47 338.205 1328 3 1 85.8494 -76.7882 -114.658 - 47 60.7039 1327 3 1 85.65 -76.8456 -114.658 - 47 107.875 402 4 0 82.3894 -99.58 -85.8503 - 47 2.08571 1401 3 1 100.544 -108.661 -114.45 - 47 129.822 1402 3 1 100.55 -108.658 -114.457 - 47 48.8398 1403 3 1 100.75 -108.569 -114.704 - 47 81.3413 359 3 0 101.502 -108.231 -115.85 - 47 36.6258 360 3 0 101.673 -108.15 -116.128 - 47 133.03 1473 2 1 114.761 -92.707 -144.45 - 47 122.021 439 2 0 115.43 -92.2966 -145.85 - 47 177.041 1536 1 1 127.41 -83.2967 -174.45 - 47 25.8499 475 1 0 127.838 -84.9568 -175.85 - 47 88.0634 474 1 0 127.867 -85.05 -175.927 - 47 127.51 473 1 0 127.928 -85.25 -176.064 - 47 26.7585 472 1 0 127.985 -85.45 -176.187 - 47 125.844 1626 0 1 145.443 -125.608 -204.45 - 47 6.50082 1627 0 1 145.55 -125.324 -204.833 - 47 33.293 280 0 0 146.131 -124.037 -205.85 - 47 68.0225 281 0 0 146.164 -123.95 -205.914 - 47 48.756 282 0 0 146.23 -123.75 -206.017 - 47 50.8576 283 0 0 146.282 -123.55 -206.099 - 47 60.0442 284 0 0 146.327 -123.35 -206.169 - 47 278.317 474 0 0 140.999 -85.1863 -206.25 - 47 62.0688 1602 0 1 140.572 -85.0977 -204.85 - 47 96.4241 1601 0 1 140.55 -85.1249 -204.755 - 47 95.413 1307 4 1 81.65 -99.3693 -84.827 - 47 332.054 404 4 0 80.9493 -99.2569 -85.85 - 47 182.912 1311 1 1 82.3749 -100.717 -174.45 - 47 125.509 397 1 0 82.3769 -100.679 -175.85 - 47 218.579 1313 0 1 82.7113 -99.2169 -204.45 - 47 118.797 405 0 0 82.5323 -99.0567 -205.85 - 47 104.743 1304 7 1 80.9158 -100.861 5.55 - 47 112.488 396 7 0 80.9346 -100.857 4.15 - 47 137.571 1306 6 1 81.3194 -100.758 -24.45 - 47 163.602 396 6 0 81.3235 -100.768 -25.85 - 47 115.106 395 5 0 81.5054 -100.973 -55.85 - 47 144.139 396 4 0 81.2253 -100.796 -85.85 - 47 123.404 1304 3 1 80.9751 -100.329 -114.45 - 47 94.3699 399 3 0 80.9742 -100.317 -115.85 - 47 122.103 1304 2 1 80.9911 -100.192 -144.45 - 47 131.18 399 2 0 80.9492 -100.182 -145.85 - 47 180.783 1300 1 1 80.2294 -99.9469 -174.45 - 47 178.913 401 1 0 80.1862 -99.9437 -175.85 - 47 128.655 1296 0 1 79.3523 -100.136 -204.45 - 47 32.3366 597 1 0 73.38 -60.5418 -176.25 - 47 111.358 598 1 0 73.338 -60.45 -176.159 - 47 37.156 599 1 0 73.1761 -60.25 -175.903 - 47 91.4381 1260 1 1 72.2402 -59.5345 -174.85 - 47 77.0298 1259 1 1 72.05 -59.4552 -174.687 - 47 82.5108 392 1 0 79.5701 -101.703 -175.85 - 47 89.7916 391 1 0 79.5632 -101.75 -175.889 - 47 100.52 390 1 0 79.4676 -101.95 -175.982 - 47 45.0183 389 1 0 79.3629 -102.15 -175.929 - 47 53.8596 1292 1 1 78.5025 -102.895 -174.85 - 47 44.5425 1291 1 1 78.45 -102.924 -174.806 - 47 113.895 386 1 0 78.9178 -102.883 -175.85 - 47 7.93377 1295 1 1 79.2416 -102.527 -174.85 - 47 4.37275 1316 1 1 83.4217 -99.6561 -174.85 - 47 56.1913 402 1 0 83.9157 -99.5633 -175.85 - 47 43.9998 394 4 0 76.7059 -101.276 -85.85 - 47 165.181 393 4 0 76.6382 -101.35 -85.8703 - 47 89.3173 1306 4 1 81.2503 -100.592 -84.5025 - 47 92.2099 400 4 0 83.4819 -100.141 -85.85 - 47 191.068 1324 4 1 84.9945 -101.016 -84.85 - 47 6.27828 1325 4 1 85.05 -101.122 -84.7662 - 47 191.745 392 4 0 80.6062 -101.606 -85.8504 - 47 158.772 391 4 0 80.4364 -101.75 -86.0733 - 47 113.835 395 4 0 81.1554 -100.967 -85.85 - 47 229.718 1290 3 1 78.156 -104.525 -114.45 - 47 117.832 374 3 0 78.2054 -105.192 -115.85 - 47 21.2084 373 3 0 78.2081 -105.35 -116.185 - 47 94.6243 1291 2 1 78.321 -117.1 -144.45 - 47 104.644 1292 2 1 78.45 -117.322 -144.603 - 47 108.864 1293 2 1 78.65 -117.551 -144.715 - 47 1.53598 1294 2 1 78.85 -117.769 -144.846 - 47 57.9309 302 2 0 80.613 -119.627 -145.85 - 47 144.217 301 2 0 80.7311 -119.75 -145.912 - 47 95.9235 300 2 0 80.9255 -119.95 -146.039 - 47 62.398 299 2 0 81.1146 -120.15 -146.17 -Number of digits in this event = 98 -Using G4ParticleGun ... -7.24264 LIN -e- -Event: 48 -Number of tracker hits in this event = 23 - 48 117.23 561 10 1 -67.6889 -52.3398 95.55 - 48 94.535 638 10 0 -67.6892 -52.3397 94.15 - 48 118.518 561 9 1 -67.6941 -52.3358 65.55 - 48 117.336 638 9 0 -67.6947 -52.3353 64.15 - 48 157.444 561 8 1 -67.7074 -52.3264 35.55 - 48 119.708 638 8 0 -67.7077 -52.3251 34.15 - 48 101.381 561 7 1 -67.72 -52.3002 5.55 - 48 138.753 638 7 0 -67.7216 -52.3009 4.15 - 48 221.191 561 6 1 -67.7601 -52.3199 -24.45 - 48 128.92 638 6 0 -67.7758 -52.3076 -25.85 - 48 116.481 559 5 1 -68.102 -52.059 -54.45 - 48 116.569 640 5 0 -68.1179 -52.0456 -55.85 - 48 117.816 558 4 1 -68.4434 -51.7729 -84.45 - 48 124.673 641 4 0 -68.4564 -51.7608 -85.85 - 48 115.536 556 3 1 -68.7302 -51.5116 -114.45 - 48 133.939 642 3 0 -68.7431 -51.5012 -115.85 - 48 163.06 555 2 1 -69.0024 -51.293 -144.45 - 48 179.353 643 2 0 -69.015 -51.2827 -145.85 - 48 144.495 553 1 1 -69.2819 -51.0706 -174.45 - 48 124.035 644 1 0 -69.2961 -51.0598 -175.85 - 48 128.597 552 0 1 -69.5814 -50.8425 -204.45 - 48 142.501 646 0 0 -69.6015 -50.8337 -205.85 - 48 34.6058 178 0 1 -144.35 -108.93 -204.594 +Number of tracker hits in this event = 22 + 0 108.341 1122 7 1 44.493 141.507 5.55 + 0 105.163 1606 7 0 44.4981 141.502 4.15 + 0 110.244 1122 6 1 44.5822 141.414 -24.45 + 0 136.014 1606 6 0 44.5891 141.412 -25.85 + 0 151.954 1123 5 1 44.7308 141.39 -54.45 + 0 154.303 1606 5 0 44.7367 141.388 -55.85 + 0 115.8 1124 4 1 44.8603 141.321 -84.45 + 0 111.83 1605 4 0 44.8632 141.31 -85.85 + 0 324.297 1124 3 1 44.9421 141.062 -114.45 + 0 186.501 1604 3 0 44.948 141.034 -115.85 + 0 108.439 1124 2 1 45.0218 140.467 -144.45 + 0 137.604 1601 2 0 45.0298 140.435 -145.85 + 0 122.299 1125 1 1 45.2019 139.788 -174.45 + 0 26.4847 1598 1 0 45.1988 139.752 -175.85 + 0 179.45 1597 1 0 45.1986 139.75 -175.947 + 0 120.9 1125 0 1 45.1476 139.07 -204.45 + 0 199.163 1594 0 0 45.1432 139.03 -205.85 + 0 183.26 1127 1 1 45.5921 -4.51942 -174.85 + 0 119.951 1128 1 1 45.6504 -4.93461 -174.787 + 0 91.8379 471 10 1 -85.6657 -82.0009 95.15 + 0 112.251 1605 6 0 44.6015 141.35 -25.9852 + 0 296.039 1604 6 0 44.7575 141.15 -26.0552 Number of digits in this event = 14 Using G4ParticleGun ... -3.04827 LIN +6.48113 LIN e- -Event: 49 -Number of tracker hits in this event = 232 - 49 252.145 462 10 1 -87.5893 -34.9076 95.55 - 49 128.637 725 10 0 -87.5902 -34.9077 94.15 - 49 337.272 462 9 1 -87.6054 -34.9195 65.55 - 49 399.723 725 9 0 -87.6097 -34.9214 64.15 - 49 332.318 461 8 1 -87.7054 -34.9445 35.55 - 49 112.815 725 8 0 -87.7023 -34.9398 34.15 - 49 112.084 462 7 1 -87.632 -34.8477 5.55 - 49 128.781 726 7 0 -87.6323 -34.8432 4.15 - 49 752.411 462 6 1 -87.6303 -34.7447 -24.45 - 49 475.583 726 6 0 -87.6286 -34.748 -25.85 - 49 258.538 462 5 1 -87.5813 -34.8015 -54.45 - 49 134.353 726 5 0 -87.577 -34.8019 -55.85 - 49 251.784 462 4 1 -87.4851 -34.7794 -84.45 - 49 127.464 726 4 0 -87.4854 -34.7872 -85.85 - 49 289.12 462 3 1 -87.4901 -34.9427 -114.45 - 49 136.601 725 3 0 -87.4878 -34.948 -115.85 - 49 257.786 463 2 1 -87.445 -35.0831 -144.45 - 49 104.746 724 2 0 -87.4542 -35.09 -145.85 - 49 132.472 461 1 1 -87.6523 -35.2379 -174.45 - 49 146.584 723 1 0 -87.6669 -35.2536 -175.85 - 49 87.6715 460 0 1 -87.9301 -35.6399 -204.45 - 49 111.34 721 0 0 -87.9509 -35.6611 -205.85 - 49 130.884 746 0 1 -30.85 -37.089 -204.591 - 49 28.3065 691 0 0 -100.072 -41.8257 -206.25 - 49 334.328 724 6 0 -87.204 -35.0627 -25.85 - 49 103.932 461 6 1 -87.65 -34.7582 -24.6893 - 49 143.316 723 6 0 -88.4861 -35.2934 -25.8503 - 49 409.905 722 6 0 -88.5933 -35.4501 -26.0523 - 49 21.3863 570 6 0 33.3105 -65.993 -26.25 - 49 433.112 463 0 1 -87.3017 -33.9796 -204.45 - 49 252.958 732 0 0 -87.541 -33.5342 -205.85 - 49 60.1526 733 0 0 -87.6233 -33.45 -206.17 - 49 140.737 779 0 0 -100.507 -24.1357 -206.25 - 49 41.2465 396 0 1 -100.935 -24.2645 -204.85 - 49 96.5259 395 0 1 -100.95 -24.2703 -204.796 - 49 123.51 461 5 1 -87.6545 -34.5628 -54.45 - 49 252.495 727 5 0 -87.6585 -34.5586 -55.85 - 49 108.91 461 4 1 -87.7171 -34.5126 -84.45 - 49 144.624 727 4 0 -87.7147 -34.5113 -85.85 - 49 102.551 727 3 0 -87.6442 -34.5035 -115.85 - 49 145.084 461 2 1 -87.6936 -34.3237 -144.45 - 49 155.947 728 2 0 -87.7026 -34.3149 -145.85 - 49 149.728 463 1 1 -87.3965 -34.3068 -174.45 - 49 255.225 728 1 0 -87.3854 -34.3071 -175.85 - 49 180.789 464 0 1 -87.1098 -34.2943 -204.45 - 49 106.434 728 0 0 -87.1017 -34.2927 -205.85 - 49 100.331 729 4 0 -87.4982 -34.2183 -85.85 - 49 118.103 461 3 1 -87.7218 -33.5292 -114.45 - 49 103.154 732 3 0 -87.739 -33.5082 -115.85 - 49 134.351 459 2 1 -88.076 -32.9556 -144.45 - 49 203.049 735 2 0 -88.112 -32.9387 -145.85 - 49 125.359 456 1 1 -88.6649 -32.4829 -174.45 - 49 148.781 737 1 0 -88.6836 -32.4605 -175.85 - 49 273.577 455 0 1 -88.9559 -31.9714 -204.45 - 49 168.07 740 0 0 -88.9752 -31.9133 -205.85 - 49 6.11016 479 1 1 -84.2286 -27.8705 -174.45 - 49 111.566 478 1 1 -84.25 -27.8613 -174.478 - 49 37.369 477 1 1 -84.45 -27.8019 -174.737 - 49 34.4821 760 1 0 -84.9801 -27.8569 -175.85 - 49 122.171 761 1 0 -85.0089 -27.85 -175.921 - 49 244.693 762 1 0 -85.2382 -27.65 -176.188 - 49 99.261 763 1 0 -85.8609 -27.45 -176.146 - 49 348.621 764 1 0 -86.0134 -27.25 -176.106 - 49 51.3293 463 8 1 -87.3263 -34.4971 35.5498 - 49 57.9478 464 8 1 -87.25 -34.4971 35.3743 - 49 144.552 727 8 0 -86.7507 -34.5812 34.15 - 49 115.56 513 7 1 -77.4295 -37.9143 5.54991 - 49 67.0147 514 7 1 -77.25 -37.8661 5.33697 - 49 236.613 712 7 0 -76.1684 -37.6319 4.15 - 49 40.4585 645 6 1 -50.9954 -28.1192 -24.4503 - 49 65.9372 646 6 1 -50.8499 -28.0437 -24.4882 - 49 63.8298 647 6 1 -50.65 -27.9337 -24.5382 - 49 88.411 648 6 1 -50.45 -27.8217 -24.5756 - 49 45.9906 649 6 1 -50.25 -27.7055 -24.6086 - 49 67.1344 650 6 1 -50.05 -27.5895 -24.6227 - 49 62.9488 651 6 1 -49.8499 -27.4767 -24.6078 - 49 62.6146 652 6 1 -49.65 -27.3653 -24.5881 - 49 62.3256 653 6 1 -49.45 -27.2512 -24.5638 - 49 81.7295 654 6 1 -49.25 -27.1515 -24.5438 - 49 140.237 655 6 1 -49.0496 -27.0631 -24.5361 - 49 59.9064 656 6 1 -48.8497 -26.9935 -24.5429 - 49 73.2476 657 6 1 -48.65 -26.9226 -24.5473 - 49 166.922 658 6 1 -48.45 -26.8516 -24.5466 - 49 63.251 659 6 1 -48.25 -26.7818 -24.5438 - 49 62.0224 660 6 1 -48.05 -26.7132 -24.5439 - 49 52.5744 661 6 1 -47.85 -26.6606 -24.5455 - 49 72.3317 662 6 1 -47.6499 -26.6069 -24.5373 - 49 66.053 663 6 1 -47.45 -26.5553 -24.5344 - 49 54.9606 664 6 1 -47.25 -26.5107 -24.5284 - 49 59.2701 665 6 1 -47.05 -26.4677 -24.5284 - 49 56.5356 666 6 1 -46.85 -26.4199 -24.5431 - 49 109.217 667 6 1 -46.65 -26.3656 -24.5567 - 49 77.2614 668 6 1 -46.45 -26.3198 -24.5694 - 49 87.3506 669 6 1 -46.25 -26.2786 -24.5884 - 49 50.7614 670 6 1 -46.05 -26.2516 -24.6114 - 49 81.1368 671 6 1 -45.85 -26.2336 -24.6412 - 49 53.9867 672 6 1 -45.65 -26.2181 -24.6741 - 49 49.0092 673 6 1 -45.45 -26.1989 -24.706 - 49 175.096 674 6 1 -45.25 -26.1883 -24.7389 - 49 94.1663 675 6 1 -45.05 -26.1819 -24.7745 - 49 45.8941 676 6 1 -44.85 -26.1882 -24.8188 - 49 598.918 768 6 0 -40.8979 -26.3186 -25.85 - 49 417.484 767 6 0 -39.4149 -26.45 -26.141 - 49 444.024 766 6 0 -38.1461 -26.65 -26.0963 - 49 358.725 765 6 0 -37.3623 -26.85 -25.9943 - 49 37.7332 735 6 1 -32.978 -27.5034 -24.85 - 49 59.5177 736 6 1 -32.85 -27.5208 -24.8159 - 49 58.2764 737 6 1 -32.65 -27.5446 -24.7603 - 49 62.0168 738 6 1 -32.45 -27.5552 -24.7197 - 49 109.534 739 6 1 -32.25 -27.6056 -24.6645 - 49 107.816 740 6 1 -32.05 -27.7059 -24.57 - 49 16.6355 741 6 1 -31.8498 -27.8156 -24.4683 - 49 40.9835 663 7 0 -22.1614 -47.3633 3.75 - 49 82.1434 662 7 0 -22.1221 -47.4502 3.8757 - 49 7.97823 661 7 0 -22.048 -47.6501 4.12897 - 49 9.75424 791 7 1 -21.6608 -48.484 5.15 - 49 296.659 792 7 1 -21.65 -48.5102 5.18014 - 49 120.633 793 7 1 -21.45 -49.3234 5.48606 - 49 112.252 794 7 1 -21.2498 -49.7043 5.38342 - 49 125.829 795 7 1 -21.05 -50.0652 5.34657 - 49 100.049 796 7 1 -20.85 -50.5191 5.26438 - 49 42.2966 637 7 0 -20.1865 -52.494 4.15 - 49 64.9304 636 7 0 -20.1397 -52.65 4.05034 - 49 44.2006 635 7 0 -20.0729 -52.8502 3.894 - 49 163.21 822 6 1 -15.5648 -73.537 -24.45 - 49 152.249 823 6 1 -15.45 -73.5507 -24.7465 - 49 363.603 532 6 0 -14.5906 -73.5078 -25.85 - 49 14.7787 1395 6 1 99.3053 -36.7191 -24.85 - 49 101.64 1396 6 1 99.35 -36.7366 -24.8359 - 49 48.8588 1397 6 1 99.55 -36.7963 -24.7554 - 49 86.7882 1398 6 1 99.75 -36.8557 -24.7085 - 49 219.043 1399 6 1 99.95 -37.0565 -24.6626 - 49 47.9475 1400 6 1 100.15 -37.2027 -24.5562 - 49 119.613 723 8 0 -87.856 -35.2737 34.15 - 49 124.023 457 7 1 -88.4945 -35.4636 5.55 - 49 140.387 722 7 0 -88.5281 -35.4876 4.15 - 49 171.695 450 6 1 -90.0265 -34.4646 -24.45 - 49 104.702 442 5 1 -91.5864 -35.0439 -54.45 - 49 22.7616 443 5 1 -91.55 -35.0693 -54.7983 - 49 155.561 724 5 0 -91.4402 -35.142 -55.8504 - 49 211.904 459 4 1 -88.1622 -37.2224 -84.45 - 49 140.76 713 4 0 -87.9722 -37.2782 -85.8502 - 49 22.2925 478 3 1 -84.2568 -38.4826 -114.45 - 49 109.036 479 3 1 -84.25 -38.4852 -114.529 - 49 119.766 707 3 0 -84.1607 -38.4966 -115.85 - 49 70.179 490 2 1 -81.8972 -38.7337 -144.45 - 49 31.2903 491 2 1 -81.85 -38.6961 -144.733 - 49 122.868 707 2 0 -81.6577 -38.5354 -145.85 - 49 55.9756 516 1 1 -76.7064 -34.5962 -174.45 - 49 68.7436 517 1 1 -76.65 -34.5675 -174.642 - 49 109.103 556 0 1 -68.7107 -30.8422 -204.45 - 49 45.1581 557 0 1 -68.65 -30.8119 -204.703 - 49 9.64408 746 0 0 -68.3411 -30.654 -205.85 - 49 107.773 747 0 0 -68.3332 -30.65 -205.879 - 49 120.581 458 4 1 -88.2502 -37.0424 -84.6159 - 49 19.8594 720 4 0 -88.2736 -35.894 -85.8501 - 49 50.1959 721 4 0 -88.2698 -35.8495 -85.896 - 49 144.496 722 4 0 -88.2998 -35.65 -86.0077 - 49 110.02 723 4 0 -88.4562 -35.45 -86.1385 - 49 11.6061 724 4 0 -88.6657 -35.25 -86.2313 - 49 48.8192 1233 4 0 -169.45 66.7221 -86.25 - 49 70.0943 1234 4 0 -169.535 66.85 -86.128 - 49 159.211 1235 4 0 -169.616 67.05 -85.9693 - 49 43.6984 1236 4 0 -169.67 67.2502 -85.9069 - 49 47.1112 1237 4 0 -169.676 67.45 -85.8842 - 49 63.1588 55 4 1 -169.02 72.8684 -84.85 - 49 31.0721 56 4 1 -168.95 73.0572 -84.8231 - 49 148.353 1284 4 0 -168.601 76.8772 -85.85 - 49 368.39 1285 4 0 -168.552 77.05 -85.9316 - 49 294.05 1286 4 0 -168.41 77.25 -86.0019 - 49 165.996 1287 4 0 -168.329 77.45 -86.0564 - 49 47.8767 452 6 1 -89.4749 -43.8688 -24.4501 - 49 48.3496 451 6 1 -89.65 -43.9044 -24.4938 - 49 381.682 449 6 1 -90.15 -43.9097 -24.6079 - 49 58.0667 448 6 1 -90.35 -43.8943 -24.6528 - 49 62.1864 447 6 1 -90.55 -43.8744 -24.6837 - 49 78.5144 446 6 1 -90.7504 -43.845 -24.7338 - 49 47.0941 445 6 1 -90.95 -43.8254 -24.7778 - 49 26.2824 444 6 1 -91.15 -43.7843 -24.8194 - 49 36.7037 687 6 0 -94.4973 -42.5041 -25.85 - 49 151.328 688 6 0 -94.6306 -42.45 -25.8989 - 49 74.9923 689 6 0 -95.182 -42.25 -26.125 - 49 62.0694 202 5 1 -139.66 -21.5637 -54.4501 - 49 75.8573 201 5 1 -139.75 -21.6161 -54.5618 - 49 205.007 200 5 1 -139.95 -21.7079 -54.7433 - 49 37.2216 199 5 1 -140.15 -21.723 -54.8135 - 49 111.84 786 5 0 -144.548 -22.7277 -55.85 - 49 208.018 785 5 0 -144.897 -22.85 -55.9455 - 49 228.556 784 5 0 -145.434 -23.0501 -55.9353 - 49 224.101 448 2 1 -90.4899 -40.1849 -144.45 - 49 132.903 699 2 0 -90.4716 -40.1475 -145.85 - 49 7.62322 449 1 1 -90.15 -39.4179 -174.822 - 49 55.4139 703 1 0 -90.3657 -39.2719 -175.85 - 49 115.906 704 1 0 -90.3974 -39.25 -176.002 - 49 138.187 419 0 1 -96.1981 -35.0319 -204.45 - 49 189.689 726 0 0 -96.4237 -34.7828 -205.85 - 49 108.882 698 2 0 -90.513 -40.2587 -145.85 - 49 123.563 446 1 1 -90.9164 -41.533 -174.45 - 49 129.918 692 1 0 -90.9422 -41.6275 -175.85 - 49 26.1123 691 1 0 -90.9488 -41.65 -176.191 - 49 147.49 444 0 1 -91.3385 -43.5119 -204.45 - 49 212.519 682 0 0 -91.2642 -43.6065 -205.85 - 49 147.007 937 6 1 7.45 -109.396 -24.8083 - 49 48.343 681 0 0 -90.6312 -43.8063 -205.85 - 49 134.544 680 0 0 -90.5556 -43.85 -206.025 - 49 381.596 416 0 0 -108.99 -96.8278 -206.25 - 49 58.9422 415 0 0 -109.028 -96.95 -206.165 - 49 67.7794 417 0 0 -109.04 -96.75 -205.963 - 49 219.736 725 6 0 -87.5897 -35.0078 -25.85 - 49 134.718 454 5 1 -89.2262 -35.1728 -54.4502 - 49 111.133 725 5 0 -88.8035 -35.0397 -55.85 - 49 125.108 502 4 1 -79.6181 -32.0904 -84.45 - 49 186.08 738 4 0 -79.5202 -32.3412 -85.8504 - 49 273.228 505 3 1 -78.9718 -36.8422 -114.45 - 49 78.6869 722 3 0 -78.676 -35.6327 -115.85 - 49 162.432 723 3 0 -78.6273 -35.4497 -116.042 - 49 3.93215 724 3 0 -78.5807 -35.25 -116.242 - 49 91.0569 540 2 1 -71.897 -6.46408 -144.451 - 49 37.5298 541 2 1 -71.85 -6.36808 -144.727 - 49 40.5339 870 2 0 -71.5858 -5.91756 -145.85 - 49 95.3049 871 2 0 -71.5611 -5.84993 -145.983 - 49 68.1694 574 1 1 -65.1795 6.07165 -174.45 - 49 72.6125 575 1 1 -65.05 6.1489 -174.589 - 49 22.5965 576 1 1 -64.85 6.25272 -174.786 - 49 9.58537 934 1 0 -63.6519 7.03207 -175.85 - 49 202.502 935 1 0 -63.6234 7.05 -175.874 - 49 205.536 757 0 1 -28.4881 15.357 -204.45 - 49 22.9445 966 0 0 -28.8183 13.3353 -205.85 - 49 68.4795 965 0 0 -28.8256 13.25 -205.912 - 49 81.3601 964 0 0 -28.834 13.0498 -206.046 - 49 14.9277 963 0 0 -28.8399 12.8498 -206.199 - 49 81.0773 737 4 0 -79.5076 -32.45 -86.1778 -Number of digits in this event = 98 +Event: 1 +Number of tracker hits in this event = 24 + 1 200.276 631 8 1 -53.7665 125.083 35.55 + 1 164.865 1524 8 0 -53.7647 125.083 34.15 + 1 124.376 631 7 1 -53.7292 125.095 5.55 + 1 183.201 1524 7 0 -53.7274 125.096 4.15 + 1 158.284 631 6 1 -53.6896 125.124 -24.45 + 1 148.296 1524 6 0 -53.6864 125.122 -25.85 + 1 123.962 632 5 1 -53.6154 125.088 -54.45 + 1 111.69 1524 5 0 -53.6138 125.082 -55.85 + 1 131.973 632 4 1 -53.5843 124.973 -84.45 + 1 117.381 1524 4 0 -53.5814 124.97 -85.85 + 1 148.936 632 3 1 -53.5182 124.901 -114.45 + 1 149.087 1523 3 0 -53.5192 124.896 -115.85 + 1 143.556 632 2 1 -53.547 124.8 -144.45 + 1 126.241 1523 2 0 -53.5501 124.809 -145.85 + 1 342.109 632 1 1 -53.5665 125.023 -174.45 + 1 117.348 1524 1 0 -53.5627 125.034 -175.85 + 1 117.969 632 0 1 -53.5151 125.282 -204.45 + 1 407.495 1525 0 0 -53.5185 125.293 -205.85 + 1 263.815 1522 1 0 -53.6173 124.683 -175.85 + 1 145.192 631 0 1 -53.6964 124.661 -204.45 + 1 326.841 1522 0 0 -53.6992 124.669 -205.85 + 1 106.003 630 0 1 -53.9065 124.61 -204.45 + 1 89.7598 808 1 0 32.3004 -18.25 -176.235 + 1 333.472 632 8 1 -53.65 125.131 35.3585 +Number of digits in this event = 21 Using G4ParticleGun ... -1.17756 LIN +3.24052 LIN e- -Event: 50 -Number of tracker hits in this event = 57 - 50 115.049 571 11 1 -65.7047 -11.8232 125.55 - 50 106.269 841 11 0 -65.7103 -11.8253 124.15 - 50 137.763 571 10 1 -65.8237 -11.8562 95.55 - 50 99.8692 841 10 0 -65.8324 -11.8491 94.15 - 50 234.83 570 9 1 -66.0245 -11.6836 65.55 - 50 197.9 841 9 0 -66.0273 -11.6633 64.15 - 50 182.919 569 8 1 -66.0774 -11.2505 35.55 - 50 121.563 844 8 0 -66.0846 -11.2258 34.15 - 50 135.227 569 7 1 -66.2264 -10.7056 5.55 - 50 120.99 846 7 0 -66.2382 -10.6785 4.15 - 50 115.702 567 6 1 -66.4596 -10.1206 -24.45 - 50 139.243 849 6 0 -66.4841 -10.0932 -25.85 - 50 127.897 565 5 1 -67.0004 -9.49677 -54.45 - 50 135.047 853 5 0 -66.7149 -9.33486 -55.8503 - 50 124.425 596 4 1 -60.6846 -5.68709 -84.4505 - 50 76.5516 597 4 1 -60.6499 -5.67843 -84.5808 - 50 104.013 872 4 0 -60.3311 -5.59487 -85.85 - 50 2.81407 630 3 1 -53.8585 -3.74358 -114.45 - 50 134.229 631 3 1 -53.8499 -3.7385 -114.465 - 50 7.17014 632 3 1 -53.65 -3.61468 -114.831 - 50 164.958 884 3 0 -53.1065 -3.24908 -115.85 - 50 73.2394 719 2 1 -36.1653 10.4345 -144.45 - 50 142.972 720 2 1 -36.05 10.6137 -144.562 - 50 107.227 721 2 1 -35.85 10.93 -144.773 - 50 58.8093 961 2 0 -34.9688 12.2791 -145.85 - 50 77.2143 962 2 0 -34.8559 12.45 -145.981 - 50 51.8931 963 2 0 -34.7097 12.65 -146.137 - 50 24.3129 859 1 1 -8.09078 45.6626 -174.451 - 50 94.8214 860 1 1 -8.05 45.6831 -174.53 - 50 44.7065 1129 1 0 -7.51975 46.0091 -175.85 - 50 79.0576 1130 1 0 -7.45609 46.05 -176.013 - 50 15.6411 920 0 1 4.08156 54.4454 -204.45 - 50 71.9899 919 0 1 4.05 54.4173 -204.467 - 50 59.4559 918 0 1 3.85 54.2403 -204.589 - 50 86.9824 917 0 1 3.65 54.0946 -204.713 - 50 47.8511 1164 0 0 2.34771 52.9631 -205.85 - 50 99.1118 1163 0 0 2.22436 52.85 -205.966 - 50 34.2198 1162 0 0 2.03613 52.6499 -206.219 - 50 362.028 554 2 1 -69.0525 -7.66084 -144.45 - 50 165.134 862 2 0 -69.0818 -7.62483 -145.85 - 50 134.107 552 1 1 -69.5152 -6.90876 -174.45 - 50 213.57 865 1 0 -69.565 -6.90778 -175.85 - 50 139.948 546 0 1 -70.6959 -6.86975 -204.45 - 50 107.389 866 0 0 -70.75 -6.82188 -205.85 - 50 250.6 994 0 0 -76.4106 18.85 -206.118 - 50 191.726 861 2 0 -69.1082 -7.65 -146.086 - 50 151.306 776 2 0 -103.61 -24.7244 -146.25 - 50 0.628113 775 2 0 -103.696 -24.85 -145.854 - 50 300.027 382 2 1 -103.591 -25.5234 -144.85 - 50 497.259 383 2 1 -103.55 -25.5738 -144.666 - 50 108.643 550 1 1 -70.0021 -7.56657 -174.45 - 50 153.34 862 1 0 -70.0401 -7.57997 -175.85 - 50 104.424 545 0 1 -70.8863 -7.85799 -204.45 - 50 157.601 860 0 0 -70.932 -7.88304 -205.85 - 50 123.415 871 9 0 -80.169 -5.71139 63.75 - 50 14.5008 502 9 1 -79.4739 -5.5746 65.15 - 50 125.422 503 9 1 -79.45 -5.5741 65.1931 +Event: 2 +Number of tracker hits in this event = 80 + 2 214.809 472 10 1 -85.5196 54.2498 95.55 + 2 109.251 1171 10 0 -85.5202 54.2502 94.15 + 2 105.923 472 9 1 -85.5371 54.2343 65.55 + 2 188.052 1170 9 0 -85.5352 54.2346 64.15 + 2 122.132 472 8 1 -85.5134 54.25 35.55 + 2 127.616 1171 8 0 -85.5113 54.2503 34.15 + 2 151.418 472 7 1 -85.4582 54.237 5.55 + 2 170.909 1170 7 0 -85.4536 54.2356 4.15 + 2 131.478 473 6 1 -85.3643 54.2105 -24.45 + 2 518.372 1170 6 0 -85.3582 54.2048 -25.85 + 2 121.418 474 5 1 -85.2187 54.0821 -54.45 + 2 407.766 1170 5 0 -85.2119 54.0782 -55.85 + 2 107.535 474 4 1 -85.0668 54.0239 -84.45 + 2 154.652 1169 4 0 -85.059 54.0193 -85.85 + 2 119.525 475 3 1 -84.9038 53.8967 -114.45 + 2 312.768 1169 3 0 -84.8828 53.881 -115.85 + 2 78.0762 477 2 1 -84.4663 53.583 -144.45 + 2 249.164 1167 2 0 -84.4516 53.5705 -145.85 + 2 125.883 479 1 1 -84.1651 53.2963 -174.45 + 2 129.204 1166 1 0 -84.1547 53.2857 -175.85 + 2 98.8433 480 0 1 -83.9401 53.0794 -204.45 + 2 112.474 1165 0 0 -83.9319 53.0726 -205.85 + 2 263.199 1728 4 0 -71.0477 165.75 -86.0223 + 2 55.5895 478 0 1 -84.3549 53.6817 -204.45 + 2 54.1311 479 0 1 -84.25 53.6822 -204.632 + 2 124.462 1167 0 0 -83.5738 53.6403 -205.85 + 2 284.432 477 1 1 -84.4968 53.8241 -174.45 + 2 112.023 1167 1 0 -84.6293 53.6414 -175.85 + 2 132.735 461 0 1 -87.6938 48.5257 -204.45 + 2 105.485 1139 0 0 -87.5346 47.9858 -205.85 + 2 18.5106 1138 0 0 -87.4873 47.85 -206.182 + 2 96.8787 478 1 1 -84.45 53.6436 -174.643 + 2 336.426 1165 1 0 -85.1647 53.1371 -175.85 + 2 511.417 1449 0 1 109.952 -9.68261 -204.45 + 2 2.25143 1450 0 1 110.15 -9.25392 -204.462 + 2 307.042 472 6 1 -85.4892 54.2171 -24.45 + 2 197.408 470 5 1 -85.9064 54.1014 -54.45 + 2 130.487 468 4 1 -86.3738 54.3457 -84.45 + 2 159.129 1171 4 0 -86.3665 54.3244 -85.85 + 2 155.282 467 3 1 -86.5052 53.9228 -114.451 + 2 150.811 464 2 1 -87.1874 53.6615 -144.45 + 2 66.2706 457 1 1 -88.6395 52.7297 -174.45 + 2 37.8299 456 1 1 -88.65 52.7188 -174.685 + 2 32.0925 1163 1 0 -88.6936 52.6547 -175.85 + 2 90.9351 1162 1 0 -88.6965 52.65 -175.934 + 2 99.8776 452 0 1 -89.5067 50.804 -204.45 + 2 112.714 1153 0 0 -89.3795 50.7042 -205.85 + 2 128.352 472 5 1 -85.467 54.4526 -54.45 + 2 208.763 1172 5 0 -85.4637 54.4805 -55.85 + 2 156.802 473 4 1 -85.3627 55.0442 -84.45 + 2 144.672 1175 4 0 -85.3881 55.0836 -85.85 + 2 119.294 471 3 1 -85.7751 56.0235 -114.45 + 2 126.744 1180 3 0 -85.7704 56.0877 -115.85 + 2 264.19 472 2 1 -85.5601 57.2877 -144.45 + 2 112.109 1186 2 0 -85.5453 57.3146 -145.85 + 2 156.697 474 1 1 -85.1513 57.8388 -174.45 + 2 125.33 1189 1 0 -85.1508 57.864 -175.85 + 2 193.625 474 0 1 -85.132 58.4212 -204.45 + 2 318.423 1191 0 0 -85.1038 58.4288 -205.85 + 2 110.334 1174 4 0 -85.3899 55.05 -86.0563 + 2 2.8007 471 2 1 -85.6615 54.3541 -144.45 + 2 88.3851 473 2 1 -85.45 54.2632 -144.625 + 2 46.5465 474 2 1 -85.2485 54.1505 -144.77 + 2 183.885 1165 2 0 -83.8233 53.1466 -145.85 + 2 214.524 1164 2 0 -83.6957 53.05 -145.958 + 2 69.6351 1163 2 0 -83.3764 52.85 -146.168 + 2 228.948 741 2 0 140.027 -31.6589 -146.25 + 2 113.629 742 2 0 140.703 -31.65 -146.194 + 2 90.302 743 2 0 140.957 -31.45 -146.204 + 2 80.026 744 2 0 141.177 -31.25 -146.202 + 2 88.8855 745 2 0 141.359 -31.05 -146.175 + 2 276.202 746 2 0 141.606 -30.8493 -146.086 + 2 68.3028 1614 2 1 143.059 -30.9778 -144.85 + 2 285.539 1615 2 1 143.15 -31.0141 -144.747 + 2 16.0409 820 1 1 -15.8715 17.959 -174.45 + 2 127.639 821 1 1 -15.8498 17.9452 -174.464 + 2 79.0217 974 2 0 -24.7998 15.0211 -146.25 + 2 59.2321 975 2 0 -24.9714 15.05 -146.185 + 2 84.9708 1001 2 0 8.33195 20.3539 -146.25 + 2 62.2717 1555 2 1 131.2 55.5171 -144.85 +Number of digits in this event = 45 +Using G4ParticleGun ... +3.73936 LIN +e- +Event: 3 +Number of tracker hits in this event = 61 + 3 107.425 1110 9 1 42.1148 -114.255 65.55 + 3 110.258 329 9 0 42.1138 -114.252 64.15 + 3 121.087 1110 8 1 42.1149 -114.188 35.55 + 3 123.04 329 8 0 42.1139 -114.187 34.15 + 3 163.811 1110 7 1 42.0944 -114.168 5.55 + 3 131.153 329 7 0 42.0933 -114.168 4.15 + 3 267.272 1110 6 1 42.0715 -114.164 -24.45 + 3 138.208 329 6 0 42.0684 -114.168 -25.85 + 3 110.404 1109 5 1 41.955 -114.123 -54.45 + 3 152.161 330 5 0 41.9705 -114.128 -55.85 + 3 240.083 1111 4 1 42.2764 -114.273 -84.45 + 3 355.668 329 4 0 42.2912 -114.309 -85.85 + 3 230.912 1112 3 1 42.527 -115.006 -114.45 + 3 241.628 325 3 0 42.5458 -115.037 -115.85 + 3 106.745 1114 2 1 43.0036 -115.652 -144.45 + 3 293.667 322 2 0 43.0151 -115.648 -145.85 + 3 97.9217 1116 1 1 43.3304 -115.512 -174.45 + 3 171.84 323 1 0 43.3517 -115.494 -175.85 + 3 176.636 1118 0 1 43.7494 -115.12 -204.45 + 3 128.156 325 0 0 43.7494 -115.06 -205.85 + 3 199.03 1117 0 1 43.65 -115.197 -204.699 + 3 127.178 323 0 0 43.199 -115.473 -205.85 + 3 2.9296 322 0 0 43.0518 -115.55 -206.239 + 3 154.022 326 3 0 42.5642 -114.95 -116.178 + 3 328.388 1109 4 1 42.0301 -114.328 -84.4502 + 3 102.073 1107 3 1 41.6135 -113.738 -114.45 + 3 15.7823 332 3 0 41.4767 -113.557 -115.85 + 3 140.062 333 3 0 41.4719 -113.55 -115.905 + 3 15.2562 1096 2 1 39.2614 -109.536 -144.45 + 3 121.769 1095 2 1 39.25 -109.526 -144.497 + 3 145.392 354 2 0 38.9664 -109.221 -145.85 + 3 17.1616 355 2 0 38.8988 -109.15 -146.166 + 3 103.387 1062 1 1 32.5795 -102.738 -174.45 + 3 250.218 386 1 0 32.5096 -102.787 -175.85 + 3 7.42046 1056 0 1 31.4478 -102.752 -204.45 + 3 109.711 1057 0 1 31.4501 -102.751 -204.48 + 3 127.101 387 0 0 31.5417 -102.741 -205.85 + 3 183.795 927 6 1 5.49012 -139.087 -24.85 + 3 110.613 1108 3 1 41.7108 -114.719 -114.45 + 3 108.071 327 3 0 41.7052 -114.734 -115.85 + 3 100.952 1107 2 1 41.5279 -115.15 -144.45 + 3 107.649 325 2 0 41.5412 -115.148 -145.85 + 3 40.7857 1109 1 1 41.8513 -115.127 -174.45 + 3 63.3375 1108 1 1 41.85 -115.127 -174.605 + 3 296.233 325 1 0 41.839 -115.125 -175.85 + 3 127.932 1108 0 1 41.7455 -115.252 -204.45 + 3 114.431 324 0 0 41.7909 -115.312 -205.85 + 3 300.176 1100 1 1 40.2198 -115.828 -174.45 + 3 26.8232 1101 1 1 40.25 -115.895 -174.748 + 3 111.718 320 1 0 40.3973 -116.093 -175.85 + 3 13.8241 319 1 0 40.4464 -116.15 -176.207 + 3 120.502 296 0 0 43.8206 -120.754 -205.85 + 3 205.401 1099 1 1 40.0464 -116.123 -174.45 + 3 48.9192 297 1 0 38.1249 -120.605 -175.85 + 3 82.8824 296 1 0 38.0414 -120.75 -175.884 + 3 84.2154 295 1 0 37.9089 -120.95 -175.941 + 3 68.1006 294 1 0 37.7454 -121.15 -175.987 + 3 72.112 293 1 0 37.5617 -121.35 -176.057 + 3 73.2607 292 1 0 37.3929 -121.55 -176.115 + 3 23.6168 291 1 0 37.2126 -121.75 -176.216 + 3 39.461 1098 1 1 39.85 -116.08 -174.632 +Number of digits in this event = 33 +Using G4ParticleGun ... +1.47408 LIN +e- +Event: 4 +Number of tracker hits in this event = 70 + 4 110.135 410 8 1 -98.1303 -97.2842 35.55 + 4 137.966 414 8 0 -98.1293 -97.2848 34.15 + 4 119.831 410 7 1 -98.0982 -97.2851 5.55 + 4 121.313 414 7 0 -98.0908 -97.2856 4.15 + 4 199.502 411 6 1 -97.9005 -97.2931 -24.45 + 4 184.261 414 6 0 -97.9015 -97.2989 -25.85 + 4 176.358 411 5 1 -97.8772 -97.4148 -54.45 + 4 133.102 413 5 0 -97.877 -97.4271 -55.85 + 4 360.132 411 4 1 -97.9278 -97.6819 -84.45 + 4 120.404 412 4 0 -97.9169 -97.6845 -85.85 + 4 380.869 412 3 1 -97.6942 -97.636 -114.45 + 4 116.461 412 3 0 -97.6587 -97.6287 -115.85 + 4 208.56 415 2 1 -97.0777 -97.3265 -144.45 + 4 121.284 414 2 0 -97.0641 -97.2974 -145.85 + 4 112.591 416 1 1 -96.8945 -96.6202 -174.45 + 4 121.313 417 1 0 -96.8817 -96.7191 -175.85 + 4 116.836 417 0 1 -96.5872 -98.7719 -204.45 + 4 104.377 406 0 0 -96.5939 -98.8474 -205.85 + 4 355.856 414 4 0 -97.888 -97.1682 -85.85 + 4 237.704 415 3 0 -97.6239 -97.0716 -115.85 + 4 145.759 413 2 1 -97.3803 -96.9615 -144.45 + 4 142.621 416 2 0 -97.3691 -96.939 -145.85 + 4 111.493 414 1 1 -97.1811 -96.4356 -174.45 + 4 122.478 418 1 0 -97.1872 -96.434 -175.85 + 4 104.431 413 0 1 -97.3639 -96.3834 -204.45 + 4 99.832 418 0 0 -97.3908 -96.3864 -205.85 + 4 111.413 414 3 0 -97.7364 -97.232 -115.85 + 4 218.175 398 2 1 -100.531 -100.731 -144.45 + 4 220.035 397 2 0 -100.538 -100.568 -145.851 + 4 76.216 398 2 0 -100.537 -100.55 -145.994 + 4 183.086 387 1 1 -102.661 -93.0247 -174.45 + 4 26.433 439 1 0 -102.264 -92.1747 -175.85 + 4 114.33 440 1 0 -102.251 -92.15 -175.89 + 4 28.8253 441 1 0 -102.16 -91.9498 -176.17 + 4 129.386 447 0 1 -90.7007 -64.3389 -204.45 + 4 42.5362 448 0 1 -90.55 -64.4677 -204.704 + 4 54.271 575 0 0 -89.9171 -64.9747 -205.85 + 4 67.9458 574 0 0 -89.8099 -65.05 -206.028 + 4 111.146 407 3 1 -98.6013 -97.0145 -114.45 + 4 137.288 410 2 1 -98.0136 -96.3671 -144.45 + 4 145.525 418 2 0 -98.0661 -96.3586 -145.85 + 4 667.005 404 1 1 -99.2116 -96.3459 -174.45 + 4 110.841 419 1 0 -99.3336 -96.3432 -175.85 + 4 114.157 391 0 1 -101.891 -96.1893 -204.45 + 4 110.482 419 0 0 -101.982 -96.1645 -205.851 + 4 22.3887 221 8 1 -135.767 -178.577 35.5498 + 4 108.441 222 8 1 -135.75 -178.573 35.5276 + 4 28.1288 223 8 1 -135.55 -178.517 35.2539 + 4 61.1896 8 8 0 -134.744 -178.524 34.15 + 4 97.7425 7 8 0 -134.603 -178.55 33.9804 + 4 13.8779 403 1 1 -99.3502 -96.4207 -174.538 + 4 126.799 569 3 0 -21.2484 -66.0755 -116.25 + 4 122.258 568 3 0 -21.2372 -66.2501 -116.199 + 4 73.2173 410 3 1 -98.1167 -97.4405 -114.45 + 4 56.1577 409 3 1 -98.15 -97.3633 -114.66 + 4 28.0887 416 3 0 -98.4907 -96.7813 -115.85 + 4 105.492 417 3 0 -98.5099 -96.75 -115.919 + 4 6.94393 418 3 0 -98.6415 -96.55 -116.223 + 4 40.6896 661 3 0 -116.103 -47.743 -116.25 + 4 65.53 662 3 0 -116.163 -47.6498 -116.177 + 4 74.8176 663 3 0 -116.256 -47.4496 -116.035 + 4 69.5203 664 3 0 -116.242 -47.2499 -115.962 + 4 148.337 329 3 1 -114.314 -45.8808 -114.85 + 4 77.5414 328 3 1 -114.35 -45.7055 -114.598 + 4 87.4925 327 3 1 -114.55 -45.5468 -114.544 + 4 121.911 326 3 1 -114.75 -45.3233 -114.517 + 4 113.936 325 3 1 -114.95 -45.1394 -114.69 + 4 21.7827 681 3 0 -113.112 -43.7828 -115.85 + 4 17.7583 335 3 1 -112.961 -43.2452 -114.85 + 4 145.217 336 3 1 -112.95 -43.2357 -114.814 +Number of digits in this event = 31 +Using G4ParticleGun ... +1.83815 LIN +e- +Event: 5 +Number of tracker hits in this event = 94 + 5 112.09 1473 9 1 114.946 -60.8918 65.55 + 5 133.67 595 9 0 114.946 -60.8956 64.15 + 5 130.903 1473 8 1 114.944 -60.9813 35.55 + 5 113.516 595 8 0 114.939 -60.9891 34.15 + 5 99.3122 1473 7 1 114.837 -61.139 5.55 + 5 150.911 594 7 0 114.83 -61.1516 4.15 + 5 271.104 1472 6 1 114.659 -61.4113 -24.45 + 5 210.224 593 6 0 114.648 -61.4271 -25.85 + 5 180.889 1471 5 1 114.422 -61.7362 -54.45 + 5 146.867 591 5 0 114.417 -61.7508 -55.85 + 5 276.747 1470 4 1 114.327 -62.0577 -84.45 + 5 110.881 589 4 0 114.326 -62.0766 -85.85 + 5 112.997 1470 3 1 114.322 -62.5023 -114.45 + 5 183.661 587 3 0 114.327 -62.5145 -115.85 + 5 352.659 1471 2 1 114.43 -62.7584 -144.45 + 5 128.89 586 2 0 114.426 -62.775 -145.85 + 5 144.173 1470 1 1 114.322 -63.0983 -174.45 + 5 93.9854 584 1 0 114.32 -63.1099 -175.85 + 5 161.822 1470 0 1 114.262 -63.3381 -204.45 + 5 124.057 583 0 0 114.259 -63.3496 -205.85 + 5 127.535 1471 4 1 114.35 -62.0325 -84.5675 + 5 67.5409 1472 4 1 114.55 -62.1097 -84.6331 + 5 51.7689 1473 4 1 114.75 -62.1909 -84.7024 + 5 22.7996 1474 4 1 114.951 -62.2717 -84.812 + 5 55.8179 586 4 0 116.847 -62.8055 -85.85 + 5 118.049 585 4 0 117.053 -62.85 -85.9549 + 5 6.34088 584 4 0 117.282 -63.05 -86.2326 + 5 63.4909 513 4 0 172.15 -77.2851 -86.2499 + 5 64.3886 514 4 0 172.204 -77.25 -86.2108 + 5 285.569 1759 4 1 172.05 -77.0067 -84.8494 + 5 201.427 1760 4 1 172.168 -77.0555 -84.45 + 5 191.123 507 7 0 156.991 -78.5674 3.75 + 5 286.609 590 4 0 114.309 -62.033 -85.85 + 5 150.562 1471 3 1 114.415 -62.0733 -114.45 + 5 180.767 589 3 0 114.438 -62.1034 -115.85 + 5 607.909 1473 2 1 114.867 -62.4644 -144.45 + 5 21.9988 588 2 0 114.859 -62.2633 -145.85 + 5 90.1665 589 2 0 114.858 -62.25 -145.94 + 5 426.855 1468 1 1 113.894 -58.5428 -174.45 + 5 396.021 607 1 0 113.872 -58.5371 -175.85 + 5 98.521 1465 0 1 113.323 -58.1004 -204.45 + 5 7.10983 1466 0 1 113.35 -58.1108 -204.814 + 5 114.496 609 0 0 113.424 -58.1497 -205.85 + 5 131.688 1471 1 1 114.463 -57.9559 -174.45 + 5 95.3743 612 1 0 114.629 -57.5741 -175.85 + 5 84.4107 1483 0 1 116.921 -59.0665 -204.45 + 5 174.796 1482 0 1 116.75 -59.067 -204.604 + 5 20.5494 1481 0 1 116.55 -59.005 -204.792 + 5 315.975 607 0 0 115.124 -58.4609 -205.85 + 5 115.767 1469 1 1 114.15 -57.952 -174.475 + 5 177.409 1472 2 1 114.75 -62.3878 -144.621 + 5 60.2865 599 2 0 114.576 -60.2326 -145.85 + 5 76.907 600 2 0 114.591 -60.05 -145.953 + 5 596.527 601 2 0 114.609 -59.8492 -145.977 + 5 56.772 602 2 0 114.67 -59.6499 -146.004 + 5 322.001 603 2 0 114.606 -59.4499 -146.048 + 5 214.53 604 2 0 114.319 -59.25 -146.128 + 5 89.3998 659 2 0 79.084 -48.198 -146.25 + 5 11.848 658 2 0 79.0255 -48.25 -146.237 + 5 83.4521 660 2 0 51.7495 -47.8856 -146.25 + 5 12.4044 661 2 0 51.7644 -47.85 -146.208 + 5 129.521 540 3 0 49.3162 -71.907 -116.25 + 5 184.829 541 3 0 49.1893 -71.85 -116.026 + 5 98.6839 587 2 0 114.81 -62.5582 -145.85 + 5 94.7861 1467 1 1 113.653 -64.0848 -174.45 + 5 113.465 579 1 0 113.442 -64.2139 -175.85 + 5 123.137 1444 0 1 108.972 -66.8413 -204.45 + 5 137.524 567 0 0 108.92 -66.5947 -205.85 + 5 113.235 1469 5 1 113.955 -61.3608 -54.45 + 5 129.488 593 5 0 113.954 -61.3643 -55.85 + 5 130.827 1468 4 1 113.79 -61.4083 -84.45 + 5 185.531 593 4 0 113.789 -61.3834 -85.85 + 5 129.086 1469 3 1 114.004 -60.7891 -114.45 + 5 112.096 596 3 0 114.019 -60.7447 -115.85 + 5 127 1474 1 1 115.097 -58.5167 -174.45 + 5 122.234 608 1 0 115.1 -58.447 -175.85 + 5 9.96146 1476 0 1 115.35 -56.9574 -204.45 + 5 96.2039 1475 0 1 115.35 -56.9557 -204.484 + 5 107.209 615 0 0 115.344 -56.898 -205.85 + 5 27.0971 606 1 0 115.307 -58.65 -175.892 + 5 158.531 1477 1 1 115.57 -57.7466 -174.85 + 5 7.56431 1476 1 1 115.55 -57.6678 -174.795 + 5 3.97144 658 1 0 132.997 -48.45 -176.152 + 5 107.023 1473 6 1 114.75 -61.4948 -24.6356 + 5 200.25 589 6 0 115.069 -62.0957 -25.85 + 5 15.8971 588 6 0 115.162 -62.2501 -26.1823 + 5 80.7645 1522 5 1 124.669 -76.1318 -54.45 + 5 42.3409 1523 5 1 124.75 -76.2353 -54.7001 + 5 150.174 516 5 0 124.982 -76.6756 -55.85 + 5 132.513 1573 4 1 134.836 -84.6053 -84.45 + 5 32.0754 1574 4 1 134.95 -84.8431 -84.7607 + 5 24.1806 472 4 0 135.448 -85.5943 -85.85 + 5 93.3457 471 4 0 135.481 -85.65 -85.9259 + 5 28.815 470 4 0 135.566 -85.85 -86.1748 +Number of digits in this event = 49 +Using G4ParticleGun ... +5.18241 LIN +e- +Event: 6 +Number of tracker hits in this event = 69 + 6 110.314 786 10 1 -22.793 84.2448 95.55 + 6 156.357 1320 10 0 -22.7927 84.2476 94.15 + 6 329.728 786 9 1 -22.7897 84.3042 65.55 + 6 126.547 1321 9 0 -22.7907 84.3054 64.15 + 6 156.129 786 8 1 -22.8063 84.336 35.55 + 6 151.746 1321 8 0 -22.8073 84.3373 34.15 + 6 407.529 786 7 1 -22.8286 84.3682 5.55 + 6 402.804 1321 7 0 -22.8305 84.3695 4.15 + 6 375.522 785 6 1 -22.8639 84.4007 -24.45 + 6 364.71 1321 6 0 -22.8647 84.4003 -25.85 + 6 112.621 785 5 1 -22.9059 84.4003 -54.45 + 6 122.925 1321 5 0 -22.9078 84.4046 -55.85 + 6 223.203 785 4 1 -22.9683 84.4901 -84.45 + 6 141.342 1322 4 0 -22.9661 84.4946 -85.85 + 6 118.776 785 3 1 -22.8916 84.582 -114.45 + 6 231.311 1322 3 0 -22.8894 84.5838 -115.85 + 6 114.259 786 2 1 -22.8222 84.603 -144.45 + 6 203.955 1322 2 0 -22.8097 84.6042 -145.85 + 6 96.7443 787 1 1 -22.5625 84.6283 -174.45 + 6 161.331 1322 1 0 -22.5542 84.6309 -175.85 + 6 150.65 788 0 1 -22.387 84.7037 -204.45 + 6 148.544 1323 0 0 -22.3802 84.711 -205.85 + 6 173.941 1322 0 0 -22.4194 84.65 -205.903 + 6 139.872 1255 13 0 -112.061 71.05 183.819 + 6 97.2315 1322 6 0 -22.9522 84.4695 -25.85 + 6 207.64 786 5 1 -22.7923 85.1903 -54.45 + 6 210.426 1325 5 0 -22.7991 85.2016 -55.85 + 6 286.453 1326 4 0 -23.0834 85.3896 -85.85 + 6 106.859 779 3 1 -24.2325 84.5024 -114.45 + 6 107.284 777 2 1 -24.5951 85.9087 -144.45 + 6 133.018 1329 2 0 -24.5655 85.9504 -145.85 + 6 111.279 781 1 1 -23.807 86.7306 -174.45 + 6 125.709 1333 1 0 -23.6804 86.762 -175.85 + 6 90.1553 795 0 1 -21.0236 87.5963 -204.45 + 6 17.0887 794 0 1 -21.05 87.5868 -204.795 + 6 3.12942 1337 0 0 -21.1087 87.4516 -205.85 + 6 484.026 1336 0 0 -21.1094 87.45 -205.864 + 6 32.2333 786 6 1 -22.85 84.4113 -24.7271 + 6 101.04 787 5 1 -22.6232 84.9479 -54.45 + 6 174.379 1324 5 0 -22.6256 84.9734 -55.85 + 6 238.223 786 4 1 -22.6722 85.4186 -84.45 + 6 102.919 787 3 1 -22.5421 85.8354 -114.45 + 6 102.017 1329 3 0 -22.5418 85.8624 -115.85 + 6 121.407 787 2 1 -22.532 86.3797 -144.45 + 6 113.325 1331 2 0 -22.5546 86.4002 -145.85 + 6 274.48 785 1 1 -22.9893 86.8994 -174.45 + 6 110.991 1334 1 0 -22.9957 86.9192 -175.85 + 6 188.646 784 0 1 -23.2064 87.249 -204.45 + 6 85.5294 1335 0 0 -23.1105 87.25 -206.017 + 6 119.633 1334 0 0 -23.1537 87.0494 -206.067 + 6 145.647 1333 0 0 -23.0908 86.85 -205.992 + 6 11.6849 785 0 1 -23.0499 87.2451 -204.808 + 6 12.3703 1155 0 0 1.51127 51.1008 -206.25 + 6 237.983 1154 0 0 1.53833 51.05 -206.218 + 6 96.1246 1153 0 0 1.77952 50.85 -206.194 + 6 125.892 910 0 1 2.16887 51.6052 -204.85 + 6 79.0473 909 0 1 2.04982 51.8445 -204.689 + 6 126.055 1162 0 0 1.58717 52.5752 -205.85 + 6 55.455 1161 0 0 1.4492 52.45 -205.897 + 6 65.4275 907 0 1 1.63652 51.4369 -204.85 + 6 200.759 908 0 1 1.65 51.4996 -204.736 + 6 22.2275 1217 1 0 -5.71108 63.4984 -176.25 + 6 110.886 1216 1 0 -5.68425 63.4497 -176.203 + 6 218.866 1215 1 0 -5.53482 63.25 -176.103 + 6 115.388 786 1 1 -22.85 86.8877 -174.756 + 6 73.068 786 3 1 -22.7607 86.1044 -114.45 + 6 5.92697 1326 9 0 -22.8611 85.4316 64.15 + 6 118.851 1327 9 0 -22.8644 85.4502 64.1252 + 6 150.787 1328 9 0 -22.9429 85.65 63.9462 +Number of digits in this event = 40 +Using G4ParticleGun ... +5.78483 LIN +e- +Event: 7 +Number of tracker hits in this event = 72 + 7 130.346 1067 8 1 33.5692 136.347 35.55 + 7 115.874 1580 8 0 33.5701 136.347 34.15 + 7 111.845 1067 7 1 33.5896 136.338 5.55 + 7 110.038 1580 7 0 33.5904 136.336 4.15 + 7 147.317 1067 6 1 33.6103 136.297 -24.45 + 7 111.037 1580 6 0 33.6114 136.294 -25.85 + 7 190.688 1067 5 1 33.6329 136.237 -54.45 + 7 158.936 1580 5 0 33.6331 136.234 -55.85 + 7 137.91 1067 4 1 33.638 136.177 -84.45 + 7 110.134 1580 4 0 33.6383 136.176 -85.85 + 7 290.304 1067 3 1 33.6448 136.142 -114.45 + 7 150.667 1579 3 0 33.6443 136.139 -115.85 + 7 218.96 1067 2 1 33.6374 136.084 -144.45 + 7 467.418 1579 2 0 33.6374 136.081 -145.85 + 7 142.026 1067 1 1 33.6369 136.018 -174.45 + 7 127.371 1579 1 0 33.6359 136.014 -175.85 + 7 265.913 1067 0 1 33.6191 135.927 -204.45 + 7 125.2 1578 0 0 33.6194 135.921 -205.85 + 7 69.4823 1639 0 0 38.2326 147.985 -206.25 + 7 54.5093 1640 0 0 38.3025 148.15 -206.034 + 7 21.0188 1091 0 1 38.2563 148.955 -204.85 + 7 586.758 1090 0 1 38.25 148.998 -204.783 + 7 24.6847 1638 0 0 38.4533 147.81 -205.85 + 7 62.3582 1637 0 0 38.4708 147.75 -205.903 + 7 156.885 1636 0 0 38.538 147.55 -206.016 + 7 67.699 1098 0 1 39.7043 147.332 -204.85 + 7 99.784 1097 0 1 39.6499 147.302 -204.759 + 7 81.835 1086 0 1 37.4489 146.645 -204.85 + 7 48.5165 1087 0 1 37.45 146.637 -204.82 + 7 7.25024 1068 0 1 33.65 135.939 -204.709 + 7 249.317 1068 2 1 33.65 136.195 -144.713 + 7 131.688 1583 2 0 33.4475 136.825 -145.85 + 7 8.96356 1582 3 0 33.3959 136.735 -115.85 + 7 119.785 1583 3 0 33.3896 136.75 -115.889 + 7 206.398 1049 2 1 29.9173 148.933 -144.45 + 7 153.914 1647 2 0 29.7295 149.589 -145.85 + 7 6.15564 1648 2 0 29.676 149.75 -146.228 + 7 100.867 1024 1 1 24.9511 161.346 -174.45 + 7 121.969 1025 1 1 25.05 161.571 -174.53 + 7 119.636 1026 1 1 25.25 161.873 -174.633 + 7 56.8555 1027 1 1 25.45 162.172 -174.772 + 7 41.9329 1720 1 0 26.9661 164.243 -175.85 + 7 99.807 1721 1 0 27.0434 164.35 -175.909 + 7 63.9534 1722 1 0 27.1734 164.55 -176.006 + 7 65.3031 1723 1 0 27.3032 164.75 -176.096 + 7 39.2892 1724 1 0 27.424 164.95 -176.196 + 7 105.481 1068 3 1 33.659 136.087 -114.45 + 7 127.644 1575 3 0 33.6715 135.34 -115.85 + 7 8.01019 1076 2 1 35.2567 123.668 -144.45 + 7 263.504 1075 2 1 35.25 123.645 -144.475 + 7 59.9017 1510 2 0 34.8073 122.247 -145.85 + 7 60.9132 1509 2 0 34.7741 122.15 -145.947 + 7 53.0251 1508 2 0 34.7096 121.95 -146.123 + 7 113.355 1008 1 1 21.7993 88.8973 -174.45 + 7 84.5272 1344 1 0 21.8781 88.9046 -175.85 + 7 1.7436 1023 0 1 24.6538 94.1502 -204.45 + 7 91.7056 1022 0 1 24.65 94.1469 -204.453 + 7 58.0257 1021 0 1 24.45 93.9373 -204.608 + 7 22.8331 1020 0 1 24.2498 93.8165 -204.775 + 7 22.1166 1363 0 0 23.47 92.7999 -205.85 + 7 119.115 1362 0 0 23.4341 92.75 -205.911 + 7 36.6576 1361 0 0 23.2898 92.55 -206.153 + 7 207.734 1071 1 1 34.3813 136.906 -174.45 + 7 95.8364 1583 1 0 34.4094 136.944 -175.85 + 7 37.3812 1584 1 0 34.4143 136.95 -176.097 + 7 127.922 1074 0 1 34.9821 137.77 -204.45 + 7 186.231 1588 0 0 35.0404 137.812 -205.85 + 7 11.844 1313 0 0 92.0315 82.6532 -206.25 + 7 160.159 1068 1 1 33.6996 137.659 -174.45 + 7 122.8 1588 1 0 33.7622 137.832 -175.851 + 7 124.708 1075 0 1 35.1526 141.23 -204.45 + 7 116.483 1605 0 0 35.1927 141.266 -205.85 +Number of digits in this event = 31 +Using G4ParticleGun ... +8.6553 LIN +e- +Event: 8 +Number of tracker hits in this event = 316 + 8 357.118 1111 11 1 42.338 62.3163 125.55 + 8 441.576 1211 11 0 42.3379 62.3161 124.15 + 8 663.657 1111 10 1 42.339 62.3109 95.55 + 8 950.069 1211 10 0 42.3394 62.3114 94.15 + 8 620.596 1111 9 1 42.3477 62.3242 65.55 + 8 349.162 1211 9 0 42.3488 62.3272 64.15 + 8 589.563 1111 8 1 42.3735 62.3883 35.55 + 8 302.536 1211 8 0 42.3758 62.3933 34.15 + 8 219.887 1111 7 1 42.424 62.4965 5.55 + 8 120.98 1212 7 0 42.4258 62.5011 4.15 + 8 121.023 1112 6 1 42.4604 62.5959 -24.45 + 8 116.797 1212 6 0 42.4638 62.6009 -25.85 + 8 102.735 1112 5 1 42.5355 62.6999 -54.45 + 8 144.121 1213 5 0 42.5387 62.7036 -55.85 + 8 298.86 1112 4 1 42.5986 62.7753 -84.45 + 8 127.668 1213 4 0 42.6013 62.7771 -85.85 + 8 137.81 1113 3 1 42.6627 62.8097 -114.45 + 8 218.406 1213 3 0 42.6654 62.8111 -115.85 + 8 141.83 1113 2 1 42.7259 62.8208 -144.45 + 8 124.003 1213 2 0 42.7258 62.8199 -145.85 + 8 137.153 1113 1 1 42.7187 62.8039 -174.45 + 8 99.7097 1213 1 0 42.7167 62.8024 -175.85 + 8 322.584 1113 0 1 42.6683 62.7727 -204.45 + 8 165.034 1213 0 0 42.6675 62.7737 -205.85 + 8 139.426 1112 0 1 42.6482 62.7391 -204.45 + 8 6.43054 1211 0 0 42.1235 62.2568 -205.85 + 8 244.487 1210 0 0 42.116 62.25 -205.869 + 8 3.03862 1114 0 1 42.8515 62.9135 -204.45 + 8 39.9824 1214 0 0 42.777 62.8509 -205.85 + 8 183.644 458 10 0 -63.0225 -88.2979 93.75 + 8 112.419 459 10 0 -63.1354 -88.2499 93.8714 + 8 146.086 1111 4 1 42.3738 62.2263 -84.45 + 8 124.884 1211 4 0 42.7552 62.2607 -85.85 + 8 67.1309 1165 3 1 53.1349 63.1426 -114.45 + 8 106.789 1166 3 1 53.25 63.229 -114.606 + 8 405.436 1219 3 0 54.1743 63.851 -115.85 + 8 23.0512 1287 2 1 77.573 79.2628 -144.45 + 8 84.7093 1288 2 1 77.65 79.2794 -144.514 + 8 144.043 1289 2 1 77.8501 79.3334 -144.685 + 8 9.35874 1290 2 1 78.0505 79.4132 -144.826 + 8 148.545 1300 2 0 79.5705 80.0546 -145.85 + 8 39.6179 1301 2 0 79.9862 80.25 -146.146 + 8 29.0856 1489 1 1 118.04 97.4483 -174.45 + 8 104.53 1490 1 1 118.15 97.4972 -174.492 + 8 58.7331 1491 1 1 118.35 97.5773 -174.527 + 8 74.5659 1492 1 1 118.55 97.6546 -174.541 + 8 50.2134 1493 1 1 118.75 97.7139 -174.571 + 8 58.4369 1494 1 1 118.951 97.7914 -174.609 + 8 48.7607 1495 1 1 119.15 97.874 -174.65 + 8 56.2131 1496 1 1 119.35 97.9624 -174.693 + 8 54.9444 1497 1 1 119.55 98.0421 -174.729 + 8 54.1799 1498 1 1 119.75 98.1117 -174.766 + 8 41.3629 1499 1 1 119.952 98.1701 -174.819 + 8 233.106 1396 1 0 123.728 99.3705 -175.85 + 8 205.523 1397 1 0 124.116 99.55 -175.984 + 8 1.73009 1655 0 1 151.155 109.761 -204.45 + 8 112.58 1654 0 1 151.15 109.754 -204.458 + 8 49.7608 1446 0 0 150.517 109.384 -205.85 + 8 49.3927 1445 0 0 150.445 109.35 -206.064 + 8 131.044 1382 0 0 158.503 96.6768 -206.25 + 8 1.95861 1697 0 1 159.745 96.4812 -204.85 + 8 93.673 1698 0 1 159.75 96.4807 -204.845 + 8 116.544 1699 0 1 159.95 96.4849 -204.601 + 8 84.1897 1110 4 1 42.25 62.1525 -84.5289 + 8 222.006 1109 4 1 42.05 62.0631 -84.7121 + 8 73.8749 1203 4 0 40.922 60.7962 -85.85 + 8 90.2341 1202 4 0 40.778 60.6497 -86.0087 + 8 80.2677 1118 3 1 43.7408 51.0194 -114.45 + 8 29.6222 1117 3 1 43.65 51.1035 -114.756 + 8 96.0762 1155 3 0 43.2586 51.2276 -115.85 + 8 73.3951 1156 3 0 43.2099 51.25 -116.003 + 8 139.781 1112 3 0 39.0106 42.4977 -116.25 + 8 599.436 1093 3 1 38.7249 43.0063 -114.85 + 8 27.72 1092 3 1 38.65 43.0554 -114.661 + 8 431.547 1210 9 0 42.304 62.1931 64.15 + 8 681.024 1210 8 0 42.3777 62.0509 34.15 + 8 163.06 1114 7 1 42.881 62.0285 5.55 + 8 228.677 1209 7 0 42.9233 62.0253 4.15 + 8 136.076 1118 6 1 43.8143 61.9055 -24.45 + 8 421.361 1209 6 0 43.8001 61.9357 -25.85 + 8 222.736 1117 5 1 43.5231 62.521 -54.45 + 8 119.375 1212 5 0 43.5384 62.5433 -55.85 + 8 130.048 1119 4 1 43.9131 63.0345 -84.45 + 8 113.451 1214 4 0 43.9413 63.0235 -85.85 + 8 112.276 1122 3 1 44.5195 62.8487 -114.45 + 8 109.928 1123 2 1 44.6583 62.2885 -144.45 + 8 132.469 1211 2 0 44.6734 62.2776 -145.85 + 8 387.126 1124 1 1 44.9143 62.0931 -174.45 + 8 146.012 1210 1 0 44.9165 62.0915 -175.85 + 8 130.599 1124 0 1 44.8631 62.1858 -204.45 + 8 18.0303 445 9 0 129.28 -90.95 63.9008 + 8 147.109 1207 0 0 44.974 61.4687 -205.85 + 8 94.6587 1206 0 0 44.9742 61.4499 -205.887 + 8 17.4269 1209 1 0 44.9034 62.05 -176.191 + 8 58.2231 1118 5 1 43.6501 62.6023 -54.7898 + 8 11.7099 1209 9 0 42.3048 62.0496 63.7605 + 8 81.4186 1103 9 0 45.791 40.8479 63.7502 + 8 78.7434 1104 9 0 45.7925 40.85 63.7526 + 8 166.763 1113 9 1 42.6799 62.8906 65.55 + 8 146.849 1214 9 0 42.7163 62.9348 64.15 + 8 214.715 1116 8 1 43.4184 63.8911 35.55 + 8 284.5 1219 8 0 43.4294 63.9056 34.15 + 8 119.172 1116 7 1 43.4281 64.2854 5.55 + 8 113.822 1221 7 0 43.4475 64.2861 4.15 + 8 182.965 1117 6 1 43.6116 64.2097 -24.45 + 8 147.938 1220 6 0 43.6333 64.1706 -25.85 + 8 156.566 1120 5 1 44.1046 63.4589 -54.45 + 8 252.958 1216 5 0 44.1581 63.3904 -55.85 + 8 102.951 1127 4 1 45.5809 61.8079 -84.4501 + 8 109.651 1208 4 0 45.6532 61.6506 -85.85 + 8 132.576 1207 4 0 45.6534 61.65 -85.8553 + 8 43.5342 1133 3 1 46.6752 58.5014 -114.45 + 8 79.6648 1132 3 1 46.65 58.4913 -114.644 + 8 152.753 1191 3 0 46.6039 58.4315 -115.85 + 8 119.959 1129 2 1 45.9619 57.3343 -144.45 + 8 126.545 1186 2 0 45.9041 57.2772 -145.85 + 8 309.811 1181 1 0 44.8193 56.2869 -175.85 + 8 156.775 1111 0 1 42.3088 55.1905 -204.45 + 8 5.77719 1110 0 1 42.25 55.1773 -204.826 + 8 128.835 1175 0 0 42.0862 55.1459 -205.851 + 8 57.1458 1121 5 1 44.25 63.314 -54.4709 + 8 54.4029 1122 5 1 44.45 63.2606 -54.5261 + 8 74.0264 1123 5 1 44.6503 63.241 -54.6164 + 8 70.3029 1225 5 0 68.364 65.1484 -56.25 + 8 63.2794 1226 5 0 68.3667 65.25 -56.0272 + 8 134.345 1242 5 1 68.6424 65.2675 -54.85 + 8 156.878 1218 8 0 43.4076 63.85 34.094 + 8 41.1685 1210 10 0 42.3129 62.25 93.8301 + 8 166.967 1120 9 1 44.23 54.4127 65.55 + 8 136.765 1169 9 0 44.2174 53.9848 64.15 + 8 11.1837 1112 8 1 42.4513 44.6712 35.55 + 8 31.2657 1119 8 0 42.4361 43.8875 34.15 + 8 93.2993 1118 8 0 42.4358 43.85 34.0821 + 8 131.752 1133 7 1 46.7617 27.9798 5.55 + 8 6.3662 1036 7 0 46.6161 27.2666 4.14981 + 8 383.304 1035 7 0 46.6125 27.25 4.11863 + 8 43.9838 1077 7 0 45.6692 35.5292 3.75 + 8 79.9624 1078 7 0 45.6814 35.65 3.89928 + 8 27.3001 1079 7 0 45.614 35.8504 4.12467 + 8 91.3167 1124 7 1 44.9819 36.3163 5.15048 + 8 428.107 1123 7 1 44.85 36.4632 5.28375 + 8 72.154 1122 7 1 44.65 36.8726 5.50903 + 8 97.9318 1125 7 1 45.0501 36.0335 5.17492 + 8 131.357 1173 9 0 43.8998 54.7458 64.1493 + 8 125.847 1093 8 1 38.7758 59.1585 35.55 + 8 107.353 1194 8 0 38.5292 58.9022 34.1494 + 8 107.158 1072 8 0 -21.7768 34.5709 33.75 + 8 81.8777 1071 8 0 -21.929 34.45 33.8357 + 8 54.2973 1070 8 0 -22.0734 34.25 33.8869 + 8 77.5245 1069 8 0 -22.1851 34.05 33.869 + 8 80.6829 1068 8 0 -22.3176 33.8494 33.9491 + 8 59.8911 1067 8 0 -22.332 33.65 33.9509 + 8 152.891 1285 5 0 114.674 77.05 -56.0644 + 8 96.5357 1284 5 0 114.891 77.05 -56.1686 + 8 122.548 1110 11 1 42.25 62.3073 125.284 + 8 89.1953 1110 6 1 42.2085 61.67 -24.45 + 8 234.791 1207 6 0 42.1932 61.6451 -25.85 + 8 136.211 1108 5 1 41.8238 61.0357 -54.45 + 8 216.735 1204 5 0 41.7838 60.9849 -55.85 + 8 100 1104 4 1 40.883 59.9497 -84.45 + 8 120.062 1199 4 0 40.8295 59.8817 -85.85 + 8 188.548 1098 3 1 39.8473 58.5491 -114.45 + 8 137.079 1192 3 0 39.8034 58.4728 -115.85 + 8 100.487 1094 2 1 38.8874 56.9183 -144.45 + 8 26.4945 1184 2 0 38.8328 56.8551 -145.85 + 8 75.9269 1183 2 0 38.8284 56.85 -145.962 + 8 5.31789 1088 1 1 37.6507 55.5784 -174.45 + 8 136.148 1087 1 1 37.65 55.5777 -174.465 + 8 122.563 1177 1 0 37.5887 55.5121 -175.85 + 8 108.999 1080 0 1 36.2119 54.1526 -204.45 + 8 119.755 1169 0 0 36.1557 54.0494 -205.85 + 8 192.169 1023 5 0 -16.086 24.7612 -56.25 + 8 31.5981 814 5 1 -17.1755 24.7241 -54.85 + 8 67.7587 813 5 1 -17.25 24.6992 -54.7653 + 8 80.2518 812 5 1 -17.45 24.5661 -54.663 + 8 59.1707 811 5 1 -17.6501 24.5128 -54.5478 + 8 26.8625 810 5 1 -17.85 24.479 -54.4837 + 8 251.508 1110 3 1 42.081 61.18 -114.45 + 8 322.104 1205 3 0 42.0599 61.165 -115.85 + 8 221.779 1107 2 1 41.5839 60.872 -144.45 + 8 124.078 1204 2 0 41.5322 60.8639 -145.85 + 8 129.832 1102 1 1 40.5403 60.9215 -174.45 + 8 141.976 1204 1 0 40.4816 60.9213 -175.85 + 8 133.442 1096 0 1 39.29 60.8388 -204.45 + 8 200.326 1203 0 0 39.3161 60.8431 -205.85 + 8 249.822 1204 0 0 39.6099 60.869 -205.851 + 8 92.6688 1109 2 1 42.0042 61.1444 -144.45 + 8 295.78 1205 2 0 41.9945 61.1469 -145.85 + 8 130.563 1108 1 1 41.7632 61.2158 -174.45 + 8 218.993 1205 1 0 41.7435 61.2322 -175.85 + 8 126.861 1106 0 1 41.3949 61.6337 -204.45 + 8 110.034 603 5 0 -6.22511 -59.3552 -56.25 + 8 61.6437 604 5 0 -6.12193 -59.25 -56.1635 + 8 10.1113 61 5 0 -47.3466 -167.826 -56.25 + 8 41.0172 68 5 0 -73.4321 -166.458 -56.25 + 8 50.0118 289 4 0 -56.2624 -122.197 -86.25 + 8 98.7871 208 13 0 17.8536 -138.35 183.753 + 8 190.281 209 13 0 17.8797 -138.35 184.04 + 8 253.915 1111 6 1 42.2627 61.8759 -24.45 + 8 310.494 1109 5 1 42.0182 62.0061 -54.45 + 8 153.799 1209 5 0 42.0175 61.9957 -55.85 + 8 99.3477 1109 3 1 41.9156 61.4204 -114.45 + 8 125.825 1206 3 0 41.9042 61.4039 -115.85 + 8 185.378 1105 1 1 41.0878 61.1016 -174.45 + 8 108.871 1103 0 1 40.7914 60.806 -204.45 + 8 364.385 1073 3 0 46.8724 34.6505 -116.25 + 8 101.756 1072 3 0 46.8725 34.65 -116.249 + 8 185.311 1137 3 1 47.6452 34.478 -114.85 + 8 42.1061 1138 3 1 47.65 34.4788 -114.841 + 8 24.0567 1071 3 0 47.0446 34.4164 -115.85 + 8 67.9398 1148 3 1 49.8381 34.085 -114.85 + 8 260.39 1104 2 1 40.9608 61.9415 -144.45 + 8 362.063 1210 2 0 41.1544 62.1646 -145.85 + 8 152.403 1138 1 1 47.6653 67.8961 -174.45 + 8 126.622 1241 1 0 47.8758 68.2577 -175.85 + 8 61.4371 1161 0 1 52.2889 74.9388 -204.45 + 8 53.6109 1160 0 1 52.25 75.0157 -204.678 + 8 45.2097 1276 0 0 52.0842 75.4112 -205.85 + 8 97.1377 1277 0 0 52.0746 75.45 -205.952 + 8 125.135 1212 2 0 40.6746 62.45 -145.915 + 8 194.061 1261 2 0 72.3501 72.3463 -146.25 + 8 91.9332 1269 2 1 73.8609 72.8944 -144.85 + 8 115.532 1270 2 1 74.05 72.979 -144.657 + 8 62.0086 1349 3 1 89.9686 63.749 -114.85 + 8 27.1216 1350 3 1 90.15 63.6673 -114.53 + 8 79.7457 1207 5 1 61.65 132.525 -54.7527 + 8 68.3017 1208 5 1 61.65 132.726 -54.4979 + 8 110.972 1208 5 0 41.9856 61.6703 -55.85 + 8 0.944911 1207 5 0 41.9818 61.65 -56.2473 + 8 188.353 1108 4 1 41.7023 60.3761 -84.45 + 8 124.258 1201 4 0 41.6631 60.3396 -85.85 + 8 150.453 1104 3 1 40.9042 59.5566 -114.45 + 8 138.054 1197 3 0 40.8083 59.5027 -115.85 + 8 239.166 1093 2 1 38.7777 58.498 -144.45 + 8 125.6 1191 2 0 38.7116 58.4064 -145.85 + 8 171.77 1086 1 1 37.4301 56.5086 -174.45 + 8 126.365 1087 0 1 37.4859 53.3382 -204.451 + 8 158.356 1165 0 0 37.3302 53.134 -205.85 + 8 56.3545 1112 9 1 42.45 62.5412 65.2105 + 8 80.6085 1215 9 0 42.8052 63.05 63.9812 + 8 124.467 1108 7 1 41.6823 62.997 5.54977 + 8 118.541 1107 7 1 41.6499 62.9788 5.37311 + 8 151.188 1214 7 0 41.5059 62.8962 4.15 + 8 66.1924 1087 6 1 37.5059 61.8177 -24.45 + 8 63.7059 1086 6 1 37.45 61.7749 -24.6867 + 8 115.492 1051 5 1 30.3999 55.8411 -54.45 + 8 176.961 1176 5 0 30.1364 55.3975 -55.85 + 8 116.084 1026 4 1 25.4062 45.9475 -84.45 + 8 113.851 1126 4 0 25.369 45.4002 -85.8502 + 8 2.3701 1125 4 0 25.3514 45.25 -86.2437 + 8 135.673 1018 3 1 23.7687 35.2946 -114.45 + 8 192.111 1009 2 1 22.0108 26.0804 -144.45 + 8 218.914 1032 2 0 21.635 26.4951 -145.85 + 8 37.2994 973 1 1 14.6719 35.2104 -174.45 + 8 132.127 972 1 1 14.65 35.2196 -174.537 + 8 152.006 1076 1 0 14.2992 35.394 -175.85 + 8 65.2494 934 0 1 6.8736 37.4497 -204.45 + 8 112.574 933 0 1 6.84998 37.4597 -204.556 + 8 167.126 1087 0 0 6.56747 37.5817 -205.85 + 8 245.29 1112 7 1 42.6397 62.4145 5.55 + 8 129.039 1211 7 0 42.6654 62.4379 4.15 + 8 104.204 1115 6 1 43.1401 62.8199 -24.45 + 8 11.1516 1213 6 0 43.1284 62.8487 -25.85 + 8 128.229 1214 6 0 43.1279 62.85 -25.9082 + 8 99.3018 1114 5 1 42.9525 63.4488 -54.45 + 8 156.187 1217 5 0 42.9345 63.4704 -55.85 + 8 104.32 1219 4 0 42.4443 63.9701 -85.85 + 8 134.886 1102 3 1 40.6082 64.6469 -114.45 + 8 138.039 1223 3 0 40.4957 64.6577 -115.85 + 8 127.279 1090 2 1 38.2132 65.0621 -144.45 + 8 272.633 1225 2 0 38.1136 65.077 -145.85 + 8 125.839 1080 1 1 36.0902 65.2987 -174.45 + 8 110.423 1226 1 0 35.9683 65.2733 -175.85 + 8 88.4127 1067 0 1 33.4745 64.6543 -204.45 + 8 10.5965 1066 0 1 33.45 64.6368 -204.8 + 8 92.4345 1222 0 0 33.3725 64.5848 -205.85 + 8 104.302 1272 2 0 44.8693 74.4826 -146.25 + 8 11.7836 1273 2 0 45.0384 74.65 -145.88 + 8 74.3229 1130 2 1 46.1083 75.1469 -144.85 + 8 69.3618 1131 2 1 46.2501 75.2597 -144.677 + 8 142.869 1112 10 1 42.4661 62.6349 95.55 + 8 225.839 1213 10 0 42.5172 62.6737 94.15 + 8 121.616 1117 9 1 43.5057 63.5078 65.55 + 8 127.688 1217 9 0 43.5371 63.536 64.15 + 8 101.086 1120 8 1 44.1897 64.0942 35.55 + 8 182.753 1118 7 1 43.6949 63.2885 5.55 + 8 216.206 1216 7 0 43.5911 63.2655 4.15 + 8 138.806 1107 6 1 41.4863 62.48 -24.45 + 8 114.914 1211 6 0 41.3959 62.3681 -25.85 + 8 7.81951 1097 5 1 39.4504 59.7679 -54.45 + 8 95.5686 1096 5 1 39.45 59.766 -54.4775 + 8 76.8224 1198 5 0 39.4297 59.6676 -55.85 + 8 40.802 1197 5 0 39.4261 59.65 -56.0964 + 8 124.147 1094 4 1 39.0002 57.481 -84.45 + 8 89.8444 1186 4 0 39.0416 57.3656 -85.85 + 8 134.531 1100 3 1 40.1947 55.1624 -114.45 + 8 124.965 1174 3 0 40.2902 55.0122 -115.85 + 8 116.261 1110 2 1 42.0549 51.6562 -144.45 + 8 109.628 1156 2 0 42.2011 51.4429 -145.85 + 8 108.939 1133 1 0 45.0764 46.7915 -175.85 + 8 126.502 1138 0 1 47.7427 40.082 -204.45 + 8 28.7714 1098 0 0 47.8231 39.6804 -205.852 + 8 86.6812 1097 0 0 47.8294 39.65 -205.957 + 8 93.3129 801 3 0 155.556 -19.7676 -116.25 + 8 31.5792 1245 0 0 30.9268 69.05 -206.036 + 8 198.854 1149 6 1 49.9802 62.7931 -24.4501 + 8 119.107 1204 6 0 50.1316 61.0463 -25.85 + 8 31.7673 1203 6 0 50.0535 60.85 -26.1289 + 8 14.2865 1135 0 0 37.0396 47.0813 -206.25 + 8 105.463 1134 0 0 37.0191 47.0497 -206.217 + 8 30.8632 1133 0 0 36.9134 46.85 -205.973 + 8 135.543 1082 0 1 36.5987 46.4795 -204.85 + 8 0.991478 1081 0 1 36.45 46.4024 -204.456 + 8 112.124 1143 1 0 45.5572 48.8282 -176.25 + 8 252.455 1129 1 1 45.9448 48.8385 -174.85 + 8 13.7647 1130 1 1 46.05 48.9066 -174.498 +Number of digits in this event = 153 +Using G4ParticleGun ... +7.27235 LIN +e- +Event: 9 +Number of tracker hits in this event = 163 + 9 326.891 991 11 1 18.4274 -75.6746 125.55 + 9 103.944 521 11 0 18.4272 -75.6748 124.15 + 9 108.895 991 10 1 18.4211 -75.6755 95.55 + 9 120.493 521 10 0 18.4209 -75.6737 94.15 + 9 129.48 991 9 1 18.4105 -75.6404 65.55 + 9 117.671 522 9 0 18.4103 -75.6397 64.15 + 9 146.275 991 8 1 18.404 -75.6348 35.55 + 9 160.036 522 8 0 18.4023 -75.6333 34.15 + 9 324.045 991 7 1 18.3682 -75.5981 5.55 + 9 274.611 522 7 0 18.3678 -75.5977 4.15 + 9 111.188 991 6 1 18.3618 -75.5815 -24.45 + 9 124.946 522 6 0 18.3621 -75.5773 -25.85 + 9 112.16 991 5 1 18.3603 -75.4856 -54.45 + 9 206.655 522 5 0 18.3644 -75.4832 -55.85 + 9 358.125 991 4 1 18.4448 -75.4304 -84.45 + 9 131.093 523 4 0 18.4473 -75.4314 -85.85 + 9 240.504 992 3 1 18.5136 -75.4348 -114.45 + 9 125.898 523 3 0 18.5141 -75.4375 -115.85 + 9 258.123 992 2 1 18.5513 -75.5027 -144.45 + 9 171.362 522 2 0 18.5529 -75.5023 -145.85 + 9 157.971 992 1 1 18.5857 -75.5047 -174.45 + 9 137.49 522 1 0 18.5904 -75.5055 -175.85 + 9 122.687 993 0 1 18.6886 -75.5367 -204.45 + 9 244.509 522 0 0 18.6986 -75.5331 -205.85 + 9 18.9247 1777 0 1 175.636 133.921 -204.85 + 9 1.72052 1568 0 0 176.21 133.884 -205.85 + 9 159.224 1236 8 1 67.4379 159.308 35.55 + 9 180.017 1235 8 1 67.25 159.155 35.2696 + 9 134.454 992 0 1 18.5184 -75.4907 -204.45 + 9 277.274 991 0 1 18.45 -75.3669 -204.479 + 9 86.3144 531 0 0 17.9599 -73.7837 -205.85 + 9 76.306 532 0 0 17.9259 -73.65 -205.966 + 9 47.3985 533 0 0 17.8749 -73.4493 -206.13 + 9 369.858 629 0 0 15.7963 -54.0969 -206.25 + 9 131.531 628 0 0 16.4017 -54.25 -206.002 + 9 41.0283 988 0 1 17.7627 -53.804 -204.85 + 9 294.793 989 0 1 17.85 -53.7608 -204.816 + 9 44.5882 640 0 0 19.654 -51.9443 -205.85 + 9 20.8584 641 0 0 19.7049 -51.8499 -205.886 + 9 250.513 996 0 1 19.3966 -50.2405 -204.85 + 9 72.0321 997 0 1 19.4501 -49.8528 -204.744 + 9 158.729 663 0 0 16.9623 -47.3688 -205.85 + 9 225.088 664 0 0 16.9141 -47.25 -205.942 + 9 560.204 522 4 0 18.3463 -75.6226 -85.85 + 9 142.324 991 3 1 18.2819 -75.6664 -114.45 + 9 192.047 521 3 0 18.2853 -75.677 -115.85 + 9 452.772 991 2 1 18.3244 -75.8847 -144.45 + 9 134.856 520 2 0 18.328 -75.9059 -145.85 + 9 113.561 991 1 1 18.3715 -76.3543 -174.45 + 9 140.187 518 1 0 18.3737 -76.3789 -175.85 + 9 104.944 515 0 0 18.4444 -76.9062 -205.85 + 9 401.507 987 3 1 17.6324 -74.8312 -114.45 + 9 125.285 526 3 0 17.6079 -74.7966 -115.85 + 9 163.216 985 2 1 17.0666 -74.1356 -144.45 + 9 150.018 529 2 0 17.0459 -74.1017 -145.85 + 9 292.034 982 1 1 16.6144 -73.3577 -174.45 + 9 126.28 533 1 0 16.5835 -73.3239 -175.85 + 9 105.525 979 0 1 15.9726 -72.67 -204.45 + 9 122.529 537 0 0 15.9416 -72.6386 -205.85 + 9 231.909 1048 0 0 93.0727 29.7695 -206.25 + 9 62.7961 1047 0 0 93.2206 29.65 -206.162 + 9 91.4584 529 3 0 17.6028 -74.1479 -115.851 + 9 197.239 530 3 0 17.6036 -74.0499 -116.059 + 9 18.1179 399 3 0 40.1974 -100.317 -116.25 + 9 74.5133 398 3 0 40.2169 -100.35 -116.227 + 9 85.2431 397 3 0 40.3127 -100.55 -116.118 + 9 66.2253 396 3 0 40.4425 -100.75 -116.069 + 9 87.2837 395 3 0 40.5861 -100.95 -116.054 + 9 95.1645 394 3 0 40.7161 -101.15 -116.064 + 9 71.5535 393 3 0 40.8651 -101.35 -116.068 + 9 89.8632 392 3 0 41.048 -101.55 -116.025 + 9 70.213 391 3 0 41.2168 -101.75 -115.965 + 9 130.687 390 3 0 41.3656 -101.95 -115.894 + 9 4.40807 389 3 0 41.5103 -102.15 -115.852 + 9 4.78845 1139 3 1 48.0389 -111.549 -114.85 + 9 111.707 1140 3 1 48.0503 -111.567 -114.848 + 9 73.3703 1141 3 1 48.25 -111.745 -114.806 + 9 95.904 1142 3 1 48.451 -111.806 -114.744 + 9 79.4545 1143 3 1 48.65 -111.913 -114.645 + 9 20.4739 1144 3 1 48.85 -112.045 -114.508 + 9 38.5109 1145 3 1 49.166 -112.004 -114.45 + 9 80.1971 1146 3 1 49.25 -111.991 -114.543 + 9 136.084 1147 3 1 49.4503 -111.939 -114.662 + 9 78.5483 357 3 0 49.7311 -108.689 -115.85 + 9 331.495 358 3 0 49.8046 -108.55 -115.94 + 9 99.3229 1342 3 1 88.45 -171.811 -114.72 + 9 132.611 982 3 1 16.643 -73.0014 -114.45 + 9 59.8746 531 3 0 16.0949 -73.7351 -115.85 + 9 146.901 882 2 1 -3.58289 -90.1589 -144.45 + 9 0.568297 883 2 1 -3.45 -90.3786 -144.849 + 9 103.804 446 2 0 -3.07287 -90.7504 -145.85 + 9 11.7912 445 2 0 -2.87849 -90.95 -146.215 + 9 2.83943 249 2 0 14.0309 -130.343 -146.25 + 9 126.195 248 2 0 14.0308 -130.35 -146.239 + 9 16.8022 247 2 0 14.0678 -130.55 -145.905 + 9 378.557 969 2 1 13.8509 -131.834 -144.849 + 9 162.832 968 2 1 13.85 -131.843 -144.842 + 9 108.879 519 3 0 18.7654 -76.2313 -115.85 + 9 127.901 1014 2 1 22.9142 -77.1021 -144.45 + 9 120.218 513 2 0 23.241 -77.3984 -145.85 + 9 48.7618 512 2 0 23.2994 -77.45 -146.084 + 9 140.457 1062 1 1 32.5316 -88.0369 -174.45 + 9 39.5591 457 1 0 32.5504 -88.5869 -175.85 + 9 79.0389 456 1 0 32.5529 -88.65 -176.009 + 9 153.335 1057 0 1 31.5897 -100.829 -204.45 + 9 136.854 393 0 0 31.5731 -101.398 -205.85 + 9 16.5313 392 0 0 31.568 -101.55 -206.208 + 9 8.3898 456 8 0 18.6305 -88.7712 33.75 + 9 30.106 751 8 0 71.8204 -29.7309 33.75 + 9 111.824 1035 8 0 174.037 27.136 33.75 + 9 75.5485 992 7 1 18.45 -75.6388 5.42916 + 9 104.594 1001 6 1 20.2969 -76.4149 -24.4501 + 9 110.339 517 6 0 20.3125 -76.5279 -25.85 + 9 18.8883 1002 5 1 20.6455 -78.5262 -54.45 + 9 86.5273 1003 5 1 20.65 -78.541 -54.5068 + 9 108.636 505 5 0 20.7346 -78.9247 -55.8509 + 9 110.415 1013 4 1 22.7061 -87.6863 -84.45 + 9 151.196 459 4 0 22.8694 -88.1014 -85.85 + 9 341.864 1031 3 1 26.2772 -96.9723 -114.45 + 9 173.112 413 3 0 26.555 -97.3607 -115.85 + 9 109.669 1058 2 1 31.6525 -105.502 -144.45 + 9 114 371 2 0 31.7502 -105.808 -145.85 + 9 176.562 1064 1 1 33.0125 -111.325 -174.45 + 9 61.2768 1065 1 1 33.05 -111.326 -174.667 + 9 299.283 344 1 0 33.268 -111.318 -175.85 + 9 68.8892 1090 0 1 38.1893 -110.686 -204.45 + 9 44.664 1091 0 1 38.25 -110.697 -204.655 + 9 159.314 346 0 0 38.6301 -110.753 -205.85 + 9 191.613 1041 3 1 28.45 -95.8211 -114.573 + 9 135.308 521 7 0 18.3279 -75.782 4.15 + 9 4.09254 971 6 1 14.2516 -78.1007 -24.45 + 9 157.766 970 6 1 14.2499 -78.1036 -24.4577 + 9 7.7937 507 6 0 13.8632 -78.6372 -25.85 + 9 112.29 506 6 0 13.8534 -78.65 -25.8843 + 9 127.422 929 5 1 5.97103 -87.5429 -54.4504 + 9 92.2891 458 5 0 5.85182 -88.2837 -55.85 + 9 91.5627 457 5 0 5.83061 -88.45 -56.137 + 9 3.09376 915 4 1 3.05502 -105.996 -84.45 + 9 137.388 914 4 1 3.05 -106.003 -84.4612 + 9 43.45 365 4 0 2.47622 -107.047 -85.8501 + 9 130.911 364 4 0 2.42327 -107.15 -85.9793 + 9 19.5009 363 4 0 2.33673 -107.35 -86.2126 + 9 280.584 856 3 1 -8.6772 -129.916 -114.45 + 9 23.41 240 3 0 -8.80417 -132.074 -115.85 + 9 76.5799 239 3 0 -8.80721 -132.15 -115.901 + 9 65.1174 238 3 0 -8.82297 -132.35 -116.046 + 9 21.7858 237 3 0 -8.84325 -132.55 -116.198 + 9 270.096 848 2 1 -10.3084 -170.506 -144.45 + 9 50.3382 847 2 1 -10.45 -170.956 -144.751 + 9 11.3007 39 2 0 -10.8867 -172.316 -145.85 + 9 74.4338 38 2 0 -10.8971 -172.35 -145.877 + 9 76.2531 37 2 0 -10.9541 -172.55 -146.042 + 9 11.399 36 2 0 -11.0059 -172.75 -146.218 + 9 281.989 521 2 0 18.2787 -75.7771 -145.85 + 9 296.835 990 1 1 18.2344 -75.7061 -174.45 + 9 225.222 521 1 0 18.2251 -75.7173 -175.85 + 9 147.303 520 0 0 18.0086 -75.9941 -205.85 + 9 104.978 521 0 0 17.893 -75.7455 -205.85 + 9 33.2907 997 1 1 19.45 -75.5509 -174.748 + 9 51.9587 523 1 0 17.6136 -75.318 -175.85 + 9 240.229 524 1 0 17.5654 -75.25 -175.913 + 9 363.659 990 2 1 18.25 -75.9382 -144.454 + 9 98.6039 992 11 1 18.45 -75.7176 125.414 +Number of digits in this event = 80 +Using G4ParticleGun ... +2.87979 LIN +e- +Event: 10 +Number of tracker hits in this event = 119 + 10 159.043 906 11 1 1.40852 -41.4706 125.55 + 10 167.566 692 11 0 1.40837 -41.4698 124.15 + 10 169.355 906 10 1 1.38287 -41.4461 95.55 + 10 314.895 692 10 0 1.37452 -41.4651 94.15 + 10 135.641 905 9 1 1.23007 -41.7953 65.55 + 10 153.519 691 9 0 1.23134 -41.8077 64.15 + 10 138.186 905 8 1 1.24241 -42.0399 35.55 + 10 132.528 690 8 0 1.23233 -42.0299 34.15 + 10 117.885 904 7 1 1.01819 -41.759 5.55 + 10 123.384 691 7 0 1.00824 -41.7433 4.15 + 10 134.058 903 6 1 0.785521 -41.4057 -24.45 + 10 206.427 693 6 0 0.782305 -41.3796 -25.85 + 10 152.441 903 5 1 0.690004 -40.8334 -54.45 + 10 131.605 696 5 0 0.712068 -40.8273 -55.85 + 10 153.355 905 4 1 1.15806 -40.5979 -84.45 + 10 140.348 697 4 0 1.18144 -40.6257 -85.85 + 10 111.928 907 3 1 1.6342 -41.2035 -114.45 + 10 12.1775 908 3 1 1.65 -41.2318 -114.805 + 10 105.006 693 3 0 1.69779 -41.3166 -115.85 + 10 113.588 913 2 1 2.82594 -43.8518 -144.45 + 10 232.439 680 2 0 2.89642 -43.9288 -145.85 + 10 101.613 920 1 1 4.19868 -45.1493 -174.45 + 10 36.6169 673 1 0 4.18263 -45.4214 -175.85 + 10 78.2302 672 1 0 4.18029 -45.45 -175.996 + 10 17.7605 917 0 1 3.45527 -50.7858 -204.45 + 10 82.2138 916 0 1 3.45 -50.7956 -204.532 + 10 92.0622 645 0 0 3.37296 -50.9906 -205.85 + 10 28.4636 644 0 0 3.35728 -51.05 -206.174 + 10 69.6018 906 4 1 1.25 -40.6799 -84.6556 + 10 288.978 907 4 1 1.45 -40.6808 -84.7702 + 10 240.439 905 3 1 1.17351 -40.3235 -114.45 + 10 100.836 699 3 0 1.07192 -40.1663 -115.85 + 10 207.516 894 2 1 -1.14525 -38.4487 -144.45 + 10 37.5963 704 2 0 -1.38349 -39.1843 -145.85 + 10 71.1203 703 2 0 -1.40696 -39.25 -145.983 + 10 199.445 858 1 1 -8.33565 -53.8148 -174.45 + 10 35.3358 857 1 1 -8.45 -53.7788 -174.702 + 10 140.893 632 1 0 -9.04702 -53.5478 -175.85 + 10 16.9534 633 1 0 -9.311 -53.45 -176.2 + 10 1.91858 749 0 1 -30.2447 -45.1118 -204.45 + 10 89.5064 748 0 1 -30.25 -45.1121 -204.456 + 10 77.1348 747 0 1 -30.4501 -45.1204 -204.656 + 10 198.597 674 0 0 -31.7349 -45.2097 -205.85 + 10 123.122 671 0 0 -59.9797 -45.7515 -206.25 + 10 158.738 596 0 1 -60.7011 -45.8126 -204.85 + 10 40.8086 595 0 1 -60.85 -45.8258 -204.589 + 10 120.536 604 1 0 -59.4641 -59.1038 -176.25 + 10 50.6782 603 1 0 -59.4473 -59.25 -175.887 + 10 108.322 603 1 1 -59.3866 -59.5745 -174.85 + 10 109.1 555 2 0 -56.1464 -68.8849 -146.25 + 10 145.15 619 2 1 -56.236 -69.1776 -144.85 + 10 2.59012 756 3 0 -95.5951 -28.6584 -116.25 + 10 92.9558 757 3 0 -95.6032 -28.65 -116.245 + 10 157.924 758 3 0 -95.7843 -28.4497 -116.116 + 10 96.3865 759 3 0 -95.8611 -28.25 -116.027 + 10 86.0337 760 3 0 -95.9059 -28.05 -115.95 + 10 48.47 761 3 0 -95.9307 -27.85 -115.88 + 10 101.298 417 3 1 -96.5582 -25.2435 -114.85 + 10 91.701 416 3 1 -96.75 -24.9656 -114.714 + 10 65.38 415 3 1 -96.95 -24.7456 -114.555 + 10 67.9898 414 3 1 -97.1502 -24.5885 -114.461 + 10 92.6288 413 3 1 -97.35 -24.3263 -114.551 + 10 101.871 412 3 1 -97.55 -24.0339 -114.558 + 10 74.8486 411 3 1 -97.75 -23.7781 -114.512 + 10 34.9847 888 4 0 -102.809 -2.32788 -86.25 + 10 108.452 889 4 0 -102.833 -2.24997 -86.1446 + 10 2.01176 890 4 0 -102.877 -2.04982 -85.8576 + 10 141.037 385 4 1 -102.972 -1.55722 -84.8496 + 10 194.339 386 4 1 -102.925 -1.59432 -84.45 + 10 63.7337 894 4 0 -103.28 -1.06951 -85.85 + 10 74.6049 895 4 0 -103.305 -1.05 -85.9807 + 10 12.06 484 4 0 -49.9243 -83.2146 -86.2499 + 10 460.817 483 4 0 -49.9124 -83.2501 -86.2312 + 10 143.107 482 4 0 -49.5642 -83.45 -85.8884 + 10 35.7194 904 3 1 1.05 -40.3937 -114.758 + 10 114.138 698 3 0 0.70921 -40.442 -115.85 + 10 18.9436 697 3 0 0.599675 -40.45 -116.199 + 10 58.2306 755 3 1 -28.9286 -28.0634 -114.849 + 10 84.022 754 3 1 -29.05 -28.0455 -114.724 + 10 26.6491 753 3 1 -29.2505 -28.0205 -114.505 + 10 149.174 752 3 1 -29.5865 -28.0338 -114.45 + 10 46.7025 753 3 0 -29.4452 -29.3325 -115.85 + 10 83.659 752 3 0 -29.4433 -29.45 -115.95 + 10 29.5335 751 3 0 -29.392 -29.65 -116.15 + 10 187.589 857 3 0 17.1934 -8.59193 -116.25 + 10 87.003 858 3 0 17.3441 -8.45 -116.111 + 10 24.8501 859 3 0 17.4641 -8.25 -115.918 + 10 105.152 990 3 1 18.0664 -7.60504 -114.85 + 10 106.627 991 3 1 18.25 -7.56081 -114.675 + 10 105.142 992 3 1 18.4501 -7.40172 -114.488 + 10 133.243 905 10 1 1.24987 -41.4561 95.4328 + 10 54.8149 691 10 0 0.0877644 -41.65 93.8399 + 10 164.146 602 10 0 7.95785 -59.4543 93.75 + 10 64.769 601 10 0 7.96186 -59.65 94.0628 + 10 177.898 946 10 1 9.39028 -59.3579 95.15 + 10 303.759 907 2 1 1.57512 -41.5131 -144.45 + 10 306.319 692 2 0 1.57602 -41.5189 -145.85 + 10 312.371 907 1 1 1.56905 -41.6531 -174.45 + 10 121.998 691 1 0 1.57933 -41.6652 -175.85 + 10 132.16 908 0 1 1.7924 -41.889 -204.45 + 10 347.358 690 0 0 1.80436 -41.8945 -205.85 + 10 164.362 689 0 0 1.78769 -42.0502 -205.966 + 10 357.469 908 2 1 1.65036 -41.5406 -144.494 + 10 120.868 692 1 0 1.52465 -41.612 -175.85 + 10 149.955 906 0 1 1.44378 -41.6431 -204.45 + 10 118.893 692 0 0 1.4313 -41.6381 -205.85 + 10 41.6157 366 1 0 117.477 -106.75 -176.025 + 10 14.8548 1496 1 1 119.512 -107.784 -174.85 + 10 49.481 1497 1 1 119.55 -107.802 -174.829 + 10 75.6932 1498 1 1 119.75 -107.902 -174.724 + 10 536.257 1499 1 1 119.95 -108.057 -174.537 + 10 100.895 1500 1 1 120.15 -109.276 -174.728 + 10 22.2985 354 1 0 120.684 -109.346 -175.85 + 10 151.469 353 1 0 120.708 -109.35 -175.901 + 10 64.4515 365 1 0 150.775 -106.95 -176.161 + 10 206.49 261 1 0 165.858 -127.878 -176.25 + 10 59.483 986 1 1 17.25 -29.9077 -174.603 + 10 48.751 431 0 0 7.95521 -93.95 -206.045 + 10 1.31625 439 0 0 7.49845 -92.35 -205.959 +Number of digits in this event = 52 +Using G4ParticleGun ... +9.6039 LIN +e- +Event: 11 +Number of tracker hits in this event = 80 + 11 101.363 594 11 1 -61.1604 37.9615 125.55 + 11 106.223 1089 11 0 -61.1602 37.9615 124.15 + 11 109.143 594 10 1 -61.1578 37.9637 95.55 + 11 107.579 1089 10 0 -61.1572 37.9642 94.15 + 11 123.074 594 9 1 -61.146 37.9724 65.55 + 11 134.552 1089 9 0 -61.1454 37.9732 64.15 + 11 333.67 594 8 1 -61.1334 37.9935 35.55 + 11 290.778 1089 8 0 -61.1323 37.9932 34.15 + 11 119.163 594 7 1 -61.1096 37.9888 5.55 + 11 141.666 1089 7 0 -61.1086 37.9892 4.15 + 11 147.174 594 6 1 -61.0892 38.0007 -24.45 + 11 109.093 1089 6 0 -61.0884 38.0025 -25.85 + 11 83.6018 594 5 1 -61.0743 38.0284 -54.45 + 11 179.991 1090 5 0 -61.0849 38.0501 -55.85 + 11 154.711 594 4 1 -61.0508 38.7588 -84.45 + 11 130.232 1093 4 0 -61.0565 38.7755 -85.85 + 11 128.471 595 3 1 -60.9388 39.112 -114.45 + 11 120.088 1095 3 0 -60.8767 39.1146 -115.85 + 11 118.528 600 2 1 -59.9209 39.3063 -144.45 + 11 119.34 1095 2 0 -59.8111 39.243 -145.85 + 11 238.133 611 1 1 -57.7321 38.0392 -174.45 + 11 151.928 1089 1 0 -57.6272 37.9664 -175.85 + 11 225.084 621 0 1 -55.7852 35.9436 -204.45 + 11 114.906 1077 0 0 -55.6884 35.6388 -205.85 + 11 47.0926 358 2 1 -108.465 35.2122 -144.85 + 11 54.0596 1291 7 1 78.2817 48.8308 5.55 + 11 35.3035 698 3 0 -22.4467 -40.25 -116.236 + 11 45.7355 848 3 1 -10.384 39.8752 -114.85 + 11 82.3129 659 2 1 -48.1454 -1.19295 -144.85 + 11 224.605 595 4 1 -61.0373 38.0816 -84.45 + 11 513.561 1090 4 0 -61.0433 38.0668 -85.85 + 11 136.062 594 3 1 -61.2309 37.7905 -114.45 + 11 113.435 1088 3 0 -61.2107 37.7296 -115.85 + 11 123.544 597 2 1 -60.6479 36.5351 -144.45 + 11 113.056 1082 2 0 -60.6127 36.4728 -145.85 + 11 215.358 603 1 1 -59.4346 35.1336 -174.45 + 11 206.693 1075 1 0 -59.2559 35.11 -175.85 + 11 46.0008 622 0 1 -55.6499 34.5495 -204.654 + 11 105.952 1072 0 0 -55.4695 34.5009 -205.85 + 11 126.859 1119 1 0 -35.2811 43.9633 -176.25 + 11 192.672 595 1 1 -60.8792 35.4136 -174.45 + 11 138.312 596 1 1 -60.85 35.4613 -174.535 + 11 201.119 1078 1 0 -60.0909 35.8058 -175.85 + 11 180.653 1091 1 0 -6.44594 38.3327 -176.25 + 11 11.265 1092 1 0 -6.18615 38.45 -175.861 + 11 92.3918 870 1 1 -5.97953 38.741 -174.85 + 11 69.6694 863 1 0 9.59629 -7.25 -176.214 + 11 99.4966 864 1 0 9.75628 -7.25 -176.162 + 11 259.851 865 1 0 9.82499 -7.05 -176.152 + 11 132.703 1076 1 0 -60.8967 35.3378 -175.85 + 11 145.374 595 0 1 -60.9751 34.1714 -204.45 + 11 40.7469 596 0 1 -60.85 34.1154 -204.695 + 11 139.205 1068 0 0 -60.2182 33.8354 -205.85 + 11 172.081 1091 4 0 -61.169 38.25 -86.061 + 11 213.088 596 3 1 -60.7971 37.9533 -114.45 + 11 120.155 1089 3 0 -60.7312 37.9422 -115.85 + 11 107.578 603 2 1 -59.2675 37.724 -144.45 + 11 12.8025 604 2 1 -59.25 37.7228 -144.812 + 11 115.031 1088 2 0 -59.2028 37.7138 -145.85 + 11 271.444 1087 1 0 -57.682 37.5449 -175.85 + 11 128.555 620 0 1 -55.9947 37.1133 -204.45 + 11 265.435 1085 0 0 -55.9305 37.1068 -205.85 + 11 110.678 1090 3 0 -60.6214 38.1678 -115.85 + 11 102.114 616 2 1 -56.783 45.2547 -144.45 + 11 4.95169 617 2 1 -56.65 45.2917 -144.827 + 11 185.095 1126 2 0 -56.2847 45.38 -145.851 + 11 102.315 663 1 1 -47.2916 48.4346 -174.45 + 11 101.218 1138 1 0 -47.2601 47.8029 -175.85 + 11 9.12044 1137 1 0 -47.2498 47.65 -176.209 + 11 188.971 668 0 1 -46.2636 35.6115 -204.45 + 11 117.506 1076 0 0 -46.3527 35.4021 -205.851 + 11 104.868 1090 8 0 -61.1534 38.0503 34.0355 + 11 222.497 594 0 1 -61.1112 38.0785 -204.45 + 11 238.966 1090 0 0 -61.1156 38.0783 -205.85 + 11 31.078 595 8 1 -61.0219 37.9535 35.55 + 11 153.848 556 7 1 -68.8124 34.2024 5.54942 + 11 10.4223 557 7 1 -68.65 34.1215 5.17522 + 11 7.80473 1067 7 0 -68.5518 33.4709 4.15 + 11 144.92 1066 7 0 -68.5488 33.45 4.11692 + 11 4.77876 1065 7 0 -68.5312 33.25 3.77564 +Number of digits in this event = 43 +Using G4ParticleGun ... +7.61928 LIN +e- +Event: 12 +Number of tracker hits in this event = 153 + 12 119.41 554 11 1 -69.1784 42.3598 125.55 + 12 124.21 1111 11 0 -69.1782 42.3595 124.15 + 12 106.243 554 10 1 -69.1735 42.3556 95.55 + 12 138.059 1111 10 0 -69.1687 42.3607 94.15 + 12 267.809 554 9 1 -69.0662 42.4963 65.55 + 12 319.133 1112 9 0 -69.0626 42.5018 64.15 + 12 184.021 555 8 1 -68.9682 42.6164 35.55 + 12 168.855 1112 8 0 -68.9586 42.619 34.15 + 12 185.414 556 7 1 -68.7341 42.6604 5.55 + 12 138.143 1113 7 0 -68.7419 42.675 4.15 + 12 149.191 555 6 1 -68.9145 42.8815 -24.45 + 12 91.4892 1114 6 0 -68.9267 42.8952 -25.85 + 12 136.586 554 5 1 -69.1775 43.2269 -54.45 + 12 64.4998 1115 5 0 -69.187 43.2494 -55.85 + 12 85.4015 1116 5 0 -69.1873 43.25 -55.8884 + 12 315.16 553 4 1 -69.3483 43.8107 -84.45 + 12 112.594 1118 4 0 -69.356 43.8347 -85.85 + 12 141.274 552 3 1 -69.5087 44.3238 -114.45 + 12 423.572 1121 3 0 -69.5136 44.3315 -115.85 + 12 106.853 552 2 1 -69.5935 44.3363 -144.45 + 12 123.214 1121 2 0 -69.5932 44.3449 -145.85 + 12 313.148 552 1 1 -69.6477 44.4642 -174.45 + 12 123.366 1122 1 0 -69.6503 44.457 -175.85 + 12 165.783 551 0 1 -69.7721 44.324 -204.45 + 12 349.66 1121 0 0 -69.7626 44.3298 -205.85 + 12 16.9341 551 1 1 -69.65 44.429 -174.668 + 12 108.837 1122 3 0 -69.3801 44.45 -116.089 + 12 165.19 1110 3 0 -48.5704 42.1176 -116.25 + 12 225.422 548 3 1 -70.3395 45.4152 -114.85 + 12 29.5624 547 3 1 -70.45 45.4069 -114.758 + 12 137.376 555 9 1 -69.05 42.4958 65.3697 + 12 19.8474 1119 1 0 -68.8054 43.9034 -175.85 + 12 255.058 554 8 1 -69.1812 42.2874 35.55 + 12 186.631 1111 8 0 -69.1814 42.2847 34.15 + 12 123.17 554 7 1 -69.1909 42.2247 5.55 + 12 232.898 1110 7 0 -69.1921 42.2217 4.15 + 12 144.049 554 6 1 -69.2226 42.1605 -24.45 + 12 131.094 1110 6 0 -69.2243 42.1572 -25.85 + 12 177.948 553 5 1 -69.2594 42.0863 -54.45 + 12 113.557 1110 5 0 -69.2609 42.0831 -55.85 + 12 213.555 1109 4 0 -69.2927 42.0188 -85.85 + 12 131.761 553 3 1 -69.3331 41.9667 -114.45 + 12 89.6258 1109 3 0 -69.3342 41.9655 -115.85 + 12 144.296 553 2 1 -69.3541 41.9416 -144.45 + 12 407.291 1109 2 0 -69.3565 41.9425 -145.85 + 12 206.928 553 1 1 -69.4052 41.9617 -174.45 + 12 104.283 1109 1 0 -69.4083 41.9639 -175.85 + 12 230.102 552 0 1 -69.4694 42.0067 -204.45 + 12 321.87 1109 0 0 -69.4721 42.0082 -205.85 + 12 4.61245 1310 3 0 -131.457 82.05 -116.055 + 12 134.004 238 3 1 -132.376 82.2726 -114.85 + 12 97.2983 237 3 1 -132.55 82.3239 -114.748 + 12 147.007 1316 3 0 -132.759 83.3172 -115.85 + 12 114.003 1315 3 0 -132.831 83.25 -116.113 + 12 69.314 1031 3 0 -129.346 26.4321 -116.25 + 12 108.475 1032 3 0 -129.455 26.45 -116.226 + 12 110.719 132 1 1 -153.605 -3.84434 -174.85 + 12 0.530314 1052 0 0 -154.964 30.45 -206.094 + 12 61.3357 555 7 1 -68.8559 45.0144 5.55 + 12 100.691 1125 7 0 -68.8397 45.1974 4.15 + 12 9.21924 1126 7 0 -68.8327 45.25 3.77706 + 12 129.191 560 6 1 -67.9968 49.142 -24.45 + 12 26.8961 1146 6 0 -67.9051 49.426 -25.8502 + 12 107.646 1147 6 0 -67.8996 49.45 -25.9509 + 12 197.156 573 5 1 -65.2756 57.071 -54.45 + 12 5.59299 572 5 1 -65.4501 57.1097 -54.8373 + 12 120.935 1185 5 0 -65.8951 57.2117 -55.85 + 12 30.6597 1186 5 0 -66.0341 57.2501 -56.152 + 12 190.674 501 4 1 -79.701 62.6931 -84.45 + 12 63.6615 500 4 1 -79.85 62.7183 -84.5988 + 12 21.2115 499 4 1 -80.0502 62.7498 -84.7874 + 12 165.128 1214 4 0 -81.1652 62.8731 -85.85 + 12 60.5911 307 3 1 -118.671 65.4035 -114.45 + 12 71.4908 306 3 1 -118.75 65.3636 -114.678 + 12 78.8825 1225 3 0 -119.095 65.1186 -115.85 + 12 36.693 1224 3 0 -119.184 65.05 -116.18 + 12 139.674 267 2 1 -126.7 59.1601 -144.45 + 12 207.948 1192 2 0 -126.799 58.6247 -145.85 + 12 31.1835 269 1 1 -126.319 46.7593 -174.45 + 12 236.167 268 1 1 -126.35 46.6842 -174.495 + 12 423.166 267 1 1 -126.55 46.1976 -174.681 + 12 89.0959 266 1 1 -126.75 45.6605 -174.79 + 12 9.68504 1106 1 0 -128.597 41.2834 -175.85 + 12 52.5224 1105 1 0 -128.611 41.2499 -175.859 + 12 56.7217 1104 1 0 -128.677 41.05 -175.919 + 12 49.6854 1103 1 0 -128.734 40.8496 -175.991 + 12 83.5366 1102 1 0 -128.814 40.6495 -176.038 + 12 241.482 1101 1 0 -128.921 40.4499 -176.077 + 12 197.83 1100 1 0 -129.012 40.25 -176.134 + 12 41.7456 1099 1 0 -129.08 40.05 -176.184 + 12 70.3732 1098 1 0 -129.159 39.85 -176.214 + 12 18.6317 1097 1 0 -129.242 39.65 -176.238 + 12 15.895 1144 6 0 -67.4591 48.8677 -25.85 + 12 103.157 1143 6 0 -67.4319 48.85 -25.9064 + 12 124.03 621 5 1 -55.7894 41.4513 -54.45 + 12 13.7366 622 5 1 -55.65 41.1182 -54.8078 + 12 26.4387 1099 5 0 -54.9125 39.9272 -55.8501 + 12 84.3685 1098 5 0 -54.8731 39.85 -55.9235 + 12 50.5949 1097 5 0 -54.788 39.65 -56.1272 + 12 29.2988 689 4 1 -42.2331 6.25334 -84.45 + 12 106.329 688 4 1 -42.25 6.28536 -84.5554 + 12 121.36 936 4 0 -42.1904 7.26534 -85.8503 + 12 141.278 937 4 0 -42.0935 7.45 -86.0577 + 12 60.3108 938 4 0 -42.126 7.6503 -86.1996 + 12 8.94579 934 4 0 -42.1837 7.0255 -85.85 + 12 75.3637 546 3 1 -70.7573 54.3007 -114.45 + 12 53.9425 545 3 1 -70.8501 54.3108 -114.67 + 12 131.485 1170 3 0 -71.6769 54.2285 -115.85 + 12 143.381 471 2 1 -85.7944 42.6263 -144.45 + 12 29.004 1108 2 0 -85.5624 41.85 -146.135 + 12 43.0116 470 1 1 -86.0203 26.5828 -174.45 + 12 160.905 469 1 1 -86.05 26.6688 -174.537 + 12 32.7683 1044 1 0 -87.0416 28.9259 -175.85 + 12 122.042 1045 1 0 -87.0929 29.05 -175.892 + 12 56.7407 1046 1 0 -87.1369 29.25 -175.912 + 12 64.7235 1047 1 0 -87.1633 29.45 -175.922 + 12 82.2861 1048 1 0 -87.2111 29.65 -175.905 + 12 55.8689 1049 1 0 -87.2425 29.85 -175.897 + 12 30.2363 1050 1 0 -87.2629 30.05 -175.898 + 12 86.1987 461 1 1 -87.7381 31.0024 -174.85 + 12 88.3521 460 1 1 -87.85 31.1623 -174.653 + 12 69.409 459 1 1 -88.0502 31.2606 -174.469 + 12 135.917 458 1 1 -88.25 31.4176 -174.534 + 12 21.0128 457 1 1 -88.45 31.7748 -174.805 + 12 86.8278 1059 1 0 -89.1879 31.9484 -175.851 + 12 96.5465 1058 1 0 -89.3154 31.8498 -176.068 + 12 339.673 1057 1 0 -89.3951 31.6499 -176.118 + 12 143.877 1056 1 0 -89.2358 31.45 -176.094 + 12 252.722 551 5 1 -69.691 42.3599 -54.45 + 12 256.059 1111 5 0 -69.7435 42.3075 -55.85 + 12 113.088 547 4 1 -70.5665 41.4268 -84.45 + 12 119.442 1107 4 0 -70.4532 41.5009 -85.85 + 12 56.7503 563 3 1 -67.2858 42.6186 -114.45 + 12 59.9565 564 3 1 -67.25 42.6268 -114.624 + 12 126.329 1113 3 0 -66.976 42.6894 -115.85 + 12 110.468 601 2 1 -59.7381 44.2155 -144.45 + 12 223.444 1120 2 0 -59.5662 44.1349 -145.85 + 12 133.882 616 1 1 -56.8415 42.6404 -174.45 + 12 170.214 1113 1 0 -56.3034 42.6546 -175.85 + 12 286.743 678 0 1 -44.4313 42.6976 -204.45 + 12 172.72 1113 0 0 -43.8748 42.7789 -205.85 + 12 100.65 552 5 1 -69.65 42.3604 -54.5335 + 12 110.185 551 4 1 -69.7979 42.6601 -84.45 + 12 117.468 1113 4 0 -69.8128 42.6549 -85.85 + 12 96.9914 549 3 1 -70.0631 42.4642 -114.45 + 12 28.1513 1112 3 0 -70.0523 42.4509 -115.85 + 12 108.69 1111 3 0 -70.0516 42.45 -115.927 + 12 113.786 551 2 1 -69.8467 42.062 -144.45 + 12 137.894 1110 2 0 -69.8104 42.0996 -145.85 + 12 121.164 554 1 1 -69.1825 42.836 -174.45 + 12 112.039 1114 1 0 -69.1321 42.9056 -175.85 + 12 154.735 558 0 1 -68.2717 44.2818 -204.45 + 12 135.933 912 0 0 -87.2114 2.65 -206.219 +Number of digits in this event = 74 +Using G4ParticleGun ... +6.53266 LIN +e- +Event: 13 +Number of tracker hits in this event = 63 + 13 123.254 859 11 0 82.6128 -8.05294 124.15 + 13 558.02 1312 10 1 82.6145 -8.04882 95.55 + 13 122.111 860 10 0 82.6145 -8.04844 94.15 + 13 236.692 1312 9 1 82.6149 -8.041 65.55 + 13 205.354 860 9 0 82.6149 -8.04115 64.15 + 13 144.43 1312 8 1 82.6108 -8.04476 35.55 + 13 139.617 860 8 0 82.6107 -8.04578 34.15 + 13 253.806 1312 7 1 82.605 -8.05835 5.55 + 13 388.904 859 7 0 82.6045 -8.05805 4.15 + 13 312.314 1312 6 1 82.5929 -8.05993 -24.45 + 13 252.461 859 6 0 82.5909 -8.05883 -25.85 + 13 268 1312 5 1 82.5593 -8.03633 -54.45 + 13 110.13 860 5 0 82.5759 -8.03487 -55.85 + 13 120.802 1314 4 1 82.9161 -8.00208 -84.45 + 13 137.594 860 4 0 82.9325 -7.99933 -85.85 + 13 100.878 1316 3 1 83.2713 -7.95109 -114.45 + 13 263.557 860 3 0 83.2876 -7.94866 -115.85 + 13 116.805 1317 2 1 83.6204 -7.90704 -144.45 + 13 201.658 860 2 0 83.6363 -7.90849 -145.85 + 13 110.774 1319 1 1 83.9623 -7.942 -174.45 + 13 127.028 860 1 0 83.9795 -7.94506 -175.85 + 13 130.991 1321 0 1 84.3268 -8.01151 -204.45 + 13 626.603 860 0 0 84.3419 -8.01356 -205.85 + 13 120.436 1311 6 1 82.2956 -8.02253 -24.45 + 13 119.423 860 6 0 82.2644 -7.98385 -25.85 + 13 113.447 1308 5 1 81.7417 -7.42583 -54.45 + 13 139.692 862 5 0 81.7195 -7.47511 -55.85 + 13 138.624 1306 4 1 81.3506 -8.62165 -84.45 + 13 3.04669 857 4 0 81.2962 -8.6496 -85.85 + 13 144.705 856 4 0 81.2954 -8.65 -85.8719 + 13 125.921 1300 3 1 80.1801 -9.11773 -114.45 + 13 115.11 854 3 0 80.1674 -9.14966 -115.85 + 13 111.048 1299 2 1 79.9576 -9.21353 -144.45 + 13 211.518 854 2 0 80.0615 -9.23945 -145.85 + 13 57.614 1313 1 1 82.7089 -9.06698 -174.45 + 13 46.7408 1312 1 1 82.6499 -9.04525 -174.7 + 13 124.25 855 1 0 82.3709 -8.97187 -175.85 + 13 44.5558 1284 0 1 76.9334 -8.42671 -204.45 + 13 93.3145 1283 0 1 76.8499 -8.38174 -204.553 + 13 54.3791 1282 0 1 76.65 -8.2729 -204.773 + 13 240.614 861 0 0 75.6396 -7.74197 -205.85 + 13 231.314 862 0 0 75.4516 -7.64987 -206.033 + 13 35.9712 1248 0 0 51.1325 69.7022 -206.25 + 13 66.6936 1249 0 0 51.1256 69.8501 -206.21 + 13 47.9874 1250 0 0 51.0976 70.05 -206.151 + 13 83.79 1251 0 0 51.0464 70.25 -206.092 + 13 88.0908 1252 0 0 50.9862 70.45 -206.029 + 13 107.355 1253 0 0 50.9338 70.65 -205.956 + 13 15.4234 1254 0 0 50.8868 70.85 -205.872 + 13 312.477 1150 0 1 50.2087 73.6022 -204.85 + 13 105.093 855 3 0 80.6966 -8.92934 -115.85 + 13 37.9963 1175 2 1 55.1412 4.31778 -144.45 + 13 87.222 859 5 0 82.6397 -8.05717 -55.85 + 13 117.797 1313 4 1 82.6861 -8.05138 -84.45 + 13 171.35 859 4 0 82.6914 -8.05107 -85.85 + 13 93.7979 1313 3 1 82.809 -8.04349 -114.45 + 13 115.188 1314 2 1 82.9699 -7.91401 -144.45 + 13 100.387 1314 1 1 83.0259 -7.80354 -174.45 + 13 116.22 861 1 0 83.0335 -7.79462 -175.85 + 13 219.383 1315 0 1 83.1951 -7.61678 -204.45 + 13 57.7331 1625 3 1 145.161 48.2878 -114.85 + 13 95.3381 860 7 0 83.1057 -7.95519 4.15 + 13 157.862 1311 10 1 82.45 -8.42354 95.3068 +Number of digits in this event = 34 +Using G4ParticleGun ... +7.48881 LIN +e- +Event: 14 +Number of tracker hits in this event = 182 + 14 117.878 731 11 1 -33.6851 -45.4143 125.55 + 14 100.176 673 11 0 -33.6855 -45.4134 124.15 + 14 187.008 731 10 1 -33.6906 -45.3894 95.55 + 14 122.799 673 10 0 -33.6906 -45.3874 94.15 + 14 165.096 731 9 1 -33.6851 -45.3456 65.55 + 14 110.723 673 9 0 -33.6844 -45.343 64.15 + 14 317.066 731 8 1 -33.6692 -45.2967 35.55 + 14 248.884 673 8 0 -33.668 -45.2928 34.15 + 14 614.167 732 7 1 -33.6353 -45.1964 5.55 + 14 250.655 674 7 0 -33.65 -45.2025 4.15 + 14 199.086 730 6 1 -33.9267 -45.3633 -24.45 + 14 135.205 673 6 0 -33.9435 -45.3677 -25.85 + 14 137.584 728 5 1 -34.2703 -45.4365 -54.45 + 14 266.233 673 5 0 -34.2818 -45.4391 -55.85 + 14 233.676 728 4 1 -34.4094 -45.4536 -84.45 + 14 142.816 672 4 0 -34.4092 -45.4605 -85.85 + 14 119.754 728 3 1 -34.4031 -45.5634 -114.45 + 14 167.652 672 3 0 -34.3915 -45.5578 -115.85 + 14 117.276 729 2 1 -34.1609 -45.4304 -144.45 + 14 109.655 673 2 0 -34.1597 -45.4113 -145.85 + 14 114.189 729 1 1 -34.1281 -45.0483 -174.45 + 14 237.26 675 1 0 -34.1194 -45.0139 -175.85 + 14 123.85 730 0 1 -34.0055 -44.0269 -204.45 + 14 105.347 681 0 0 -33.846 -43.8309 -205.85 + 14 235.929 672 5 0 -34.2889 -45.45 -56.064 + 14 351.089 671 5 0 -34.5295 -45.65 -56.139 + 14 158.484 670 5 0 -34.4184 -45.85 -56.0769 + 14 250.564 674 6 0 -34.8015 -45.2467 -25.85 + 14 79.7574 675 6 0 -34.9577 -45.05 -26.0482 + 14 57.4238 676 6 0 -35.0363 -44.85 -26.0357 + 14 64.6704 677 6 0 -35.1182 -44.65 -25.9897 + 14 188.523 678 6 0 -35.1916 -44.45 -25.9225 + 14 47.4423 729 6 1 -34.1568 -43.6736 -24.85 + 14 408.455 731 6 1 -33.8499 -43.45 -24.7775 + 14 167.395 723 6 1 -35.289 -44.4512 -24.85 + 14 470.743 732 5 1 -33.6335 -45.049 -54.45 + 14 238.17 674 5 0 -33.6306 -45.0529 -55.8503 + 14 114.209 734 4 1 -33.2279 -45.2626 -84.45 + 14 225.354 673 4 0 -33.2316 -45.3176 -85.8507 + 14 217.571 734 3 1 -33.1093 -46.3721 -114.45 + 14 152.435 668 3 0 -33.0304 -46.4256 -115.85 + 14 103.835 743 2 1 -31.3491 -47.4222 -144.45 + 14 96.8658 662 2 0 -31.2251 -47.6026 -145.85 + 14 79.2716 749 1 1 -30.0786 -51.3318 -174.45 + 14 168.297 750 1 1 -30.05 -51.3739 -174.563 + 14 152.029 640 1 0 -29.6995 -51.8691 -175.85 + 14 114.434 790 0 1 -21.9227 -60.9958 -204.45 + 14 12.7235 791 0 1 -21.85 -61.1071 -204.8 + 14 18.3625 593 0 0 -21.6004 -61.4323 -205.85 + 14 143.416 592 0 0 -21.5872 -61.45 -205.906 + 14 17.7991 661 2 0 -31.2366 -47.65 -146.175 + 14 138.333 675 5 0 -33.6585 -45.0424 -55.85 + 14 217.062 675 4 0 -34.4291 -44.8871 -85.8504 + 14 127.386 720 3 1 -35.9025 -44.7644 -114.45 + 14 83.3919 676 3 0 -35.9503 -44.6695 -115.85 + 14 8.43873 677 3 0 -35.9674 -44.65 -116.215 + 14 169.984 714 2 1 -37.1501 -42.9761 -144.45 + 14 9.41406 713 2 1 -37.2501 -42.9014 -144.827 + 14 95.474 686 2 0 -37.542 -42.7101 -145.85 + 14 116.838 687 2 0 -37.6121 -42.65 -146.118 + 14 106.443 678 1 1 -44.3337 -35.9268 -174.45 + 14 16.4348 677 1 1 -44.45 -35.9663 -174.786 + 14 125.304 719 1 0 -44.7901 -36.0685 -175.85 + 14 126.559 633 0 1 -53.2705 -38.372 -204.45 + 14 93.0612 632 0 1 -53.45 -38.0974 -204.715 + 14 16.2729 715 0 0 -54.3124 -36.9016 -205.85 + 14 85.7473 716 0 0 -54.3504 -36.8497 -205.898 + 14 78.708 717 0 0 -54.5107 -36.6495 -206.07 + 14 37.5357 718 0 0 -54.6743 -36.45 -206.226 + 14 41.0497 568 0 0 -81.751 -66.3728 -206.25 + 14 88.2373 567 0 0 -81.7699 -66.45 -206.225 + 14 218.825 566 0 0 -81.8177 -66.6502 -206.149 + 14 246.029 565 0 0 -81.8655 -66.85 -206.076 + 14 126.905 564 0 0 -81.9075 -67.0506 -205.966 + 14 3.13449 489 0 1 -82.2481 -69.0107 -204.85 + 14 202.566 488 0 1 -82.25 -69.0215 -204.844 + 14 126.806 358 1 0 -150.727 -108.355 -176.25 + 14 97.854 357 1 0 -151.066 -108.55 -176.167 + 14 166.481 356 1 0 -151.415 -108.75 -176.116 + 14 214.234 355 1 0 -151.947 -108.95 -176.037 + 14 5.0534 118 1 1 -156.526 -110.168 -174.85 + 14 53.1456 117 1 1 -156.55 -110.174 -174.843 + 14 57.5137 116 1 1 -156.75 -110.226 -174.803 + 14 58.8969 115 1 1 -156.951 -110.276 -174.799 + 14 544.073 114 1 1 -157.15 -110.331 -174.785 + 14 83.1589 113 1 1 -157.35 -110.379 -174.753 + 14 67.2834 112 1 1 -157.55 -110.426 -174.704 + 14 252.775 111 1 1 -157.75 -110.472 -174.635 + 14 39.2057 110 1 1 -157.95 -110.548 -174.535 + 14 21.0583 333 1 0 -161.969 -113.55 -176.214 + 14 238.413 732 8 1 -33.6496 -45.2659 35.4778 + 14 109.895 68 3 0 -96.123 -166.411 -116.25 + 14 168.666 728 6 1 -34.3818 -44.06 -24.45 + 14 127.636 680 6 0 -34.4608 -43.9354 -25.85 + 14 137.135 721 5 1 -35.6963 -41.5278 -54.45 + 14 23.3264 692 5 0 -35.7703 -41.4523 -55.85 + 14 113.378 693 5 0 -35.7726 -41.45 -55.8936 + 14 368.962 712 4 1 -37.4623 -39.6297 -84.45 + 14 120.066 702 4 0 -37.5099 -39.5342 -85.85 + 14 103.091 707 3 1 -38.6061 -37.6172 -114.45 + 14 107.401 712 3 0 -38.6898 -37.4856 -115.85 + 14 5.80796 713 3 0 -38.7098 -37.45 -116.229 + 14 183.639 699 2 1 -40.2266 -34.9092 -144.45 + 14 54.5642 698 2 1 -40.25 -34.8915 -144.669 + 14 126.817 726 2 0 -40.375 -34.7767 -145.85 + 14 196.032 685 1 1 -42.9396 -32.3508 -174.45 + 14 188.469 738 1 0 -43.1159 -32.2755 -175.851 + 14 126.477 665 0 1 -46.9299 -31.1283 -204.45 + 14 119.767 744 0 0 -47.1272 -31.1034 -205.85 + 14 37.0522 693 0 1 -41.3233 -29.8349 -204.45 + 14 41.9663 755 0 0 -41.2778 -28.937 -205.851 + 14 218.441 756 0 0 -41.2501 -28.85 -205.981 + 14 186.222 904 0 0 -26.2387 1.04113 -206.249 + 14 25.3226 905 0 0 -26.1899 1.0501 -206.078 + 14 88.0121 769 0 1 -26.1651 1.33376 -204.85 + 14 102.126 770 0 1 -26.0498 1.36314 -204.755 + 14 97.3772 771 0 1 -25.85 1.44775 -204.654 + 14 305.614 772 0 1 -25.65 1.48293 -204.601 + 14 253.711 713 4 1 -37.4499 -39.6573 -84.4544 + 14 104.391 675 7 0 -33.5129 -45.0117 4.14963 + 14 30.7343 738 6 1 -32.446 -39.6456 -24.45 + 14 122.657 737 6 1 -32.45 -39.6265 -24.5501 + 14 240.805 703 6 0 -32.4956 -39.3869 -25.85 + 14 143.981 733 5 1 -33.3602 -35.1427 -54.4503 + 14 110.12 726 5 0 -33.3985 -34.7739 -55.85 + 14 121.329 733 4 1 -33.3674 -28.0443 -84.45 + 14 173.099 762 4 0 -33.5415 -27.5964 -85.8502 + 14 133.803 710 3 1 -37.8822 -19.0263 -114.45 + 14 122.084 808 3 0 -38.0697 -18.4084 -115.85 + 14 21.453 809 3 0 -38.1129 -18.25 -116.185 + 14 208.098 691 2 1 -41.655 -4.55229 -144.45 + 14 37.6125 879 2 0 -41.9442 -4.09553 -145.85 + 14 82.3572 880 2 0 -41.9698 -4.05 -145.98 + 14 65.0601 661 1 1 -47.7348 7.54048 -174.45 + 14 235.886 662 1 1 -47.65 7.73011 -174.519 + 14 161.046 663 1 1 -47.45 8.19177 -174.695 + 14 43.9344 959 1 0 -45.8142 11.9232 -175.85 + 14 70.5837 960 1 0 -45.7571 12.0506 -175.891 + 14 86.65 961 1 0 -45.6608 12.25 -175.958 + 14 58.31 962 1 0 -45.5646 12.45 -176.021 + 14 63.2774 963 1 0 -45.4688 12.65 -176.086 + 14 58.3051 964 1 0 -45.3597 12.8502 -176.168 + 14 4.61076 965 1 0 -45.2512 13.05 -176.245 + 14 57.2878 1703 1 0 15.4232 160.755 -176.25 + 14 54.1916 1704 1 0 15.4688 160.95 -176.179 + 14 69.2264 1705 1 0 15.5198 161.15 -176.09 + 14 51.2875 1706 1 0 15.586 161.35 -176.002 + 14 40.8277 1707 1 0 15.6601 161.55 -175.916 + 14 126.833 982 1 1 16.5371 163.893 -174.85 + 14 479.499 983 1 1 16.65 164.224 -174.702 + 14 599.719 984 1 1 16.9899 165.669 -174.45 + 14 4.48834 1752 1 0 17.232 170.735 -175.85 + 14 48.2385 1753 1 0 17.2332 170.75 -175.854 + 14 73.363 1754 1 0 17.252 170.95 -175.913 + 14 55.1537 1755 1 0 17.2731 171.15 -175.975 + 14 49.714 1756 1 0 17.2895 171.35 -176.045 + 14 86.3458 1757 1 0 17.3094 171.55 -176.118 + 14 39.1433 1758 1 0 17.3284 171.75 -176.198 + 14 89.2697 735 2 1 -33.0081 66.6511 -144.85 + 14 274.542 673 7 0 -33.6404 -45.2691 4.15 + 14 269.628 732 6 1 -33.6043 -45.4797 -24.45 + 14 118.564 672 6 0 -33.5592 -45.4828 -25.85 + 14 217.64 737 5 1 -32.6421 -45.6987 -54.45 + 14 140.745 738 4 1 -32.2757 -45.2685 -84.45 + 14 127.662 741 3 1 -31.8201 -45.9417 -114.45 + 14 112.289 670 3 0 -31.7984 -45.9662 -115.85 + 14 132.102 742 2 1 -31.5283 -46.5605 -144.45 + 14 120.922 667 2 0 -31.4601 -46.6027 -145.85 + 14 138.854 663 1 0 -29.9912 -47.3463 -175.85 + 14 101.005 756 0 1 -28.7967 -48.4165 -204.45 + 14 137.857 657 0 0 -28.7307 -48.4819 -205.85 + 14 40.5967 606 5 0 -14.1153 -58.8163 -56.25 + 14 395.615 605 5 0 -14.0725 -58.85 -56.2124 + 14 133.217 732 4 1 -33.5992 -45.133 -84.45 + 14 147.817 674 4 0 -33.6007 -45.1318 -85.85 + 14 144.931 732 3 1 -33.6307 -45.1091 -114.45 + 14 110.232 674 3 0 -33.6347 -45.1072 -115.85 + 14 143.983 731 2 1 -33.7292 -45.0624 -144.45 + 14 113.366 674 2 0 -33.7322 -45.0615 -145.85 + 14 103.663 731 1 1 -33.7806 -45.0228 -174.45 + 14 115.71 731 0 1 -33.7466 -45.0272 -204.45 + 14 147.72 675 0 0 -33.7363 -45.0312 -205.85 +Number of digits in this event = 92 +Using G4ParticleGun ... +6.26154 LIN +e- +Event: 15 +Number of tracker hits in this event = 80 + 15 133.069 480 11 0 -3.8922 -83.9091 124.15 + 15 110.317 880 10 1 -3.89429 -83.9107 95.55 + 15 140.289 480 10 0 -3.89406 -83.9112 94.15 + 15 267.268 880 9 1 -3.88829 -83.922 65.55 + 15 105.856 480 9 0 -3.88742 -83.9235 64.15 + 15 235.779 880 8 1 -3.86367 -83.9565 35.55 + 15 104.892 480 8 0 -3.86413 -83.9584 34.15 + 15 98.1356 880 7 1 -3.87111 -83.9978 5.55 + 15 113.752 480 7 0 -3.87082 -84.0003 4.15 + 15 135.147 880 6 1 -3.86446 -84.0485 -24.45 + 15 171.38 479 6 0 -3.86319 -84.0513 -25.85 + 15 116.713 881 5 1 -3.83032 -84.1099 -54.45 + 15 129.058 479 5 0 -3.82821 -84.1113 -55.85 + 15 123.476 881 4 1 -3.78349 -84.1461 -84.45 + 15 97.8336 479 4 0 -3.78317 -84.149 -85.85 + 15 463.28 881 3 1 -3.77528 -84.2084 -114.45 + 15 419.51 479 3 0 -3.77613 -84.2123 -115.85 + 15 341.678 881 2 1 -3.79422 -84.2898 -144.45 + 15 110.741 478 2 0 -3.79627 -84.2949 -145.85 + 15 428.195 881 1 1 -3.83429 -84.395 -174.45 + 15 425.771 478 1 0 -3.83664 -84.3998 -175.85 + 15 336.84 880 0 1 -3.88396 -84.4943 -204.45 + 15 107.707 477 0 0 -3.88667 -84.499 -205.85 + 15 6.62453 280 8 1 -123.96 175.323 35.55 + 15 126.518 281 8 1 -123.95 175.311 35.5244 + 15 65.2703 282 8 1 -123.75 175.094 35.2325 + 15 116.576 283 8 1 -123.55 174.924 35.2011 + 15 0.751615 1763 8 0 -123.764 172.753 34.15 + 15 88.7875 1762 8 0 -123.765 172.75 34.1484 + 15 99.0506 1761 8 0 -123.83 172.55 34.0036 + 15 82.3565 1760 8 0 -124.003 172.35 33.8545 + 15 53.9241 882 2 1 -3.65 -84.3468 -144.59 + 15 114.619 478 0 0 -3.95772 -84.3778 -205.85 + 15 14.3787 479 0 0 -3.82795 -84.064 -205.85 + 15 103.65 480 0 0 -3.82276 -84.05 -205.917 + 15 112.22 883 0 1 -3.27967 -84.9834 -204.45 + 15 119.914 475 0 0 -3.23737 -85.0072 -205.85 + 15 39.7131 880 3 1 -3.85 -84.1408 -114.788 + 15 117.209 832 2 1 -13.5677 -75.0151 -144.451 + 15 30.9618 833 2 1 -13.45 -74.8056 -144.748 + 15 188.202 528 2 0 -12.7692 -74.4239 -145.85 + 15 37.5168 521 2 0 -3.25492 -75.8249 -146.25 + 15 331.241 520 2 0 -3.31249 -75.85 -146.176 + 15 215.728 519 2 0 -3.44426 -76.05 -146.175 + 15 147.878 874 2 1 -5.13948 -75.9117 -144.85 + 15 60.4088 478 3 0 -3.71933 -84.25 -116.016 + 15 70.2405 870 2 1 -5.89289 -84.916 -144.45 + 15 113.328 869 2 1 -6.05 -85.1162 -144.567 + 15 105.624 868 2 1 -6.25 -85.4216 -144.719 + 15 36.9721 460 2 0 -7.60154 -87.9406 -145.85 + 15 66.3236 459 2 0 -7.65837 -88.05 -145.9 + 15 96.347 458 2 0 -7.74794 -88.2501 -145.981 + 15 62.784 457 2 0 -7.84941 -88.45 -146.068 + 15 21.036 456 2 0 -7.95845 -88.65 -146.208 + 15 47.852 168 2 0 -0.701707 -146.446 -146.25 + 15 103.012 167 2 0 -0.600316 -146.55 -146.142 + 15 149.696 166 2 0 -0.342624 -146.75 -145.969 + 15 71.663 906 2 1 1.26713 -147.751 -144.85 + 15 57.7273 907 2 1 1.45 -147.881 -144.641 + 15 131.21 50 3 0 -31.0842 -169.977 -116.25 + 15 33.6413 49 3 0 -31.342 -170.15 -115.971 + 15 41.5502 740 3 1 -31.9947 -170.737 -114.85 + 15 105.207 739 3 1 -32.05 -170.812 -114.708 + 15 47.0544 738 3 1 -32.2502 -170.949 -114.469 + 15 109.414 737 3 1 -32.45 -170.919 -114.557 + 15 53.8241 736 3 1 -32.65 -170.914 -114.6 + 15 56.1277 735 3 1 -32.85 -170.908 -114.664 + 15 77.8361 734 3 1 -33.0504 -170.974 -114.772 + 15 150 39 3 0 -33.9139 -172.158 -115.85 + 15 239.973 38 3 0 -34.1814 -172.35 -116.003 + 15 551.38 37 3 0 -34.4292 -172.55 -116.115 + 15 303.289 36 3 0 -34.5479 -172.75 -116.207 + 15 408.674 35 3 0 -35.1618 -172.95 -116.175 + 15 92.325 34 3 0 -35.7088 -173.15 -116.207 + 15 24.5161 611 7 0 -4.68265 -57.6939 3.75 + 15 155.99 612 7 0 -4.69057 -57.65 3.80815 + 15 187.921 876 7 1 -4.79409 -57.9154 5.15 + 15 105.715 877 7 1 -4.65 -58.2259 5.28999 + 15 129.263 878 7 1 -4.44988 -58.24 5.40701 + 15 183.775 881 9 1 -3.83989 -83.8954 65.55 +Number of digits in this event = 32 +Using G4ParticleGun ... +7.72391 LIN +e- +Event: 16 +Number of tracker hits in this event = 110 + 16 410.302 1176 10 1 55.3591 -92.8182 95.55 + 16 327.675 436 10 0 55.3598 -92.8195 94.15 + 16 128.038 1176 9 1 55.3698 -92.8434 65.55 + 16 117.404 436 9 0 55.3706 -92.8448 64.15 + 16 123.865 1176 8 1 55.3892 -92.876 35.55 + 16 323.684 436 8 0 55.3903 -92.8768 34.15 + 16 109.133 1176 7 1 55.4151 -92.8895 5.55 + 16 119.744 436 7 0 55.4166 -92.8904 4.15 + 16 53.4126 1176 6 1 55.4498 -92.9079 -24.45 + 16 70.9788 1177 6 1 55.45 -92.9083 -24.661 + 16 103.91 436 6 0 55.4512 -92.91 -25.85 + 16 114.334 1177 5 1 55.4783 -92.9526 -54.45 + 16 133.342 435 5 0 55.4795 -92.9549 -55.85 + 16 417.245 1177 4 1 55.5005 -93.005 -84.45 + 16 403.62 435 4 0 55.5008 -93.0056 -85.85 + 16 159.238 1177 3 1 55.5103 -93.0162 -114.45 + 16 410.127 435 3 0 55.5082 -93.0204 -115.85 + 16 102.807 1177 2 1 55.4647 -93.1044 -144.45 + 16 96.3068 435 2 0 55.4622 -93.1084 -145.85 + 16 393.953 1176 1 1 55.4059 -93.1959 -174.45 + 16 330.579 434 1 0 55.4028 -93.1979 -175.85 + 16 120.663 1176 0 1 55.3417 -93.2404 -204.45 + 16 148.08 434 0 0 55.3376 -93.2421 -205.85 + 16 157.257 1166 5 0 113.274 53.2784 -56.25 + 16 94.1722 410 5 0 -32.4867 -98.015 -56.25 + 16 4.41599 734 5 1 -33.2411 -97.4357 -54.85 + 16 116.455 733 5 1 -33.25 -97.4265 -54.8358 + 16 71.0837 737 5 1 -32.589 -97.8309 -54.85 + 16 261.292 736 5 1 -32.65 -97.8071 -54.6897 + 16 9.02835 139 2 0 35.875 -152.249 -146.25 + 16 128.903 138 2 0 35.8356 -152.35 -146.128 + 16 20.8689 433 1 0 55.5157 -93.35 -176.206 + 16 210.01 1188 0 1 57.7396 -95.6017 -204.45 + 16 151.185 420 0 0 57.5512 -96.1009 -205.85 + 16 145.944 419 0 0 57.5348 -96.15 -205.983 + 16 5.33133 1177 1 1 55.4501 -93.1985 -174.826 + 16 247.121 1181 0 1 56.3692 -94.1207 -204.45 + 16 184.384 430 0 0 56.3358 -93.9938 -205.85 + 16 9.82366 431 0 0 56.3709 -93.95 -206.209 + 16 178.282 1182 0 1 56.45 -93.9956 -204.508 + 16 406.111 1180 0 1 56.25 -93.9542 -204.481 + 16 49.7931 1179 0 1 56.05 -93.8772 -204.523 + 16 186.553 435 0 0 56.1178 -93.15 -205.858 + 16 41.8962 652 0 1 -49.45 -52.7203 -204.67 + 16 67.7374 762 0 1 -27.65 -48.6302 -204.695 + 16 260.486 651 0 1 -49.65 -52.6905 -204.619 + 16 24.4188 650 0 1 -49.8501 -52.7655 -204.68 + 16 25.0451 691 6 0 -142.776 -41.65 -25.9628 + 16 154.472 530 9 0 -158.678 -73.9696 63.7501 + 16 40.1883 158 9 0 -79.8941 -148.459 63.75 + 16 189.619 1175 3 1 55.0874 -93.1679 -114.45 + 16 129.291 1165 2 1 53.2315 -92.0294 -144.45 + 16 116.153 440 2 0 53.1108 -92.0101 -145.85 + 16 127.214 1152 1 1 50.6195 -91.5077 -174.45 + 16 112.141 443 1 0 50.5371 -91.4691 -175.85 + 16 93.3424 1142 0 1 48.4988 -90.6542 -204.45 + 16 155 447 0 0 48.3651 -90.5775 -205.85 + 16 416.902 1174 3 1 55.05 -93.1567 -114.586 + 16 5.09738 1165 3 1 53.0594 -96.2305 -114.45 + 16 109.758 1164 3 1 53.05 -96.2384 -114.476 + 16 119.283 417 3 0 52.5632 -96.6344 -115.85 + 16 135.86 1130 2 1 46.2181 -101.588 -144.45 + 16 100.055 392 2 0 45.9706 -101.659 -145.85 + 16 51.044 1104 1 1 41.0032 -106.536 -174.45 + 16 54.2478 1105 1 1 41.05 -106.539 -174.661 + 16 114.931 367 1 0 41.254 -106.557 -175.85 + 16 9.43062 1171 9 1 54.4472 -92.5817 65.5499 + 16 133.816 1172 9 1 54.45 -92.5828 65.5076 + 16 130.045 437 9 0 54.5368 -92.6153 64.1497 + 16 119.03 1183 8 1 56.7931 -92.8339 35.55 + 16 52.5804 1147 7 1 49.5076 -91.0813 5.54992 + 16 74.1017 1146 7 1 49.45 -91.0698 5.40932 + 16 113.628 445 7 0 48.944 -90.9756 4.14985 + 16 19.5289 446 7 0 48.8095 -90.95 3.82768 + 16 142.818 1086 6 1 37.3665 -87.8911 -24.45 + 16 18.7359 1085 6 1 37.2497 -87.8319 -24.7656 + 16 120.981 462 6 0 36.836 -87.6219 -25.85 + 16 117.26 1033 5 1 26.8076 -81.3069 -54.45 + 16 118.468 495 5 0 26.3296 -80.9325 -55.85 + 16 24.2036 496 5 0 26.2225 -80.85 -56.1571 + 16 0.0117855 981 4 1 16.25 -73.5534 -84.45 + 16 138.49 980 4 1 16.25 -73.5533 -84.4503 + 16 11.3542 534 4 0 16.0442 -73.065 -85.85 + 16 157.452 535 4 0 16.038 -73.05 -85.8916 + 16 97.8937 959 3 1 11.8788 -62.5013 -114.45 + 16 10.9535 958 3 1 11.85 -62.3682 -114.826 + 16 94.0778 590 3 0 11.7745 -61.9887 -115.85 + 16 16.7074 591 3 0 11.7463 -61.85 -116.215 + 16 136.51 946 2 1 9.4224 -50.6361 -144.45 + 16 134.379 651 2 0 9.29956 -49.8288 -145.85 + 16 29.263 652 2 0 9.27494 -49.65 -146.141 + 16 122.66 932 1 1 6.60502 -32.2602 -174.45 + 16 57.3182 741 1 0 6.27978 -31.7245 -175.85 + 16 74.5654 742 1 0 6.23045 -31.65 -176.043 + 16 6.20135 892 0 1 -1.64291 -20.6347 -204.451 + 16 95.292 891 0 1 -1.65 -20.6215 -204.482 + 16 132.677 799 0 0 -1.96285 -20.1702 -205.85 + 16 3.37006 800 0 0 -2.05566 -20.05 -206.233 + 16 17.1688 662 9 0 61.0797 -47.5085 63.75 + 16 84.6663 663 9 0 61.1029 -47.45 63.7772 + 16 171.744 664 9 0 61.2079 -47.2498 63.8655 + 16 40.5244 1210 9 1 62.1752 -47.2807 65.15 + 16 359.317 1211 9 1 62.25 -47.3122 65.234 + 16 118.522 1212 9 1 62.45 -47.6128 65.2978 + 16 86.6809 1270 0 1 74.0639 -94.4617 -204.45 + 16 149.418 1269 0 1 74.05 -94.5727 -204.529 + 16 8.01654 421 0 0 74.1965 -95.9257 -205.85 + 16 7.86116 1175 10 1 55.25 -92.7877 95.1587 + 16 225.289 439 10 0 52.2454 -92.2415 94.15 + 16 297.215 440 10 0 51.5223 -92.15 93.9388 +Number of digits in this event = 51 +Using G4ParticleGun ... +2.04962 LIN +e- +Event: 17 +Number of tracker hits in this event = 17 + 17 105.113 1633 7 1 146.819 18.197 5.55 + 17 122.312 990 7 0 146.818 18.1951 4.15 + 17 128.627 1633 6 1 146.801 18.1481 -24.45 + 17 111.692 990 6 0 146.799 18.143 -25.85 + 17 103.661 1633 5 1 146.751 18.0401 -54.45 + 17 120.793 989 5 0 146.752 18.0368 -55.85 + 17 174.752 1632 4 1 146.747 17.9697 -84.45 + 17 118.523 989 4 0 146.748 17.9649 -85.85 + 17 147.532 1632 3 1 146.744 17.8631 -114.45 + 17 152.318 989 3 0 146.744 17.8578 -115.85 + 17 139.599 1632 2 1 146.734 17.7312 -144.45 + 17 124.421 988 2 0 146.736 17.7184 -145.85 + 17 125.941 1633 1 1 146.764 17.5032 -174.45 + 17 265.855 987 1 0 146.761 17.4904 -175.85 + 17 138.395 1632 0 1 146.69 17.1806 -204.45 + 17 122.623 985 0 0 146.692 17.1558 -205.85 + 17 289.971 1633 2 1 146.75 17.7107 -144.578 +Number of digits in this event = 16 +Using G4ParticleGun ... +3.3398 LIN +e- +Event: 18 +Number of tracker hits in this event = 38 + 18 99.5518 268 8 1 -126.504 58.0624 35.55 + 18 147.802 1190 8 0 -126.504 58.0622 34.15 + 18 121.042 268 7 1 -126.519 58.0622 5.55 + 18 144.75 1190 7 0 -126.52 58.0624 4.15 + 18 143.825 267 6 1 -126.553 58.0638 -24.45 + 18 111.761 1190 6 0 -126.555 58.0643 -25.85 + 18 270.134 267 5 1 -126.584 58.0768 -54.45 + 18 120.863 1190 5 0 -126.585 58.0751 -55.85 + 18 119.391 267 4 1 -126.582 58.0426 -84.45 + 18 109.971 1189 4 0 -126.582 58.0429 -85.85 + 18 157.366 267 3 1 -126.572 58.0454 -114.45 + 18 200.733 1189 3 0 -126.561 58.0422 -115.85 + 18 151.369 268 2 1 -126.364 57.9575 -144.45 + 18 106.974 1189 2 0 -126.359 57.9544 -145.85 + 18 121.462 269 1 1 -126.234 57.8949 -174.45 + 18 107.676 1189 1 0 -126.235 57.8834 -175.85 + 18 113.633 269 0 1 -126.251 57.7183 -204.45 + 18 136.374 1188 0 0 -126.238 57.6932 -205.85 + 18 21.948 273 0 1 -125.541 57.6235 -204.45 + 18 26.801 272 0 1 -125.55 57.6311 -204.566 + 18 58.3119 1192 6 0 -127.638 58.5381 -25.85 + 18 78.1946 1193 6 0 -127.728 58.65 -25.9389 + 18 73.7873 1194 6 0 -127.827 58.8503 -26.0348 + 18 96.9647 1195 6 0 -127.835 59.05 -25.99 + 18 277.757 250 6 1 -130.053 59.8357 -24.85 + 18 176.823 249 6 1 -130.15 59.8501 -24.8041 + 18 270.869 267 2 1 -126.606 58.1108 -144.45 + 18 338.936 1190 2 0 -126.608 58.1129 -145.85 + 18 366.871 267 1 1 -126.65 58.1559 -174.45 + 18 371.585 1190 1 0 -126.65 58.1733 -175.85 + 18 254.134 267 0 1 -126.635 58.667 -204.45 + 18 117.921 1193 0 0 -126.645 58.6822 -205.85 + 18 349.253 264 0 1 -127.234 57.6852 -204.45 + 18 209.578 1187 0 0 -127.288 57.6322 -205.85 + 18 48.8836 266 0 1 -126.75 57.7017 -204.657 + 18 165.69 265 1 1 -126.975 57.9649 -174.45 + 18 97.2883 1188 1 0 -127.001 57.8133 -175.85 + 18 139.629 1164 0 0 -127.263 52.9088 -205.85 +Number of digits in this event = 25 +Using G4ParticleGun ... +8.71996 LIN +e- +Event: 19 +Number of tracker hits in this event = 77 + 19 120.478 295 9 1 -121.003 33.1025 65.55 + 19 209.096 1065 9 0 -121.003 33.1029 64.15 + 19 111.006 295 8 1 -121.015 33.1069 35.55 + 19 122.482 1065 8 0 -121.016 33.1058 34.15 + 19 106.221 295 7 1 -121.044 33.0813 5.55 + 19 109.017 1065 7 0 -121.044 33.0796 4.15 + 19 106.931 295 6 1 -121.054 33.0452 -24.45 + 19 120.766 1064 6 0 -121.055 33.0443 -25.85 + 19 105.033 295 5 1 -121.072 33.0238 -54.45 + 19 129.97 1064 5 0 -121.072 33.0232 -55.85 + 19 394.466 295 4 1 -121.074 33.0144 -84.45 + 19 269.493 1064 4 0 -121.075 33.0152 -85.85 + 19 109.673 295 3 1 -121.091 33.0293 -114.45 + 19 132.29 1064 3 0 -121.091 33.0291 -115.85 + 19 359.408 295 2 1 -121.088 33.0274 -144.45 + 19 251.594 1064 2 0 -121.088 33.0277 -145.85 + 19 125.921 295 1 1 -121.091 33.0315 -174.45 + 19 145.879 1064 1 0 -121.09 33.0314 -175.85 + 19 106.739 295 0 1 -121.084 33.0287 -204.45 + 19 167.526 1064 0 0 -121.083 33.0283 -205.85 + 19 2.87198 843 3 1 -11.3134 156.571 -114.85 + 19 120.474 844 3 1 -11.2499 156.55 -114.763 + 19 31.6511 845 3 1 -11.05 156.503 -114.787 + 19 41.7578 1680 3 0 -10.5757 156.207 -115.85 + 19 127.505 1679 3 0 -10.5239 156.15 -115.956 + 19 224.538 1678 3 0 -10.4064 155.95 -115.997 + 19 80.0313 1682 3 0 -10.342 156.687 -115.85 + 19 53.9076 717 1 1 -36.5137 96.6474 -174.85 + 19 97.8136 718 1 1 -36.4498 96.7399 -174.755 + 19 61.0619 716 1 0 -179.708 -36.7805 -176.25 + 19 101.469 715 1 0 -179.747 -36.85 -176.123 + 19 59.483 506 0 1 -78.65 -86.9559 -204.489 + 19 105.852 507 0 1 -78.5028 -87.198 -204.45 + 19 361.602 508 0 1 -78.45 -87.2552 -204.484 + 19 9.92406 1155 2 0 -121.572 51.25 -146.122 + 19 10.1746 1063 2 0 -121.023 32.85 -146.202 + 19 174.669 302 1 1 -119.616 28.7662 -174.45 + 19 220.633 1044 1 0 -119.603 28.8714 -175.85 + 19 4.0093 282 0 1 -123.554 34.945 -204.451 + 19 119.614 283 0 1 -123.55 34.9499 -204.465 + 19 11.487 1076 0 0 -123.139 35.4292 -205.85 + 19 132.527 1077 0 0 -123.123 35.45 -205.906 + 19 127.612 1065 2 0 -121.141 33.1051 -145.85 + 19 193.101 293 1 1 -121.437 33.9391 -174.45 + 19 152.358 1070 1 0 -121.732 34.093 -175.85 + 19 3.62211 248 0 1 -130.36 38.0715 -204.45 + 19 88.1889 249 0 1 -130.35 38.0733 -204.472 + 19 59.9499 250 0 1 -130.15 38.1001 -204.723 + 19 205.521 1090 0 0 -128.711 38.1752 -205.85 + 19 27.0529 1164 0 0 -97.0958 53.0073 -206.25 + 19 127.047 1165 0 0 -97.0706 53.0501 -206.213 + 19 48.9136 417 0 1 -96.6363 53.3084 -204.85 + 19 99.487 418 0 1 -96.55 53.3322 -204.702 + 19 58.116 1185 0 0 -108.657 57.05 -206.061 + 19 126.415 287 3 1 -122.633 32.3693 -114.45 + 19 24.9735 1061 3 0 -122.7 32.2593 -115.85 + 19 108.004 1060 3 0 -122.705 32.25 -115.965 + 19 197.035 281 2 1 -123.899 29.9214 -144.45 + 19 102.714 1049 2 0 -123.866 29.9626 -145.851 + 19 148.375 281 1 1 -123.851 30.9153 -174.45 + 19 253.07 1054 1 0 -123.924 30.9258 -175.85 + 19 154.84 272 0 1 -125.558 30.7855 -204.45 + 19 133.368 1053 0 0 -125.578 30.7186 -205.85 + 19 155.503 1065 4 0 -121.016 33.0679 -85.85 + 19 119.568 300 3 1 -119.959 35.1491 -114.45 + 19 37.7115 1075 3 0 -120.173 35.0601 -115.85 + 19 93.4003 1074 3 0 -120.199 35.05 -116.015 + 19 61.1802 282 2 1 -123.697 34.752 -144.45 + 19 123.566 1072 2 0 -124.115 34.6073 -145.851 + 19 137.641 226 1 1 -134.808 32.0552 -174.45 + 19 136.697 1059 1 0 -135.222 32.0342 -175.85 + 19 138.133 181 0 1 -143.924 30.5302 -204.451 + 19 253.717 180 0 1 -143.95 30.554 -204.52 + 19 76.9363 1055 0 0 -144.366 31.1229 -205.85 + 19 37.4486 1056 0 0 -144.449 31.2501 -206.14 + 19 129.153 179 0 1 -144.15 30.6818 -204.751 + 19 233.092 1058 0 0 -143.776 31.6807 -205.85 +Number of digits in this event = 42 +Using G4ParticleGun ... +3.71532 LIN +e- +Event: 20 +Number of tracker hits in this event = 88 + 20 191.164 1327 10 1 85.58 17.1037 95.55 + 20 179.217 985 10 0 85.5828 17.1065 94.15 + 20 169.41 1327 9 1 85.6444 17.1925 65.55 + 20 158.548 985 9 0 85.6461 17.1987 64.15 + 20 147.748 1328 8 1 85.6875 17.3119 35.55 + 20 244.395 986 8 0 85.6924 17.3142 34.15 + 20 441.569 1328 7 1 85.799 17.3671 5.55 + 20 266.755 986 7 0 85.8071 17.3709 4.15 + 20 215.603 1329 6 1 85.9652 17.442 -24.45 + 20 105.71 986 6 0 85.9727 17.446 -25.85 + 20 133.993 1330 5 1 86.1332 17.5261 -54.45 + 20 125.756 987 5 0 86.1397 17.5301 -55.85 + 20 127.032 1331 4 1 86.2785 17.6324 -84.45 + 20 132.204 987 4 0 86.2904 17.6328 -85.85 + 20 122.948 1332 3 1 86.5747 17.6857 -114.45 + 20 116.842 988 3 0 86.5919 17.6831 -115.85 + 20 249.228 1334 2 1 86.9744 17.622 -144.45 + 20 124.068 987 2 0 86.9963 17.613 -145.85 + 20 99.0432 1336 1 1 87.4013 17.4305 -174.45 + 20 284.299 986 1 0 87.4197 17.423 -175.85 + 20 146.938 1338 0 1 87.7695 17.2321 -204.45 + 20 122.858 985 0 0 87.7785 17.2171 -205.85 + 20 39.8222 1591 0 1 138.35 2.72905 -204.498 + 20 113.96 1331 1 1 86.4475 17.9907 -174.45 + 20 47.8143 1330 1 1 86.25 17.9769 -174.696 + 20 57.5387 1329 1 1 86.0496 17.9756 -174.694 + 20 58.9673 1328 1 1 85.8495 17.9961 -174.649 + 20 44.7507 1327 1 1 85.65 18.0114 -174.579 + 20 166.497 1326 1 1 85.45 18.0387 -174.528 + 20 62.6465 1325 1 1 85.25 18.0495 -174.506 + 20 203.886 1324 1 1 85.05 18.0871 -174.478 + 20 242.748 1323 1 1 84.85 18.2828 -174.466 + 20 110.333 1327 6 1 85.6346 17.0805 -24.45 + 20 88.2109 985 6 0 85.6878 17.0562 -25.85 + 20 18.3909 984 6 0 85.702 17.05 -26.2026 + 20 160.585 1333 5 1 86.7676 16.3911 -54.45 + 20 97.0609 981 5 0 86.7617 16.3396 -55.85 + 20 119.212 1334 4 1 86.8583 15.0609 -84.45 + 20 124.86 974 4 0 86.8725 14.9804 -85.85 + 20 131.676 1334 3 1 86.9028 13.3159 -114.45 + 20 126.307 965 3 0 86.893 13.1078 -115.85 + 20 2.95732 964 3 0 86.8901 13.05 -116.235 + 20 109.402 942 2 0 86.8234 8.50294 -145.85 + 20 171.98 941 2 0 86.8083 8.45 -146.119 + 20 70.9015 914 1 0 85.2601 2.90014 -175.85 + 20 27.4565 913 1 0 85.2425 2.84997 -176.124 + 20 114.752 1317 0 1 83.4938 -2.50116 -204.45 + 20 149.986 885 0 0 83.3671 -2.88257 -205.85 + 20 148.601 985 7 0 85.7349 17.1626 4.14977 + 20 112.624 1319 6 1 83.8672 9.90847 -24.45 + 20 26.8342 949 6 0 84.2667 10.041 -25.85 + 20 103.774 950 6 0 84.2871 10.05 -25.9251 + 20 106.283 1379 5 1 96.0591 12.8321 -54.4501 + 20 14.4408 964 5 0 96.2798 13.0463 -55.85 + 20 106.378 965 5 0 96.2836 13.05 -55.8781 + 20 14.9825 1415 4 1 103.317 20.2195 -84.45 + 20 95.1612 1416 4 1 103.35 20.1993 -84.4809 + 20 105 1417 4 1 103.55 20.0525 -84.6632 + 20 29.2406 1418 4 1 103.75 19.8769 -84.8196 + 20 138.593 986 4 0 106.163 17.4291 -85.85 + 20 168.057 985 4 0 106.566 17.25 -85.9805 + 20 38.5059 984 4 0 107.062 17.0499 -86.1679 + 20 87.8801 1272 4 0 163.085 74.5389 -86.2498 + 20 51.8874 1273 4 0 163.134 74.6501 -86.2097 + 20 49.4278 1274 4 0 163.18 74.85 -86.1617 + 20 144.497 1275 4 0 163.159 75.0505 -86.099 + 20 371.666 1276 4 0 163.011 75.2501 -86.0169 + 20 63.5503 1277 4 0 163.01 75.45 -85.9168 + 20 258.51 1700 4 1 160.281 76.0359 -84.85 + 20 15.2184 1280 4 0 158.818 76.06 -85.85 + 20 74.3758 1690 4 1 158.289 75.4767 -84.8499 + 20 243.694 984 10 0 85.2693 16.9609 94.15 + 20 153.044 1295 9 1 79.0507 14.6768 65.55 + 20 89.7337 970 9 0 79.6362 14.1679 64.1498 + 20 65.6964 969 9 0 79.7669 14.05 63.8838 + 20 153.241 1371 8 1 94.5234 -1.6807 35.55 + 20 291.114 1372 8 1 94.5503 -1.66813 35.5452 + 20 73.0295 1373 8 1 94.75 -1.5594 35.5399 + 20 75.4406 1374 8 1 94.9501 -1.42932 35.5395 + 20 72.6767 1375 8 1 95.15 -1.30146 35.5144 + 20 202.64 1376 8 1 95.35 -1.15223 35.4803 + 20 425.054 1377 8 1 95.55 -1.03202 35.4592 + 20 178.348 1378 8 1 95.75 -0.949107 35.5159 + 20 143.285 1379 8 1 96.1161 -0.47926 35.55 + 20 9.37019 1400 4 0 125.825 100.325 -86.25 + 20 104.83 1401 4 0 125.818 100.35 -86.2185 + 20 20.6933 1402 4 0 125.841 100.55 -85.9099 + 20 118.823 1527 4 1 125.68 101.058 -84.85 +Number of digits in this event = 44 +Using G4ParticleGun ... +3.89492 LIN +e- +Event: 21 +Number of tracker hits in this event = 69 + 21 113.635 1133 10 1 46.6924 -70.9488 95.55 + 21 127.696 545 10 0 46.6927 -70.9476 94.15 + 21 117.983 1133 9 1 46.7045 -70.9241 65.55 + 21 119.795 545 9 0 46.7057 -70.9228 64.15 + 21 151.337 1133 8 1 46.7355 -70.8911 35.55 + 21 139.919 545 8 0 46.7419 -70.8834 34.15 + 21 127.044 1134 7 1 46.9164 -70.7321 5.55 + 21 102.146 546 7 0 46.9125 -70.7151 4.15 + 21 99.4568 1134 6 1 46.8584 -70.4331 -24.45 + 21 97.58 548 6 0 46.8372 -70.4111 -25.85 + 21 136.937 1131 5 1 46.2692 -70.1225 -54.45 + 21 103.248 549 5 0 46.2481 -70.1215 -55.85 + 21 158.401 1129 4 1 45.9486 -70.2141 -84.45 + 21 130.289 549 4 0 45.8688 -70.1693 -85.85 + 21 246.395 1120 3 1 44.1616 -69.0974 -114.45 + 21 104.22 554 3 0 44.1339 -69.0584 -115.85 + 21 28.9936 555 3 0 44.1277 -69.05 -116.16 + 21 108.39 1117 2 1 43.5362 -68.2023 -144.45 + 21 122.511 558 2 0 43.2522 -68.2634 -145.85 + 21 131.381 1085 1 1 37.132 -69.7129 -174.45 + 21 148.348 551 1 0 36.8766 -69.8067 -175.85 + 21 28.5794 1058 0 1 31.6646 -71.4064 -204.45 + 21 81.2868 1057 0 1 31.65 -71.4133 -204.554 + 21 124.761 542 0 0 31.4647 -71.4935 -205.85 + 21 6.03587 550 8 0 47.2392 -69.8715 34.15 + 21 66.6607 551 8 0 47.2494 -69.8497 34.1258 + 21 85.6511 552 8 0 47.2305 -69.65 33.9431 + 21 86.4261 824 8 0 69.7813 -15.1631 33.75 + 21 65.6872 823 8 0 69.8321 -15.25 33.8236 + 21 34.9514 672 8 0 89.4399 -45.6144 33.75 + 21 58.9823 671 8 0 89.4537 -45.65 33.7694 + 21 134.697 506 8 0 83.0183 -78.6549 33.75 + 21 221.543 1133 6 1 46.7827 -70.8846 -24.45 + 21 133.168 545 6 0 46.7524 -70.8718 -25.85 + 21 114.384 1129 5 1 46.0472 -70.7482 -54.45 + 21 87.104 546 5 0 45.8087 -70.6706 -55.85 + 21 25.0362 547 5 0 45.7595 -70.65 -56.1381 + 21 220.522 1105 4 1 41.1736 -68.4263 -84.45 + 21 106.141 558 4 0 40.9209 -68.3659 -85.85 + 21 144.222 1079 3 1 36.0025 -67.075 -114.45 + 21 147.992 564 3 0 35.8922 -67.1822 -115.85 + 21 128.774 1066 2 1 33.3031 -69.0605 -144.45 + 21 92.1424 553 2 0 33.2172 -69.3802 -145.85 + 21 30.1588 552 2 0 33.1908 -69.45 -146.157 + 21 67.7908 1045 1 1 29.0938 -75.1375 -174.45 + 21 69.9489 1044 1 1 29.05 -75.1901 -174.641 + 21 173.39 522 1 0 28.7531 -75.4913 -175.85 + 21 270.793 1014 0 1 23.0378 -81.5914 -204.45 + 21 127.087 1015 0 1 23.05 -81.5957 -204.483 + 21 198.219 491 0 0 23.5921 -81.7623 -205.851 + 21 138.908 442 0 0 23.4377 -91.714 -206.25 + 21 69.8019 1013 0 1 22.8496 -91.6296 -204.533 + 21 132.102 546 6 0 46.8176 -70.85 -25.8674 + 21 50.1487 1141 5 1 48.4334 -68.9356 -54.45 + 21 105.429 1142 5 1 48.45 -68.9288 -54.5827 + 21 81.4084 555 5 0 48.6074 -68.8606 -55.85 + 21 54.1211 556 5 0 48.6392 -68.85 -56.0798 + 21 115.946 1166 4 1 53.2771 -67.1761 -84.45 + 21 118.344 564 4 0 53.4684 -67.1688 -85.85 + 21 41.3784 1187 3 1 57.6057 -66.7941 -114.45 + 21 69.3456 1188 3 1 57.65 -66.7889 -114.63 + 21 140.359 566 3 0 57.947 -66.7669 -115.85 + 21 89.3312 1223 2 1 64.6699 -66.5939 -144.45 + 21 152.709 565 2 0 64.6594 -66.8691 -145.85 + 21 161.276 1220 1 1 64.1726 -72.5507 -174.45 + 21 11.1036 536 1 0 64.3701 -72.839 -175.85 + 21 89.3303 535 1 0 64.3777 -72.8501 -175.904 + 21 151.698 1239 0 1 67.9534 -78.5387 -204.45 + 21 106.821 506 0 0 68.1057 -78.6775 -205.85 +Number of digits in this event = 31 +Using G4ParticleGun ... +4.88751 LIN +e- +Event: 22 +Number of tracker hits in this event = 319 + 22 123.532 1050 10 1 30.0618 -92.4535 95.55 + 22 105.776 438 10 0 30.0663 -92.4539 94.15 + 22 374.158 1050 9 1 30.1627 -92.4592 65.55 + 22 378.981 438 9 0 30.1645 -92.4556 64.15 + 22 322.476 1050 8 1 30.1984 -92.3837 35.55 + 22 534.925 438 8 0 30.1978 -92.3821 34.15 + 22 288.834 1050 7 1 30.1979 -92.3497 5.55 + 22 168.282 439 7 0 30.1993 -92.3455 4.15 + 22 598.615 1050 6 1 30.1964 -92.2548 -24.45 + 22 120.59 439 6 0 30.1962 -92.2487 -25.85 + 22 770.731 1050 5 1 30.1954 -92.1236 -54.45 + 22 262.903 440 5 0 30.1943 -92.1173 -55.85 + 22 122.096 1050 4 1 30.1685 -92.0015 -84.45 + 22 168.902 440 4 0 30.1679 -91.9947 -85.85 + 22 225.605 1050 3 1 30.16 -91.8494 -114.45 + 22 105.736 441 3 0 30.1597 -91.8409 -115.85 + 22 123.866 1050 2 1 30.1549 -91.6629 -144.45 + 22 111.737 442 2 0 30.1521 -91.6539 -145.85 + 22 269.58 1050 1 1 30.0891 -91.4698 -174.45 + 22 125.027 443 1 0 30.085 -91.46 -175.85 + 22 115.754 1049 0 1 30.0033 -91.2413 -204.45 + 22 202.632 444 0 0 29.999 -91.2324 -205.85 + 22 70.2727 1049 1 1 30.05 -91.4623 -174.511 + 22 39.9337 1048 1 1 29.8498 -91.411 -174.664 + 22 64.449 1047 1 1 29.65 -91.3888 -174.687 + 22 258.225 1046 1 1 29.45 -91.4526 -174.703 + 22 93.8162 1045 1 1 29.2498 -92.2686 -174.683 + 22 75.8162 1044 1 1 29.0499 -92.4679 -174.634 + 22 273.704 1043 1 1 28.85 -92.469 -174.48 + 22 80.7543 1042 1 1 28.6499 -92.6932 -174.635 + 22 61.3685 1041 1 1 28.4499 -92.8755 -174.626 + 22 286.095 1040 1 1 28.25 -92.9521 -174.533 + 22 30.9821 1039 1 1 28.0499 -92.3585 -174.552 + 22 242.353 419 3 0 30.2405 -96.2417 -116.25 + 22 111.049 418 3 0 30.3227 -96.35 -115.982 + 22 202.078 1049 5 1 30.05 -91.8894 -54.5822 + 22 83.5993 1048 5 1 29.85 -91.7721 -54.573 + 22 108.984 1047 5 1 29.65 -91.6228 -54.5806 + 22 31.4044 1046 5 1 29.45 -91.553 -54.8212 + 22 301.799 443 5 0 26.4479 -91.4552 -55.8501 + 22 266.486 483 3 1 -83.372 -90.452 -114.85 + 22 25.6671 482 3 1 -83.45 -90.4619 -114.728 + 22 170.699 438 7 0 30.2199 -92.3503 3.76073 + 22 169.054 504 7 0 -146.893 -79.25 4.05717 + 22 92.8134 503 7 0 -147.143 -79.2502 4.01574 + 22 251.127 438 6 0 30.1314 -92.35 -25.8962 + 22 115.529 1053 5 1 30.7093 -96.814 -54.45 + 22 257.176 415 5 0 30.5952 -96.9888 -55.85 + 22 170.348 1043 4 1 28.8133 -97.8914 -84.4503 + 22 109.996 411 4 0 28.3488 -97.8303 -85.85 + 22 99.8327 987 3 1 17.5356 -95.5801 -114.45 + 22 49.4163 986 3 1 17.45 -95.546 -114.709 + 22 149.661 423 3 0 17.0937 -95.4086 -115.85 + 22 119.352 940 2 1 8.12013 -91.5309 -144.451 + 22 19.7771 939 2 1 8.04996 -91.5083 -144.77 + 22 180.497 443 2 0 7.82073 -91.4591 -145.85 + 22 103.72 913 1 1 2.70546 -90.1635 -174.45 + 22 190.212 449 1 0 2.55236 -90.1614 -175.85 + 22 117.544 898 0 1 -0.256599 -90.6065 -204.45 + 22 145.374 448 0 0 -0.243192 -90.4854 -205.85 + 22 60.8468 974 4 1 14.8811 -119.559 -84.45 + 22 419.237 973 4 1 14.8499 -119.562 -84.5284 + 22 152.502 300 4 0 14.3293 -119.989 -85.85 + 22 123.059 920 3 1 4.19839 -122.536 -114.45 + 22 151.64 921 3 1 4.25028 -122.605 -114.632 + 22 137.125 284 3 0 4.82809 -123.155 -115.85 + 22 35.7118 283 3 0 4.98698 -123.35 -116.181 + 22 67.2909 23 3 0 -22.0471 -175.399 -116.25 + 22 142.729 22 3 0 -21.9896 -175.55 -116.166 + 22 104.794 21 3 0 -21.7462 -175.75 -116.201 + 22 96.8821 20 3 0 -21.8413 -175.95 -116.074 + 22 111.686 19 3 0 -22.0277 -176.15 -116.005 + 22 159.748 18 3 0 -21.968 -176.35 -115.992 + 22 119.625 1052 7 1 30.5007 -92.0233 5.55 + 22 95.0621 440 7 0 30.5166 -91.9949 4.15 + 22 81.0187 1053 6 1 30.8435 -91.4806 -24.45 + 22 179.386 1054 6 1 30.85 -91.4669 -24.7182 + 22 111.164 443 6 0 30.8785 -91.411 -25.85 + 22 147.539 1058 5 1 31.6525 -89.8986 -54.45 + 22 141.812 450 5 0 31.6684 -89.8662 -55.85 + 22 104.582 1059 4 1 32.0126 -89.3342 -84.45 + 22 135.25 453 4 0 32.0427 -89.3095 -85.85 + 22 125.778 1062 3 1 32.6308 -88.7674 -114.45 + 22 150.861 456 3 0 32.5476 -88.7088 -115.85 + 22 85.1559 1053 2 1 30.6729 -87.146 -144.45 + 22 80.0394 1052 2 1 30.6499 -87.1214 -144.641 + 22 131.386 465 2 0 30.4954 -86.9667 -145.85 + 22 119.864 1035 1 1 27.1964 -83.1281 -174.45 + 22 145.269 485 1 0 27.0172 -82.9947 -175.85 + 22 134.561 1016 0 1 23.34 -80.1011 -204.45 + 22 309.01 500 0 0 23.0679 -79.9313 -205.85 + 22 307.24 518 2 0 51.4011 -76.4378 -146.25 + 22 1.22503 1244 7 1 68.9687 29.0203 5.15 + 22 394.558 1065 2 1 33.1417 -87.6182 -144.481 + 22 81.937 1066 2 1 33.25 -87.5886 -144.59 + 22 179.564 1067 2 1 33.4504 -87.6217 -144.724 + 22 85.5302 1068 2 1 33.65 -87.6598 -144.822 + 22 123.662 455 2 0 36.2009 -88.8841 -145.85 + 22 94.5718 124 3 0 -64.6156 -155.15 -115.978 + 22 221.734 462 2 0 33.1656 -87.559 -145.85 + 22 130.01 1068 1 1 33.8386 -86.4074 -174.45 + 22 114.26 468 1 0 33.838 -86.3238 -175.85 + 22 125.158 1067 0 1 33.6247 -84.6143 -204.45 + 22 111.068 477 0 0 33.5566 -84.5198 -205.85 + 22 7.07702 1062 2 1 32.453 -87.4386 -144.45 + 22 243.696 1061 2 1 32.45 -87.4512 -144.463 + 22 81.6333 454 2 0 32.1601 -89.05 -145.968 + 22 46.4485 453 2 0 32.0887 -89.25 -146.171 + 22 51.5043 201 2 0 14.8155 -139.832 -146.25 + 22 102.537 200 2 0 14.8063 -139.95 -146.086 + 22 530.131 974 2 1 14.8833 -140.647 -144.85 + 22 106.17 973 2 1 14.85 -141.165 -144.579 + 22 266.948 179 2 0 12.9809 -144.226 -145.85 + 22 15.1407 1060 2 1 32.25 -87.6346 -144.793 + 22 206.496 459 2 0 31.9862 -88.0968 -145.85 + 22 140.794 1051 1 1 30.4083 -102.558 -174.45 + 22 86.6295 385 1 0 30.9454 -103.037 -175.85 + 22 38.8936 384 1 0 31.0641 -103.15 -176.142 + 22 0.913478 399 1 0 53.6149 -100.153 -176.25 + 22 150.095 400 1 0 53.6172 -100.15 -176.246 + 22 18.6802 401 1 0 53.6883 -99.9499 -175.909 + 22 50.0697 1169 1 1 54.0426 -99.6031 -174.85 + 22 96.9864 1170 1 1 54.05 -99.5562 -174.79 + 22 234.49 1171 1 1 54.2501 -99.5129 -174.65 + 22 92.6716 1172 1 1 54.45 -99.5509 -174.611 + 22 84.7353 1055 6 1 31.05 -91.9275 -24.662 + 22 48.6876 437 6 0 30.2721 -92.6152 -25.85 + 22 70.3187 436 6 0 30.2009 -92.75 -25.9533 + 22 126.94 435 6 0 30.1748 -92.95 -25.9921 + 22 398.088 434 6 0 29.9859 -93.15 -25.9579 + 22 136.545 1051 5 1 30.422 -92.6047 -54.45 + 22 133.364 437 5 0 30.4639 -92.6042 -55.85 + 22 121.852 1055 4 1 31.2321 -92.5866 -84.45 + 22 140.936 437 4 0 31.2927 -92.589 -85.85 + 22 155.708 1063 3 1 32.681 -92.5036 -114.45 + 22 135.193 438 3 0 32.7457 -92.5376 -115.85 + 22 113.886 1070 2 1 34.1547 -93.3583 -144.45 + 22 311.666 434 2 0 34.2392 -93.3331 -145.85 + 22 106.931 1080 1 1 36.0772 -92.8068 -174.45 + 22 117.379 437 1 0 36.1739 -92.7206 -175.85 + 22 120.187 1090 0 1 38.2233 -91.0348 -204.45 + 22 106.203 445 0 0 38.3125 -90.9704 -205.85 + 22 84.8741 1091 0 1 38.2876 -91.1029 -204.45 + 22 53.7033 1092 0 1 38.45 -91.1607 -204.705 + 22 139.304 442 0 0 39.2585 -91.5725 -205.85 + 22 16.5985 441 0 0 39.5669 -91.75 -206.209 + 22 7.51564 433 2 0 34.1545 -93.35 -145.928 + 22 444.231 1052 5 1 30.5104 -92.4967 -54.45 + 22 382.657 438 5 0 30.528 -92.4755 -55.85 + 22 106.871 1054 4 1 31.0194 -91.9906 -84.45 + 22 117.716 441 4 0 31.1101 -91.9248 -85.85 + 22 99.5235 1064 3 1 32.8915 -90.5658 -114.45 + 22 99.563 448 3 0 32.962 -90.3827 -115.85 + 22 33.8924 449 3 0 32.9762 -90.35 -116.113 + 22 112.596 1073 2 1 34.6683 -86.7 -144.45 + 22 99.6048 467 2 0 34.7911 -86.6133 -145.85 + 22 174.287 1084 1 1 37.0061 -84.8284 -174.45 + 22 37.2002 1085 1 1 37.05 -84.8241 -174.771 + 22 113.2 476 1 0 37.1996 -84.8287 -175.85 + 22 243.547 1107 0 1 41.4542 -85.6203 -204.45 + 22 146.687 472 0 0 41.7639 -85.6292 -205.85 + 22 126.799 1106 0 1 41.4499 -85.6081 -204.603 + 22 59.2512 441 5 0 30.3203 -91.7983 -55.85 + 22 2.00587 1045 5 1 29.1792 -92.5286 -54.85 + 22 105.158 1052 4 1 30.4925 -92.7981 -84.45 + 22 111.634 436 4 0 30.4805 -92.8287 -85.85 + 22 125.419 432 3 0 30.0578 -93.6203 -115.85 + 22 109.198 1044 2 1 29.0329 -95.1405 -144.45 + 22 125.038 424 2 0 29.0127 -95.1778 -145.85 + 22 140.304 421 1 0 28.7566 -95.9093 -175.85 + 22 122.662 1044 0 1 28.8957 -96.1951 -204.45 + 22 120.329 419 0 0 28.9181 -96.22 -205.85 + 22 25.143 478 3 0 -50.9027 -84.2923 -116.25 + 22 124.578 479 3 0 -50.9926 -84.2499 -116.09 + 22 119.058 480 3 0 -51.0315 -84.05 -116.003 + 22 208.616 1062 8 1 32.4913 -91.0598 35.5499 + 22 121.968 447 8 0 32.4412 -90.6566 34.15 + 22 10.683 448 8 0 32.4113 -90.55 33.7731 + 22 62.5623 1020 7 1 24.1956 -82.5606 5.54992 + 22 83.0782 1019 7 1 24.05 -82.4832 5.38544 + 22 9.83493 1018 7 1 23.85 -82.3734 5.18277 + 22 31.7471 490 7 0 22.636 -81.888 4.15 + 22 180.324 491 7 0 22.5374 -81.85 4.06781 + 22 0.904041 845 6 1 -10.8523 -68.2268 -24.45 + 22 216.583 846 6 1 -10.8497 -68.227 -24.4521 + 22 103.115 847 6 1 -10.6499 -68.227 -24.6231 + 22 20.6396 848 6 1 -10.45 -68.2112 -24.8058 + 22 109.572 560 6 0 -9.0296 -67.9169 -25.8502 + 22 61.5952 561 6 0 -8.68987 -67.85 -26.1141 + 22 124.633 616 5 0 30.0015 -56.7853 -55.85 + 22 397.489 617 5 0 29.8852 -56.65 -56.132 + 22 37.6881 1219 5 1 63.85 -64.6245 -54.506 + 22 200.98 1220 5 1 64.0504 -64.5877 -54.5865 + 22 210.999 1076 7 1 35.3412 -83.185 5.55 + 22 137.716 485 7 0 35.4467 -82.9554 4.15 + 22 38.5655 1092 6 1 38.5791 -79.8054 -24.45 + 22 66.7128 1093 6 1 38.65 -79.8238 -24.5992 + 22 214.772 500 6 0 39.2571 -79.9606 -25.8501 + 22 110.589 1168 5 1 53.7711 -85.7974 -54.45 + 22 3.58678 1169 5 1 53.85 -85.8017 -54.8318 + 22 143.558 471 5 0 54.0997 -85.8004 -55.85 + 22 50.2555 1198 4 1 59.772 -86.3271 -84.45 + 22 100.863 1199 4 1 59.85 -86.2646 -84.6112 + 22 23.2084 470 4 0 60.485 -85.8619 -85.8501 + 22 129.372 471 4 0 60.5036 -85.85 -85.8869 + 22 86.0368 1271 3 1 74.3867 -76.2746 -114.45 + 22 111.816 1272 3 1 74.45 -76.2444 -114.514 + 22 52.8973 1273 3 1 74.65 -76.1375 -114.744 + 22 80.5894 521 3 0 75.6006 -75.719 -115.85 + 22 99.9394 522 3 0 75.7569 -75.65 -116.027 + 22 177.029 1424 2 1 105.052 -64.2974 -144.45 + 22 43.3971 577 2 0 104.847 -64.6081 -145.85 + 22 82.2867 576 2 0 104.821 -64.65 -146.007 + 22 96.6081 1408 1 1 101.764 -75.3189 -174.45 + 22 65.541 1409 1 1 101.95 -75.474 -174.728 + 22 64.9551 519 1 0 102.802 -76.1461 -175.85 + 22 89.0548 518 1 0 102.93 -76.2503 -176.017 + 22 107.244 1525 0 1 125.216 -98.0167 -204.45 + 22 128.145 409 0 0 125.208 -98.2716 -205.85 + 22 65.9408 324 0 0 107.745 -115.214 -206.25 + 22 101.026 323 0 0 107.64 -115.35 -206.128 + 22 159.77 322 0 0 107.454 -115.55 -205.968 + 22 126.24 321 0 0 107.363 -115.75 -205.894 + 22 16.7602 320 0 0 107.196 -115.95 -205.872 + 22 20.1028 1426 0 1 105.404 -117.331 -204.85 + 22 76.6974 1425 0 1 105.35 -117.371 -204.815 + 22 64.476 1424 0 1 105.15 -117.481 -204.716 + 22 161.812 1423 0 1 104.95 -117.574 -204.64 + 22 264.216 1422 0 1 104.75 -117.668 -204.603 + 22 245.303 316 0 0 104.676 -116.911 -205.85 + 22 78.9055 317 0 0 104.684 -116.75 -206.188 + 22 10.3529 318 0 0 104.551 -116.55 -206.227 + 22 61.215 388 0 0 87.2044 -102.385 -206.25 + 22 186.246 387 0 0 87.2057 -102.55 -206.164 + 22 114.854 1045 8 1 29.2111 -92.475 35.55 + 22 121.834 1047 7 1 29.4953 -91.7442 5.54938 + 22 123.332 442 7 0 29.4031 -91.6725 4.14988 + 22 101.607 1036 6 1 27.3682 -90.3763 -24.45 + 22 106.196 449 6 0 27.0848 -90.3283 -25.85 + 22 164.67 1033 5 1 26.7339 -89.5609 -54.4505 + 22 413.969 1032 5 1 26.6499 -89.5558 -54.7466 + 22 118.844 452 5 0 26.3889 -89.4809 -55.851 + 22 1.44436 453 5 0 26.2776 -89.45 -56.2418 + 22 203.197 972 4 1 14.65 -87.074 -84.7628 + 22 26.9457 472 4 0 13.5656 -85.5155 -85.85 + 22 88.7936 473 4 0 13.5228 -85.45 -85.8925 + 22 74.4341 474 4 0 13.3656 -85.25 -86.0862 + 22 142.974 846 3 1 -10.789 -47.2748 -114.45 + 22 40.1069 847 3 1 -10.65 -47.2813 -114.727 + 22 184.313 663 3 0 -10.0374 -47.4002 -115.85 + 22 14.5108 664 3 0 -9.71833 -47.25 -116.221 + 22 186.296 449 5 0 26.4071 -90.15 -55.9144 + 22 256.247 1014 1 1 22.8996 -89.4227 -174.45 + 22 183.987 453 1 0 22.8784 -89.2825 -175.85 + 22 22.1117 454 1 0 22.8758 -89.25 -176.187 + 22 237.575 1017 0 1 23.45 -87.6974 -204.482 + 22 7.73933 1018 0 1 23.65 -87.5456 -204.82 + 22 76.5548 464 0 0 24.2999 -87.1219 -205.85 + 22 82.0665 465 0 0 24.4085 -87.0497 -206.013 + 22 105.769 995 0 1 19.1145 -88.1364 -204.45 + 22 3.03231 994 0 1 19.05 -88.1866 -204.84 + 22 111.079 458 0 0 18.8947 -88.298 -205.85 + 22 128.75 1053 4 1 30.7452 -92.8191 -84.45 + 22 86.1382 435 4 0 30.7358 -93.1012 -85.8506 + 22 41.8069 434 4 0 30.739 -93.15 -86.0983 + 22 434.915 1056 3 1 31.3869 -100.108 -114.45 + 22 165.191 397 3 0 31.5497 -100.572 -115.85 + 22 60.3199 348 2 0 34.0176 -110.427 -145.85 + 22 101.043 347 2 0 34.0622 -110.55 -145.999 + 22 123.956 1107 1 1 41.5238 -127.368 -174.451 + 22 66.6549 259 1 0 41.4769 -128.216 -175.85 + 22 60.9382 258 1 0 41.4688 -128.35 -176.074 + 22 110.341 33 1 0 16.2448 -173.377 -176.25 + 22 2.46231 32 1 0 15.972 -173.55 -175.853 + 22 401.646 976 1 1 15.3464 -173.931 -174.85 + 22 324.475 975 1 1 15.25 -174.159 -174.486 + 22 22.5092 977 1 1 15.45 -174.403 -174.79 + 22 158.155 29 1 0 16.2134 -174.229 -175.85 + 22 20.6549 36 1 0 14.8413 -172.781 -175.85 + 22 98.3204 37 1 0 14.8356 -172.75 -175.894 + 22 23.1826 38 1 0 14.8098 -172.55 -176.16 + 22 16.4952 10 1 0 14.0105 -177.95 -175.851 + 22 42.1753 1057 3 1 31.45 -100.05 -114.537 + 22 158.8 1055 3 1 31.25 -100.151 -114.556 + 22 115.983 1001 4 1 20.417 -82.4144 -84.45 + 22 76.5094 485 4 0 19.8525 -82.9369 -85.85 + 22 64.851 484 4 0 19.7738 -83.05 -86.0636 + 22 36.9425 970 3 1 14.103 -104.822 -114.45 + 22 185.668 969 3 1 14.05 -104.945 -114.481 + 22 185.94 968 3 1 13.8499 -105.544 -114.585 + 22 31.9847 364 3 0 13.2882 -107.246 -115.85 + 22 74.4499 363 3 0 13.2558 -107.35 -115.927 + 22 60.3509 362 3 0 13.2064 -107.55 -116.004 + 22 71.5622 361 3 0 13.1669 -107.75 -116.064 + 22 84.8115 360 3 0 13.1103 -107.95 -116.135 + 22 185.897 359 3 0 13.0464 -108.15 -116.192 + 22 57.4914 358 3 0 12.9791 -108.35 -116.211 + 22 59.4727 357 3 0 12.9149 -108.55 -116.206 + 22 89.4706 356 3 0 12.8636 -108.75 -116.202 + 22 48.7605 355 3 0 12.808 -108.95 -116.197 + 22 74.4356 354 3 0 12.7462 -109.15 -116.168 + 22 64.7667 353 3 0 12.6525 -109.35 -116.157 + 22 54.4769 352 3 0 12.5684 -109.55 -116.134 + 22 83.1293 351 3 0 12.4329 -109.75 -116.141 + 22 104.937 350 3 0 12.2122 -109.95 -116.158 + 22 75.8622 349 3 0 12.0049 -110.15 -116.166 + 22 102.139 348 3 0 11.7899 -110.35 -116.131 + 22 80.1933 347 3 0 11.5356 -110.55 -116.124 + 22 139.944 346 3 0 11.3718 -110.75 -116.148 + 22 102.112 345 3 0 11.1599 -110.95 -116.104 + 22 92.5068 344 3 0 10.8668 -111.15 -116.019 + 22 108.7 343 3 0 10.6043 -111.35 -115.981 + 22 251.578 342 3 0 10.3038 -111.55 -115.998 + 22 27.3277 341 3 0 9.94362 -111.75 -115.925 + 22 53.7957 946 3 1 9.27012 -112.193 -114.85 + 22 182.046 945 3 1 9.24996 -112.209 -114.81 + 22 17.6178 944 3 1 9.04975 -112.371 -114.484 + 22 5.13848 195 3 0 28.9342 -141.143 -116.25 + 22 166.637 194 3 0 28.9336 -141.15 -116.247 +Number of digits in this event = 136 +Using G4ParticleGun ... +7.94106 LIN +e- +Event: 23 +Number of tracker hits in this event = 100 + 23 105.646 1353 9 1 90.7791 90.4263 65.55 + 23 123.515 1351 9 0 90.7793 90.427 64.15 + 23 114.443 1353 8 1 90.7855 90.446 35.55 + 23 182.197 1351 8 0 90.7856 90.4465 34.15 + 23 150.738 1353 7 1 90.79 90.4553 5.55 + 23 120.007 1351 7 0 90.7902 90.4562 4.15 + 23 125.242 1353 6 1 90.7922 90.474 -24.45 + 23 331.68 1351 6 0 90.7934 90.4737 -25.85 + 23 380.311 1353 5 1 90.8144 90.4668 -54.45 + 23 390.605 1351 5 0 90.8149 90.466 -55.85 + 23 230.298 1353 4 1 90.8247 90.4544 -84.45 + 23 153.97 1351 4 0 90.8257 90.4538 -85.85 + 23 429.564 1353 3 1 90.8411 90.4409 -114.45 + 23 116.161 1351 3 0 90.8424 90.4408 -115.85 + 23 653.609 1353 2 1 90.8632 90.4394 -144.45 + 23 367.423 1351 2 0 90.8648 90.4393 -145.85 + 23 123.324 1353 1 1 90.8961 90.441 -174.45 + 23 121.121 1351 1 0 90.8967 90.4417 -175.85 + 23 155.378 1353 0 1 90.9089 90.4578 -204.45 + 23 267.52 1351 0 0 90.9096 90.4575 -205.85 + 23 41.1719 1639 3 0 155.381 148.023 -116.25 + 23 242.4 1354 3 1 90.95 90.4731 -114.71 + 23 202.767 1352 3 0 91.2867 90.6061 -115.85 + 23 249.294 1401 2 1 100.395 91.8398 -144.451 + 23 26.4519 1402 2 1 100.55 91.8443 -144.749 + 23 136.643 1358 2 0 101.117 91.8587 -145.85 + 23 41.6976 1473 1 1 114.904 90.9002 -174.45 + 23 113.335 1474 1 1 114.95 90.8982 -174.552 + 23 134.276 1353 1 0 115.529 90.9354 -175.85 + 23 71.1439 1354 1 0 115.681 90.95 -176.185 + 23 130.511 1541 0 1 128.374 92.6468 -204.45 + 23 155.378 1362 0 0 128.782 92.6318 -205.85 + 23 200.352 1400 2 1 100.35 91.8967 -144.507 + 23 117.087 1349 3 0 90.8604 90.0466 -115.85 + 23 225.28 1312 2 0 90.8173 82.6105 -145.85 + 23 167.327 1347 1 1 89.5209 73.84 -174.45 + 23 270.339 1267 1 0 89.6117 73.5534 -175.85 + 23 160.261 1350 0 1 90.2277 68.9495 -204.45 + 23 47.7427 1242 0 0 90.05 68.5707 -206.071 + 23 87.072 1266 1 0 89.6646 73.45 -176.146 + 23 46.3931 1346 1 1 89.45 73.8021 -174.707 + 23 104.096 1271 1 0 88.65 74.3398 -175.85 + 23 149.543 1272 1 0 88.4335 74.45 -176.006 + 23 48.8941 1332 1 1 86.5856 74.7572 -174.85 + 23 75.3184 1331 1 1 86.45 74.7036 -174.762 + 23 341.058 1330 1 1 86.25 74.6042 -174.706 + 23 102.169 1350 2 0 90.6392 90.3411 -145.85 + 23 108.008 1339 1 0 85.8658 88.0144 -175.85 + 23 78.2375 1299 0 1 79.8962 88.8234 -204.45 + 23 22.2975 1298 0 1 79.8499 88.8465 -204.757 + 23 94.2084 1344 0 0 79.677 88.9153 -205.85 + 23 122.327 1360 1 1 92.214 89.3735 -174.45 + 23 311.745 1346 1 0 92.2625 89.4122 -175.851 + 23 108.571 1364 0 1 93.0339 90.4624 -204.45 + 23 3.55111 1345 1 0 92.3393 89.25 -176.242 + 23 96.5465 1397 1 0 122.174 99.5521 -176.25 + 23 128.27 1355 4 1 91.2796 89.7336 -84.45 + 23 14.3511 1351 3 1 90.544 96.6153 -114.45 + 23 138.713 1352 3 1 90.55 96.6193 -114.492 + 23 46.5037 1382 3 0 90.8053 96.7383 -115.85 + 23 84.9553 1383 3 0 90.8268 96.75 -115.97 + 23 155.859 1378 2 1 95.8072 101.458 -144.45 + 23 22.2211 1411 2 0 96.2186 102.514 -145.85 + 23 92.143 1412 2 0 96.2327 102.55 -145.899 + 23 40.6795 1413 2 0 96.3211 102.75 -146.164 + 23 235.183 1437 1 1 107.563 125.548 -174.45 + 23 38.5194 1533 1 0 107.612 126.844 -175.85 + 23 85.1211 1534 1 0 107.617 126.95 -175.962 + 23 26.8616 1535 1 0 107.642 127.15 -176.175 + 23 34.1387 1445 0 1 109.33 148.484 -204.45 + 23 85.7101 1446 0 1 109.35 148.507 -204.577 + 23 101.09 1644 0 0 109.561 148.969 -205.85 + 23 18.9853 1645 0 0 109.644 149.15 -206.191 + 23 54.8992 1352 5 0 90.849 90.55 -56.0504 + 23 104.206 1358 4 1 91.8359 92.0603 -84.4501 + 23 78.8159 1359 4 0 91.8849 92.1332 -85.8501 + 23 18.5947 1360 4 0 91.8979 92.15 -86.1645 + 23 131.708 1370 3 1 94.202 93.0527 -114.45 + 23 133.51 1363 3 0 94.2284 92.9267 -115.851 + 23 64.1822 1374 2 1 95.005 92.163 -144.45 + 23 83.7541 1375 2 1 95.1501 92.2347 -144.658 + 23 81.5716 1362 2 0 95.9174 92.6657 -145.85 + 23 67.4345 1363 2 0 96.0455 92.75 -146.073 + 23 167.925 1464 1 1 113.08 109.794 -174.45 + 23 20.3351 1463 1 1 112.95 110.106 -174.806 + 23 59.218 1454 1 0 112.508 111.012 -175.85 + 23 91.9933 1455 1 0 112.442 111.15 -176.009 + 23 6.96883 1456 1 0 112.372 111.35 -176.228 + 23 127.56 1576 1 0 112.624 135.472 -176.25 + 23 189.149 1465 1 1 113.249 135.203 -174.85 + 23 53.7293 1466 1 1 113.35 135.17 -174.594 + 23 90.3962 1451 1 0 114.147 110.421 -175.85 + 23 235.216 1452 1 0 114.315 110.551 -176.038 + 23 0.804867 1453 1 0 114.802 110.75 -175.852 + 23 2.68561 1481 1 1 116.544 112.043 -174.85 + 23 93.8921 1482 1 1 116.55 112.048 -174.846 + 23 125.759 1483 1 1 116.75 112.345 -174.729 + 23 61.8764 1484 1 1 116.95 112.414 -174.659 + 23 86.1864 1485 1 1 117.15 112.516 -174.592 + 23 24.3947 1486 1 1 117.35 112.595 -174.486 +Number of digits in this event = 46 +Using G4ParticleGun ... +9.45197 LIN +e- +Event: 24 +Number of tracker hits in this event = 84 + 24 117.756 775 11 1 -24.9011 -34.7163 125.55 + 24 120.231 726 11 0 -24.9009 -34.7161 124.15 + 24 142.949 775 10 1 -24.8984 -34.7115 95.55 + 24 117.523 726 10 0 -24.8978 -34.7108 94.15 + 24 107.19 775 9 1 -24.8869 -34.6964 65.55 + 24 105.339 726 9 0 -24.8866 -34.6959 64.15 + 24 209.918 775 8 1 -24.8815 -34.683 35.55 + 24 95.8264 726 8 0 -24.8829 -34.6776 34.15 + 24 115.787 775 7 1 -24.8738 -34.5233 5.55 + 24 112.681 727 7 0 -24.8716 -34.5098 4.15 + 24 131.491 775 6 1 -24.8812 -34.2594 -24.45 + 24 27.4512 728 6 0 -24.8844 -34.2507 -25.85 + 24 82.7555 729 6 0 -24.8847 -34.25 -25.9745 + 24 414.944 775 5 1 -24.9605 -34.0234 -54.45 + 24 139.912 730 5 0 -24.962 -34.03 -55.85 + 24 362.52 775 4 1 -24.9506 -34.2038 -84.45 + 24 132.922 729 4 0 -24.9513 -34.1979 -85.85 + 24 187.936 775 3 1 -24.9929 -34.0923 -114.45 + 24 146.562 729 3 0 -25.0024 -34.077 -115.85 + 24 459.342 774 2 1 -25.2078 -33.7417 -144.45 + 24 206.248 731 2 0 -25.2207 -33.7208 -145.85 + 24 128.671 772 1 1 -25.4895 -33.2362 -174.45 + 24 182.642 734 1 0 -25.5068 -33.2066 -175.85 + 24 105.303 771 0 1 -25.8302 -32.5417 -204.45 + 24 195.143 737 0 0 -25.8499 -32.5176 -205.85 + 24 59.1578 854 0 0 -46.3989 -9.25 -206.158 + 24 24.8333 855 0 0 -46.5548 -9.05 -205.906 + 24 198.299 664 0 1 -47.1027 -9.29993 -204.85 + 24 293.011 736 0 0 -25.7088 -32.65 -205.935 + 24 15.9823 756 0 1 -28.801 -32.5685 -204.85 + 24 353.169 755 0 1 -28.85 -32.5823 -204.842 + 24 15.3426 754 0 1 -29.0502 -32.7973 -204.646 + 24 92.9177 733 1 0 -25.562 -33.25 -175.922 + 24 132.1 732 1 0 -25.5855 -33.4501 -176.083 + 24 135.027 731 1 0 -25.5166 -33.65 -176.139 + 24 46.3793 733 2 0 -25.0781 -33.2917 -145.85 + 24 334.99 734 2 0 -25.0676 -33.25 -145.977 + 24 75.4344 797 2 0 -28.2022 -20.4664 -146.25 + 24 70.8799 798 2 0 -28.223 -20.4499 -146.19 + 24 43.94 756 2 1 -28.8009 -21.6272 -144.85 + 24 128.51 755 2 1 -28.85 -21.7404 -144.734 + 24 125.249 754 2 1 -29.0501 -22.0295 -144.512 + 24 144.309 729 2 0 -25.8145 -34.0566 -145.85 + 24 188.61 773 2 1 -25.2502 -34.1019 -144.808 + 24 182.907 772 2 1 -25.45 -34.019 -144.664 + 24 49.6482 776 8 1 -24.85 -34.6945 35.3628 + 24 245.047 727 5 0 -24.8551 -34.6255 -55.85 + 24 346.976 776 4 1 -24.7033 -34.7139 -84.45 + 24 137.743 726 4 0 -24.6923 -34.7051 -85.85 + 24 228.729 778 3 1 -24.4144 -34.5322 -114.45 + 24 334.632 727 3 0 -24.4138 -34.5378 -115.85 + 24 102.417 777 2 1 -24.4784 -34.6751 -144.45 + 24 186.188 726 2 0 -24.4952 -34.6767 -145.85 + 24 398.523 775 1 1 -24.8705 -34.7353 -174.45 + 24 136.176 726 1 0 -24.8968 -34.7192 -175.85 + 24 113.635 773 0 1 -25.3818 -34.3852 -204.45 + 24 144.042 728 0 0 -25.3986 -34.3806 -205.85 + 24 373.683 727 4 0 -24.8167 -34.5769 -85.85 + 24 219.893 728 3 0 -24.2958 -34.3749 -115.85 + 24 134.792 780 2 1 -23.9932 -33.1886 -144.45 + 24 113.973 778 1 1 -24.3066 -32.3638 -174.45 + 24 136.213 738 1 0 -24.2858 -32.3496 -175.85 + 24 108.604 780 0 1 -23.964 -32.1555 -204.45 + 24 110.667 739 0 0 -23.9437 -32.1721 -205.85 + 24 269.238 776 3 1 -24.696 -34.3082 -114.45 + 24 98.6129 778 2 1 -24.4446 -33.7127 -144.45 + 24 209.34 779 1 1 -24.1549 -33.046 -174.45 + 24 113.217 735 1 0 -24.1587 -33.0253 -175.85 + 24 105.326 779 0 1 -24.1513 -32.7126 -204.45 + 24 121.425 776 2 1 -24.8256 -34.5592 -144.45 + 24 326.521 727 2 0 -24.8271 -34.5577 -145.85 + 24 419.507 727 1 0 -24.8595 -34.5412 -175.85 + 24 189.822 775 0 1 -24.8735 -34.5539 -204.45 + 24 336.766 727 0 0 -24.8733 -34.5528 -205.85 + 24 43.3089 733 7 0 63.2754 -33.3565 3.75 + 24 83.6167 733 0 1 -33.25 -4.9628 -204.485 + 24 20.9024 799 3 1 -20.1378 -31.3678 -114.45 + 24 108.242 776 0 1 -24.85 -34.417 -204.516 + 24 205.304 777 0 1 -24.65 -34.2298 -204.82 + 24 11.5217 734 0 0 -23.3959 -33.0685 -205.85 + 24 179.427 735 0 0 -23.3708 -33.05 -205.869 + 24 113.766 774 0 1 -25.1877 -34.549 -204.45 + 24 133.856 776 1 1 -24.8295 -34.5063 -174.45 + 24 120.331 778 0 1 -24.4227 -34.5927 -204.45 +Number of digits in this event = 52 +Using G4ParticleGun ... +9.1389 LIN +e- +Event: 25 +Number of tracker hits in this event = 42 + 25 103.302 1056 10 1 31.4376 -85.4531 95.55 + 25 115.03 472 10 0 31.4372 -85.4527 94.15 + 25 143.962 1056 9 1 31.4245 -85.4412 65.55 + 25 136.416 473 9 0 31.4241 -85.441 64.15 + 25 259.921 1056 8 1 31.4171 -85.4358 35.55 + 25 138.796 473 8 0 31.4178 -85.4358 34.15 + 25 378 1056 7 1 31.4409 -85.4326 5.55 + 25 106.862 473 7 0 31.4418 -85.4323 4.15 + 25 129.331 1057 6 1 31.4609 -85.4193 -24.45 + 25 111.77 473 6 0 31.4621 -85.4188 -25.85 + 25 126.591 1057 5 1 31.4897 -85.4083 -54.45 + 25 109.155 473 5 0 31.4914 -85.4081 -55.85 + 25 134.013 1057 4 1 31.5269 -85.402 -84.45 + 25 108.338 473 4 0 31.5292 -85.4015 -85.85 + 25 130.824 1057 3 1 31.5821 -85.3804 -114.45 + 25 133.168 473 3 0 31.5838 -85.3795 -115.85 + 25 177.701 1057 2 1 31.6197 -85.3604 -144.45 + 25 105.456 473 2 0 31.6216 -85.3602 -145.85 + 25 104.201 1058 1 1 31.6631 -85.3584 -174.45 + 25 114.453 473 1 0 31.6652 -85.3584 -175.85 + 25 102.545 1058 0 1 31.7085 -85.3558 -204.45 + 25 100.691 473 0 0 31.7111 -85.3546 -205.85 + 25 18.4082 767 3 1 -26.45 -68.8151 -114.618 + 25 127.289 537 1 0 -41.5526 -72.5366 -176.25 + 25 156.332 691 1 1 -41.7971 -72.2317 -174.85 + 25 2.9414 692 1 1 -41.65 -72.0404 -174.457 + 25 117.13 1057 8 1 31.4502 -85.6616 35.4047 + 25 260.223 1058 8 1 31.6506 -85.8778 35.5365 + 25 110.82 1059 8 1 31.85 -85.8031 35.2798 + 25 307.446 471 7 0 31.3248 -85.6676 4.15 + 25 38.76 1057 7 1 31.4577 -85.4762 5.55 + 25 47.4453 470 7 0 31.3769 -85.8502 3.90204 + 25 71.8151 1034 6 1 27.0188 -87.7804 -24.45 + 25 62.9087 1033 6 1 26.8497 -87.9024 -24.6772 + 25 11.904 457 6 0 25.8721 -88.6353 -25.85 + 25 107.246 456 6 0 25.8523 -88.65 -25.8722 + 25 65.1563 455 6 0 25.6113 -88.85 -26.1242 + 25 120.057 908 5 1 1.70346 -106.741 -54.45 + 25 36.938 365 5 0 1.64671 -107.105 -55.85 + 25 105.258 364 5 0 1.63898 -107.15 -55.9654 + 25 4.28364 580 5 0 4.33466 -63.8724 -56.25 + 25 17.1231 581 5 0 4.32468 -63.85 -56.2451 +Number of digits in this event = 18 +Using G4ParticleGun ... +4.51974 LIN +e- +Event: 26 +Number of tracker hits in this event = 40 + 26 103.687 1102 10 1 40.6056 -82.8952 95.55 + 26 96.034 485 10 0 40.6044 -82.8959 94.15 + 26 117.377 1102 9 1 40.5801 -82.9116 65.55 + 26 142.024 485 9 0 40.5782 -82.9143 64.15 + 26 139.572 1102 8 1 40.5423 -82.9714 35.55 + 26 130.997 485 8 0 40.5407 -82.9734 34.15 + 26 173.371 1102 7 1 40.5049 -83.0128 5.55 + 26 106.417 485 7 0 40.5025 -83.0146 4.15 + 26 193.275 1102 6 1 40.453 -83.052 -24.45 + 26 149.761 484 6 0 40.4512 -83.0526 -25.85 + 26 93.9893 1101 5 1 40.4202 -83.06 -54.45 + 26 146.616 484 5 0 40.4358 -83.0579 -55.85 + 26 138.06 1104 4 1 41.0448 -83.0428 -84.45 + 26 117.631 485 4 0 41.0629 -83.0382 -85.85 + 26 105.022 1107 3 1 41.594 -82.8959 -114.45 + 26 376.777 485 3 0 41.7311 -82.8822 -115.85 + 26 121.754 1121 2 1 44.3119 -82.5971 -144.45 + 26 115.212 487 2 0 44.4242 -82.5783 -145.85 + 26 100.034 1133 1 1 46.8028 -82.1086 -174.45 + 26 196.57 490 1 0 46.7572 -82.0244 -175.85 + 26 188.362 1127 0 1 45.5644 -80.3837 -204.45 + 26 119.92 498 0 0 45.5541 -80.2848 -205.85 + 26 207.825 1101 3 1 40.3869 -83.0355 -114.45 + 26 133.298 1101 2 1 40.3857 -83.0231 -144.45 + 26 474.385 485 2 0 40.3864 -83.0217 -145.85 + 26 260.598 1101 1 1 40.4065 -82.9886 -174.45 + 26 403.393 485 1 0 40.4071 -82.9866 -175.85 + 26 249.462 1101 0 1 40.4112 -82.9532 -204.45 + 26 128.039 485 0 0 40.4126 -82.9494 -205.85 + 26 23.8405 366 1 1 -106.75 26.1386 -174.596 + 26 30.6207 486 1 0 40.4716 -82.85 -176.178 + 26 150.186 1102 2 1 40.4682 -83.0212 -144.45 + 26 246.083 1102 0 1 40.5168 -82.7298 -204.45 + 26 118.049 486 0 0 40.5509 -82.7415 -205.85 + 26 0.04822 1089 2 1 38.0088 -83.1309 -144.85 + 26 0.112447 481 2 0 7.69448 -83.7759 -145.85 + 26 0.00868541 801 2 1 -19.7001 -83.9473 -144.85 + 26 0.16348 479 2 0 -36.2441 -84.1602 -145.85 + 26 0.114377 597 2 1 -60.6496 -81.8177 -144.85 + 26 19.2365 503 2 0 -69.1888 -79.3524 -145.85 +Number of digits in this event = 24 +Using G4ParticleGun ... +7.16404 LIN +e- +Event: 27 +Number of tracker hits in this event = 51 + 27 115.128 1241 11 1 68.3655 30.6184 125.55 + 27 180 1052 11 0 68.3655 30.6192 124.15 + 27 172.087 1241 10 1 68.3679 30.6359 95.55 + 27 108.233 1052 10 0 68.3684 30.6368 94.15 + 27 123.85 1241 9 1 68.3758 30.6577 65.55 + 27 103.933 1053 9 0 68.3756 30.6586 64.15 + 27 129.191 1241 8 1 68.3687 30.6791 35.55 + 27 115.568 1053 8 0 68.368 30.6802 34.15 + 27 107.535 1241 7 1 68.3549 30.7011 5.55 + 27 113.096 1053 7 0 68.3537 30.7032 4.15 + 27 161.973 1241 6 1 68.3214 30.7482 -24.45 + 27 112.482 1053 6 0 68.3203 30.7505 -25.85 + 27 130.825 1241 5 1 68.2992 30.8002 -54.45 + 27 122.813 1053 5 0 68.2973 30.8038 -55.85 + 27 225.791 1241 4 1 68.2696 30.8783 -84.45 + 27 105.544 1054 4 0 68.2702 30.8799 -85.85 + 27 104.854 1241 3 1 68.281 30.923 -114.45 + 27 122.805 1054 3 0 68.2809 30.9225 -115.85 + 27 126.298 1241 2 1 68.2809 30.9026 -144.45 + 27 125.292 1054 2 0 68.2784 30.898 -145.85 + 27 288.683 1240 1 1 68.2361 30.8099 -174.45 + 27 306.352 1053 1 0 68.2367 30.8053 -175.85 + 27 186.958 1241 0 1 68.2622 30.7128 -204.45 + 27 144.045 1053 0 0 68.2614 30.7108 -205.85 + 27 4.35576 944 2 1 8.94472 62.4931 -144.85 + 27 107.475 1357 6 0 56.7704 91.6863 -26.25 + 27 119.824 1356 6 0 56.8784 91.5498 -26.2201 + 27 48.6556 1266 6 0 94.4459 73.3853 -26.25 + 27 120.092 943 2 1 8.84975 62.5559 -144.687 + 27 67.52 1644 1 0 9.85217 149.126 -176.25 + 27 81.8113 1645 1 0 9.80736 149.15 -176.209 + 27 107.259 1240 0 1 68.1648 31.0742 -204.45 + 27 117.199 1054 0 0 68.1916 31.0191 -205.85 + 27 63.7994 1240 4 1 68.25 30.8616 -84.5089 + 27 291.583 1242 3 1 68.4844 30.7484 -114.45 + 27 229.33 1053 3 0 68.4913 30.7502 -115.85 + 27 257.274 1242 2 1 68.6435 30.7289 -144.45 + 27 7.75815 1243 2 1 68.65 30.7303 -144.825 + 27 232.657 1053 2 0 68.6644 30.733 -145.85 + 27 422.193 1245 1 1 69.1027 30.7221 -174.45 + 27 124.851 1051 1 0 68.9954 30.4342 -175.85 + 27 137.674 1233 0 1 66.8486 24.6513 -204.45 + 27 144.253 1021 0 0 66.686 24.3887 -205.851 + 27 93.0056 603 1 0 47.1444 -59.3563 -176.25 + 27 223.118 604 1 0 47.1613 -59.25 -175.933 + 27 15.1216 1135 1 1 47.2052 -57.7061 -174.85 + 27 185.9 616 1 0 48.4512 -56.7233 -175.85 + 27 278.648 1247 1 1 69.4795 31.4645 -174.45 + 27 132.183 1057 1 0 69.4888 31.5683 -175.85 + 27 249.605 1248 0 1 69.6663 33.7169 -204.45 + 27 103.94 1068 0 0 69.7052 33.7838 -205.85 +Number of digits in this event = 31 +Using G4ParticleGun ... +4.35587 LIN +e- +Event: 28 +Number of tracker hits in this event = 29 + 28 118.381 1419 10 1 104.062 8.89859 95.55 + 28 181.231 944 10 0 104.062 8.89875 94.15 + 28 111.011 1419 9 1 104.07 8.89798 65.55 + 28 131.094 944 9 0 104.07 8.89593 64.15 + 28 141.097 1419 8 1 104.078 8.85138 35.55 + 28 124.096 943 8 0 104.077 8.84861 34.15 + 28 147.695 1419 7 1 104.045 8.79931 5.55 + 28 105.612 943 7 0 104.045 8.79478 4.15 + 28 204.388 1419 6 1 104.05 8.71322 -24.45 + 28 138.464 943 6 0 104.05 8.70966 -25.85 + 28 113.226 1419 5 1 104.041 8.63156 -54.45 + 28 109.186 942 5 0 104.042 8.62586 -55.85 + 28 117.196 1419 4 1 104.059 8.51566 -84.45 + 28 136.125 942 4 0 104.059 8.51212 -85.85 + 28 127.55 1419 3 1 104.039 8.43704 -114.45 + 28 110.597 941 3 0 104.036 8.4348 -115.85 + 28 165.796 1419 2 1 103.979 8.39456 -144.45 + 28 125.795 941 2 0 103.976 8.39451 -145.85 + 28 162.248 1418 1 1 103.921 8.39449 -174.45 + 28 88.6492 941 1 0 103.918 8.39306 -175.85 + 28 133.74 1418 0 1 103.851 8.33876 -204.45 + 28 112.003 941 0 0 103.845 8.33671 -205.85 + 28 161.677 1090 2 0 76.281 38.0896 -146.25 + 28 83.2759 1091 2 0 76.2905 38.25 -145.986 + 28 39.4127 114 1 0 163.721 -157.205 -176.25 + 28 30.9789 1417 0 1 103.597 -6.90577 -204.85 + 28 91.7378 833 2 0 117.833 -13.2998 -146.25 + 28 7.91171 820 2 0 144.518 -15.8783 -146.25 + 28 198.363 940 7 0 103.583 8.21999 4.14997 +Number of digits in this event = 18 +Using G4ParticleGun ... +8.20058 LIN +e- +Event: 29 +Number of tracker hits in this event = 47 + 29 108.922 1117 11 1 43.483 54.0695 125.55 + 29 109.315 1170 11 0 43.4829 54.0696 124.15 + 29 121.476 1117 10 1 43.4828 54.0781 95.55 + 29 157.155 1170 10 0 43.4821 54.0786 94.15 + 29 103.618 1117 9 1 43.473 54.0802 65.55 + 29 255.513 1170 9 0 43.4726 54.0746 64.15 + 29 67.5112 1117 8 1 43.4621 53.9589 35.55 + 29 39.6952 1116 8 1 43.45 53.9722 35.3095 + 29 116.211 1169 8 0 43.3936 54.0252 34.15 + 29 121.993 1109 7 1 41.9367 54.9396 5.55 + 29 144.326 1174 7 0 41.8221 55.0184 4.15 + 29 124.137 1097 6 1 39.5445 56.2352 -24.45 + 29 151.461 1181 6 0 39.4035 56.3659 -25.85 + 29 102.191 1082 5 1 36.5441 59.111 -54.45 + 29 178.986 1196 5 0 36.4782 59.3691 -55.85 + 29 142.874 1077 4 1 35.5812 63.6466 -84.45 + 29 21.8341 1076 4 1 35.45 63.3654 -84.8257 + 29 156.472 1212 4 0 35.0668 62.5906 -85.85 + 29 130.086 1211 4 0 34.996 62.45 -86.039 + 29 112.601 1047 3 1 29.5714 36.3294 -114.45 + 29 83.9581 1046 3 1 29.45 36.0185 -114.696 + 29 5.482 1073 3 0 28.8912 34.6668 -115.85 + 29 67.5272 1072 3 0 28.8841 34.65 -115.865 + 29 80.2036 1071 3 0 28.8044 34.45 -116.032 + 29 18.1238 1070 3 0 28.7288 34.25 -116.21 + 29 252.642 988 2 1 17.6787 3.96609 -144.45 + 29 7.75372 916 2 0 17.803 3.27014 -145.85 + 29 94.1945 915 2 0 17.8069 3.25 -145.892 + 29 314.896 1003 1 1 20.7272 -9.29346 -174.45 + 29 99.0094 849 1 0 20.55 -10.1059 -175.85 + 29 51.0675 848 1 0 20.5284 -10.25 -176.088 + 29 28.8374 995 0 1 19.1846 -25.1661 -204.45 + 29 157.075 996 0 1 19.25 -25.2063 -204.535 + 29 24.2759 997 0 1 19.4504 -25.3179 -204.78 + 29 37.0383 771 0 0 20.3244 -25.7901 -205.85 + 29 106.027 770 0 0 20.432 -25.8502 -205.985 + 29 12.9678 1021 1 1 24.3436 50.3797 -174.85 + 29 215.432 1020 1 1 24.2498 50.3858 -174.611 + 29 67.7999 1019 1 1 24.0499 50.5673 -174.728 + 29 52.6443 944 7 0 95.7419 9.02382 3.75 + 29 8.81831 1388 7 1 97.9188 9.27512 5.15 + 29 71.9582 1389 7 1 97.95 9.27826 5.1631 + 29 66.1536 1390 7 1 98.15 9.22213 5.21061 + 29 66.4705 1391 7 1 98.35 9.12272 5.21236 + 29 103.524 1392 7 1 98.55 9.16949 5.29869 + 29 235.734 1393 7 1 98.75 9.04868 5.29396 + 29 192.734 1394 4 0 46.4907 98.95 -86.216 +Number of digits in this event = 18 +Using G4ParticleGun ... +6.57345 LIN +e- +Event: 30 +Number of tracker hits in this event = 72 + 30 129.944 1437 8 1 107.664 96.1042 35.55 + 30 114.831 1379 8 0 107.667 96.1031 34.15 + 30 109.643 1437 7 1 107.716 96.0827 5.55 + 30 99.5648 1379 7 0 107.719 96.0825 4.15 + 30 203.558 1438 6 1 107.783 96.0839 -24.45 + 30 112.817 1379 6 0 107.786 96.0846 -25.85 + 30 111.858 1438 5 1 107.862 96.1001 -54.45 + 30 102.022 1379 5 0 107.864 96.0994 -55.85 + 30 305.298 1438 4 1 107.91 96.0825 -84.45 + 30 243.938 1379 4 0 107.911 96.0804 -85.85 + 30 124.317 1438 3 1 107.933 96.0382 -114.45 + 30 124.266 1379 3 0 107.935 96.036 -115.85 + 30 288.009 1439 2 1 107.982 95.9889 -144.45 + 30 114.012 1379 2 0 107.983 95.9857 -145.85 + 30 101.533 1439 1 1 108.01 95.8971 -174.45 + 30 147.408 1378 1 0 108.015 95.8969 -175.85 + 30 162.523 1439 0 1 108.103 95.8688 -204.45 + 30 139.562 1378 0 0 108.108 95.8573 -205.85 + 30 32.8827 1419 6 0 124.509 104.131 -26.2497 + 30 156.834 1420 6 0 124.523 104.15 -26.1957 + 30 157.014 827 0 1 -14.45 104.577 -204.691 + 30 78.4409 1375 2 0 108.265 95.2597 -145.85 + 30 139.371 1374 2 0 108.343 95.1498 -146.049 + 30 206.231 1235 2 1 67.25 8.10795 -144.654 + 30 192.17 942 2 0 66.707 8.45798 -145.851 + 30 54.2202 1439 4 1 107.95 96.1874 -84.6882 + 30 121.047 1382 4 0 108.609 96.6316 -85.8506 + 30 44.8403 1383 4 0 108.762 96.7501 -86.1167 + 30 16.6128 1533 3 1 126.902 110.212 -114.45 + 30 112.071 1534 3 1 126.95 110.215 -114.504 + 30 57.6261 1535 3 1 127.15 110.225 -114.705 + 30 175.681 1450 3 0 128.171 110.253 -115.85 + 30 17.6089 1666 2 1 153.505 111.812 -144.45 + 30 160.948 1667 2 1 153.55 111.82 -144.515 + 30 5.98677 1668 2 1 153.75 111.861 -144.833 + 30 141.542 1459 2 0 154.375 111.968 -145.85 + 30 364.831 1779 1 1 176.086 111.22 -174.45 + 30 68.363 1451 1 0 175.896 110.48 -175.85 + 30 53.5845 1450 1 0 175.874 110.35 -176.082 + 30 45.8226 1150 1 0 176.812 50.1688 -176.25 + 30 94.4294 1149 1 0 176.799 50.05 -176.17 + 30 76.9138 1148 1 0 176.734 49.85 -176.043 + 30 4.81726 1147 1 0 176.69 49.65 -175.868 + 30 119.566 1781 1 1 176.541 48.7749 -174.85 + 30 24.26 1168 2 0 164.042 53.8369 -146.25 + 30 101.893 1169 2 0 164.008 53.85 -146.175 + 30 45.2851 1711 2 1 162.493 53.7214 -144.85 + 30 127.861 1710 2 1 162.35 53.6716 -144.755 + 30 87.5682 1709 2 1 162.15 53.5903 -144.634 + 30 28.9491 1708 2 1 161.95 53.4614 -144.495 + 30 7.75856 1408 3 0 163.452 101.93 -116.25 + 30 274.939 1409 3 0 163.45 101.95 -116.237 + 30 69.4197 1719 3 1 164.029 101.784 -114.85 + 30 4.82192 1406 3 0 162.853 101.471 -115.85 + 30 22.0801 1711 3 1 162.411 100.494 -114.85 + 30 4.74774 1398 3 0 161.457 99.8768 -115.85 + 30 10.2437 1703 3 1 160.856 97.1329 -114.85 + 30 8.63241 1780 1 1 176.15 111.042 -174.665 + 30 38.6289 1437 4 1 107.743 95.9816 -84.4507 + 30 129.244 1452 3 1 110.673 97.2771 -114.45 + 30 50.7907 1383 3 0 110.705 96.8194 -115.85 + 30 72.2639 1382 3 0 110.707 96.75 -116.055 + 30 130.123 1452 2 1 110.56 86.4911 -144.45 + 30 122.881 1330 2 0 110.532 86.238 -145.85 + 30 378.95 1448 1 1 109.809 80.991 -174.45 + 30 23.9193 1303 1 0 109.798 80.6692 -175.85 + 30 84.9435 1302 1 0 109.796 80.65 -175.936 + 30 170.326 1444 0 1 109.12 73.201 -204.45 + 30 157.256 1262 0 0 108.958 72.6474 -205.85 + 30 32.9649 1451 2 1 110.55 86.4434 -144.749 + 30 112.528 1335 2 0 109.784 87.1283 -145.85 + 30 87.4516 1336 2 0 109.694 87.2501 -146.025 Number of digits in this event = 30 Using G4ParticleGun ... -6.96793 LIN +4.53785 LIN +e- +Event: 31 +Number of tracker hits in this event = 44 + 31 292.423 1013 10 1 22.8465 105.951 95.55 + 31 109.961 1428 10 0 22.8457 105.949 94.15 + 31 144.843 1013 9 1 22.832 105.917 65.55 + 31 103.371 1428 9 0 22.8321 105.916 64.15 + 31 128.964 1013 8 1 22.827 105.882 35.55 + 31 171.566 1428 8 0 22.8243 105.878 34.15 + 31 104.996 1013 7 1 22.7707 105.814 5.55 + 31 194.603 1428 7 0 22.7711 105.816 4.15 + 31 172.552 1013 6 1 22.789 105.915 -24.45 + 31 104.335 1428 6 0 22.7869 105.923 -25.85 + 31 103.294 1013 5 1 22.7347 106.071 -54.45 + 31 109.971 1429 5 0 22.729 106.081 -55.85 + 31 120.737 1012 4 1 22.6338 106.303 -84.45 + 31 149.834 1430 4 0 22.6268 106.312 -85.85 + 31 246.093 1012 3 1 22.4778 106.501 -114.45 + 31 278.801 1431 3 0 22.4722 106.512 -115.85 + 31 173.231 1011 2 1 22.3467 106.649 -144.45 + 31 120.496 1432 2 0 22.3457 106.651 -145.85 + 31 118.008 1011 1 1 22.3355 106.722 -174.45 + 31 6.20576 1432 1 0 22.3011 106.75 -175.85 + 31 112.086 1433 1 0 22.3008 106.75 -175.863 + 31 423.673 1008 0 1 21.7936 107.306 -204.45 + 31 142.232 1436 0 0 21.7323 107.362 -205.851 + 31 162.564 1013 0 1 22.8017 96.7991 -204.85 + 31 45.9652 1503 2 0 90.1884 120.819 -146.25 + 31 257.198 1013 4 1 22.65 106.288 -84.6428 + 31 268.978 1434 0 0 21.8131 107.114 -205.85 + 31 100.522 1613 0 1 142.75 -19.6649 -204.625 + 31 164.722 1614 0 1 142.95 -19.8344 -204.557 + 31 102.684 1012 6 1 22.6497 105.901 -24.7245 + 31 129.991 1011 6 1 22.45 106.032 -24.7272 + 31 13.16 1010 6 1 22.25 105.926 -24.5268 + 31 187.855 1209 4 0 -102.315 61.9346 -86.25 + 31 133.994 1208 4 0 -102.1 61.8499 -86.0274 + 31 41.0371 1207 4 0 -101.877 61.65 -85.9209 + 31 252.296 393 4 1 -101.427 61.3369 -84.85 + 31 73.7045 336 4 1 -112.75 -63.7429 -84.5937 + 31 472.213 1014 9 1 22.85 105.938 65.4337 + 31 55.7559 1014 4 1 22.85 105.528 -84.456 + 31 74.5777 1015 4 1 23.05 105.553 -84.4802 + 31 137.044 1016 4 1 23.25 105.575 -84.4911 + 31 68.0899 1017 4 1 23.45 105.574 -84.4538 + 31 3.48114 1014 10 1 22.8501 105.942 95.3837 + 31 99.8058 1012 10 1 22.65 105.949 95.2234 +Number of digits in this event = 26 +Using G4ParticleGun ... +3.24555 LIN +e- +Event: 32 +Number of tracker hits in this event = 87 + 32 200.841 1352 9 1 90.6404 -91.4732 65.55 + 32 256.437 443 9 0 90.6409 -91.4719 64.15 + 32 157.464 1352 8 1 90.6545 -91.4457 35.55 + 32 301.954 443 8 0 90.6616 -91.4478 34.15 + 32 267.364 1353 7 1 90.8028 -91.5066 5.55 + 32 96.6353 443 7 0 90.8104 -91.5121 4.15 + 32 103.631 1354 6 1 90.9702 -91.6301 -24.45 + 32 248.864 442 6 0 90.979 -91.6362 -25.85 + 32 202.983 1355 5 1 91.1587 -91.7628 -54.45 + 32 138.347 441 5 0 91.1668 -91.7671 -55.85 + 32 189.838 1355 4 1 91.306 -91.8704 -84.45 + 32 183.349 441 4 0 91.3143 -91.8821 -85.85 + 32 117.986 1356 3 1 91.4836 -92.1339 -114.45 + 32 31.3665 440 3 0 91.4888 -92.1486 -115.85 + 32 312.724 439 3 0 91.4893 -92.15 -115.983 + 32 132.621 1357 2 1 91.5823 -92.4574 -144.45 + 32 155.493 438 2 0 91.562 -92.4749 -145.85 + 32 124.321 1354 1 1 91.1273 -92.8641 -174.45 + 32 138.091 436 1 0 91.1119 -92.8755 -175.85 + 32 160.803 1353 0 1 90.7765 -93.0578 -204.45 + 32 137.494 435 0 0 90.7552 -93.067 -205.85 + 32 22.7729 1024 7 1 24.9595 -89.3917 5.15 + 32 10.9644 1023 7 1 24.85 -89.3788 5.54871 + 32 214.181 1358 1 1 91.8991 -92.1375 -174.45 + 32 44.3757 1357 1 1 91.75 -92.1452 -174.751 + 32 70.4125 440 1 0 91.2099 -92.1482 -175.851 + 32 209.945 439 1 0 91.1011 -92.15 -176.075 + 32 45.5749 1270 0 1 74.1189 -94.3264 -204.45 + 32 56.0733 1269 0 1 74.05 -94.3553 -204.631 + 32 111 427 0 0 73.5648 -94.6683 -205.85 + 32 21.0691 426 0 0 73.4381 -94.75 -206.162 + 32 130.536 1359 1 1 91.9814 -92.1527 -174.45 + 32 69.7734 1361 0 1 92.5295 -95.3902 -204.45 + 32 45.8361 1362 0 1 92.55 -95.3822 -204.703 + 32 145.22 424 0 0 92.6385 -95.3475 -205.85 + 32 79.8406 372 8 0 -23.7417 -105.674 33.75 + 32 29.0827 371 8 0 -23.9176 -105.75 33.7982 + 32 117.29 1354 5 1 91.138 -91.6575 -54.45 + 32 298.67 442 5 0 91.1832 -91.6839 -55.85 + 32 113.76 1359 4 1 92.0733 -92.2772 -84.45 + 32 112.544 439 4 0 92.0985 -92.2702 -85.85 + 32 120.962 1362 3 1 92.6463 -92.2242 -114.45 + 32 146.178 1362 2 1 92.6527 -92.9935 -144.45 + 32 128.895 435 2 0 92.6144 -93.0302 -145.85 + 32 118.888 432 1 0 91.745 -93.746 -175.85 + 32 107.093 1342 0 1 88.5056 -93.5965 -204.45 + 32 273.457 432 0 0 88.3718 -93.5892 -205.85 + 32 41.5086 431 0 0 88.4746 -93.75 -206.185 + 32 132.108 1356 5 1 91.4632 -92.1309 -54.45 + 32 130.328 439 5 0 91.3868 -92.1795 -55.8501 + 32 130.694 1348 4 1 89.7728 -92.8596 -84.45 + 32 149.351 435 4 0 89.6146 -92.9565 -85.85 + 32 151.32 1334 3 1 86.9842 -94.3492 -114.45 + 32 137.795 428 3 0 86.7008 -94.3555 -115.85 + 32 45.3459 1309 2 1 81.8663 -95.2894 -144.45 + 32 94.4817 1308 2 1 81.85 -95.3064 -144.588 + 32 130.85 423 2 0 81.7176 -95.4417 -145.85 + 32 129.233 1294 1 1 79.0286 -98.8856 -174.45 + 32 208.865 407 1 0 79.0876 -98.6545 -175.85 + 32 55.3372 1299 0 1 79.9741 -97.6007 -204.45 + 32 332.73 1300 0 1 80.05 -97.7803 -204.573 + 32 6.2509 1301 0 1 80.2503 -98.226 -204.836 + 32 41.702 400 0 0 81.1096 -100.071 -205.85 + 32 72.1385 399 0 0 81.1475 -100.151 -205.894 + 32 65.9401 398 0 0 81.2523 -100.35 -206.021 + 32 68.9891 397 0 0 81.3797 -100.55 -206.164 + 32 138.702 421 2 0 81.4538 -95.9274 -145.85 + 32 11.9966 420 2 0 81.4717 -95.95 -145.86 + 32 72.1713 1354 7 1 90.9501 -91.3747 5.23415 + 32 2.03826 445 7 0 91.495 -90.9533 4.15 + 32 165.194 446 7 0 91.4995 -90.95 4.14213 + 32 18.2525 444 8 0 90.6503 -91.3499 33.7949 + 32 326.529 649 8 0 103.067 -50.2153 33.75 + 32 9.90657 650 8 0 103.336 -50.0496 34.1119 + 32 156.196 1418 8 1 103.829 -49.3047 35.15 + 32 106.413 1419 8 1 103.95 -49.1868 35.4735 + 32 136.166 1420 8 1 104.15 -49.2117 35.4499 + 32 59.5202 632 8 0 106.508 -53.5567 34.15 + 32 12.7693 631 8 0 106.542 -53.65 34.1319 + 32 160.419 1432 8 1 106.7 -54.261 35.1501 + 32 226.619 1431 8 1 106.55 -54.4591 35.316 + 32 31.9214 455 0 0 122.382 -88.9086 -206.25 + 32 130.799 456 0 0 122.376 -88.85 -206.181 + 32 88.4586 457 0 0 122.25 -88.6497 -206.097 + 32 100.691 458 0 0 122.221 -88.4499 -206.14 + 32 76.5508 459 0 0 122.239 -88.2499 -206.204 + 32 5.99422 460 0 0 122.211 -88.0499 -206.244 +Number of digits in this event = 47 +Using G4ParticleGun ... +9.2429 LIN +e- +Event: 33 +Number of tracker hits in this event = 30 + 33 149.606 153 7 1 -149.546 0.473957 5.55 + 33 97.5096 902 7 0 -149.545 0.474648 4.15 + 33 133.708 153 6 1 -149.54 0.493603 -24.45 + 33 122.189 902 6 0 -149.539 0.495253 -25.85 + 33 111.015 153 5 1 -149.523 0.529662 -54.45 + 33 106.645 902 5 0 -149.522 0.530897 -55.85 + 33 332.239 153 4 1 -149.505 0.555222 -84.45 + 33 98.0635 902 4 0 -149.504 0.55578 -85.85 + 33 101.312 153 3 1 -149.487 0.569516 -114.45 + 33 135.814 902 3 0 -149.488 0.570496 -115.85 + 33 100.224 153 2 1 -149.491 0.59293 -144.45 + 33 99.8211 902 2 0 -149.493 0.592918 -145.85 + 33 128.51 153 1 1 -149.524 0.585306 -174.45 + 33 162.172 902 1 0 -149.526 0.585123 -175.85 + 33 232.365 152 0 1 -149.554 0.581622 -204.45 + 33 177.504 902 0 0 -149.549 0.573231 -205.85 + 33 226.465 903 0 0 -150.066 0.650054 -205.873 + 33 434.072 153 0 1 -149.516 0.554568 -204.45 + 33 135.659 901 0 0 -149.47 0.449995 -205.851 + 33 93.1962 154 4 1 -149.35 0.72378 -84.7118 + 33 154.372 907 4 0 -149.16 1.60922 -85.85 + 33 184.818 908 4 0 -149.292 1.65002 -86.0589 + 33 153.186 900 7 0 -148.732 0.218389 4.15 + 33 48.4194 901 7 0 -148.47 0.25 3.841 + 33 5.94271 1444 7 0 -95.3726 109.124 3.75 + 33 171.673 1445 7 0 -95.367 109.15 3.77704 + 33 44.0422 410 7 1 -97.9514 109.511 5.15005 + 33 132.453 411 7 1 -97.95 109.513 5.24068 + 33 84.1687 412 7 1 -97.75 109.593 5.44491 + 33 297.202 413 7 1 -97.5498 109.67 5.42527 +Number of digits in this event = 21 +Using G4ParticleGun ... +1.00051 LIN +e- +Event: 34 +Number of tracker hits in this event = 29 + 34 114.97 357 10 0 -42.7446 -108.683 94.1328 + 34 131.116 686 9 1 -42.755 -108.668 65.55 + 34 177.167 357 9 0 -42.7537 -108.665 64.15 + 34 203.087 686 8 1 -42.6793 -108.613 35.55 + 34 97.4062 357 8 0 -42.6789 -108.61 34.15 + 34 123.538 686 7 1 -42.6527 -108.584 5.55 + 34 134.646 357 7 0 -42.656 -108.575 4.15 + 34 134.729 686 6 1 -42.7058 -108.375 -24.45 + 34 127.576 358 6 0 -42.7151 -108.363 -25.85 + 34 134.58 685 5 1 -42.9165 -108.176 -54.45 + 34 292.901 359 5 0 -42.9291 -108.163 -55.85 + 34 159.03 684 4 1 -43.191 -107.86 -84.45 + 34 187.33 361 4 0 -43.2 -107.865 -85.85 + 34 132.5 683 3 1 -43.4067 -108.042 -114.45 + 34 151.418 360 3 0 -43.3999 -108.056 -115.85 + 34 332.015 683 2 1 -43.2852 -108.286 -144.45 + 34 148.643 359 2 0 -43.2756 -108.297 -145.85 + 34 127.265 684 1 1 -43.0774 -108.55 -174.45 + 34 101.082 358 1 0 -43.0683 -108.546 -175.85 + 34 109.579 686 0 1 -42.845 -108.452 -204.45 + 34 122.714 358 0 0 -42.837 -108.447 -205.85 + 34 60.058 487 1 0 -66.0921 -82.4759 -176.25 + 34 37.5106 488 1 0 -66.1453 -82.45 -176.019 + 34 82.4446 547 1 1 -70.5763 -80.7753 -174.85 + 34 15.5466 546 1 1 -70.65 -80.8906 -174.824 + 34 1.57701 501 1 0 -72.8238 -79.8355 -175.85 + 34 140.762 516 1 1 -76.8129 -80.277 -174.85 + 34 269.066 350 2 0 -42.8483 -110.121 -145.85 + 34 83.6509 349 2 0 -42.84 -110.15 -145.882 +Number of digits in this event = 22 +Using G4ParticleGun ... +3.30004 LIN +e- +Event: 35 +Number of tracker hits in this event = 34 + 35 112.126 385 9 1 -103.04 82.9188 65.55 + 35 166.875 1314 9 0 -103.039 82.9191 64.15 + 35 109.678 385 8 1 -103.006 82.9287 35.55 + 35 132.638 1314 8 0 -103.006 82.9278 34.15 + 35 164.297 385 7 1 -103.029 82.9102 5.55 + 35 140.437 1314 7 0 -103.031 82.9089 4.15 + 35 158.462 385 6 1 -103.074 82.8625 -24.45 + 35 113.754 1314 6 0 -103.077 82.8607 -25.85 + 35 234.583 385 5 1 -103.139 82.8189 -54.45 + 35 188.819 1313 5 0 -103.141 82.8203 -55.85 + 35 177.959 384 4 1 -103.179 82.8395 -84.45 + 35 173.444 1313 4 0 -103.181 82.8429 -85.85 + 35 172.5 384 3 1 -103.223 82.9139 -114.45 + 35 178.41 1314 3 0 -103.227 82.9193 -115.85 + 35 385.432 384 2 1 -103.299 83.0355 -144.45 + 35 599.421 1314 2 0 -103.305 83.0399 -145.85 + 35 208.68 383 1 1 -103.418 83.132 -174.45 + 35 439.816 1315 1 0 -103.427 83.1376 -175.85 + 35 273.104 382 0 1 -103.561 83.2375 -204.45 + 35 482.026 1315 0 0 -103.566 83.2415 -205.85 + 35 109.726 384 1 1 -103.266 83.1434 -174.45 + 35 312.017 384 0 1 -103.323 83.2503 -204.45 + 35 283.233 1316 0 0 -103.306 83.2564 -205.85 + 35 216.899 1315 2 0 -103.297 83.05 -146.052 + 35 132.324 1316 1 0 -103.358 83.3146 -175.85 + 35 145.308 1318 0 0 -103.154 83.6707 -205.85 + 35 46.5526 385 0 1 -103.096 83.5638 -204.45 + 35 86.2558 1317 0 0 -103.478 83.4761 -205.85 + 35 140.04 383 0 1 -103.55 82.9636 -204.798 + 35 135.727 385 3 1 -103.049 83.2265 -114.45 + 35 3.6594 1321 3 0 -103.191 84.4329 -115.85 + 35 101.973 1322 3 0 -103.192 84.45 -115.866 + 35 58.4134 1323 3 0 -103.178 84.65 -116.114 + 35 185.544 1313 9 0 -103.041 82.85 63.981 +Number of digits in this event = 27 +Using G4ParticleGun ... +4.67849 LIN +e- +Event: 36 +Number of tracker hits in this event = 55 + 36 114.676 1339 10 1 87.8663 39.3053 95.55 + 36 118.502 1096 10 0 87.8665 39.305 94.15 + 36 99.2803 1339 9 1 87.8548 39.299 65.55 + 36 113.878 1096 9 0 87.8546 39.2987 64.15 + 36 108.378 1339 8 1 87.8583 39.2978 35.55 + 36 106.31 1096 8 0 87.8583 39.2974 34.15 + 36 224.966 1339 7 1 87.8651 39.2906 5.55 + 36 111.601 1096 7 0 87.8654 39.2872 4.15 + 36 178.271 1339 6 1 87.8792 39.2138 -24.45 + 36 147.179 1095 6 0 87.8808 39.2114 -25.85 + 36 113.64 1339 5 1 87.9071 39.1519 -54.45 + 36 168.702 1095 5 0 87.9085 39.1495 -55.85 + 36 139.018 1339 4 1 87.9447 39.1084 -84.45 + 36 120.557 1095 4 0 87.9508 39.1063 -85.85 + 36 113.968 1340 3 1 88.0779 39.0776 -114.45 + 36 114.84 1095 3 0 88.0824 39.0721 -115.85 + 36 107.131 1340 2 1 88.1748 38.9741 -144.45 + 36 162.327 1094 2 0 88.1798 38.971 -145.85 + 36 157.565 1341 1 1 88.2862 38.8814 -174.45 + 36 109.634 1094 1 0 88.2858 38.8737 -175.85 + 36 123.661 1341 0 1 88.3041 38.7208 -204.45 + 36 150.877 1093 0 0 88.302 38.7123 -205.85 + 36 104.842 1174 4 1 54.9426 -72.9591 -84.85 + 36 93.8607 1173 4 1 54.85 -73.1913 -84.691 + 36 7.34195 52 5 0 31.0099 -169.55 -56.245 + 36 63.9948 51 5 0 31.0039 -169.75 -56.0143 + 36 226.924 50 5 0 30.9544 -169.95 -55.9511 + 36 281.406 49 5 0 30.9474 -170.15 -55.9251 + 36 173.715 1096 6 0 87.9025 39.25 -25.9341 + 36 201.982 1338 8 1 87.85 39.2838 35.2662 + 36 1.07103 1340 7 1 88.05 39.3403 5.15654 + 36 177.211 1097 7 0 88.3091 39.5375 4.14984 + 36 73.2584 1305 7 0 115.867 81.0812 3.75 + 36 54.273 1306 7 0 115.973 81.25 3.86993 + 36 74.0321 1307 7 0 116.042 81.45 3.94635 + 36 357.972 1308 7 0 116.15 81.65 4.02204 + 36 48.4991 1309 7 0 116.374 81.85 4.07011 + 36 8.86318 1489 7 1 118.123 83.39 5.15 + 36 106.315 1490 7 1 118.15 83.4112 5.16659 + 36 88.2517 1491 7 1 118.35 83.5311 5.25687 + 36 99.6017 1492 7 1 118.55 83.664 5.39717 + 36 41.3079 1493 7 1 118.75 83.8907 5.52574 + 36 188.155 1478 7 1 115.861 82.5322 5.15009 + 36 129.798 1042 7 0 135.237 28.5266 3.75004 + 36 207.844 1043 7 0 135.119 28.6501 3.89279 + 36 9.80701 1117 6 0 100.634 43.5358 -25.85 + 36 138.82 1131 8 0 81.0422 46.2789 33.75 + 36 405.014 1302 8 1 80.6464 46.9003 35.15 + 36 79.4793 1303 8 1 80.65 46.5116 35.289 + 36 10.5545 1126 8 0 81.735 45.267 34.15 + 36 90.8376 1125 8 0 81.7512 45.2493 34.1344 + 36 80.4395 1124 8 0 81.8936 45.05 33.9753 + 36 27.6236 1123 8 0 82.043 44.85 33.8047 + 36 170.08 1012 8 0 37.1689 22.5256 33.75 + 36 143.318 1547 8 1 129.672 176.846 35.15 +Number of digits in this event = 25 +Using G4ParticleGun ... +5.17678 LIN +e- +Event: 37 +Number of tracker hits in this event = 133 + 37 126.784 669 11 1 -46.237 39.5383 125.55 + 37 144.869 1097 11 0 -46.2371 39.5392 124.15 + 37 103.992 669 10 1 -46.2443 39.5662 95.55 + 37 118.252 1097 10 0 -46.245 39.5672 94.15 + 37 402.159 668 9 1 -46.2656 39.5932 65.55 + 37 259.894 1097 9 0 -46.2666 39.5931 64.15 + 37 276.022 668 8 1 -46.2846 39.5911 35.55 + 37 275.566 1097 8 0 -46.2862 39.5908 34.15 + 37 116.085 668 7 1 -46.3145 39.584 5.55 + 37 177.782 1097 7 0 -46.3211 39.5981 4.15 + 37 120.098 667 6 1 -46.4981 39.7642 -24.45 + 37 102.404 1098 6 0 -46.5041 39.7881 -25.85 + 37 268.021 666 5 1 -46.6506 40.2626 -54.45 + 37 178.775 1101 5 0 -46.6958 40.2546 -55.85 + 37 113.397 662 4 1 -47.4593 39.8763 -84.45 + 37 119.926 1099 4 0 -47.4711 39.8574 -85.85 + 37 104.589 661 3 1 -47.7811 39.4867 -114.45 + 37 111.879 1097 3 0 -47.779 39.5009 -115.85 + 37 133.251 661 2 1 -47.6796 39.6892 -144.45 + 37 125.89 1098 2 0 -47.6576 39.6746 -145.85 + 37 158.174 663 1 1 -47.3008 39.339 -174.45 + 37 131.83 1096 1 0 -47.2502 39.3156 -175.85 + 37 105.153 668 0 1 -46.3241 38.8741 -204.45 + 37 113.635 1094 0 0 -46.1994 38.8682 -205.85 + 37 299.493 664 1 1 -47.25 39.2167 -174.593 + 37 44.9963 1078 1 0 -45.2368 35.7536 -175.85 + 37 83.9845 1077 1 0 -45.1742 35.65 -175.917 + 37 63.7756 1076 1 0 -45.0694 35.45 -176.148 + 37 63.5873 343 3 0 -31.6225 -111.393 -116.25 + 37 206.71 662 0 1 -47.5271 42.2495 -204.45 + 37 133.702 1098 7 0 -46.3555 39.65 3.86049 + 37 61.7742 667 2 1 -46.6155 39.5737 -144.73 + 37 284.671 1097 2 0 -46.6175 39.5733 -145.85 + 37 403.63 666 1 1 -46.7521 39.5617 -174.45 + 37 309.229 1097 1 0 -46.7445 39.5569 -175.85 + 37 156.611 667 0 1 -46.5751 39.4721 -204.45 + 37 292.419 1097 0 0 -46.5572 39.4701 -205.85 + 37 125.892 666 0 1 -46.7618 39.5902 -204.45 + 37 6.29767 779 1 0 -153.351 -24.05 -176.109 + 37 257.132 122 1 1 -155.558 -24.0458 -174.85 + 37 158.634 669 9 1 -46.179 39.5724 65.5498 + 37 72.1815 670 9 1 -46.05 39.483 65.4786 + 37 73.033 671 9 1 -45.85 39.3487 65.3907 + 37 70.9818 672 9 1 -45.6494 39.2268 65.3298 + 37 94.6036 673 9 1 -45.4499 39.1076 65.2688 + 37 35.6698 674 9 1 -45.25 38.9607 65.186 + 37 11.1273 1087 9 0 -43.1075 37.4763 64.15 + 37 131.675 1086 9 0 -43.0695 37.45 64.1324 + 37 84.8795 1085 9 0 -42.8225 37.25 63.9923 + 37 44.2248 1084 9 0 -42.6148 37.05 63.8344 + 37 22.2196 761 9 0 -14.5548 -27.7721 63.75 + 37 83.9627 760 9 0 -14.5697 -27.8506 63.8166 + 37 53.3503 759 9 0 -14.6364 -28.05 63.9863 + 37 180.438 824 9 1 -15.1202 -29.3107 65.1501 + 37 35.2232 568 10 0 37.3343 -66.3723 93.75 + 37 89.4416 567 10 0 37.4299 -66.45 93.8114 + 37 96.6236 566 10 0 37.682 -66.6501 93.9348 + 37 82.4758 565 10 0 37.9002 -66.85 93.9836 + 37 61.6939 564 10 0 38.111 -67.0503 94.0678 + 37 129.487 1095 10 1 39.078 -69.0004 95.15 + 37 203.723 1096 10 1 39.2503 -69.3765 95.3293 + 37 74.5217 544 10 0 39.7516 -71.0589 94.1499 + 37 65.8383 543 10 0 39.7723 -71.25 93.9964 + 37 37.4026 542 10 0 39.726 -71.45 93.8424 + 37 43.7858 1093 9 1 38.7731 -96.4373 65.55 + 37 98.1026 1092 9 1 38.6499 -96.4767 65.4791 + 37 188.564 1091 9 1 38.45 -96.4545 65.4328 + 37 294.035 1090 9 1 38.25 -96.1918 65.2255 + 37 28.7989 1089 9 1 38.05 -96.2313 65.246 + 37 134.783 781 9 0 2.89989 -23.85 63.8214 + 37 84.5643 1100 9 1 40.05 -100.459 65.3225 + 37 141.71 1099 9 0 -46.1617 39.908 64.15 + 37 129.821 674 8 1 -45.1 44.285 35.55 + 37 84.8833 1122 8 0 -45.2042 44.5912 34.1497 + 37 39.4499 1123 8 0 -45.2265 44.65 33.8684 + 37 301.721 661 7 1 -47.6865 50.5895 5.55 + 37 16.603 1158 7 0 -47.9654 51.8052 4.14951 + 37 72.4534 1159 7 0 -47.9748 51.85 4.09927 + 37 44.3432 1160 7 0 -48.0015 52.05 3.87042 + 37 131.889 646 6 1 -50.7534 75.3361 -24.4502 + 37 129.505 1278 6 0 -50.3999 75.7793 -25.85 + 37 35.5983 1279 6 0 -50.3406 75.85 -26.0908 + 37 246.048 675 5 1 -44.9399 82.4954 -54.45 + 37 12.9634 676 5 1 -44.85 82.6836 -54.7924 + 37 90.3282 1316 5 0 -44.5692 83.3015 -55.85 + 37 72.2771 1317 5 0 -44.505 83.45 -56.0878 + 37 119.952 713 4 1 -37.3867 99.8598 -84.45 + 37 183.416 1402 4 0 -37.5461 100.604 -85.85 + 37 46.0243 1403 4 0 -37.569 100.75 -86.1299 + 37 13.2809 704 3 1 -39.2338 116.135 -114.45 + 37 109.487 703 3 1 -39.25 116.149 -114.499 + 37 79.7327 1480 3 0 -39.9015 116.319 -115.851 + 37 159.647 1481 3 0 -40.0346 116.35 -116.056 + 37 67.3505 1098 9 0 -46.3099 39.65 63.9876 + 37 108.122 664 8 1 -47.0968 40.9257 35.55 + 37 224.202 1104 8 0 -47.0899 41.0054 34.15 + 37 221.403 665 7 1 -46.9709 43.0246 5.55 + 37 159.846 1115 7 0 -46.9374 43.0953 4.15 + 37 184.494 668 6 1 -46.3071 45.0443 -24.45 + 37 141.813 1125 6 0 -46.3261 45.1264 -25.85 + 37 153.504 1136 5 0 -46.6598 47.3413 -55.85 + 37 96.0847 666 4 1 -46.808 50.272 -84.45 + 37 140.505 1151 4 0 -46.8481 50.3931 -85.85 + 37 380.844 663 3 1 -47.3421 52.8397 -114.45 + 37 96.0513 1164 3 0 -47.2916 53.0054 -115.85 + 37 8.38723 1165 3 0 -47.2777 53.05 -116.222 + 37 110.114 670 2 1 -46.0309 56.5273 -144.45 + 37 239.572 1183 2 0 -45.8633 56.6621 -145.85 + 37 5.90752 690 1 1 -41.8555 59.4243 -174.45 + 37 116.185 691 1 1 -41.85 59.4273 -174.475 + 37 153.719 1197 1 0 -41.557 59.6009 -175.851 + 37 9.60883 1198 1 0 -41.4854 59.65 -176.203 + 37 91.9741 720 0 1 -35.914 64.0306 -204.451 + 37 124.598 1220 0 0 -35.7788 64.1428 -205.85 + 37 138.382 755 3 1 -28.9447 -38.2798 -114.85 + 37 48.365 756 3 1 -28.85 -38.533 -114.517 + 37 15.5129 1182 2 0 -45.8453 56.65 -146.178 + 37 114.391 667 7 1 -46.5352 39.4157 5.55 + 37 154.272 1096 7 0 -46.5518 39.4048 4.15 + 37 131.825 666 6 1 -46.8358 39.199 -24.45 + 37 124.43 1095 6 0 -46.847 39.1911 -25.85 + 37 136.96 664 5 1 -47.1152 38.9134 -54.45 + 37 107.972 1094 5 0 -47.1265 38.8958 -55.85 + 37 137.706 663 4 1 -47.328 38.5016 -84.45 + 37 108.519 1092 4 0 -47.3259 38.4907 -85.85 + 37 213.451 1090 3 0 -47.2783 38.2274 -115.85 + 37 132.184 665 2 1 -46.8864 37.7372 -144.45 + 37 126.827 1088 2 0 -46.872 37.6963 -145.85 + 37 200.884 667 1 1 -46.5577 36.7634 -174.45 + 37 128.809 1083 1 0 -46.5289 36.7055 -175.85 + 37 117.171 670 0 1 -45.9661 35.6017 -204.45 + 37 131.784 1077 0 0 -45.9368 35.5497 -205.85 + 37 210.846 667 8 1 -46.45 39.5883 35.4248 +Number of digits in this event = 66 +Using G4ParticleGun ... +3.70554 LIN +e- +Event: 38 +Number of tracker hits in this event = 88 + 38 383.858 710 10 1 -38.0159 -102.51 95.55 + 38 170.658 388 10 0 -38.0145 -102.511 94.15 + 38 104.986 710 9 1 -37.9763 -102.533 65.55 + 38 133.55 388 9 0 -37.9715 -102.536 64.15 + 38 376.814 710 8 1 -37.8681 -102.601 35.55 + 38 388.034 387 8 0 -37.8618 -102.607 34.15 + 38 303.108 711 7 1 -37.7264 -102.735 5.55 + 38 522.852 387 7 0 -37.7222 -102.741 4.15 + 38 107.511 712 6 1 -37.6365 -102.885 -24.45 + 38 287.504 386 6 0 -37.6293 -102.888 -25.85 + 38 133.89 712 5 1 -37.4878 -102.952 -54.45 + 38 165.952 385 5 0 -37.4839 -102.953 -55.85 + 38 123.432 713 4 1 -37.397 -102.969 -84.45 + 38 238.845 385 4 0 -37.3933 -102.971 -85.85 + 38 108.737 713 3 1 -37.3197 -103.007 -114.45 + 38 116.606 385 3 0 -37.3159 -103.009 -115.85 + 38 136.915 714 2 1 -37.2435 -103.059 -144.45 + 38 117.547 385 2 0 -37.2401 -103.061 -145.85 + 38 151.973 714 1 1 -37.1804 -103.104 -174.45 + 38 287.239 385 1 0 -37.1732 -103.103 -175.85 + 38 361.164 715 0 1 -37.0339 -103.102 -204.45 + 38 386.076 385 0 0 -37.0287 -103.1 -205.85 + 38 109.501 386 0 0 -37.0386 -102.902 -205.85 + 38 16.2027 1393 9 1 98.8887 -43.7013 65.15 + 38 269.738 1394 9 1 98.9501 -43.6834 65.2904 + 38 52.4181 317 4 0 -36.8567 -116.604 -86.25 + 38 228.941 316 4 0 -36.8896 -116.75 -86.1503 + 38 202.198 315 4 0 -37.0159 -116.95 -86.0372 + 38 92.4436 391 0 1 -101.75 -114.642 -204.807 + 38 147.457 713 6 1 -37.3913 -102.514 -24.45 + 38 220.757 388 6 0 -37.3642 -102.506 -25.85 + 38 112.198 716 5 1 -36.8224 -102.269 -54.45 + 38 114.349 389 5 0 -36.7928 -102.237 -55.85 + 38 123.332 719 4 1 -36.144 -101.625 -84.45 + 38 130.591 392 4 0 -36.117 -101.62 -85.85 + 38 121.376 722 3 1 -35.5085 -101.53 -114.45 + 38 32.7614 393 3 0 -35.4691 -101.549 -115.85 + 38 100.291 392 3 0 -35.4661 -101.55 -115.951 + 38 119.371 726 2 1 -34.7269 -101.908 -144.45 + 38 125.137 391 2 0 -34.6584 -101.923 -145.85 + 38 486.072 733 1 1 -33.3345 -102.271 -174.45 + 38 119.452 389 1 0 -33.3231 -102.256 -175.85 + 38 255.77 734 0 1 -33.1244 -101.993 -204.45 + 38 108.933 390 0 0 -33.1354 -101.978 -205.85 + 38 144.455 388 1 0 -33.0688 -102.407 -175.85 + 38 33.4638 746 0 1 -30.7217 -102.817 -204.45 + 38 86.1921 747 0 1 -30.65 -102.85 -204.538 + 38 35.0682 748 0 1 -30.4498 -102.934 -204.775 + 38 35.4418 382 0 0 -28.9895 -103.686 -205.85 + 38 170.47 381 0 0 -28.8345 -103.75 -205.942 + 38 9.94194 380 0 0 -28.3124 -103.95 -206.226 + 38 264.293 719 3 1 -36.2306 -102.029 -114.45 + 38 142.658 390 3 0 -36.2336 -102.069 -115.85 + 38 131.335 718 2 1 -36.365 -103.256 -144.451 + 38 150.844 384 2 0 -36.1982 -103.235 -145.85 + 38 28.5835 737 1 1 -32.485 -102.968 -174.45 + 38 82.8219 738 1 1 -32.4499 -102.968 -174.575 + 38 11.6929 782 0 1 -23.4697 -102.987 -204.45 + 38 118.806 783 0 1 -23.45 -102.988 -204.503 + 38 61.2598 513 1 0 75.1728 -77.3117 -176.25 + 38 369.158 514 1 0 75.3084 -77.25 -176.198 + 38 213.161 468 0 0 -18.7286 -86.4375 -206.25 + 38 220.615 803 0 1 -19.2896 -85.9 -204.85 + 38 224.651 389 3 0 -36.286 -102.218 -115.85 + 38 178.421 716 2 1 -36.8318 -106.717 -144.45 + 38 127.681 365 2 0 -36.6838 -107.011 -145.85 + 38 87.3752 336 1 0 -33.1467 -112.912 -175.851 + 38 22.9504 335 1 0 -33.0993 -112.95 -176.153 + 38 98.8463 756 0 1 -28.7424 -115.471 -204.45 + 38 104.688 322 0 0 -28.5602 -115.578 -205.85 + 38 121.559 713 7 1 -37.283 -102.76 5.55 + 38 108.592 693 6 1 -41.2836 -102.503 -24.45 + 38 59.4088 661 5 1 -47.8186 -101.97 -54.4501 + 38 74.1166 660 5 1 -47.8501 -101.976 -54.6421 + 38 106.444 390 5 0 -48.0444 -102.014 -55.85 + 38 158.286 636 4 1 -52.6831 -103.056 -84.45 + 38 152.514 622 3 1 -55.4577 -103.633 -114.45 + 38 47.6226 381 3 0 -55.6422 -103.914 -115.85 + 38 77.0054 380 3 0 -55.6648 -103.95 -116.027 + 38 166.411 603 2 1 -59.2775 -109.699 -144.45 + 38 152.154 350 2 0 -59.5596 -109.952 -145.85 + 38 34.4923 573 1 1 -65.4194 -115.664 -174.45 + 38 109.047 572 1 1 -65.45 -115.688 -174.558 + 38 120.159 320 1 0 -65.8196 -115.989 -175.85 + 38 74.0853 530 0 1 -73.9912 -122.491 -204.45 + 38 61.2727 529 0 1 -74.05 -122.548 -204.663 + 38 81.2253 286 0 0 -74.3717 -122.873 -205.85 + 38 39.4973 285 0 0 -74.4461 -122.95 -206.125 +Number of digits in this event = 49 +Using G4ParticleGun ... +2.01301 LIN +e- +Event: 39 +Number of tracker hits in this event = 85 + 39 192.969 1047 11 1 29.6376 33.9081 125.55 + 39 151.929 1069 11 0 29.6342 33.9109 124.15 + 39 167.769 1047 10 1 29.4985 33.9765 95.55 + 39 125.099 1069 10 0 29.4893 33.9574 94.15 + 39 130.811 1046 9 1 29.3538 33.499 65.55 + 39 196.258 1067 9 0 29.3388 33.4986 64.15 + 39 114.121 1044 8 1 29.0078 33.4399 35.55 + 39 71.2374 1066 8 0 28.9922 33.4487 34.15 + 39 57.375 1067 8 0 28.9901 33.45 33.9437 + 39 171.902 1043 7 1 28.7182 33.6536 5.55 + 39 127.565 1067 7 0 28.6899 33.6452 4.15 + 39 125.919 1040 6 1 28.0534 33.4058 -24.45 + 39 128.889 1039 6 1 28.05 33.4058 -24.6051 + 39 96.8817 1066 6 0 28.0264 33.4072 -25.85 + 39 113.67 1036 5 1 27.4073 33.4504 -54.45 + 39 140.461 1066 5 0 27.3732 33.4495 -55.85 + 39 110.372 1031 4 1 26.3064 33.2722 -84.45 + 39 123.61 1065 4 0 26.2625 33.2394 -85.85 + 39 154.582 1025 3 1 25.19 32.6626 -114.45 + 39 93.8684 1063 3 0 25.133 32.6567 -115.85 + 39 114.237 1020 2 1 24.13 32.1945 -144.45 + 39 138.433 1060 2 0 24.1281 32.1835 -145.85 + 39 114.946 1021 1 1 24.3924 32.2517 -174.45 + 39 144.932 1061 1 0 24.4034 32.3262 -175.85 + 39 207.763 1021 0 1 24.2794 33.8632 -204.45 + 39 98.7324 1069 0 0 24.3325 33.8923 -205.85 + 39 232.157 1023 2 0 -14.0982 24.69 -146.25 + 39 463.108 1047 5 1 29.4598 33.4258 -54.4508 + 39 38.6953 1048 5 1 29.65 33.4532 -54.7189 + 39 220.758 1065 5 0 30.4531 33.1998 -55.85 + 39 3.94142 1090 4 1 38.0583 25.9275 -84.4503 + 39 91.4856 1089 4 1 38.05 25.9242 -84.4605 + 39 77.1921 1088 4 1 37.85 25.9159 -84.6657 + 39 20.5343 1087 4 1 37.65 26.0196 -84.8076 + 39 185.842 1032 4 0 36.466 26.5524 -85.85 + 39 118.006 996 4 0 33.7733 19.3242 -86.25 + 39 57.062 997 4 0 33.787 19.45 -85.9672 + 39 36.5733 1072 4 1 34.4617 20.2749 -84.85 + 39 92.2143 1071 4 1 34.45 20.2996 -84.8225 + 39 207.297 1070 4 1 34.25 20.2862 -84.6923 + 39 87.264 1069 4 1 34.05 20.5278 -84.5473 + 39 124.756 671 2 0 75.4659 -45.65 -145.915 + 39 153.17 670 2 0 75.5902 -45.85 -146.071 + 39 101.099 1034 5 0 29.8043 26.9625 -55.85 + 39 53.8376 1033 5 0 29.8143 26.85 -55.8614 + 39 57.2323 1032 5 0 29.836 26.65 -55.8807 + 39 47.8228 1031 5 0 29.8494 26.45 -55.9037 + 39 112.673 1030 5 0 29.8615 26.2496 -55.9297 + 39 58.5475 1029 5 0 29.8665 26.05 -55.9539 + 39 92.6385 1028 5 0 29.8663 25.85 -55.9864 + 39 54.1308 1027 5 0 29.8368 25.65 -56.0365 + 39 61.6939 1026 5 0 29.7891 25.45 -56.0889 + 39 51.5596 1025 5 0 29.7393 25.25 -56.1451 + 39 27.6771 1024 5 0 29.6897 25.05 -56.2137 + 39 96.6479 975 4 1 15.2195 -45.4051 -84.4501 + 39 77.3398 974 4 1 15.05 -45.2148 -84.502 + 39 67.7416 973 4 1 14.8499 -45.0815 -84.5468 + 39 113.761 972 4 1 14.65 -44.8956 -84.6586 + 39 52.9158 971 4 1 14.45 -44.8578 -84.7051 + 39 108.625 970 4 1 14.2494 -44.8406 -84.701 + 39 58.0345 969 4 1 14.0498 -44.8881 -84.7237 + 39 53.07 968 4 1 13.8498 -44.9591 -84.7992 + 39 52.7415 967 4 1 13.65 -45.0351 -84.8161 + 39 52.3693 966 4 1 13.45 -45.1168 -84.8131 + 39 48.8184 965 4 1 13.2496 -45.1738 -84.7887 + 39 38.8994 964 4 1 13.05 -45.2033 -84.8026 + 39 12.4164 671 4 0 11.7103 -45.8421 -85.85 + 39 135.502 670 4 0 11.6941 -45.85 -85.8643 + 39 122.044 1060 5 0 29.0222 32.204 -55.85 + 39 306.349 1045 3 1 29.1394 33.4238 -114.45 + 39 243.447 1066 3 0 29.1378 33.4192 -115.85 + 39 131.655 1045 2 1 29.1305 33.3048 -144.45 + 39 145.658 1066 2 0 29.1225 33.2932 -145.85 + 39 110.425 1044 1 1 28.9408 33.011 -174.45 + 39 157.849 1064 1 0 28.9454 32.9828 -175.85 + 39 170.352 1044 0 1 29.0308 32.3682 -204.45 + 39 99.4204 1061 0 0 29.033 32.3442 -205.85 + 39 11.6081 1080 14 0 -82.7592 36.05 213.891 + 39 143.174 1079 14 0 -82.7258 36.05 213.854 + 39 166.754 1046 2 1 29.2922 33.4593 -144.45 + 39 127.3 1067 2 0 29.2906 33.4714 -145.85 + 39 120.418 1045 1 1 29.2232 33.7286 -174.45 + 39 104.328 1068 1 0 29.2044 33.7464 -175.85 + 39 80.2112 1043 0 1 28.85 34.093 -204.542 + 39 117.741 1070 0 0 28.8284 34.1032 -205.85 +Number of digits in this event = 37 +Using G4ParticleGun ... +6.06909 LIN +e- +Event: 40 +Number of tracker hits in this event = 59 + 40 179.415 890 11 1 -1.99631 4.38386 125.55 + 40 125.931 921 11 0 -1.99527 4.38308 124.15 + 40 132.753 890 10 1 -1.97652 4.36279 95.55 + 40 107.205 921 10 0 -1.97533 4.35981 94.15 + 40 111.511 890 9 1 -1.95456 4.3018 65.55 + 40 114.197 921 9 0 -1.95664 4.29908 64.15 + 40 112.029 890 8 1 -2.00873 4.24465 35.55 + 40 114.808 920 8 0 -2.01012 4.23756 34.15 + 40 118.216 890 7 1 -2.04314 4.08768 5.55 + 40 112.358 920 7 0 -2.04417 4.07812 4.15 + 40 123.897 889 6 1 -2.05653 3.88681 -24.45 + 40 117.095 919 6 0 -2.05677 3.8775 -25.85 + 40 114.23 889 5 1 -2.07892 3.68713 -54.45 + 40 119.465 918 5 0 -2.08054 3.67572 -55.85 + 40 127.653 889 4 1 -2.11579 3.45766 -84.45 + 40 112.769 916 4 0 -2.12228 3.44595 -85.85 + 40 105.311 888 3 1 -2.25647 3.23152 -114.45 + 40 118.596 915 3 0 -2.26636 3.22407 -115.85 + 40 107.355 887 2 1 -2.46616 3.08754 -144.45 + 40 115.734 915 2 0 -2.46584 3.07993 -145.85 + 40 108.192 887 1 1 -2.46522 2.93917 -174.45 + 40 118.805 914 1 0 -2.46411 2.93145 -175.85 + 40 167.704 888 0 1 -2.43685 2.78371 -204.45 + 40 120.55 913 0 0 -2.42784 2.76904 -205.85 + 40 28.6095 960 0 1 12.1023 22.7278 -204.85 + 40 85.6227 400 1 1 -100.058 61.596 -174.85 + 40 224.627 207 0 0 158.342 -138.55 -206.034 + 40 247.943 1446 1 0 7.68588 109.386 -176.25 + 40 86.3113 1328 1 0 -71.6521 85.7181 -176.25 + 40 71.1976 889 0 1 -2.24963 15.6418 -204.557 + 40 72.8319 890 0 1 -2.05 15.6547 -204.702 + 40 69.7034 891 0 1 -1.84993 15.7713 -204.819 + 40 67.7299 892 0 1 -1.64974 15.8527 -204.792 + 40 69.6781 893 0 1 -1.45 15.96 -204.745 + 40 53.4948 894 0 1 -1.24977 16.0831 -204.796 + 40 116.343 984 0 0 0.102118 16.9027 -205.85 + 40 82.2248 985 0 0 0.471414 17.05 -205.886 + 40 301.543 905 0 1 1.11549 15.5943 -204.85 + 40 277.541 904 0 1 1.04996 15.5782 -204.638 + 40 41.8711 973 0 0 0.79576 14.85 -205.851 + 40 95.7505 887 2 0 16.6172 -2.47422 -146.25 + 40 75.4218 886 2 0 16.6568 -2.65012 -146.136 + 40 82.5218 885 2 0 16.5564 -2.85 -146.077 + 40 67.0529 884 2 0 16.4897 -3.05 -146.196 + 40 109.119 505 2 0 -18.7449 -78.9164 -146.25 + 40 138.375 504 2 0 -18.7972 -79.0501 -146.183 + 40 89.7191 486 2 0 -18.323 -82.6893 -146.25 + 40 257.925 889 1 1 -2.14118 4.27407 -174.45 + 40 6.18347 920 1 0 -2.22167 4.05389 -175.85 + 40 105.648 919 1 0 -2.22323 4.05 -175.874 + 40 106.652 880 0 1 -3.85171 -0.382025 -204.45 + 40 95.6981 881 0 1 -3.85 -0.408767 -204.555 + 40 125.908 896 0 0 -3.75983 -0.79992 -205.85 + 40 133.743 895 0 0 -3.74568 -0.85 -206.01 + 40 152.003 921 1 0 -2.07619 4.25627 -175.85 + 40 229.634 895 0 1 -0.969144 4.11917 -204.45 + 40 121.09 919 0 0 -0.653066 4.04718 -205.85 + 40 255.453 896 0 1 -0.849949 4.04829 -204.71 + 40 14.9517 1004 1 0 7.05426 20.9752 -176.25 +Number of digits in this event = 21 +Using G4ParticleGun ... +4.19909 LIN +e- +Event: 41 +Number of tracker hits in this event = 123 + 41 112.668 902 11 1 0.631328 -43.8446 125.55 + 41 17.5432 681 11 0 0.633865 -43.8497 124.15 + 41 109.269 680 11 0 0.634039 -43.85 124.061 + 41 117.548 903 10 1 0.683454 -43.9448 95.55 + 41 180.559 680 10 0 0.686636 -43.9397 94.15 + 41 106.708 903 9 1 0.781193 -43.8296 65.55 + 41 121.998 681 9 0 0.785888 -43.8315 64.15 + 41 135.996 904 8 1 0.864522 -43.868 35.55 + 41 121.274 680 8 0 0.876659 -43.8975 34.15 + 41 134.713 905 7 1 1.11218 -44.5132 5.55 + 41 187.464 677 7 0 1.13075 -44.5137 4.15 + 41 130.078 907 6 1 1.55037 -44.5195 -24.45 + 41 110.516 677 6 0 1.57172 -44.5386 -25.85 + 41 110.601 909 5 1 1.98637 -44.9491 -54.45 + 41 131.925 675 5 0 2.01235 -44.9737 -55.85 + 41 140.648 912 4 1 2.54029 -45.4124 -84.45 + 41 185.708 673 4 0 2.58588 -45.411 -85.85 + 41 104.361 917 3 1 3.5187 -45.3207 -114.45 + 41 112.247 673 3 0 3.56977 -45.3182 -115.85 + 41 113.993 922 2 1 4.52457 -45.2487 -144.45 + 41 164.675 674 2 0 4.57423 -45.2285 -145.85 + 41 380.206 927 1 1 5.5504 -44.8389 -174.45 + 41 111.579 676 1 0 5.60176 -44.8083 -175.85 + 41 251.355 933 0 1 6.73083 -44.1773 -204.45 + 41 215.962 679 0 0 6.76769 -44.1419 -205.85 + 41 28.1557 678 1 0 5.21129 -44.2694 -175.85 + 41 209.277 679 1 0 5.19599 -44.25 -175.911 + 41 22.3501 896 0 1 -0.69807 -35.8735 -204.45 + 41 92.7808 897 0 1 -0.65 -35.9166 -204.488 + 41 96.6026 898 0 1 -0.45 -35.9622 -204.709 + 41 121.272 723 0 0 0.247773 -35.3884 -205.85 + 41 25.4593 724 0 0 0.463972 -35.25 -206.168 + 41 5.67519 928 1 1 5.65015 -44.8664 -174.827 + 41 234.536 674 1 0 6.09953 -45.1335 -175.85 + 41 102.122 906 2 1 1.41375 -44.4042 -144.451 + 41 308.01 680 2 0 1.15078 -43.9597 -145.85 + 41 136.481 867 1 1 -6.57238 -36.4919 -174.45 + 41 46.5915 866 1 1 -6.65 -36.4097 -174.702 + 41 134.452 720 1 0 -6.92236 -36.038 -175.85 + 41 120.304 829 0 1 -14.1892 -29.6456 -204.45 + 41 88.8526 751 0 0 -14.1796 -29.7488 -205.85 + 41 49.7663 750 0 0 -14.1807 -29.8501 -206.077 + 41 78.9573 1384 5 0 -9.22175 96.95 -56.1361 + 41 63.3149 1385 5 0 -9.13493 97.15 -55.9559 + 41 25.7115 844 5 1 -11.0556 99.5917 -54.85 + 41 127.877 1402 5 0 -12.0007 100.738 -55.85 + 41 29.7539 1403 5 0 -12.0037 100.75 -55.8565 + 41 207.939 904 7 1 1.01789 -43.5007 5.55 + 41 277.074 682 7 0 0.964241 -43.4708 4.14889 + 41 169.299 900 6 1 0.121388 -42.4965 -24.4501 + 41 49.3274 689 6 0 -0.05 -42.2396 -26.0242 + 41 97.3573 882 5 1 -3.57789 -37.2495 -54.45 + 41 50.9573 881 5 1 -3.65001 -37.157 -54.6964 + 41 65.9145 716 5 0 -3.97708 -36.7245 -55.85 + 41 87.3915 717 5 0 -4.03483 -36.65 -56.0434 + 41 70.4235 836 4 1 -12.7901 -25.7959 -84.45 + 41 40.9988 835 4 1 -12.85 -25.722 -84.7085 + 41 127.248 773 4 0 -13.0964 -25.3961 -85.85 + 41 104.656 804 3 1 -19.0922 -19.1403 -114.45 + 41 136.319 806 3 0 -19.3388 -18.7898 -115.85 + 41 116.219 777 2 1 -24.5651 -12.1918 -144.45 + 41 96.1592 840 2 0 -24.7886 -12.0128 -145.85 + 41 165.816 757 1 1 -28.4665 -7.86781 -174.45 + 41 126.24 862 1 0 -28.617 -7.5767 -175.85 + 41 54.8135 745 0 1 -31.0032 -0.714926 -204.45 + 41 61.5481 744 0 1 -31.05 -0.687825 -204.618 + 41 45.8299 743 0 1 -31.25 -0.698138 -204.754 + 41 229.914 896 0 0 -33.1211 -0.778231 -205.85 + 41 81.3 866 2 0 -23.9146 -6.85 -145.953 + 41 131.292 912 6 1 2.54932 -42.9021 -24.45 + 41 165.581 686 6 0 2.74609 -42.7927 -25.85 + 41 153.996 934 5 1 6.89916 -40.2354 -54.45 + 41 98.0389 699 5 0 7.07345 -40.1612 -55.85 + 41 147.755 953 4 1 10.7112 -38.7193 -84.45 + 41 104.245 707 4 0 10.8993 -38.6322 -85.85 + 41 420.952 973 3 1 14.7793 -36.5891 -114.45 + 41 3.25019 974 3 1 14.85 -36.5525 -114.833 + 41 431.316 717 3 0 15.0541 -36.4565 -115.85 + 41 160.497 718 3 0 15.0688 -36.45 -115.925 + 41 170.254 995 2 1 19.1175 -33.9911 -144.45 + 41 123.154 730 2 0 19.5081 -33.9913 -145.85 + 41 138.158 1038 1 1 27.8279 -35.5038 -174.45 + 41 93.6839 1039 1 1 27.85 -35.518 -174.545 + 41 171.382 721 1 0 28.128 -35.7583 -175.85 + 41 195.817 1065 0 1 33.0961 -40.2453 -204.45 + 41 29.4638 1066 0 1 33.25 -40.3202 -204.718 + 41 28.803 697 0 0 33.9124 -40.622 -205.85 + 41 109.435 696 0 0 33.9724 -40.65 -205.954 + 41 55.0816 1045 1 0 -4.035 29.0863 -176.25 + 41 61.6845 1046 1 0 -4.07699 29.25 -176.167 + 41 210.068 1047 1 0 -4.12975 29.45 -176.078 + 41 92.2885 1048 1 0 -4.13505 29.65 -175.979 + 41 63.0095 1049 1 0 -4.08993 29.85 -175.987 + 41 71.0988 1050 1 0 -4.03386 30.05 -175.967 + 41 122.6 883 1 1 -3.42326 31.4283 -174.85 + 41 296.922 884 1 1 -3.25 31.6042 -174.577 + 41 136.253 994 2 1 18.9746 -33.9766 -144.45 + 41 105.84 731 2 0 19.4315 -33.7159 -145.85 + 41 33.4593 732 2 0 19.5333 -33.65 -146.17 + 41 294.19 1040 1 1 28.1384 -27.079 -174.45 + 41 16.2366 1041 1 1 28.25 -26.9923 -174.806 + 41 76.6595 766 1 0 28.5472 -26.7283 -175.85 + 41 17.7186 767 1 0 28.6322 -26.65 -176.161 + 41 149.413 1079 0 1 35.883 -19.2934 -204.45 + 41 86.2265 806 0 0 36.0837 -18.7635 -205.85 + 41 33.1005 807 0 0 36.1176 -18.65 -206.145 + 41 362.272 992 2 1 18.5855 -34.6439 -144.45 + 41 108.001 727 2 0 18.8097 -34.5315 -145.85 + 41 5.92784 991 2 1 18.45 -34.6724 -144.641 + 41 257.946 903 4 1 0.836151 -43.9875 -84.45 + 41 390.668 680 4 0 0.840189 -43.9887 -85.85 + 41 262.059 904 3 1 0.92348 -44.0085 -114.45 + 41 95.5724 680 3 0 0.927298 -44.0071 -115.85 + 41 222.265 904 2 1 0.992747 -43.9773 -144.45 + 41 124.734 905 1 1 1.09775 -43.9165 -174.45 + 41 181.485 680 1 0 1.10239 -43.9155 -175.85 + 41 116.64 905 0 1 1.18604 -43.8954 -204.45 + 41 107.916 680 0 0 1.19302 -43.8929 -205.85 + 41 9.55371 242 0 0 30.5425 -131.55 -205.997 + 41 103.603 679 3 0 0.958255 -44.05 -115.854 + 41 218.512 679 2 0 1.03595 -44.1259 -145.85 + 41 121.342 904 1 1 0.920028 -44.1464 -174.45 + 41 107.025 904 0 1 1.00593 -44.1513 -204.45 +Number of digits in this event = 59 +Using G4ParticleGun ... +9.3536 LIN +e- +Event: 42 +Number of tracker hits in this event = 56 + 42 130.223 702 11 1 -39.4653 65.6048 125.55 + 42 117.68 1227 11 0 -39.4672 65.6064 124.15 + 42 119.884 702 10 1 -39.5169 65.6505 95.55 + 42 103.075 1228 10 0 -39.5198 65.6524 94.15 + 42 163.194 702 9 1 -39.5813 65.6933 65.55 + 42 118.065 1228 9 0 -39.5851 65.696 64.15 + 42 145.681 701 8 1 -39.6642 65.7499 35.55 + 42 130.864 1228 8 0 -39.6686 65.7526 34.15 + 42 105.728 701 7 1 -39.7573 65.8063 5.55 + 42 127.622 1228 7 0 -39.7621 65.8084 4.15 + 42 105.22 700 6 1 -39.8612 65.8509 -24.45 + 42 122.03 1229 6 0 -39.8665 65.8538 -25.85 + 42 165.189 700 5 1 -39.9813 65.9117 -54.45 + 42 117.184 1229 5 0 -39.9871 65.9154 -55.85 + 42 113.976 699 4 1 -40.1044 65.9969 -84.45 + 42 125.148 1229 4 0 -40.1094 66.0008 -85.85 + 42 98.553 699 3 1 -40.2105 66.0826 -114.45 + 42 113.57 1230 3 0 -40.216 66.0862 -115.85 + 42 112.864 698 2 1 -40.335 66.1605 -144.45 + 42 120.13 1230 2 0 -40.3397 66.1638 -145.85 + 42 406.203 698 1 1 -40.436 66.2289 -174.45 + 42 304.352 1230 1 0 -40.4406 66.2322 -175.85 + 42 119.029 697 0 1 -40.5374 66.2946 -204.45 + 42 216.364 1231 0 0 -40.5457 66.2982 -205.85 + 42 173.328 1185 0 0 62.9255 57.05 -206.083 + 42 153.669 222 7 1 -135.591 29.7271 5.15 + 42 36.2169 1735 6 0 -9.81832 167.212 -26.25 + 42 183.916 216 2 0 -125.691 -136.874 -146.25 + 42 172.258 215 2 0 -125.682 -136.95 -146.193 + 42 41.3689 214 2 0 -125.627 -137.15 -145.962 + 42 44.5698 279 2 1 -124.257 -136.494 -144.85 + 42 67.2251 280 2 1 -124.15 -136.441 -144.803 + 42 50.6788 278 2 1 -124.445 -137.607 -144.85 + 42 13.9869 210 2 0 -124.437 -137.997 -145.85 + 42 26.0092 1184 3 0 -54.8936 56.8862 -116.25 + 42 66.1505 1183 3 0 -54.9135 56.85 -116.137 + 42 80.4912 1182 3 0 -55.0473 56.65 -115.992 + 42 56.4385 1181 3 0 -55.1105 56.4499 -115.959 + 42 98.0519 1180 3 0 -55.1186 56.25 -115.99 + 42 96.8947 1179 3 0 -55.2657 56.0498 -116.059 + 42 5.30275 1178 3 0 -55.3141 55.8499 -116.237 + 42 175.153 1427 1 0 -33.2571 105.684 -176.25 + 42 37.5901 1426 1 0 -33.6954 105.55 -175.917 + 42 99.2844 731 1 1 -33.7324 104.985 -174.85 + 42 273.932 732 1 1 -33.6499 105.108 -174.727 + 42 50.0743 1275 0 1 75.2344 -54.6662 -204.85 + 42 207.841 1127 0 1 45.45 85.4222 -204.66 + 42 34.9023 1128 0 1 45.65 85.4342 -204.493 + 42 123.082 701 0 1 -39.7924 66.6801 -204.45 + 42 150.275 1232 0 0 -39.7631 66.6211 -205.85 + 42 330.821 1229 1 0 -40.3439 66.05 -176.153 + 42 82.9691 1445 1 0 -104.048 109.169 -176.25 + 42 303.523 699 1 1 -40.2499 66.1017 -174.634 + 42 159.965 700 1 1 -40.05 65.9765 -174.534 + 42 72.8047 697 1 1 -40.45 66.0334 -174.606 + 42 20.1442 1228 1 0 -41.1392 65.85 -176.21 +Number of digits in this event = 26 +Using G4ParticleGun ... +4.92864 LIN +e- +Event: 43 +Number of tracker hits in this event = 91 + 43 199.775 914 10 1 2.89869 93.14 95.55 + 43 108.145 1364 10 0 2.89915 93.1393 94.15 + 43 107.38 914 9 1 2.91568 93.1233 65.55 + 43 120.58 1364 9 0 2.91561 93.1277 64.15 + 43 133.359 914 8 1 2.90367 93.2187 35.55 + 43 147.921 1365 8 0 2.90332 93.2224 34.15 + 43 162.806 914 7 1 2.8949 93.2976 5.55 + 43 108.212 1365 7 0 2.8938 93.2996 4.15 + 43 219.168 914 6 1 2.86853 93.3401 -24.45 + 43 330.801 1365 6 0 2.86707 93.3416 -25.85 + 43 247.636 913 5 1 2.83732 93.3694 -54.45 + 43 239.917 1366 5 0 2.83744 93.3711 -55.85 + 43 98.3263 913 4 1 2.83778 93.4042 -84.45 + 43 150.772 1366 4 0 2.8373 93.4067 -85.85 + 43 221.098 913 3 1 2.82966 93.4476 -114.45 + 43 230.792 1366 3 0 2.82931 93.4513 -115.85 + 43 127.198 913 2 1 2.82048 93.522 -144.45 + 43 174.312 1366 2 0 2.82126 93.5267 -145.85 + 43 269.848 913 1 1 2.83867 93.6219 -174.45 + 43 207.08 1367 1 0 2.83835 93.6307 -175.85 + 43 111.02 913 0 1 2.8355 93.8192 -204.45 + 43 142.605 1368 0 0 2.83732 93.8292 -205.85 + 43 86.8663 1367 0 0 2.72478 93.7404 -206.107 + 43 27.6647 1269 1 0 -68.9311 74.05 -176.213 + 43 565.135 1366 6 0 2.91719 93.4244 -25.85 + 43 166.912 912 5 1 2.51861 94.6733 -54.4502 + 43 97.3631 1375 5 0 2.80798 95.2073 -55.85 + 43 15.7358 1376 5 0 2.87359 95.35 -56.2127 + 43 133.101 935 4 1 7.14131 106.328 -84.4501 + 43 69.8182 1434 4 0 7.03393 107.025 -85.85 + 43 50.6903 1435 4 0 7.01879 107.15 -86.0948 + 43 68.2143 922 3 1 4.56079 122.432 -114.451 + 43 80.8981 923 3 1 4.65 122.547 -114.694 + 43 72.6296 1516 3 0 5.30835 123.398 -115.85 + 43 68.0483 1517 3 0 5.42499 123.55 -116.06 + 43 6.16541 1000 2 1 20.2434 142.977 -144.45 + 43 127.277 1001 2 1 20.25 142.983 -144.465 + 43 112.331 1616 2 0 20.881 143.498 -145.85 + 43 71.7943 1617 2 0 20.9399 143.55 -145.982 + 43 102.42 1074 1 1 34.9868 154.49 -174.45 + 43 41.1612 1075 1 1 35.05 154.473 -174.728 + 43 146.295 1671 1 0 35.1461 154.469 -175.85 + 43 146.645 1092 0 1 38.4841 153.106 -204.45 + 43 86.0212 1667 0 0 38.6059 153.68 -205.85 + 43 88.8952 1668 0 0 38.618 153.75 -206.025 + 43 177.817 1367 5 0 2.83182 93.552 -55.85 + 43 99.754 912 4 1 2.52265 94.0282 -84.45 + 43 161.173 1369 4 0 2.49797 94.0356 -85.85 + 43 171.689 909 3 1 1.99101 94.1998 -114.45 + 43 124.42 1370 3 0 1.9467 94.2138 -115.85 + 43 150.083 904 2 1 0.994216 94.4954 -144.45 + 43 134.185 1371 2 0 0.905594 94.5289 -145.85 + 43 86.3739 895 1 1 -0.956443 95.1652 -174.45 + 43 68.1146 894 1 1 -1.05001 95.0337 -174.701 + 43 60.3303 1371 1 0 -1.48104 94.4104 -175.85 + 43 99.7231 1370 1 0 -1.51629 94.35 -175.958 + 43 11.8056 1369 1 0 -1.61995 94.15 -176.213 + 43 129.794 814 0 1 -17.1141 70.0175 -204.45 + 43 173.868 813 0 1 -17.25 70.4209 -204.587 + 43 16.5388 1266 0 0 -17.031 73.3837 -205.85 + 43 65.3795 1267 0 0 -17.0274 73.4501 -205.879 + 43 69.2469 1268 0 0 -17.0232 73.6502 -205.94 + 43 112.843 1269 0 0 -16.9925 73.8502 -205.97 + 43 86.9838 1270 0 0 -16.8877 74.0503 -205.959 + 43 27.5782 1271 0 0 -16.8109 74.25 -205.9 + 43 138.366 818 0 1 -16.3959 77.0638 -204.85 + 43 78.805 817 0 1 -16.45 77.3949 -204.83 + 43 166.848 816 0 1 -16.65 77.5713 -204.711 + 43 158.861 815 0 1 -16.85 77.6602 -204.482 + 43 76.9093 1296 0 0 -17.0414 79.2637 -205.85 + 43 132.044 1297 0 0 -17.0049 79.45 -205.875 + 43 14.6735 1298 0 0 -16.899 79.65 -205.901 + 43 8.90723 821 0 1 -15.6654 74.5825 -204.85 + 43 68.3258 1273 0 0 -15.232 74.7845 -205.85 + 43 185.032 1274 0 0 -15.243 74.85 -205.947 + 43 199.658 1284 1 0 -16.1347 76.8704 -176.25 + 43 137.6 821 1 1 -15.7362 76.7194 -174.85 + 43 242.257 822 1 1 -15.65 76.555 -174.734 + 43 360.34 887 0 1 -2.49945 95.8378 -204.451 + 43 215.693 1378 0 0 -2.60617 95.8442 -205.85 + 43 132.211 1379 0 0 -2.62355 95.9899 -205.85 + 43 399.607 1364 6 0 3.56492 93.15 -26.1626 + 43 123.633 1363 6 0 3.59835 92.95 -26.1689 + 43 279.427 914 0 1 3.02551 92.9449 -204.45 + 43 104.964 1364 0 0 3.07306 93.1043 -205.851 + 43 2.52246 1365 0 0 3.09245 93.15 -206.242 + 43 130.729 917 2 1 3.53007 -8.69791 -144.85 + 43 72.6062 916 2 1 3.44994 -9.12826 -144.484 + 43 46.293 915 0 1 3.05 92.9068 -204.715 + 43 87.0978 1363 0 0 3.09155 92.763 -205.85 + 43 28.7172 1362 0 0 3.09542 92.75 -205.997 +Number of digits in this event = 48 +Using G4ParticleGun ... +3.77022 LIN +e- +Event: 44 +Number of tracker hits in this event = 33 + 44 164.844 1410 9 1 102.153 -72.2601 65.55 + 44 133.972 538 9 0 102.153 -72.2619 64.15 + 44 116.012 1409 8 1 102.133 -72.2956 35.55 + 44 183.676 538 8 0 102.131 -72.2997 34.15 + 44 129.239 1409 7 1 102.089 -72.3756 5.55 + 44 117.269 538 7 0 102.087 -72.3781 4.15 + 44 127.475 1409 6 1 102.024 -72.4139 -24.45 + 44 160.418 538 6 0 102.016 -72.4433 -25.85 + 44 30.4533 537 6 0 102.014 -72.45 -26.1482 + 44 103.323 1408 5 1 101.783 -73.0775 -54.45 + 44 126.789 534 5 0 101.796 -73.0965 -55.85 + 44 130.998 1409 4 1 102.129 -73.3751 -84.45 + 44 124.403 533 4 0 102.161 -73.389 -85.85 + 44 134.331 1413 3 1 102.86 -73.6194 -114.45 + 44 115.771 531 3 0 102.892 -73.6644 -115.85 + 44 99.6095 1417 2 1 103.64 -74.482 -144.45 + 44 137.49 527 2 0 103.691 -74.5136 -145.85 + 44 110.604 1423 1 1 104.796 -75.216 -174.45 + 44 95.8886 524 1 0 104.857 -75.2424 -175.85 + 44 261.205 1430 0 1 106.159 -75.762 -204.45 + 44 112.424 521 0 0 106.232 -75.7983 -205.85 + 44 220.123 229 6 1 -134.15 -72.8686 -24.7975 + 44 58.1061 455 0 0 5.65625 -88.85 -205.994 + 44 11.3882 517 0 0 106.5 -76.6362 -205.85 + 44 84.047 516 0 0 106.504 -76.65 -205.869 + 44 70.6689 515 0 0 106.56 -76.85 -206.078 + 44 172.843 514 0 0 106.657 -77.05 -206.16 + 44 49.1668 1434 0 1 106.99 -76.8138 -204.85 + 44 77.6385 1433 0 1 106.95 -76.7919 -204.663 + 44 58.116 479 1 0 87.7634 -84.05 -175.907 + 44 287.2 1403 0 1 100.892 -73.3262 -204.45 + 44 276.386 533 0 0 100.884 -73.3316 -205.85 + 44 135.059 236 2 0 155.144 -132.807 -146.25 +Number of digits in this event = 19 +Using G4ParticleGun ... +8.14333 LIN +e- +Event: 45 +Number of tracker hits in this event = 25 + 45 106.809 1359 9 1 92.049 96.8323 65.55 + 45 159.722 1383 9 0 92.049 96.8318 64.15 + 45 116.108 1359 8 1 92.0505 96.8242 35.55 + 45 133.477 1383 8 0 92.0505 96.8234 34.15 + 45 107.934 1359 7 1 92.0525 96.8074 5.55 + 45 283.218 1383 7 0 92.0531 96.8068 4.15 + 45 122.754 1359 6 1 92.0695 96.7902 -24.45 + 45 122.317 1383 6 0 92.0703 96.7895 -25.85 + 45 113.589 1359 5 1 92.0848 96.7774 -54.45 + 45 141.541 1383 5 0 92.0865 96.7759 -55.85 + 45 108.376 1359 4 1 92.1184 96.7463 -84.45 + 45 118.107 1382 4 0 92.1189 96.7455 -85.85 + 45 99.2179 1359 3 1 92.133 96.7337 -114.45 + 45 106.046 1382 3 0 92.1336 96.7346 -115.85 + 45 121.267 1359 2 1 92.1499 96.7629 -144.45 + 45 196.971 1383 2 0 92.1498 96.7633 -145.85 + 45 126.161 1359 1 1 92.1498 96.7703 -174.45 + 45 121.769 1383 1 0 92.1483 96.7735 -175.85 + 45 129.814 1359 0 1 92.1111 96.8379 -204.45 + 45 197.449 1383 0 0 92.1092 96.8399 -205.85 + 45 130.867 1294 2 0 36.7753 78.8593 -146.25 + 45 92.0425 1402 2 0 54.1849 100.691 -146.25 + 45 48.9814 1403 2 0 54.1289 100.75 -146.217 + 45 25.2069 1407 10 1 101.584 11.6575 95.15 + 45 72.2357 1382 7 0 91.9271 96.75 4.04964 +Number of digits in this event = 15 +Using G4ParticleGun ... +1.9184 LIN +e- +Event: 46 +Number of tracker hits in this event = 33 + 46 129.175 610 9 1 -58.0295 115.517 65.55 + 46 107.724 1476 9 0 -58.0289 115.517 64.15 + 46 242.829 610 8 1 -58.0148 115.513 35.55 + 46 121.123 1476 8 0 -58.0171 115.513 34.15 + 46 173.336 609 7 1 -58.058 115.495 5.55 + 46 126.014 1476 7 0 -58.0597 115.499 4.15 + 46 106.756 609 6 1 -58.0863 115.57 -24.45 + 46 177.852 1477 6 0 -58.0856 115.576 -25.85 + 46 136.983 609 5 1 -58.0642 115.703 -54.45 + 46 142.298 1477 5 0 -58.0655 115.711 -55.85 + 46 159.86 609 4 1 -58.0969 115.869 -84.45 + 46 130.839 1478 4 0 -58.0996 115.877 -85.85 + 46 143.204 609 3 1 -58.1515 116.053 -114.45 + 46 121.293 1479 3 0 -58.1555 116.061 -115.85 + 46 126.796 610 2 1 -58.0254 116.187 -144.45 + 46 196.997 1480 2 0 -58.0232 116.198 -145.85 + 46 118.82 610 1 1 -57.983 116.422 -174.45 + 46 421.455 1481 1 0 -57.9879 116.438 -175.85 + 46 642.943 609 0 1 -58.0747 116.752 -204.45 + 46 265.733 1483 0 0 -58.0804 116.761 -205.85 + 46 57.8356 1689 1 0 -23.3975 158.035 -176.25 + 46 29.2882 1608 0 0 33.9862 141.762 -206.25 + 46 5.32603 1075 0 1 35.1644 142.463 -204.85 + 46 75.5864 1622 0 0 42.0951 144.566 -205.85 + 46 204.776 1139 0 1 47.9025 146.75 -204.85 + 46 63.4662 1138 0 1 47.85 146.789 -204.82 + 46 169.314 161 1 1 -147.875 29.9542 -174.45 + 46 312.539 609 1 1 -58.2368 116.443 -174.45 + 46 18.2576 1480 1 0 -58.285 116.35 -176.166 + 46 129.124 605 0 1 -58.9355 114.297 -204.45 + 46 139.813 1470 0 0 -58.9793 114.198 -205.85 + 46 95.547 1512 0 0 -73.2285 122.728 -206.25 + 46 120.389 608 0 1 -58.2503 116.835 -204.599 +Number of digits in this event = 25 +Using G4ParticleGun ... +2.48798 LIN +e- +Event: 47 +Number of tracker hits in this event = 34 + 47 203.64 196 7 1 -140.803 48.6857 5.55 + 47 131.437 1143 7 0 -140.799 48.6856 4.15 + 47 154.279 197 6 1 -140.739 48.6936 -24.45 + 47 121.291 1143 6 0 -140.739 48.697 -25.85 + 47 133.165 197 5 1 -140.74 48.7685 -54.45 + 47 157.846 1143 5 0 -140.734 48.7703 -55.85 + 47 216.312 197 4 1 -140.602 48.7899 -84.45 + 47 153.829 1143 4 0 -140.588 48.7917 -85.85 + 47 183.167 199 3 1 -140.331 48.8509 -114.45 + 47 130.216 1144 3 0 -140.316 48.8549 -115.85 + 47 125.664 200 2 1 -140.001 48.915 -144.45 + 47 114.239 1144 2 0 -139.98 48.9264 -145.85 + 47 138.166 203 1 1 -139.528 49.1639 -174.45 + 47 250.346 1145 1 0 -139.505 49.1803 -175.85 + 47 117.877 205 0 1 -139.055 49.4812 -204.45 + 47 125.176 1147 0 0 -139.037 49.4956 -205.85 + 47 59.3632 1146 1 0 -139.469 49.25 -176.041 + 47 12.6965 222 0 1 -135.594 63.9321 -204.45 + 47 93.642 223 0 1 -135.55 63.9318 -204.48 + 47 55.882 224 0 1 -135.35 63.8787 -204.6 + 47 53.953 225 0 1 -135.15 63.8318 -204.621 + 47 48.6275 226 0 1 -134.95 63.8986 -204.634 + 47 82.3066 227 0 1 -134.75 63.9764 -204.667 + 47 51.4106 228 0 1 -134.55 63.9785 -204.701 + 47 85.0594 229 0 1 -134.35 63.9915 -204.732 + 47 130.18 230 0 1 -134.15 63.9796 -204.778 + 47 70.5959 231 0 1 -133.95 63.9581 -204.769 + 47 285.273 232 0 1 -133.75 63.9122 -204.793 + 47 265.691 233 0 1 -133.55 63.8333 -204.743 + 47 213.821 1218 0 0 -134.146 63.7279 -205.85 + 47 115.41 307 4 1 -118.637 15.8686 -84.85 + 47 137.093 774 0 1 -25.1373 66.5036 -204.45 + 47 110.913 775 0 1 -25.05 66.6623 -204.579 + 47 9.86566 1065 3 0 -137.166 33.25 -115.914 +Number of digits in this event = 21 +Using G4ParticleGun ... +7.11866 LIN +e- +Event: 48 +Number of tracker hits in this event = 104 + 48 113.301 1296 9 1 79.2682 -105.055 65.55 + 48 135.48 375 9 0 79.2689 -105.055 64.15 + 48 158.464 1296 8 1 79.2834 -105.072 35.55 + 48 206.502 375 8 0 79.2841 -105.072 34.15 + 48 103.434 1296 7 1 79.2938 -105.078 5.55 + 48 174.335 375 7 0 79.2949 -105.078 4.15 + 48 124.827 1296 6 1 79.3182 -105.089 -24.45 + 48 123.846 375 6 0 79.3176 -105.087 -25.85 + 48 357.242 1296 5 1 79.3172 -105.051 -54.45 + 48 329.242 375 5 0 79.3158 -105.049 -55.85 + 48 138.889 1296 4 1 79.2816 -105.008 -84.45 + 48 166.99 375 4 0 79.2815 -105.006 -85.85 + 48 294.279 1296 3 1 79.2902 -104.964 -114.45 + 48 294.419 375 3 0 79.2893 -104.962 -115.85 + 48 110.011 1296 2 1 79.2733 -104.936 -144.45 + 48 105.376 376 2 0 79.2708 -104.934 -145.85 + 48 299.88 1295 1 1 79.2291 -104.898 -174.45 + 48 333.669 376 1 0 79.2259 -104.897 -175.85 + 48 324.47 1295 0 1 79.16 -104.866 -204.45 + 48 200.188 376 0 0 79.1587 -104.864 -205.85 + 48 60.6731 378 3 0 79.3454 -104.415 -115.85 + 48 82.0315 379 3 0 79.3642 -104.35 -116.057 + 48 136.315 1307 2 1 81.5523 -96.7478 -144.45 + 48 286.058 416 2 0 81.6423 -96.8221 -145.85 + 48 10.3721 1314 1 1 82.8759 -102.365 -174.45 + 48 80.3482 1313 1 1 82.85 -102.384 -174.48 + 48 34.8279 1312 1 1 82.65 -102.525 -174.731 + 48 94.0295 384 1 0 81.6641 -103.172 -175.851 + 48 58.5163 383 1 0 81.4352 -103.35 -176.124 + 48 193.716 1295 3 1 79.2499 -104.842 -114.533 + 48 221.964 374 3 0 79.8323 -105.3 -115.85 + 48 136.317 373 3 0 79.9023 -105.35 -115.945 + 48 17.9642 1311 3 1 82.3386 -106.089 -114.85 + 48 49.8053 1201 2 1 60.299 -110.456 -144.45 + 48 54.6975 1200 2 1 60.25 -110.414 -144.657 + 48 132.354 350 2 0 59.9143 -110.115 -145.85 + 48 110.724 1166 1 1 53.3098 -105.212 -174.45 + 48 102.866 373 1 0 53.5396 -105.361 -175.85 + 48 52.7218 1180 0 1 56.1739 -106.711 -204.45 + 48 126.304 1181 0 1 56.25 -106.643 -204.592 + 48 102.361 371 0 0 56.3679 -105.832 -205.851 + 48 152.864 372 0 0 56.3637 -105.75 -205.99 + 48 89.2939 326 0 0 30.9869 -114.84 -206.25 + 48 90.4273 325 0 0 30.8769 -114.95 -206.034 + 48 10.3642 324 0 0 30.8908 -115.15 -205.875 + 48 53.0056 1053 0 1 30.7507 -116.684 -204.85 + 48 111.827 1052 0 1 30.65 -116.822 -204.8 + 48 5.51143 1051 0 1 30.45 -117.004 -204.846 + 48 11.2479 305 0 0 28.357 -119.116 -205.85 + 48 27.9296 304 0 0 28.3342 -119.15 -205.863 + 48 44.0229 1036 0 1 27.3377 -121.211 -204.85 + 48 86.6869 1035 0 1 27.2499 -121.262 -204.78 + 48 181.743 1034 0 1 27.0499 -121.25 -204.717 + 48 138.37 1033 0 1 26.8499 -121.246 -204.586 + 48 53.8205 1177 1 1 55.5529 -110.264 -174.45 + 48 121.815 1176 1 1 55.4497 -110.277 -174.617 + 48 91.0701 1175 1 1 55.25 -110.252 -174.789 + 48 155.63 1174 1 1 55.05 -110.317 -174.645 + 48 598.648 1296 1 1 79.2836 -104.866 -174.45 + 48 340.608 1296 0 1 79.2776 -104.839 -204.45 + 48 198.436 1640 9 1 148.15 -48.9545 65.2039 + 48 76.391 1639 9 1 148.15 -48.7914 65.2733 + 48 7.44357 375 1 0 79.3477 -104.95 -176.222 + 48 110.955 1301 0 1 80.3519 -106.439 -204.45 + 48 163.381 368 0 0 80.3796 -106.478 -205.85 + 48 61.7222 385 1 0 76.9968 -102.981 -175.85 + 48 162.074 386 1 0 76.9457 -102.95 -175.934 + 48 119.229 1301 4 1 80.4232 -104.487 -84.45 + 48 108.199 377 4 0 80.4037 -104.556 -85.85 + 48 71.4594 1299 3 1 79.8586 -106.979 -114.45 + 48 68.071 1298 3 1 79.85 -107.002 -114.655 + 48 149.476 365 3 0 79.8179 -107.101 -115.85 + 48 112.15 1295 2 1 79.2428 -110.478 -144.45 + 48 60.7789 1294 2 1 79.05 -110.527 -144.796 + 48 140.885 347 2 0 78.5052 -110.641 -145.85 + 48 66.739 1208 1 1 61.7573 -114.736 -174.45 + 48 53.7489 1207 1 1 61.65 -114.807 -174.674 + 48 118.134 324 1 0 61.0472 -115.193 -175.85 + 48 95.3348 1141 0 1 48.3763 -122.552 -204.45 + 48 89.8622 1140 0 1 48.25 -122.558 -204.644 + 48 170.136 288 0 0 47.3131 -122.537 -205.85 + 48 38.2071 287 0 0 46.9972 -122.55 -206.24 + 48 225.635 212 0 0 44.6623 -137.633 -206.25 + 48 107.745 374 5 0 79.2499 -105.191 -55.8505 + 48 110.065 1291 4 1 78.4043 -108.196 -84.4502 + 48 120.889 358 4 0 78.3478 -108.412 -85.85 + 48 156.092 1283 3 1 76.7443 -112.779 -114.45 + 48 230.697 335 3 0 76.9095 -112.956 -115.85 + 48 133.839 1298 2 1 79.7397 -115.92 -144.45 + 48 161.886 321 2 0 79.8725 -115.897 -145.85 + 48 191.994 1309 1 1 82.0186 -116.393 -174.45 + 48 27.8799 318 1 0 81.9901 -116.543 -175.85 + 48 87.7096 317 1 0 81.9893 -116.55 -175.939 + 48 123.194 1309 0 1 81.9691 -118.96 -204.451 + 48 111.993 307 0 0 81.9842 -118.725 -205.85 + 48 58.5063 322 2 0 79.9801 -115.75 -146.152 + 48 99.2458 539 2 0 67.6402 -72.141 -146.25 + 48 163.756 540 2 0 67.6142 -72.05 -146.148 + 48 177.448 541 2 0 67.4075 -71.85 -146.022 + 48 297.743 374 1 0 79.3792 -105.162 -175.85 + 48 301.824 375 0 0 79.3407 -105.058 -205.85 + 48 80.6308 1297 1 1 79.45 -105.28 -174.834 + 48 260.217 1298 1 1 79.65 -105.432 -174.692 + 48 182.12 1299 1 1 79.85 -105.624 -174.657 +Number of digits in this event = 53 +Using G4ParticleGun ... +8.7933 LIN +e- +Event: 49 +Number of tracker hits in this event = 125 + 49 138.016 605 10 1 -58.9964 90.4696 95.55 + 49 124.012 1351 10 0 -58.9969 90.4699 94.15 + 49 132.029 605 9 1 -59.0049 90.4793 65.55 + 49 110.011 1351 9 0 -59.0066 90.48 64.15 + 49 146.687 605 8 1 -59.044 90.4992 35.55 + 49 416.158 1351 8 0 -59.0463 90.5006 34.15 + 49 157.486 604 7 1 -59.0902 90.5285 5.55 + 49 391.306 1351 7 0 -59.093 90.531 4.15 + 49 433.113 604 6 1 -59.1526 90.5842 -24.45 + 49 299.407 1352 6 0 -59.1554 90.586 -25.85 + 49 133.949 604 5 1 -59.2166 90.6227 -54.45 + 49 163.756 1352 5 0 -59.2202 90.6252 -55.85 + 49 231.722 603 4 1 -59.2955 90.6781 -84.45 + 49 120.381 1352 4 0 -59.3021 90.6807 -85.85 + 49 375.315 603 3 1 -59.4386 90.7356 -114.45 + 49 233.73 1352 3 0 -59.4451 90.7378 -115.85 + 49 135.507 602 2 1 -59.5791 90.7901 -144.45 + 49 135.018 1353 2 0 -59.5847 90.7916 -145.85 + 49 187.262 601 1 1 -59.71 90.8265 -174.45 + 49 222.072 1353 1 0 -59.7133 90.8275 -175.85 + 49 98.6849 601 0 1 -59.7534 90.8691 -204.45 + 49 123.67 1353 0 0 -59.7525 90.8752 -205.85 + 49 42.3352 1479 5 1 115.95 -45.0395 -54.8096 + 49 9.49972 1478 5 1 115.95 -45.0403 -54.8062 + 49 95.5646 459 2 1 -88.05 -127.497 -144.715 + 49 213.673 460 2 1 -88.05 -127.69 -144.515 + 49 3.08751 1250 2 0 -52.2163 70.1684 -146.25 + 49 195.107 787 0 1 -22.65 128.257 -204.814 + 49 9.53662 603 6 1 -59.25 90.7734 -24.5165 + 49 217.768 604 2 1 -59.0748 91.3116 -144.45 + 49 130.084 1356 2 0 -59.0634 91.3676 -145.85 + 49 119.619 606 1 1 -58.6911 92.4713 -174.45 + 49 18.2389 1361 1 0 -58.8467 92.5468 -175.85 + 49 127.204 1362 1 0 -58.8531 92.55 -175.906 + 49 104.155 590 0 1 -61.9986 94.3879 -204.45 + 49 15.4255 589 0 1 -62.05 94.4196 -204.785 + 49 68.6985 1371 0 0 -62.2078 94.5258 -205.85 + 49 67.2785 1372 0 0 -62.2421 94.55 -206.094 + 49 10.0542 1779 1 1 175.95 -71.676 -174.479 + 49 73.1558 1780 1 1 176.276 -71.9686 -174.45 + 49 271.07 1781 1 1 176.35 -71.9155 -174.661 + 49 215.85 535 1 0 176.778 -72.8982 -175.85 + 49 103.232 536 1 0 176.874 -72.85 -175.951 + 49 59.7169 541 1 0 177.215 -71.7059 -175.85 + 49 343.65 1350 3 0 -59.6006 90.3387 -115.85 + 49 66.7676 1351 3 0 -59.6695 90.35 -116.056 + 49 305.485 1351 6 0 -58.9875 90.55 -26.2023 + 49 59.483 1311 5 0 -46.3441 82.2764 -55.85 + 49 155.45 604 8 1 -59.05 90.5428 35.1932 + 49 182.395 603 2 1 -59.4312 90.7099 -144.45 + 49 97.6743 1351 2 0 -59.1536 90.5057 -145.851 + 49 8.31359 623 1 1 -55.4487 86.0799 -174.45 + 49 95.5124 622 1 1 -55.45 86.08 -174.467 + 49 311.842 1330 1 0 -55.4824 86.1457 -175.85 + 49 132.668 616 0 1 -56.7874 87.7115 -204.45 + 49 110.621 1339 0 0 -56.8652 87.8751 -205.85 + 49 48.7141 605 2 1 -59.05 90.542 -144.754 + 49 195.018 1350 2 0 -58.2462 90.2266 -145.85 + 49 47.8974 719 1 1 -36.1326 76.6484 -174.45 + 49 297.493 720 1 1 -36.05 76.6216 -174.532 + 49 171.647 721 1 1 -35.85 76.5577 -174.724 + 49 258.721 1279 1 0 -34.3766 76.0488 -175.85 + 49 28.7164 1278 1 0 -33.8843 75.8498 -176.195 + 49 222.411 1331 1 0 44.8575 86.25 -176.035 + 49 41.3955 1131 1 1 46.3287 86.9775 -174.85 + 49 65.2994 1132 1 1 46.4503 87.0298 -174.762 + 49 73.6549 1133 1 1 46.65 87.1084 -174.616 + 49 30.9571 1134 1 1 46.85 87.1885 -174.452 + 49 68.5236 1135 1 1 47.0511 87.3001 -174.5 + 49 64.5406 1136 1 1 47.25 87.3831 -174.603 + 49 110.036 1137 1 1 47.45 87.491 -174.7 + 49 5.25155 1138 1 1 47.65 87.5874 -174.835 + 49 67.2154 1340 1 0 48.8213 88.1608 -175.85 + 49 117.084 1341 1 0 48.9801 88.25 -176.004 + 49 61.7191 1237 0 1 67.5502 95.8812 -204.451 + 49 44.1897 1236 0 1 67.45 95.9008 -204.672 + 49 16.9275 1375 0 0 67.1008 95.1841 -205.85 + 49 115.954 1374 0 0 67.0861 95.15 -205.897 + 49 40.2654 1373 0 0 66.9872 94.9498 -206.156 + 49 94.8114 1344 0 0 61.4409 88.9185 -206.25 + 49 164.738 1206 0 1 61.2967 88.227 -204.85 + 49 112.35 1332 1 0 44.9978 86.45 -175.859 + 49 60.6192 1292 1 0 -36.0474 78.4812 -175.85 + 49 52.239 1293 1 0 -36.0397 78.65 -175.944 + 49 52.7897 1294 1 0 -36.0635 78.85 -176.009 + 49 93.2578 1295 1 0 -36.0293 79.05 -176.053 + 49 62.5013 1296 1 0 -35.9777 79.25 -176.114 + 49 362.186 1342 1 0 -44.136 88.6176 -176.25 + 49 0.581057 685 1 1 -42.8524 89.0444 -174.85 + 49 322.298 686 1 1 -42.85 89.0453 -174.848 + 49 46.8123 687 1 1 -42.65 88.9319 -174.711 + 49 217.422 605 7 1 -58.9691 90.378 5.55 + 49 139.689 606 6 1 -58.806 90.4258 -24.45 + 49 169.591 609 5 1 -58.1582 90.3136 -54.45 + 49 181.647 1350 5 0 -58.0982 90.3023 -55.85 + 49 138.061 623 3 1 -55.3053 89.8528 -114.45 + 49 123.053 1348 3 0 -55.229 89.8394 -115.85 + 49 119.354 631 2 1 -53.8153 89.2787 -144.45 + 49 128.734 1345 2 0 -53.7398 89.2474 -145.85 + 49 132.432 638 1 1 -52.3871 88.7378 -174.45 + 49 116.15 1343 1 0 -52.3112 88.6736 -175.85 + 49 49.8466 646 0 1 -50.6598 87.4268 -204.45 + 49 64.9502 647 0 1 -50.65 87.4176 -204.625 + 49 110.052 1336 0 0 -50.5811 87.3446 -205.85 + 49 154.168 339 0 1 -112.198 -22.7743 -204.85 + 49 150.896 743 0 0 -126.169 -31.25 -206.098 + 49 184.256 1351 5 0 -58.1121 90.35 -56.1642 + 49 65.2229 1347 5 0 -55.4526 89.4867 -55.85 + 49 7.0336 640 5 1 -51.872 90.4439 -54.8499 + 49 90.2973 641 5 1 -51.85 90.4514 -54.8449 + 49 155.814 642 5 1 -51.6499 90.5344 -54.7874 + 49 221.501 643 5 1 -51.45 90.761 -54.7595 + 49 156.271 605 6 1 -58.9257 90.4459 -24.45 + 49 310.591 605 5 1 -58.9813 90.4283 -54.45 + 49 140.012 1350 4 0 -59.2788 90.3408 -85.85 + 49 122.372 602 3 1 -59.5958 90.2893 -114.45 + 49 126.229 600 2 1 -59.9228 90.2221 -144.45 + 49 233.821 598 1 1 -60.2969 90.2149 -174.45 + 49 142.812 1350 1 0 -60.3144 90.2146 -175.85 + 49 155.179 596 0 1 -60.6666 90.2509 -204.45 + 49 251.799 1350 0 0 -60.6777 90.247 -205.85 + 49 21.3563 595 1 1 -60.9576 91.0838 -174.45 + 49 150.955 596 1 1 -60.8486 94.7167 -174.85 + 49 87.4743 597 0 1 -60.5741 89.9915 -204.45 + 49 208.986 1351 0 0 -61.0897 90.35 -205.856 +Number of digits in this event = 68 +Using G4ParticleGun ... +3.88656 LIN +e- +Event: 50 +Number of tracker hits in this event = 78 + 50 124.878 532 9 1 -73.4968 -104.922 65.55 + 50 107.097 376 9 0 -73.4982 -104.922 64.15 + 50 101.316 532 8 1 -73.5242 -104.915 35.55 + 50 169.879 376 8 0 -73.5265 -104.915 34.15 + 50 116.469 532 7 1 -73.5731 -104.93 5.55 + 50 124.94 376 7 0 -73.5737 -104.934 4.15 + 50 108.028 532 6 1 -73.5839 -105.034 -24.45 + 50 107.061 375 6 0 -73.5844 -105.037 -25.85 + 50 94.1958 532 5 1 -73.5939 -105.081 -54.45 + 50 527.831 375 5 0 -73.5917 -105.083 -55.85 + 50 108.405 532 4 1 -73.5453 -105.122 -84.45 + 50 168.42 375 4 0 -73.5429 -105.123 -85.85 + 50 308.45 532 3 1 -73.4896 -105.132 -114.45 + 50 103.629 375 3 0 -73.4845 -105.129 -115.85 + 50 118.914 533 2 1 -73.3798 -105.076 -144.45 + 50 155.51 375 2 0 -73.3758 -105.071 -145.85 + 50 146.268 533 1 1 -73.3 -104.981 -174.45 + 50 114.357 375 1 0 -73.2962 -104.977 -175.85 + 50 352.723 534 0 1 -73.2246 -104.894 -204.45 + 50 193.119 376 0 0 -73.2226 -104.889 -205.85 + 50 244.994 375 0 0 -73.1614 -104.989 -205.85 + 50 64.0656 378 0 1 -104.35 -68.8018 -204.772 + 50 326.995 556 2 1 -68.7143 -141.276 -144.45 + 50 278.3 531 3 1 -73.7785 -105.078 -114.45 + 50 217.1 530 3 1 -73.85 -105.042 -114.5 + 50 76.7806 529 3 1 -74.0502 -104.929 -114.532 + 50 122.439 528 3 1 -74.25 -104.904 -114.558 + 50 60.5646 527 3 1 -74.4501 -104.926 -114.707 + 50 16.3312 382 3 0 -75.2592 -103.586 -115.85 + 50 136.14 383 3 0 -75.2959 -103.55 -115.887 + 50 116.381 374 3 0 -73.2338 -105.215 -115.85 + 50 116.145 568 2 1 -66.3455 -102.484 -144.45 + 50 47.0908 388 2 0 -66.4425 -102.362 -145.85 + 50 89.263 389 2 0 -66.4512 -102.35 -145.986 + 50 129.968 559 1 1 -68.2061 -99.2402 -174.45 + 50 102.707 402 1 0 -68.2127 -99.5618 -175.85 + 50 149.816 554 0 1 -69.0635 -106.791 -204.45 + 50 169.65 363 0 0 -69.4677 -107.486 -205.85 + 50 74.361 362 0 0 -69.5012 -107.55 -205.977 + 50 112.709 342 0 0 -78.0493 -111.682 -206.25 + 50 255.033 512 0 1 -77.632 -111.707 -204.85 + 50 118.379 363 1 0 -78.3228 -107.515 -176.25 + 50 526.581 512 1 1 -77.6024 -107.311 -174.85 + 50 134.893 513 1 1 -77.2585 -107.38 -174.45 + 50 298.238 531 5 1 -73.6647 -104.949 -54.45 + 50 151.032 536 4 1 -72.7738 -106.091 -84.45 + 50 109.11 369 4 0 -72.7066 -106.151 -85.85 + 50 190.741 545 3 1 -70.9548 -107.204 -114.45 + 50 164.341 364 3 0 -70.7132 -107.258 -115.851 + 50 131.398 573 2 1 -65.4201 -108.547 -144.45 + 50 134.675 357 2 0 -65.2619 -108.591 -145.85 + 50 112.397 589 1 1 -62.0672 -109.533 -174.45 + 50 142.116 590 1 1 -62.05 -109.546 -174.723 + 50 126.703 352 1 0 -61.9878 -109.598 -175.85 + 50 24.8203 598 0 1 -60.2564 -110.637 -204.45 + 50 88.6123 599 0 1 -60.25 -110.644 -204.546 + 50 70.3342 347 0 0 -60.1717 -110.734 -205.85 + 50 41.5801 346 0 0 -60.1578 -110.75 -206.087 + 50 86.9026 591 1 1 -61.8496 -109.489 -174.677 + 50 13.8511 358 1 0 -61.101 -108.38 -175.85 + 50 196.609 359 1 0 -61.0818 -108.35 -175.878 + 50 9.70814 360 1 0 -60.551 -108.15 -176.22 + 50 5.74085 555 2 1 -68.884 -108.43 -144.45 + 50 151.069 557 2 1 -68.65 -108.359 -144.772 + 50 69.7569 360 2 0 -68.2735 -107.969 -145.85 + 50 13.421 376 5 0 -73.6645 -104.95 -55.85 + 50 140.345 531 4 1 -73.7023 -105.178 -84.45 + 50 169.02 374 4 0 -73.7108 -105.197 -85.85 + 50 126.847 372 3 0 -73.8576 -105.594 -115.85 + 50 252.005 530 2 1 -73.9743 -106.272 -144.45 + 50 144.122 369 2 0 -73.9715 -106.301 -145.85 + 50 109.588 531 1 1 -73.7807 -106.805 -174.45 + 50 116.905 366 1 0 -73.7717 -106.837 -175.85 + 50 104.224 532 0 1 -73.5637 -107.491 -204.45 + 50 143.67 471 9 1 -85.7625 -128.809 65.15 + 50 93.2594 586 6 1 -62.8086 50.4437 -24.85 + 50 0.243408 253 3 0 -33.6748 -129.35 -116.191 + 50 314.138 348 3 0 -86.9813 -110.481 -116.25 +Number of digits in this event = 42 +Using G4ParticleGun ... +2.1679 LIN e- Event: 51 Number of tracker hits in this event = 65 - 51 117.557 1583 7 1 136.84 51.8654 5.55 - 51 125.464 1159 7 0 136.84 51.8662 4.15 - 51 114.429 1583 6 1 136.853 51.8841 -24.45 - 51 102.912 1159 6 0 136.855 51.8793 -25.85 - 51 415.185 1583 5 1 136.893 51.7725 -54.45 - 51 215.142 1158 5 0 136.896 51.7661 -55.85 - 51 175.667 1584 4 1 136.959 51.6241 -84.45 - 51 222.274 1157 4 0 136.965 51.617 -85.85 - 51 114.011 1584 3 1 137.084 51.4718 -114.45 - 51 135.858 1157 3 0 137.09 51.4628 -115.85 - 51 108.361 1585 2 1 137.212 51.283 -144.45 - 51 104.417 1156 2 0 137.216 51.273 -145.85 - 51 95.529 1585 1 1 137.3 51.1177 -174.45 - 51 108.876 1155 1 0 137.303 51.1116 -175.85 - 51 121.615 1586 0 1 137.35 50.9806 -204.45 - 51 233.117 1154 0 0 137.354 50.9697 -205.85 - 51 77.6625 1567 0 1 133.637 -27.6891 -204.85 - 51 244.085 1581 4 1 136.534 51.6102 -84.45 - 51 142.83 1576 3 1 135.431 51.0369 -114.45 - 51 110.551 1154 3 0 135.411 50.9937 -115.85 - 51 93.2207 1574 2 1 134.958 50.1546 -144.45 - 51 95.6571 1150 2 0 134.937 50.0983 -145.85 - 51 160.481 1570 1 1 134.319 49.0995 -174.45 - 51 67.8921 1145 1 0 134.289 49.0575 -175.85 - 51 29.83 1144 1 0 134.284 49.05 -176.104 - 51 135.866 1568 0 1 133.781 48.2181 -204.45 - 51 155.047 1140 0 0 133.749 48.1445 -205.85 - 51 127.602 1160 5 0 136.838 52.1232 -55.85 - 51 146.149 1576 4 1 135.419 56.3844 -84.4505 - 51 142.017 1180 4 0 135.099 56.1558 -85.8501 - 51 297.907 1537 3 1 127.709 51.4821 -114.45 - 51 62.7686 1536 3 1 127.55 51.3027 -114.749 - 51 96.2982 1152 3 0 127.109 50.6295 -115.85 - 51 41.2105 1151 3 0 127.009 50.4499 -116.142 - 51 33.2035 797 3 0 92.4225 -20.5586 -116.25 - 51 90.8406 796 3 0 92.3737 -20.65 -116.2 - 51 110.08 795 3 0 92.2627 -20.85 -116.052 - 51 24.4138 794 3 0 92.117 -21.05 -115.904 - 51 119.963 1354 3 1 91.0457 -22.3169 -114.85 - 51 170.88 1353 3 1 90.95 -22.4398 -114.755 - 51 96.8327 1352 3 1 90.75 -22.6839 -114.576 - 51 57.6418 1355 3 1 91.15 -23.5728 -114.715 - 51 41.6324 1356 3 1 91.35 -23.6753 -114.798 - 51 194.498 774 3 0 93.9495 -25.0968 -115.85 - 51 117.73 773 3 0 94.3002 -25.25 -115.981 - 51 64.2576 772 3 0 94.6167 -25.45 -116.109 - 51 47.4759 779 3 0 143.79 -24.1345 -116.25 - 51 131.354 780 3 0 143.896 -24.05 -116.141 - 51 125.795 781 3 0 144.14 -23.85 -115.955 - 51 70.6345 782 3 0 144.379 -23.65 -115.961 - 51 67.8207 783 3 0 144.587 -23.45 -115.972 - 51 81.4362 784 3 0 144.759 -23.25 -115.977 - 51 101.848 785 3 0 144.99 -23.05 -115.957 - 51 63.7044 786 3 0 145.246 -22.85 -115.976 - 51 64.7694 787 3 0 145.423 -22.65 -116.01 - 51 94.4709 788 3 0 145.529 -22.45 -116.025 - 51 100.598 789 3 0 145.695 -22.2497 -116.014 - 51 338.227 790 3 0 145.995 -22.0496 -116.01 - 51 134.459 791 3 0 146.876 -21.85 -116.026 - 51 2.47082 677 3 0 145.517 -44.6449 -116.25 - 51 89.8179 676 3 0 145.514 -44.65 -116.246 - 51 113.034 675 3 0 145.406 -44.85 -116.038 - 51 276.904 1626 3 1 145.499 -45.4678 -114.85 - 51 43.0139 1625 3 1 145.35 -45.5095 -114.543 - 51 44.8988 775 3 0 92.3928 -24.85 -116.081 -Number of digits in this event = 26 + 51 115.115 801 11 1 -19.8303 -24.7853 125.55 + 51 121.589 776 11 0 -19.8306 -24.7904 124.15 + 51 218.495 801 10 1 -19.8247 -24.9234 95.55 + 51 154.241 775 10 0 -19.8204 -24.9267 94.15 + 51 168.161 801 9 1 -19.739 -24.9901 65.55 + 51 121.739 775 9 0 -19.7363 -24.9861 64.15 + 51 184.806 801 8 1 -19.6669 -24.8912 35.55 + 51 106.082 775 8 0 -19.6654 -24.8881 34.15 + 51 117.544 802 7 1 -19.6426 -24.8344 5.55 + 51 188.446 776 7 0 -19.6406 -24.8288 4.15 + 51 125.631 802 6 1 -19.6415 -24.7238 -24.45 + 51 264.288 776 6 0 -19.6508 -24.7097 -25.85 + 51 153.275 800 5 1 -19.8526 -24.385 -54.45 + 51 168.772 778 5 0 -19.8653 -24.3705 -55.85 + 51 136.508 799 4 1 -20.1444 -24.1062 -84.45 + 51 106.846 779 4 0 -20.1586 -24.0892 -85.85 + 51 96.2508 798 3 1 -20.4305 -23.7654 -114.45 + 51 108.622 781 3 0 -20.441 -23.7507 -115.85 + 51 120.956 796 2 1 -20.6577 -23.4159 -144.45 + 51 101.084 783 2 0 -20.6669 -23.4072 -145.85 + 51 123.191 796 1 1 -20.8388 -23.2163 -174.45 + 51 149.184 784 1 0 -20.8505 -23.2103 -175.85 + 51 160.225 794 0 1 -21.0564 -23.1068 -204.45 + 51 200.037 784 0 0 -21.0619 -23.104 -205.85 + 51 170.134 955 0 1 11.0753 -20.6358 -204.85 + 51 296.963 800 2 1 -19.8686 -24.4098 -144.451 + 51 257.934 777 2 0 -19.9021 -24.5135 -145.85 + 51 167.598 804 1 1 -19.1317 -26.484 -174.45 + 51 110.646 803 1 1 -19.25 -26.8672 -174.82 + 51 64.3933 759 1 0 -19.7421 -28.0971 -175.85 + 51 290.687 758 1 0 -19.8031 -28.25 -175.975 + 51 41.7927 757 1 0 -19.8591 -28.4503 -176.142 + 51 36.5295 612 1 0 -17.0811 -57.4916 -176.25 + 51 85.8441 613 1 0 -17.0307 -57.45 -176.123 + 51 61.8354 817 1 1 -16.5238 -57.1854 -174.85 + 51 62.0312 818 1 1 -16.45 -57.1505 -174.682 + 51 71.7883 540 2 0 5.22206 -71.9708 -146.25 + 51 48.9873 539 2 0 5.3863 -72.05 -146.015 + 51 80.86 929 2 1 6.04309 -72.5221 -144.849 + 51 196.105 930 2 1 6.05 -72.5274 -144.837 + 51 50.6014 928 2 1 5.85 -73.0358 -144.776 + 51 59.0737 927 2 1 5.65 -73.0389 -144.813 + 51 419.019 534 2 0 0.781566 -73.1677 -145.85 + 51 139.282 535 2 0 -0.571217 -73.05 -145.938 + 51 50.0982 536 2 0 -1.05526 -72.85 -146.216 + 51 141.469 780 1 1 -23.983 -26.8995 -174.45 + 51 186.86 766 1 0 -24.2019 -26.6786 -175.85 + 51 56.5192 767 1 0 -24.239 -26.6499 -176.055 + 51 10.4533 751 0 1 -29.8425 -22.8385 -204.45 + 51 111.738 750 0 1 -29.85 -22.8521 -204.502 + 51 97.184 783 0 0 -30.1078 -23.25 -205.941 + 51 207.846 802 3 1 -19.5557 -24.894 -114.45 + 51 290.957 775 3 0 -19.5493 -24.8922 -115.85 + 51 111.948 803 2 1 -19.4178 -24.8919 -144.45 + 51 147.402 775 2 0 -19.4181 -24.8951 -145.85 + 51 118.734 775 1 0 -19.4528 -24.9899 -175.85 + 51 112.097 802 0 1 -19.513 -25.4434 -204.45 + 51 149.865 772 0 0 -19.5311 -25.4696 -205.85 + 51 107.559 797 2 1 -20.4838 -25.3695 -144.45 + 51 270.456 773 2 0 -20.5205 -25.3755 -145.85 + 51 106.39 790 1 1 -21.8679 -25.455 -174.45 + 51 138.915 772 1 0 -21.8686 -25.4661 -175.85 + 51 114.834 790 0 1 -22.0169 -25.9341 -204.45 + 51 106.079 770 0 0 -22.0218 -25.951 -205.85 + 51 265.412 789 1 1 -22.1546 -26.2541 -174.45 +Number of digits in this event = 36 Using G4ParticleGun ... -9.12074 LIN +5.79299 LIN e- Event: 52 -Number of tracker hits in this event = 73 - 52 115.838 293 9 1 -121.377 -2.69479 65.55 - 52 181.989 886 9 0 -121.378 -2.69518 64.15 - 52 181.499 293 8 1 -121.411 -2.68498 35.55 - 52 113.353 886 8 0 -121.416 -2.6897 34.15 - 52 107.252 293 7 1 -121.508 -2.82022 5.55 - 52 134.744 886 7 0 -121.515 -2.83232 4.15 - 52 426.8 292 6 1 -121.696 -3.085 -24.45 - 52 127.084 884 6 0 -121.711 -3.09402 -25.85 - 52 272.041 290 5 1 -122.051 -3.23325 -54.45 - 52 121.648 884 5 0 -122.075 -3.24552 -55.85 - 52 20.3394 288 4 1 -122.549 -3.50189 -84.45 - 52 79.9131 287 4 1 -122.55 -3.50277 -84.5456 - 52 155.09 882 4 0 -122.557 -3.51591 -85.85 - 52 129.213 287 3 1 -122.675 -3.81014 -114.45 - 52 107.024 881 3 0 -122.67 -3.82512 -115.85 - 52 142.483 287 2 1 -122.565 -4.12506 -144.45 - 52 112.092 879 2 0 -122.558 -4.14029 -145.85 - 52 126.114 288 1 1 -122.429 -4.46885 -174.45 - 52 123.16 877 1 0 -122.414 -4.51201 -175.85 - 52 251.244 290 0 1 -122.117 -5.40328 -204.45 - 52 129.122 872 0 0 -122.086 -5.45291 -205.85 - 52 95.8032 1271 2 0 -126.066 74.25 -146.123 - 52 58.534 1666 5 0 -44.2855 153.35 -56.0119 - 52 110.823 1197 6 1 59.45 175.554 -24.5354 - 52 57.9009 291 5 1 -121.95 -3.14187 -54.7048 - 52 157.37 886 5 0 -121.482 -2.72348 -55.85 - 52 86.6767 887 5 0 -121.423 -2.65 -56.0244 - 52 79.0101 346 4 1 -110.784 11.3417 -84.45 - 52 66.8601 345 4 1 -110.95 11.3112 -84.6213 - 52 67.9169 344 4 1 -111.15 11.2748 -84.7547 - 52 9.01286 343 4 1 -111.35 11.2536 -84.8384 - 52 514.001 954 4 0 -113.65 10.9675 -85.85 - 52 126.762 886 6 0 -121.804 -2.73683 -25.85 - 52 145.365 887 6 0 -121.828 -2.65 -26.1908 - 52 57.5547 720 6 0 -108.933 -36.0303 -26.2495 - 52 177.566 719 6 0 -108.926 -36.05 -26.2364 - 52 60.6386 718 6 0 -108.788 -36.25 -26.0154 - 52 158.751 358 6 1 -108.508 -36.9172 -24.8496 - 52 83.7845 359 6 1 -108.35 -37.04 -24.4705 - 52 66.0599 360 6 1 -108.15 -37.1549 -24.4855 - 52 31.6273 710 6 0 -108.589 -38.005 -25.85 - 52 200.514 709 6 0 -108.617 -38.05 -25.9273 - 52 71.7688 311 6 1 -117.841 -35.6646 -24.85 - 52 128.592 310 6 1 -117.95 -35.5754 -24.6938 - 52 116.539 309 6 1 -118.15 -35.3013 -24.62 - 52 20.7285 291 6 1 -121.75 -2.94802 -24.7989 - 52 2.19599 282 5 1 -123.556 7.00077 -54.45 - 52 102.965 283 5 1 -123.55 7.00151 -54.4596 - 52 26.3795 284 5 1 -123.35 7.04813 -54.7515 - 52 9.69977 937 5 0 -122.094 7.6352 -55.8504 - 52 113.453 938 5 0 -122.062 7.65 -55.8794 - 52 12.1782 404 4 1 -99.1983 13.1284 -84.45 - 52 69.463 405 4 1 -99.15 13.1162 -84.4775 - 52 76.2211 406 4 1 -98.95 13.0998 -84.5685 - 52 49.9374 407 4 1 -98.75 13.1064 -84.6321 - 52 54.158 408 4 1 -98.55 13.0968 -84.7073 - 52 71.7111 409 4 1 -98.35 13.0962 -84.7744 - 52 179.779 964 4 0 -95.6345 13.0159 -85.85 - 52 156.735 988 4 0 -58.238 17.6706 -86.25 - 52 66.1114 989 4 0 -58.2427 17.8504 -85.9694 - 52 265.373 611 4 1 -57.8203 19.2137 -84.8498 - 52 230.2 291 1 1 -121.939 -3.7322 -174.45 - 52 399.361 881 1 0 -121.945 -3.73222 -175.85 - 52 273.207 881 0 0 -122.062 -3.66 -205.85 - 52 146.235 244 7 1 -131.18 32.1391 5.15 - 52 107.035 243 7 1 -131.351 32.0603 5.25789 - 52 77.0712 1057 7 0 -131.578 31.4882 4.15 - 52 24.9678 298 0 1 -120.357 -2.4343 -204.45 - 52 105.313 299 0 1 -120.35 -2.42069 -204.531 - 52 119.815 889 0 0 -120.224 -2.21982 -205.85 - 52 108.873 880 1 0 -121.668 -3.85011 -176.199 - 52 118.466 292 0 1 -121.629 -2.81761 -204.45 - 52 135.301 887 0 0 -121.639 -2.622 -205.851 -Number of digits in this event = 32 +Number of tracker hits in this event = 31 + 52 97.5402 406 10 1 -98.8219 11.5762 95.55 + 52 97.1951 957 10 0 -98.8214 11.5745 94.15 + 52 108.38 406 9 1 -98.8097 11.54 65.55 + 52 114.336 957 9 0 -98.8091 11.5367 64.15 + 52 138.607 406 8 1 -98.7994 11.469 35.55 + 52 194.653 957 8 0 -98.7989 11.466 34.15 + 52 131.035 406 7 1 -98.7839 11.4046 5.55 + 52 108.832 956 7 0 -98.7834 11.4007 4.15 + 52 114.151 406 6 1 -98.7773 11.3222 -24.45 + 52 228.94 956 6 0 -98.7768 11.3189 -25.85 + 52 113.559 406 5 1 -98.7594 11.2589 -54.45 + 52 107.798 956 5 0 -98.7594 11.2574 -55.85 + 52 157.854 406 4 1 -98.7674 11.2246 -84.45 + 52 129.173 955 4 0 -98.7684 11.2223 -85.85 + 52 220.269 406 3 1 -98.7882 11.1725 -114.45 + 52 230.456 955 3 0 -98.7902 11.1696 -115.85 + 52 106.003 406 2 1 -98.8437 11.1135 -144.45 + 52 150.626 955 2 0 -98.8429 11.1134 -145.85 + 52 454.124 406 1 1 -98.8249 11.1021 -174.45 + 52 127.058 955 1 0 -98.8191 11.104 -175.85 + 52 246.783 407 0 1 -98.7033 11.1559 -204.45 + 52 169.037 955 0 0 -98.7034 11.1617 -205.85 + 52 127.475 312 9 0 -176.229 -117.589 63.75 + 52 18.0676 19 9 1 -176.34 -118.233 65.15 + 52 288.911 18 9 1 -176.35 -118.243 65.183 + 52 270.707 954 1 0 -98.8631 10.8921 -175.85 + 52 637.592 406 0 1 -98.892 9.86883 -204.45 + 52 113.099 948 0 0 -99.0042 9.69993 -205.85 + 52 156.527 405 0 1 -98.95 9.9513 -204.646 + 52 113.186 951 0 0 -98.9329 10.4187 -205.85 + 52 248.959 953 0 0 -98.9141 10.6863 -205.85 +Number of digits in this event = 21 Using G4ParticleGun ... -8.6363 LIN +8.17993 LIN e- Event: 53 -Number of tracker hits in this event = 98 - 53 126.449 711 11 1 -37.665 -29.588 125.55 - 53 124.242 752 11 0 -37.6656 -29.5885 124.15 - 53 168.739 711 10 1 -37.6782 -29.5986 95.55 - 53 145.841 752 10 0 -37.6784 -29.5983 94.15 - 53 156.075 711 9 1 -37.6759 -29.5902 65.55 - 53 125.316 752 9 0 -37.6761 -29.5907 64.15 - 53 159.017 711 8 1 -37.6712 -29.6129 35.55 - 53 135.146 752 8 0 -37.6709 -29.6136 34.15 - 53 108.376 711 7 1 -37.6652 -29.6272 5.55 - 53 120.113 752 7 0 -37.6643 -29.6283 4.15 - 53 123.563 711 6 1 -37.6524 -29.648 -24.45 - 53 113.158 752 6 0 -37.6524 -29.6475 -25.85 - 53 110.845 711 5 1 -37.6503 -29.6389 -54.45 - 53 316.096 752 5 0 -37.6496 -29.6377 -55.85 - 53 121.428 712 4 1 -37.6364 -29.6152 -84.45 - 53 96.6598 752 4 0 -37.6359 -29.6151 -85.85 - 53 125.737 712 3 1 -37.6227 -29.6179 -114.45 - 53 312.335 752 3 0 -37.6208 -29.6188 -115.85 - 53 108.428 712 2 1 -37.5775 -29.6358 -144.45 - 53 284.917 752 2 0 -37.5758 -29.637 -145.85 - 53 383.518 712 1 1 -37.5428 -29.6627 -174.45 - 53 346.409 751 1 0 -37.5428 -29.6644 -175.85 - 53 229.698 712 0 1 -37.5415 -29.6943 -204.45 - 53 233.332 751 0 0 -37.5394 -29.6947 -205.85 - 53 52.7427 733 7 1 -33.2688 -86.6207 5.15 - 53 7.76493 734 7 1 -33.25 -86.6945 5.47337 - 53 89.0625 654 0 1 -49.05 -27.8614 -204.768 - 53 148.78 987 0 0 25.7765 17.5516 -206.25 - 53 127.516 1030 0 1 26.1256 17.9133 -204.85 - 53 65.8196 848 1 0 36.154 -10.3224 -176.25 - 53 92.5973 847 1 0 36.1985 -10.45 -176.128 - 53 72.2891 846 1 0 36.2448 -10.65 -175.987 - 53 9.89902 845 1 0 36.2901 -10.85 -175.858 - 53 248.143 1082 1 1 36.6327 -12.2313 -174.85 - 53 242.592 1083 1 1 36.65 -12.3241 -174.789 - 53 418.969 825 1 0 35.8127 -14.8912 -175.85 - 53 178.021 824 1 0 35.7119 -15.05 -175.997 - 53 1.86135 734 1 0 21.1803 -33.0516 -176.25 - 53 105.366 735 1 0 21.1843 -33.05 -176.238 - 53 56.8972 1003 1 1 20.7483 -32.8154 -174.85 - 53 79.1182 1002 1 1 20.65 -32.767 -174.662 - 53 115.448 1001 1 1 20.4307 -32.6077 -174.45 - 53 48.8643 737 1 0 20.488 -32.4656 -175.85 - 53 64.2984 738 1 0 20.5277 -32.45 -176.047 - 53 39.0876 990 1 0 26.2393 18.1332 -176.25 - 53 49.341 991 1 0 26.3405 18.2504 -176.208 - 53 127.687 826 1 0 34.6546 -14.85 -176.064 - 53 53.3936 827 1 0 34.368 -14.65 -176.223 - 53 323.379 1186 1 0 -78.5993 57.4226 -176.25 - 53 424.861 711 2 1 -37.6623 -29.6104 -144.45 - 53 217.584 753 2 0 -37.8681 -29.3332 -145.85 - 53 31.1728 754 2 0 -37.9361 -29.25 -146.151 - 53 49.3032 691 1 1 -41.7781 -17.8564 -174.45 - 53 98.3804 692 1 1 -41.6499 -17.9237 -174.563 - 53 20.8247 693 1 1 -41.45 -18.0669 -174.804 - 53 34.2079 805 1 0 -40.7655 -18.9576 -175.85 - 53 98.3363 804 1 0 -40.691 -19.0501 -175.957 - 53 23.5936 803 1 0 -40.5396 -19.25 -176.191 - 53 42.5698 325 1 0 9.69937 -115.049 -176.25 - 53 69.0115 324 1 0 9.74881 -115.15 -176.223 - 53 63.2635 323 1 0 9.83034 -115.35 -176.155 - 53 69.5512 322 1 0 9.97754 -115.55 -176.099 - 53 53.3517 321 1 0 10.1134 -115.75 -176.11 - 53 95.9018 320 1 0 10.2402 -115.95 -176.172 - 53 28.9317 319 1 0 10.3698 -116.15 -176.222 - 53 218.836 751 2 0 -37.7529 -29.6682 -145.85 - 53 27.9092 700 1 1 -40.0285 -30.1258 -174.45 - 53 115.738 699 1 1 -40.05 -30.1222 -174.558 - 53 107.31 749 1 0 -40.2822 -30.0776 -175.85 - 53 8.5789 750 1 0 -40.3556 -30.05 -176.244 - 53 14.0286 673 0 1 -45.4477 -26.3961 -204.451 - 53 415.749 672 0 1 -45.45 -26.3965 -204.46 - 53 138.941 767 0 0 -45.9626 -26.476 -205.85 - 53 142.865 255 0 1 -128.95 -33.2789 -204.828 - 53 255.149 711 3 1 -37.659 -29.646 -114.45 - 53 236.588 710 1 1 -37.8656 -29.2011 -174.45 - 53 119.395 754 1 0 -37.8574 -29.1957 -175.85 - 53 187.395 711 0 1 -37.6721 -29.1761 -204.45 - 53 125.87 754 0 0 -37.6588 -29.1739 -205.85 - 53 107.019 742 1 0 -38.0033 -31.5321 -175.85 - 53 240.387 709 0 1 -38.1223 -33.7114 -204.45 - 53 98.971 731 0 0 -38.0831 -33.8038 -205.85 - 53 45.9782 757 6 0 -35.1509 -28.5596 -25.85 - 53 107.009 712 6 1 -37.65 -29.6273 -24.5022 - 53 120.19 754 6 0 -37.4109 -29.2142 -25.85 - 53 5.89055 755 6 0 -37.283 -29.05 -26.2223 - 53 149.38 750 5 1 -29.9752 -14.9624 -54.45 - 53 124.592 827 5 0 -29.7878 -14.5968 -55.85 - 53 63.6063 741 4 1 -31.6658 -6.9263 -84.45 - 53 64.2142 740 4 1 -31.85 -6.88845 -84.5725 - 53 58.6011 739 4 1 -32.05 -6.81554 -84.7145 - 53 112.927 869 4 0 -33.6621 -6.15326 -85.85 - 53 190.34 870 4 0 -33.9588 -6.05 -86.0384 - 53 64.9645 502 3 1 -79.5109 2.63875 -114.45 - 53 69.6244 501 3 1 -79.6504 2.7129 -114.532 - 53 129.571 500 3 1 -79.8507 2.76223 -114.566 - 53 139.841 710 0 1 -37.8954 -29.6463 -204.45 - 53 107.189 752 0 0 -37.9334 -29.6472 -205.85 -Number of digits in this event = 47 +Number of tracker hits in this event = 186 + 53 169.616 935 10 1 7.21755 -111.844 95.55 + 53 133.283 341 10 0 7.21725 -111.844 94.15 + 53 114.173 935 9 1 7.20958 -111.84 65.55 + 53 194.981 341 9 0 7.20967 -111.842 64.15 + 53 353.091 935 8 1 7.21625 -111.875 35.55 + 53 314.363 341 8 0 7.21661 -111.874 34.15 + 53 134.778 935 7 1 7.22111 -111.867 5.55 + 53 434.48 341 7 0 7.22031 -111.867 4.15 + 53 344.907 935 6 1 7.20189 -111.873 -24.45 + 53 202.064 341 6 0 7.20086 -111.874 -25.85 + 53 237.451 935 5 1 7.17861 -111.881 -54.45 + 53 134.755 341 5 0 7.17833 -111.882 -55.85 + 53 108.39 935 4 1 7.17486 -111.888 -84.45 + 53 126.821 341 4 0 7.17376 -111.889 -85.85 + 53 111.037 935 3 1 7.15136 -111.904 -114.45 + 53 103.811 341 3 0 7.14777 -111.908 -115.85 + 53 134.473 935 2 1 7.06917 -111.988 -144.45 + 53 173.576 340 2 0 7.06516 -111.993 -145.85 + 53 123.024 934 1 1 6.98502 -112.088 -174.45 + 53 103.335 340 1 0 6.98048 -112.094 -175.85 + 53 113.51 934 0 1 6.88823 -112.232 -204.45 + 53 257.727 339 0 0 6.88355 -112.239 -205.85 + 53 20.5636 109 3 0 110.037 -158.15 -115.955 + 53 29.6734 1454 3 1 111.076 -158.413 -114.85 + 53 99.588 1455 3 1 111.15 -158.425 -114.791 + 53 93.4667 1456 3 1 111.35 -158.634 -114.703 + 53 81.1977 1457 3 1 111.55 -158.732 -114.577 + 53 282.491 1458 3 1 111.75 -158.845 -114.506 + 53 48.7543 752 1 1 -29.45 150.033 -174.746 + 53 271.529 930 5 1 6.16912 -109.372 -54.45 + 53 246.444 355 5 0 5.84069 -109.138 -55.85 + 53 143.093 893 4 1 -1.2901 -104.101 -84.45 + 53 92.7579 381 4 0 -1.39179 -103.8 -85.85 + 53 49.1074 382 4 0 -1.41307 -103.75 -86.0952 + 53 96.9308 882 3 1 -3.60345 -98.563 -114.45 + 53 57.5555 881 3 1 -3.65 -98.4496 -114.715 + 53 134.181 411 3 0 -3.88321 -97.9382 -115.85 + 53 3.24096 412 3 0 -3.95469 -97.75 -116.236 + 53 22.8569 870 2 1 -5.89531 -84.5212 -144.45 + 53 95.6892 871 2 1 -5.85 -84.5227 -144.505 + 53 55.8888 872 2 1 -5.65 -84.5139 -144.774 + 53 129.033 478 2 0 -4.9931 -84.4329 -145.85 + 53 84.6905 431 2 0 28.5531 -93.9016 -146.25 + 53 112.62 430 2 0 28.6535 -93.95 -146.114 + 53 143.041 1040 2 1 28.0794 -94.0218 -144.85 + 53 7.62329 1039 2 1 28.0499 -93.9985 -144.757 + 53 28.8228 591 3 0 41.5696 -61.654 -116.25 + 53 206.557 592 3 0 41.5716 -61.6496 -116.246 + 53 140.763 1097 3 1 39.6102 -63.1005 -114.85 + 53 208.586 1096 3 1 39.45 -63.3425 -114.725 + 53 55.0053 873 0 1 -5.33662 -82.0728 -204.45 + 53 24.9208 872 0 1 -5.45011 -81.9804 -204.746 + 53 343.507 491 0 0 -6.0182 -81.7916 -205.85 + 53 68.0242 492 0 0 -6.6699 -81.65 -205.941 + 53 317.483 493 0 0 -6.80142 -81.45 -206.004 + 53 118.434 582 0 0 -57.3419 -63.5465 -206.25 + 53 85.8143 929 5 1 6.05 -109.251 -54.7913 + 53 257.269 928 5 1 5.84997 -109.055 -54.793 + 53 197.19 927 5 1 5.65 -108.946 -54.7419 + 53 212.649 926 5 1 5.45 -108.747 -54.6742 + 53 23.919 925 5 1 5.25 -108.581 -54.6007 + 53 47.0265 936 6 1 7.25 -112.054 -24.7645 + 53 5.80887 339 6 0 7.35971 -112.344 -25.85 + 53 108.391 338 6 0 7.36222 -112.35 -25.8741 + 53 287.148 954 5 1 10.8635 -120.32 -54.4509 + 53 136.218 296 5 0 10.9816 -120.774 -55.8502 + 53 131.614 968 4 1 13.6688 -129.902 -84.45 + 53 19.4024 249 4 0 13.6868 -130.322 -85.85 + 53 78.5701 248 4 0 13.6889 -130.35 -85.943 + 53 238.332 969 3 1 13.942 -138.654 -114.45 + 53 174.502 207 3 0 14.0488 -138.596 -115.85 + 53 148.72 977 2 1 15.5922 -137.229 -144.45 + 53 112.964 216 2 0 15.627 -136.916 -145.85 + 53 65.2926 978 1 1 15.7166 -130.545 -174.45 + 53 64.5032 979 1 1 15.85 -130.518 -174.501 + 53 241.613 980 1 1 16.05 -130.476 -174.584 + 53 66.7777 981 1 1 16.25 -130.427 -174.673 + 53 55.613 982 1 1 16.4512 -130.377 -174.774 + 53 247.264 251 1 0 18.3836 -129.925 -175.85 + 53 60.8665 1222 0 1 64.474 -117.312 -204.45 + 53 99.0082 1223 0 1 64.65 -117.212 -204.514 + 53 91.1748 1224 0 1 64.85 -117.103 -204.588 + 53 60.9797 1225 0 1 65.0501 -116.99 -204.646 + 53 81.4834 1226 0 1 65.2501 -116.863 -204.686 + 53 96.7695 1227 0 1 65.45 -116.716 -204.727 + 53 67.3356 1228 0 1 65.65 -116.553 -204.764 + 53 76.0182 1229 0 1 65.85 -116.388 -204.802 + 53 12.2885 1230 0 1 66.05 -116.229 -204.84 + 53 46.157 336 0 0 70.1404 -112.861 -205.85 + 53 105.996 337 0 0 70.2805 -112.75 -205.888 + 53 96.9613 338 0 0 70.5381 -112.55 -205.963 + 53 108.887 340 0 0 70.9857 -112.15 -206.086 + 53 139.689 341 0 0 71.2321 -111.95 -206.144 + 53 242.371 342 0 0 71.4649 -111.75 -206.191 + 53 49.9913 343 0 0 71.7082 -111.55 -206.229 + 53 98.0948 206 3 0 14.0451 -138.75 -116.011 + 53 241.076 970 3 1 14.059 -138.545 -114.85 + 53 11.4836 294 5 0 11.2079 -121.311 -55.85 + 53 117.115 293 5 0 11.2211 -121.35 -55.9062 + 53 162.714 315 5 0 9.35782 -116.962 -56.2498 + 53 133.66 316 5 0 9.34407 -116.95 -56.2267 + 53 39.5306 317 5 0 9.14426 -116.75 -55.9764 + 53 670.562 940 5 1 8.20492 -116.319 -54.85 + 53 230.519 939 5 1 8.05 -116.213 -54.6271 + 53 153.884 937 7 1 7.58392 -111.787 5.55 + 53 107.272 939 6 1 7.86048 -111.523 -24.45 + 53 130.113 343 6 0 7.87188 -111.492 -25.85 + 53 141.323 346 5 0 8.15988 -110.873 -55.85 + 53 135.657 942 4 1 8.52931 -110.578 -84.45 + 53 99.1607 347 4 0 8.54909 -110.572 -85.85 + 53 127.662 944 3 1 8.94145 -110.421 -114.45 + 53 131.178 348 3 0 8.97453 -110.391 -115.85 + 53 99.8851 947 2 1 9.62955 -109.727 -144.45 + 53 201.728 352 2 0 9.65553 -109.684 -145.85 + 53 106.901 950 1 1 10.0598 -108.87 -174.45 + 53 128.701 356 1 0 10.101 -108.849 -175.85 + 53 142.912 954 0 1 10.9848 -108.406 -204.45 + 53 239.189 358 0 0 11.0421 -108.386 -205.85 + 53 39.8839 1162 0 1 52.45 -15.0537 -204.67 + 53 18.9968 1613 1 1 142.75 64.0606 -174.593 + 53 49.2202 351 2 0 -2.27499 -109.852 -146.249 + 53 125.61 353 2 0 -2.33461 -109.55 -146.211 + 53 56.259 354 2 0 -2.48398 -109.35 -146.179 + 53 137.013 930 7 1 6.22469 -110.133 5.55 + 53 112.18 350 7 0 6.17081 -110.05 4.15 + 53 112.537 925 6 1 5.06851 -108.36 -24.45 + 53 125.945 359 6 0 5.02491 -108.278 -25.85 + 53 135.205 920 5 1 4.21133 -106.64 -54.45 + 53 133.083 367 5 0 4.15409 -106.591 -55.85 + 53 103.835 914 4 1 3.02449 -105.71 -84.45 + 53 115.626 372 4 0 2.95759 -105.707 -85.85 + 53 120.233 907 3 1 1.49253 -105.724 -114.45 + 53 115.034 372 3 0 1.42683 -105.706 -115.85 + 53 49.5896 899 2 1 -0.05 -105.238 -144.734 + 53 162.784 374 2 0 -0.106493 -105.212 -145.85 + 53 176.936 891 1 1 -1.65244 -104.538 -174.45 + 53 107.826 378 1 0 -1.70821 -104.444 -175.85 + 53 161.978 885 0 1 -2.85646 -102.513 -204.45 + 53 153.526 388 0 0 -2.94151 -102.388 -205.85 + 53 157.803 368 5 0 4.11526 -106.55 -55.9943 + 53 103.106 369 5 0 4.03476 -106.35 -55.8783 + 53 190.171 910 3 1 2.22871 -102.971 -114.45 + 53 37.431 911 3 1 2.25 -102.966 -114.736 + 53 143.649 385 3 0 2.34023 -102.97 -115.85 + 53 29.5061 920 2 1 4.23332 -102.932 -144.45 + 53 82.1186 921 2 1 4.25003 -102.939 -144.55 + 53 123.194 385 2 0 4.46259 -103.032 -145.85 + 53 113.658 944 1 1 8.95767 -104.936 -174.45 + 53 153.049 374 1 0 9.13194 -105.179 -175.85 + 53 119.921 963 0 1 12.8137 -110.079 -204.45 + 53 109.021 349 0 0 12.8103 -110.234 -205.85 + 53 44.021 259 0 1 -128.15 -103.213 -204.749 + 53 162.646 258 0 1 -128.351 -103.246 -204.708 + 53 113.271 257 0 1 -128.55 -103.205 -204.765 + 53 12.5605 386 0 0 -129.257 -102.908 -205.85 + 53 83.2297 246 0 1 -130.758 -103.621 -204.85 + 53 173.075 386 3 0 2.15494 -102.893 -115.85 + 53 3.133 904 2 1 0.851205 -101.218 -144.45 + 53 98.0374 903 2 1 0.85 -101.219 -144.463 + 53 173.49 394 2 0 0.726145 -101.263 -145.85 + 53 43.635 892 1 1 -1.63659 -102.229 -174.45 + 53 109.961 389 1 0 -1.76799 -102.183 -175.85 + 53 100.718 879 0 1 -4.14912 -101.069 -204.45 + 53 95.6712 395 0 0 -4.28622 -100.971 -205.85 + 53 23.6585 396 0 0 -4.31622 -100.95 -206.155 + 53 95.2219 924 6 1 5.03213 -108.383 -24.4502 + 53 19.454 923 6 1 4.85 -108.497 -24.7792 + 53 290.412 355 6 0 4.21106 -108.961 -25.85 + 53 133.767 849 5 1 -10.0865 -117.288 -54.45 + 53 23.9243 848 5 1 -10.2503 -117.265 -54.8141 + 53 117.904 387 5 0 -46.8096 -102.667 -56.25 + 53 20.1988 388 5 0 -46.7308 -102.55 -55.9038 + 53 89.0089 668 5 1 -46.3008 -101.909 -54.85 + 53 200.495 669 5 1 -46.25 -101.792 -54.6941 + 53 37.3649 670 5 1 -46.0493 -101.047 -54.4878 + 53 152.319 898 1 1 -0.291916 -99.881 -174.45 + 53 108.18 401 1 0 -0.385655 -99.8298 -175.85 + 53 182.49 888 0 1 -2.25864 -100.96 -204.45 + 53 31.2371 391 0 0 -2.33771 -101.885 -205.85 + 53 122.166 390 0 0 -2.34382 -101.95 -205.95 + 53 130.071 897 1 1 -0.45 -99.8452 -174.552 + 53 37.5328 896 1 1 -0.65 -99.7764 -174.77 + 53 58.5142 403 1 0 -1.25377 -99.413 -175.85 + 53 88.2627 404 1 0 -1.31539 -99.35 -175.991 + 53 10.4685 241 1 0 -64.8097 -131.92 -176.25 + 53 107.957 240 1 0 -64.8296 -131.95 -176.243 +Number of digits in this event = 84 Using G4ParticleGun ... -3.00288 LIN +1.09673 LIN e- Event: 54 -Number of tracker hits in this event = 18 - 54 161.268 1445 8 1 109.183 -94.0141 35.55 - 54 116.29 430 8 0 109.185 -94.0162 34.15 - 54 118.308 1445 7 1 109.239 -94.0587 5.55 - 54 100.897 430 7 0 109.243 -94.0611 4.15 - 54 176.321 1445 6 1 109.317 -94.1005 -24.45 - 54 142.942 430 6 0 109.319 -94.1006 -25.85 - 54 213.288 1446 5 1 109.377 -94.0929 -54.45 - 54 136.735 430 5 0 109.383 -94.0893 -55.85 - 54 130.688 1446 4 1 109.508 -94.0176 -84.45 - 54 192.774 430 4 0 109.517 -94.0112 -85.85 - 54 98.0352 1447 3 1 109.715 -93.8796 -114.45 - 54 125.1 431 3 0 109.726 -93.8742 -115.85 - 54 103.903 1449 2 1 109.979 -93.7134 -144.45 - 54 118.13 432 2 0 109.995 -93.7043 -145.85 - 54 124.91 1450 1 1 110.313 -93.5151 -174.45 - 54 138.882 433 1 0 110.334 -93.5077 -175.85 - 54 195.73 1453 0 1 110.758 -93.3519 -204.45 - 54 182.134 434 0 0 110.782 -93.3396 -205.85 -Number of digits in this event = 15 +Number of tracker hits in this event = 31 + 54 147.377 1533 9 1 126.873 -33.8608 65.55 + 54 112.835 730 9 0 126.87 -33.8616 64.15 + 54 114.663 1533 8 1 126.8 -33.8466 35.55 + 54 110.987 731 8 0 126.802 -33.8484 34.15 + 54 99.3423 1533 7 1 126.891 -33.8998 5.55 + 54 122.121 730 7 0 126.903 -33.9175 4.15 + 54 285.544 1534 6 1 127.139 -34.2954 -24.45 + 54 154.472 728 6 0 127.157 -34.311 -25.85 + 54 122.224 1536 5 1 127.537 -34.6185 -54.45 + 54 109.987 727 5 0 127.561 -34.636 -55.85 + 54 104.387 1539 4 1 128.075 -34.9812 -84.45 + 54 145.349 725 4 0 128.098 -35.0001 -85.85 + 54 153.491 1542 3 1 128.585 -35.3569 -114.45 + 54 119.428 723 3 0 128.604 -35.3813 -115.85 + 54 109.782 1543 2 1 128.935 -35.8528 -144.45 + 54 135.817 720 2 0 128.942 -35.8784 -145.85 + 54 122.742 1544 1 1 129.104 -36.4004 -174.45 + 54 114.239 718 1 0 129.111 -36.419 -175.85 + 54 137.395 1545 0 1 129.226 -36.8142 -204.45 + 54 34.4588 716 0 0 129.222 -36.8475 -205.85 + 54 125.329 715 0 0 129.222 -36.85 -205.953 + 54 120.34 1544 2 1 128.951 -35.8475 -144.45 + 54 371.961 721 2 0 129.032 -35.697 -145.85 + 54 6.72041 722 2 0 129.052 -35.65 -146.224 + 54 15.8944 1552 1 1 130.568 -31.5752 -174.45 + 54 84.0619 1551 1 1 130.55 -31.5851 -174.517 + 54 144.576 741 1 0 130.155 -31.7599 -175.85 + 54 23.3656 1506 0 1 121.393 -35.753 -204.45 + 54 203.252 1505 0 1 121.35 -35.8201 -204.534 + 54 86.8981 714 0 0 120.651 -37.05 -205.853 + 54 87.5884 713 0 0 120.544 -37.25 -206.069 +Number of digits in this event = 18 Using G4ParticleGun ... -5.85282 LIN +4.33656 LIN e- Event: 55 Number of tracker hits in this event = 68 - 55 105.878 713 9 1 -37.2759 115.929 65.55 - 55 100.241 1478 9 0 -37.2763 115.927 64.15 - 55 115.321 713 8 1 -37.2853 115.895 35.55 - 55 132.142 1478 8 0 -37.2824 115.894 34.15 - 55 120.545 714 7 1 -37.2273 115.887 5.55 - 55 338.28 1478 7 0 -37.2256 115.887 4.15 - 55 107.831 714 6 1 -37.1911 115.881 -24.45 - 55 127.29 1478 6 0 -37.1906 115.881 -25.85 - 55 128.938 714 5 1 -37.1788 115.864 -54.45 - 55 105.409 1478 5 0 -37.1777 115.863 -55.85 - 55 160.885 714 4 1 -37.1644 115.855 -84.45 - 55 107.443 1478 4 0 -37.164 115.855 -85.85 - 55 104.276 714 3 1 -37.1511 115.834 -114.45 - 55 101.691 1478 3 0 -37.1481 115.834 -115.85 - 55 570.108 714 2 1 -37.0827 115.822 -144.45 - 55 353.917 1478 2 0 -37.0793 115.826 -145.85 - 55 246.849 715 1 1 -37.0004 115.913 -174.45 - 55 201.365 1478 1 0 -36.9918 115.913 -175.85 - 55 343.246 716 0 1 -36.809 115.901 -204.45 - 55 518.273 1478 0 0 -36.8057 115.898 -205.85 - 55 94.435 1477 2 0 -37.2036 115.746 -145.85 - 55 111.922 708 1 1 -38.3098 114.939 -174.45 - 55 111.374 1475 1 0 -38.4511 115.278 -175.85 - 55 26.2327 1476 1 0 -38.4773 115.35 -176.149 - 55 21.9589 698 0 1 -40.2616 121.996 -204.451 - 55 93.6874 699 0 1 -40.25 122.01 -204.548 - 55 203.285 1510 0 0 -40.1525 122.195 -205.85 - 55 274.094 1388 1 1 97.8006 145.223 -174.45 - 55 29.411 1617 1 0 97.5493 143.586 -175.85 - 55 123.187 1616 1 0 97.5415 143.55 -175.879 - 55 84.6621 1615 1 0 97.5283 143.35 -176.075 - 55 130.442 1455 1 0 96.5799 111.151 -176.25 - 55 17.9337 1454 1 0 96.5817 111.15 -176.241 - 55 55.7191 1456 1 0 96.8666 111.35 -175.939 - 55 149.783 1387 1 1 97.6437 113.09 -174.85 - 55 56.346 1386 1 1 97.55 113.447 -174.719 - 55 72.341 1385 1 1 97.35 113.484 -174.77 - 55 215.833 1384 1 1 97.15 113.582 -174.688 - 55 80.2198 1459 1 0 97.5054 112.139 -175.85 - 55 190.211 1458 1 0 97.5936 111.95 -176.013 - 55 407.992 1397 1 1 99.5513 117.733 -174.85 - 55 273.742 1498 1 0 99.7931 119.766 -175.85 - 55 89.0934 1389 1 1 97.9503 145.667 -174.584 - 55 76.9563 1390 1 1 98.15 145.931 -174.637 - 55 74.1894 1391 1 1 98.35 146.147 -174.62 - 55 108.153 1392 1 1 98.5502 146.349 -174.648 - 55 47.4853 1393 1 1 98.75 146.527 -174.671 - 55 74.8902 1394 1 1 98.95 146.574 -174.654 - 55 111.002 1395 1 1 99.15 146.508 -174.616 - 55 208.421 1396 1 1 99.35 146.379 -174.476 - 55 22.0102 1635 1 0 99.8679 147.245 -175.85 - 55 91.2043 1400 1 1 100.32 149.086 -174.85 - 55 253.97 1401 1 1 100.35 149.15 -174.816 - 55 160.832 1468 3 0 -13.9527 113.904 -116.25 - 55 89.5734 1467 3 0 -13.8467 113.75 -115.908 - 55 11.0241 1466 3 0 -13.7534 113.55 -115.856 - 55 215.974 829 3 1 -14.1787 112.485 -114.85 - 55 164.484 830 3 1 -14.05 112.102 -114.802 - 55 107.769 714 1 1 -37.1332 115.86 -174.45 - 55 112.912 714 0 1 -37.0897 115.837 -204.45 - 55 38.4835 1603 5 0 -77.6638 140.833 -56.25 - 55 25.0184 1604 5 0 -77.7337 140.95 -56.211 - 55 103.228 717 1 1 -36.5167 115.003 -174.45 - 55 131.101 1473 1 0 -36.4644 114.944 -175.85 - 55 172.437 722 0 1 -35.5143 113.7 -204.45 - 55 112.961 1467 0 0 -35.4627 113.639 -205.85 - 55 28.2193 1479 7 0 -37.196 115.95 3.92618 - 55 236.755 905 3 1 1.06254 56.6356 -114.85 + 55 105.131 738 10 1 -32.3823 -108.556 95.55 + 55 92.7193 357 10 0 -32.3827 -108.557 94.15 + 55 238.069 738 9 1 -32.3804 -108.587 65.55 + 55 166.074 357 9 0 -32.3796 -108.585 64.15 + 55 127.046 738 8 1 -32.3749 -108.564 35.55 + 55 231.225 357 8 0 -32.3738 -108.562 34.15 + 55 102.579 738 7 1 -32.3404 -108.542 5.55 + 55 117.029 358 7 0 -32.3364 -108.54 4.15 + 55 504.88 738 6 1 -32.2638 -108.499 -24.45 + 55 253.984 358 6 0 -32.2571 -108.498 -25.85 + 55 248.645 739 5 1 -32.13 -108.519 -54.45 + 55 156.943 358 5 0 -32.1195 -108.519 -55.85 + 55 120.193 740 4 1 -31.9108 -108.507 -84.45 + 55 266.577 358 4 0 -31.9037 -108.504 -85.85 + 55 105.448 741 3 1 -31.7614 -108.428 -114.45 + 55 126.323 358 3 0 -31.7509 -108.419 -115.85 + 55 117.027 742 2 1 -31.5453 -108.239 -144.45 + 55 220.814 359 2 0 -31.5322 -108.23 -145.85 + 55 279.169 743 1 1 -31.2785 -108.091 -174.45 + 55 289.86 360 1 0 -31.249 -108.086 -175.85 + 55 142.816 747 0 1 -30.6259 -107.972 -204.45 + 55 99.9578 360 0 0 -30.5916 -107.974 -205.85 + 55 61.4723 361 1 0 -31.4549 -107.95 -176.032 + 55 39.6885 727 0 1 -34.6463 -106.021 -204.45 + 55 92.8672 726 0 1 -34.65 -106.021 -204.521 + 55 101.019 370 0 0 -34.7343 -106.037 -205.85 + 55 215.833 1011 11 1 22.45 20.7364 125.348 + 55 46.356 572 0 0 -69.5349 -65.65 -205.959 + 55 46.6902 358 8 0 -32.3771 -108.55 33.8118 + 55 196.885 356 9 0 -33.0249 -108.845 64.15 + 55 145.366 357 6 0 -32.5797 -108.643 -25.85 + 55 43.5204 722 5 1 -35.5439 -112.665 -54.45 + 55 128.21 721 5 1 -35.65 -112.646 -54.6094 + 55 148.768 338 5 0 -36.5471 -112.549 -55.85 + 55 82.8932 593 4 1 -61.3247 -111.374 -84.45 + 55 85.9994 592 4 1 -61.45 -111.281 -84.6858 + 55 87.0057 346 4 0 -61.721 -110.851 -85.851 + 55 50.1295 347 4 0 -61.7617 -110.75 -86.1112 + 55 40.5104 567 3 1 -66.5767 -95.6837 -114.45 + 55 119.105 566 3 1 -66.65 -95.7522 -114.493 + 55 141.566 565 3 1 -66.85 -95.9283 -114.566 + 55 169.436 564 3 1 -67.0501 -96.1292 -114.592 + 55 68.1951 563 3 1 -67.25 -96.3026 -114.541 + 55 9.77204 562 3 1 -67.4501 -96.4323 -114.462 + 55 9.56956 683 4 0 -79.943 -43.287 -86.25 + 55 67.0854 684 4 0 -79.9536 -43.25 -86.2309 + 55 65.1425 685 4 0 -80.0562 -43.05 -86.1989 + 55 30.7703 686 4 0 -80.1276 -42.8499 -86.2284 + 55 99.1197 742 5 1 -31.4769 -107.866 -54.45 + 55 10.0569 743 5 1 -31.45 -107.855 -54.8086 + 55 162.952 361 5 0 -31.352 -107.833 -55.85 + 55 96.0251 760 4 1 -28.0132 -107.959 -84.45 + 55 116.614 359 4 0 -28.0264 -108.153 -85.85 + 55 289.338 760 3 1 -27.9989 -111.564 -114.45 + 55 112.688 342 3 0 -27.7422 -111.673 -115.851 + 55 91.666 788 2 1 -22.3844 -114.136 -144.45 + 55 111.2 329 2 0 -22.3284 -114.194 -145.85 + 55 54.3795 792 1 1 -21.603 -116.151 -174.45 + 55 79.906 791 1 1 -21.65 -116.221 -174.589 + 55 47.6802 316 1 0 -22.1004 -116.881 -175.85 + 55 264.569 315 1 0 -22.1483 -116.95 -175.98 + 55 23.352 729 0 1 -34.1964 -132.583 -204.45 + 55 144.933 728 0 1 -34.25 -132.619 -204.528 + 55 143.218 235 0 0 -35.4293 -132.968 -205.85 + 55 54.9158 761 3 1 -27.85 -111.684 -114.723 + 55 17.6729 333 3 0 -28.2746 -113.491 -115.85 + 55 304.228 332 3 0 -28.2861 -113.55 -115.877 + 55 105.481 331 3 0 -27.9846 -113.75 -115.934 Number of digits in this event = 31 Using G4ParticleGun ... -7.8442 LIN +3.78496 LIN e- Event: 56 -Number of tracker hits in this event = 80 - 56 93.2038 592 10 1 -61.4897 -96.8781 95.55 - 56 131.201 416 10 0 -61.4916 -96.8784 94.15 - 56 104.357 592 9 1 -61.5325 -96.8851 65.55 - 56 107.948 416 9 0 -61.5361 -96.8862 64.15 - 56 115.708 592 8 1 -61.6088 -96.9093 35.55 - 56 113.47 416 8 0 -61.6127 -96.9104 34.15 - 56 104.879 591 7 1 -61.6903 -96.9356 5.55 - 56 118.325 416 7 0 -61.6958 -96.9351 4.15 - 56 113.2 591 6 1 -61.8094 -96.9263 -24.45 - 56 176.318 416 6 0 -61.8166 -96.9259 -25.85 - 56 177.716 590 5 1 -61.9706 -96.9242 -54.45 - 56 153.529 416 5 0 -61.9762 -96.9237 -55.85 - 56 210.128 589 4 1 -62.0979 -96.9108 -84.45 - 56 104.925 416 4 0 -62.1032 -96.9109 -85.85 - 56 434.189 589 3 1 -62.2179 -96.9109 -114.45 - 56 323.375 416 3 0 -62.2233 -96.9118 -115.85 - 56 694.459 588 2 1 -62.3308 -96.9329 -144.45 - 56 569.73 416 2 0 -62.3353 -96.937 -145.85 - 56 349.2 588 1 1 -62.4375 -97.0306 -174.45 - 56 326.998 415 1 0 -62.4431 -97.0337 -175.85 - 56 104.31 587 0 1 -62.5704 -97.1312 -204.45 - 56 125.637 415 0 0 -62.5796 -97.1353 -205.85 - 56 263.451 587 1 1 -62.5119 -96.888 -174.45 - 56 132.119 416 1 0 -62.5208 -96.8717 -175.85 - 56 221.563 586 0 1 -62.7632 -96.5369 -204.45 - 56 227.792 418 0 0 -62.7759 -96.5225 -205.85 - 56 109.904 594 1 1 -61.2381 -96.7491 -174.45 - 56 316.904 417 1 0 -61.1609 -96.7362 -175.85 - 56 124.85 602 0 1 -59.5332 -96.4948 -204.45 - 56 100.252 590 2 1 -62.0094 -96.8689 -144.45 - 56 138.164 597 1 1 -60.565 -96.2959 -174.45 - 56 100.06 419 1 0 -60.507 -96.26 -175.85 - 56 143.154 603 0 1 -59.3605 -95.5551 -204.45 - 56 129.883 423 0 0 -59.2866 -95.4949 -205.85 - 56 49.2938 599 1 1 -60.2111 -96.6167 -174.45 - 56 73.4639 600 1 1 -60.05 -96.6639 -174.545 - 56 76.7193 601 1 1 -59.85 -96.7604 -174.665 - 56 20.2769 602 1 1 -59.65 -96.8293 -174.81 - 56 41.0911 388 1 0 -77.8196 -102.457 -176.25 - 56 144.64 415 3 0 -62.2729 -96.96 -115.85 - 56 142.619 583 2 1 -63.2929 -97.8532 -144.45 - 56 148.181 411 2 0 -63.3708 -97.9199 -145.85 - 56 152.028 575 1 1 -64.8827 -99.2705 -174.45 - 56 121.196 404 1 0 -64.8897 -99.1784 -175.85 - 56 3.07073 405 1 0 -64.8918 -99.1499 -176.231 - 56 117.916 573 0 1 -65.4043 -96.9616 -204.45 - 56 146.373 416 0 0 -65.4454 -96.8874 -205.85 - 56 169.236 1423 0 0 -29.6005 104.75 -205.978 - 56 142.393 601 0 1 -59.712 -97.278 -204.45 - 56 140.343 414 0 0 -59.6127 -97.3122 -205.85 - 56 75.0577 415 2 0 -62.3429 -97.1057 -145.85 - 56 33.8518 414 2 0 -62.3419 -97.15 -146.143 - 56 114.654 389 1 0 -62.1816 -102.27 -175.85 - 56 124.993 606 0 1 -58.8164 -108.232 -204.45 - 56 180.64 359 0 0 -58.7792 -108.172 -205.85 - 56 49.1318 1333 2 1 86.7557 62.9042 -144.45 - 56 49.4849 1332 2 1 86.65 62.8452 -144.509 - 56 62.056 1331 2 1 86.45 62.7894 -144.537 - 56 91.241 1330 2 1 86.2499 62.764 -144.582 - 56 57.7342 1329 2 1 86.05 62.7751 -144.621 - 56 97.1824 1328 2 1 85.85 62.8107 -144.653 - 56 79.008 1327 2 1 85.65 62.9242 -144.691 - 56 98.0367 1198 2 0 83.0518 59.7681 -145.85 - 56 101.431 1197 2 0 82.9843 59.65 -145.895 - 56 80.4341 1196 2 0 83.3116 59.45 -146.067 - 56 1.35972 858 2 0 114.016 -8.44397 -146.25 - 56 254.305 857 2 0 114.017 -8.45 -146.247 - 56 11.5379 856 2 0 114.143 -8.65 -146.129 - 56 1.76032 1465 2 1 113.155 -8.49715 -144.85 - 56 187.387 1464 2 1 113.15 -8.4968 -144.844 - 56 235.241 1463 2 1 112.95 -8.11109 -144.678 - 56 105.308 1462 2 1 112.75 -8.04773 -144.649 - 56 189.746 1461 2 1 112.55 -8.0734 -144.687 - 56 24.2982 415 5 0 -61.9122 -96.95 -56.1793 - 56 178.257 406 5 0 -57.5407 -98.879 -56.2489 - 56 6.28482 603 5 1 -59.427 -98.5729 -54.85 - 56 79.3442 602 5 1 -59.45 -98.5695 -54.8354 - 56 116.36 601 5 1 -59.65 -98.4884 -54.7599 - 56 188.695 600 5 1 -59.8501 -98.3288 -54.7418 - 56 240.255 417 5 0 -59.2391 -96.75 -55.8603 -Number of digits in this event = 41 -Using G4ParticleGun ... -5.14215 LIN -e- -Event: 57 -Number of tracker hits in this event = 153 - 57 141.718 1026 10 1 25.2904 103.213 95.55 - 57 135.82 1415 10 0 25.2877 103.213 94.15 - 57 111.445 1025 9 1 25.2445 103.213 65.55 - 57 331.974 1415 9 0 25.2398 103.217 64.15 - 57 251.883 1025 8 1 25.1552 103.279 35.55 - 57 98.229 1415 8 0 25.1465 103.277 34.15 - 57 113.733 1024 7 1 25.0081 103.33 5.55 - 57 101.658 1415 7 0 25.003 103.333 4.15 - 57 461.169 1024 6 1 24.8723 103.426 -24.45 - 57 542.595 1416 6 0 24.8635 103.431 -25.85 - 57 215.889 1023 5 1 24.6686 103.529 -54.45 - 57 110.278 1416 5 0 24.6539 103.538 -55.85 - 57 267.431 1021 4 1 24.3687 103.703 -84.45 - 57 203.038 1417 4 0 24.3584 103.705 -85.85 - 57 366.147 1020 3 1 24.1093 103.718 -114.45 - 57 135.595 1417 3 0 24.0629 103.717 -115.85 - 57 320.929 1015 2 1 23.1885 103.695 -144.45 - 57 154.632 1417 2 0 23.1514 103.701 -145.85 - 57 136.878 1012 1 1 22.4907 103.849 -174.451 - 57 94.1276 1418 1 0 22.3838 103.898 -175.85 - 57 154.09 1000 0 1 20.1378 104.913 -204.45 - 57 152.643 1424 0 0 19.9008 104.982 -205.85 - 57 150.092 1021 3 1 24.2501 103.551 -114.506 - 57 37.9965 1022 3 1 24.45 103.297 -114.793 - 57 364.244 1409 3 0 25.3555 102.051 -115.85 - 57 254.434 1408 3 0 25.6257 101.95 -116.062 - 57 117.38 1429 5 0 24.9675 105.972 -55.85 - 57 86.7564 1428 5 0 25.0372 105.95 -55.8701 - 57 238.631 1022 4 1 24.4834 103.408 -84.45 - 57 158.185 1076 3 1 35.3588 106.927 -114.451 - 57 20.336 1435 3 0 35.1006 107.31 -115.85 - 57 99.5131 1436 3 0 35.0772 107.35 -115.962 - 57 61.9712 1031 2 1 26.3884 118.552 -144.45 - 57 57.8113 1032 2 1 26.45 118.439 -144.633 - 57 120.093 1490 2 0 26.287 118.244 -145.85 - 57 65.2256 902 3 1 0.634256 -7.72568 -114.85 - 57 237.982 903 3 1 0.65 -7.72245 -114.665 - 57 140.03 1413 5 0 24.6842 102.918 -55.85 - 57 309.843 1403 4 0 24.4239 100.869 -85.8503 - 57 219.121 1024 3 1 24.8702 96.987 -114.45 - 57 338.395 1382 3 0 24.8412 96.7213 -115.85 - 57 273.165 1018 2 1 23.7594 90.581 -144.45 - 57 129.994 1351 2 0 23.7094 90.5189 -145.851 - 57 104.063 1013 1 1 22.846 90.671 -174.45 - 57 125.077 1352 1 0 22.6885 90.6419 -175.85 - 57 100.901 987 0 1 17.5604 89.6868 -204.45 - 57 103.872 1348 0 0 17.4008 89.6856 -205.85 - 57 224.388 998 6 0 -68.5375 19.7496 -26.25 - 57 20.1123 1359 2 0 23.3332 92.1166 -145.85 - 57 95.436 1360 2 0 23.3218 92.1503 -145.888 - 57 21.4888 1361 2 0 23.2389 92.35 -146.182 - 57 38.2408 988 1 1 17.7162 113.163 -174.45 - 57 90.3645 987 1 1 17.65 113.221 -174.555 - 57 60.6145 986 1 1 17.4498 113.336 -174.749 - 57 237.525 1472 1 0 14.5368 114.592 -175.85 - 57 110.673 1473 1 0 13.6587 114.75 -175.917 - 57 25.4102 945 1 1 9.13055 115.245 -174.85 - 57 70.6522 944 1 1 9.04973 115.246 -174.827 - 57 78.7798 943 1 1 8.85 115.168 -174.702 - 57 216.31 942 1 1 8.65 115.004 -174.451 - 57 40.293 1392 4 0 25.1955 98.7186 -85.85 - 57 54.0595 1023 4 1 24.65 98.6009 -84.8253 - 57 137.626 1015 5 1 23.2135 103.369 -54.45 - 57 234.755 1415 5 0 23.1957 103.214 -55.85 - 57 326.971 1012 4 1 22.5787 99.8043 -84.45 - 57 127.492 1396 4 0 22.7084 99.542 -85.85 - 57 252.613 1029 3 1 26.0489 94.517 -114.45 - 57 285.433 1030 3 1 26.05 94.5161 -114.454 - 57 249.188 1370 3 0 26.4125 94.2071 -115.85 - 57 34.538 1369 3 0 26.4832 94.15 -116.117 - 57 26.4192 1066 2 1 33.4199 89.2327 -144.45 - 57 91.6687 1067 2 1 33.45 89.2265 -144.529 - 57 127.895 1345 2 0 33.9418 89.1379 -145.85 - 57 104.148 1112 1 1 42.545 86.1783 -174.45 - 57 44.7503 1113 1 1 42.65 86.1167 -174.686 - 57 9.31174 1329 1 0 43.0826 85.8582 -175.85 - 57 109.15 1328 1 0 43.0961 85.85 -175.887 - 57 417.045 1165 0 1 53.082 78.7112 -204.45 - 57 140.387 1289 0 0 53.431 78.0469 -205.85 - 57 116.805 1290 0 0 53.4633 78.05 -205.902 - 57 65.1391 1291 0 0 53.5504 78.25 -206.016 - 57 155.526 1292 0 0 53.4935 78.4504 -205.947 - 57 101.109 1293 0 0 53.6018 78.65 -205.956 - 57 264.757 1294 0 0 53.6653 78.85 -205.992 - 57 77.2875 1295 0 0 53.6643 79.05 -206.026 - 57 34.3408 1156 1 1 51.3659 94.359 -174.45 - 57 143.328 1157 1 1 51.4505 94.3276 -174.573 - 57 120.132 1368 1 0 52.3692 93.8773 -175.85 - 57 27.5644 1367 1 0 52.5644 93.75 -176.153 - 57 393.765 1235 0 1 67.123 84.1531 -204.45 - 57 55.08 1234 0 1 67.05 83.7939 -204.541 - 57 65.8873 1233 0 1 66.85 83.7658 -204.608 - 57 81.1026 1232 0 1 66.6498 83.7169 -204.614 - 57 75.5014 1231 0 1 66.45 83.6602 -204.589 - 57 76.4494 1230 0 1 66.25 83.611 -204.622 - 57 61.7213 1229 0 1 66.05 83.4702 -204.656 - 57 110.393 1228 0 1 65.85 83.3527 -204.674 - 57 107.119 1311 0 0 66.3569 82.3983 -205.851 - 57 87.5294 1312 0 0 66.5451 82.4501 -206.125 - 57 366.849 1313 0 0 66.5368 82.6503 -206.16 - 57 81.4876 1031 3 1 26.25 94.3661 -114.652 - 57 35.9104 1032 3 1 26.4501 94.3213 -114.751 - 57 313.506 1011 4 1 22.45 99.7806 -84.503 - 57 61.9414 1010 4 1 22.2498 99.9577 -84.7956 - 57 113.876 1401 4 0 22.834 100.376 -85.8502 - 57 437.651 1023 3 1 24.8059 103.423 -114.45 - 57 95.1047 1025 3 1 25.0502 103.168 -114.712 - 57 80.4195 1026 3 1 25.25 103.042 -114.793 - 57 377.922 1027 3 1 25.45 102.926 -114.791 - 57 3.55299 1028 3 1 25.6501 103.065 -114.8 - 57 280.889 1025 5 1 25.1071 103.209 -54.45 - 57 172.116 1025 4 1 25.1104 103.096 -84.45 - 57 158.78 1414 4 0 25.0671 103.081 -85.85 - 57 118.975 1414 3 0 24.09 102.961 -115.85 - 57 104.323 1013 2 1 22.757 103.292 -144.45 - 57 104.534 1415 2 0 22.6842 103.331 -145.85 - 57 141.176 1004 1 1 20.9594 103.975 -174.45 - 57 109.85 1419 1 0 20.9069 104.061 -175.85 - 57 104.332 999 0 1 20.0199 105.58 -204.45 - 57 140.986 1427 0 0 19.9857 105.642 -205.85 - 57 63.9219 1016 2 1 23.2502 102.802 -144.654 - 57 130.654 1414 2 0 23.7728 102.97 -145.85 - 57 75.3416 1088 1 1 37.8004 109.719 -174.45 - 57 33.576 1089 1 1 37.85 109.616 -174.753 - 57 27.2588 1445 1 0 38.2614 109.188 -175.851 - 57 93.4901 1444 1 0 38.2992 109.15 -175.953 - 57 14.9988 1133 0 1 46.8096 99.9059 -204.45 - 57 157.306 1134 0 1 46.85 99.8974 -204.487 - 57 66.4573 1135 0 1 47.05 99.8484 -204.69 - 57 178.637 1398 0 0 48.2407 99.781 -205.85 - 57 109.165 1413 2 0 22.9806 102.821 -145.85 - 57 57.4324 999 1 1 20.0105 99.935 -174.45 - 57 117.038 1000 1 1 20.05 99.946 -174.537 - 57 274.318 1401 1 0 20.9668 100.448 -175.85 - 57 7.62595 1281 0 1 76.4481 84.8882 -204.45 - 57 238.908 1282 0 1 76.45 84.8923 -204.483 - 57 66.6902 1326 0 0 76.2785 85.3201 -205.85 - 57 165.504 1327 0 0 76.2428 85.45 -206.099 - 57 123.886 1414 5 0 25.0346 103.098 -55.85 - 57 301.749 1410 4 0 22.4025 102.226 -85.85 - 57 107.493 992 3 1 18.5112 102.052 -114.45 - 57 131.854 989 2 1 17.9688 102.363 -144.45 - 57 115.246 1410 2 0 18.1594 102.316 -145.85 - 57 362.044 1016 1 1 23.2721 101.203 -174.45 - 57 16.0907 1017 1 1 23.45 101.272 -174.796 - 57 78.7792 1406 1 0 23.9959 101.494 -175.85 - 57 41.1203 1407 1 0 24.1301 101.55 -176.112 - 57 5.97277 1096 0 1 39.4328 107.393 -204.45 - 57 101.029 1097 0 1 39.45 107.393 -204.47 - 57 62.8816 1098 0 1 39.65 107.391 -204.693 - 57 148.614 1436 0 0 40.6793 107.374 -205.85 - 57 150.053 1015 1 1 23.25 100.932 -174.634 - 57 68.0654 1409 4 0 22.2231 102.15 -85.9233 -Number of digits in this event = 71 -Using G4ParticleGun ... -7.6193 LIN -e- -Event: 58 -Number of tracker hits in this event = 28 - 58 118.612 377 10 1 -104.591 -10.492 95.55 - 58 186.247 847 10 0 -104.591 -10.4916 94.15 - 58 130.711 377 9 1 -104.589 -10.4876 65.55 - 58 103.133 847 9 0 -104.589 -10.4871 64.15 - 58 114.025 377 8 1 -104.603 -10.4755 35.55 - 58 117.516 847 8 0 -104.606 -10.477 34.15 - 58 114.611 377 7 1 -104.688 -10.5129 5.55 - 58 116.524 847 7 0 -104.69 -10.513 4.15 - 58 93.1309 377 6 1 -104.715 -10.5156 -24.45 - 58 112.59 847 6 0 -104.716 -10.5099 -25.85 - 58 125.753 376 5 1 -104.751 -10.4083 -54.45 - 58 149.079 848 5 0 -104.754 -10.4086 -55.85 - 58 111.107 376 4 1 -104.839 -10.4118 -84.45 - 58 227.867 848 4 0 -104.848 -10.4092 -85.85 - 58 121.211 375 3 1 -105.072 -10.3684 -114.45 - 58 105.949 848 3 0 -105.085 -10.3664 -115.85 - 58 128.2 374 2 1 -105.348 -10.3177 -144.45 - 58 90.1125 373 2 1 -105.35 -10.3177 -144.607 - 58 182.23 848 2 0 -105.364 -10.317 -145.85 - 58 122.888 372 1 1 -105.686 -10.3184 -174.45 - 58 127.289 848 1 0 -105.705 -10.3204 -175.85 - 58 124.653 370 0 1 -106.088 -10.3511 -204.45 - 58 207.027 848 0 0 -106.11 -10.3504 -205.85 - 58 57.4689 375 2 1 -105.149 -10.2104 -144.663 - 58 147.141 850 2 0 -104.267 -9.98633 -145.85 - 58 59.1656 545 6 0 -58.2312 -71.0313 -25.85 - 58 166.029 854 9 0 -104.164 -9.22672 64.15 - 58 103.075 855 9 0 -104.149 -9.05 63.9714 -Number of digits in this event = 17 -Using G4ParticleGun ... -4.37015 LIN -e- -Event: 59 -Number of tracker hits in this event = 143 - 59 136.429 1312 8 1 82.6241 -112.856 35.55 - 59 119.397 336 8 0 82.6256 -112.855 34.15 - 59 105.116 1313 7 1 82.6598 -112.833 5.55 - 59 107.303 336 7 0 82.6598 -112.832 4.15 - 59 148.197 1313 6 1 82.6531 -112.811 -24.45 - 59 154.845 336 6 0 82.6496 -112.808 -25.85 - 59 789.339 1312 5 1 82.5577 -112.735 -54.45 - 59 500.81 337 5 0 82.5554 -112.724 -55.85 - 59 359.706 1312 4 1 82.495 -112.523 -84.45 - 59 141.102 338 4 0 82.4937 -112.514 -85.85 - 59 126.897 1312 3 1 82.4686 -112.338 -114.45 - 59 117.284 339 3 0 82.4657 -112.327 -115.85 - 59 167.775 1311 2 1 82.407 -112.11 -144.45 - 59 105.721 340 2 0 82.4058 -112.102 -145.85 - 59 166.092 1311 1 1 82.3982 -111.94 -174.45 - 59 111.989 341 1 0 82.4031 -111.929 -175.85 - 59 125.422 1312 0 1 82.504 -111.693 -204.45 - 59 377.559 342 0 0 82.5057 -111.684 -205.85 - 59 155.376 390 10 0 19.7695 -102.068 93.75 - 59 13.998 391 10 0 19.618 -101.95 94.1173 - 59 256.055 996 10 1 19.3668 -101.318 95.1501 - 59 16.5305 995 10 1 19.25 -101.056 95.5049 - 59 106.719 810 11 0 30.3412 -17.9926 123.75 - 59 116.678 811 11 0 30.402 -17.85 123.838 - 59 21.3262 664 3 0 -7.77442 -47.25 -115.921 - 59 79.4945 859 3 1 -8.13745 -46.6374 -114.85 - 59 123.963 860 3 1 -8.04904 -46.6361 -114.727 - 59 9.07842 660 3 0 -7.86069 -48.0256 -115.851 - 59 151.274 659 3 0 -7.86503 -48.0502 -115.859 - 59 165.947 861 3 1 -7.83139 -49.3237 -114.85 - 59 25.1656 339 4 0 82.361 -112.171 -85.8502 - 59 233.867 340 4 0 82.3541 -112.15 -85.926 - 59 129.872 1304 3 1 81.0089 -103.163 -114.45 - 59 53.341 386 3 0 80.8553 -102.776 -115.851 - 59 140.958 387 3 0 80.8459 -102.75 -115.944 - 59 121.412 1293 2 1 78.7576 -95.6395 -144.45 - 59 67.461 1294 2 1 78.8502 -95.5808 -144.678 - 59 140.984 424 2 0 79.3381 -95.2842 -145.85 - 59 120.335 1359 1 1 91.9601 -86.862 -174.45 - 59 30.8687 1360 1 1 92.15 -86.5843 -174.796 - 59 60.1357 471 1 0 92.7231 -85.7291 -175.85 - 59 115.526 472 1 0 92.775 -85.65 -175.951 - 59 12.4817 473 1 0 92.919 -85.45 -176.212 - 59 60.1149 1448 0 1 109.857 -64.1533 -204.45 - 59 100.4 1449 0 1 109.95 -64.0534 -204.525 - 59 95.6756 1450 0 1 110.15 -63.8246 -204.686 - 59 49.5046 589 0 0 111.439 -62.1619 -205.85 - 59 77.4428 590 0 0 111.526 -62.05 -205.927 - 59 241.977 591 0 0 111.684 -61.85 -206.056 - 59 26.0988 592 0 0 111.835 -61.6497 -206.194 - 59 107.509 775 0 0 122.775 -24.8935 -206.25 - 59 196.329 776 0 0 122.724 -24.85 -206.163 - 59 134.678 1508 0 1 121.929 -23.9278 -204.85 - 59 101.203 1509 0 1 121.95 -23.7856 -204.483 - 59 85.8418 1510 0 1 122.15 -23.9203 -204.709 - 59 68.8514 1511 0 1 122.35 -24.1201 -204.797 - 59 22.5802 1512 0 1 122.55 -24.2482 -204.819 - 59 150.878 778 0 0 124.344 -24.4456 -205.85 - 59 151.824 544 0 0 178.25 -71.0754 -206.25 - 59 84.5114 543 0 0 178.406 -71.25 -205.988 - 59 238.292 1789 0 1 178.108 -71.7346 -204.85 - 59 85.9236 1790 0 1 178.15 -71.9864 -204.606 - 59 213.558 1788 0 1 177.95 -72.4097 -204.557 - 59 169.233 1787 0 1 177.749 -72.5519 -204.636 - 59 379.697 1292 2 1 78.6497 -95.6433 -144.631 - 59 37.6423 1291 2 1 78.45 -95.5756 -144.803 - 59 11.7949 429 2 0 77.6452 -94.1733 -145.85 - 59 145.356 430 2 0 77.6253 -94.1499 -145.873 - 59 195.892 556 5 0 147.542 -68.7452 -56.25 - 59 208.275 555 5 0 147.351 -68.85 -56.0252 - 59 30.1179 554 5 0 147.184 -69.05 -55.8873 - 59 162.966 1637 5 1 147.639 -69.3894 -54.85 - 59 80.619 1638 5 1 147.75 -69.3515 -54.7539 - 59 124.924 1313 5 1 82.65 -112.9 -54.6341 - 59 369.715 333 5 0 83.0575 -113.357 -55.85 - 59 579.724 304 5 0 27.5173 -119.275 -56.2498 - 59 123.279 305 5 0 26.4106 -119.15 -56.1237 - 59 167.69 306 5 0 26.4853 -118.95 -56.1167 - 59 168.138 1319 5 1 83.9261 -113.116 -54.85 - 59 99.8974 1318 5 1 83.8499 -112.874 -54.5668 - 59 122.533 336 5 0 82.5984 -112.758 -55.85 - 59 95.5083 337 4 0 82.5177 -112.675 -85.85 - 59 121.41 1310 3 1 82.2219 -111.077 -114.45 - 59 117.96 345 3 0 82.2075 -111.002 -115.85 - 59 98.9683 1308 2 1 81.8199 -109.335 -144.45 - 59 118.265 354 2 0 81.8195 -109.227 -145.85 - 59 152.816 1309 1 1 81.8739 -106.919 -174.45 - 59 60.4417 366 1 0 81.8383 -106.768 -175.85 - 59 80.837 367 1 0 81.8339 -106.75 -176.018 - 59 200.593 1305 0 1 81.1475 -103.686 -204.45 - 59 124.188 383 0 0 81.0895 -103.522 -205.85 - 59 85.5787 372 0 0 81.626 -105.595 -206.116 - 59 122.155 1313 4 1 82.8113 -112.141 -84.45 - 59 117.407 1315 3 1 83.1569 -112.001 -114.45 - 59 130.927 340 3 0 83.1795 -111.984 -115.85 - 59 122.992 1317 2 1 83.5262 -111.601 -144.45 - 59 132.279 342 2 0 83.4935 -111.588 -145.85 - 59 121.112 1314 1 1 82.8953 -111.24 -174.45 - 59 130.052 344 1 0 82.8303 -111.212 -175.85 - 59 132.472 1307 0 1 81.5486 -110.498 -204.45 - 59 134.845 348 0 0 81.5026 -110.46 -205.85 - 59 355.117 1310 2 1 82.1815 -112.651 -144.45 - 59 217.137 336 2 0 82.2064 -112.764 -145.85 - 59 249.309 1313 1 1 82.693 -114.967 -174.45 - 59 79.8567 325 1 0 82.7662 -115.117 -175.85 - 59 30.1081 324 1 0 82.7794 -115.15 -176.131 - 59 135.756 1320 0 1 84.0556 -118.892 -204.451 - 59 115.108 305 0 0 84.1962 -119.029 -205.85 - 59 177.733 337 2 0 82.2029 -112.638 -145.85 - 59 224.717 1312 1 1 82.6032 -112.432 -174.45 - 59 100.494 338 1 0 82.5878 -112.439 -175.85 - 59 129.128 1314 0 1 82.9583 -112.602 -204.45 - 59 122.275 337 0 0 83.0026 -112.633 -205.85 - 59 2.89206 817 4 0 -12.8813 -16.65 -86.2382 - 59 28.6921 818 4 0 -13.0296 -16.4499 -85.9171 - 59 101.428 834 4 1 -13.1736 -15.4391 -84.85 - 59 8.83598 833 4 1 -13.25 -15.346 -84.8296 - 59 185.93 826 4 0 -14.9511 -14.8061 -85.85 - 59 25.4126 827 4 0 -15.2859 -14.65 -86.1774 - 59 10.4332 1055 4 0 -68.8238 31.2371 -86.2495 - 59 105.782 1056 4 0 -68.8373 31.2501 -86.2314 - 59 110.024 1057 4 0 -69.0338 31.45 -86.0834 - 59 113.446 1058 4 0 -69.3657 31.65 -86.1047 - 59 78.9202 551 4 1 -69.6806 31.8402 -84.85 - 59 458.852 552 4 1 -69.65 31.8993 -84.5866 - 59 118.059 335 1 0 82.4472 -112.995 -175.85 - 59 121.718 1289 0 1 78.005 -118.437 -204.45 - 59 3.77164 1288 0 1 77.85 -118.311 -204.839 - 59 48.7549 310 0 0 77.4505 -117.984 -205.85 - 59 98.7731 311 0 0 77.4116 -117.95 -205.954 - 59 6.95018 302 2 0 117.479 -119.55 -146.145 - 59 217.927 303 2 0 117.559 -119.55 -146.015 - 59 28.3065 599 0 0 52.5097 -60.25 -206.079 - 59 173.958 336 1 0 83.0381 -112.896 -175.85 - 59 146.466 1337 0 1 87.6324 -118.742 -204.45 - 59 81.5878 309 0 0 87.4491 -118.274 -205.85 - 59 57.9951 215 0 0 99.2453 -137.024 -206.25 - 59 67.4539 214 0 0 99.2913 -137.15 -206.157 - 59 157.188 213 0 0 99.3138 -137.35 -206.013 - 59 3.50733 212 0 0 99.3171 -137.55 -205.859 - 59 22.0283 1396 0 1 99.5433 -139.049 -204.85 - 59 222.559 1397 0 1 99.5501 -139.084 -204.822 - 59 264.003 668 5 1 -46.25 21.1612 -54.6278 -Number of digits in this event = 75 -Using G4ParticleGun ... -8.81626 LIN -e- -Event: 60 -Number of tracker hits in this event = 34 - 60 153.533 513 11 1 -77.3256 13.5507 125.55 - 60 103.371 967 11 0 -77.3252 13.5516 124.15 - 60 126.823 513 10 1 -77.3171 13.5737 95.55 - 60 126.181 967 10 0 -77.3173 13.5753 94.15 - 60 110.47 513 9 1 -77.3233 13.6085 65.55 - 60 330.322 967 9 0 -77.3245 13.6112 64.15 - 60 103.777 513 8 1 -77.3485 13.6624 35.55 - 60 114.113 968 8 0 -77.3496 13.665 34.15 - 60 116.459 513 7 1 -77.3703 13.7118 5.55 - 60 105.585 968 7 0 -77.3713 13.7148 4.15 - 60 145.495 513 6 1 -77.3884 13.7748 -24.45 - 60 106.937 968 6 0 -77.3885 13.7781 -25.85 - 60 118.755 513 5 1 -77.3883 13.8448 -54.45 - 60 35.4754 968 5 0 -77.3895 13.8496 -55.85 - 60 75.4351 969 5 0 -77.3896 13.85 -55.9563 - 60 114.955 513 4 1 -77.4183 13.9523 -84.45 - 60 125.857 969 4 0 -77.4202 13.9591 -85.85 - 60 113.279 512 3 1 -77.462 14.1034 -114.45 - 60 128.085 970 3 0 -77.4642 14.1112 -115.85 - 60 132.313 512 2 1 -77.5058 14.2703 -144.45 - 60 122.408 971 2 0 -77.5088 14.2786 -145.85 - 60 132.949 512 1 1 -77.5613 14.442 -174.45 - 60 148.249 971 1 0 -77.5645 14.4495 -175.85 - 60 95.5942 972 1 0 -77.5647 14.45 -175.936 - 60 126.888 512 0 1 -77.6302 14.6179 -204.45 - 60 140.989 972 0 0 -77.6311 14.6261 -205.85 - 60 283.567 869 7 0 -164.63 -6.05676 3.75 - 60 106.552 973 0 0 -77.635 14.65 -206.153 - 60 77.2697 632 1 0 -9.76082 -53.5882 -176.25 - 60 122.757 631 1 0 -9.65055 -53.65 -176.155 - 60 211.639 630 1 0 -9.44109 -53.85 -176.145 - 60 93.1898 968 9 0 -77.3775 13.65 63.8393 - 60 92.9503 625 1 1 -55.05 -136.3 -174.68 - 60 145.058 436 1 0 -78.0966 -92.75 -176.078 -Number of digits in this event = 19 -Using G4ParticleGun ... -6.99996 LIN -e- -Event: 61 -Number of tracker hits in this event = 112 - 61 103.514 1356 10 1 91.504 -37.0182 95.55 - 61 118.904 715 10 0 91.5024 -37.02 94.15 - 61 131.411 1356 9 1 91.4691 -37.0545 65.55 - 61 163.543 714 9 0 91.47 -37.0584 64.15 - 61 459.013 1356 8 1 91.4848 -37.1314 35.55 - 61 341.239 714 8 0 91.4858 -37.1348 34.15 - 61 112.252 1356 7 1 91.5103 -37.2029 5.55 - 61 116.322 714 7 0 91.5116 -37.206 4.15 - 61 321.373 1356 6 1 91.5352 -37.2688 -24.45 - 61 230.104 713 6 0 91.5364 -37.2722 -25.85 - 61 144.741 1357 5 1 91.5593 -37.3453 -54.45 - 61 161.877 713 5 0 91.5601 -37.3483 -55.85 - 61 416.37 1357 4 1 91.5785 -37.413 -84.45 - 61 339.914 713 4 0 91.58 -37.4161 -85.85 - 61 189.645 1357 3 1 91.6135 -37.4865 -114.45 - 61 167.919 712 3 0 91.6156 -37.4913 -115.85 - 61 101.211 1357 2 1 91.6545 -37.5882 -144.45 - 61 112.707 712 2 0 91.6551 -37.5938 -145.85 - 61 136.087 1357 1 1 91.6675 -37.712 -174.45 - 61 116.302 711 1 0 91.6681 -37.7191 -175.85 - 61 111.815 1357 0 1 91.6875 -37.8668 -204.45 - 61 168.061 710 0 0 91.6887 -37.874 -205.85 - 61 244.4 1510 4 1 122.304 -67.0031 -84.85 - 61 134.871 1509 4 1 122.15 -67.3918 -84.6058 - 61 174.026 1364 3 1 92.9912 -36.1256 -114.45 - 61 152.919 720 3 0 93.1105 -35.9633 -115.85 - 61 136.646 1377 2 1 95.6772 -33.3108 -144.45 - 61 112.628 732 2 0 95.5535 -33.5552 -145.85 - 61 210.582 1366 1 1 93.4566 -38.8657 -174.45 - 61 117.563 705 1 0 93.4087 -38.857 -175.85 - 61 111.909 1363 0 1 92.8876 -38.36 -204.45 - 61 137.901 709 0 0 92.962 -38.1307 -205.85 - 61 134.402 1349 3 1 90.0268 -36.637 -114.45 - 61 129.537 1361 2 1 92.3604 -37.5923 -144.45 - 61 151.871 710 2 0 92.4217 -37.8518 -145.85 - 61 21.4758 1362 1 1 92.7386 -41.8431 -174.45 - 61 94.4742 1363 1 1 92.75 -41.8574 -174.519 - 61 317.37 689 1 0 92.9881 -42.0591 -175.851 - 61 101.408 1392 0 1 98.6717 -46.7969 -204.45 - 61 153.335 1391 0 1 98.55 -47.1369 -204.594 - 61 9.4283 653 0 0 97.7152 -49.4194 -205.85 - 61 86.3904 652 0 0 97.7036 -49.45 -205.867 - 61 56.3282 651 0 0 97.6348 -49.65 -205.975 - 61 79.9864 650 0 0 97.575 -49.85 -206.086 - 61 21.9137 649 0 0 97.514 -50.0505 -206.201 - 61 27.9741 238 0 0 75.1221 -132.51 -206.25 - 61 51.9792 237 0 0 75.1119 -132.55 -206.24 - 61 65.5004 236 0 0 75.0659 -132.75 -206.197 - 61 153.62 235 0 0 75.0081 -132.95 -206.181 - 61 131.021 234 0 0 74.9368 -133.15 -206.181 - 61 226.842 233 0 0 74.8694 -133.35 -206.195 - 61 28.6207 232 0 0 74.7883 -133.55 -206.226 - 61 131.007 690 1 0 93.1249 -42.05 -175.95 - 61 78.2315 1372 7 1 94.7277 -39.1748 5.54971 - 61 18.7643 1373 7 1 94.75 -39.1993 5.23255 - 61 141.619 703 7 0 94.8284 -39.2753 4.15 - 61 34.5712 1388 6 1 97.9409 -41.6377 -24.45 - 61 192.507 1389 6 1 97.95 -41.6341 -24.5612 - 61 147.121 692 6 0 98.0494 -41.5915 -25.85 - 61 51.8287 1399 5 1 100.09 -41.7165 -54.45 - 61 78.1318 1400 5 1 100.15 -41.6933 -54.6104 - 61 98.169 692 5 0 100.619 -41.5319 -55.8503 - 61 119.919 1453 4 1 110.834 -36.2414 -84.45 - 61 127.849 718 4 0 111.183 -36.4109 -85.85 - 61 26.7914 717 4 0 111.278 -36.45 -86.198 - 61 134.217 1500 3 1 120.231 -39.5953 -114.45 - 61 10.3741 1501 3 1 120.35 -39.6103 -114.821 - 61 189.516 702 3 0 120.825 -39.5248 -115.85 - 61 41.6673 1566 2 1 133.488 -37.4083 -144.45 - 61 167.16 1567 2 1 133.55 -37.3416 -144.535 - 61 8.46963 1568 2 1 133.75 -37.1107 -144.82 - 61 5.50051 718 2 0 134.464 -36.2657 -145.85 - 61 100.409 719 2 0 134.477 -36.25 -145.869 - 61 74.7383 720 2 0 134.637 -36.0498 -146.108 - 61 48.3801 1675 1 1 155.291 -10.8332 -174.45 - 61 103.844 1676 1 1 155.35 -10.7194 -174.589 - 61 86.7853 852 1 0 155.901 -9.64079 -175.85 - 61 69.7329 853 1 0 156.002 -9.45 -176.073 - 61 90.5543 1751 0 1 170.35 15.3197 -204.579 - 61 337.945 1359 7 1 92.0558 -36.7088 5.55 - 61 104.887 717 7 0 91.8432 -36.4966 4.14992 - 61 34.4497 718 7 0 91.7937 -36.4499 3.85557 - 61 264.979 1331 6 1 86.2585 -30.5435 -24.45 - 61 97.9985 1330 6 1 86.25 -30.5295 -24.527 - 61 9.72063 748 6 0 86.1412 -30.2563 -25.85 - 61 103.642 749 6 0 86.1389 -30.25 -25.8807 - 61 64.8608 1323 5 1 84.6748 -24.0531 -54.451 - 61 38.8334 1322 5 1 84.65 -24.0131 -54.6849 - 61 160.92 781 5 0 84.5048 -23.8354 -55.85 - 61 49.5675 1306 4 1 81.2907 -15.9086 -84.4512 - 61 131.84 1305 4 1 81.25 -15.8506 -84.6117 - 61 148.62 823 4 0 80.8311 -15.4374 -85.85 - 61 109.626 1272 3 1 74.5759 -3.35749 -114.45 - 61 20.0497 884 3 0 74.4296 -3.06115 -115.85 - 61 104.259 885 3 0 74.4235 -3.05 -115.9 - 61 161.313 1260 2 1 72.2196 3.60045 -144.45 - 61 38.0592 921 2 0 72.3351 4.42354 -145.85 - 61 158.003 922 2 0 72.3393 4.45 -145.895 - 61 126.581 1260 1 1 72.133 17.6101 -174.45 - 61 118.546 992 1 0 72.1577 18.4766 -175.85 - 61 69.5766 993 1 0 72.1732 18.65 -176.123 - 61 96.1317 1280 0 1 76.1618 34.9557 -204.45 - 61 40.5636 1281 0 1 76.25 34.987 -204.719 - 61 103.481 1075 0 0 76.5037 35.1675 -205.852 - 61 42.3418 1367 1 1 93.7027 63.9488 -174.45 - 61 16.2088 1368 1 1 93.7501 63.9778 -174.471 - 61 150.361 819 4 0 81.0581 -16.125 -85.85 - 61 334.514 818 4 0 80.8135 -16.2502 -86.052 - 61 9.98177 750 6 0 86.1522 -29.9204 -25.8501 - 61 2.06049 1327 6 1 85.4673 -30.0045 -24.85 - 61 4.33784 753 6 0 83.0173 -29.2541 -25.85 - 61 57.834 1308 6 1 81.6965 -28.862 -24.85 -Number of digits in this event = 50 -Using G4ParticleGun ... -1.55859 LIN -e- -Event: 62 -Number of tracker hits in this event = 86 - 62 140.65 1134 10 1 46.9886 87.7461 95.55 - 62 120.841 1338 10 0 46.9868 87.7423 94.15 - 62 110.459 1134 9 1 46.9833 87.6334 65.55 - 62 126.57 1337 9 0 46.9781 87.6336 64.15 - 62 112.176 1134 8 1 46.8991 87.5993 35.55 - 62 116.468 1337 8 0 46.8925 87.601 34.15 - 62 215.16 1133 7 1 46.742 87.6341 5.55 - 62 119.701 1337 7 0 46.733 87.6358 4.15 - 62 167.575 1132 6 1 46.558 87.6961 -24.45 - 62 112.537 1338 6 0 46.5483 87.6839 -25.85 - 62 136.755 1131 5 1 46.3332 87.4198 -54.45 - 62 141.999 1336 5 0 46.3298 87.3954 -55.85 - 62 200.007 1131 4 1 46.2788 86.8606 -84.45 - 62 111.584 1333 4 0 46.2675 86.8286 -85.85 - 62 103.807 1129 3 1 46.0336 86.1959 -114.45 - 62 247.889 1330 3 0 46.0225 86.1695 -115.85 - 62 228.967 1128 2 1 45.802 85.6547 -144.45 - 62 131.282 1327 2 0 45.7957 85.6202 -145.85 - 62 130.842 1128 1 1 45.6667 84.9192 -174.45 - 62 116.654 1324 1 0 45.6648 84.8923 -175.85 - 62 99.3639 1127 0 1 45.6268 84.3296 -204.45 - 62 174.583 1321 0 0 45.6194 84.2991 -205.85 - 62 393.92 1130 3 1 46.1592 86.6512 -114.45 - 62 131.897 1333 3 0 46.4173 86.7961 -115.85 - 62 116.705 1155 2 1 51.1899 89.4604 -144.45 - 62 186.375 1350 2 0 51.1517 90.1626 -145.85 - 62 14.7526 1351 2 0 51.1405 90.35 -146.205 - 62 72.749 1483 2 0 51.8284 116.916 -146.25 - 62 95.9814 1484 2 0 51.8376 116.95 -146.164 - 62 0.684078 1163 2 1 52.8484 117.707 -144.85 - 62 92.7294 1164 2 1 52.85 117.708 -144.848 - 62 66.3634 1165 2 1 53.05 117.908 -144.689 - 62 90.091 1166 2 1 53.2504 118.098 -144.61 - 62 60.5293 1167 2 1 53.4502 118.293 -144.513 - 62 93.5973 1168 2 1 53.65 118.401 -144.505 - 62 24.5713 1490 2 0 53.9735 118.338 -145.85 - 62 122.397 1491 2 0 53.9974 118.35 -145.927 - 62 48.3832 1492 2 0 54.1757 118.55 -146.185 - 62 40.341 1790 5 0 70.3025 178.169 -56.25 - 62 157.456 1329 3 0 46.2628 86.05 -116.161 - 62 141.719 1141 2 1 48.354 76.9365 -144.45 - 62 3.62747 1140 2 1 48.2499 76.724 -144.828 - 62 124.94 1280 2 0 47.9985 76.158 -145.85 - 62 63.7996 1279 2 0 47.9525 76.05 -146.044 - 62 59.239 1107 1 1 41.5332 59.6821 -174.45 - 62 162.254 1106 1 1 41.45 59.5666 -174.548 - 62 17.1699 1105 1 1 41.25 59.2884 -174.804 - 62 71.7401 1190 1 0 40.5277 58.2169 -175.851 - 62 100.718 1189 1 0 40.4068 58.05 -176.014 - 62 94.9351 1188 1 0 40.2602 57.85 -176.203 - 62 81.1794 998 0 1 19.8069 31.2495 -204.45 - 62 86.84 997 0 1 19.65 31.1547 -204.586 - 62 50.9651 996 0 1 19.4499 31.0362 -204.78 - 62 88.7232 1051 0 0 18.3451 30.3022 -205.85 - 62 122.82 1050 0 0 18.268 30.25 -205.925 - 62 53.2011 1049 0 0 18.0341 30.05 -206.137 - 62 100.683 952 0 0 -11.5461 10.5187 -206.25 - 62 5.27745 951 0 0 -11.6845 10.4499 -205.874 - 62 437.992 840 0 1 -11.9153 10.138 -204.85 - 62 144.333 948 0 0 -11.2632 9.76954 -205.85 - 62 168.754 1187 1 0 40.3357 57.65 -176.032 - 62 311.575 1186 1 0 40.54 57.45 -175.955 - 62 135.916 1127 2 1 45.6038 86.8812 -144.451 - 62 156.501 1334 2 0 45.6591 86.9297 -145.85 - 62 129.335 1133 1 1 46.7469 88.1257 -174.45 - 62 133.559 1339 1 0 46.7349 87.9909 -175.85 - 62 122.679 1133 0 1 46.8388 85.6009 -204.45 - 62 156.024 1325 0 0 46.7882 85.1765 -205.85 - 62 598.424 1129 2 1 45.85 86.601 -144.457 - 62 66.2065 1316 2 0 45.4608 83.4473 -145.85 - 62 139.779 1315 2 0 45.3998 83.25 -145.936 - 62 103.469 1314 2 0 45.0874 83.05 -146.043 - 62 86.3243 1313 2 0 44.8364 82.8499 -146.131 - 62 36.5365 1312 2 0 44.7261 82.65 -146.187 - 62 264.099 1199 2 0 61.7793 59.9286 -146.25 - 62 319.773 1198 2 0 62.1583 59.8499 -146.1 - 62 52.0135 1487 2 0 150.869 117.715 -146.25 - 62 49.3441 1133 6 1 46.6502 87.7428 -24.7183 - 62 0.92303 1341 6 0 47.1867 88.4454 -25.85 - 62 118.289 1342 6 0 47.1898 88.45 -25.8573 - 62 6.81092 1343 6 0 47.3923 88.65 -26.2306 - 62 143.191 1336 0 0 46.1778 87.4437 -205.85 - 62 154.524 1337 0 0 45.9831 87.45 -206.076 - 62 259.002 1131 0 1 46.2836 86.5248 -204.85 - 62 25.0433 1130 0 1 46.2499 86.3652 -204.72 - 62 166.608 1022 1 0 -0.05 24.5529 -176.23 -Number of digits in this event = 42 -Using G4ParticleGun ... -7.78377 LIN -e- -Event: 63 -Number of tracker hits in this event = 60 - 63 113.545 608 11 1 -58.2737 49.2461 125.55 - 63 111.541 1145 11 0 -58.2739 49.2466 124.15 - 63 173.714 608 10 1 -58.2788 49.2493 95.55 - 63 106.412 1145 10 0 -58.2783 49.2487 94.15 - 63 121.851 608 9 1 -58.2625 49.2378 65.55 - 63 112.399 1145 9 0 -58.2608 49.236 64.15 - 63 131.471 609 8 1 -58.2297 49.1965 35.55 - 63 91.3699 1145 8 0 -58.2289 49.1947 34.15 - 63 204.316 609 7 1 -58.214 49.158 5.55 - 63 183.465 1145 7 0 -58.2131 49.1569 4.15 - 63 192.501 609 6 1 -58.195 49.1401 -24.45 - 63 119.293 1145 6 0 -58.1942 49.1383 -25.85 - 63 245.066 609 5 1 -58.1782 49.1019 -54.45 - 63 99.3864 1145 5 0 -58.1763 49.1014 -55.85 - 63 131.155 609 4 1 -58.1423 49.0908 -84.45 - 63 144.285 1145 4 0 -58.1401 49.0916 -85.85 - 63 136.247 609 3 1 -58.0928 49.111 -114.45 - 63 137.951 1145 3 0 -58.0914 49.1109 -115.85 - 63 114.186 609 2 1 -58.0664 49.1152 -144.45 - 63 175.861 1145 2 0 -58.0648 49.1156 -145.85 - 63 131.631 610 1 1 -58.0273 49.1256 -174.45 - 63 138.298 1145 1 0 -58.0248 49.1272 -175.85 - 63 151.385 610 0 1 -57.9714 49.1642 -204.45 - 63 125.185 1145 0 0 -57.97 49.1664 -205.85 - 63 107.974 1144 7 0 -58.3616 49.0282 4.15 - 63 36.3828 590 6 1 -62.0128 45.9857 -24.45 - 63 180.468 589 6 1 -62.05 45.9534 -24.6013 - 63 0.575248 1128 6 0 -62.356 45.6505 -25.8501 - 63 127.115 1127 6 0 -62.3565 45.65 -25.8521 - 63 149.428 557 5 1 -68.5433 38.0645 -54.45 - 63 9.12412 556 5 1 -68.65 37.9326 -54.8156 - 63 138.819 1087 5 0 -68.9591 37.5441 -55.8503 - 63 44.6537 1086 5 0 -69.0419 37.45 -56.1083 - 63 150.501 509 4 1 -78.1226 28.2137 -84.45 - 63 17.4734 1038 4 0 -78.4263 27.6733 -85.85 - 63 118.521 1037 4 0 -78.4395 27.65 -85.9089 - 63 130.782 475 3 1 -84.967 15.5812 -114.45 - 63 114.158 976 3 0 -85.1275 15.3628 -115.851 - 63 177.696 452 2 1 -89.5781 10.722 -144.45 - 63 107.159 954 2 0 -89.4384 10.9861 -145.85 - 63 16.4734 955 2 0 -89.3973 11.05 -146.187 - 63 123.99 470 1 1 -86.0395 17.704 -174.45 - 63 301.438 989 1 0 -85.648 17.8672 -175.85 - 63 10.8803 517 0 1 -76.4671 22.1594 -204.45 - 63 158.833 518 0 1 -76.4498 22.167 -204.488 - 63 161.599 1012 0 0 -75.8124 22.4856 -205.851 - 63 88.7909 988 1 0 -85.5355 17.85 -176.199 - 63 53.2924 1087 2 1 37.45 143.054 -144.546 - 63 33.9961 1088 2 1 37.65 143.15 -144.823 - 63 66.9238 1609 2 0 39.1853 142.055 -145.85 - 63 269.468 1608 2 0 39.2754 141.95 -145.979 - 63 9.39947 608 6 1 -58.25 49.1213 -24.8135 - 63 132.455 1143 6 0 -58.4852 48.8452 -25.85 - 63 338.038 584 5 1 -63.139 47.9562 -54.4501 - 63 287.76 583 5 1 -63.25 48.1406 -54.5704 - 63 274.783 585 5 1 -63.05 49.1489 -54.4997 - 63 653.878 586 5 1 -62.85 49.3895 -54.4509 - 63 171.013 587 5 1 -62.65 50.2141 -54.4588 - 63 118.283 588 5 1 -62.45 50.3689 -54.4722 - 63 98.8774 1723 2 0 -173.765 164.824 -146.25 -Number of digits in this event = 36 -Using G4ParticleGun ... -4.98841 LIN -e- -Event: 64 -Number of tracker hits in this event = 82 - 64 110.492 563 11 1 -67.3274 -9.7831 125.55 - 64 113.678 851 11 0 -67.3264 -9.78326 124.15 - 64 116.294 563 10 1 -67.3 -9.78248 95.55 - 64 101.756 851 10 0 -67.3006 -9.78326 94.15 - 64 223.894 563 9 1 -67.3214 -9.81313 65.55 - 64 119.817 851 9 0 -67.324 -9.80916 64.15 - 64 249.087 563 8 1 -67.3828 -9.72852 35.55 - 64 129.354 851 8 0 -67.3872 -9.7153 34.15 - 64 139.358 562 7 1 -67.4883 -9.43182 5.55 - 64 126.088 853 7 0 -67.4973 -9.42316 4.15 - 64 372.923 561 6 1 -67.6689 -9.2519 -24.45 - 64 173.643 854 6 0 -67.6746 -9.24821 -25.85 - 64 335.416 561 5 1 -67.7578 -9.17416 -54.45 - 64 140.366 854 5 0 -67.7656 -9.16243 -55.85 - 64 121.2 560 4 1 -67.8525 -8.96457 -84.45 - 64 112.113 855 4 0 -67.8558 -8.95461 -85.85 - 64 405.998 560 3 1 -67.8894 -8.74546 -114.45 - 64 113.278 856 3 0 -67.8923 -8.7475 -115.85 - 64 231.713 560 2 1 -67.9847 -8.73708 -144.45 - 64 258.618 856 2 0 -67.9926 -8.73912 -145.85 - 64 248.729 559 1 1 -68.0921 -8.73982 -174.45 - 64 222.597 856 1 0 -68.1109 -8.72968 -175.85 - 64 107.669 558 0 1 -68.4445 -8.57468 -204.45 - 64 229.881 857 0 0 -68.4349 -8.55167 -205.85 - 64 122.03 1070 1 0 -178.293 34.25 -176.135 - 64 239.744 858 0 0 -68.7388 -8.45 -205.977 - 64 59.908 859 0 0 -68.8212 -8.24992 -205.874 - 64 93.1424 562 0 1 -67.587 -7.98354 -204.85 - 64 101.004 862 0 0 -68.8235 -7.51172 -205.85 - 64 343.481 560 1 1 -68.05 -8.72814 -174.497 - 64 129.337 859 1 0 -68.1687 -8.12966 -175.85 - 64 73.9872 562 5 1 -67.65 -9.32801 -54.6663 - 64 89.5235 850 5 0 -67.1417 -9.98853 -55.85 - 64 270.519 851 5 0 -67.0129 -9.85 -56.0123 - 64 111.589 569 5 1 -66.1532 -10.0016 -54.85 - 64 107.711 562 6 1 -67.65 -9.55522 -24.6763 - 64 200.528 858 3 0 -68.065 -8.34182 -115.85 - 64 153.171 555 2 1 -69.0191 -7.68709 -144.45 - 64 332.727 862 2 0 -69.0314 -7.60128 -145.85 - 64 139.599 554 1 1 -69.1368 -5.62662 -174.45 - 64 108.776 872 1 0 -69.1234 -5.54148 -175.85 - 64 127.835 555 0 1 -68.8823 -3.87162 -204.45 - 64 107.193 881 0 0 -68.8901 -3.81674 -205.85 - 64 80.4919 863 2 0 -69.0016 -7.45 -146.064 - 64 142.964 858 2 0 -67.9308 -8.32856 -145.85 - 64 150.978 564 1 1 -67.1418 -8.33123 -174.45 - 64 328.722 858 1 0 -67.1141 -8.33627 -175.85 - 64 136.832 567 0 1 -66.5773 -8.40289 -204.45 - 64 142.181 561 1 1 -67.8188 -8.30157 -174.45 - 64 131.805 857 1 0 -68.5206 -8.50937 -175.85 - 64 35.5888 1082 2 0 -71.829 36.5847 -146.25 - 64 137.482 1083 2 0 -71.8359 36.65 -146.211 - 64 74.0314 1084 2 0 -71.8656 36.85 -146.059 - 64 51.0672 1085 2 0 -71.9825 37.05 -145.926 - 64 25.377 536 2 1 -72.8057 37.8315 -144.85 - 64 132.466 535 2 1 -72.8502 37.8713 -144.793 - 64 10.8095 534 2 1 -73.05 38.0638 -144.473 - 64 221.254 860 0 0 -68.1006 -7.91927 -205.85 - 64 316.684 562 8 1 -67.4501 -9.76109 35.2351 - 64 44.2224 851 4 0 -67.2691 -9.84786 -86.158 - 64 114.235 564 3 1 -67.1841 -9.91536 -114.45 - 64 245.629 850 3 0 -67.0775 -9.86542 -115.85 - 64 113.09 573 2 1 -65.4408 -8.84234 -144.45 - 64 56.6102 586 1 1 -62.6988 -8.36228 -174.45 - 64 66.9289 587 1 1 -62.65 -8.35837 -174.671 - 64 99.8162 618 0 1 -56.4208 -8.25452 -204.45 - 64 270.439 851 3 0 -67.0188 -9.84988 -116.211 - 64 110.854 1197 3 0 -16.2188 59.4541 -116.25 - 64 130.228 563 3 1 -67.2782 -9.84452 -114.45 - 64 103.503 564 2 1 -67.2041 -9.56885 -144.45 - 64 306.307 852 2 0 -67.226 -9.56254 -145.85 - 64 108.754 853 1 0 -67.7085 -9.35122 -175.85 - 64 119.87 559 0 1 -68.1421 -9.54479 -204.45 - 64 122.036 852 0 0 -68.168 -9.55105 -205.85 - 64 94.7713 530 6 1 -73.9637 19.6128 -24.85 - 64 24.386 249 3 1 -130.31 48.3247 -114.85 - 64 27.13 248 3 1 -130.35 48.3654 -114.804 - 64 47.4559 1143 3 0 -129.771 48.7347 -115.85 - 64 0.207552 258 3 1 -128.504 49.1218 -114.85 - 64 135.361 1158 3 0 -125.776 51.8405 -115.85 - 64 50.1039 851 2 0 -67.1985 -9.65018 -146.206 - 64 70.7818 757 3 1 -28.4961 3.64088 -114.85 -Number of digits in this event = 45 -Using G4ParticleGun ... -9.08738 LIN -e- -Event: 65 -Number of tracker hits in this event = 45 - 65 93.1312 784 11 1 -23.0914 9.13757 125.55 - 65 98.1804 945 11 0 -23.0913 9.13751 124.15 - 65 102.45 784 10 1 -23.0872 9.13497 95.55 - 65 118.044 945 10 0 -23.0866 9.13522 94.15 - 65 115.853 784 9 1 -23.0769 9.1359 65.55 - 65 100.197 945 9 0 -23.0765 9.13714 64.15 - 65 144.331 784 8 1 -23.0743 9.16424 35.55 - 65 118.59 945 8 0 -23.0749 9.16672 34.15 - 65 110.093 784 7 1 -23.0842 9.21272 5.55 - 65 190.255 945 7 0 -23.085 9.21488 4.15 - 65 120.258 784 6 1 -23.1009 9.26212 -24.45 - 65 324.806 946 6 0 -23.1013 9.26472 -25.85 - 65 239.758 784 5 1 -23.1108 9.31721 -54.45 - 65 110.339 946 5 0 -23.1124 9.3201 -55.85 - 65 130.054 784 4 1 -23.1469 9.37679 -84.45 - 65 266.874 946 4 0 -23.1485 9.37984 -85.85 - 65 131.613 784 3 1 -23.188 9.43905 -114.45 - 65 109.87 946 3 0 -23.1899 9.44241 -115.85 - 65 115.331 784 2 1 -23.2267 9.51522 -144.45 - 65 99.2732 947 2 0 -23.2284 9.51747 -145.85 - 65 117.906 783 1 1 -23.2538 9.56002 -174.45 - 65 125.936 947 1 0 -23.2553 9.56393 -175.85 - 65 115.303 783 0 1 -23.2865 9.64636 -204.45 - 65 138.155 947 0 0 -23.2891 9.64918 -205.85 - 65 25.041 648 1 0 -2.91357 -50.2758 -176.25 - 65 50.2286 696 0 1 -40.6818 43.8804 -204.85 - 65 410.902 784 1 1 -23.25 9.5549 -174.455 - 65 488.873 785 1 1 -23.05 9.40994 -174.621 - 65 114.411 786 1 1 -22.8486 9.3517 -174.685 - 65 62.9929 787 1 1 -22.65 9.29508 -174.72 - 65 57.1661 788 1 1 -22.4498 9.2779 -174.696 - 65 68.028 789 1 1 -22.25 9.25109 -174.712 - 65 82.201 790 1 1 -22.05 9.32191 -174.692 - 65 189.544 791 1 1 -21.8499 9.46221 -174.713 - 65 225.114 782 4 1 -23.488 9.64919 -84.85 - 65 9.69759 783 4 1 -23.45 9.654 -84.7544 - 65 59.4045 1190 10 0 12.4265 58.202 93.75 - 65 276.69 945 1 0 -23.0156 9.14062 -175.85 - 65 253.572 785 0 1 -22.9448 9.16159 -204.45 - 65 124.779 945 0 0 -22.9394 9.15329 -205.85 - 65 55.8651 309 2 1 -118.15 -28.365 -144.7 - 65 166.206 620 7 0 -171.697 -55.9048 3.75 - 65 209 648 0 1 -50.2705 4.0401 -204.85 - 65 124.845 944 0 0 -23.0058 9.03776 -205.85 - 65 55.024 810 0 1 -18.0008 16.6323 -204.85 -Number of digits in this event = 22 -Using G4ParticleGun ... -7.94162 LIN -e- -Event: 66 -Number of tracker hits in this event = 55 - 66 146.769 972 7 1 14.5853 145.977 5.55 - 66 258.404 1629 7 0 14.585 145.977 4.15 - 66 113.608 972 6 1 14.5812 145.973 -24.45 - 66 123.604 1629 6 0 14.5803 145.973 -25.85 - 66 113.983 972 5 1 14.568 145.969 -54.45 - 66 122.302 1629 5 0 14.568 145.97 -55.85 - 66 164.773 972 4 1 14.5706 145.984 -84.45 - 66 155.219 1629 4 0 14.5708 145.985 -85.85 - 66 167.544 972 3 1 14.5762 145.997 -114.45 - 66 149.884 1629 3 0 14.5771 145.998 -115.85 - 66 103.058 972 2 1 14.5955 146.018 -144.45 - 66 131.032 1629 2 0 14.5972 146.02 -145.85 - 66 121.968 972 1 1 14.6282 146.058 -174.45 - 66 114.306 1629 1 0 14.6297 146.061 -175.85 - 66 123.93 973 0 1 14.6602 146.124 -204.45 - 66 122.473 1629 0 0 14.661 146.126 -205.85 - 66 13.5952 1229 3 0 101.796 65.8604 -116.25 - 66 68.9575 1228 3 0 101.818 65.85 -116.189 - 66 139.914 973 3 1 14.65 145.979 -114.499 - 66 191.55 1627 3 0 14.8796 145.636 -115.85 - 66 60.4395 1000 2 1 20.1274 139.98 -144.45 - 66 169.938 999 2 1 20.0499 139.849 -144.547 - 66 37.0278 998 2 1 19.8499 139.595 -144.752 - 66 33.7602 1590 2 0 18.8669 138.22 -145.85 - 66 84.9062 1589 2 0 18.8139 138.15 -145.907 - 66 94.1618 1588 2 0 18.6622 137.95 -146.071 - 66 37.6686 1587 2 0 18.5371 137.75 -146.221 - 66 209.336 886 1 1 -2.81606 99.1328 -174.45 - 66 15.1193 887 1 1 -2.64998 98.5567 -174.832 - 66 8.0186 1383 1 0 -2.06153 96.7804 -175.85 - 66 67.9673 1382 1 0 -2.05132 96.75 -175.868 - 66 90.0894 1381 1 0 -1.99715 96.55 -175.976 - 66 102.884 1380 1 0 -1.95399 96.35 -176.072 - 66 15.6448 1379 1 0 -1.87269 96.15 -176.215 - 66 15.3383 1609 1 0 62.8961 142.088 -176.25 - 66 70.5829 1610 1 0 62.9384 142.15 -176.227 - 66 67.1099 1611 1 0 63.088 142.35 -176.146 - 66 58.5563 1612 1 0 63.2095 142.55 -176.065 - 66 65.021 1613 1 0 63.2932 142.75 -175.986 - 66 32.8323 1614 1 0 63.3599 142.95 -175.908 - 66 133.002 1217 1 1 63.6218 145.002 -174.85 - 66 299.313 1218 1 1 63.65 145.299 -174.674 - 66 19.763 1219 1 1 63.8501 146.497 -174.809 - 66 38.6419 1641 1 0 64.9774 148.433 -175.85 - 66 69.3266 1642 1 0 65.0532 148.55 -175.906 - 66 92.2889 1643 1 0 65.1816 148.75 -175.997 - 66 43.5272 1644 1 0 65.3394 148.95 -176.142 - 66 11.6363 1312 0 1 82.622 179.099 -204.451 - 66 65.1986 1313 0 1 82.65 179.088 -204.471 - 66 110.46 1314 0 1 82.85 179.16 -204.615 - 66 11.8249 1315 0 1 83.05 179.138 -204.811 - 66 157.597 1794 0 0 83.9562 179.007 -205.85 - 66 409.173 1795 0 0 84.0864 179.15 -206.008 - 66 92.1061 974 3 1 15.0411 146.239 -114.85 - 66 120.96 975 3 1 15.05 146.228 -114.8 -Number of digits in this event = 24 -Using G4ParticleGun ... -5.72019 LIN -e- -Event: 67 -Number of tracker hits in this event = 280 - 67 253.775 1272 11 1 74.4512 -27.0338 125.55 - 67 144.144 765 11 0 74.452 -27.0325 124.15 - 67 297.064 1272 10 1 74.4668 -26.9965 95.55 - 67 140.54 765 10 0 74.4689 -26.9959 94.15 - 67 463.746 1272 9 1 74.5154 -26.9822 65.55 - 67 452.167 765 9 0 74.5157 -26.9814 64.15 - 67 253.467 1272 8 1 74.5217 -26.9765 35.55 - 67 291.721 765 8 0 74.5231 -26.9738 34.15 - 67 257.532 1272 7 1 74.5502 -26.9203 5.55 - 67 122.044 765 7 0 74.5506 -26.9167 4.15 - 67 143.516 1272 6 1 74.5659 -26.8431 -24.45 - 67 127.618 766 6 0 74.5685 -26.8276 -25.85 - 67 156.23 1273 5 1 74.6837 -26.4836 -54.45 - 67 147.942 767 5 0 74.6711 -26.5052 -55.85 - 67 126.253 1271 4 1 74.3435 -26.9329 -84.45 - 67 278.7 765 4 0 74.3139 -26.9973 -85.85 - 67 143.207 1267 3 1 73.5958 -28.5297 -114.45 - 67 108.356 756 3 0 73.5891 -28.6628 -115.85 - 67 174.739 1268 2 1 73.675 -31.2132 -144.45 - 67 7.6594 737 2 0 74.0924 -32.6238 -145.85 - 67 68.4638 736 2 0 74.0988 -32.65 -145.874 - 67 83.6815 735 2 0 74.1477 -32.85 -146.051 - 67 7.90456 734 2 0 74.1991 -33.05 -146.222 - 67 13.6629 1317 1 1 83.616 -66.2011 -174.45 - 67 121.33 1318 1 1 83.65 -66.2484 -174.484 - 67 93.5476 1319 1 1 83.85 -66.5719 -174.719 - 67 84.0404 559 1 0 84.7502 -68.0619 -175.85 - 67 93.4307 558 1 0 84.8742 -68.25 -175.993 - 67 86.0243 557 1 0 85.0229 -68.45 -176.148 - 67 2.598 1456 0 1 111.537 -99.821 -204.45 - 67 59.2785 1457 0 1 111.55 -99.8256 -204.451 - 67 51.4189 1458 0 1 111.75 -99.8835 -204.455 - 67 68.7832 1459 0 1 111.95 -99.9825 -204.46 - 67 52.1817 1460 0 1 112.15 -100.091 -204.493 - 67 87.5467 1461 0 1 112.35 -100.185 -204.515 - 67 67.536 1462 0 1 112.55 -100.289 -204.51 - 67 100.644 1463 0 1 112.75 -100.406 -204.499 - 67 144.549 1464 0 1 112.95 -100.497 -204.472 - 67 346.664 1465 0 1 113.313 -100.585 -204.45 - 67 0.67365 406 0 0 111.366 -98.7545 -205.85 - 67 66.8003 407 0 0 111.361 -98.75 -205.854 - 67 362.413 408 0 0 111.179 -98.55 -205.99 - 67 46.3466 383 0 0 105.947 -103.447 -206.25 - 67 57.6615 433 0 0 91.9136 -93.413 -206.25 - 67 244.518 1265 2 1 73.119 -29.0117 -144.45 - 67 10.1654 1264 2 1 73.05 -29.0118 -144.815 - 67 97.7345 755 2 0 72.8455 -29.0037 -145.85 - 67 131.283 1234 1 1 66.9754 -29.5318 -174.45 - 67 65.7847 753 1 0 66.6962 -29.2964 -175.85 - 67 41.8383 754 1 0 66.6395 -29.25 -176.12 - 67 217.987 1201 0 1 60.4365 -25.0197 -204.45 - 67 106.486 774 0 0 60.0544 -25.1439 -205.85 - 67 174.045 754 2 0 73.1051 -29.0617 -145.85 - 67 420.902 1264 1 1 72.9236 -30.0592 -174.45 - 67 118.196 749 1 0 72.9018 -30.1284 -175.85 - 67 117.172 1260 0 1 72.2465 -31.5384 -204.45 - 67 180.384 742 0 0 72.2531 -31.6189 -205.85 - 67 326.629 1263 1 1 72.85 -29.9811 -174.564 - 67 225.188 1272 5 1 74.5679 -26.7297 -54.45 - 67 159.135 766 5 0 74.5678 -26.7248 -55.85 - 67 244.615 1272 4 1 74.5653 -26.6209 -84.45 - 67 157.504 767 4 0 74.5625 -26.6177 -85.85 - 67 261.368 1272 3 1 74.5091 -26.5561 -114.45 - 67 172.53 767 3 0 74.5069 -26.5507 -115.85 - 67 112.525 1272 2 1 74.4549 -26.457 -144.45 - 67 115.827 767 2 0 74.4486 -26.4529 -145.85 - 67 104.23 1271 1 1 74.3177 -26.3597 -174.45 - 67 170.508 768 1 0 74.3081 -26.3497 -175.85 - 67 171.132 1270 0 1 74.1149 -26.1546 -204.45 - 67 92.2578 769 0 0 74.1093 -26.1459 -205.85 - 67 54.6473 1230 0 1 66.1981 113.571 -204.85 - 67 38.5067 1602 0 0 1.24077 140.55 -206.073 - 67 29.5745 556 1 0 148.507 -68.6502 -176.209 - 67 143.801 732 4 0 58.7658 -33.4632 -86.25 - 67 103.842 1189 4 1 57.978 -33.6516 -84.8498 - 67 60.1681 1188 4 1 57.8497 -33.7094 -84.5359 - 67 14.9312 311 6 0 143.75 -117.932 -26.2497 - 67 231.854 310 6 0 143.747 -117.95 -26.2135 - 67 76.3266 1271 3 1 74.45 -26.5398 -114.573 - 67 45.9375 766 3 0 73.9963 -26.65 -116.065 - 67 140.311 1232 2 1 66.5685 -29.9035 -144.45 - 67 132.652 749 2 0 66.2273 -30.1337 -145.851 - 67 48.1848 1203 1 1 60.739 -34.2222 -174.45 - 67 91.5433 1204 1 1 60.8501 -34.2462 -174.623 - 67 180.103 727 1 0 61.5844 -34.4503 -175.85 - 67 25.4904 1336 0 1 87.25 -46.5354 -204.51 - 67 51.7218 1337 0 1 87.45 -46.5874 -204.566 - 67 64.5662 1338 0 1 87.65 -46.6624 -204.656 - 67 63.4868 1339 0 1 87.85 -46.7378 -204.687 - 67 61.51 1340 0 1 88.05 -46.8159 -204.673 - 67 42.5197 1341 0 1 88.25 -46.8974 -204.679 - 67 56.0369 1342 0 1 88.45 -46.9737 -204.684 - 67 102.445 1343 0 1 88.65 -47.0256 -204.713 - 67 107.542 1344 0 1 88.85 -47.0795 -204.756 - 67 84.0297 1345 0 1 89.05 -47.1253 -204.772 - 67 65.2008 1346 0 1 89.25 -47.2761 -204.789 - 67 60.8011 1347 0 1 89.45 -47.428 -204.78 - 67 19.9727 1348 0 1 89.6501 -47.5783 -204.824 - 67 470.829 655 0 0 92.0182 -48.9268 -205.85 - 67 345.576 656 0 0 93.5924 -48.85 -206.06 - 67 108.388 657 0 0 94.2873 -48.65 -205.986 - 67 100.801 658 0 0 94.3881 -48.45 -206.004 - 67 118.916 659 0 0 94.5896 -48.25 -206.001 - 67 53.242 660 0 0 94.7282 -48.05 -205.935 - 67 15.3629 1375 0 1 95.3335 -46.3841 -204.85 - 67 531.624 1376 0 1 95.35 -46.3406 -204.825 - 67 45.9684 1377 0 1 95.5501 -45.8437 -204.534 - 67 211.416 679 0 0 95.216 -44.1467 -205.85 - 67 25.0444 680 0 0 95.1783 -44.0498 -206.042 - 67 99.1746 764 3 0 74.2937 -27.11 -115.85 - 67 16.5177 763 3 0 74.2354 -27.25 -116.19 - 67 95.0897 1252 2 1 70.5331 -37.179 -144.45 - 67 149.19 713 2 0 70.7222 -37.2973 -145.851 - 67 56.0397 681 1 0 72.5032 -43.7039 -175.851 - 67 75.3401 680 1 0 72.457 -43.85 -176.014 - 67 7.39386 679 1 0 72.4012 -44.05 -176.22 - 67 181.018 1219 0 1 63.8914 -70.8058 -204.45 - 67 26.1191 1220 0 1 64.05 -71.2026 -204.793 - 67 7.03445 538 0 0 64.509 -72.4311 -205.85 - 67 77.059 537 0 0 64.5161 -72.45 -205.866 - 67 86.0187 536 0 0 64.5839 -72.6501 -206.04 - 67 8.56558 535 0 0 64.6574 -72.85 -206.231 - 67 82.1114 1430 0 1 106.175 -65.3213 -204.45 - 67 35.4369 754 5 0 63.0097 -29.2472 -56.25 - 67 133.06 753 5 0 63.0028 -29.25 -56.2303 - 67 62.1822 1214 5 1 62.8922 -30.7058 -54.85 - 67 210.614 1213 5 1 62.85 -30.8951 -54.7272 - 67 82.5973 1212 5 1 62.65 -31.1822 -54.7171 - 67 17.2766 751 5 0 61.0565 -29.679 -55.85 - 67 20.9598 752 5 0 61.0163 -29.65 -55.8669 - 67 16.6533 1192 5 1 58.5002 -28.0985 -54.85 - 67 68.6907 1191 5 1 58.45 -28.0701 -54.8345 - 67 76.6504 1190 5 1 58.2498 -27.9892 -54.8049 - 67 434.407 1189 5 1 58.0497 -27.933 -54.6957 - 67 145.809 765 5 0 74.5638 -26.874 -55.85 - 67 117.356 746 4 0 74.4666 -30.7685 -85.85 - 67 165.528 1262 3 1 72.575 -35.9389 -114.45 - 67 131.199 720 3 0 72.3684 -35.9661 -115.85 - 67 108.967 1244 2 1 69.0475 -36.8872 -144.45 - 67 16.4558 715 2 0 68.6416 -37.0426 -145.85 - 67 98.3015 714 2 0 68.6209 -37.05 -145.919 - 67 47.3886 1198 1 1 59.7048 -40.3994 -174.45 - 67 139.667 1197 1 1 59.65 -40.3779 -174.623 - 67 157.355 699 1 0 59.2481 -40.2054 -175.85 - 67 159.465 1148 0 1 49.7598 -36.0453 -204.45 - 67 108.604 722 0 0 49.7277 -35.5684 -205.85 - 67 18.9388 723 0 0 49.7328 -35.45 -206.206 - 67 9.2901 1315 4 1 83.1949 -66.9518 -84.85 - 67 73.2302 1273 4 1 74.65 -30.4354 -84.4852 - 67 110.382 1274 4 1 74.85 -30.3609 -84.612 - 67 63.9079 1275 4 1 75.0513 -30.3031 -84.7401 - 67 4.26565 1276 4 1 75.25 -30.2573 -84.8467 - 67 139.028 750 4 0 77.3147 -29.8682 -85.85 - 67 279.034 751 4 0 77.4131 -29.85 -85.8965 - 67 171.49 752 4 0 78.1121 -29.65 -86.1055 - 67 32.0037 753 4 0 78.554 -29.45 -86.2233 - 67 120.136 1761 3 1 172.468 -11.4949 -114.45 - 67 36.0671 839 3 0 173.085 -12.1306 -115.85 - 67 290.552 1765 3 1 173.222 -13.2241 -114.85 - 67 75.3688 1764 3 1 173.079 -13.7348 -114.45 - 67 227.873 822 3 0 172.845 -15.4875 -115.85 - 67 367.887 1770 3 1 174.186 -16.0471 -114.85 - 67 135.761 1769 3 1 174.15 -16.3021 -114.722 - 67 259.653 1273 1 1 74.6845 -26.5935 -174.45 - 67 280.973 767 1 0 74.6747 -26.6192 -175.85 - 67 248.178 1271 0 1 74.4405 -27.0981 -204.45 - 67 120.474 764 0 0 74.4291 -27.1455 -205.85 - 67 105.097 768 0 0 74.2456 -26.4212 -205.85 - 67 108.057 764 11 0 74.4541 -27.05 123.99 - 67 64.9064 763 11 0 74.5727 -27.25 123.844 - 67 44.2196 989 11 0 144.002 17.8636 123.75 - 67 166.59 1077 11 0 173.638 35.613 123.75 - 67 129.496 1273 10 1 74.65 -26.909 95.4466 - 67 9.63253 1274 10 1 74.8503 -26.8293 95.1895 - 67 224.005 767 10 0 75.6301 -26.537 94.15 - 67 53.7004 768 10 0 75.8116 -26.45 93.896 - 67 27.8667 1359 9 1 92.1165 -16.8468 65.55 - 67 139.41 1360 9 1 92.15 -16.8307 65.4857 - 67 139.803 818 9 0 92.7512 -16.3806 64.15 - 67 5.69455 819 9 0 92.9239 -16.25 63.7636 - 67 130.957 1418 8 1 103.887 -7.70899 35.55 - 67 118.639 861 8 0 103.832 -7.72787 34.1495 - 67 135.976 1399 7 1 100.132 -8.59347 5.55 - 67 164.606 856 7 0 99.8133 -8.76128 4.15 - 67 99.7898 1360 6 1 92.3011 -12.2407 -24.45 - 67 125.426 839 6 0 92.3413 -12.1651 -25.85 - 67 21.1018 1373 5 1 94.9248 -11.0814 -54.4501 - 67 90.3638 1374 5 1 94.9501 -11.1086 -54.5287 - 67 134.226 842 5 0 95.4041 -11.4762 -55.85 - 67 122.454 1420 4 1 104.162 -19.0555 -84.4501 - 67 42.2543 1421 4 1 104.35 -19.1176 -84.7364 - 67 43.4792 803 4 0 105.367 -19.4201 -85.85 - 67 97.6733 802 4 0 105.456 -19.45 -85.9492 - 67 255.924 1543 3 1 128.875 -30.6912 -114.45 - 67 55.8045 1542 3 1 128.75 -31.0127 -114.728 - 67 100.104 740 3 0 128.262 -31.9838 -115.85 - 67 82.9723 739 3 0 128.229 -32.0501 -115.928 - 67 44.9012 738 3 0 128.133 -32.25 -116.158 - 67 99.1331 1459 2 1 112.022 -61.3931 -144.45 - 67 66.5186 592 2 0 111.93 -61.5938 -145.851 - 67 42.1003 591 2 0 111.922 -61.65 -146.086 - 67 6.1561 766 10 0 74.3972 -26.6571 94.15 - 67 211.459 1261 9 1 72.3976 -20.1728 65.55 - 67 127.213 801 9 0 72.1076 -19.8464 64.15 - 67 115.302 1232 8 1 66.5046 -12.5495 35.5498 - 67 140.513 839 8 0 66.4677 -12.2439 34.15 - 67 99.4376 1229 7 1 65.9493 -6.56998 5.55 - 67 163.068 868 7 0 66.0578 -6.42611 4.15 - 67 114.435 1244 6 1 69.0384 -3.11089 -24.45 - 67 95.7906 1245 6 1 69.05 -3.10763 -24.5086 - 67 154.728 885 6 0 69.3082 -3.03836 -25.85 - 67 100.713 1275 5 1 75.1978 -1.72491 -54.4507 - 67 131.502 892 5 0 75.2201 -1.56178 -55.8506 - 67 19.8804 1283 4 1 76.8358 1.31274 -84.45 - 67 109.557 1284 4 1 76.85 1.30264 -84.5195 - 67 157.991 905 4 0 77.1305 1.12581 -85.85 - 67 159.734 1315 3 1 83.1502 -3.51909 -114.45 - 67 161.412 880 3 0 83.4574 -3.86664 -115.85 - 67 212.686 1346 2 1 89.3833 -11.2871 -144.45 - 67 102.451 842 2 0 89.613 -11.4975 -145.85 - 67 19.1295 1370 1 1 94.3329 -15.7518 -174.45 - 67 89.3494 1371 1 1 94.35 -15.7697 -174.526 - 67 201.337 819 1 0 94.6535 -16.0896 -175.85 - 67 158.163 1401 0 1 100.439 -23.4127 -204.45 - 67 134.633 781 0 0 100.784 -23.6747 -205.85 - 67 192.796 1400 0 1 100.35 -23.5019 -204.484 - 67 199.553 1399 0 1 100.15 -23.7235 -204.49 - 67 147.92 811 1 0 105.536 -17.8496 -176.25 - 67 96.8844 810 1 0 105.58 -17.85 -176.17 - 67 325.605 1435 1 1 107.24 -19.0974 -174.85 - 67 44.2264 1347 2 1 89.45 -11.3519 -144.557 - 67 57.0673 1354 4 1 90.95 5.21831 -84.6602 - 67 34.9319 845 7 0 68.7911 -11.0194 4.15 - 67 357.429 766 7 0 74.5115 -26.85 4.13045 - 67 135.096 1271 6 1 74.3269 -26.6528 -24.45 - 67 184.249 767 6 0 74.3097 -26.6433 -25.85 - 67 134.558 1269 5 1 73.9763 -26.4353 -54.45 - 67 116.92 768 5 0 73.976 -26.4066 -55.85 - 67 169.859 1269 4 1 73.9677 -25.8608 -84.45 - 67 126.419 771 4 0 73.9706 -25.8253 -85.85 - 67 134.361 1269 3 1 74.0282 -25.1203 -114.45 - 67 150.469 774 3 0 74.0291 -25.0941 -115.85 - 67 160.218 1269 2 1 73.9856 -24.6194 -144.45 - 67 106.635 777 2 0 73.9768 -24.6096 -145.85 - 67 104.301 1268 1 1 73.7985 -24.4511 -174.45 - 67 148.965 777 1 0 73.7966 -24.4627 -175.85 - 67 120.576 1268 0 1 73.739 -24.6029 -204.45 - 67 118.187 777 0 0 73.7157 -24.6089 -205.85 - 67 108.631 730 7 0 37.3156 -33.9567 3.75002 - 67 115.244 1271 8 1 74.333 -27.5673 35.5499 - 67 114.232 762 8 0 74.2709 -27.6372 34.15 - 67 122.907 761 8 0 74.2585 -27.65 33.8934 - 67 114.892 1264 7 1 72.897 -29.3077 5.55 - 67 6.31061 1263 7 1 72.85 -29.3656 5.18006 - 67 149.904 752 7 0 72.7163 -29.5309 4.15 - 67 154.801 1246 6 1 69.3331 -34.5824 -24.4501 - 67 133.986 725 6 0 69.1565 -34.9477 -25.85 - 67 122.26 1226 5 1 65.3481 -42.0755 -54.4506 - 67 131.728 688 5 0 65.0867 -42.318 -55.8503 - 67 54.3084 1194 4 1 58.9001 -46.9047 -84.45 - 67 175.539 1193 4 1 58.85 -46.9513 -84.5441 - 67 36.2375 662 4 0 58.1483 -47.6166 -85.85 - 67 142.109 661 4 0 58.1136 -47.65 -85.9156 - 67 43.1748 1112 3 1 42.484 -62.5874 -114.45 - 67 99.9309 1111 3 1 42.45 -62.6436 -114.561 - 67 112.299 583 3 0 42.0585 -63.291 -115.85 - 67 26.0553 582 3 0 41.9617 -63.45 -116.16 - 67 15.8519 1066 2 1 33.278 -78.1445 -144.45 - 67 99.8041 1065 2 1 33.25 -78.1751 -144.512 - 67 2.54049 506 2 0 32.6766 -78.8465 -145.85 - 67 126.42 505 2 0 32.6737 -78.85 -145.857 - 67 0.318728 504 2 0 32.5048 -79.0501 -146.247 - 67 93.6763 999 1 1 19.9909 -93.3805 -174.45 - 67 71.1053 998 1 1 19.8496 -93.5163 -174.665 - 67 57.5519 429 1 0 19.0724 -94.2839 -175.85 - 67 105.447 428 1 0 19.0049 -94.35 -175.951 - 67 123.051 907 0 1 1.62236 -112.867 -204.45 - 67 43.4677 906 0 1 1.45 -112.943 -204.717 - 67 121.172 334 0 0 0.754072 -113.248 -205.85 - 67 30.2237 333 0 0 0.532213 -113.35 -206.165 -Number of digits in this event = 123 -Using G4ParticleGun ... -5.60354 LIN -e- -Event: 68 -Number of tracker hits in this event = 99 - 68 127.02 674 11 1 -45.095 -34.2387 125.55 - 68 139.621 729 11 0 -45.0938 -34.2384 124.15 - 68 101.939 674 10 1 -45.0688 -34.2332 95.55 - 68 123.538 729 10 0 -45.0683 -34.2322 94.15 - 68 117.703 674 9 1 -45.0581 -34.2123 65.55 - 68 114.463 729 9 0 -45.0581 -34.212 64.15 - 68 113.543 674 8 1 -45.0582 -34.2085 35.55 - 68 109.378 729 8 0 -45.0566 -34.2071 34.15 - 68 149.319 675 7 1 -45.022 -34.181 5.55 - 68 118.557 729 7 0 -45.0197 -34.1804 4.15 - 68 134.018 675 6 1 -44.9707 -34.1688 -24.45 - 68 114.398 729 6 0 -44.9672 -34.1691 -25.85 - 68 122.221 675 5 1 -44.8991 -34.1784 -54.45 - 68 186.438 729 5 0 -44.8947 -34.1792 -55.85 - 68 718.023 676 4 1 -44.8008 -34.201 -84.45 - 68 450.845 729 4 0 -44.7949 -34.2006 -85.85 - 68 171.306 676 3 1 -44.6723 -34.1928 -114.45 - 68 97.1379 729 3 0 -44.6652 -34.193 -115.85 - 68 111.952 677 2 1 -44.5139 -34.1992 -144.45 - 68 98.3425 729 2 0 -44.5074 -34.201 -145.85 - 68 123.261 678 1 1 -44.3767 -34.2364 -174.45 - 68 105.985 729 1 0 -44.3721 -34.2382 -175.85 - 68 325.496 678 0 1 -44.2828 -34.2765 -204.45 - 68 390.724 728 0 0 -44.2788 -34.2762 -205.85 - 68 117.823 323 4 1 -115.35 0.779295 -84.7856 - 68 14.0814 503 5 1 -79.45 -14.2441 -54.6435 - 68 89.1028 322 4 1 -115.55 0.830765 -84.497 - 68 47.5654 321 4 1 -115.75 0.696263 -84.7124 - 68 92.2011 900 4 0 -116.396 0.192497 -85.85 - 68 120.017 771 4 0 -137.441 -25.6752 -86.25 - 68 45.6207 770 4 0 -137.657 -25.85 -85.9387 - 68 471.467 210 4 1 -137.958 -27.1718 -84.85 - 68 218.714 211 4 1 -137.95 -27.3671 -84.8175 - 68 35.6062 209 4 1 -138.15 -27.7839 -84.6293 - 68 380.224 746 13 0 68.3907 -30.6685 183.75 - 68 33.0367 791 1 0 -85.1629 -21.8432 -176.25 - 68 37.3355 790 1 0 -85.1786 -21.8501 -176.208 - 68 15.447 824 1 0 -100.61 -15.0889 -176.25 - 68 220.992 825 1 0 -100.599 -15.05 -176.237 - 68 23.5451 802 1 0 -169.168 -19.45 -175.859 - 68 7.58296 50 1 1 -170.011 -21.2348 -174.45 - 68 20.5719 803 1 0 -169.174 -19.45 -175.857 - 68 209.676 678 3 1 -44.4415 -33.1681 -114.45 - 68 122.155 734 3 0 -44.4326 -33.1385 -115.85 - 68 110.704 679 2 1 -44.1582 -32.1802 -144.45 - 68 133.183 739 2 0 -44.1909 -32.1148 -145.851 - 68 180.313 675 1 1 -44.9426 -30.4757 -174.45 - 68 102.981 748 1 0 -45.103 -30.4291 -175.85 - 68 85.3246 657 0 1 -48.6116 -29.5772 -204.45 - 68 105.89 656 0 1 -48.65 -29.5965 -204.744 - 68 116.596 752 0 0 -48.8025 -29.6206 -205.85 - 68 53.2896 753 0 0 -51.2326 -29.26 -205.85 - 68 13.8689 646 0 1 -50.7028 -30.1943 -204.85 - 68 114.753 747 0 0 -49.2683 -30.5309 -205.85 - 68 122.005 728 4 0 -44.7428 -34.3528 -85.85 - 68 119.361 688 3 1 -42.3108 -37.4476 -114.45 - 68 114.538 711 3 0 -42.2057 -37.6691 -115.85 - 68 95.848 694 2 1 -41.2055 -41.6201 -144.45 - 68 112.616 693 2 1 -41.25 -41.6189 -144.561 - 68 134.258 692 2 0 -41.7602 -41.6174 -145.85 - 68 270.217 642 1 1 -51.4708 -40.6149 -174.45 - 68 11.9557 698 1 0 -52.0847 -40.2592 -175.85 - 68 121.617 699 1 0 -52.1017 -40.25 -175.887 - 68 135.749 567 0 1 -66.5752 -32.1738 -204.45 - 68 19.014 566 0 1 -66.65 -32.1459 -204.799 - 68 115.254 739 0 0 -66.8098 -32.1153 -205.85 - 68 24.8015 516 3 0 5.70392 -76.65 -116.221 - 68 28.5818 703 1 0 -49.9396 -39.2921 -175.85 - 68 15.2432 657 1 1 -48.4783 -38.1733 -174.85 - 68 226.708 658 1 1 -48.4499 -38.1586 -174.827 - 68 120.891 675 3 1 -44.9134 -34.2779 -114.45 - 68 132.357 728 3 0 -44.9283 -34.2896 -115.85 - 68 117.647 674 2 1 -45.1627 -34.6129 -144.45 - 68 136.485 726 2 0 -45.2777 -34.7045 -145.85 - 68 129.051 661 1 1 -47.7126 -36.485 -174.45 - 68 102.525 717 1 0 -47.8364 -36.6172 -175.85 - 68 12.3726 716 1 0 -47.8674 -36.65 -176.199 - 68 124.321 649 0 1 -50.0607 -39.4559 -204.45 - 68 182.371 702 0 0 -50.2077 -39.6477 -205.85 - 68 198.122 701 0 0 -50.2095 -39.65 -205.867 - 68 41.8167 679 3 1 -44.217 -31.8571 -114.45 - 68 130.325 741 3 0 -44.6575 -31.8257 -115.85 - 68 120.555 628 2 1 -54.355 -30.3403 -144.45 - 68 40.7924 747 2 0 -54.5869 -30.6179 -145.85 - 68 75.5008 746 2 0 -54.6132 -30.6502 -146.001 - 68 14.7697 596 1 1 -60.8269 -36.7414 -174.45 - 68 142.207 595 1 1 -60.8502 -36.7801 -174.486 - 68 2.06104 594 1 1 -61.05 -37.1642 -174.845 - 68 2.49592 709 1 0 -61.5256 -38.2409 -175.85 - 68 88.503 708 1 0 -61.5294 -38.25 -175.859 - 68 148.419 707 1 0 -61.6176 -38.45 -176.057 - 68 158.981 536 0 1 -72.7278 -68.6517 -204.45 - 68 30.1681 535 0 1 -72.85 -68.9088 -204.769 - 68 22.289 552 0 0 -73.2677 -69.6063 -205.85 - 68 107.152 551 0 0 -73.2938 -69.65 -205.915 - 68 22.1028 550 0 0 -73.4 -69.8502 -206.178 - 68 73.5161 575 0 1 -64.8938 -38.6781 -204.45 - 68 126.986 694 5 0 -55.1075 -41.1703 -56.2497 - 68 204.386 693 5 0 -55.215 -41.2501 -56.122 -Number of digits in this event = 44 -Using G4ParticleGun ... -5.17508 LIN -e- -Event: 69 -Number of tracker hits in this event = 54 - 69 172.498 1424 8 1 105.063 -87.4133 35.55 - 69 120.221 463 8 0 105.062 -87.4122 34.15 - 69 243.271 1424 7 1 105.04 -87.3869 5.55 - 69 128.157 463 7 0 105.042 -87.3894 4.15 - 69 113.345 1424 6 1 105.072 -87.449 -24.45 - 69 100.291 463 6 0 105.069 -87.4435 -25.85 - 69 183.455 1424 5 1 105.001 -87.3372 -54.45 - 69 203.396 463 5 0 105.005 -87.3265 -55.85 - 69 214.675 1424 4 1 105.078 -87.0969 -84.45 - 69 129.661 464 4 0 105.078 -87.0821 -85.85 - 69 216.088 1424 3 1 105.1 -86.741 -114.45 - 69 140.764 466 3 0 105.106 -86.7379 -115.85 - 69 126.183 1425 2 1 105.222 -86.6333 -144.45 - 69 128.405 467 2 0 105.234 -86.6438 -145.85 - 69 254.26 1426 1 1 105.431 -86.8177 -174.45 - 69 523.741 466 1 0 105.452 -86.8364 -175.85 - 69 122.762 1428 0 1 105.883 -87.2345 -204.45 - 69 134.286 464 0 0 105.901 -87.2354 -205.85 - 69 13.9174 1596 4 1 139.478 7.85636 -84.85 - 69 34.0162 1344 7 0 158.871 88.9312 3.75 - 69 234.892 466 2 0 105.236 -86.65 -145.86 - 69 405.393 520 2 0 122.64 -75.9301 -146.25 - 69 54.6781 1471 0 1 114.384 -88.5132 -204.45 - 69 106.977 1470 0 1 114.35 -88.5159 -204.496 - 69 18.6752 1469 0 1 114.15 -88.552 -204.808 - 69 143.505 456 0 0 113.465 -88.7222 -205.85 - 69 29.5969 554 0 0 79.7816 -69.25 -205.912 - 69 208.302 1292 0 1 78.5113 -65.9328 -204.85 - 69 14.7586 1423 7 1 104.95 -87.4309 5.3431 - 69 243.679 463 4 0 105.047 -87.3409 -85.85 - 69 141.88 1421 3 1 104.529 -87.7066 -114.45 - 69 23.1574 1422 3 1 104.55 -87.7114 -114.774 - 69 112.419 461 3 0 104.616 -87.7334 -115.85 - 69 146.149 1439 2 1 107.989 -86.8909 -144.45 - 69 123.138 465 2 0 108.186 -86.8653 -145.85 - 69 120.123 1460 1 1 112.209 -86.7512 -174.45 - 69 140.725 467 1 0 112.461 -86.6187 -175.85 - 69 127.394 1489 0 1 118.021 -83.4438 -204.45 - 69 356.016 484 0 0 118.363 -83.1966 -205.85 - 69 167.193 1487 0 1 117.608 -86.1377 -204.45 - 69 299.328 1488 0 1 117.75 -86.0043 -204.631 - 69 76.0967 473 0 0 117.93 -85.3792 -205.85 - 69 80.7483 472 0 0 118.025 -85.45 -205.937 - 69 214.349 471 0 0 118.025 -85.6504 -205.967 - 69 150.093 1491 0 1 118.495 -85.2641 -204.85 - 69 246.346 463 3 0 105.061 -87.3245 -115.85 - 69 118.735 1424 2 1 105.08 -87.2878 -144.45 - 69 133.712 463 2 0 105.08 -87.2824 -145.85 - 69 109.739 1424 1 1 105.074 -87.1772 -174.45 - 69 92.3535 464 1 0 105.072 -87.1711 -175.85 - 69 119.084 1424 0 1 105.032 -87.0466 -204.45 - 69 135.383 465 0 0 105.029 -87.0412 -205.85 - 69 307.161 76 14 0 81.6306 -164.829 213.75 - 69 48.1474 77 14 0 81.6655 -164.75 213.8 -Number of digits in this event = 40 -Using G4ParticleGun ... -9.91925 LIN -e- -Event: 70 -Number of tracker hits in this event = 26 - 70 109.186 490 10 1 -82.0448 -59.5076 95.55 - 70 140.071 602 10 0 -82.0451 -59.5077 94.15 - 70 81.6371 489 9 1 -82.0528 -59.5105 65.55 - 70 126.21 602 9 0 -82.0538 -59.5108 64.15 - 70 147.945 489 8 1 -82.0738 -59.5211 35.55 - 70 292.332 602 8 0 -82.0747 -59.5212 34.15 - 70 185.031 489 7 1 -82.0903 -59.5207 5.55 - 70 127.372 602 7 0 -82.0915 -59.5203 4.15 - 70 101.34 489 6 1 -82.1152 -59.5177 -24.45 - 70 198.953 602 6 0 -82.1155 -59.5175 -25.85 - 70 146.2 489 5 1 -82.1248 -59.5156 -54.45 - 70 132.972 602 5 0 -82.1262 -59.5157 -55.85 - 70 107.89 489 4 1 -82.1524 -59.5186 -84.45 - 70 105.407 602 4 0 -82.1532 -59.5193 -85.85 - 70 115.339 489 3 1 -82.164 -59.5324 -114.45 - 70 121.741 602 3 0 -82.1652 -59.5344 -115.85 - 70 227.675 489 2 1 -82.1906 -59.5731 -144.45 - 70 117.074 602 2 0 -82.1924 -59.5745 -145.85 - 70 130.007 489 1 1 -82.2379 -59.6045 -174.45 - 70 127.16 602 1 0 -82.2405 -59.6059 -175.85 - 70 168.817 488 0 1 -82.2951 -59.6359 -204.45 - 70 128.009 602 0 0 -82.2976 -59.6368 -205.85 - 70 283.352 889 1 0 -114.939 -2.24685 -176.25 - 70 120.444 693 1 1 -41.45 -161.766 -174.678 - 70 67.5545 692 1 1 -41.4502 -162.053 -174.52 - 70 47.4845 877 8 0 16.412 -4.51731 33.75 -Number of digits in this event = 20 -Using G4ParticleGun ... -7.87454 LIN -e- -Event: 71 -Number of tracker hits in this event = 72 - 71 116.488 1474 9 1 115.073 -24.0761 65.55 - 71 114.795 779 9 0 115.072 -24.0754 64.15 - 71 129.777 1474 8 1 115.061 -24.0609 35.55 - 71 127.614 779 8 0 115.061 -24.061 34.15 - 71 120.844 1474 7 1 115.055 -24.0646 5.55 - 71 117.84 779 7 0 115.054 -24.0662 4.15 - 71 100.513 1474 6 1 115.025 -24.0997 -24.45 - 71 98.6876 779 6 0 115.023 -24.1 -25.85 - 71 375.944 1474 5 1 114.987 -24.1032 -54.45 - 71 339.849 779 5 0 114.985 -24.1037 -55.85 - 71 214.451 1473 4 1 114.939 -24.1096 -84.45 - 71 112.501 779 4 0 114.94 -24.1135 -85.85 - 71 120.028 1474 3 1 114.967 -24.199 -114.45 - 71 124.949 779 3 0 114.967 -24.2107 -115.85 - 71 135.331 1474 2 1 114.972 -24.428 -144.45 - 71 110.167 778 2 0 114.971 -24.4377 -145.85 - 71 437.635 1473 1 1 114.914 -24.6562 -174.45 - 71 112.732 776 1 0 114.906 -24.6658 -175.85 - 71 119.961 1472 0 1 114.729 -24.8606 -204.45 - 71 111.272 775 0 0 114.72 -24.8685 -205.85 - 71 209.322 779 1 0 114.917 -24.2 -175.85 - 71 125.368 1474 0 1 115.067 -24.3233 -204.45 - 71 102.081 778 0 0 115.077 -24.3284 -205.85 - 71 10.155 775 1 0 115.13 -25.0231 -175.851 - 71 81.1398 774 1 0 115.136 -25.05 -175.886 - 71 133.134 773 1 0 115.235 -25.25 -176.1 - 71 109.702 1473 0 1 114.819 -24.1453 -204.45 - 71 116.785 779 0 0 114.804 -24.1477 -205.85 - 71 186.807 484 0 1 -83.05 3.74946 -204.745 - 71 188.934 1535 2 1 127.322 -75.2065 -144.45 - 71 11.5991 1536 2 1 127.35 -75.2362 -144.566 - 71 360.78 281 5 0 129.801 -123.82 -56.25 - 71 38.4725 1460 6 1 112.336 1.03128 -24.45 - 71 73.8629 1461 6 1 112.35 1.06408 -24.4552 - 71 35.1699 1473 5 1 114.95 -23.9889 -54.7491 - 71 17.6686 781 5 0 114.674 -23.6709 -55.85 - 71 109.894 782 5 0 114.656 -23.6499 -55.9197 - 71 1.48604 1449 4 1 109.953 -13.7011 -84.45 - 71 113.404 1448 4 1 109.95 -13.6993 -84.4555 - 71 32.1354 1447 4 1 109.75 -13.5909 -84.7865 - 71 89.7734 833 4 0 109.171 -13.3143 -85.85 - 71 54.1085 834 4 0 109.032 -13.25 -86.1058 - 71 125.415 1376 3 1 95.5254 -6.95142 -114.45 - 71 61.2048 860 3 0 95.1626 -7.92382 -115.85 - 71 140.29 859 3 0 95.1265 -8.05 -116.027 - 71 0.00994582 1353 2 1 90.7504 -28.378 -144.45 - 71 109.582 1352 2 1 90.7499 -28.3784 -144.45 - 71 91.1521 1351 2 1 90.5481 -28.5115 -144.579 - 71 78.2989 1350 2 1 90.3499 -28.6462 -144.696 - 71 135.798 749 2 0 88.2073 -30.0871 -145.85 - 71 145.701 748 2 0 87.8335 -30.25 -146.065 - 71 77.8485 1083 1 1 36.6949 -46.929 -174.45 - 71 114.176 1084 1 1 36.85 -46.8393 -174.64 - 71 15.5525 669 1 0 37.7412 -46.0885 -175.85 - 71 128.981 670 1 0 37.7849 -46.05 -175.91 - 71 345.758 810 1 1 -18.0037 16.0887 -174.45 - 71 192.75 1478 4 1 115.837 -24.0063 -84.45 - 71 119.648 780 4 0 116.073 -23.9673 -85.85 - 71 101.095 1513 3 1 122.758 -22.0339 -114.45 - 71 115.987 791 3 0 122.957 -21.8464 -115.85 - 71 149.443 1532 2 1 126.63 -17.9561 -144.45 - 71 140.091 811 2 0 126.909 -17.7818 -145.85 - 71 232.4 1558 1 1 131.918 -13.6335 -174.45 - 71 37.348 832 1 0 132.019 -13.4735 -175.85 - 71 68.3078 833 1 0 132.032 -13.45 -175.995 - 71 102.381 1572 0 1 134.692 -8.76346 -204.45 - 71 104.746 854 0 0 134.593 -9.15594 -205.85 - 71 1.04311 853 0 0 134.557 -9.25001 -206.243 - 71 205.156 776 5 0 58.6452 -24.7296 -56.2495 - 71 128.439 777 5 0 58.1873 -24.65 -55.9581 - 71 169.859 1193 5 1 58.7858 -24.0352 -54.8498 - 71 151.081 778 5 0 58.42 -24.2893 -55.85 -Number of digits in this event = 32 -Using G4ParticleGun ... -7.66963 LIN -e- -Event: 72 -Number of tracker hits in this event = 25 - 72 162.556 338 10 1 -112.38 26.9736 95.55 - 72 109.096 1034 10 0 -112.38 26.9747 94.15 - 72 118.898 338 9 1 -112.394 26.9963 65.55 - 72 143.902 1034 9 0 -112.394 26.9978 64.15 - 72 142.328 338 8 1 -112.404 27.0264 35.55 - 72 100.096 1034 8 0 -112.404 27.027 34.15 - 72 103.967 338 7 1 -112.391 27.0421 5.55 - 72 131.069 1034 7 0 -112.389 27.0417 4.15 - 72 115.442 338 6 1 -112.351 27.0084 -24.45 - 72 127.134 1034 6 0 -112.349 27.0069 -25.85 - 72 145.839 339 5 1 -112.308 26.9787 -54.45 - 72 116.259 1034 5 0 -112.305 26.9764 -55.85 - 72 99.8007 339 4 1 -112.242 26.927 -84.45 - 72 113.405 1034 4 0 -112.238 26.9245 -85.85 - 72 113.468 339 3 1 -112.161 26.8715 -114.45 - 72 115.55 1034 3 0 -112.156 26.8694 -115.85 - 72 107.696 340 2 1 -112.059 26.8322 -144.45 - 72 208.971 1033 2 0 -112.049 26.8299 -145.85 - 72 167.246 341 1 1 -111.856 26.7885 -174.45 - 72 144.066 1033 1 0 -111.847 26.785 -175.85 - 72 107.439 342 0 1 -111.665 26.7161 -204.45 - 72 263.443 1033 0 0 -111.656 26.715 -205.85 - 72 303.535 340 0 1 -112.027 26.7276 -204.45 - 72 138.636 1032 0 0 -112.055 26.585 -205.85 - 72 32.4368 1496 1 1 119.421 -25.5758 -174.85 +Number of tracker hits in this event = 22 + 56 101.48 1038 8 1 27.6936 -139.78 35.55 + 56 129.74 201 8 0 27.6952 -139.783 34.15 + 56 104.77 1038 7 1 27.7224 -139.842 5.55 + 56 122.772 201 7 0 27.7233 -139.844 4.15 + 56 178.601 1038 6 1 27.747 -139.871 -24.45 + 56 109.107 201 6 0 27.7451 -139.872 -25.85 + 56 190.825 1038 5 1 27.7006 -139.9 -54.45 + 56 211.861 201 5 0 27.6995 -139.903 -55.85 + 56 125.786 1038 4 1 27.6809 -139.972 -84.45 + 56 113.502 200 4 0 27.6798 -139.973 -85.85 + 56 112.28 1037 3 1 27.6479 -140.008 -114.45 + 56 316.439 200 3 0 27.6504 -140.011 -115.85 + 56 179.901 1038 2 1 27.7131 -140.078 -144.45 + 56 123.237 200 2 0 27.716 -140.081 -145.85 + 56 104.88 1038 1 1 27.7756 -140.132 -174.45 + 56 121.577 200 1 0 27.778 -140.133 -175.85 + 56 116.727 1038 0 1 27.8281 -140.165 -204.45 + 56 113.943 199 0 0 27.8306 -140.168 -205.85 + 56 106.826 291 5 1 -121.75 131.952 -54.7945 + 56 19.1159 88 1 0 62.1292 -162.359 -176.25 + 56 148.394 89 1 0 62.1107 -162.35 -176.204 + 56 285.054 1209 1 1 61.9452 -161.953 -174.85 Number of digits in this event = 14 Using G4ParticleGun ... -2.45163 LIN +7.6716 LIN e- -Event: 73 -Number of tracker hits in this event = 23 - 73 131.091 1493 9 1 118.852 40.6092 65.55 - 73 122.091 1102 9 0 118.852 40.6093 64.15 - 73 128.997 1493 8 1 118.851 40.61 35.55 - 73 106.585 1102 8 0 118.848 40.6108 34.15 - 73 129.016 1493 7 1 118.785 40.6216 5.55 - 73 144.499 1102 7 0 118.785 40.6164 4.15 - 73 160.422 1493 6 1 118.804 40.4979 -24.45 - 73 171.268 1102 6 0 118.807 40.4912 -25.85 - 73 146.267 1493 5 1 118.899 40.3402 -54.45 - 73 110.7 1101 5 0 118.907 40.3273 -55.85 - 73 133.799 1494 4 1 119.059 40.0661 -84.45 - 73 142.36 1100 4 0 119.066 40.0573 -85.85 - 73 103.874 1495 3 1 119.193 39.883 -114.45 - 73 238.622 1099 3 0 119.2 39.8748 -115.85 - 73 108.671 1495 2 1 119.327 39.7088 -144.45 - 73 121.364 1098 2 0 119.334 39.6942 -145.85 - 73 121.601 1496 1 1 119.506 39.3905 -174.45 - 73 113.902 1096 1 0 119.517 39.3702 -175.85 - 73 120.993 1497 0 1 119.745 38.9383 -204.45 - 73 133.388 1094 0 0 119.746 38.9158 -205.85 - 73 121.678 1498 0 1 119.75 38.9426 -204.763 - 73 393.556 1499 0 1 119.95 39.1352 -204.836 - 73 17.8375 1500 0 1 120.15 39.3514 -204.668 -Number of digits in this event = 19 +Event: 57 +Number of tracker hits in this event = 27 + 57 263.98 1297 9 1 79.6013 -88.945 65.55 + 57 181.394 455 9 0 79.6014 -88.9448 64.15 + 57 140.499 1297 8 1 79.603 -88.9399 35.55 + 57 103.764 455 8 0 79.6035 -88.9386 34.15 + 57 112.592 1297 7 1 79.6153 -88.9104 5.55 + 57 94.3897 455 7 0 79.6157 -88.9092 4.15 + 57 183.148 1297 6 1 79.6218 -88.886 -24.45 + 57 156.312 455 6 0 79.6223 -88.8839 -25.85 + 57 143.347 1297 5 1 79.6282 -88.8392 -54.45 + 57 120.677 456 5 0 79.6288 -88.8363 -55.85 + 57 112.812 1297 4 1 79.6374 -88.7777 -84.45 + 57 154.932 456 4 0 79.6375 -88.7738 -85.85 + 57 156.309 1297 3 1 79.6339 -88.6923 -114.45 + 57 102.523 456 3 0 79.633 -88.6881 -115.85 + 57 216.666 1297 2 1 79.62 -88.6019 -144.45 + 57 114.179 457 2 0 79.6176 -88.5986 -145.85 + 57 149.173 1297 1 1 79.5688 -88.5307 -174.45 + 57 100.709 457 1 0 79.566 -88.527 -175.85 + 57 450.29 1297 0 1 79.5153 -88.4565 -204.45 + 57 154.21 457 0 0 79.5121 -88.4519 -205.85 + 57 101.657 1296 0 1 79.45 -88.3759 -204.539 + 57 107.138 455 0 0 79.1517 -88.9039 -205.85 + 57 3.53327 869 2 1 -6.05 -103.779 -144.512 + 57 29.7034 1296 9 1 79.4499 -88.751 65.2488 + 57 182.597 459 9 0 79.0279 -88.1961 64.15 + 57 33.7405 460 9 0 78.9146 -88.0498 63.7965 + 57 131.752 1298 9 1 79.8356 -87.957 65.15 +Number of digits in this event = 18 Using G4ParticleGun ... -5.02136 LIN +2.59628 LIN e- -Event: 74 -Number of tracker hits in this event = 81 - 74 109.767 628 10 1 -54.4307 -96.5674 95.55 - 74 159.514 417 10 0 -54.4339 -96.5679 94.15 - 74 113.487 627 9 1 -54.4988 -96.5834 65.55 - 74 165.08 417 9 0 -54.4996 -96.5824 64.15 - 74 117.614 627 8 1 -54.5174 -96.544 35.55 - 74 196.976 418 8 0 -54.5187 -96.5377 34.15 - 74 230.964 627 7 1 -54.5594 -96.4105 5.55 - 74 107.161 418 7 0 -54.5624 -96.4047 4.15 - 74 108.163 627 6 1 -54.623 -96.2883 -24.45 - 74 136.173 419 6 0 -54.628 -96.2812 -25.85 - 74 105.249 626 5 1 -54.7316 -96.1523 -54.45 - 74 215.367 420 5 0 -54.7381 -96.1444 -55.85 - 74 174.447 625 4 1 -54.8792 -95.9897 -84.45 - 74 134.127 420 4 0 -54.8824 -95.9854 -85.85 - 74 118.806 625 3 1 -54.9376 -95.8948 -114.45 - 74 99.3648 421 3 0 -54.9337 -95.8883 -115.85 - 74 737.574 625 2 1 -54.8564 -95.7681 -144.45 - 74 299.595 421 2 0 -54.848 -95.7679 -145.85 - 74 206.675 626 1 1 -54.6524 -95.7559 -174.45 - 74 140.201 421 1 0 -54.6462 -95.7546 -175.85 - 74 122.09 627 0 1 -54.5267 -95.7424 -204.45 - 74 93.2892 422 0 0 -54.5157 -95.7403 -205.85 - 74 149.848 236 3 1 -132.827 -6.27268 -114.85 - 74 177.536 420 2 0 -54.8298 -95.95 -146.099 - 74 199.706 627 1 1 -54.6253 -101.992 -174.45 - 74 157.365 389 1 0 -54.9855 -102.25 -175.85 - 74 147.01 565 0 1 -66.9705 -108.143 -204.45 - 74 42.311 566 0 1 -66.85 -108.258 -204.741 - 74 100.101 357 0 0 -66.345 -108.64 -205.85 - 74 28.8421 356 0 0 -66.2164 -108.75 -206.129 - 74 6.76588 637 1 1 -52.4518 -98.1433 -174.45 - 74 174.064 638 1 1 -52.45 -98.1445 -174.473 - 74 128.565 409 1 0 -52.3762 -98.2145 -175.85 - 74 142.437 644 0 1 -51.1404 -99.9746 -204.45 - 74 37.301 398 0 0 -51.4547 -100.507 -205.85 - 74 100.272 397 0 0 -51.4816 -100.55 -205.966 - 74 22.7651 624 4 1 -55.05 -96.1791 -84.6534 - 74 123.57 626 4 1 -54.8016 -96.029 -84.45 - 74 135.043 421 4 0 -54.8061 -95.9391 -85.85 - 74 124.091 626 3 1 -54.7131 -94.6201 -114.45 - 74 62.1208 427 3 0 -54.6301 -94.5571 -115.851 - 74 70.5909 428 3 0 -54.6209 -94.55 -116 - 74 83.0529 632 2 1 -53.4736 -93.3245 -144.45 - 74 61.7669 633 2 1 -53.45 -93.3264 -144.684 - 74 121.045 434 2 0 -53.3072 -93.3441 -145.85 - 74 12.0883 433 2 0 -53.263 -93.35 -146.21 - 74 259.976 651 1 1 -49.6584 -94.1904 -174.45 - 74 134.414 652 1 1 -49.6499 -94.1923 -174.563 - 74 107.422 429 1 0 -49.5384 -94.2053 -175.85 - 74 103.288 663 0 1 -47.2915 -94.8299 -204.45 - 74 92.1988 664 0 1 -47.25 -94.7876 -204.768 - 74 137.767 427 0 0 -47.0871 -94.6242 -205.85 - 74 15.6681 650 1 1 -49.9123 -99.7462 -174.45 - 74 193.632 653 1 1 -49.45 -99.8694 -174.715 - 74 10.2043 654 1 1 -49.25 -99.8961 -174.835 - 74 207.012 401 1 0 -47.6723 -99.9362 -175.85 - 74 42.559 930 0 1 6.14882 -105.461 -204.45 - 74 94.0345 931 0 1 6.25064 -105.494 -204.55 - 74 16.4339 932 0 1 6.45 -105.592 -204.8 - 74 154.93 370 0 0 7.34736 -106.028 -205.85 - 74 73.1952 369 0 0 7.61718 -106.15 -206.152 - 74 383.314 396 1 0 -49.6091 -100.814 -175.85 - 74 26.8813 395 1 0 -49.638 -100.95 -175.901 - 74 225.125 624 2 1 -55.05 -95.7257 -144.453 - 74 123.701 422 2 0 -55.4584 -95.7115 -145.85 - 74 23.2596 594 1 1 -61.0784 -93.363 -174.45 - 74 99.5147 595 1 1 -61.05 -93.3659 -174.548 - 74 201.232 434 1 0 -60.4906 -93.1945 -175.85 - 74 33.8894 435 1 0 -60.3538 -93.15 -176.161 - 74 85.7425 670 0 1 -46.045 -90.6793 -204.45 - 74 72.3444 671 0 1 -45.85 -90.6029 -204.684 - 74 134.349 450 0 0 -44.9282 -90.0262 -205.851 - 74 31.437 451 0 0 -44.6934 -89.8494 -206.153 - 74 48.3056 543 0 0 -43.723 -71.2767 -206.25 - 74 76.0523 544 0 0 -43.8555 -71.25 -206.089 - 74 164.291 678 0 1 -44.3836 -71.7616 -204.85 - 74 170.768 677 0 1 -44.45 -71.8041 -204.732 - 74 147.151 679 0 1 -44.25 -72.6597 -204.479 - 74 241.714 424 2 0 -55.4033 -95.3066 -145.85 - 74 117.484 502 0 1 -79.45 -125.909 -204.514 - 74 160.009 503 0 1 -79.4499 -125.965 -204.524 -Number of digits in this event = 43 +Event: 58 +Number of tracker hits in this event = 39 + 58 148.367 685 9 1 -43.0472 117.81 65.55 + 58 264.984 1488 9 0 -43.0468 117.811 64.15 + 58 204.789 685 8 1 -43.028 117.813 35.55 + 58 197.553 1488 8 0 -43.0274 117.814 34.15 + 58 109.724 685 7 1 -43.0147 117.84 5.55 + 58 168.533 1488 7 0 -43.0132 117.841 4.15 + 58 111.846 685 6 1 -42.9774 117.853 -24.45 + 58 111.569 1488 6 0 -42.9787 117.86 -25.85 + 58 191.901 685 5 1 -43.0157 118.018 -54.45 + 58 127.489 1489 5 0 -43.0153 118.015 -55.85 + 58 130.587 684 4 1 -43.115 117.986 -84.45 + 58 241.751 1489 4 0 -43.1264 118.004 -85.85 + 58 130.386 683 3 1 -43.3512 118.513 -114.45 + 58 124.024 1491 3 0 -43.3521 118.54 -115.85 + 58 129.088 682 2 1 -43.4797 119.077 -144.45 + 58 224.515 1494 2 0 -43.4932 119.13 -145.85 + 58 141.896 681 1 1 -43.7216 120.275 -174.45 + 58 116.456 1501 1 0 -43.7495 120.376 -175.85 + 58 126.724 678 0 1 -44.3984 122.885 -204.45 + 58 151.752 1514 0 0 -44.476 123.033 -205.85 + 58 313.366 684 3 1 -43.1297 118.309 -114.45 + 58 232.001 1490 3 0 -43.1291 118.321 -115.85 + 58 127.279 684 2 1 -43.2076 118.939 -144.45 + 58 121.067 683 1 1 -43.2836 119.653 -174.45 + 58 101.217 1497 1 0 -43.2926 119.684 -175.85 + 58 115.819 682 0 1 -43.4816 120.329 -204.45 + 58 141.18 1501 0 0 -43.4917 120.359 -205.85 + 58 176.003 683 2 1 -43.25 118.45 -144.471 + 58 101.567 1491 2 0 -43.2634 118.461 -145.85 + 58 123.203 682 1 1 -43.5353 118.706 -174.45 + 58 169.974 1492 1 0 -43.5333 118.71 -175.85 + 58 120.236 683 0 1 -43.45 118.805 -204.472 + 58 111.309 1493 0 0 -43.4176 118.772 -205.85 + 58 122.555 1641 8 0 -142.341 148.449 33.75 + 58 134.661 189 8 1 -142.273 148.515 35.15 + 58 168.359 684 0 1 -43.1058 117.954 -204.45 + 58 158.533 1489 0 0 -43.1382 118.082 -205.85 + 58 73.7799 685 0 1 -43.0499 117.946 -204.648 + 58 119.636 1488 0 0 -42.7349 117.895 -205.85 +Number of digits in this event = 32 Using G4ParticleGun ... -2.88145 LIN +6.79228 LIN e- -Event: 75 -Number of tracker hits in this event = 38 - 75 110.091 979 10 1 15.8855 -107.673 95.55 - 75 292.628 362 10 0 15.8847 -107.673 94.15 - 75 121.393 979 9 1 15.8768 -107.682 65.55 - 75 153.153 362 9 0 15.879 -107.684 64.15 - 75 116.618 979 8 1 15.9262 -107.711 35.55 - 75 143.273 362 8 0 15.9301 -107.711 34.15 - 75 136.672 979 7 1 16.0248 -107.727 5.55 - 75 110.438 362 7 0 16.0283 -107.734 4.15 - 75 139.21 980 6 1 16.0962 -107.898 -24.45 - 75 123.001 361 6 0 16.0985 -107.905 -25.85 - 75 97.358 980 5 1 16.1598 -108.106 -54.45 - 75 109.268 360 5 0 16.165 -108.11 -55.85 - 75 131.104 981 4 1 16.2794 -108.178 -84.45 - 75 144.908 359 4 0 16.2866 -108.182 -85.85 - 75 140.292 981 3 1 16.4399 -108.277 -114.45 - 75 116.094 359 3 0 16.445 -108.286 -115.85 - 75 115.595 982 2 1 16.5738 -108.485 -144.45 - 75 133.199 358 2 0 16.5771 -108.503 -145.85 - 75 142.688 983 1 1 16.6523 -108.875 -174.45 - 75 103.289 356 1 0 16.6574 -108.885 -175.85 - 75 423.441 983 0 1 16.7543 -109.102 -204.45 - 75 148.612 355 0 0 16.7408 -109.117 -205.85 - 75 299.103 982 0 1 16.65 -108.809 -204.781 - 75 530.171 360 0 0 16.663 -107.953 -205.85 - 75 111.954 776 4 0 -169.574 -24.7955 -86.25 - 75 72.6735 981 1 1 16.4466 -108.05 -174.45 - 75 166.617 982 1 1 16.45 -108.051 -174.65 - 75 355.958 360 1 0 16.4716 -108.052 -175.85 - 75 128.251 985 0 1 17.0657 -108.085 -204.45 - 75 154.358 347 4 0 -170.345 -110.641 -86.25 - 75 43.0167 46 4 1 -170.916 -110.902 -84.85 - 75 107.294 45 4 1 -170.95 -110.917 -84.7728 - 75 315.124 127 7 0 -127.674 -154.55 3.87008 - 75 154.996 514 0 1 -77.05 -54.531 -204.824 - 75 175.898 997 0 1 19.4502 -107.484 -204.451 - 75 131.346 362 0 0 19.5766 -107.578 -205.85 - 75 115.183 368 0 0 19.7338 -106.458 -205.85 - 75 129.758 369 0 0 19.8066 -106.35 -206.005 -Number of digits in this event = 27 -Using G4ParticleGun ... -4.91469 LIN -e- -Event: 76 -Number of tracker hits in this event = 94 - 76 118.577 978 10 1 15.8428 -86.6978 95.55 - 76 124.496 466 10 0 15.8426 -86.6971 94.15 - 76 106.737 978 9 1 15.8393 -86.6811 65.55 - 76 362.729 466 9 0 15.8386 -86.6842 64.15 - 76 128.112 978 8 1 15.8016 -86.7564 35.55 - 76 129.509 466 8 0 15.8052 -86.7501 34.15 - 76 144.512 979 7 1 15.8951 -86.6491 5.55 - 76 103.051 466 7 0 15.8826 -86.6627 4.15 - 76 123.336 977 6 1 15.5894 -86.9181 -24.45 - 76 156.596 465 6 0 15.5697 -86.92 -25.85 - 76 110.365 975 5 1 15.1626 -86.9095 -54.45 - 76 122.776 465 5 0 15.1106 -86.9016 -55.85 - 76 258.748 969 4 1 13.9253 -86.576 -84.45 - 76 391.781 467 4 0 13.8471 -86.5474 -85.85 - 76 118.679 960 3 1 12.2134 -85.8851 -114.45 - 76 107.364 471 3 0 12.1032 -85.8496 -115.85 - 76 381.854 948 2 1 9.80196 -85.1185 -144.45 - 76 116.024 474 2 0 9.69467 -85.0735 -145.85 - 76 132.215 937 1 1 7.4794 -84.2908 -174.45 - 76 147.803 478 1 0 7.42765 -84.2895 -175.85 - 76 145.376 933 0 1 6.65295 -84.6187 -204.45 - 76 95.0314 477 0 0 6.71024 -84.6251 -205.85 - 76 77.3866 635 10 0 -47.2876 -52.9538 93.75 - 76 239.134 978 5 1 15.8494 -86.6201 -54.45 - 76 288.577 467 5 0 15.8399 -86.6289 -55.85 - 76 181.534 977 4 1 15.6312 -86.7885 -84.45 - 76 156.491 978 4 1 15.65 -86.8079 -84.8074 - 76 129.238 465 4 0 15.705 -86.8567 -85.85 - 76 89.3832 983 3 1 16.7449 -88.1161 -114.45 - 76 238.697 459 3 0 16.8415 -88.1428 -115.85 - 76 115.783 993 2 1 18.7795 -88.4541 -144.45 - 76 207.492 458 2 0 18.8632 -88.4209 -145.85 - 76 123.082 1001 1 1 20.3677 -87.7795 -174.45 - 76 262.259 461 1 0 20.4384 -87.693 -175.85 - 76 103.513 1007 0 1 21.6086 -86.0679 -204.45 - 76 1.3907 470 0 0 21.7166 -85.8516 -205.851 - 76 138.695 471 0 0 21.7174 -85.85 -205.861 - 76 133.593 466 4 0 15.7697 -86.7315 -85.85 - 76 92.6301 980 3 1 16.2379 -87.389 -114.45 - 76 36.9918 981 3 1 16.25 -87.3876 -114.748 - 76 241.04 463 3 0 16.2894 -87.3873 -115.85 - 76 110.536 986 2 1 17.2858 -87.236 -144.45 - 76 210.006 463 2 0 17.3378 -87.2558 -145.85 - 76 61.1058 990 1 1 18.2389 -87.6298 -174.45 - 76 49.4494 991 1 1 18.25 -87.6346 -174.719 - 76 290.388 996 0 1 19.2753 -88.1361 -204.45 - 76 143.29 459 0 0 19.2476 -88.1575 -205.85 - 76 215.198 979 4 1 15.9249 -86.5273 -84.49 - 76 135.905 979 3 1 15.9432 -86.5783 -114.45 - 76 129.371 467 3 0 15.9294 -86.5723 -115.85 - 76 117.8 976 2 1 15.3732 -86.3818 -144.45 - 76 106.884 467 2 0 15.3014 -86.465 -145.85 - 76 122.595 966 1 1 13.3143 -88.4736 -174.45 - 76 112.909 456 1 0 13.2577 -88.6994 -175.85 - 76 115.324 960 0 1 12.0673 -93.4945 -204.45 - 76 112.535 432 0 0 12.0331 -93.6455 -205.85 - 76 117.361 983 0 1 16.8049 -85.7665 -204.45 - 76 239.611 984 0 1 16.8501 -85.7077 -204.711 - 76 114.374 473 0 0 17.0586 -85.3976 -205.85 - 76 254.856 985 0 1 17.05 -85.6544 -204.763 - 76 106.21 474 0 0 17.598 -85.1433 -205.85 - 76 51.4705 475 0 0 17.7605 -85.05 -206.123 - 76 21.1742 668 0 0 54.9173 -46.2921 -206.25 - 76 115.696 669 0 0 54.963 -46.25 -206.227 - 76 113.475 670 0 0 55.2705 -46.05 -206.045 - 76 15.7734 671 0 0 55.588 -45.8495 -205.861 - 76 62.3011 1201 0 1 60.3471 -42.7 -204.85 - 76 54.8547 1202 0 1 60.45 -42.6394 -204.835 - 76 231.734 1203 0 1 60.65 -42.5121 -204.765 - 76 157.197 1204 0 1 60.85 -41.771 -204.549 - 76 217.289 1205 0 1 61.05 -41.2741 -204.48 - 76 208.145 1206 0 1 61.25 -40.8467 -204.509 - 76 60.1539 1207 0 1 61.45 -40.0194 -204.746 - 76 40.4529 721 0 0 63.402 -35.7594 -205.85 - 76 61.4569 722 0 0 63.4487 -35.65 -205.881 - 76 98.9905 723 0 0 63.558 -35.4498 -205.949 - 76 173.823 724 0 0 63.8753 -35.25 -206.1 - 76 58.2536 1224 0 1 64.9718 -34.807 -204.85 - 76 79.9645 1225 0 1 65.0502 -34.722 -204.708 - 76 73.3564 977 0 1 15.4878 -87.072 -204.702 - 76 262.711 464 0 0 15.4892 -87.0711 -205.85 - 76 153.275 978 3 1 15.7909 -86.4386 -114.45 - 76 143.605 468 3 0 15.7834 -86.4347 -115.85 - 76 117.509 977 2 1 15.6358 -86.3765 -144.45 - 76 153.346 468 2 0 15.6279 -86.3745 -145.85 - 76 119.909 977 1 1 15.4716 -86.3228 -174.45 - 76 120.777 468 1 0 15.4651 -86.3187 -175.85 - 76 263.297 976 0 1 15.3316 -86.2355 -204.45 - 76 96.5958 469 0 0 15.3255 -86.2315 -205.85 - 76 249.301 548 4 0 -137.995 -70.4178 -86.25 - 76 27.0976 104 0 0 10.8349 -159.15 -206.122 - 76 2.97632 1302 4 1 80.6086 8.57183 -84.85 - 76 16.7898 1273 7 0 111.376 74.7738 3.75 - 76 138.046 1274 7 0 111.41 74.8501 3.82629 -Number of digits in this event = 51 -Using G4ParticleGun ... -8.97489 LIN -e- -Event: 77 -Number of tracker hits in this event = 93 - 77 143.348 554 8 1 -69.1869 -120.771 35.55 - 77 157.641 296 8 0 -69.1871 -120.771 34.15 - 77 111.28 543 7 1 -71.3263 -121.685 5.54979 - 77 67.4345 292 7 0 -71.3953 -121.748 4.15 - 77 44.4733 291 7 0 -71.3987 -121.75 4.07263 - 77 122.536 540 6 1 -71.8639 -120.973 -24.45 - 77 61.0643 293 6 0 -71.8293 -121.481 -25.85 - 77 42.4227 292 6 0 -71.8208 -121.55 -26.0558 - 77 117.753 542 5 1 -71.5145 -131.656 -54.45 - 77 16.7534 241 5 0 -71.4186 -131.939 -55.85 - 77 122.852 240 5 0 -71.4154 -131.95 -55.9039 - 77 10.7307 549 4 1 -70.2228 -136.745 -84.45 - 77 118.133 548 4 1 -70.25 -136.743 -84.4849 - 77 40.0542 547 4 1 -70.45 -136.736 -84.7421 - 77 277.216 217 4 0 -71.2687 -136.685 -85.85 - 77 70.8891 443 3 1 -91.3627 -134.17 -114.45 - 77 83.339 442 3 1 -91.55 -134.151 -114.636 - 77 6.38029 441 3 1 -91.7505 -134.13 -114.829 - 77 181.634 231 3 0 -92.9003 -133.945 -115.85 - 77 7.89609 272 2 1 -125.737 -124.34 -144.45 - 77 147.119 271 2 1 -125.75 -124.315 -144.478 - 77 18.3935 285 2 0 -126.17 -123.007 -145.85 - 77 66.5849 286 2 0 -126.186 -122.95 -145.909 - 77 57.6877 287 2 0 -126.235 -122.75 -146.122 - 77 29.6648 236 2 0 -165.319 -132.891 -146.25 - 77 89.6 235 2 0 -165.369 -132.95 -146.208 - 77 94.5679 234 2 0 -165.543 -133.15 -146.065 - 77 33.2517 233 2 0 -165.707 -133.35 -145.919 - 77 137.758 68 2 1 -166.419 -134.578 -144.85 - 77 99.8901 67 2 1 -166.55 -134.811 -144.656 - 77 20.4366 82 3 0 -158.138 -163.697 -116.25 - 77 128.105 81 3 0 -158.123 -163.75 -116.195 - 77 66.2521 80 3 0 -158.07 -163.95 -115.991 - 77 222.146 112 3 1 -157.675 -165.13 -114.85 - 77 239.417 115 3 1 -157.139 -166.124 -114.45 - 77 153.289 116 3 1 -156.95 -166.57 -114.677 - 77 12.3889 58 3 0 -155.94 -168.515 -115.85 - 77 66.7693 57 3 0 -155.922 -168.55 -115.872 - 77 89.9191 56 3 0 -155.843 -168.75 -115.967 - 77 56.5972 55 3 0 -155.778 -168.95 -116.049 - 77 53.0204 54 3 0 -155.719 -169.15 -116.118 - 77 107.941 53 3 0 -155.66 -169.35 -116.19 - 77 223.426 554 5 1 -69.1818 -120.75 -54.45 - 77 252.521 296 5 0 -69.1822 -120.751 -55.85 - 77 532.224 554 4 1 -69.1869 -120.766 -84.45 - 77 117.703 296 4 0 -69.1872 -120.766 -85.85 - 77 125.488 554 3 1 -69.1937 -120.783 -114.45 - 77 130.579 296 3 0 -69.1941 -120.784 -115.85 - 77 153.409 554 2 1 -69.2067 -120.795 -144.45 - 77 346.737 296 2 0 -69.2075 -120.796 -145.85 - 77 275.071 554 1 1 -69.2278 -120.809 -174.45 - 77 95.9104 296 1 0 -69.2296 -120.811 -175.85 - 77 761.946 553 0 1 -69.2671 -120.857 -204.45 - 77 341.322 296 0 0 -69.2686 -120.861 -205.85 - 77 171.273 553 1 1 -69.2981 -120.422 -174.45 - 77 123.731 298 1 0 -69.2955 -120.403 -175.85 - 77 157.927 554 0 1 -69.2384 -119.896 -204.45 - 77 100.995 301 0 0 -69.232 -119.845 -205.85 - 77 59.483 437 2 0 -76.4588 -92.7274 -146.25 - 77 218.065 700 1 0 -11.4332 -39.9028 -176.25 - 77 103.607 701 1 0 -11.3831 -39.85 -176.217 - 77 133.718 293 1 0 -69.1714 -121.504 -175.85 - 77 150.961 293 0 0 -69.3106 -121.547 -205.85 - 77 206.149 297 4 0 -69.2997 -120.737 -85.85 - 77 114.867 540 3 1 -71.9631 -120.628 -114.45 - 77 136.778 297 3 0 -72.06 -120.65 -115.85 - 77 96.2846 531 2 1 -73.7153 -120.316 -144.45 - 77 102.789 299 2 0 -73.7524 -120.239 -145.85 - 77 32.3215 529 1 1 -74.0713 -118.493 -174.45 - 77 76.83 530 1 1 -74.05 -118.464 -174.554 - 77 101.187 310 1 0 -73.8061 -118.113 -175.85 - 77 152.496 349 0 0 -69.0865 -110.281 -205.85 - 77 43.0517 456 0 1 -88.7437 -44.5832 -204.45 - 77 0.0344516 457 0 1 -88.6499 -44.5151 -204.45 - 77 112.292 557 3 1 -68.5782 -120.156 -114.45 - 77 341.206 300 3 0 -68.5992 -120.098 -115.85 - 77 148.031 555 2 1 -68.9487 -118.654 -144.45 - 77 126.361 308 2 0 -68.9713 -118.532 -145.85 - 77 93.5377 552 1 1 -69.45 -115.977 -174.545 - 77 120.617 321 1 0 -69.5936 -115.895 -175.85 - 77 311.974 543 0 1 -71.4292 -113.77 -204.45 - 77 109.225 542 0 1 -71.45 -113.748 -204.674 - 77 110.778 332 0 0 -71.5519 -113.648 -205.85 - 77 25.0444 333 0 0 -70.5498 -113.54 -205.85 - 77 161.671 557 4 1 -68.5958 -120.955 -84.45 - 77 118.065 295 4 0 -68.5619 -120.963 -85.85 - 77 114.098 560 3 1 -67.8562 -121.091 -114.45 - 77 239.665 295 3 0 -67.8509 -121.097 -115.85 - 77 122.254 561 2 1 -67.8367 -121.201 -144.45 - 77 230.089 294 2 0 -67.8524 -121.173 -145.85 - 77 168.243 559 1 1 -68.1693 -120.659 -174.45 - 77 160.9 297 1 0 -68.3222 -120.585 -175.85 - 77 125.895 306 0 0 -71.4958 -118.817 -205.85 -Number of digits in this event = 45 -Using G4ParticleGun ... -9.90404 LIN -e- -Event: 78 -Number of tracker hits in this event = 72 - 78 139.045 1104 11 1 40.9421 38.9058 125.55 - 78 109.89 1094 11 0 40.9432 38.9053 124.15 - 78 114.956 1104 10 1 40.9644 38.8937 95.55 - 78 126.413 1094 10 0 40.9655 38.8932 94.15 - 78 130.274 1104 9 1 40.9683 38.8857 65.55 - 78 109.297 1094 9 0 40.9682 38.887 64.15 - 78 126.603 1104 8 1 40.9706 38.9085 35.55 - 78 110.498 1094 8 0 40.9719 38.9104 34.15 - 78 131.764 1104 7 1 40.9877 38.9462 5.55 - 78 105.49 1094 7 0 40.9868 38.9484 4.15 - 78 150.046 1104 6 1 40.9618 39.0014 -24.45 - 78 132.631 1094 6 0 40.9551 39.0011 -25.85 - 78 129.414 1103 5 1 40.8258 38.9255 -54.45 - 78 143.231 1094 5 0 40.821 38.9235 -55.85 - 78 160.523 1103 4 1 40.7324 38.8827 -84.45 - 78 118.323 1094 4 0 40.725 38.8753 -85.85 - 78 121.671 1102 3 1 40.5787 38.7334 -114.45 - 78 99.6004 1093 3 0 40.5699 38.7285 -115.85 - 78 112.419 1101 2 1 40.398 38.6383 -144.45 - 78 126.905 1092 2 0 40.3902 38.6322 -145.85 - 78 107.951 1100 1 1 40.2018 38.5326 -174.45 - 78 148.041 1092 1 0 40.1892 38.5282 -175.85 - 78 162.812 1099 0 1 39.9354 38.4385 -204.45 - 78 127.031 1091 0 0 39.9204 38.4314 -205.85 - 78 91.5314 788 8 1 -22.3308 -71.7607 35.15 - 78 19.4744 1300 5 1 80.05 -114.359 -54.7136 - 78 323.943 1104 4 1 41.0097 39.0572 -84.45 - 78 213.476 1095 4 0 40.9968 39.0961 -85.8501 - 78 64.9565 1105 3 1 41.2463 39.9839 -114.45 - 78 56.2285 1106 3 1 41.25 39.9995 -114.671 - 78 117.467 1100 3 0 41.2763 40.0903 -115.85 - 78 108.318 1111 2 1 42.2899 42.3605 -144.45 - 78 24.1905 1111 2 0 42.2902 42.2581 -145.85 - 78 104.85 1110 2 0 42.2903 42.25 -145.953 - 78 108.604 1110 1 1 42.0889 40.2177 -174.45 - 78 5.4388 1100 1 0 42.1113 40.0532 -175.85 - 78 107.974 1099 1 0 42.1118 40.05 -175.876 - 78 25.2906 1113 0 1 42.8471 35.4421 -204.45 - 78 104.729 1114 0 1 42.85 35.4325 -204.519 - 78 121.202 1075 0 0 42.8728 35.2301 -205.85 - 78 246.376 1104 3 1 41.0138 39.1031 -114.45 - 78 119.816 1095 3 0 41.0137 39.1066 -115.85 - 78 131.708 1104 2 1 41.0374 39.1686 -144.45 - 78 110.716 1095 2 0 41.0376 39.1733 -145.85 - 78 103.376 1104 1 1 41.0489 39.2703 -174.45 - 78 117.648 1096 1 0 41.0527 39.2762 -175.85 - 78 99.5373 1105 0 1 41.1079 39.4002 -204.45 - 78 221.53 1096 0 0 41.1099 39.4148 -205.85 - 78 59.9475 1167 9 1 53.4519 40.1432 65.5499 - 78 263.231 1166 9 1 53.45 40.1418 65.5484 - 78 182.909 1165 9 1 53.2498 40 65.4686 - 78 352.027 1164 9 1 53.0499 39.8165 65.3993 - 78 194.253 1163 9 1 52.85 39.0218 65.249 - 78 30.6505 1089 9 0 52.2373 37.9194 64.1499 - 78 91.6157 1088 9 0 52.1873 37.85 64.0938 - 78 97.8642 1087 9 0 51.9841 37.65 63.9685 - 78 83.337 1086 9 0 51.6485 37.45 64.0107 - 78 33.0694 1152 9 1 50.493 36.183 65.15 - 78 239.773 1151 9 1 50.45 36.0816 65.204 - 78 128.549 1150 9 1 50.2499 35.5009 65.348 - 78 143.498 1149 9 1 50.05 35.4232 65.2987 - 78 251.491 1063 9 0 47.9764 32.8174 64.1499 - 78 113.882 1062 9 0 47.9431 32.65 64.0014 - 78 208.115 1064 9 0 48.6365 32.85 63.8244 - 78 110.649 1065 9 0 48.4368 33.05 63.8684 - 78 67.8498 1162 9 1 52.6495 39.7385 65.2343 - 78 27.433 1104 9 0 51.9615 40.9587 64.15 - 78 111.449 1105 9 0 51.9138 41.05 64.085 - 78 82.523 1106 9 0 51.7648 41.2502 64.1403 - 78 63.6415 1119 9 0 48.6535 43.9637 64.15 - 78 210.677 1120 9 0 48.5889 44.05 64.0459 - 78 330.883 1165 7 1 53.0637 -144.071 5.15 -Number of digits in this event = 34 -Using G4ParticleGun ... -8.92053 LIN -e- -Event: 79 -Number of tracker hits in this event = 154 - 79 138.474 1168 11 1 53.6559 -58.234 125.55 - 79 128.213 609 11 0 53.6565 -58.2345 124.15 - 79 140.038 1168 10 1 53.6696 -58.244 95.55 - 79 102.76 609 10 0 53.6716 -58.2447 94.15 - 79 133.216 1168 9 1 53.7137 -58.2525 65.55 - 79 152.747 608 9 0 53.7153 -58.2532 64.15 - 79 495.077 1168 8 1 53.7493 -58.2685 35.55 - 79 251.967 608 8 0 53.7504 -58.2701 34.15 - 79 202.158 1168 7 1 53.7773 -58.3044 5.55 - 79 123.838 608 7 0 53.779 -58.3066 4.15 - 79 391.358 1168 6 1 53.8119 -58.351 -24.45 - 79 532.968 608 6 0 53.8137 -58.353 -25.85 - 79 342.363 1168 5 1 53.8492 -58.3956 -54.45 - 79 209.65 608 5 0 53.8505 -58.397 -55.85 - 79 106.829 1169 4 1 53.8746 -58.4259 -84.45 - 79 213.227 608 4 0 53.8754 -58.4272 -85.85 - 79 456.815 1169 3 1 53.8914 -58.4517 -114.45 - 79 730.546 607 3 0 53.8926 -58.4529 -115.85 - 79 108.389 1169 2 1 53.9178 -58.478 -144.45 - 79 328.519 607 2 0 53.9198 -58.4783 -145.85 - 79 339.674 1169 1 1 53.959 -58.4803 -174.45 - 79 330.257 607 1 0 53.959 -58.4776 -175.85 - 79 428.388 1169 0 1 53.9561 -58.4247 -204.45 - 79 154.03 608 0 0 53.9488 -58.4184 -205.85 - 79 130.666 1185 2 1 57.1203 -58.1942 -144.45 - 79 122.613 609 2 0 57.2921 -58.1929 -145.851 - 79 68.3516 1202 1 1 60.6254 -57.5753 -174.45 - 79 56.5782 1203 1 1 60.65 -57.5735 -174.636 - 79 104.712 612 1 0 60.8113 -57.5536 -175.851 - 79 134.943 1226 0 1 65.3033 -56.8497 -204.45 - 79 201.119 615 0 0 65.6814 -56.862 -205.85 - 79 10.2721 614 0 0 65.6078 -57.0503 -206.217 - 79 222.883 636 0 0 50.7211 -52.8258 -206.25 - 79 83.7844 637 0 0 50.6043 -52.65 -206.239 - 79 112.394 1177 2 1 55.4722 -60.4268 -144.45 - 79 121.48 596 2 0 55.5436 -60.7287 -145.85 - 79 174.591 1184 1 1 57.0033 -66.385 -174.45 - 79 126.964 567 1 0 57.0518 -66.5806 -175.85 - 79 39.2161 1188 0 1 57.8185 -70.9844 -204.45 - 79 115.193 1189 0 1 57.85 -71.0467 -204.587 - 79 73.7181 542 0 0 58.1242 -71.5584 -205.85 - 79 87.2196 541 0 0 58.174 -71.65 -206.057 - 79 87.4081 449 0 0 66.2844 -90.2477 -206.25 - 79 117.303 448 0 0 66.2809 -90.35 -206.06 - 79 134.75 1231 0 1 66.4039 -90.9269 -204.85 - 79 11.9906 1232 0 1 66.45 -91.0918 -204.498 - 79 131.206 434 1 0 75.5172 -93.2265 -176.25 - 79 161.822 1280 1 1 76.1592 -93.0554 -174.85 - 79 89.381 1281 1 1 76.25 -93.0169 -174.615 - 79 317.999 470 2 0 79.4676 -85.9645 -146.25 - 79 29.3747 1297 2 1 79.4568 -85.99 -144.85 - 79 78.0663 1296 2 1 79.45 -85.9942 -144.781 - 79 111.298 423 3 0 68.8416 -95.4722 -116.25 - 79 37.3621 422 3 0 68.7478 -95.55 -115.975 - 79 8.12141 1242 3 1 68.4581 -95.9578 -114.85 - 79 149.165 1241 3 1 68.45 -95.9682 -114.818 - 79 233.72 1240 3 1 68.25 -96.0248 -114.488 - 79 41.2041 419 3 0 68.933 -96.3099 -115.85 - 79 424.508 418 3 0 68.981 -96.3501 -115.923 - 79 59.9748 469 2 0 79.6318 -86.05 -145.971 - 79 109.507 606 0 0 53.8826 -58.7113 -205.85 - 79 43.2135 806 1 1 -18.8109 -174.69 -174.45 - 79 3.39773 805 1 1 -18.85 -174.841 -174.645 - 79 126.421 606 1 0 53.8372 -58.7677 -175.85 - 79 134.916 1165 0 1 53.0758 -59.7347 -204.45 - 79 153.106 601 0 0 53.0704 -59.8063 -205.85 - 79 198.947 608 2 0 53.931 -58.45 -146.148 - 79 133.002 1166 5 1 53.3654 -58.3045 -54.45 - 79 313.76 1162 4 1 52.4566 -58.37 -84.45 - 79 11.2966 1161 4 1 52.45 -58.3907 -84.8094 - 79 254.92 607 4 0 52.4358 -58.4528 -85.85 - 79 144.727 1160 3 1 52.1048 -60.3158 -114.45 - 79 137.051 598 3 0 52.0954 -60.4092 -115.85 - 79 119.519 1158 2 1 51.7549 -62.3365 -144.45 - 79 15.7792 588 2 0 51.7502 -62.4445 -145.85 - 79 116.427 587 2 0 51.7501 -62.45 -145.921 - 79 252.333 1155 1 1 51.2004 -65.0306 -174.45 - 79 144.058 574 1 0 51.0287 -65.1123 -175.85 - 79 111.074 1138 0 1 47.7481 -66.7159 -204.45 - 79 126.676 566 0 0 47.6119 -66.763 -205.85 - 79 9.05111 863 0 1 -7.25 -63.494 -204.716 - 79 91.8956 1156 1 1 51.25 -65.1141 -174.641 - 79 147.642 1152 0 1 50.5317 -64.1621 -204.45 - 79 132.135 579 0 0 50.5099 -64.1852 -205.85 - 79 135.214 1153 0 1 50.6501 -64.2133 -204.527 - 79 237.256 571 0 0 50.8488 -65.7069 -205.85 - 79 130.659 570 0 0 50.937 -65.85 -206 - 79 290.345 1163 4 1 52.6837 -58.4465 -84.4502 - 79 113.406 1142 3 1 48.6367 -56.726 -114.45 - 79 103.146 616 3 0 48.3934 -56.6578 -115.85 - 79 113.259 617 3 0 48.3766 -56.65 -115.979 - 79 129.023 1137 2 1 47.4517 -55.923 -144.45 - 79 58.025 621 2 0 47.4916 -55.6897 -145.85 - 79 58.6756 622 2 0 47.492 -55.65 -146.065 - 79 112.06 1138 1 1 47.7692 -50.1612 -174.45 - 79 148.118 650 1 0 47.6725 -50.0451 -175.85 - 79 338.99 1125 0 1 45.1957 -48.5926 -204.45 - 79 116.619 654 0 0 44.9805 -49.0779 -205.85 - 79 16.5458 1144 3 1 48.856 -58.5152 -114.45 - 79 99.7956 1143 3 1 48.85 -58.5154 -114.496 - 79 126.176 1177 5 1 55.4781 -58.4371 -54.45 - 79 122.595 607 5 0 55.6949 -58.5092 -55.85 - 79 64.1487 1203 4 1 60.7915 -59.7733 -84.45 - 79 57.3922 1204 4 1 60.85 -59.7937 -84.6947 - 79 110.453 600 4 0 61.1499 -59.876 -85.8503 - 79 39.092 1244 3 1 68.9979 -61.5946 -114.45 - 79 68.5363 1245 3 1 69.05 -61.5996 -114.613 - 79 38.1542 592 3 0 69.4487 -61.6482 -115.85 - 79 112.42 591 3 0 69.4625 -61.65 -115.893 - 79 57.7693 1293 2 1 78.7704 -63.3801 -144.45 - 79 53.5563 1294 2 1 78.8501 -63.3835 -144.68 - 79 170.684 583 2 0 79.2542 -63.3892 -145.85 - 79 151.566 1350 1 1 90.15 -63.9061 -174.476 - 79 31.092 1351 1 1 90.35 -63.9547 -174.786 - 79 180.503 579 1 0 91.0321 -64.1013 -175.85 - 79 95.3383 1446 0 1 109.382 -68.1576 -204.45 - 79 31.4424 1447 0 1 109.55 -68.2252 -204.713 - 79 116.023 557 0 0 110.292 -68.5172 -205.85 - 79 17.2021 582 2 0 79.3949 -63.45 -146.207 - 79 71.4605 491 2 0 118.528 -81.7078 -146.25 - 79 98.1392 641 2 0 156.922 -51.8051 -146.25 - 79 20.3187 1238 1 1 67.7991 -61.9901 -174.45 - 79 90.1581 1239 1 1 67.85 -61.9736 -174.52 - 79 70.9474 1240 1 1 68.05 -61.9675 -174.609 - 79 147.193 1241 1 1 68.25 -61.957 -174.708 - 79 99.8674 590 1 0 68.7159 -62.0112 -175.85 - 79 35.4712 589 1 0 68.9034 -62.0501 -176.184 - 79 32.338 1167 8 1 53.65 -58.2268 35.2609 - 79 96.9952 609 8 0 53.5383 -58.1541 34.1499 - 79 128.607 1151 7 1 50.3808 -56.1356 5.55 - 79 123.172 619 7 0 50.24 -56.0937 4.14968 - 79 119.287 1147 6 1 49.6464 -54.6267 -24.45 - 79 110.779 626 6 0 49.5452 -54.7224 -25.85 - 79 133.915 1136 5 1 47.2946 -56.3413 -54.45 - 79 24.4921 1135 5 1 47.25 -56.3728 -54.798 - 79 139.943 617 5 0 47.1236 -56.4691 -55.85 - 79 145.993 1128 4 1 45.7767 -59.0823 -84.4504 - 79 123.07 603 4 0 45.7648 -59.2707 -85.8502 - 79 137.149 1128 3 1 45.8358 -63.5169 -114.45 - 79 34.5934 582 3 0 45.6771 -63.6368 -115.85 - 79 82.7725 581 3 0 45.6613 -63.65 -115.988 - 79 110.945 1110 2 1 42.1683 -65.8658 -144.45 - 79 117.909 571 2 0 42.1378 -65.817 -145.85 - 79 6.09798 1109 1 1 42.047 -64.7565 -174.45 - 79 107.277 1110 1 1 42.05 -64.7565 -174.473 - 79 105.235 576 1 0 42.2071 -64.7838 -175.85 - 79 2.8343 1126 0 1 45.2502 -65.3707 -204.834 - 79 104.052 573 0 0 45.5515 -65.3252 -205.85 - 79 120.717 237 13 0 1.43663 -132.55 183.801 - 79 49.1284 1167 10 1 53.65 -58.2223 95.548 - 79 61.7961 1166 10 1 53.45 -58.2144 95.5007 - 79 39.2488 1165 10 1 53.25 -58.227 95.5255 - 79 94.4059 1163 10 1 52.7485 -58.2884 95.55 - 79 139.766 608 10 0 52.9388 -58.3752 94.1499 -Number of digits in this event = 75 -Using G4ParticleGun ... -3.01167 LIN -e- -Event: 80 -Number of tracker hits in this event = 96 - 80 101.925 1149 10 1 49.8552 -99.8814 95.55 - 80 161.056 401 10 0 49.8553 -99.8831 94.15 - 80 103.168 1149 9 1 49.8634 -99.9154 65.55 - 80 184.336 401 9 0 49.8598 -99.9183 64.15 - 80 114.537 1148 8 1 49.7907 -99.9791 35.55 - 80 342.675 400 8 0 49.7885 -99.9799 34.15 - 80 112.81 1148 7 1 49.7496 -99.9943 5.55 - 80 151.504 400 7 0 49.7473 -99.9941 4.15 - 80 233.794 1148 6 1 49.6893 -99.9869 -24.45 - 80 250.691 400 6 0 49.6789 -99.9902 -25.85 - 80 118.187 1147 5 1 49.4833 -100.055 -54.45 - 80 140.786 400 5 0 49.473 -100.062 -55.85 - 80 224.844 1146 4 1 49.3152 -100.191 -84.45 - 80 139.776 399 4 0 49.3055 -100.202 -85.85 - 80 111.922 1145 3 1 49.1746 -100.416 -114.45 - 80 139.694 398 3 0 49.1487 -100.447 -115.85 - 80 117.556 1142 2 1 48.53 -101.057 -144.45 - 80 136.268 395 2 0 48.4878 -101.089 -145.85 - 80 130.689 1137 1 1 47.5848 -101.57 -174.45 - 80 114.226 392 1 0 47.5201 -101.565 -175.85 - 80 151.579 1130 0 1 46.1112 -101.374 -204.45 - 80 111.878 394 0 0 46.0676 -101.292 -205.85 - 80 372.718 1134 0 1 46.9986 -101.886 -204.45 - 80 313.753 391 0 0 46.9635 -101.931 -205.85 - 80 40.0923 1453 8 0 130.619 110.75 33.9907 - 80 23.8303 394 2 0 48.4606 -101.15 -146.194 - 80 61.7295 232 2 0 35.5438 -133.706 -146.25 - 80 281.487 231 2 0 35.3838 -133.75 -146.128 - 80 120.909 1080 2 1 36.0568 -134.308 -144.85 - 80 37.0794 220 2 0 36.2701 -136.105 -145.85 - 80 142.146 219 2 0 36.2912 -136.15 -145.907 - 80 114.388 1171 5 1 54.303 -99.2973 -54.45 - 80 137.647 403 5 0 54.2875 -99.3723 -55.85 - 80 322.329 1161 4 1 52.4436 -99.5807 -84.45 - 80 32.0162 405 4 0 51.9465 -98.9908 -85.85 - 80 106.317 406 4 0 51.9149 -98.95 -85.9428 - 80 143.223 1111 3 1 42.4007 -84.753 -114.45 - 80 127.994 480 3 0 42.2995 -84.042 -115.85 - 80 10.2433 481 3 0 42.2768 -83.8499 -116.202 - 80 242.906 1101 2 1 40.364 -67.2645 -144.45 - 80 20.8922 1100 2 1 40.2499 -66.651 -144.817 - 80 71.1472 575 2 0 39.9474 -65.0442 -145.85 - 80 64.6795 576 2 0 39.9095 -64.8497 -145.978 - 80 89.5991 577 2 0 39.8648 -64.65 -146.112 - 80 5.55375 578 2 0 39.815 -64.4499 -146.242 - 80 108.182 1034 1 1 26.9343 -13.5901 -174.45 - 80 144.491 1033 1 1 26.85 -13.3948 -174.472 - 80 148.229 1032 1 1 26.6499 -12.943 -174.5 - 80 83.3359 1031 1 1 26.4497 -12.5485 -174.523 - 80 89.9093 1030 1 1 26.25 -12.2216 -174.557 - 80 114.596 1029 1 1 26.0498 -11.8915 -174.594 - 80 166.246 1028 1 1 25.85 -11.5225 -174.61 - 80 139.258 1027 1 1 25.65 -11.1247 -174.607 - 80 155.523 1026 1 1 25.4499 -10.6866 -174.596 - 80 115.693 1025 1 1 25.25 -10.3126 -174.58 - 80 106.848 1024 1 1 25.05 -9.96279 -174.575 - 80 122.357 1023 1 1 24.8499 -9.57754 -174.571 - 80 124.616 1022 1 1 24.65 -9.19744 -174.559 - 80 166.232 1021 1 1 24.45 -8.84328 -174.544 - 80 115.015 1020 1 1 24.2499 -8.49158 -174.517 - 80 116.375 1019 1 1 24.0497 -8.1116 -174.494 - 80 67.5318 1018 1 1 23.85 -7.71881 -174.467 - 80 110.093 1015 1 1 23.099 -6.10563 -174.45 - 80 64.1067 1014 1 1 23.05 -6.04118 -174.695 - 80 28.9173 871 1 0 22.7991 -5.68053 -175.85 - 80 195.967 872 1 0 22.7795 -5.65 -175.934 - 80 89.2426 974 0 1 14.9332 6.8069 -204.45 - 80 40.6692 973 0 1 14.85 6.90065 -204.728 - 80 92.8515 937 0 0 14.3961 7.47106 -205.85 - 80 61.7033 938 0 0 14.2748 7.65008 -206.197 - 80 69.5237 750 2 1 -29.85 132.383 -144.844 - 80 78.9046 1162 4 1 52.45 -99.5155 -84.5961 - 80 106.502 1147 6 1 49.6176 -100.127 -24.45 - 80 5.80449 398 6 0 49.39 -100.542 -25.85 - 80 113.522 397 6 0 49.385 -100.55 -25.8776 - 80 130.371 1119 5 1 43.9619 -109.103 -54.45 - 80 221.23 353 5 0 44.3042 -109.378 -55.85 - 80 103.564 1166 4 1 53.371 -116.483 -84.45 - 80 39.8789 1167 4 1 53.45 -116.405 -84.7204 - 80 114.469 320 4 0 53.7538 -116.073 -85.85 - 80 9.70332 321 4 0 53.8687 -115.95 -86.2151 - 80 34.6081 1218 3 1 63.7383 -106.823 -114.45 - 80 79.5574 1219 3 1 63.8503 -106.904 -114.506 - 80 81.5502 1220 3 1 64.0502 -107.046 -114.614 - 80 78.3691 1221 3 1 64.25 -107.199 -114.755 - 80 42.482 359 3 0 65.5561 -108.29 -115.85 - 80 113.397 358 3 0 65.6282 -108.35 -115.909 - 80 74.0199 357 3 0 65.918 -108.55 -116.124 - 80 210.839 1405 2 1 101.244 -129.505 -144.45 - 80 0.157195 1406 2 1 101.35 -129.52 -144.849 - 80 99.2701 252 2 0 101.614 -129.625 -145.85 - 80 10.0752 1423 1 1 104.94 -132.056 -174.45 - 80 87.6689 1424 1 1 104.95 -132.053 -174.501 - 80 135.97 241 1 0 105.312 -131.86 -175.85 - 80 234.844 1145 0 1 49.1746 -100.117 -204.45 - 80 223.167 400 0 0 49.1486 -100.08 -205.85 -Number of digits in this event = 40 -Using G4ParticleGun ... -6.70937 LIN -e- -Event: 81 -Number of tracker hits in this event = 153 - 81 122.833 1537 9 1 127.556 -22.2086 65.55 - 81 167.818 789 9 0 127.557 -22.2084 64.15 - 81 133.714 1537 8 1 127.581 -22.2034 35.55 - 81 130.225 789 8 0 127.582 -22.2029 34.15 - 81 110.451 1537 7 1 127.616 -22.1967 5.55 - 81 159.041 789 7 0 127.617 -22.1978 4.15 - 81 196.224 1537 6 1 127.644 -22.217 -24.45 - 81 149.643 789 6 0 127.646 -22.2176 -25.85 - 81 726.658 1537 5 1 127.689 -22.2328 -54.45 - 81 689.053 789 5 0 127.691 -22.2337 -55.85 - 81 212.6 1537 4 1 127.74 -22.2497 -84.45 - 81 155.988 789 4 0 127.743 -22.25 -85.85 - 81 259.61 788 4 0 127.744 -22.25 -85.9097 - 81 351.01 1538 3 1 127.831 -22.2605 -114.45 - 81 221.28 788 3 0 127.835 -22.2619 -115.85 - 81 161.809 1538 2 1 127.913 -22.292 -144.45 - 81 113.028 788 2 0 127.915 -22.2979 -145.85 - 81 259.343 1538 1 1 127.949 -22.4158 -174.45 - 81 129.872 788 1 0 127.949 -22.4198 -175.85 - 81 115.56 1539 0 1 127.953 -22.5045 -204.45 - 81 124.661 787 0 0 127.955 -22.5101 -205.85 - 81 37.3823 478 13 0 -20.9059 -84.4148 183.75 - 81 154.882 477 13 0 -20.9534 -84.45 183.824 - 81 160.955 790 3 0 128.354 -21.9392 -115.85 - 81 120.629 791 3 0 128.465 -21.85 -116.212 - 81 307.658 1538 4 1 127.761 -22.1103 -84.45 - 81 133.344 1541 3 1 128.408 -21.6689 -114.45 - 81 166.394 1543 2 1 128.782 -21.9731 -144.45 - 81 137.483 790 2 0 128.821 -21.9855 -145.85 - 81 228.104 1546 1 1 129.456 -22.3934 -174.45 - 81 122.451 787 1 0 129.415 -22.524 -175.85 - 81 133.579 1541 0 1 128.426 -25.2607 -204.45 - 81 187.02 773 0 0 128.356 -25.3929 -205.85 - 81 61.7104 1536 4 1 127.547 -22.3952 -84.45 - 81 256.409 1537 3 1 127.749 -22.3294 -114.45 - 81 121.177 1537 2 1 127.618 -22.2093 -144.45 - 81 112.578 789 2 0 127.629 -22.2349 -145.85 - 81 94.7461 785 1 0 127.83 -22.8615 -175.85 - 81 128.036 1540 0 1 128.231 -23.5537 -204.45 - 81 118.759 782 0 0 128.229 -23.583 -205.85 - 81 131.733 515 9 0 33.5091 -76.8893 63.75 - 81 289.457 514 9 0 33.6968 -77.05 64.0176 - 81 44.871 1534 6 1 127.15 -23.7445 -24.7819 - 81 54.6527 1535 6 1 127.15 -23.8072 -24.7701 - 81 69.6643 1536 6 1 127.55 -21.9852 -24.6442 - 81 26.5819 793 6 0 127.263 -21.2993 -25.85 - 81 118.915 794 6 0 127.243 -21.25 -25.9337 - 81 15.7929 1490 5 1 118.208 -6.85687 -54.4501 - 81 76.2467 1489 5 1 118.15 -6.82851 -54.477 - 81 102.522 1488 5 1 117.95 -6.72181 -54.5524 - 81 66.9484 1487 5 1 117.75 -6.6016 -54.6201 - 81 71.1068 1486 5 1 117.55 -6.44916 -54.7156 - 81 48.6431 1485 5 1 117.35 -6.30485 -54.7973 - 81 55.7051 876 5 0 115.001 -4.74149 -55.85 - 81 158.85 877 5 0 114.867 -4.65 -55.9196 - 81 105.05 878 5 0 114.579 -4.45 -56.1139 - 81 1.80418 879 5 0 114.418 -4.25 -56.2462 - 81 351.51 926 2 1 5.45 79.0704 -144.499 - 81 96.4455 927 2 1 5.45015 79.5888 -144.581 - 81 16.8979 881 5 0 116.068 -3.85 -55.9905 - 81 142.235 787 3 0 127.441 -22.5015 -115.85 - 81 108.349 1064 3 0 107.852 32.8847 -116.25 - 81 116.257 1065 3 0 107.821 33.05 -116.069 - 81 92.5311 1433 3 1 106.839 32.8103 -114.85 - 81 89.322 1432 3 1 106.75 32.725 -114.827 - 81 92.4353 793 3 0 127.792 -21.2621 -115.85 - 81 108.782 794 3 0 127.793 -21.25 -115.873 - 81 20.0068 795 3 0 127.751 -21.0498 -116.187 - 81 221.886 1509 2 1 122.084 -7.04112 -144.45 - 81 152.216 1508 2 1 121.95 -6.55414 -144.665 - 81 27.0898 886 2 0 120.348 -2.71571 -145.85 - 81 52.5101 887 2 0 120.319 -2.65 -145.869 - 81 88.3284 888 2 0 120.24 -2.44996 -145.93 - 81 270.12 889 2 0 120.157 -2.24987 -146.083 - 81 180.884 1069 2 0 66.9833 33.9019 -146.25 - 81 819.455 1230 2 1 66.1882 33.4873 -144.85 - 81 32.3296 1229 2 1 66.05 32.9799 -144.484 - 81 15.0709 1231 2 1 66.25 32.7362 -144.577 - 81 53.5412 1533 3 1 126.829 -20.3515 -114.85 - 81 37.4578 1536 5 1 127.426 -22.2517 -54.45 - 81 89.5136 1535 5 1 127.35 -22.2599 -54.5515 - 81 19.7642 1534 5 1 127.15 -22.2505 -54.799 - 81 139.673 790 5 0 126.223 -21.9616 -55.85 - 81 36.4713 1138 5 0 92.7812 47.7471 -56.25 - 81 67.6422 1139 5 0 92.7632 47.85 -56.1992 - 81 71.497 1140 5 0 92.7257 48.05 -56.0799 - 81 106.329 1141 5 0 92.6881 48.25 -55.9636 - 81 81.0537 1360 5 1 92.2287 49.6898 -54.85 - 81 156.699 1359 5 1 92.15 49.8909 -54.7054 - 81 9.224 1373 6 0 91.8415 94.9308 -26.2497 - 81 74.8523 1374 6 0 91.8419 94.95 -26.2376 - 81 409.126 1375 6 0 91.8347 95.15 -26.1069 - 81 163.473 1376 6 0 91.7743 95.3504 -25.8833 - 81 98.4367 1357 6 1 91.6111 96.0514 -24.85 - 81 186.274 1356 6 1 91.55 96.2157 -24.6015 - 81 48.8302 1355 6 1 91.35 96.2829 -24.6386 - 81 117.05 1379 6 0 90.9562 96.1296 -25.85 - 81 50.9475 1558 6 0 120.427 131.835 -26.2499 - 81 77.1054 1559 6 0 120.516 131.95 -26.105 - 81 23.9885 1498 6 1 119.809 131.985 -24.85 - 81 104.396 1497 6 1 119.75 131.963 -24.7687 - 81 12.0974 1496 6 1 119.55 131.72 -24.4858 - 81 66.5861 1564 4 1 132.974 -19.3359 -84.45 - 81 149.934 1563 4 1 132.95 -19.3642 -84.5256 - 81 138.405 801 4 0 132.441 -19.7318 -85.8506 - 81 317.994 1507 3 1 121.59 -27.5189 -114.45 - 81 41.6739 770 3 0 121.741 -26.0072 -115.85 - 81 67.436 771 3 0 121.758 -25.85 -115.988 - 81 82.5604 772 3 0 121.845 -25.6498 -116.136 - 81 68.9447 773 3 0 121.988 -25.45 -116.215 - 81 92.6849 774 3 0 122.145 -25.25 -116.19 - 81 96.9454 775 3 0 122.301 -25.05 -116.188 - 81 101.911 776 3 0 122.424 -24.85 -116.127 - 81 55.5679 777 3 0 122.565 -24.65 -116.045 - 81 25.8459 778 3 0 122.652 -24.45 -115.925 - 81 94.9985 1513 3 1 122.77 -23.0441 -114.85 - 81 160.346 1512 3 1 122.75 -22.8579 -114.722 - 81 127.929 1511 3 1 122.55 -22.305 -114.556 - 81 142.75 1510 3 1 122.35 -21.8576 -114.58 - 81 161.774 1509 3 1 122.15 -21.6403 -114.676 - 81 316.816 1508 3 1 121.95 -21.528 -114.735 - 81 43.9166 796 3 0 121.274 -20.7228 -115.85 - 81 101.995 797 3 0 121.228 -20.65 -115.92 - 81 60.3683 798 3 0 121.221 -20.4499 -115.999 - 81 60.8264 799 3 0 121.234 -20.25 -116.014 - 81 83.1799 800 3 0 121.276 -20.05 -116.028 - 81 79.9426 801 3 0 121.257 -19.85 -116.028 - 81 78.5132 802 3 0 121.269 -19.6499 -115.983 - 81 345.936 803 3 0 121.357 -19.45 -115.943 - 81 30.1849 849 3 0 26.7441 -10.2091 -116.25 - 81 134.867 787 4 0 127.987 -22.5111 -85.85 - 81 13.478 1545 3 1 129.168 -24.2418 -114.45 - 81 118.136 1544 3 1 129.15 -24.2398 -114.492 - 81 130.945 779 3 0 128.549 -24.2452 -115.85 - 81 136.155 1495 2 1 119.29 -24.7217 -144.45 - 81 14.0653 1496 2 1 119.35 -24.7803 -144.791 - 81 102.358 775 2 0 119.562 -24.9039 -145.85 - 81 44.5872 1527 1 1 125.668 -31.4369 -174.45 - 81 92.1655 1526 1 1 125.55 -31.4133 -174.55 - 81 80.2604 1525 1 1 125.35 -31.3664 -174.708 - 81 106.846 745 1 0 123.923 -30.9329 -175.85 - 81 94.8332 746 1 0 123.673 -30.85 -176.077 - 81 70.9982 1378 0 1 95.8061 -18.9463 -204.45 - 81 44.3176 1377 0 1 95.75 -18.966 -204.686 - 81 103.83 805 0 0 95.5947 -19.0311 -205.85 - 81 65.483 726 0 0 84.7412 -34.7473 -206.25 - 81 110.402 725 0 0 84.7045 -34.85 -206.141 - 81 17.9224 724 0 0 84.644 -35.05 -205.909 - 81 129.238 1322 0 1 84.6175 -35.9076 -204.85 - 81 148.286 749 1 0 58.5222 -30.2087 -176.25 - 81 3.2724 750 1 0 58.2524 -30.0497 -175.865 - 81 79.8622 1187 1 1 57.5637 -29.8636 -174.85 - 81 56.2562 1186 1 1 57.45 -29.7982 -174.65 -Number of digits in this event = 63 -Using G4ParticleGun ... -6.99228 LIN -e- -Event: 82 -Number of tracker hits in this event = 141 - 82 223.478 482 10 1 -83.5536 26.6746 95.55 - 82 111.702 1033 10 0 -83.5526 26.6742 94.15 - 82 131.867 482 9 1 -83.5381 26.6684 65.55 - 82 120.039 1033 9 0 -83.5364 26.6674 64.15 - 82 207.057 482 8 1 -83.4993 26.6502 35.55 - 82 139.416 1033 8 0 -83.4972 26.6509 34.15 - 82 367.94 483 7 1 -83.4399 26.6595 5.55 - 82 401.086 1033 7 0 -83.4362 26.6589 4.15 - 82 424.774 483 6 1 -83.3571 26.6446 -24.45 - 82 251.366 1032 6 0 -83.3521 26.6458 -25.85 - 82 344.626 484 5 1 -83.2444 26.6791 -54.45 - 82 460.665 1033 5 0 -83.2398 26.6795 -55.85 - 82 236.066 484 4 1 -83.1416 26.6952 -84.45 - 82 104.613 1033 4 0 -83.1377 26.6959 -85.85 - 82 592.512 484 3 1 -83.0513 26.723 -114.45 - 82 118.697 1033 3 0 -83.0468 26.7232 -115.85 - 82 237.5 485 2 1 -82.9587 26.7615 -144.45 - 82 111.346 1033 2 0 -82.9487 26.7677 -145.85 - 82 108.589 486 1 1 -82.7523 26.8839 -174.45 - 82 124.524 1034 1 0 -82.741 26.891 -175.85 - 82 102.88 487 0 1 -82.4964 27.0553 -204.45 - 82 142.946 1035 0 0 -82.4868 27.0674 -205.85 - 82 208.657 1308 5 0 -99.7311 81.8483 -56.25 - 82 4.61293 1309 5 0 -99.7236 81.85 -56.2113 - 82 161.335 1307 5 0 -99.9095 81.65 -55.9424 - 82 170.98 1306 5 0 -99.7229 81.4499 -56.0651 - 82 111.707 1456 5 0 -174.974 111.495 -56.25 - 82 303.306 1032 5 0 -83.1806 26.4885 -55.85 - 82 99.2422 485 4 1 -83.0141 26.2671 -84.45 - 82 116.372 1031 4 0 -83.0079 26.26 -85.85 - 82 624.95 485 3 1 -82.8585 26.1284 -114.45 - 82 163.007 1030 3 0 -82.8485 26.1468 -115.85 - 82 378.289 487 2 1 -82.5042 26.3802 -144.45 - 82 224.634 1031 2 0 -82.4987 26.3952 -145.85 - 82 108.002 488 1 1 -82.4349 26.7 -174.45 - 82 183.773 1033 1 0 -82.4112 26.7023 -175.85 - 82 240.648 490 0 1 -81.9709 26.7862 -204.45 - 82 123.503 1033 0 0 -81.969 26.792 -205.85 - 82 18.0119 489 0 1 -82.0501 26.837 -204.781 - 82 93.7822 913 10 1 2.65 36.1651 95.3919 - 82 47.8267 486 2 1 -82.65 25.9498 -144.696 - 82 185.598 1029 2 0 -83.2723 25.8801 -145.85 - 82 43.2821 1028 2 0 -83.4617 25.85 -146.133 - 82 155.579 383 1 1 -103.463 19.715 -174.45 - 82 3.88332 996 1 0 -103.548 19.2542 -175.85 - 82 330.058 995 1 0 -103.548 19.25 -175.862 - 82 149.592 378 0 1 -104.405 11.9628 -204.451 - 82 116.026 953 0 0 -104.72 10.8471 -205.85 - 82 133.389 952 0 0 -104.853 10.65 -206.123 - 82 107.385 850 1 0 -107.218 -9.85075 -176.25 - 82 85.1561 849 1 0 -107.234 -10.0501 -176.152 - 82 143.994 848 1 0 -107.353 -10.25 -176.061 - 82 130.106 847 1 0 -107.732 -10.4501 -176.129 - 82 117.541 846 1 0 -108.055 -10.65 -176.151 - 82 24.3284 845 1 0 -108.206 -10.85 -176.209 - 82 42.5134 793 1 0 -136.422 -21.353 -176.25 - 82 115.14 466 1 1 -86.813 27.1708 -174.45 - 82 14.5663 465 1 1 -86.85 27.1533 -174.805 - 82 112.098 1035 1 0 -86.9617 27.1354 -175.85 - 82 97.2575 447 0 1 -90.6062 26.8153 -204.45 - 82 131.807 1034 0 0 -90.5881 26.874 -205.85 - 82 9.95866 492 1 1 -81.6429 28.9534 -174.45 - 82 10.4136 1371 6 0 -101.679 94.5265 -26.25 - 82 131.525 1372 6 0 -101.692 94.55 -26.2313 - 82 119.008 1424 6 0 -105.144 105.092 -26.2498 - 82 16.6349 512 2 1 -77.6437 44.4321 -144.85 - 82 142.093 1033 6 0 -83.3444 26.6738 -25.85 - 82 222.578 483 5 1 -83.2688 26.6519 -54.45 - 82 198.066 1032 4 0 -83.1524 26.5745 -85.85 - 82 137.197 1031 3 0 -83.0827 26.4347 -115.85 - 82 117.571 485 1 1 -82.9926 26.2788 -174.45 - 82 125.617 1031 1 0 -82.9985 26.2838 -175.85 - 82 174.139 484 0 1 -83.1117 26.4017 -204.45 - 82 152.417 1031 0 0 -83.1139 26.4073 -205.85 - 82 135.32 484 2 1 -83.1179 26.3048 -144.45 - 82 16.3821 1036 2 0 -83.1734 27.4088 -145.85 - 82 90.5287 1037 2 0 -83.1598 27.45 -145.893 - 82 68.4709 1038 2 0 -83.081 27.65 -146.088 - 82 55.1708 1039 2 0 -83.0416 27.85 -146.157 - 82 72.8587 1040 2 0 -83.062 28.05 -146.19 - 82 25.4103 1041 2 0 -83.0755 28.2501 -146.203 - 82 172.062 1420 2 0 -130.931 104.306 -146.25 - 82 31.4923 1421 2 0 -130.985 104.35 -146.141 - 82 187.579 246 2 1 -130.817 104.001 -144.85 - 82 122.668 1034 3 0 -83.3002 26.8749 -115.85 - 82 131.09 457 2 1 -88.4805 33.7079 -144.45 - 82 57.1852 1069 2 0 -88.5273 33.9994 -145.85 - 82 39.7202 1070 2 0 -88.5369 34.05 -146.095 - 82 160.94 453 1 1 -89.3664 41.6323 -174.45 - 82 98.5576 1108 1 0 -89.0671 41.665 -175.85 - 82 148.428 483 0 1 -83.2752 42.1473 -204.45 - 82 150.305 1111 0 0 -83.5134 42.258 -205.85 - 82 2.76278 1038 3 0 -82.8726 27.8461 -115.85 - 82 124.085 1039 3 0 -82.8721 27.8502 -115.855 - 82 26.566 504 2 1 -79.1159 38.494 -144.45 - 82 90.6915 505 2 1 -79.05 38.5205 -144.535 - 82 78.8976 1093 2 0 -78.5471 38.7818 -145.85 - 82 99.2502 1094 2 0 -78.3863 38.85 -146.138 - 82 128.163 488 4 1 -82.4141 27.3934 -84.45 - 82 196.848 1036 4 0 -82.3115 27.4272 -85.85 - 82 91.5565 497 3 1 -80.6039 28.2932 -114.45 - 82 93.5492 1041 3 0 -80.4959 28.4198 -115.85 - 82 13.9211 1042 3 0 -80.467 28.45 -116.181 - 82 131.878 510 2 1 -77.8596 31.0094 -144.45 - 82 115.996 1055 2 0 -77.863 31.1749 -145.85 - 82 140.36 511 1 1 -77.6841 35.2652 -174.45 - 82 33.6377 1077 1 0 -77.6964 35.638 -175.85 - 82 104.466 1078 1 0 -77.6968 35.65 -175.895 - 82 121.151 508 0 1 -78.2869 43.8955 -204.45 - 82 106.545 1121 0 0 -78.1683 44.4015 -205.85 - 82 69.0514 1122 0 0 -78.1566 44.45 -205.982 - 82 135.323 1035 5 0 -83.0002 27.0655 -55.85 - 82 342.138 510 4 1 -78.0135 33.3916 -84.45 - 82 56.7069 1073 4 0 -78.0783 34.7133 -85.85 - 82 80.44 1074 4 0 -78.0837 34.8503 -85.9874 - 82 47.8352 1075 4 0 -78.1008 35.05 -86.1791 - 82 130.274 496 3 1 -80.7268 64.1308 -114.45 - 82 99.4056 495 3 1 -80.85 64.4442 -114.738 - 82 26.8153 1228 3 0 -81.2416 65.7694 -115.85 - 82 258.73 1229 3 0 -81.2642 65.85 -115.917 - 82 54.0672 1230 3 0 -81.3372 66.05 -116.094 - 82 88.199 1402 3 0 -97.8367 100.706 -116.25 - 82 22.0894 1403 3 0 -97.9565 100.75 -115.945 - 82 125.201 408 3 1 -98.3518 100.971 -114.85 - 82 45.0249 409 3 1 -98.236 101.22 -114.45 - 82 80.5672 410 3 1 -98.15 101.153 -114.597 - 82 20.6448 1401 3 0 -98.233 100.406 -115.85 - 82 77.4025 1400 3 0 -98.2465 100.35 -115.904 - 82 73.0306 1399 3 0 -98.2847 100.15 -116.109 - 82 225.403 1198 3 0 -74.8912 59.8036 -116.25 - 82 12.1674 540 3 1 -71.8852 61.6325 -114.85 - 82 56.2074 541 3 1 -71.85 61.6564 -114.836 - 82 77.3569 542 3 1 -71.65 61.7714 -114.741 - 82 91.7604 543 3 1 -71.4497 61.9182 -114.703 - 82 103.9 544 3 1 -71.25 62.0808 -114.642 - 82 74.6559 545 3 1 -71.0499 62.2598 -114.539 - 82 23.2601 546 3 1 -70.6779 62.3782 -114.45 - 82 75.3949 547 3 1 -70.65 62.3517 -114.5 - 82 91.2063 548 3 1 -70.45 62.2373 -114.651 - 82 0.464149 1205 3 0 -69.4706 61.0519 -115.85 - 82 179.165 1204 3 0 -69.4689 61.05 -115.852 -Number of digits in this event = 67 -Using G4ParticleGun ... -1.70013 LIN -e- -Event: 83 -Number of tracker hits in this event = 98 - 83 112.423 1597 8 1 139.661 38.7073 35.55 - 83 113.298 1093 8 0 139.659 38.7046 34.15 - 83 110.794 1597 7 1 139.629 38.6125 5.55 - 83 134.501 1092 7 0 139.628 38.6191 4.15 - 83 207.094 1597 6 1 139.585 38.785 -24.45 - 83 163.33 1093 6 0 139.59 38.7925 -25.85 - 83 133.068 1597 5 1 139.676 38.9483 -54.45 - 83 98.5777 1094 5 0 139.675 38.9442 -55.85 - 83 457.168 1597 4 1 139.591 38.858 -84.45 - 83 191.249 1094 4 0 139.595 38.8654 -85.85 - 83 185.446 1597 3 1 139.706 39.0494 -114.45 - 83 110.706 1095 3 0 139.715 39.0714 -115.85 - 83 100.125 1598 2 1 139.876 39.513 -144.45 - 83 111.712 1097 2 0 139.883 39.521 -145.85 - 83 251.631 1599 1 1 140.061 39.6514 -174.45 - 83 108.652 1098 1 0 140.07 39.6673 -175.85 - 83 183.772 1600 0 1 140.258 40.0169 -204.45 - 83 58.6632 1099 0 0 140.263 40.0471 -205.85 - 83 83.1019 1100 0 0 140.264 40.05 -205.985 - 83 491.973 1599 0 1 140.15 39.9905 -204.759 - 83 58.7826 1598 0 1 139.95 40.2631 -204.581 - 83 174.393 1597 0 1 139.75 40.433 -204.676 - 83 77.1463 1596 0 1 139.55 40.6206 -204.74 - 83 63.9528 1595 0 1 139.349 40.8009 -204.773 - 83 70.3142 1594 0 1 139.15 40.9111 -204.74 - 83 71.7715 1593 0 1 138.95 41.0543 -204.711 - 83 96.5287 1592 0 1 138.75 41.202 -204.663 - 83 183.234 1591 0 1 138.55 41.3669 -204.594 - 83 82.8813 1590 0 1 138.35 41.5186 -204.509 - 83 71.0748 1589 0 1 138.15 41.6442 -204.473 - 83 50.6972 1588 0 1 137.95 41.8007 -204.466 - 83 23.937 1587 0 1 137.75 41.8912 -204.461 - 83 105.118 1598 1 1 139.95 39.7115 -174.789 - 83 1.56799 1102 1 0 139.197 40.6471 -175.85 - 83 242.492 1103 1 0 139.195 40.65 -175.854 - 83 37.2696 1600 1 1 140.24 40.0222 -174.45 - 83 65.0683 1601 1 1 140.35 40.0002 -174.485 - 83 107.551 1602 1 1 140.55 39.9134 -174.633 - 83 72.5152 1603 1 1 140.75 39.7125 -174.716 - 83 344.004 1604 1 1 140.95 39.5286 -174.676 - 83 114.339 1605 1 1 141.15 39.4766 -174.632 - 83 52.4654 1606 1 1 141.35 39.4702 -174.609 - 83 54.0254 1607 1 1 141.55 39.4797 -174.533 - 83 64.3461 1608 1 1 141.75 39.5187 -174.512 - 83 85.5291 1609 1 1 141.95 39.4894 -174.526 - 83 71.9566 1610 1 1 142.15 39.4597 -174.529 - 83 72.8236 1611 1 1 142.35 39.4147 -174.55 - 83 172.446 1612 1 1 142.55 39.3697 -174.538 - 83 296.921 1613 1 1 142.75 39.3271 -174.484 - 83 5.04563 1102 3 0 136.133 40.638 -115.85 - 83 53.0259 1563 3 1 132.803 41.8814 -114.85 - 83 84.8892 1562 3 1 132.75 41.923 -114.807 - 83 309.481 1596 4 1 139.537 38.453 -84.45 - 83 253.159 1092 4 0 139.584 38.6167 -85.8501 - 83 65.7498 1093 4 0 139.597 38.65 -86.1151 - 83 5.05606 1604 3 1 141.145 41.4801 -114.45 - 83 97.6257 1605 3 1 141.15 41.48 -114.468 - 83 137.467 1107 3 0 141.501 41.5115 -115.85 - 83 306.237 1644 2 1 149.07 41.461 -144.45 - 83 147.085 1107 2 0 148.696 41.5206 -145.85 - 83 1.60763 1108 1 0 141.566 41.8479 -175.85 - 83 154.704 1109 1 0 141.57 41.85 -175.861 - 83 219.495 1657 0 1 151.666 47.0388 -204.45 - 83 4.16917 1658 0 1 151.75 47.1661 -204.825 - 83 175.184 1137 0 0 151.997 47.4865 -205.851 - 83 17.9439 1645 2 1 149.15 41.4655 -144.514 - 83 69.133 1095 4 0 139.626 39.05 -86.06 - 83 70.822 1289 4 0 143.028 77.9044 -86.2495 - 83 77.7148 1290 4 0 142.992 78.05 -86.0849 - 83 171.067 1612 4 1 142.702 79.056 -84.85 - 83 90.891 1613 4 1 142.75 79.3246 -84.4715 - 83 41.5775 1614 4 1 142.95 79.4188 -84.754 - 83 256.024 1301 4 0 144.327 80.3142 -85.85 - 83 341.066 1302 4 0 144.793 80.45 -86.0106 - 83 189.991 1303 4 0 145.469 80.65 -86.049 - 83 98.2938 1304 4 0 146.148 80.85 -86.1343 - 83 223.711 1598 3 1 139.788 38.2132 -114.45 - 83 168.279 1090 3 0 139.807 38.2052 -115.85 - 83 124.43 1600 2 1 140.338 38.0178 -144.45 - 83 105.445 1089 2 0 140.371 38.0182 -145.85 - 83 524.009 1089 1 0 141.073 38.0478 -175.85 - 83 163.769 1607 0 1 141.623 37.9905 -204.45 - 83 108.892 1089 0 0 141.624 37.9879 -205.85 - 83 154.15 594 6 0 -145.032 -61.2287 -26.25 - 83 113.755 595 6 0 -145.191 -61.05 -25.9476 - 83 182.856 596 6 0 -145.079 -60.85 -25.9219 - 83 166.946 1091 4 0 139.71 38.3916 -85.8502 - 83 124.956 1610 3 1 142.286 36.1448 -114.45 - 83 14.8069 1611 3 1 142.35 36.1415 -114.803 - 83 212.193 1080 3 0 142.525 36.1378 -115.85 - 83 125.02 1633 2 1 146.79 37.3202 -144.451 - 83 213.854 1086 2 0 147.24 37.3016 -145.85 - 83 107.176 1686 1 1 157.411 35.0755 -174.45 - 83 21.2544 1687 1 1 157.55 34.9852 -174.8 - 83 223.446 1073 1 0 158.018 34.7269 -175.85 - 83 39.1199 1072 1 0 158.141 34.65 -176.125 - 83 130.78 1750 0 1 170.152 26.8444 -204.45 - 83 126.398 1034 0 0 170.541 26.9743 -205.851 -Number of digits in this event = 46 -Using G4ParticleGun ... -9.19271 LIN -e- -Event: 84 -Number of tracker hits in this event = 116 - 84 110.751 1073 11 1 34.7587 -56.0366 125.55 - 84 113.265 620 11 0 34.7589 -56.0367 124.15 - 84 111.338 1073 10 1 34.7646 -56.0386 95.55 - 84 119.705 620 10 0 34.7647 -56.0387 94.15 - 84 156.647 1073 9 1 34.7683 -56.0422 65.55 - 84 112.036 620 9 0 34.7679 -56.0425 64.15 - 84 101.885 1073 8 1 34.7605 -56.0474 35.55 - 84 116.522 620 8 0 34.7593 -56.0484 34.15 - 84 406.404 1073 7 1 34.7339 -56.0628 5.55 - 84 120.62 619 7 0 34.733 -56.0625 4.15 - 84 135.264 1073 6 1 34.7175 -56.0526 -24.45 - 84 106.533 619 6 0 34.7174 -56.0518 -25.85 - 84 105.364 1073 5 1 34.7194 -56.0336 -54.45 - 84 133.943 620 5 0 34.7194 -56.032 -55.85 - 84 330.982 1073 4 1 34.7153 -55.998 -84.45 - 84 135.317 620 4 0 34.7146 -55.9969 -85.85 - 84 146.059 1073 3 1 34.7017 -55.9772 -114.45 - 84 135.276 620 3 0 34.7032 -55.973 -115.85 - 84 113.035 1073 2 1 34.7321 -55.883 -144.45 - 84 111.542 620 2 0 34.7332 -55.8775 -145.85 - 84 176.571 1073 1 1 34.7549 -55.7691 -174.45 - 84 127.601 621 1 0 34.7564 -55.764 -175.85 - 84 307.598 1073 0 1 34.7839 -55.6597 -204.45 - 84 113.603 621 0 0 34.7853 -55.654 -205.85 - 84 9.64912 1097 2 1 39.6058 -63.7245 -144.85 - 84 231.895 1098 2 1 39.65 -63.7429 -144.541 - 84 38.7437 129 0 0 37.734 -154.15 -205.947 - 84 163.724 811 6 0 -95.0043 -17.8162 -26.25 - 84 232.97 195 7 0 57.0052 -141.027 3.75 - 84 37.0599 781 7 1 -23.6574 49.1729 5.15 - 84 197.07 782 7 1 -23.65 49.2136 5.27093 - 84 99.2205 621 4 0 34.9242 -55.7564 -85.85 - 84 216.176 1109 3 1 41.9164 -47.9169 -114.45 - 84 43.3951 666 3 0 41.9256 -46.7753 -115.85 - 84 101.103 667 3 0 41.9247 -46.6496 -116.008 - 84 2.50651 668 3 0 41.926 -46.4496 -116.242 - 84 14.0863 1111 2 1 42.4257 -21.7208 -144.45 - 84 107.868 1112 2 1 42.4503 -21.7013 -144.456 - 84 105.955 1113 2 1 42.65 -21.4602 -144.559 - 84 85.7523 1114 2 1 42.8501 -21.173 -144.667 - 84 28.5766 1115 2 1 43.0506 -20.9785 -144.811 - 84 28.5525 805 2 0 45.5897 -18.9191 -145.85 - 84 64.3666 806 2 0 45.6614 -18.85 -145.888 - 84 85.9119 807 2 0 45.758 -18.6496 -146.002 - 84 136.175 808 2 0 45.9842 -18.45 -146.138 - 84 146.579 1467 3 0 -78.1829 113.696 -116.25 - 84 133.001 621 7 0 34.7633 -55.7873 4.15 - 84 19.72 1070 6 1 34.2352 -52.6034 -24.45 - 84 90.7836 1071 6 1 34.25 -52.5973 -24.5049 - 84 109.307 638 6 0 34.6242 -52.4424 -25.8501 - 84 142.529 1111 5 1 42.3154 -49.9455 -54.45 - 84 29.3659 651 5 0 42.1604 -49.6637 -55.85 - 84 99.2035 652 5 0 42.1521 -49.65 -55.927 - 84 124.897 1103 4 1 40.7325 -44.9266 -84.45 - 84 108.696 677 4 0 40.8541 -44.5625 -85.85 - 84 1.55136 678 4 0 40.8929 -44.45 -86.244 - 84 38.7188 1118 3 1 43.7343 -35.8411 -114.45 - 84 83.7023 1119 3 1 43.85 -35.8124 -114.582 - 84 15.4312 1120 3 1 44.05 -35.7516 -114.805 - 84 50.0698 722 3 0 44.9049 -35.4814 -115.85 - 84 103.297 723 3 0 44.9992 -35.45 -115.967 - 84 28.6128 1216 2 1 63.3869 -31.1513 -144.45 - 84 99.5536 1217 2 1 63.45 -31.1834 -144.523 - 84 53.1743 1218 2 1 63.65 -31.2974 -144.735 - 84 168.259 739 2 0 65.055 -32.0835 -145.85 - 84 36.3275 738 2 0 65.4754 -32.25 -146.201 - 84 177.63 1452 1 1 110.74 -44.6839 -174.45 - 84 83.7651 683 1 0 110.706 -43.4439 -175.85 - 84 45.417 684 1 0 110.698 -43.25 -176.101 - 84 202.622 1430 0 1 106.192 -23.3568 -204.45 - 84 58.2726 791 0 0 105.821 -21.7744 -205.85 - 84 77.6452 792 0 0 105.79 -21.65 -205.957 - 84 22.4898 793 0 0 105.768 -21.45 -206.176 - 84 169.843 1034 0 1 27.0462 -63.2353 -204.45 - 84 85.2901 1035 0 1 27.05 -63.2327 -204.626 - 84 116.124 584 0 0 27.0899 -63.2051 -205.851 - 84 116.768 583 0 0 27.023 -63.2997 -205.85 - 84 117.77 620 7 0 34.8719 -55.9347 4.15 - 84 189.247 1084 6 1 36.8932 -55.2362 -24.45 - 84 135.664 623 6 0 37.0519 -55.2872 -25.8501 - 84 106.709 1100 5 1 40.0844 -56.3689 -54.4504 - 84 130.426 618 5 0 40.3986 -56.4273 -55.8502 - 84 165.106 1132 4 1 46.5307 -57.8941 -84.45 - 84 137.169 610 4 0 46.7582 -57.9653 -85.85 - 84 128.15 1155 3 1 51.2164 -59.6625 -114.45 - 84 15.6734 1156 3 1 51.25 -59.6983 -114.793 - 84 127.841 601 3 0 51.3528 -59.7955 -115.851 - 84 132.409 1168 2 1 53.8179 -62.3162 -144.45 - 84 144.243 588 2 0 53.7725 -62.3786 -145.85 - 84 129.09 1163 1 1 52.7242 -63.8635 -174.45 - 84 117.146 579 1 0 52.704 -64.0607 -175.85 - 84 35.6667 1161 0 1 52.3222 -67.4247 -204.45 - 84 148.853 1162 0 1 52.4508 -67.4885 -204.521 - 84 42.63 1163 0 1 52.65 -67.6456 -204.64 - 84 187.253 1164 0 1 52.8502 -67.7142 -204.659 - 84 270.101 1165 0 1 53.05 -68.0269 -204.637 - 84 48.8523 1166 0 1 53.2503 -68.4429 -204.774 - 84 11.6112 552 0 0 56.1266 -69.6294 -205.85 - 84 95.6975 551 0 0 56.1769 -69.65 -205.866 - 84 65.9377 550 0 0 56.4354 -69.8508 -205.929 - 84 58.2784 549 0 0 56.498 -70.05 -206.029 - 84 69.252 548 0 0 56.492 -70.25 -206.118 - 84 125.004 542 0 0 40.3233 -71.5719 -206.25 - 84 70.7098 543 0 0 40.1271 -71.45 -206.023 - 84 93.1487 1101 0 1 40.3189 -71.3109 -204.85 - 84 176.604 1100 0 1 40.25 -71.3708 -204.651 - 84 180.327 1169 2 1 53.85 -62.3362 -144.497 - 84 172.828 612 4 0 48.2743 -57.4921 -85.85 - 84 76.5216 1083 6 1 36.7143 -55.1853 -24.45 - 84 81.1043 621 6 0 37.4789 -55.7673 -25.85 - 84 45.7805 620 6 0 37.5758 -55.85 -26.1419 - 84 77.8961 579 6 0 97.4062 -64.1776 -26.25 - 84 87.8417 578 6 0 97.5376 -64.25 -26.0616 - 84 51.0478 1391 6 1 98.4186 -64.966 -24.85 - 84 101.729 1392 6 1 98.55 -64.9992 -24.774 - 84 84.2754 1393 6 1 98.75 -65.1018 -24.6793 -Number of digits in this event = 47 -Using G4ParticleGun ... -2.58878 LIN -e- -Event: 85 -Number of tracker hits in this event = 132 - 85 179.908 769 11 1 -26.1373 -22.8074 125.55 - 85 113.328 786 11 0 -26.1382 -22.805 124.15 - 85 118.136 769 10 1 -26.1517 -22.7518 95.55 - 85 107.47 786 10 0 -26.1509 -22.7496 94.15 - 85 114.937 769 9 1 -26.1449 -22.7122 65.55 - 85 104.355 786 9 0 -26.1452 -22.7131 64.15 - 85 413.621 769 8 1 -26.1565 -22.7323 35.55 - 85 276.1 786 8 0 -26.1542 -22.736 34.15 - 85 153.787 769 7 1 -26.1098 -22.7984 5.55 - 85 140.265 786 7 0 -26.1046 -22.8018 4.15 - 85 119.442 770 6 1 -25.9929 -22.8902 -24.45 - 85 386.339 785 6 0 -25.9911 -22.8919 -25.85 - 85 134.877 770 5 1 -25.9556 -22.9241 -54.45 - 85 131.986 785 5 0 -25.9525 -22.9251 -55.85 - 85 122.027 770 4 1 -25.8723 -22.9382 -84.45 - 85 144.535 785 4 0 -25.8674 -22.9392 -85.85 - 85 197.08 771 3 1 -25.7745 -22.9504 -114.45 - 85 151.47 785 3 0 -25.7689 -22.9497 -115.85 - 85 133.994 772 2 1 -25.6429 -22.9418 -144.45 - 85 120.029 785 2 0 -25.6362 -22.9424 -145.85 - 85 114.589 772 1 1 -25.4887 -22.9333 -174.45 - 85 114.114 785 1 0 -25.4831 -22.9363 -175.85 - 85 127.045 773 0 1 -25.3605 -23.0171 -204.45 - 85 120.006 785 0 0 -25.3577 -23.0251 -205.85 - 85 71.834 340 0 0 75.763 -111.95 -206.095 - 85 261.848 339 0 0 75.9875 -112.15 -206.045 - 85 132.593 770 3 1 -25.8501 -22.991 -114.657 - 85 204.165 783 3 0 -26.1756 -23.3206 -115.85 - 85 27.1119 782 3 0 -26.2723 -23.4501 -116.17 - 85 92.4474 720 2 1 -35.9987 -37.7152 -144.45 - 85 6.90784 719 2 1 -36.05 -37.7161 -144.817 - 85 140.514 711 2 0 -36.0846 -37.795 -145.85 - 85 56.1973 731 1 1 -33.7351 -38.657 -174.45 - 85 99.8936 730 1 1 -33.85 -38.7401 -174.582 - 85 54.8081 729 1 1 -34.05 -38.8283 -174.75 - 85 100.661 703 1 0 -35.4343 -39.3631 -175.85 - 85 91.0128 702 1 0 -35.6387 -39.4501 -176.018 - 85 10.1232 749 1 0 -76.3797 -30.0639 -176.25 - 85 103.659 750 1 0 -76.3935 -30.05 -176.23 - 85 41.5301 751 1 0 -76.4882 -29.85 -176.012 - 85 140.321 516 1 1 -76.7472 -28.9327 -174.85 - 85 2.86177 515 1 1 -76.85 -28.722 -174.465 - 85 326.009 769 6 1 -26.072 -22.8774 -24.4502 - 85 116.316 765 5 1 -26.9132 -23.4717 -54.45 - 85 127.267 782 5 0 -26.9714 -23.5432 -55.85 - 85 128.864 757 4 1 -28.4637 -25.3763 -84.45 - 85 132.499 772 4 0 -28.4458 -25.4574 -85.85 - 85 151.273 759 3 1 -28.0699 -26.6788 -114.45 - 85 158.567 766 3 0 -28.0319 -26.8036 -115.85 - 85 121.694 763 2 1 -27.283 -29.1736 -144.45 - 85 69.0979 753 2 0 -27.2987 -29.4279 -145.85 - 85 98.3641 752 2 0 -27.2993 -29.45 -145.968 - 85 157.071 762 1 1 -27.518 -35.1435 -174.45 - 85 125.984 722 1 0 -27.3725 -35.464 -175.851 - 85 103.226 781 0 1 -23.786 -42.0887 -204.45 - 85 127.78 688 0 0 -23.7627 -42.2845 -205.85 - 85 92.8999 749 0 1 -30.1176 -26.6292 -204.45 - 85 69.5661 748 0 1 -30.25 -26.5725 -204.633 - 85 11.4349 765 0 0 -30.3426 -27.0272 -205.85 - 85 164.708 764 0 0 -30.3461 -27.05 -205.893 - 85 59.3706 763 0 0 -30.359 -27.25 -206.037 - 85 146.947 762 0 0 -30.2926 -27.4503 -206.063 - 85 77.1211 761 0 0 -30.0951 -27.6502 -206.105 - 85 211.41 760 0 0 -29.8942 -27.85 -206.139 - 85 78.3015 759 0 0 -29.4258 -28.05 -206.122 - 85 358.804 758 0 0 -29.4269 -28.25 -206.192 - 85 20.5857 757 0 0 -29.7598 -28.45 -205.959 - 85 126.685 786 6 0 -26.225 -22.8257 -25.8506 - 85 96.4513 750 5 1 -29.9405 -21.7601 -54.45 - 85 116.554 791 5 0 -30.0436 -21.7287 -55.8501 - 85 115.099 738 4 1 -32.4172 -21.2128 -84.45 - 85 117.831 794 4 0 -32.4498 -21.0933 -85.85 - 85 3.66246 729 3 1 -34.2474 -19.212 -114.45 - 85 100.665 728 3 1 -34.25 -19.2121 -114.469 - 85 102.072 804 3 0 -34.4172 -19.2203 -115.85 - 85 108.082 713 2 1 -37.3811 -18.9265 -144.45 - 85 131.712 804 2 0 -37.3984 -19.1382 -145.85 - 85 155.403 706 1 1 -38.7589 -22.2365 -174.45 - 85 179.686 787 1 0 -38.7682 -22.4959 -175.85 - 85 133.707 707 0 1 -38.5372 -26.3135 -204.45 - 85 36.0774 768 0 0 -38.4713 -26.4365 -205.851 - 85 58.2868 767 0 0 -38.4661 -26.45 -206.015 - 85 108.405 787 8 0 -26.1079 -22.6475 34.1498 - 85 180.714 790 7 1 -22.0233 -21.8525 5.55 - 85 161.615 788 7 0 -21.5457 -22.2961 4.15 - 85 63.0481 842 6 1 -11.6052 -30.0123 -24.4503 - 85 57.076 843 6 1 -11.45 -30.0092 -24.6701 - 85 159.165 750 6 0 -10.6682 -29.9765 -25.8502 - 85 62.6386 943 5 1 8.66405 -29.6502 -54.4501 - 85 81.7482 944 5 1 8.85 -29.6175 -54.6001 - 85 37.4065 945 5 1 9.05 -29.5798 -54.7613 - 85 451.807 753 5 0 10.4188 -29.3849 -55.8501 - 85 25.5955 1148 4 1 49.7326 -22.5921 -84.45 - 85 51.6995 1149 4 1 49.85 -22.5896 -84.4818 - 85 46.3165 1150 4 1 50.0502 -22.5842 -84.5315 - 85 56.5203 1151 4 1 50.25 -22.5731 -84.5793 - 85 73.2453 1152 4 1 50.4502 -22.56 -84.6281 - 85 110.072 1153 4 1 50.65 -22.5452 -84.6751 - 85 149.828 1154 4 1 50.85 -22.5235 -84.7113 - 85 44.5355 1155 4 1 51.05 -22.5047 -84.7443 - 85 48.4513 1156 4 1 51.25 -22.493 -84.7671 - 85 50.7209 1157 4 1 51.45 -22.4854 -84.7922 - 85 29.7582 1158 4 1 51.65 -22.4917 -84.827 - 85 453.258 787 4 0 56.5161 -22.5507 -85.85 - 85 35.1556 1680 3 1 156.207 -24.6023 -114.45 - 85 80.4448 1679 3 1 156.15 -24.5629 -114.54 - 85 45.257 1678 3 1 155.95 -24.4304 -114.756 - 85 61.8859 784 3 0 154.285 -23.2498 -115.985 - 85 134.424 996 3 0 150.008 19.2709 -116.25 - 85 19.9005 997 3 0 150.031 19.45 -115.889 - 85 121.527 1647 3 1 149.658 19.8054 -114.85 - 85 114.251 766 7 1 -26.825 -24.0754 5.54983 - 85 131.23 779 7 0 -26.8433 -24.1698 4.15 - 85 222.415 766 6 1 -26.788 -25.7504 -24.45 - 85 102.906 770 6 0 -26.8419 -25.8667 -25.85 - 85 104.287 756 5 1 -28.758 -28.5199 -54.4504 - 85 144.073 757 5 0 -28.8629 -28.5477 -55.8503 - 85 129.882 750 4 1 -29.9222 -28.004 -84.45 - 85 157.306 760 4 0 -29.8657 -27.9573 -85.8503 - 85 118.055 756 3 1 -28.8152 -26.8225 -114.45 - 85 145.158 767 3 0 -28.5275 -26.6372 -115.85 - 85 201.915 785 2 1 -22.9461 -21.9039 -144.45 - 85 91.2895 792 2 0 -22.8704 -21.5186 -145.85 - 85 54.7818 793 2 0 -22.8592 -21.45 -146.085 - 85 138.548 792 1 1 -21.5707 -12.3987 -174.45 - 85 384.066 840 1 0 -21.6118 -11.9994 -175.85 - 85 83.6089 783 0 1 -23.356 -2.87602 -204.45 - 85 156.082 782 0 1 -23.45 -2.85765 -204.596 - 85 124.228 886 0 0 -24.2632 -2.69839 -205.85 - 85 69.5534 841 1 0 -21.2272 -11.85 -176.189 - 85 150.784 565 1 0 0.251799 -66.8991 -176.25 - 85 214.836 784 2 1 -23.05 -21.6753 -144.605 -Number of digits in this event = 63 -Using G4ParticleGun ... -2.20261 LIN -e- -Event: 86 -Number of tracker hits in this event = 63 - 86 132.768 724 11 1 -35.0535 -33.7466 125.55 - 86 100.806 731 11 0 -35.0536 -33.7443 124.15 - 86 248.011 724 10 1 -35.0736 -33.6991 95.55 - 86 238.904 731 10 0 -35.0741 -33.691 94.15 - 86 128.292 724 9 1 -35.0828 -33.5296 65.55 - 86 142.162 732 9 0 -35.0828 -33.5179 64.15 - 86 103.226 724 8 1 -35.0968 -33.2896 35.55 - 86 147.454 733 8 0 -35.0959 -33.283 34.15 - 86 110.311 724 7 1 -35.0777 -33.1527 5.55 - 86 111.387 734 7 0 -35.0771 -33.146 4.15 - 86 120.516 724 6 1 -35.1102 -32.9978 -24.45 - 86 268.217 735 6 0 -35.0993 -32.978 -25.85 - 86 262.905 725 5 1 -34.8627 -32.5184 -54.45 - 86 127.35 737 5 0 -34.8489 -32.4899 -55.85 - 86 109.118 727 4 1 -34.5541 -31.9135 -84.45 - 86 127.937 740 4 0 -34.5473 -31.8807 -85.85 - 86 115.234 728 3 1 -34.3846 -31.1963 -114.45 - 86 133.059 744 3 0 -34.379 -31.1391 -115.85 - 86 168.924 728 2 1 -34.2783 -29.9675 -144.45 - 86 122.065 750 2 0 -34.2652 -29.921 -145.85 - 86 161.469 730 1 1 -33.9511 -28.9345 -174.45 - 86 114.493 755 1 0 -33.9252 -28.879 -175.85 - 86 155.293 733 0 1 -33.3272 -27.7559 -204.45 - 86 177.056 761 0 0 -33.3241 -27.7358 -205.85 - 86 69.3765 729 1 1 -34.1741 -29.7995 -174.45 - 86 91.4873 751 1 0 -33.6055 -29.7431 -175.851 - 86 67.4689 750 1 0 -33.4807 -29.8501 -176.107 - 86 336.607 594 1 0 23.7932 -61.2333 -176.25 - 86 103.065 593 1 0 23.8619 -61.25 -176.196 - 86 72.2403 595 1 0 24.5742 -61.05 -175.945 - 86 43.6102 235 1 0 123.233 -133.102 -176.25 - 86 325.973 234 1 0 123.352 -133.15 -176.173 - 86 54.9581 233 1 0 122.952 -133.35 -176.132 - 86 128.844 726 5 1 -34.85 -32.5105 -54.8317 - 86 218.714 734 5 0 -34.5051 -33.1252 -55.85 - 86 100.413 734 8 0 -35.0734 -33.2499 33.8656 - 86 81.2191 729 10 0 -35.0511 -34.1482 94.15 - 86 20.6796 728 10 0 -35.0315 -34.25 93.828 - 86 70.2546 740 9 1 -31.9392 -44.7471 65.55 - 86 159.013 741 9 1 -31.85 -44.8201 65.3809 - 86 190.194 673 9 0 -30.788 -45.2994 64.1497 - 86 28.6731 674 9 0 -30.402 -45.25 63.7812 - 86 112.535 974 8 1 14.8966 36.5086 35.55 - 86 148.36 973 8 1 14.85 36.2031 35.342 - 86 54.1152 1067 8 0 14.5491 33.5814 34.15 - 86 84.6766 1066 8 0 14.5305 33.4497 34.0997 - 86 75.6513 1065 8 0 14.4969 33.25 34.0375 - 86 125.573 1064 8 0 14.4543 33.05 33.977 - 86 55.991 1063 8 0 14.4151 32.85 33.9155 - 86 99.7387 1062 8 0 14.3887 32.65 33.8595 - 86 34.1735 1061 8 0 14.3524 32.4499 33.7934 - 86 121.299 901 7 1 0.309809 -34.2843 5.55 - 86 8.00449 902 7 1 0.450048 -34.2412 5.18187 - 86 143.532 730 7 0 0.716007 -34.0095 4.15 - 86 60.1922 731 7 0 0.803903 -33.85 3.90396 - 86 91.3877 578 7 0 39.6601 -64.3303 3.75 - 86 222.851 577 7 0 39.7644 -64.45 3.86127 - 86 13.9433 1001 6 1 20.25 -66.1564 -24.7289 - 86 26.9869 1000 6 1 20.2499 -66.1768 -24.7739 - 86 184.273 565 6 0 19.8613 -67.0236 -25.8501 - 86 167.58 564 6 0 19.8543 -67.05 -25.8823 - 86 95.119 725 11 1 -35.0062 -33.7608 125.55 - 86 217.471 726 11 1 -34.85 -33.9711 125.454 -Number of digits in this event = 33 -Using G4ParticleGun ... -9.44681 LIN -e- -Event: 87 -Number of tracker hits in this event = 127 - 87 117.262 1127 11 1 45.5954 62.1807 125.55 - 87 133.565 1210 11 0 45.5952 62.1811 124.15 - 87 127.73 1127 10 1 45.5919 62.1901 95.55 - 87 150.224 1210 10 0 45.5918 62.1904 94.15 - 87 189.57 1127 9 1 45.5894 62.194 65.55 - 87 117.963 1210 9 0 45.588 62.1932 64.15 - 87 127.124 1127 8 1 45.5585 62.1736 35.55 - 87 123.179 1210 8 0 45.5568 62.173 34.15 - 87 344.67 1127 7 1 45.5186 62.1595 5.55 - 87 237.211 1210 7 0 45.5172 62.1586 4.15 - 87 197.647 1127 6 1 45.4868 62.1399 -24.45 - 87 120.434 1210 6 0 45.4861 62.1376 -25.85 - 87 121.063 1127 5 1 45.4717 62.0919 -54.45 - 87 152.872 1210 5 0 45.473 62.0903 -55.85 - 87 92.5689 1127 4 1 45.503 62.0562 -84.45 - 87 115.017 1210 4 0 45.505 62.0562 -85.85 - 87 99.1501 1127 3 1 45.5468 62.0542 -114.45 - 87 115.301 1210 3 0 45.5482 62.0536 -115.85 - 87 298.373 1127 2 1 45.5837 62.0475 -144.45 - 87 138.324 1209 2 0 45.5862 62.0467 -145.85 - 87 329.299 1127 1 1 45.5998 62.0385 -174.45 - 87 397.279 1209 1 0 45.5959 62.0352 -175.85 - 87 109.13 1127 0 1 45.5121 61.9721 -204.45 - 87 263.243 1209 0 0 45.5059 61.9668 -205.85 - 87 99.0956 448 4 0 154.452 -90.35 -86.1446 - 87 128.416 1118 0 1 43.6665 60.7851 -204.45 - 87 185.224 1203 0 0 43.6181 60.7386 -205.85 - 87 1.88051 1448 0 0 17.2316 109.948 -206.25 - 87 153.543 1449 0 0 17.2286 109.95 -206.248 - 87 175.651 1128 0 1 45.6929 61.9874 -204.45 - 87 288.456 1211 2 0 45.3852 62.2713 -145.85 - 87 83.1175 1151 1 1 50.3034 61.7383 -174.45 - 87 48.5114 1152 1 1 50.45 61.8597 -174.724 - 87 150.751 1211 1 0 51.5559 62.2533 -175.85 - 87 243.266 1247 1 0 39.6512 69.5846 -176.25 - 87 59.3858 1248 1 0 39.3542 69.6501 -176.004 - 87 105.48 1092 1 1 38.5545 70.2783 -174.849 - 87 30.1815 1091 1 1 38.45 70.4701 -174.545 - 87 4.78498 387 3 0 138.324 -102.683 -116.25 - 87 231.015 386 3 0 138.357 -102.75 -116.232 - 87 69.3818 1016 3 0 52.0829 23.4487 -116.25 - 87 74.536 1015 3 0 52.1252 23.2497 -116.125 - 87 49.9164 1014 3 0 52.1978 23.05 -116.023 - 87 55.2391 1013 3 0 52.2293 22.85 -115.965 - 87 98.2769 1012 3 0 52.265 22.65 -115.943 - 87 48.2169 1011 3 0 52.2882 22.45 -115.976 - 87 63.0166 1010 3 0 52.3358 22.25 -115.968 - 87 49.6554 1009 3 0 52.4071 22.05 -115.92 - 87 15.6412 1008 3 0 52.5192 21.85 -115.856 - 87 89.5577 1170 3 1 54.1291 19.4118 -114.85 - 87 137.744 1171 3 1 54.25 19.2305 -114.761 - 87 81.1717 1172 3 1 54.4505 18.8672 -114.618 - 87 44.5428 1173 3 1 54.6501 18.684 -114.507 - 87 139.662 1123 6 1 44.6922 61.0789 -24.45 - 87 114.416 1204 6 0 44.6833 61.0413 -25.85 - 87 93.8416 1122 5 1 44.4569 59.6876 -54.45 - 87 91.8986 1121 5 1 44.45 59.6822 -54.5146 - 87 116.003 1197 5 0 44.301 59.5886 -55.85 - 87 144.595 1109 4 1 41.8918 57.6126 -84.45 - 87 198.492 1187 4 0 41.8488 57.4868 -85.85 - 87 93.4569 1103 3 1 40.6627 55.1055 -114.45 - 87 7.75013 1102 3 1 40.65 55.1041 -114.824 - 87 91.8685 1175 3 0 40.614 55.0978 -115.851 - 87 5.50653 1100 2 1 40.0544 54.4407 -144.45 - 87 112.417 1099 2 1 40.05 54.4464 -144.472 - 87 68.5382 1173 2 0 39.8003 54.808 -145.85 - 87 79.6693 1174 2 0 39.7724 54.85 -146.015 - 87 114.727 1074 1 1 34.9917 62.7283 -174.45 - 87 83.4738 1215 1 0 34.8004 63.1766 -175.85 - 87 47.8945 1216 1 0 34.7701 63.25 -176.082 - 87 77.1661 1058 0 1 31.699 73.062 -204.45 - 87 87.802 1057 0 1 31.65 73.1468 -204.684 - 87 32.9226 1267 0 0 31.4514 73.6016 -205.85 - 87 71.1377 1268 0 0 31.4291 73.65 -205.978 - 87 113.17 1119 4 0 23.2592 44.0002 -86.25 - 87 18.1683 1118 4 0 23.1575 43.8499 -85.8984 - 87 120.838 1014 4 1 22.8754 43.2714 -84.85 - 87 240.583 1013 4 1 22.85 43.2239 -84.7559 - 87 39.8484 1109 4 0 22.94 41.9584 -85.85 - 87 73.3365 1108 4 0 22.9847 41.85 -85.9173 - 87 86.8811 1107 4 0 23.0357 41.65 -85.9799 - 87 236.246 1106 4 0 23.0851 41.4497 -85.973 - 87 83.3674 1004 3 0 93.0539 21.0372 -116.25 - 87 113.443 629 3 0 145.135 -54.0885 -116.25 - 87 81.3895 628 3 0 145.312 -54.2501 -116.066 - 87 59.7408 627 3 0 145.379 -54.45 -116.012 - 87 104.543 626 3 0 145.322 -54.65 -115.915 - 87 117.274 625 3 0 145.183 -54.85 -115.986 - 87 235.176 624 3 0 145.337 -55.05 -116.084 - 87 162.507 1211 7 0 45.4607 62.3159 4.15 - 87 129.944 1112 6 1 42.5892 65.1457 -24.45 - 87 114.545 1226 6 0 42.6756 65.3514 -25.85 - 87 81.7482 1123 5 1 44.65 69.7786 -54.6032 - 87 150.775 1249 5 0 45.1289 69.8822 -55.8503 - 87 53.3901 1173 4 1 54.751 70.9469 -84.4501 - 87 103.751 1174 4 1 54.85 70.9036 -84.5657 - 87 11.6647 1175 4 1 55.05 70.8132 -84.8079 - 87 49.2403 1252 4 0 55.8533 70.4847 -85.85 - 87 156.581 1251 4 0 55.9369 70.4499 -85.9564 - 87 55.8537 1278 3 1 75.7739 61.1879 -114.45 - 87 94.4902 1279 3 1 75.85 61.1447 -114.568 - 87 16.4025 1203 3 0 76.6735 60.6722 -115.85 - 87 155.728 1202 3 0 76.7101 60.65 -115.91 - 87 5.7177 1360 2 1 92.3324 51.0152 -144.45 - 87 132.585 1361 2 1 92.35 51.0114 -144.486 - 87 0.27034 1362 2 1 92.55 50.9632 -144.849 - 87 141.65 1153 2 0 93.0908 50.823 -145.85 - 87 208.593 1436 1 1 107.388 46.375 -174.45 - 87 38.0978 1128 1 0 107.5 45.7086 -175.85 - 87 92.5923 1127 1 0 107.522 45.65 -175.984 - 87 54.6891 1468 0 1 113.781 32.9922 -204.45 - 87 178.392 1467 0 1 113.75 32.9567 -204.496 - 87 333.331 1466 0 1 113.55 32.7043 -204.765 - 87 54.8863 1058 0 0 112.603 31.7465 -205.85 - 87 82.5801 1057 0 0 112.511 31.65 -205.952 - 87 49.8288 1056 0 0 112.307 31.45 -206.181 - 87 272.113 1465 0 1 113.35 33.419 -204.676 - 87 31.5766 1096 3 1 39.2888 71.2522 -114.45 - 87 111.68 1095 3 1 39.25 71.2527 -114.535 - 87 176.52 1256 3 0 38.6002 71.3056 -115.85 - 87 2.43555 1077 3 0 -19.8195 35.4598 -116.25 - 87 126.859 1076 3 0 -19.8336 35.45 -116.243 - 87 101.654 1075 3 0 -20.1893 35.25 -116.052 - 87 33.8354 1074 3 0 -20.4173 35.0499 -115.916 - 87 56.0402 1251 2 0 29.6361 70.45 -145.942 - 87 13.5692 1084 2 1 36.9172 62.1018 -144.85 - 87 54.8274 1609 3 0 89.9326 141.968 -116.25 -Number of digits in this event = 49 -Using G4ParticleGun ... -6.04899 LIN -e- -Event: 88 -Number of tracker hits in this event = 84 - 88 132.582 582 10 1 -63.6396 66.2518 95.55 - 88 153.111 1231 10 0 -63.6397 66.2528 94.15 - 88 167.587 582 9 1 -63.6406 66.2718 65.55 - 88 140.517 1231 9 0 -63.6385 66.2725 64.15 - 88 105.344 582 8 1 -63.5943 66.2855 35.55 - 88 98.7291 1231 8 0 -63.5919 66.2861 34.15 - 88 148.972 582 7 1 -63.5399 66.3017 5.55 - 88 139.188 1231 7 0 -63.5379 66.3018 4.15 - 88 102.496 582 6 1 -63.493 66.3006 -24.45 - 88 453.046 1231 6 0 -63.4923 66.2999 -25.85 - 88 124.389 582 5 1 -63.4787 66.2886 -54.45 - 88 119.573 1231 5 0 -63.4792 66.2878 -55.85 - 88 105.337 582 4 1 -63.4899 66.2713 -84.45 - 88 124.158 1231 4 0 -63.4919 66.2712 -85.85 - 88 121.223 582 3 1 -63.5298 66.2653 -114.45 - 88 329.149 1231 3 0 -63.5315 66.265 -115.85 - 88 108.251 582 2 1 -63.5664 66.2598 -144.45 - 88 136.105 1231 2 0 -63.5705 66.2594 -145.85 - 88 113.894 581 1 1 -63.6574 66.2478 -174.45 - 88 134.766 1230 1 0 -63.6638 66.249 -175.85 - 88 113.452 581 0 1 -63.7956 66.2705 -204.45 - 88 118.991 1231 0 0 -63.8002 66.2691 -205.85 - 88 23.2197 1702 0 0 103.856 160.55 -205.859 - 88 251.154 582 0 1 -63.6067 66.1501 -204.45 - 88 259.607 1230 0 0 -63.5354 66.0758 -205.851 - 88 116.064 583 5 1 -63.45 66.307 -54.4692 - 88 5.4073 584 5 1 -63.2495 66.4973 -54.8296 - 88 36.2696 1234 5 0 -62.7056 67.002 -55.85 - 88 127.43 1235 5 0 -62.6563 67.0502 -55.9408 - 88 277.112 654 4 1 -49.1326 82.5917 -84.45 - 88 32.271 1326 4 0 -49.3438 85.3484 -85.85 - 88 52.99 1327 4 0 -49.3532 85.45 -85.9005 - 88 57.4967 1328 4 0 -49.3758 85.65 -85.999 - 88 65.3616 1329 4 0 -49.4033 85.85 -86.0816 - 88 67.8947 1330 4 0 -49.4531 86.0507 -86.1556 - 88 1.32536 1331 4 0 -49.5194 86.25 -86.2473 - 88 122.078 1571 4 0 -111.347 134.459 -86.25 - 88 39.5997 1570 4 0 -111.68 134.35 -85.9564 - 88 71.2183 336 4 1 -112.763 133.821 -84.85 - 88 463.147 335 4 1 -112.95 133.749 -84.6436 - 88 2.8429 1545 4 0 -113.004 129.157 -85.85 - 88 53.4927 1544 4 0 -113.003 129.15 -85.8521 - 88 52.246 1543 4 0 -113.012 128.95 -85.9048 - 88 76.3276 1542 4 0 -113.011 128.75 -85.9183 - 88 62.0572 1541 4 0 -113.02 128.55 -85.9464 - 88 58.8412 1540 4 0 -112.925 128.35 -85.9849 - 88 64.5605 1539 4 0 -112.768 128.15 -86.0137 - 88 63.2951 1538 4 0 -112.621 127.95 -86.0368 - 88 68.2872 1537 4 0 -112.462 127.75 -86.1028 - 88 16.4097 1536 4 0 -112.322 127.55 -86.2164 - 88 142.275 444 3 1 -91.2703 91.8885 -114.45 - 88 77.0331 443 3 1 -91.3503 91.5156 -114.72 - 88 185.179 1365 3 0 -92.9957 93.2085 -115.85 - 88 65.2166 1366 3 0 -93.3125 93.35 -116.072 - 88 249.398 580 1 1 -63.89 66.4446 -174.45 - 88 252.702 1231 1 0 -63.8503 66.3128 -175.85 - 88 108.736 595 0 1 -60.8838 64.4283 -204.45 - 88 4.64195 1219 0 0 -61.2051 63.8581 -205.85 - 88 102.045 1218 0 0 -61.2096 63.85 -205.871 - 88 8.35703 1217 0 0 -61.3625 63.65 -206.222 - 88 98.2435 1139 0 0 -73.5307 47.9662 -206.25 - 88 17.8577 1138 0 0 -73.5719 47.85 -205.917 - 88 109.359 531 0 1 -73.6719 47.613 -204.849 - 88 110.049 580 0 1 -64.0449 65.9602 -204.45 - 88 123.575 1228 0 0 -63.9737 65.7447 -205.85 - 88 109.521 581 6 1 -63.7146 66.343 -24.45 - 88 111.257 587 5 1 -62.6426 65.8043 -54.45 - 88 126.147 1228 5 0 -62.5099 65.7852 -55.85 - 88 153.37 600 4 1 -60.0019 65.6784 -84.4504 - 88 133.025 1228 4 0 -59.6905 65.6772 -85.85 - 88 44.1833 638 3 1 -52.2756 63.9966 -114.45 - 88 77.9499 639 3 1 -52.25 63.9799 -114.602 - 88 156.592 1218 3 0 -52.0315 63.8416 -115.85 - 88 127.199 662 2 1 -47.5438 61.0347 -144.45 - 88 113.312 1203 2 0 -47.4687 60.7839 -145.85 - 88 101.117 670 1 1 -45.9654 56.5848 -174.45 - 88 120.221 1181 1 0 -45.9436 56.3162 -175.85 - 88 22.4522 1180 1 0 -45.9384 56.25 -176.187 - 88 113.441 673 0 1 -45.3437 50.3536 -204.45 - 88 0.69124 1149 0 0 -45.2104 49.8517 -205.85 - 88 150.484 1148 0 0 -45.2099 49.85 -205.855 - 88 8.31158 1222 3 0 -53.7297 64.5426 -115.85 - 88 176.781 1146 3 0 -34.5043 49.4084 -116.25 - 88 167.921 1145 3 0 -34.8016 49.25 -116.146 -Number of digits in this event = 37 -Using G4ParticleGun ... -1.5237 LIN -e- -Event: 89 -Number of tracker hits in this event = 50 - 89 241.778 1176 9 1 55.264 -103.871 65.55 - 89 128.37 381 9 0 55.2693 -103.871 64.15 - 89 233.562 1176 8 1 55.3988 -103.934 35.55 - 89 117.306 381 8 0 55.407 -103.934 34.15 - 89 115.431 1177 7 1 55.5096 -103.863 5.55 - 89 160.618 381 7 0 55.5094 -103.855 4.15 - 89 134.517 1177 6 1 55.5246 -103.727 -24.45 - 89 105.708 382 6 0 55.5215 -103.723 -25.85 - 89 123.248 1176 5 1 55.3937 -103.76 -54.45 - 89 129.906 381 5 0 55.3934 -103.761 -55.85 - 89 98.3434 1176 4 1 55.3574 -103.812 -84.45 - 89 93.0553 381 4 0 55.3462 -103.806 -85.85 - 89 155.587 1175 3 1 55.1236 -103.691 -114.45 - 89 155.282 382 3 0 55.1278 -103.694 -115.85 - 89 314.77 1175 2 1 55.116 -103.77 -144.45 - 89 117.688 381 2 0 55.1115 -103.762 -145.85 - 89 109.07 1174 1 1 54.9867 -103.618 -174.45 - 89 133.935 382 1 0 54.9924 -103.631 -175.85 - 89 145.886 1174 0 1 55.0293 -103.912 -204.45 - 89 125.974 381 0 0 55.0133 -103.872 -205.85 - 89 50.4974 370 2 0 55.0771 -105.963 -145.85 - 89 68.3744 369 2 0 55.0799 -106.15 -145.962 - 89 134.179 368 2 0 55.0749 -106.35 -146.071 - 89 29.8447 367 2 0 55.0536 -106.55 -146.193 - 89 165.05 1146 1 1 49.2504 -156.184 -174.451 - 89 29.653 124 1 0 49.2791 -155.169 -175.85 - 89 185.48 125 1 0 49.2787 -155.15 -175.88 - 89 12.676 126 1 0 49.249 -154.95 -176.207 - 89 67.2294 1133 0 1 46.8375 -137.328 -204.45 - 89 190.357 1132 0 1 46.6497 -137.254 -204.518 - 89 49.8127 1131 0 1 46.45 -137.192 -204.557 - 89 52.4507 1130 0 1 46.25 -137.17 -204.624 - 89 117.05 1129 0 1 46.05 -137.185 -204.639 - 89 170.409 1128 0 1 45.8496 -137.231 -204.656 - 89 143.519 1127 0 1 45.6498 -137.3 -204.648 - 89 143.332 1126 0 1 45.45 -137.34 -204.634 - 89 155.13 1125 0 1 45.2494 -137.35 -204.652 - 89 278.198 1124 0 1 45.0499 -137.364 -204.624 - 89 143.486 1123 0 1 44.8496 -137.436 -204.589 - 89 87.5051 1122 0 1 44.65 -137.56 -204.509 - 89 138.907 204 0 0 46.1541 -139.217 -205.85 - 89 223.534 1177 8 1 55.45 -104.096 35.3359 - 89 191.757 1181 0 1 56.4282 -103.317 -204.45 - 89 40.2414 1182 0 1 56.45 -103.348 -204.707 - 89 110.322 383 0 0 56.525 -103.493 -205.85 - 89 236.246 384 0 0 56.2354 -103.241 -205.85 - 89 215.616 445 0 0 37.7979 -91.1047 -206.25 - 89 262.056 446 0 0 37.3674 -90.95 -206.113 - 89 128.184 189 0 0 70.0874 -142.209 -206.25 - 89 157.016 1042 2 1 28.65 -140.209 -144.829 -Number of digits in this event = 33 -Using G4ParticleGun ... -9.50737 LIN -e- -Event: 90 -Number of tracker hits in this event = 112 - 90 124.238 790 11 1 -21.8718 -65.1183 125.55 - 90 124.5 574 11 0 -21.8712 -65.1183 124.15 - 90 115.563 790 10 1 -21.854 -65.1148 95.55 - 90 104.99 574 10 0 -21.8539 -65.1155 94.15 - 90 114.252 790 9 1 -21.8539 -65.1336 65.55 - 90 133.851 574 9 0 -21.8537 -65.1347 64.15 - 90 183.602 791 8 1 -21.8477 -65.1618 35.55 - 90 130.911 574 8 0 -21.8487 -65.1637 34.15 - 90 122.059 790 7 1 -21.8683 -65.2073 5.55 - 90 365.599 574 7 0 -21.8687 -65.2081 4.15 - 90 274.449 790 6 1 -21.8905 -65.2222 -24.45 - 90 344.609 574 6 0 -21.8911 -65.2224 -25.85 - 90 129.772 790 5 1 -21.8996 -65.2217 -54.45 - 90 371.879 574 5 0 -21.9 -65.2233 -55.85 - 90 129.566 790 4 1 -21.9082 -65.258 -84.45 - 90 135.674 573 4 0 -21.9089 -65.2583 -85.85 - 90 386.544 790 3 1 -21.9172 -65.2555 -114.45 - 90 291.138 573 3 0 -21.9185 -65.255 -115.85 - 90 110.805 790 2 1 -21.9565 -65.2354 -144.45 - 90 419.567 574 2 0 -21.9583 -65.2311 -145.85 - 90 567.195 790 1 1 -21.9974 -65.148 -174.45 - 90 277.545 574 1 0 -21.9999 -65.1437 -175.85 - 90 124.072 789 0 1 -22.0533 -65.0459 -204.45 - 90 129.251 575 0 0 -22.0567 -65.0414 -205.85 - 90 19.2559 78 5 0 144.404 -164.55 -56.2397 - 90 10.9109 1668 3 1 153.75 -84.1299 -114.645 - 90 46.3341 731 2 0 61.7936 -33.7139 -146.25 - 90 186.284 732 2 0 61.7403 -33.65 -146.129 - 90 26.0885 733 2 0 61.5143 -33.45 -145.883 - 90 3.30024 1200 2 1 60.06 -32.0539 -144.85 - 90 100.115 1199 2 1 60.05 -32.0448 -144.843 - 90 75.3115 1198 2 1 59.85 -31.9329 -144.752 - 90 346.095 1197 2 1 59.65 -31.9228 -144.685 - 90 181.073 1196 2 1 59.45 -31.8969 -144.57 - 90 4.98064 746 2 0 61.1062 -30.85 -145.908 - 90 380.253 1195 2 1 59.2499 -31.9774 -144.591 - 90 159.105 1211 2 1 62.2927 -34.4488 -144.85 - 90 292.825 574 3 0 -22.0078 -65.2349 -115.85 - 90 243.268 784 2 1 -23.1923 -65.9102 -144.45 - 90 113.765 571 2 0 -23.314 -65.7982 -145.851 - 90 116.038 772 1 1 -25.495 -63.4233 -174.45 - 90 39.1637 583 1 0 -25.6043 -63.2671 -175.85 - 90 62.6645 584 1 0 -25.6173 -63.25 -176.008 - 90 155.96 758 0 1 -28.34 -60.1324 -204.45 - 90 25.2909 599 0 0 -28.3167 -60.2435 -205.85 - 90 91.6737 598 0 0 -28.3157 -60.25 -205.933 - 90 173.952 762 2 1 -27.4927 -67.9749 -144.45 - 90 134.671 557 2 0 -27.8986 -68.4963 -145.85 - 90 21.2382 710 1 1 -38.0133 -77.8244 -174.45 - 90 107.819 709 1 1 -38.05 -77.8409 -174.515 - 90 157.565 509 1 0 -38.7305 -78.1347 -175.85 - 90 115.288 636 0 1 -52.7248 -83.5515 -204.45 - 90 54.0871 635 0 1 -52.85 -83.3476 -204.671 - 90 31.2821 487 0 0 -53.4592 -82.511 -205.85 - 90 114.631 488 0 0 -53.5036 -82.4499 -205.938 - 90 7.9058 489 0 0 -53.6501 -82.25 -206.227 - 90 111.765 615 1 0 -22.4532 -57.0349 -176.25 - 90 70.6492 791 1 1 -21.85 -56.6768 -174.606 - 90 49.8804 790 8 1 -21.85 -65.1534 35.305 - 90 21.0005 579 8 0 -21.9815 -64.1064 34.1496 - 90 95.4761 580 8 0 -21.994 -64.05 34.0885 - 90 36.2938 581 8 0 -22.0957 -63.8499 33.8421 - 90 314.501 791 6 1 -21.7997 -65.1737 -24.45 - 90 297.85 791 5 1 -21.7013 -65.07 -54.45 - 90 119.13 792 4 1 -21.481 -65.0988 -84.45 - 90 320.904 574 4 0 -21.4651 -65.0957 -85.85 - 90 106.13 794 3 1 -21.2142 -65.0767 -114.45 - 90 155.444 797 2 1 -20.4914 -65.451 -144.45 - 90 98.1983 572 2 0 -20.472 -65.4715 -145.85 - 90 150.647 799 1 1 -20.2203 -65.8606 -174.45 - 90 119.612 570 1 0 -20.1764 -65.8596 -175.85 - 90 250.15 803 0 1 -19.3102 -65.7916 -204.45 - 90 260.645 571 0 0 -19.2845 -65.7961 -205.85 - 90 2.43653 256 2 0 25.6828 -128.95 -146.135 - 90 25.2569 255 2 0 25.6874 -128.95 -146.137 - 90 416.206 575 3 0 -21.1841 -65.05 -116.085 - 90 41.1806 576 3 0 -21.222 -64.85 -116.23 - 90 146.359 579 3 0 -44.4487 -64.113 -116.25 - 90 163.462 791 4 1 -21.7685 -65.15 -84.45 - 90 209.589 791 3 1 -21.7133 -65.0364 -114.45 - 90 115.783 792 2 1 -21.558 -64.8347 -144.45 - 90 103.402 576 2 0 -21.5475 -64.8215 -145.85 - 90 318.891 793 1 1 -21.3275 -64.5525 -174.45 - 90 105.837 577 1 0 -21.3193 -64.5358 -175.85 - 90 121.12 794 0 1 -21.1754 -64.2142 -204.45 - 90 145.366 579 0 0 -21.1748 -64.2028 -205.85 - 90 42.6953 531 0 0 45.2684 -73.8121 -206.25 - 90 306.663 506 1 0 -15.4154 -78.7046 -176.25 - 90 13.6751 787 0 0 -66.016 -22.4864 -206.25 - 90 97.4625 788 0 0 -66.0096 -22.45 -206.202 - 90 101.159 568 0 1 -66.3251 -21.8817 -204.85 - 90 73.935 567 0 1 -66.45 -21.7506 -204.517 - 90 96.8076 566 0 1 -66.65 -21.8117 -204.576 - 90 87.2445 786 0 0 -66.5765 -22.7495 -205.85 - 90 107.618 785 0 0 -66.5102 -22.8501 -205.983 - 90 38.3497 695 0 0 -59.9794 -40.9737 -206.25 - 90 117.243 694 0 0 -59.9511 -41.0503 -206.202 - 90 358.611 791 2 1 -21.7431 -65.2058 -144.45 - 90 117.148 572 1 0 -22.0571 -65.5343 -175.85 - 90 126.767 787 0 1 -22.6177 -65.7598 -204.45 - 90 23.1512 1060 8 0 -42.4736 32.1093 33.75 - 90 42.1808 607 11 1 -58.4894 120.701 125.15 - 90 137.148 797 0 1 -20.5242 -65.2161 -204.45 - 90 355.745 574 0 0 -20.4909 -65.2154 -205.85 - 90 153.787 901 1 0 63.783 0.25 -176.18 - 90 59.483 1208 1 1 61.65 0.876891 -174.652 - 90 115.184 902 1 0 63.988 0.45 -176.005 - 90 82.8869 798 0 1 -20.45 -65.1982 -204.557 - 90 24.271 799 0 1 -20.25 -65.2024 -204.786 - 90 13.2977 582 0 0 -14.3661 -63.6028 -206.25 - 90 294.729 581 0 0 -14.345 -63.65 -206.219 - 90 251.986 794 1 1 -21.25 -65.2526 -174.457 +Event: 59 +Number of tracker hits in this event = 105 + 59 268.394 475 10 1 -85.0103 -62.1659 95.55 + 59 136.712 589 10 0 -85.0104 -62.1652 94.15 + 59 153.149 475 9 1 -85.0159 -62.1462 65.55 + 59 156.26 589 9 0 -85.0165 -62.1454 64.15 + 59 551.963 475 8 1 -85.0295 -62.1273 35.55 + 59 358.122 589 8 0 -85.0307 -62.1262 34.15 + 59 215.165 474 7 1 -85.0534 -62.1044 5.55 + 59 101.877 589 7 0 -85.0558 -62.101 4.15 + 59 133.104 474 6 1 -85.0987 -62.0399 -24.45 + 59 102.835 590 6 0 -85.1008 -62.0363 -25.85 + 59 123.286 474 5 1 -85.1416 -61.9627 -54.45 + 59 202.829 590 5 0 -85.1431 -61.9585 -55.85 + 59 198.814 474 4 1 -85.1795 -61.8745 -84.45 + 59 103.234 590 4 0 -85.1784 -61.8705 -85.85 + 59 129.777 474 3 1 -85.151 -61.7844 -114.45 + 59 156.094 591 3 0 -85.1463 -61.7811 -115.85 + 59 132.706 475 2 1 -85.0413 -61.7017 -144.45 + 59 192.409 591 2 0 -85.0373 -61.6974 -145.85 + 59 114.594 475 1 1 -84.9642 -61.6064 -174.45 + 59 139.078 592 1 0 -84.9616 -61.5997 -175.85 + 59 132.052 475 0 1 -84.9123 -61.4655 -204.45 + 59 135.086 592 0 0 -84.9106 -61.459 -205.85 + 59 67.3792 591 1 0 -85.0245 -61.65 -176.199 + 59 312.939 1040 1 0 -99.8212 28.0676 -176.25 + 59 103.601 1041 1 0 -100.051 28.25 -176.194 + 59 90.5415 129 2 0 94.0591 -154.15 -146.049 + 59 142.966 1374 2 1 95.0365 -154.713 -144.85 + 59 25.8323 724 8 0 -75.9813 -35.1098 33.75 + 59 3.83364 400 5 0 -105.758 -100.126 -56.25 + 59 203.388 399 5 0 -105.775 -100.15 -56.1046 + 59 88.6543 474 9 1 -85.05 -62.1031 65.4449 + 59 126.237 591 9 0 -85.3617 -61.7357 64.15 + 59 55.3708 440 8 1 -91.9946 -59.577 35.55 + 59 72.0918 439 8 1 -92.15 -59.6228 35.406 + 59 77.4901 438 8 1 -92.3503 -59.6635 35.3034 + 59 75.5927 437 8 1 -92.55 -59.7272 35.2071 + 59 311.631 597 8 0 -94.9184 -60.4693 34.15 + 59 37.565 214 7 1 -137.263 -70.3865 5.55 + 59 270.997 213 7 1 -137.35 -70.4197 5.5175 + 59 56.4144 212 7 1 -137.55 -70.4726 5.50274 + 59 341.661 211 7 1 -137.75 -70.5286 5.49795 + 59 60.8964 210 7 1 -137.95 -70.5723 5.44958 + 59 70.6271 209 7 1 -138.15 -70.6221 5.33412 + 59 192.846 208 7 1 -138.35 -70.666 5.24636 + 59 121.234 543 7 0 -139.867 -71.2827 4.15 + 59 88.8248 542 7 0 -140.232 -71.4502 3.8959 + 59 63.7844 643 7 0 -176.486 -51.4411 3.7501 + 59 102.255 644 7 0 -176.475 -51.25 3.8423 + 59 63.4466 645 7 0 -176.385 -51.0497 3.94316 + 59 29.7602 646 7 0 -176.285 -50.85 4.11506 + 59 33.4564 33 7 1 -173.472 -49.4755 5.15 + 59 309.437 34 7 1 -173.35 -49.4303 5.2146 + 59 403.246 35 7 1 -173.15 -49.3555 5.31637 + 59 51.1439 36 7 1 -172.95 -47.7154 5.16093 + 59 38.9284 689 7 0 -169.008 -42.1046 4.15 + 59 129.113 690 7 0 -168.955 -42.05 4.12744 + 59 255.945 691 7 0 -168.703 -41.85 4.05021 + 59 443.578 692 7 0 -168.531 -41.6499 3.91411 + 59 42.806 693 7 0 -167.672 -41.4498 3.93801 + 59 29.1999 475 7 1 -85.0118 -62.2137 5.55 + 59 150.73 590 7 0 -85.4598 -62.0066 4.15 + 59 128.132 430 6 1 -94.0093 -58.9718 -24.4511 + 59 10.7459 429 6 1 -94.1501 -58.9257 -24.8145 + 59 108.021 606 6 0 -94.5568 -58.797 -25.85 + 59 145.986 372 5 1 -105.606 -55.6147 -54.45 + 59 28.5558 371 5 1 -105.75 -55.6051 -54.7681 + 59 339.477 622 5 0 -106.256 -55.5802 -55.85 + 59 71.2491 299 4 1 -120.234 -54.3257 -84.45 + 59 107.404 298 4 1 -120.35 -54.3125 -84.6683 + 59 135.246 629 4 0 -120.968 -54.2019 -85.8504 + 59 108.339 226 3 1 -134.783 -51.8542 -114.45 + 59 14.4046 642 3 0 -135.184 -51.4686 -115.85 + 59 347.004 643 3 0 -135.202 -51.45 -115.914 + 59 98.6114 192 2 1 -141.574 -44.0525 -144.45 + 59 48.426 191 2 1 -141.75 -44.0149 -144.733 + 59 22.7075 681 2 0 -142.634 -43.6683 -145.85 + 59 139.234 682 2 0 -142.68 -43.65 -145.908 + 59 123.485 96 1 1 -160.921 -36.0841 -174.45 + 59 143.86 716 1 0 -160.632 -36.7291 -175.85 + 59 91.6646 715 1 0 -160.598 -36.85 -176.08 + 59 77.4336 118 0 1 -156.51 -50.2076 -204.45 + 59 175.026 117 0 1 -156.55 -50.4013 -204.49 + 59 50.442 628 4 0 -120.877 -54.4355 -85.85 + 59 63.7771 627 4 0 -120.933 -54.45 -85.958 + 59 12.5837 492 7 1 -81.4626 -61.6798 5.5491 + 59 97.0333 493 7 1 -81.45 -61.6649 5.50207 + 59 202.365 594 7 0 -81.0406 -61.2372 4.14918 + 59 131.83 535 6 1 -72.8965 -53.9971 -24.4503 + 59 1.89542 632 6 0 -72.8317 -53.4537 -25.85 + 59 125.269 633 6 0 -72.8313 -53.45 -25.8596 + 59 124.417 547 5 1 -70.5043 -40.4121 -54.45 + 59 200.664 700 5 0 -70.2558 -40.026 -55.8507 + 59 66.4186 576 4 1 -64.6811 -33.1677 -84.4502 + 59 80.207 577 4 1 -64.65 -33.2198 -84.5556 + 59 33.6539 731 4 0 -64.2568 -33.8226 -85.8502 + 59 131.081 730 4 0 -64.2401 -33.85 -85.9042 + 59 58.5924 490 4 0 -103.613 -81.8846 -86.25 + 59 60.1271 489 4 0 -103.753 -82.0506 -86.174 + 59 173.883 488 4 0 -103.771 -82.2504 -86.0829 + 59 188.355 487 4 0 -103.76 -82.45 -85.9991 + 59 49.8716 486 4 0 -103.601 -82.65 -86.073 + 59 117.26 371 4 0 -145.973 -105.88 -86.25 + 59 127.198 370 4 0 -146.095 -105.95 -86.1077 + 59 254.785 168 4 1 -146.476 -105.84 -84.85 + 59 21.0916 699 1 1 -40.1682 27.4966 -174.45 Number of digits in this event = 55 Using G4ParticleGun ... -1.49671 LIN +9.18449 LIN e- -Event: 91 -Number of tracker hits in this event = 26 - 91 115.042 1394 10 1 98.9687 -44.903 95.55 - 91 123.728 675 10 0 98.972 -44.9059 94.15 - 91 110.86 1394 9 1 99.0331 -44.9504 65.55 - 91 103.994 675 9 0 99.0404 -44.9596 64.15 - 91 171.414 1395 8 1 99.2068 -45.1371 35.55 - 91 157.257 674 8 0 99.2111 -45.1419 34.15 - 91 168.269 1395 7 1 99.3169 -45.2578 5.55 - 91 169.828 673 7 0 99.3077 -45.2685 4.15 - 91 122.798 1394 6 1 99.1218 -45.4851 -24.45 - 91 145.791 672 6 0 99.1077 -45.4993 -25.85 - 91 163.956 1393 5 1 98.8257 -45.7907 -54.45 - 91 112.777 671 5 0 98.8159 -45.8074 -55.85 - 91 128.641 1392 4 1 98.6336 -46.1531 -84.45 - 91 134.562 669 4 0 98.6175 -46.1724 -85.85 - 91 138.415 1390 3 1 98.2842 -46.5461 -114.45 - 91 124.037 667 3 0 98.2705 -46.5675 -115.85 - 91 117.127 1389 2 1 97.9771 -46.9847 -144.45 - 91 101.225 665 2 0 97.9642 -47.0023 -145.85 - 91 101.376 1387 1 1 97.6911 -47.3822 -174.45 - 91 112.144 663 1 0 97.6754 -47.402 -175.85 - 91 71.1678 1386 0 1 97.3527 -47.8144 -204.45 - 91 58.8013 1385 0 1 97.35 -47.8172 -204.641 - 91 172.554 661 0 0 97.3328 -47.8345 -205.85 - 91 177.556 1391 3 1 98.35 -46.5622 -114.762 - 91 11.237 560 3 0 113.919 -67.8717 -116.25 - 91 11.3227 561 3 0 113.95 -67.85 -116.242 -Number of digits in this event = 15 +Event: 60 +Number of tracker hits in this event = 44 + 60 120.07 739 11 1 -32.1742 -48.5669 125.55 + 60 110.565 657 11 0 -32.1737 -48.5665 124.15 + 60 126.786 739 10 1 -32.1662 -48.5545 95.55 + 60 130.275 657 10 0 -32.1665 -48.5539 94.15 + 60 136.415 739 9 1 -32.1717 -48.5429 65.55 + 60 117.664 657 9 0 -32.1723 -48.5419 64.15 + 60 141.052 739 8 1 -32.1863 -48.5205 35.55 + 60 102.237 657 8 0 -32.1872 -48.5188 34.15 + 60 108.395 739 7 1 -32.206 -48.483 5.55 + 60 99.5832 657 7 0 -32.2066 -48.4823 4.15 + 60 117.658 739 6 1 -32.2114 -48.4672 -24.45 + 60 120.464 657 6 0 -32.2115 -48.4648 -25.85 + 60 122.968 739 5 1 -32.2143 -48.4168 -54.45 + 60 122.333 658 5 0 -32.2138 -48.414 -55.85 + 60 142.574 739 4 1 -32.2009 -48.3551 -84.45 + 60 126.526 658 4 0 -32.2002 -48.3507 -85.85 + 60 139.924 739 3 1 -32.1928 -48.2624 -114.45 + 60 114.48 658 3 0 -32.1928 -48.2582 -115.85 + 60 274.278 739 2 1 -32.194 -48.1686 -144.45 + 60 252.83 659 2 0 -32.1939 -48.1638 -145.85 + 60 231.2 739 1 1 -32.1807 -48.0591 -174.45 + 60 572.899 659 1 0 -32.1793 -48.0539 -175.85 + 60 167.476 739 0 1 -32.1519 -47.9466 -204.45 + 60 174.237 660 0 0 -32.1493 -47.9415 -205.85 + 60 23.7946 1304 0 0 52.9366 80.85 -206.024 + 60 15.8219 1163 0 1 52.6788 81.1123 -204.85 + 60 111.477 1162 0 1 52.65 81.1302 -204.801 + 60 236.067 1161 0 1 52.4496 81.2403 -204.76 + 60 120.326 738 0 1 -32.2719 -48.2478 -204.45 + 60 100.122 659 0 0 -32.2717 -48.2394 -205.85 + 60 241.533 658 1 0 -32.8558 -48.25 -175.975 + 60 88.0852 738 2 1 -32.25 -48.164 -144.59 + 60 29.8265 660 2 0 -32.7595 -47.8734 -145.85 + 60 95.8995 661 2 0 -32.791 -47.85 -145.943 + 60 11.8385 1150 2 0 -3.79739 50.1993 -146.25 + 60 51.2898 1151 2 0 -3.78121 50.25 -146.234 + 60 46.4332 1152 2 0 -3.75138 50.45 -146.15 + 60 46.8298 1153 2 0 -3.75883 50.65 -146.055 + 60 50.649 1154 2 0 -3.78207 50.85 -145.978 + 60 66.5013 1155 2 0 -3.80527 51.05 -145.916 + 60 95.5822 1156 2 0 -3.83804 51.25 -145.866 + 60 382.842 876 2 1 -4.74094 55.5915 -144.85 + 60 53.1786 877 2 1 -4.65 56.8351 -144.464 + 60 34.7499 878 2 1 -4.45 56.8413 -144.467 +Number of digits in this event = 24 Using G4ParticleGun ... -5.75398 LIN +7.0235 LIN e- -Event: 92 -Number of tracker hits in this event = 25 - 92 25.9628 1551 9 1 130.384 -35.2685 65.2391 - 92 160.567 723 9 0 130.384 -35.2684 64.15 - 92 200.924 1551 8 1 130.381 -35.2616 35.55 - 92 187.624 723 8 0 130.38 -35.261 34.15 - 92 162.996 1551 7 1 130.359 -35.2467 5.55 - 92 95.0498 724 7 0 130.357 -35.2453 4.15 - 92 120.208 1550 6 1 130.306 -35.2168 -24.45 - 92 113.735 724 6 0 130.305 -35.2158 -25.85 - 92 178.51 1550 5 1 130.278 -35.1853 -54.45 - 92 196.446 724 5 0 130.277 -35.1832 -55.85 - 92 108.11 1550 4 1 130.253 -35.1376 -84.45 - 92 210.158 724 4 0 130.253 -35.1361 -85.85 - 92 152.566 1550 3 1 130.235 -35.1084 -114.45 - 92 118.469 724 3 0 130.233 -35.1064 -115.85 - 92 230.406 1550 2 1 130.183 -35.061 -144.45 - 92 130.533 724 2 0 130.181 -35.0586 -145.85 - 92 173.445 1549 1 1 130.145 -35.0097 -174.45 - 92 128.683 725 1 0 130.143 -35.0083 -175.85 - 92 149.434 1549 0 1 130.095 -34.9942 -204.45 - 92 106.988 725 0 0 130.09 -34.9936 -205.85 - 92 102.448 1347 0 0 65.4976 89.4622 -206.25 - 92 182.965 1225 0 1 65.187 89.6315 -204.85 - 92 26.2526 1226 0 1 65.25 89.52 -204.532 - 92 26.8171 813 5 1 -17.25 -87.1104 -54.7409 - 92 124.083 349 5 0 75.1519 -110.181 -56.25 -Number of digits in this event = 19 +Event: 61 +Number of tracker hits in this event = 63 + 61 183.854 679 11 1 -44.1585 -67.7943 125.55 + 61 125.572 561 11 0 -44.1582 -67.7953 124.15 + 61 120.698 679 10 1 -44.1522 -67.8114 95.55 + 61 122.628 561 10 0 -44.1506 -67.8127 94.15 + 61 126.613 679 9 1 -44.1225 -67.8381 65.55 + 61 113.892 561 9 0 -44.1217 -67.8402 64.15 + 61 133.444 679 8 1 -44.1057 -67.8748 35.55 + 61 165.032 560 8 0 -44.1049 -67.8748 34.15 + 61 114.804 679 7 1 -44.0914 -67.8764 5.55 + 61 130.74 560 7 0 -44.0933 -67.8803 4.15 + 61 103.894 679 6 1 -44.1249 -67.9671 -24.45 + 61 164.171 560 6 0 -44.1248 -67.9707 -25.85 + 61 244.682 679 5 1 -44.0964 -68.0017 -54.45 + 61 467.267 560 5 0 -44.1099 -68.0034 -55.85 + 61 132.059 678 4 1 -44.396 -68.0781 -84.45 + 61 155.66 559 4 0 -44.4121 -68.0862 -85.85 + 61 132.617 676 3 1 -44.7115 -68.1967 -114.45 + 61 125.071 559 3 0 -44.7179 -68.1885 -115.85 + 61 122.384 676 2 1 -44.804 -67.9562 -144.45 + 61 162.644 560 2 0 -44.8018 -67.9485 -145.85 + 61 133.616 676 1 1 -44.7678 -67.8288 -174.45 + 61 218.557 561 1 0 -44.7633 -67.8072 -175.85 + 61 164.72 677 0 1 -44.6447 -67.3815 -204.45 + 61 128.715 563 0 0 -44.6491 -67.3562 -205.85 + 61 162.531 677 4 1 -44.4501 -68.1086 -84.5913 + 61 358.224 676 4 1 -44.6501 -68.3871 -84.6148 + 61 488.112 1508 4 1 121.874 95.1372 -84.45 + 61 68.2591 1507 4 1 121.75 95.1197 -84.4581 + 61 20.4164 678 5 1 -44.3793 -68.0701 -54.45 + 61 134.597 677 5 1 -44.4501 -68.0952 -54.5158 + 61 48.8139 676 5 1 -44.65 -68.0461 -54.7259 + 61 163.7 561 5 0 -46.7061 -67.85 -56.1893 + 61 83.405 630 5 0 29.0939 -53.8991 -56.25 + 61 9.91306 631 5 0 29.3434 -53.85 -56.2345 + 61 24.0949 874 5 0 132.787 -5.08165 -56.25 + 61 252.283 875 5 0 132.828 -5.05 -56.2241 + 61 24.5361 876 5 0 133.299 -4.84987 -56.2418 + 61 185.414 1078 5 0 164.027 35.6994 -56.25 + 61 139.488 667 4 1 -46.5475 -63.1496 -84.45 + 61 120.157 584 4 0 -46.8864 -63.114 -85.8502 + 61 102.831 630 3 1 -53.9123 -61.0347 -114.45 + 61 97.0177 629 3 1 -54.05 -60.9763 -114.676 + 61 4.29934 596 3 0 -54.6679 -60.6551 -115.85 + 61 111.968 597 3 0 -54.6776 -60.65 -115.869 + 61 144.267 563 2 1 -67.3318 -54.3726 -144.45 + 61 4.28781 562 2 1 -67.4504 -54.2741 -144.825 + 61 19.2153 629 2 0 -67.7361 -54.0605 -145.85 + 61 199.938 630 2 0 -67.7508 -54.05 -145.903 + 61 124.826 543 1 1 -71.3051 -51.5404 -174.45 + 61 78.2784 544 1 1 -71.25 -51.5397 -174.657 + 61 118.787 642 1 0 -70.9795 -51.5663 -175.85 + 61 57.052 568 0 1 -66.3526 -50.7943 -204.45 + 61 91.1387 567 0 1 -66.45 -50.8543 -204.558 + 61 92.7341 566 0 1 -66.65 -50.9526 -204.747 + 61 105.024 643 0 0 -67.521 -51.2674 -205.85 + 61 44.4135 764 5 0 -43.5676 -27.1301 -56.25 + 61 65.7956 765 5 0 -43.5896 -27.05 -56.2163 + 61 13.0072 891 5 0 -78.6104 -1.83529 -56.25 + 61 257.978 890 5 0 -78.6194 -1.85 -56.2318 + 61 23.4768 1068 0 1 33.65 -35.6076 -204.52 + 61 152.735 846 1 1 -10.7988 -119.676 -174.45 + 61 212.271 845 1 1 -10.8501 -119.931 -174.509 + 61 215.132 1324 3 1 84.8607 -35.9024 -114.45 +Number of digits in this event = 40 Using G4ParticleGun ... -6.92055 LIN +1.90421 LIN e- -Event: 93 -Number of tracker hits in this event = 53 - 93 107.737 707 10 1 -38.4533 -85.5881 95.55 - 93 111.753 472 10 0 -38.4529 -85.5881 94.15 - 93 123.724 708 9 1 -38.4466 -85.5842 65.55 - 93 182.151 472 9 0 -38.4472 -85.585 64.15 - 93 140.055 707 8 1 -38.4616 -85.5998 35.55 - 93 250.093 472 8 0 -38.4603 -85.6011 34.15 - 93 122.616 708 7 1 -38.4296 -85.6295 5.55 - 93 209.172 472 7 0 -38.4283 -85.6301 4.15 - 93 120.753 708 6 1 -38.3991 -85.6405 -24.45 - 93 128.695 472 6 0 -38.3988 -85.642 -25.85 - 93 390.485 708 5 1 -38.3909 -85.6708 -54.45 - 93 179.868 471 5 0 -38.3897 -85.6728 -55.85 - 93 254.417 708 4 1 -38.3655 -85.7176 -84.45 - 93 97.7826 471 4 0 -38.3682 -85.7133 -85.85 - 93 266.284 708 3 1 -38.4245 -85.626 -114.45 - 93 148.043 472 3 0 -38.4266 -85.6215 -115.85 - 93 126.76 707 2 1 -38.4721 -85.5213 -144.45 - 93 106.132 472 2 0 -38.4776 -85.5161 -145.85 - 93 122.281 707 1 1 -38.5854 -85.3603 -174.45 - 93 119.955 473 1 0 -38.589 -85.3517 -175.85 - 93 125.19 706 0 1 -38.6566 -85.1671 -204.45 - 93 118.777 474 0 0 -38.6635 -85.1578 -205.85 - 93 61.015 156 1 0 46.1769 -148.86 -176.25 - 93 129.33 354 4 0 -20.0867 -109.157 -86.25 - 93 24.853 806 4 1 -18.7187 -109.777 -84.85 - 93 100.09 807 4 1 -18.65 -109.816 -84.7708 - 93 76.7548 808 4 1 -18.4498 -109.92 -84.596 - 93 113.532 809 4 1 -18.2498 -109.986 -84.5252 - 93 183.612 650 3 0 91.3468 -50.05 -116.094 - 93 189.86 315 4 0 -31.8012 -117.081 -86.25 - 93 387.277 741 4 1 -31.657 -116.879 -84.85 - 93 42.3952 423 2 0 -44.3349 -95.512 -146.25 - 93 106.883 422 2 0 -44.3005 -95.55 -146.212 - 93 242.561 472 5 0 -38.3654 -85.6336 -55.85 - 93 187.763 707 4 1 -38.4681 -85.1949 -84.45 - 93 84.649 474 4 0 -38.4887 -85.1744 -85.85 - 93 114.824 705 3 1 -38.9595 -84.7326 -114.45 - 93 108.657 476 3 0 -38.9893 -84.713 -115.85 - 93 143.492 702 2 1 -39.6392 -84.2821 -144.45 - 93 119.135 479 2 0 -39.6626 -84.2173 -145.85 - 93 129.146 699 1 1 -40.1938 -83.0251 -174.45 - 93 267.112 485 1 0 -40.3047 -82.9715 -175.85 - 93 204.458 686 0 1 -42.6614 -82.1925 -204.45 - 93 108.456 488 0 0 -42.8191 -82.303 -205.85 - 93 105.264 475 4 0 -38.2806 -85.0296 -85.85 - 93 132.384 479 3 0 -38.3164 -84.0859 -115.85 - 93 30.2793 480 3 0 -38.3124 -84.05 -116.15 - 93 122.122 710 2 1 -38.009 -80.7484 -144.45 - 93 118.493 497 2 0 -38.0125 -80.5471 -145.85 - 93 258.912 709 1 1 -38.0537 -76.5544 -174.45 - 93 103.685 518 1 0 -38.0591 -76.3385 -175.85 - 93 177.273 710 0 1 -37.9749 -71.852 -204.45 - 93 139.824 542 0 0 -37.9573 -71.6371 -205.85 -Number of digits in this event = 33 +Event: 62 +Number of tracker hits in this event = 166 + 62 129.837 688 11 1 -42.2949 -4.12243 125.55 + 62 170.659 879 11 0 -42.2898 -4.11884 124.15 + 62 169.197 689 10 1 -42.1901 -4.0628 95.55 + 62 150.741 879 10 0 -42.1854 -4.06044 94.15 + 62 269.288 689 9 1 -42.1156 -4.00782 65.55 + 62 249.175 880 9 0 -42.1086 -4.00005 64.15 + 62 103.543 690 8 1 -41.9716 -3.84487 35.55 + 62 115.656 881 8 0 -41.9661 -3.83734 34.15 + 62 352.784 691 7 1 -41.8342 -3.67669 5.55 + 62 229.943 881 7 0 -41.8282 -3.66248 4.15 + 62 125.166 691 6 1 -41.7021 -3.39272 -24.45 + 62 99.8134 883 6 0 -41.6967 -3.37286 -25.85 + 62 404.026 692 5 1 -41.5963 -2.95881 -54.45 + 62 128.458 885 5 0 -41.5852 -2.93888 -55.85 + 62 119.654 693 4 1 -41.362 -2.53527 -84.45 + 62 214.799 887 4 0 -41.3553 -2.51821 -85.85 + 62 146.136 694 3 1 -41.2257 -2.18904 -114.45 + 62 106.215 889 3 0 -41.2204 -2.17146 -115.85 + 62 148.684 694 2 1 -41.1039 -1.81402 -144.45 + 62 116.108 891 2 0 -41.0983 -1.79358 -145.85 + 62 257.008 695 1 1 -40.9972 -1.40076 -174.45 + 62 109.807 893 1 0 -40.9876 -1.38143 -175.85 + 62 144.133 696 0 1 -40.7592 -0.988185 -204.45 + 62 136.036 895 0 0 -40.6031 -0.900644 -205.85 + 62 77.4396 1098 11 1 39.7714 -129.25 125.15 + 62 210.288 693 5 1 -41.4497 -3.2656 -54.694 + 62 22.848 694 5 1 -41.25 -3.37834 -54.8154 + 62 36.6646 878 5 0 -38.8789 -4.40578 -55.85 + 62 153.335 877 5 0 -38.8026 -4.45 -55.8887 + 62 41.9482 691 5 1 -41.65 -3.40581 -54.7129 + 62 125.573 884 5 0 -42.2075 -3.15374 -55.8503 + 62 68.2475 694 1 1 -41.0615 -1.8329 -174.45 + 62 80.6183 895 1 0 -41.2223 -1.04274 -175.85 + 62 67.9751 896 1 0 -41.2901 -0.85 -176.043 + 62 153.463 897 1 0 -41.4953 -0.65 -176.09 + 62 58.4867 898 1 0 -41.6752 -0.45 -176.137 + 62 69.2506 899 1 0 -41.7176 -0.249802 -176.173 + 62 262.029 900 1 0 -41.6022 0.05 -176.197 + 62 118.463 901 1 0 -41.4761 0.25 -176.082 + 62 329.277 682 1 1 -43.5073 1.6959 -174.85 + 62 138.32 690 9 1 -42.05 -4.02196 65.4065 + 62 136.302 878 9 0 -41.3574 -4.40705 64.1498 + 62 102.782 668 8 1 -46.4411 -3.40713 35.5494 + 62 36.2064 667 8 1 -46.45 -3.37945 35.4021 + 62 188.689 882 8 0 -45.5254 -3.56958 34.15 + 62 78.4364 883 8 0 -45.0495 -3.44974 33.8985 + 62 6.72813 717 8 1 -36.6447 -1.7205 35.55 + 62 129.958 716 8 1 -36.65 -1.70021 35.5319 + 62 15.0858 897 8 0 -37.0648 -0.48347 34.15 + 62 101.693 898 8 0 -37.0758 -0.44984 34.1079 + 62 27.3838 899 8 0 -37.1428 -0.249839 33.821 + 62 52.7879 684 7 1 -43.0811 17.174 5.55 + 62 104.214 683 7 1 -43.25 17.1752 5.48924 + 62 56.9748 682 7 1 -43.45 17.1674 5.41438 + 62 70.4423 681 7 1 -43.65 17.1763 5.36717 + 62 92.5866 680 7 1 -43.85 17.2069 5.34743 + 62 46.3492 679 7 1 -44.0502 17.2276 5.33927 + 62 55.6755 678 7 1 -44.25 17.2238 5.32119 + 62 48.294 677 7 1 -44.45 17.1603 5.26864 + 62 51.8981 676 7 1 -44.65 17.0872 5.21699 + 62 68.2467 675 7 1 -44.85 16.9981 5.21083 + 62 47.1832 674 7 1 -45.05 16.9102 5.19248 + 62 139.168 673 7 1 -45.25 16.8278 5.18128 + 62 116.386 672 7 1 -45.4501 16.7603 5.17018 + 62 229.722 977 7 0 -50.4038 15.5129 4.1499 + 62 187.193 976 7 0 -51.0228 15.45 3.96167 + 62 192.55 189 6 1 -142.232 18.5053 -24.45 + 62 58.8762 190 6 1 -142.15 18.8002 -24.6706 + 62 16.8789 996 6 0 -141.742 19.4164 -25.85 + 62 133.02 997 6 0 -141.719 19.45 -25.9127 + 62 32.5556 1437 6 0 -37.8657 107.645 -26.2498 + 62 11.9042 969 7 0 -50.3028 14.05 4.03771 + 62 193.148 880 7 0 -41.5701 -3.86577 4.15 + 62 28.0785 715 6 1 -36.8758 -6.10921 -24.4511 + 62 89.2576 716 6 1 -36.85 -6.09322 -24.5589 + 62 349.072 870 6 0 -36.5502 -5.93805 -25.85 + 62 93.9496 745 5 1 -30.9466 -4.67224 -54.45 + 62 8.67384 746 5 1 -30.85 -4.5347 -54.8212 + 62 114.219 879 5 0 -30.6524 -4.15923 -55.85 + 62 21.4567 880 5 0 -30.5946 -4.05 -56.1428 + 62 59.157 780 4 1 -23.8585 7.10179 -84.45 + 62 64.0111 781 4 1 -23.85 7.20002 -84.6259 + 62 58.8829 939 4 0 -23.6245 7.96848 -85.85 + 62 83.8331 940 4 0 -23.5995 8.05 -85.9819 + 62 93.7802 800 3 1 -19.9369 24.756 -114.45 + 62 59.7351 801 3 1 -19.85 24.7946 -114.489 + 62 55.5402 802 3 1 -19.6498 24.865 -114.569 + 62 81.2123 803 3 1 -19.45 24.9403 -114.662 + 62 34.5621 804 3 1 -19.25 25.0665 -114.804 + 62 77.0815 1031 3 0 -17.45 26.3117 -115.85 + 62 138.31 1032 3 0 -17.2566 26.45 -115.966 + 62 51.9879 1033 3 0 -16.927 26.6501 -116.171 + 62 40.5422 1033 2 1 26.711 50.8983 -144.45 + 62 58.155 1034 2 1 26.85 50.9781 -144.464 + 62 35.1196 1035 2 1 27.1423 51.06 -144.45 + 62 81.1433 1036 2 1 27.2503 51.0661 -144.48 + 62 137.06 1037 2 1 27.4502 51.0927 -144.555 + 62 48.5568 1038 2 1 27.6503 51.1175 -144.667 + 62 63.5393 1039 2 1 27.85 51.1293 -144.752 + 62 66.0458 1040 2 1 28.05 51.1817 -144.787 + 62 51.4369 1041 2 1 28.25 51.2824 -144.806 + 62 68.2515 1042 2 1 28.45 51.3236 -144.777 + 62 55.852 1043 2 1 28.65 51.3683 -144.728 + 62 83.4544 1044 2 1 28.8503 51.4514 -144.685 + 62 56.2463 1045 2 1 29.05 51.5555 -144.624 + 62 75.2257 1046 2 1 29.25 51.6709 -144.596 + 62 50.7182 1047 2 1 29.45 51.7583 -144.661 + 62 67.0915 1048 2 1 29.65 51.7757 -144.68 + 62 98.4607 1049 2 1 29.85 51.7854 -144.719 + 62 49.8588 1050 2 1 30.0502 51.811 -144.786 + 62 89.9685 1051 2 1 30.25 51.842 -144.812 + 62 38.2657 1052 2 1 30.45 51.9727 -144.831 + 62 17.9231 1165 2 0 32.3997 53.2149 -145.85 + 62 400.233 1166 2 0 32.4506 53.25 -145.87 + 62 331.198 1167 2 0 32.9571 53.45 -146.102 + 62 202.111 1188 2 0 114.551 57.8193 -146.25 + 62 138.957 1187 2 0 115.073 57.65 -146.222 + 62 166.459 1186 2 0 115.287 57.45 -146.167 + 62 3.03399 1031 2 1 26.45 48.6018 -144.69 + 62 63.1597 972 2 1 14.6091 42.373 -144.45 + 62 144.644 971 2 1 14.45 42.3538 -144.59 + 62 29.4282 970 2 1 14.25 42.302 -144.796 + 62 264.382 1110 2 0 13.1384 42.0832 -145.85 + 62 39.5261 923 2 0 -5.3867 4.69039 -146.25 + 62 70.5807 922 2 0 -5.40153 4.64919 -146.231 + 62 60.6456 921 2 0 -5.38381 4.44989 -146.074 + 62 99.9106 920 2 0 -5.32369 4.25 -145.993 + 62 85.0672 919 2 0 -5.29402 4.05 -145.954 + 62 78.8562 918 2 0 -5.22086 3.85 -146.007 + 62 66.0279 917 2 0 -5.03513 3.65 -146.027 + 62 61.1203 916 2 0 -4.88781 3.45 -146.142 + 62 364.315 681 6 1 -43.6934 -5.92128 -24.45 + 62 135.594 682 6 1 -43.65 -5.95405 -24.8013 + 62 194.934 705 5 1 -39.0162 -7.27058 -54.45 + 62 28.8931 860 5 0 -39.0184 -8.01832 -55.85 + 62 101.741 859 5 0 -39.0176 -8.05 -55.9105 + 62 191.897 702 4 1 -39.4993 -23.088 -84.45 + 62 50.1419 701 4 1 -39.65 -23.2805 -84.7416 + 62 14.8194 780 4 0 -40.2174 -24.0266 -85.85 + 62 277.914 779 4 0 -40.2353 -24.05 -85.8851 + 62 10.3725 778 4 0 -40.4105 -24.25 -86.2059 + 62 127.54 600 3 1 -59.9746 -41.6786 -114.45 + 62 63.2289 689 3 0 -60.2089 -42.1588 -115.85 + 62 58.8287 688 3 0 -60.2255 -42.25 -116.055 + 62 148.227 608 2 1 -58.2625 -47.4753 -144.45 + 62 72.7177 659 2 0 -58.9127 -48.0873 -145.85 + 62 85.0379 658 2 0 -59.0402 -48.2504 -146.012 + 62 102.936 703 4 1 -39.45 -23.0938 -84.5373 + 62 145.142 784 4 0 -39.473 -23.1657 -85.85 + 62 83.2356 943 4 0 -49.811 8.6666 -86.2496 + 62 62.3082 944 4 0 -49.9354 8.85 -86.1454 + 62 21.1944 945 4 0 -49.9758 9.05009 -86.2469 + 62 210.158 706 5 1 -38.85 -7.34741 -54.5478 + 62 131.159 707 5 1 -38.6497 -7.66109 -54.6912 + 62 89.4289 708 5 1 -38.45 -7.97027 -54.7644 + 62 3.194 831 5 0 -37.2366 -13.7671 -55.85 + 62 15.9844 682 5 1 -43.5917 -10.2203 -54.85 + 62 65.2122 681 5 1 -43.65 -10.186 -54.8369 + 62 102.133 680 5 1 -43.8502 -9.99172 -54.762 + 62 59.2102 679 5 1 -44.0503 -9.83242 -54.6065 + 62 220.651 865 6 0 -43.5913 -6.87803 -25.8502 + 62 125.473 864 6 0 -43.5588 -7.05004 -26.0711 + 62 63.2236 683 6 1 -43.45 -6.45238 -24.6382 + 62 45.3384 684 6 1 -43.2499 -6.45584 -24.7583 + 62 21.1684 783 6 0 -24.3931 -23.4365 -26.25 + 62 370.586 782 6 0 -24.3907 -23.45 -26.234 +Number of digits in this event = 60 Using G4ParticleGun ... -4.92547 LIN +5.41406 LIN e- -Event: 94 -Number of tracker hits in this event = 24 - 94 188.753 959 9 1 11.9497 -130.907 65.55 - 94 110.488 246 9 0 11.9514 -130.907 64.15 - 94 149.62 959 8 1 11.9903 -130.927 35.55 - 94 134.241 246 8 0 11.9905 -130.928 34.15 - 94 104.873 959 7 1 11.9932 -130.946 5.55 - 94 148.591 246 7 0 11.9932 -130.947 4.15 - 94 99.1195 959 6 1 12.0012 -130.955 -24.45 - 94 124.471 245 6 0 12.0018 -130.954 -25.85 - 94 213.838 959 5 1 12.0162 -130.94 -54.45 - 94 172.665 246 5 0 12.0156 -130.939 -55.85 - 94 116.895 959 4 1 11.9949 -130.939 -84.45 - 94 134.952 246 4 0 11.9914 -130.941 -85.85 - 94 101.512 959 3 1 11.9201 -130.99 -114.45 - 94 116.605 245 3 0 11.9168 -130.992 -115.85 - 94 269.186 958 2 1 11.8493 -131.031 -144.45 - 94 130.183 245 2 0 11.8463 -131.034 -145.85 - 94 124.962 958 1 1 11.7841 -131.093 -174.45 - 94 229.518 245 1 0 11.7809 -131.096 -175.85 - 94 99.2156 958 0 1 11.722 -131.153 -204.45 - 94 151.803 244 0 0 11.7215 -131.156 -205.85 - 94 89.5538 959 2 1 11.8637 -131.046 -144.45 - 94 62.4434 960 2 1 12.05 -131.17 -144.685 - 94 90.3076 241 2 0 13.0075 -131.793 -145.85 - 94 51.8212 240 2 0 13.2394 -131.95 -146.102 -Number of digits in this event = 15 +Event: 63 +Number of tracker hits in this event = 47 + 63 103.812 1471 10 0 -19.8229 114.52 94.15 + 63 93.6675 801 9 1 -19.8222 114.519 65.55 + 63 132.703 1471 9 0 -19.8215 114.521 64.15 + 63 101.683 801 8 1 -19.8097 114.555 35.55 + 63 187.95 1472 8 0 -19.8148 114.573 34.15 + 63 127.7 800 7 1 -19.9847 114.944 5.55 + 63 147.308 1474 7 0 -19.9759 114.959 4.15 + 63 124.487 801 6 1 -19.6704 115.227 -24.45 + 63 113.22 1475 6 0 -19.6568 115.229 -25.85 + 63 108.851 802 5 1 -19.5105 115.019 -54.45 + 63 172.815 1474 5 0 -19.5989 114.978 -55.85 + 63 114.197 792 4 1 -21.5929 114.105 -84.45 + 63 11.4207 791 4 1 -21.65 114.085 -84.7923 + 63 147.849 1469 4 0 -21.8262 114.031 -85.85 + 63 44.3945 764 3 1 -27.2054 113.822 -114.45 + 63 72.207 763 3 1 -27.25 113.831 -114.582 + 63 49.6588 1468 3 0 -27.6573 113.938 -115.85 + 63 199.999 1469 3 0 -27.7058 113.95 -115.99 + 63 19.9017 717 2 1 -36.638 115.876 -144.45 + 63 91.1126 716 2 1 -36.65 115.896 -144.536 + 63 115.374 1480 2 0 -36.8632 116.198 -145.85 + 63 167.565 691 1 1 -41.7793 122.517 -174.45 + 63 148.857 1512 1 0 -41.8559 122.67 -175.851 + 63 65.4993 677 0 1 -44.5484 126.445 -204.45 + 63 54.983 676 0 1 -44.65 126.4 -204.69 + 63 54.3489 1530 0 0 -45.1519 126.181 -205.85 + 63 95.0308 1529 0 0 -45.2229 126.15 -206.015 + 63 102.75 793 4 1 -21.4353 114.115 -84.45 + 63 38.0331 794 4 1 -21.25 114.064 -84.7649 + 63 7.72264 1468 4 0 -20.7078 113.757 -85.85 + 63 155.039 1467 4 0 -20.6945 113.75 -85.8768 + 63 31.1182 1483 7 0 -18.1387 116.75 4.01689 + 63 7.37835 852 7 1 -9.65 133.561 5.16938 + 63 241.288 853 7 1 -9.45 133.938 5.20635 + 63 260.583 1563 9 0 156.291 132.776 63.75 + 63 31.1073 1518 10 1 123.95 132.924 95.2872 + 63 67.7075 1562 9 0 156.437 132.75 63.889 + 63 35.3846 1473 1 0 -19.6624 114.777 -176.184 + 63 132.532 805 0 1 -18.9965 114.677 -204.45 + 63 121.044 1472 0 0 -19.0267 114.659 -205.85 + 63 12.1458 1403 0 0 -53.5511 100.95 -206.227 + 63 215.242 806 0 1 -18.7547 111.39 -204.45 + 63 55.6024 1451 0 0 -18.6306 110.432 -205.85 + 63 126.582 1450 0 0 -18.6243 110.35 -205.973 + 63 46.9922 807 0 1 -18.4785 109.923 -204.85 + 63 36.8651 1447 0 0 -18.3541 109.59 -205.85 + 63 61.0469 814 0 1 -17.0782 109.408 -204.85 +Number of digits in this event = 20 Using G4ParticleGun ... -1.6854 LIN +4.89354 LIN e- -Event: 95 -Number of tracker hits in this event = 62 - 95 110.569 1488 9 1 117.921 -64.9224 65.55 - 95 131.508 575 9 0 117.92 -64.9289 64.15 - 95 112.873 1488 8 1 117.915 -65.0472 35.55 - 95 250.324 574 8 0 117.916 -65.0551 34.15 - 95 132.116 1488 7 1 117.918 -65.1925 5.55 - 95 107.687 574 7 0 117.919 -65.1931 4.15 - 95 101.053 1488 6 1 117.934 -65.1848 -24.45 - 95 109.86 574 6 0 117.926 -65.1738 -25.85 - 95 174.869 1488 5 1 117.806 -64.9428 -54.45 - 95 198.872 575 5 0 117.809 -64.9351 -55.85 - 95 128.49 1488 4 1 117.806 -64.7622 -84.45 - 95 108.544 576 4 0 117.808 -64.7495 -85.85 - 95 123.513 1488 3 1 117.887 -64.5051 -114.45 - 95 116.019 577 3 0 117.872 -64.5027 -115.85 - 95 139.149 1487 2 1 117.658 -64.3566 -144.45 - 95 241.041 578 2 0 117.674 -64.3658 -145.85 - 95 116.866 1488 1 1 117.886 -64.679 -174.45 - 95 124.178 576 1 0 117.842 -64.6949 -175.85 - 95 577.337 1484 0 1 116.962 -64.9804 -204.45 - 95 732.153 575 0 0 116.923 -64.982 -205.85 - 95 171.18 1487 5 1 117.75 -64.9215 -54.4671 - 95 164.604 1486 5 1 117.55 -64.9369 -54.786 - 95 394.254 1485 2 1 117.31 -64.0154 -144.45 - 95 225.006 580 2 0 117.3 -64.0044 -145.85 - 95 306.327 1483 1 1 116.86 -63.8901 -174.45 - 95 144.141 580 1 0 116.853 -63.9573 -175.85 - 95 109.08 572 0 0 117.038 -65.4613 -205.85 - 95 99.2672 577 1 0 116.805 -64.4608 -175.85 - 95 116.895 574 0 0 117.162 -65.05 -205.952 - 95 88.4834 576 0 0 117.396 -64.8499 -206.159 - 95 69.5311 582 0 0 93.5708 -63.5349 -206.25 - 95 87.6524 1485 0 1 117.15 -64.6291 -204.603 - 95 465.265 1486 0 1 117.35 -64.5842 -204.599 - 95 262.517 1489 6 1 117.968 -65.3192 -24.45 - 95 234.005 573 6 0 117.97 -65.3268 -25.85 - 95 205.118 1489 5 1 117.989 -65.5386 -54.45 - 95 134.678 572 5 0 117.995 -65.5452 -55.85 - 95 128.106 1489 4 1 118.131 -65.6832 -84.45 - 95 101.95 571 4 0 118.14 -65.6865 -85.85 - 95 114.586 1490 3 1 118.3 -65.7489 -114.45 - 95 105.636 571 3 0 118.299 -65.7562 -115.85 - 95 118.376 1490 2 1 118.295 -65.9131 -144.45 - 95 113.305 570 2 0 118.292 -65.9226 -145.85 - 95 149.338 1490 1 1 118.26 -66.1627 -174.45 - 95 105.009 569 1 0 118.239 -66.1772 -175.85 - 95 124.111 1488 0 1 117.924 -66.6753 -204.45 - 95 175.255 566 0 0 117.888 -66.6992 -205.85 - 95 244.289 393 1 0 -11.8007 -101.431 -176.25 - 95 114.469 574 5 0 117.977 -65.2118 -55.85 - 95 255.152 1490 4 1 118.214 -65.1572 -84.45 - 95 176.613 574 4 0 118.25 -65.2226 -85.85 - 95 123.22 1493 3 1 118.785 -66.4207 -114.45 - 95 36.7453 568 3 0 118.898 -66.4478 -115.85 - 95 86.8683 567 3 0 118.908 -66.45 -115.972 - 95 139.925 1503 2 1 120.825 -66.8764 -144.45 - 95 240.829 565 2 0 120.958 -66.8857 -145.85 - 95 142.908 1512 1 1 122.728 -67.4405 -174.451 - 95 116.554 562 1 0 122.763 -67.4507 -175.85 - 95 125.019 1517 0 1 123.647 -67.4306 -204.45 - 95 121.402 563 0 0 123.75 -67.4311 -205.85 - 95 55.1325 553 1 0 122.377 -69.4364 -175.85 - 95 289.281 552 1 0 122.372 -69.45 -175.862 -Number of digits in this event = 39 +Event: 64 +Number of tracker hits in this event = 38 + 64 148.32 288 9 1 -122.535 -45.9508 65.55 + 64 154.729 670 9 0 -122.534 -45.9504 64.15 + 64 109.373 288 8 1 -122.502 -45.9403 35.55 + 64 177.349 670 8 0 -122.501 -45.939 34.15 + 64 153.022 288 7 1 -122.47 -45.9133 5.55 + 64 128.423 670 7 0 -122.468 -45.9095 4.15 + 64 111.162 288 6 1 -122.428 -45.8353 -24.45 + 64 127.315 671 6 0 -122.426 -45.8319 -25.85 + 64 113.962 288 5 1 -122.382 -45.766 -54.45 + 64 127.933 671 5 0 -122.377 -45.7706 -55.85 + 64 181.137 289 4 1 -122.28 -45.8553 -84.45 + 64 156.533 670 4 0 -122.266 -45.862 -85.85 + 64 468.793 290 3 1 -121.991 -46.024 -114.45 + 64 125.746 670 3 0 -121.981 -46.0338 -115.85 + 64 111.243 291 2 1 -121.811 -46.2375 -144.45 + 64 136.182 669 2 0 -121.805 -46.2468 -145.85 + 64 92.6171 292 1 1 -121.66 -46.436 -174.45 + 64 132.899 668 1 0 -121.653 -46.4452 -175.85 + 64 124.577 293 0 1 -121.507 -46.6155 -204.45 + 64 123.685 667 0 0 -121.506 -46.6059 -205.85 + 64 102.72 291 3 1 -121.95 -46.0212 -114.59 + 64 373.794 671 4 0 -122.221 -45.8498 -86.1028 + 64 302.25 295 4 1 -120.989 -44.1682 -84.8499 + 64 121.666 296 4 1 -120.95 -43.7241 -84.4789 + 64 131.353 288 4 1 -122.35 -45.712 -84.5906 + 64 50.5193 672 4 0 -123.952 -45.65 -85.9528 + 64 370.679 277 4 1 -124.595 -44.2159 -84.85 + 64 391.626 289 0 1 -122.231 -45.405 -204.45 + 64 273.239 673 0 0 -122.23 -45.4047 -205.85 + 64 56.3966 692 4 1 -41.5419 -86.3992 -84.85 + 64 31.4215 687 0 0 -138.388 -42.5883 -206.25 + 64 243.371 207 0 1 -138.725 -42.5655 -204.85 + 64 20.7929 206 0 1 -138.75 -42.6028 -204.778 + 64 312.999 671 1 0 -12.5352 -45.781 -176.25 + 64 15.5322 672 1 0 -12.3709 -45.65 -176.239 + 64 5.61697 670 1 0 -12.5413 -45.85 -176.068 + 64 26.1788 0 4 1 -180.066 92.2784 -84.85 + 64 58.116 396 6 1 -100.75 -16.0447 -24.5912 +Number of digits in this event = 26 Using G4ParticleGun ... -8.91921 LIN +9.20101 LIN e- -Event: 96 -Number of tracker hits in this event = 102 - 96 163.12 646 10 1 -50.8219 70.69 95.55 - 96 114.7 1253 10 0 -50.822 70.6914 94.15 - 96 107.188 646 9 1 -50.8266 70.7138 65.55 - 96 157.36 1253 9 0 -50.8276 70.7163 64.15 - 96 147.118 646 8 1 -50.8474 70.7691 35.55 - 96 122.758 1253 8 0 -50.8471 70.7748 34.15 - 96 127.297 646 7 1 -50.8466 70.8893 5.55 - 96 124.41 1254 7 0 -50.8471 70.8941 4.15 - 96 122.347 645 6 1 -50.8584 70.9947 -24.45 - 96 107.27 1254 6 0 -50.8588 70.9996 -25.85 - 96 221.616 645 5 1 -50.8701 71.102 -54.45 - 96 116.78 1255 5 0 -50.8691 71.1071 -55.85 - 96 321.503 646 4 1 -50.8478 71.2122 -84.45 - 96 223.101 1255 4 0 -50.8471 71.2165 -85.85 - 96 124.783 646 3 1 -50.8323 71.3025 -114.45 - 96 95.1736 1256 3 0 -50.8332 71.3078 -115.85 - 96 187.286 645 2 1 -50.8528 71.4189 -144.45 - 96 123.388 1256 2 0 -50.8529 71.4229 -145.85 - 96 356.633 645 1 1 -50.8596 71.5032 -174.45 - 96 310.801 1257 1 0 -50.8595 71.5078 -175.85 - 96 242.286 645 0 1 -50.858 71.6051 -204.45 - 96 117.067 1257 0 0 -50.8584 71.6154 -205.85 - 96 88.1055 1068 8 1 33.7214 160.499 35.15 - 96 64.6022 1704 8 0 32.5889 161.03 34.1498 - 96 63.9829 1056 8 1 31.3337 161.08 35.15 - 96 21.4402 1400 10 0 -15.6186 100.322 93.75 - 96 179.529 1401 10 0 -15.6509 100.35 93.8076 - 96 74.9983 814 10 1 -17.078 100.972 95.1502 - 96 53.3821 813 10 1 -17.25 101.039 95.3651 - 96 8.06322 931 4 0 -144.303 6.39871 -86.25 - 96 73.1165 175 4 1 -144.983 5.6027 -84.8498 - 96 237.91 176 4 1 -144.95 5.60216 -84.7301 - 96 58.6331 1023 0 0 -140.077 24.8237 -206.25 - 96 87.0781 1488 2 0 -56.8134 117.93 -146.25 - 96 126.274 1258 0 0 -50.8722 71.6852 -205.85 - 96 53.1569 1256 1 0 -50.8591 71.45 -176.065 - 96 334.886 646 0 1 -50.6731 70.2477 -204.45 - 96 123.51 1250 0 0 -50.603 70.1515 -205.85 - 96 147.069 1119 3 1 43.9169 175.408 -114.45 - 96 21.7109 1118 3 1 43.85 175.45 -114.52 - 96 8.73967 651 0 1 -49.7133 40.8018 -204.45 - 96 49.3763 1129 0 0 -36.3523 45.85 -206.175 - 96 337.488 646 5 1 -50.7994 70.6458 -54.4502 - 96 96.108 1250 5 0 -50.6441 70.15 -55.85 - 96 28.0588 1249 5 0 -50.6042 70.05 -56.1752 - 96 16.3588 660 4 1 -48.0162 61.9267 -84.45 - 96 94.0607 659 4 1 -48.05 61.9272 -84.4932 - 96 37.9686 658 4 1 -48.25 61.9267 -84.7513 - 96 151.686 1209 4 0 -49.086 61.8862 -85.85 - 96 11.6134 562 3 1 -67.6185 59.2489 -114.45 - 96 79.5263 561 3 1 -67.65 59.2738 -114.475 - 96 131.865 560 3 1 -67.8503 59.429 -114.633 - 96 36.2479 559 3 1 -68.0502 59.5854 -114.776 - 96 97.5637 1203 3 0 -69.489 60.738 -115.85 - 96 124.472 1204 3 0 -69.6405 60.85 -115.953 - 96 58.2137 1205 3 0 -69.9177 61.05 -116.139 - 96 11.5271 348 2 1 -110.512 94.3143 -144.45 - 96 170.534 347 2 1 -110.55 94.3003 -144.48 - 96 34.2217 346 2 1 -110.75 94.1909 -144.729 - 96 157.491 1368 2 0 -111.665 93.8949 -145.85 - 96 44.8505 213 1 1 -137.513 89.0401 -174.45 - 96 92.7706 212 1 1 -137.55 89.099 -174.563 - 96 41.0222 1348 1 0 -137.875 89.778 -175.85 - 96 75.6503 1349 1 0 -137.917 89.85 -176 - 96 155.956 632 5 1 -53.5173 -101.305 -54.85 - 96 167.503 1253 5 0 -50.7778 70.6921 -55.85 - 96 90.9079 1253 4 0 -50.668 70.7347 -85.85 - 96 116.396 647 3 1 -50.5628 70.7922 -114.45 - 96 127.851 1253 3 0 -50.5553 70.7946 -115.85 - 96 207.571 648 2 1 -50.4055 70.8428 -144.45 - 96 122.199 1253 2 0 -50.4002 70.8424 -145.85 - 96 149.416 648 1 1 -50.2937 70.8248 -174.45 - 96 114.656 1253 1 0 -50.289 70.8271 -175.85 - 96 106.506 649 0 1 -50.1963 70.8757 -204.45 - 96 205.558 1254 0 0 -50.1913 70.8793 -205.85 - 96 382.439 737 1 1 -32.5968 17.8462 -174.45 - 96 573.113 738 1 1 -32.45 16.9809 -174.725 - 96 3.38822 739 1 1 -32.25 16.1661 -174.733 - 96 83.8769 648 3 1 -50.4127 70.7568 -114.45 - 96 71.8085 649 3 1 -50.25 70.65 -114.571 - 96 67.0155 650 3 1 -50.05 70.5332 -114.678 - 96 397.505 1249 3 0 -48.9818 69.9763 -115.85 - 96 54.4396 659 3 1 -48.1724 70.1069 -114.85 - 96 101.329 658 3 1 -48.25 70.0759 -114.663 - 96 98.8329 657 3 1 -48.4504 70.0617 -114.463 - 96 209.601 656 3 1 -48.65 70.1174 -114.626 - 96 257.599 655 3 1 -48.85 69.6706 -114.759 - 96 41.9568 1283 0 0 -12.0615 76.6945 -206.25 - 96 47.3956 429 3 1 -94.337 123.326 -114.45 - 96 206.824 428 3 1 -94.35 123.272 -114.53 - 96 17.1531 427 3 1 -94.55 123.295 -114.582 - 96 32.3852 647 4 1 -50.65 70.7948 -84.7106 - 96 41.1081 697 3 1 -40.5264 81.4267 -114.45 - 96 80.489 698 3 1 -40.45 81.4159 -114.543 - 96 13.3545 699 3 1 -40.25 81.4021 -114.804 - 96 216.41 1307 3 0 -39.3945 81.4554 -115.85 - 96 64.5731 867 2 1 -6.59139 82.4223 -144.45 - 96 105.307 868 2 1 -6.45 82.6045 -144.593 - 96 51.2415 869 2 1 -6.24992 82.7904 -144.791 - 96 49.4965 1317 2 0 -4.81484 83.5729 -145.85 - 96 150.053 1318 2 0 -4.66384 83.65 -145.962 - 96 64.3742 1319 2 0 -4.38439 83.85 -146.187 -Number of digits in this event = 46 -Using G4ParticleGun ... -6.21673 LIN -e- -Event: 97 -Number of tracker hits in this event = 40 - 97 116.271 1118 10 1 43.6631 102.891 95.55 - 97 175.775 1413 10 0 43.663 102.891 94.15 - 97 106.953 1118 9 1 43.6532 102.895 65.55 - 97 111.565 1413 9 0 43.6533 102.895 64.15 - 97 109.017 1118 8 1 43.6542 102.883 35.55 - 97 163.043 1413 8 0 43.6532 102.881 34.15 - 97 101.633 1117 7 1 43.6319 102.847 5.55 - 97 107.794 1413 7 0 43.6307 102.845 4.15 - 97 95.4019 1117 6 1 43.6017 102.786 -24.45 - 97 97.0242 1413 6 0 43.6005 102.784 -25.85 - 97 99.5093 1117 5 1 43.5801 102.75 -54.45 - 97 246.886 1413 5 0 43.58 102.752 -55.85 - 97 116.003 1117 4 1 43.5842 102.794 -84.45 - 97 101.124 1413 4 0 43.5837 102.8 -85.85 - 97 128.661 1117 3 1 43.5843 102.904 -114.45 - 97 139.11 1413 3 0 43.5861 102.905 -115.85 - 97 103.435 1117 2 1 43.6236 102.919 -144.45 - 97 156.801 1413 2 0 43.6223 102.922 -145.85 - 97 147.132 1117 1 1 43.6 102.994 -174.45 - 97 107.287 1414 1 0 43.6047 102.997 -175.85 - 97 200.832 1118 0 1 43.7002 103.059 -204.45 - 97 269.159 1414 0 0 43.7063 103.064 -205.85 - 97 38.5461 1639 0 0 139.789 147.95 -205.949 - 97 156.475 1198 0 1 59.6827 124.154 -204.45 - 97 171.952 1199 0 1 59.85 124.151 -204.594 - 97 133.696 1117 0 1 43.5588 103.009 -204.45 - 97 6.34935 591 13 0 -39.1108 -61.7463 183.75 - 97 108.678 590 13 0 -39.1678 -61.85 184.006 - 97 50.2873 589 13 0 -39.0837 -62.05 184.123 - 97 213.982 703 13 1 -39.377 -63.0891 185.15 - 97 310.285 702 13 1 -39.45 -63.3229 185.255 - 97 87.7795 1489 1 0 61.8843 118.047 -176.25 - 97 39.5926 1490 1 0 62.0509 118.15 -175.992 - 97 28.6388 1213 1 1 62.8116 118.195 -174.85 - 97 110.652 1214 1 1 62.85 118.204 -174.789 - 97 368.177 1215 1 1 63.1892 118.387 -174.45 - 97 109.909 1629 3 0 65.7156 145.95 -116.196 - 97 73.2197 1630 3 0 65.7798 146.15 -115.919 - 97 142.207 1235 3 1 67.0937 144.332 -114.85 - 97 16.8545 1654 8 0 54.1642 151.12 33.7502 -Number of digits in this event = 19 -Using G4ParticleGun ... -4.60653 LIN -e- -Event: 98 -Number of tracker hits in this event = 66 - 98 174.091 448 10 1 -90.4398 -23.8855 95.55 - 98 143.772 780 10 0 -90.4377 -23.8864 94.15 - 98 163.024 448 9 1 -90.3964 -23.9015 65.55 - 98 234.879 780 9 0 -90.3951 -23.9006 64.15 - 98 112.562 448 8 1 -90.3661 -23.8833 35.55 - 98 172.913 780 8 0 -90.3638 -23.8807 34.15 - 98 161.864 449 7 1 -90.3267 -23.8342 5.55 - 98 104.058 781 7 0 -90.3244 -23.8324 4.15 - 98 327.952 449 6 1 -90.2827 -23.7919 -24.45 - 98 100.164 781 6 0 -90.2835 -23.7881 -25.85 - 98 133.714 449 5 1 -90.3113 -23.7021 -54.45 - 98 102.074 781 5 0 -90.312 -23.7006 -55.85 - 98 212.352 449 4 1 -90.3217 -23.6762 -84.45 - 98 259.324 781 4 0 -90.3251 -23.6753 -85.85 - 98 156.234 448 3 1 -90.395 -23.6615 -114.45 - 98 121.239 781 3 0 -90.4023 -23.662 -115.85 - 98 124.737 448 2 1 -90.5471 -23.6855 -144.45 - 98 297.745 781 2 0 -90.5534 -23.6919 -145.85 - 98 102.96 447 1 1 -90.6841 -23.8124 -174.45 - 98 98.9207 781 1 0 -90.6875 -23.8191 -175.85 - 98 124.903 446 0 1 -90.7588 -23.9399 -204.45 - 98 117.378 780 0 0 -90.7635 -23.9474 -205.85 - 98 94.2367 803 5 0 -53.2791 -19.2688 -56.25 - 98 112.448 461 5 1 -87.7836 -23.8291 -54.45 - 98 144.255 779 5 0 -87.8081 -24.0856 -55.85 - 98 124.295 745 4 0 -90.2413 -30.9877 -85.8509 - 98 86.3051 744 4 0 -90.2456 -31.0502 -86.2252 - 98 98.9615 443 3 1 -91.3616 -34.7705 -114.45 - 98 69.6561 442 3 1 -91.55 -34.7795 -114.685 - 98 139.907 725 3 0 -92.4904 -34.9164 -115.85 - 98 69.3167 325 2 1 -115.051 -37.0598 -144.45 - 98 62.0644 324 2 1 -115.15 -37.0556 -144.654 - 98 143.152 715 2 0 -115.815 -36.9779 -145.85 - 98 94.5504 228 1 1 -134.373 -34.7706 -174.45 - 98 40.9851 227 1 1 -134.55 -34.6615 -174.718 - 98 76.9923 729 1 0 -135.341 -34.1385 -175.85 - 98 161.787 730 1 0 -135.465 -34.05 -176.041 - 98 83.1307 743 4 0 -90.194 -31.25 -86.1182 - 98 99.0665 684 4 0 6.60514 -43.2141 -86.25 - 98 185.967 683 4 0 6.62614 -43.25 -86.1909 - 98 44.0916 448 6 1 -90.35 -23.76 -24.7271 - 98 134.222 782 6 0 -90.6071 -23.5881 -25.85 - 98 44.8992 412 5 1 -97.7038 -18.2855 -54.4502 - 98 84.7875 411 5 1 -97.75 -18.2299 -54.5669 - 98 60.0957 812 5 0 -98.3474 -17.5667 -55.85 - 98 92.8583 813 5 0 -98.4428 -17.45 -56.0544 - 98 120.637 344 4 1 -111.236 -0.157503 -84.45 - 98 0.269934 906 4 0 -111.607 1.44871 -85.85 - 98 76.7107 907 4 0 -111.608 1.45 -85.8511 - 98 85.9891 908 4 0 -111.658 1.65 -86.0167 - 98 23.1657 909 4 0 -111.717 1.85 -86.1903 - 98 5.93787 295 3 1 -121.138 33.105 -114.45 - 98 149.634 294 3 1 -121.15 33.1176 -114.476 - 98 79.2445 1068 3 0 -121.853 33.7349 -115.85 - 98 55.2206 1069 3 0 -121.992 33.8501 -116.069 - 98 42.8823 192 2 1 -141.709 46.8092 -144.45 - 98 107.591 191 2 1 -141.75 46.8998 -144.578 - 98 75.7873 1140 2 0 -142.128 48.0798 -145.85 - 98 69.3729 1141 2 0 -142.182 48.25 -146.022 - 98 8.56099 1142 2 0 -142.246 48.45 -146.234 - 98 79.3783 1393 2 0 -151.052 98.7864 -146.25 - 98 127.003 1394 2 0 -151.073 98.95 -146.066 - 98 32.0638 144 2 1 -151.323 99.849 -144.85 - 98 209.311 143 2 1 -151.35 99.9361 -144.728 - 98 154.354 910 2 0 -168.376 2.17644 -146.25 - 98 117.63 911 2 0 -168.7 2.25 -146.092 +Event: 65 +Number of tracker hits in this event = 49 + 65 106.245 1377 8 1 95.5564 -100.334 35.55 + 65 143.424 399 8 0 95.5571 -100.334 34.15 + 65 133.761 1377 7 1 95.571 -100.325 5.55 + 65 115.339 399 7 0 95.5723 -100.326 4.15 + 65 91.4189 1377 6 1 95.5937 -100.344 -24.45 + 65 100.758 399 6 0 95.5934 -100.346 -25.85 + 65 308.638 1377 5 1 95.5893 -100.373 -54.45 + 65 400.656 398 5 0 95.5893 -100.375 -55.85 + 65 266.212 1377 4 1 95.5895 -100.419 -84.45 + 65 251.62 398 4 0 95.5897 -100.419 -85.85 + 65 124.395 1377 3 1 95.5933 -100.435 -114.45 + 65 112.434 398 3 0 95.5942 -100.437 -115.85 + 65 139.585 1377 2 1 95.6122 -100.469 -144.45 + 65 164.423 398 2 0 95.6134 -100.47 -145.85 + 65 115.707 1377 1 1 95.6379 -100.488 -174.45 + 65 166.247 398 1 0 95.6388 -100.488 -175.85 + 65 134.421 1377 0 1 95.6604 -100.506 -204.45 + 65 101.393 398 0 0 95.6622 -100.505 -205.85 + 65 24.7825 638 4 1 -52.4087 35.3802 -84.85 + 65 8.03461 248 8 0 -8.13426 -130.367 33.75 + 65 102.557 249 8 0 -8.12216 -130.35 33.7579 + 65 100.611 250 8 0 -7.92227 -130.15 33.876 + 65 212.137 251 8 0 -7.7533 -129.95 33.9482 + 65 128.584 252 8 0 -7.38539 -129.75 34.1076 + 65 117.365 253 8 0 -7.03752 -129.55 34.1026 + 65 183.507 868 8 1 -6.3312 -130.694 35.15 + 65 34.932 513 1 0 19.237 -77.3917 -176.25 + 65 77.0841 1410 0 1 102.298 -106.912 -204.45 + 65 13.8712 2 4 0 116.418 -179.55 -85.9115 + 65 397.35 427 2 0 173.467 -94.733 -146.25 + 65 124.4 397 4 0 95.5804 -100.655 -85.85 + 65 110.155 1379 3 1 96.1049 -102.173 -114.45 + 65 152.523 389 3 0 96.1116 -102.25 -115.85 + 65 118.04 1380 2 1 96.241 -103.993 -144.45 + 65 117.212 380 2 0 96.2399 -104.099 -145.85 + 65 131.324 1380 1 1 96.2268 -106.346 -174.45 + 65 137.835 368 1 0 96.2541 -106.436 -175.85 + 65 134.775 1383 0 1 96.9214 -108.165 -204.45 + 65 114.957 359 0 0 96.9113 -108.254 -205.85 + 65 132.287 1375 4 1 95.3167 -100.33 -84.45 + 65 116.841 1371 3 1 94.4948 -100.957 -114.45 + 65 111.735 395 3 0 94.4346 -101.076 -115.85 + 65 129.036 1365 2 1 93.271 -103.728 -144.45 + 65 111.944 382 2 0 93.1687 -103.702 -145.85 + 65 20.6859 1355 1 1 91.1554 -103.244 -174.45 + 65 198.486 1354 1 1 91.15 -103.246 -174.522 + 65 129.729 384 1 0 91.0455 -103.285 -175.851 + 65 122.016 1342 0 1 88.4676 -104.328 -204.45 + 65 154.877 378 0 0 88.4245 -104.36 -205.85 Number of digits in this event = 29 Using G4ParticleGun ... -1.94134 LIN +4.43095 LIN +e- +Event: 66 +Number of tracker hits in this event = 168 + 66 124.988 924 10 1 4.89251 99.5911 95.55 + 66 138.507 1397 10 0 4.89222 99.5926 94.15 + 66 115.863 924 9 1 4.88537 99.6206 65.55 + 66 116.877 1397 9 0 4.88413 99.6234 64.15 + 66 117.298 924 8 1 4.87416 99.681 35.55 + 66 151.203 1397 8 0 4.87344 99.6862 34.15 + 66 592.031 924 7 1 4.85948 99.7754 5.55 + 66 393.891 1398 7 0 4.85816 99.7768 4.15 + 66 501.308 923 6 1 4.83131 99.7862 -24.45 + 66 424.88 1398 6 0 4.83306 99.7847 -25.85 + 66 647.309 924 5 1 4.8758 99.8459 -54.45 + 66 152.087 1398 5 0 4.87346 99.8457 -55.85 + 66 206.958 923 4 1 4.84885 99.8355 -84.45 + 66 366.031 1398 4 0 4.85036 99.8357 -85.85 + 66 189.713 924 3 1 4.89222 99.8601 -114.45 + 66 117.245 1398 3 0 4.91053 99.8641 -115.85 + 66 120.067 925 2 1 5.24523 99.952 -144.45 + 66 164.869 1398 2 0 5.26012 99.9312 -145.85 + 66 149.026 927 1 1 5.49095 99.5522 -174.45 + 66 103.633 1396 1 0 5.50584 99.5453 -175.85 + 66 98.935 928 0 1 5.81921 99.4338 -204.45 + 66 119.097 1396 0 0 5.85511 99.4309 -205.85 + 66 215.697 1399 2 0 5.2347 99.95 -146.093 + 66 11.6238 508 1 1 -78.392 15.5865 -174.45 + 66 43.9646 923 7 1 4.85 99.7783 5.53409 + 66 3.33463 1399 6 0 4.66213 99.95 -26.2254 + 66 168 898 5 1 -0.259312 108.223 -54.4501 + 66 66.3142 1447 5 0 -0.628151 109.653 -55.85 + 66 206.129 1448 5 0 -0.655838 109.75 -55.9408 + 66 53.9762 1449 5 0 -0.708822 109.95 -56.1288 + 66 13.3941 879 4 1 -4.06094 135.787 -84.45 + 66 236.52 880 4 1 -4.05 135.803 -84.4798 + 66 40.1907 1581 4 0 -3.46942 136.489 -85.85 + 66 105.458 1582 4 0 -3.41766 136.55 -85.9563 + 66 49.6145 959 3 1 11.9178 151.696 -114.45 + 66 58.5919 960 3 1 12.0502 151.757 -114.485 + 66 69.3299 961 3 1 12.25 151.844 -114.51 + 66 62.9866 962 3 1 12.4506 151.916 -114.533 + 66 110.868 963 3 1 12.65 151.96 -114.538 + 66 87.7878 964 3 1 12.85 152.012 -114.528 + 66 56.9632 965 3 1 13.05 152.036 -114.502 + 66 62.677 966 3 1 13.25 152.034 -114.48 + 66 35.5743 967 3 1 13.45 152.013 -114.455 + 66 71.8676 968 3 1 13.65 151.987 -114.475 + 66 53.8883 969 3 1 13.85 151.937 -114.517 + 66 74.1383 970 3 1 14.0514 151.883 -114.542 + 66 64.1199 971 3 1 14.2501 151.812 -114.576 + 66 49.2488 972 3 1 14.45 151.757 -114.602 + 66 157.886 973 3 1 14.65 151.72 -114.632 + 66 54.4598 974 3 1 14.8505 151.682 -114.682 + 66 69.3486 975 3 1 15.0503 151.644 -114.734 + 66 56.1327 976 3 1 15.2503 151.617 -114.812 + 66 82.5484 1655 3 0 17.1107 151.241 -115.85 + 66 551.453 1654 3 0 17.4668 151.15 -115.928 + 66 300.485 1653 3 0 18.5183 150.95 -115.908 + 66 5.63387 1005 3 1 21.2409 150.87 -114.85 + 66 64.0675 1006 3 1 21.25 150.87 -114.844 + 66 136.887 1007 3 1 21.45 150.858 -114.72 + 66 36.1403 1008 3 1 21.65 150.853 -114.479 + 66 172.047 1009 3 1 21.85 150.843 -114.506 + 66 109.698 1010 3 1 22.05 150.875 -114.684 + 66 49.3571 1011 3 1 22.25 151.184 -114.745 + 66 127.167 1659 3 0 22.8778 151.982 -115.85 + 66 98.1184 1660 3 0 22.9014 152.15 -116.111 + 66 14.1163 1661 3 0 22.6768 152.35 -116.229 + 66 65.6247 1346 4 0 -56.6392 89.45 -86.215 + 66 42.2612 630 4 1 -54.05 56.8731 -84.7103 + 66 8.35886 1652 3 0 18.568 150.75 -115.869 + 66 86.6707 990 3 1 18.206 149.762 -114.85 + 66 148.564 991 3 1 18.2501 149.701 -114.62 + 66 93.6147 992 3 1 18.45 149.779 -114.479 + 66 142.994 917 5 1 3.6235 99.8188 -54.45 + 66 7.85888 1402 5 0 3.89021 100.732 -55.85 + 66 105.484 1403 5 0 3.89711 100.75 -55.8783 + 66 62.3727 936 4 1 7.4145 112.148 -84.45 + 66 91.7625 935 4 1 7.25 112.337 -84.5254 + 66 218.18 934 4 1 7.04997 112.62 -84.5898 + 66 82.9447 933 4 1 6.84898 112.86 -84.671 + 66 7.82042 932 4 1 6.65 113.049 -84.8328 + 66 87.5108 1470 4 0 5.06944 114.152 -85.85 + 66 73.7069 1471 4 0 4.83692 114.35 -85.9524 + 66 84.863 1472 4 0 4.66371 114.55 -86.0045 + 66 81.368 1473 4 0 4.55592 114.75 -86.1103 + 66 19.0473 1474 4 0 4.43283 114.95 -86.2182 + 66 240.056 885 1 1 -2.85294 109.828 -174.45 + 66 296.744 1449 1 0 -2.92697 110.013 -175.85 + 66 115.861 887 0 1 -2.56933 114.852 -204.45 + 66 132.176 1473 0 0 -2.6763 114.829 -205.85 + 66 103.027 1599 1 0 41.7932 139.989 -176.25 + 66 243.008 1598 1 0 41.8766 139.95 -176.081 + 66 21.7954 1110 1 1 42.2438 140.097 -174.85 + 66 75.941 1446 1 0 -3.31682 109.432 -175.85 + 66 69.4522 1445 1 0 -3.38367 109.35 -176.086 + 66 1.21741 1615 1 0 12.4373 143.346 -176.25 + 66 149.498 1616 1 0 12.4394 143.35 -176.248 + 66 224.511 1617 1 0 12.558 143.55 -176.153 + 66 209.64 1618 1 0 12.6807 143.75 -176.066 + 66 41.0445 1619 1 0 12.8786 143.95 -175.925 + 66 39.5926 970 1 1 14.1544 145.144 -174.85 + 66 97.2369 971 1 1 14.25 145.251 -174.744 + 66 121.853 972 1 1 14.45 145.415 -174.542 + 66 215.269 973 1 1 14.6501 145.554 -174.462 + 66 87.8925 1628 1 0 14.5396 145.904 -175.85 + 66 25.5991 1629 1 0 14.4761 145.95 -176.142 + 66 289.421 1397 7 0 4.87473 99.676 4.15 + 66 124.453 924 6 1 4.90662 99.6021 -24.45 + 66 213.086 1397 6 0 4.90795 99.6051 -25.85 + 66 134.306 1397 5 0 4.91507 99.6571 -55.85 + 66 115.68 921 3 1 4.34816 100.364 -114.45 + 66 115.281 1401 3 0 4.3288 100.409 -115.85 + 66 365.396 919 2 1 3.91074 101.267 -144.45 + 66 108.845 1405 2 0 3.88603 101.313 -145.85 + 66 280.595 916 1 1 3.41878 102.265 -174.45 + 66 147.816 1410 1 0 3.40642 102.319 -175.85 + 66 131.17 915 0 1 3.16595 103.394 -204.45 + 66 169.436 1416 0 0 3.12417 103.441 -205.85 + 66 78.4695 916 0 1 3.2501 103.378 -204.469 + 66 102.783 917 0 1 3.45019 103.273 -204.557 + 66 108.783 918 0 1 3.65009 103.124 -204.562 + 66 118.895 919 0 1 3.85013 102.94 -204.773 + 66 59.8172 920 0 1 4.05038 102.841 -204.823 + 66 254.398 1415 0 0 4.52642 103.197 -205.85 + 66 31.6229 1412 0 0 5.06843 102.664 -205.85 + 66 208.901 926 0 1 5.31234 102.053 -204.85 + 66 304.95 918 2 1 3.85 101.472 -144.739 + 66 68.4022 1413 2 0 2.86682 102.777 -145.85 + 66 49.7239 1414 2 0 2.79272 102.95 -145.922 + 66 93.3094 1415 2 0 2.73459 103.15 -145.955 + 66 119.189 1416 2 0 2.67163 103.35 -145.952 + 66 78.1144 1417 2 0 2.79756 103.55 -145.993 + 66 207.167 920 2 1 4.05 101.407 -144.647 + 66 225.787 1395 5 0 5.27619 99.263 -55.8503 + 66 33.0821 1394 5 0 5.3711 99.15 -56.2106 + 66 127.419 957 4 1 11.6275 91.2519 -84.45 + 66 130.268 1354 4 0 11.1674 91.0559 -85.85 + 66 50.6349 928 3 1 5.69665 84.2762 -114.45 + 66 64.1963 927 3 1 5.65 84.2384 -114.657 + 66 142.872 1320 3 0 5.15466 84.0844 -115.85 + 66 153.056 886 2 1 -2.73815 81.6491 -144.45 + 66 174.254 885 2 1 -2.85004 81.6106 -144.724 + 66 159.011 1307 2 0 -3.21745 81.6091 -145.85 + 66 62.041 923 5 1 4.84999 99.7952 -54.5988 + 66 113.099 1399 5 0 4.6334 99.9632 -55.85 + 66 121.958 1428 5 0 6.42241 105.812 -56.25 + 66 14.6377 935 5 1 7.22198 106.388 -54.8494 + 66 139.027 936 5 1 7.25 106.408 -54.8026 + 66 3.51982 937 5 1 7.45 106.574 -54.4638 + 66 74.8506 1581 6 0 41.0716 136.405 -26.25 + 66 90.2528 1582 6 0 41.2439 136.55 -26.0728 + 66 137.485 1109 6 1 41.897 137.148 -24.85 + 66 255.343 1110 6 1 42.05 137.275 -24.5988 + 66 36.9053 1111 6 1 42.25 137.998 -24.7545 + 66 66.748 1591 6 0 42.4635 138.483 -25.8502 + 66 72.5706 1592 6 0 42.4353 138.55 -26.083 + 66 81.7092 922 6 1 4.64833 99.0174 -24.45 + 66 111.65 1394 6 0 4.66042 99.0185 -25.85 + 66 175.466 1405 4 0 7.03308 101.324 -85.85 + 66 242.202 942 3 1 8.51704 103.057 -114.45 + 66 115.655 1415 3 0 8.60746 103.153 -115.85 + 66 110.02 952 2 1 10.4916 105.324 -144.45 + 66 157.354 1426 2 0 10.5552 105.386 -145.85 + 66 119.032 959 1 1 11.942 106.732 -174.45 + 66 47.9505 1433 1 0 11.9387 106.923 -175.85 + 66 103.393 1434 1 0 11.9376 106.95 -176.044 + 66 141.078 959 0 1 11.91 110.96 -204.45 + 66 148.158 1455 0 0 11.9284 111.207 -205.851 + 66 39.9335 626 5 0 9.74557 -54.7742 -56.25 + 66 63.9736 625 5 0 9.73684 -54.85 -56.1741 +Number of digits in this event = 68 +Using G4ParticleGun ... +5.44901 LIN +e- +Event: 67 +Number of tracker hits in this event = 24 + 67 220.274 955 7 1 11.1574 -147.919 5.55 + 67 129.485 161 7 0 11.1624 -147.918 4.15 + 67 275.782 956 6 1 11.2649 -147.923 -24.45 + 67 127.578 161 6 0 11.2703 -147.922 -25.85 + 67 195.248 956 5 1 11.3806 -147.906 -54.45 + 67 132.43 161 5 0 11.388 -147.902 -55.85 + 67 129.602 957 4 1 11.54 -147.818 -84.45 + 67 276.667 161 4 0 11.5465 -147.814 -85.85 + 67 96.3046 958 3 1 11.6775 -147.726 -114.45 + 67 147.152 162 3 0 11.6851 -147.717 -115.85 + 67 138.103 958 2 1 11.8439 -147.53 -144.45 + 67 119.489 163 2 0 11.8526 -147.52 -145.85 + 67 135.861 959 1 1 12.0309 -147.31 -174.45 + 67 128.852 164 1 0 12.0393 -147.301 -175.85 + 67 147.063 960 0 1 12.2082 -147.119 -204.45 + 67 131.639 165 0 0 12.2165 -147.111 -205.85 + 67 83.0604 92 4 0 6.78402 -161.664 -86.25 + 67 227.86 91 4 0 6.74263 -161.75 -86.1463 + 67 80.1217 1256 14 1 71.45 -16.3108 215.15 + 67 134.248 957 5 1 11.45 -147.873 -54.7735 + 67 192.422 957 6 1 11.4501 -147.642 -24.7828 + 67 258.495 206 6 0 -17.1442 -138.928 -26.25 + 67 153.134 805 6 1 -18.9299 -139.526 -24.85 + 67 357.396 804 6 1 -19.05 -139.547 -24.7966 +Number of digits in this event = 23 +Using G4ParticleGun ... +9.78859 LIN +e- +Event: 68 +Number of tracker hits in this event = 103 + 68 141.175 790 11 1 -21.962 57.9527 125.55 + 68 103.411 1189 11 0 -21.9616 57.9532 124.15 + 68 118.492 790 10 1 -21.9536 57.9659 95.55 + 68 144.004 1189 10 0 -21.9523 57.9673 94.15 + 68 639.767 790 9 1 -21.9356 57.9922 65.55 + 68 120.406 1189 9 0 -21.935 57.993 64.15 + 68 134.494 790 8 1 -21.9189 58.0017 35.55 + 68 117.515 1189 8 0 -21.9196 58.0022 34.15 + 68 90.2109 790 7 1 -21.9312 58.0162 5.55 + 68 108.573 1189 7 0 -21.9311 58.0176 4.15 + 68 125.997 790 6 1 -21.937 58.0435 -24.45 + 68 123.392 1189 6 0 -21.9318 58.0447 -25.85 + 68 153.012 791 5 1 -21.8341 58.0712 -54.45 + 68 101.585 1190 5 0 -21.8283 58.0719 -55.85 + 68 147.847 791 4 1 -21.7059 58.0749 -84.45 + 68 274.325 1190 4 0 -21.6954 58.0795 -85.85 + 68 457.878 792 3 1 -21.4741 58.1763 -114.45 + 68 424.368 1190 3 0 -21.4635 58.1816 -115.85 + 68 94.3187 794 2 1 -21.2474 58.2997 -144.45 + 68 425.138 1191 2 0 -21.2423 58.3039 -145.85 + 68 109.13 794 1 1 -21.1253 58.3944 -174.45 + 68 159.98 1191 1 0 -21.1173 58.4009 -175.85 + 68 379.35 795 0 1 -20.9599 58.5347 -204.45 + 68 370.096 1192 0 0 -20.9546 58.5426 -205.85 + 68 122.593 1373 2 1 94.75 94.9338 -144.779 + 68 52.0356 1366 2 1 93.55 96.1776 -144.55 + 68 165.139 1374 2 1 94.95 95.0732 -144.714 + 68 105.513 793 3 1 -21.4495 58.162 -114.796 + 68 120.898 794 3 1 -21.25 58.126 -114.799 + 68 48.9363 795 3 1 -21.0497 58.3711 -114.782 + 68 346.608 1194 3 0 -19.7774 58.8583 -115.85 + 68 83.9417 1190 2 0 -21.229 58.2499 -146.055 + 68 116.583 739 0 1 -32.2005 61.3915 -204.85 + 68 57.5839 740 0 1 -32.05 61.3836 -204.793 + 68 118.427 1186 0 0 -29.6527 57.3397 -205.85 + 68 167.716 791 3 1 -21.65 58.1384 -114.452 + 68 147.352 780 2 1 -23.8996 58.622 -144.45 + 68 146.257 731 1 1 -33.7153 50.0994 -174.45 + 68 38.2262 730 1 1 -33.8505 50.0485 -174.728 + 68 133.897 1148 1 0 -34.5421 49.8126 -175.85 + 68 9.2855 635 0 1 -53.0249 44.1345 -204.45 + 68 183.448 634 0 1 -53.0502 44.1354 -204.482 + 68 62.8057 633 0 1 -53.25 44.1485 -204.73 + 68 156.781 1121 0 0 -54.1973 44.2522 -205.85 + 68 132.603 445 1 0 -146.553 -90.95 -176.022 + 68 111.25 792 2 1 -21.5814 58.4091 -144.45 + 68 135.315 1192 2 0 -21.5707 58.4644 -145.85 + 68 219.51 793 1 1 -21.2974 59.4929 -174.45 + 68 129.469 1197 1 0 -21.2541 59.5496 -175.85 + 68 108.06 798 0 1 -20.3851 60.9619 -204.45 + 68 106.947 1204 0 0 -20.3672 60.9545 -205.85 + 68 68.3482 95 9 1 -161.124 -136.308 65.55 + 68 66.3947 94 9 1 -161.15 -136.36 65.5362 + 68 133.57 996 0 1 19.3412 -17.4757 -204.85 + 68 26.8033 1648 0 0 30.6918 149.873 -206.25 + 68 122.34 1649 0 0 30.7244 149.95 -206.15 + 68 6.09446 1650 0 0 30.7828 150.15 -205.871 + 68 150.819 1055 0 1 31.0939 150.817 -204.85 + 68 126.913 1693 1 0 50.3859 158.827 -176.25 + 68 19.4675 1694 1 0 50.6809 158.95 -175.895 + 68 31.1272 1157 1 1 51.5771 159.511 -174.85 + 68 111.66 1158 1 1 51.6503 159.551 -174.765 + 68 16.3105 1159 1 1 51.8502 159.594 -174.476 + 68 125.749 1568 0 0 31.2566 133.826 -206.25 + 68 102.026 1569 0 0 31.4264 133.95 -206.087 + 68 196.146 1570 0 0 31.4471 134.15 -206.061 + 68 90.2817 1666 0 0 24.9751 153.366 -206.25 + 68 227.161 1667 0 0 25.008 153.55 -206.105 + 68 113.483 1668 0 0 25.2667 153.75 -206.06 + 68 80.416 1669 0 0 25.6567 153.95 -206.109 + 68 59.8563 1670 0 0 25.8054 154.15 -206.064 + 68 65.6789 1671 0 0 25.9184 154.35 -206.043 + 68 130.373 1672 0 0 26.0245 154.55 -205.968 + 68 446.956 1673 0 0 26.0902 154.75 -205.931 + 68 63.7911 366 1 0 129.468 -106.797 -176.25 + 68 242.622 365 1 0 129.562 -106.951 -176.083 + 68 39.9777 1181 9 0 -21.521 56.3641 64.15 + 68 119.728 1180 9 0 -21.4475 56.25 64.0327 + 68 3.38521 1179 9 0 -21.2481 56.05 63.7543 + 68 48.1173 824 3 1 -15.1696 59.6469 -114.45 + 68 83.5347 825 3 1 -15.05 59.5886 -114.547 + 68 129.866 826 3 1 -14.85 59.5371 -114.687 + 68 0.513468 827 3 1 -14.65 59.5101 -114.847 + 68 59.1654 1196 3 0 -13.4907 59.2799 -115.85 + 68 244.291 1195 3 0 -13.3509 59.25 -115.964 + 68 11.9102 1379 1 1 96.15 81.1305 -174.82 + 68 0.829938 837 3 1 -12.65 58.2541 -114.623 + 68 2.88844 839 1 1 -12.0769 61.4262 -174.45 + 68 178.238 1192 3 0 -20.0005 58.479 -115.85 + 68 49.6784 1122 3 0 36.3919 44.5283 -116.25 + 68 92.328 1121 3 0 36.4637 44.45 -116.165 + 68 34.937 1120 3 0 36.624 44.25 -115.936 + 68 114.082 1086 3 1 37.3199 43.332 -114.85 + 68 79.5383 1087 3 1 37.4501 43.1497 -114.648 + 68 101.194 1124 4 0 35.519 44.9566 -86.2498 + 68 125.117 1078 4 1 35.7821 44.9506 -84.8498 + 68 33.6292 1079 4 1 35.85 44.9385 -84.5564 + 68 134.205 1112 5 0 31.4963 42.5943 -56.25 + 68 161.629 1057 5 1 31.4787 42.0125 -54.85 + 68 73.3902 1026 6 0 36.316 25.4105 -26.25 + 68 94.2924 1025 6 0 36.3575 25.2499 -26.0288 + 68 9.67206 1024 6 0 36.4103 25.05 -25.8747 + 68 244.428 1084 6 1 36.9492 23.4841 -24.8498 +Number of digits in this event = 50 +Using G4ParticleGun ... +7.77247 LIN +e- +Event: 69 +Number of tracker hits in this event = 73 + 69 109.002 1347 10 1 89.6331 1.9278 95.55 + 69 103.406 909 10 0 89.632 1.92701 94.15 + 69 203.929 1347 9 1 89.6077 1.91618 65.55 + 69 118.613 909 9 0 89.6071 1.91517 64.15 + 69 243.858 1347 8 1 89.5957 1.89459 35.55 + 69 156.359 909 8 0 89.5959 1.89286 34.15 + 69 147.189 1347 7 1 89.6038 1.85946 5.55 + 69 124.537 909 7 0 89.6028 1.85859 4.15 + 69 123.649 1347 6 1 89.5856 1.83754 -24.45 + 69 103.388 908 6 0 89.5839 1.83658 -25.85 + 69 129.464 1347 5 1 89.5527 1.82029 -54.45 + 69 112.347 908 5 0 89.5522 1.81857 -55.85 + 69 134.606 1347 4 1 89.5381 1.78306 -84.45 + 69 140.563 908 4 0 89.5372 1.78242 -85.85 + 69 146.864 1347 3 1 89.5215 1.77225 -114.45 + 69 163.095 908 3 0 89.5211 1.77243 -115.85 + 69 140.2 1347 2 1 89.5138 1.77442 -144.45 + 69 127.082 908 2 0 89.5138 1.77337 -145.85 + 69 127.802 1347 1 1 89.5168 1.75169 -174.45 + 69 117.517 908 1 0 89.5165 1.75007 -175.85 + 69 177.867 1347 0 1 89.5067 1.71696 -204.45 + 69 126.744 908 0 0 89.5061 1.71477 -205.85 + 69 3.8165 480 4 0 51.3811 -83.85 -85.9445 + 69 50.2635 1153 4 1 50.733 -84.4003 -84.8498 + 69 107.829 1152 4 1 50.65 -84.3825 -84.7205 + 69 72.1144 1151 4 1 50.45 -84.2382 -84.4923 + 69 162.788 968 1 0 52.5871 13.65 -176.097 + 69 75.3294 523 0 0 35.4205 -75.3123 -206.25 + 69 87.4707 522 0 0 35.4522 -75.45 -206.039 + 69 199.702 1076 0 1 35.3933 -76.2282 -204.85 + 69 149.044 338 1 0 59.7492 -112.378 -176.25 + 69 230.045 337 1 0 59.8315 -112.55 -175.918 + 69 17.2059 335 1 0 60.3326 -112.95 -175.991 + 69 109.773 471 0 0 18.0165 -85.7367 -206.25 + 69 142.91 470 0 0 17.9412 -85.85 -206.169 + 69 76.006 469 0 0 17.8083 -86.05 -206.023 + 69 19.8116 468 0 0 17.6789 -86.25 -205.884 + 69 21.9396 983 0 1 16.6915 -87.7708 -204.85 + 69 117.948 982 0 1 16.65 -87.8339 -204.807 + 69 161.373 981 0 1 16.45 -88.1245 -204.622 + 69 39.9161 218 1 0 3.4576 -136.411 -176.25 + 69 70.9369 217 1 0 3.42803 -136.55 -176.16 + 69 74.5151 925 0 1 5.15559 -148.425 -204.45 + 69 96.4229 924 0 1 5.04997 -148.427 -204.614 + 69 172.803 158 0 0 4.13142 -148.404 -205.85 + 69 25.787 159 0 0 3.84374 -148.35 -206.186 + 69 122.238 286 0 0 29.7475 -122.937 -206.25 + 69 87.5253 287 0 0 30.0753 -122.75 -206.199 + 69 198.112 288 0 0 30.4207 -122.55 -206.174 + 69 2.82108 289 0 0 30.9477 -122.35 -205.861 + 69 225.328 1058 0 1 31.7451 -122.04 -204.85 + 69 89.1551 1059 0 1 31.85 -121.995 -204.682 + 69 91.0528 1057 0 1 31.6499 -121.87 -204.71 + 69 131.29 1056 0 1 31.45 -121.944 -204.755 + 69 37.1715 1055 0 1 31.2494 -122.068 -204.703 + 69 349.591 292 0 0 31.2752 -121.738 -205.85 + 69 30.951 291 0 0 32.035 -121.75 -206.189 + 69 27.6268 12 0 0 65.5376 -177.702 -206.25 + 69 207.439 11 0 0 65.5258 -177.75 -206.224 + 69 8.31855 46 2 0 -42.5948 -170.75 -146.138 + 69 140.15 906 0 0 89.8538 1.34181 -205.85 + 69 126.528 907 0 0 89.2604 1.62087 -205.85 + 69 54.8178 902 8 0 89.3152 0.62406 34.15 + 69 92.7201 901 8 0 89.2748 0.45 34.0454 + 69 177.017 900 8 0 89.2194 0.25 33.9889 + 69 277.968 899 8 0 89.0015 -0.0501615 33.8563 + 69 19.3876 898 8 0 88.8972 -0.25 33.7738 + 69 2.78321 573 8 0 89.6231 -65.4449 33.75 + 69 70.7285 572 8 0 89.6258 -65.45 33.755 + 69 91.721 571 8 0 89.7608 -65.65 33.8543 + 69 69.6168 570 8 0 89.9643 -65.85 33.847 + 69 73.4819 569 8 0 90.041 -66.05 33.8873 + 69 191.681 681 7 0 68.9039 -43.7547 3.75 +Number of digits in this event = 37 +Using G4ParticleGun ... +8.44059 LIN +e- +Event: 70 +Number of tracker hits in this event = 83 + 70 109.636 479 10 1 -84.2352 73.945 95.55 + 70 131.232 1269 10 0 -84.2354 73.9442 94.15 + 70 116.662 479 9 1 -84.2411 73.9247 65.55 + 70 165.37 1269 9 0 -84.2412 73.9238 64.15 + 70 239.644 479 8 1 -84.2435 73.9053 35.55 + 70 156.709 1269 8 0 -84.2439 73.9032 34.15 + 70 123.015 478 7 1 -84.2541 73.8517 5.55 + 70 108.465 1268 7 0 -84.2551 73.8484 4.15 + 70 142.623 478 6 1 -84.282 73.7865 -24.45 + 70 203.562 1268 6 0 -84.2836 73.7825 -25.85 + 70 387.751 478 5 1 -84.3105 73.6955 -54.45 + 70 789.053 1268 5 0 -84.3122 73.6912 -55.85 + 70 157.765 478 4 1 -84.3439 73.6043 -84.45 + 70 109.098 1267 4 0 -84.3454 73.6006 -85.85 + 70 247.737 478 3 1 -84.3812 73.527 -114.45 + 70 342.607 1267 3 0 -84.3813 73.5246 -115.85 + 70 326.448 478 2 1 -84.3883 73.4759 -144.45 + 70 123.649 1267 2 0 -84.3888 73.4727 -145.85 + 70 276.529 478 1 1 -84.3964 73.4052 -174.45 + 70 128.89 1266 1 0 -84.3963 73.4043 -175.85 + 70 188.028 478 0 1 -84.4018 73.3674 -204.45 + 70 306.803 1266 0 0 -84.4026 73.3651 -205.85 + 70 99.0311 1777 4 0 -125.48 175.681 -86.25 + 70 360.661 477 0 1 -84.4873 73.2428 -204.45 + 70 481.756 1265 0 0 -84.4988 73.1747 -205.85 + 70 42.2365 1267 0 0 -85.0382 73.45 -205.925 + 70 81.259 466 0 1 -86.7477 73.3491 -204.85 + 70 359.61 465 0 1 -86.85 73.3339 -204.693 + 70 6.8549 1404 2 0 -50.2857 100.95 -145.959 + 70 10.9827 1403 2 0 -50.2559 100.95 -145.87 + 70 213.063 649 2 1 -50.2171 99.9396 -144.85 + 70 337.987 1269 6 0 -84.4607 73.85 -26.0572 + 70 127.843 470 6 1 -85.969 73.928 -24.8496 + 70 71.0066 471 6 1 -85.85 73.8662 -24.5093 + 70 61.3475 472 6 1 -85.65 73.8446 -24.4903 + 70 10.0218 473 6 1 -85.45 73.8335 -24.4646 + 70 126.638 483 4 1 -83.356 74.2557 -84.45 + 70 291.292 1271 4 0 -83.2911 74.2745 -85.85 + 70 274.992 491 3 1 -81.795 75.1975 -114.45 + 70 109.331 1275 3 0 -81.7315 75.2362 -115.85 + 70 1.94334 1276 3 0 -81.7119 75.25 -116.242 + 70 102.778 496 2 1 -80.8013 76.8188 -144.45 + 70 136.722 1284 2 0 -80.6672 76.9957 -145.85 + 70 115.812 508 1 1 -78.3152 80.7624 -174.45 + 70 22.1323 1304 1 0 -78.301 81.0349 -175.85 + 70 92.5127 1305 1 0 -78.3002 81.05 -175.926 + 70 149.832 511 0 1 -77.8495 86.6083 -204.45 + 70 103.464 1334 0 0 -77.8221 86.9168 -205.851 + 70 15.616 1247 1 0 -104.199 69.47 -176.25 + 70 118.417 1246 1 0 -104.186 69.45 -176.226 + 70 79.3868 1163 4 0 -48.5967 52.8114 -86.25 + 70 46.7179 480 4 1 -84.0172 73.6146 -84.4501 + 70 450.508 479 4 1 -84.0502 73.6398 -84.6024 + 70 104.313 1269 4 0 -84.3866 73.8809 -85.85 + 70 184.626 439 3 1 -92.2418 79.5748 -114.45 + 70 10.2451 1298 3 0 -92.5298 79.8427 -115.85 + 70 149.217 1299 3 0 -92.5375 79.85 -115.889 + 70 115.42 408 2 1 -98.5045 84.8053 -144.45 + 70 119.771 1325 2 0 -98.6358 85.139 -145.85 + 70 114.362 397 1 1 -100.607 90.9425 -174.45 + 70 134.174 1355 1 0 -100.647 91.1711 -175.85 + 70 123.58 391 0 1 -101.885 96.2411 -204.45 + 70 158.359 1380 0 0 -101.951 96.3023 -205.85 + 70 59.483 589 1 0 18.6893 -62.05 -176.193 + 70 111.095 444 11 1 -91.15 114.225 125.365 + 70 51.2538 445 11 1 -91.15 114.22 125.377 + 70 36.0973 387 0 1 -102.693 36.5593 -204.85 + 70 7.99526 1268 8 0 -84.2886 73.6533 34.15 + 70 45.1748 1267 8 0 -84.2921 73.6498 34.1441 + 70 491.24 479 5 1 -84.2498 73.8389 -54.45 + 70 286.857 1268 4 0 -84.1826 73.8243 -85.85 + 70 131.794 479 3 1 -84.1162 73.816 -114.45 + 70 237.737 1268 3 0 -84.1134 73.8106 -115.85 + 70 170.846 479 2 1 -84.0672 73.7203 -144.45 + 70 134.803 1268 2 0 -84.0562 73.7257 -145.85 + 70 146.557 481 1 1 -83.8466 73.8481 -174.45 + 70 116.491 1269 1 0 -83.8359 73.8591 -175.85 + 70 334.671 482 0 1 -83.6137 74.0771 -204.45 + 70 418.975 1270 0 0 -83.6165 74.0905 -205.85 + 70 74.0225 143 2 1 -151.52 38.683 -144.45 + 70 12.6692 1209 0 0 -61.1432 62.0082 -206.25 + 70 182.774 1266 2 0 -84.3606 73.3912 -145.85 + 70 187.134 1265 1 0 -84.4274 73.2462 -175.85 +Number of digits in this event = 49 +Using G4ParticleGun ... +6.71741 LIN +e- +Event: 71 +Number of tracker hits in this event = 82 + 71 157.912 729 11 1 -34.0594 70.0688 125.55 + 71 113.737 1250 11 0 -34.059 70.0684 124.15 + 71 108.093 729 10 1 -34.0507 70.0602 95.55 + 71 144.038 1250 10 0 -34.0486 70.0603 94.15 + 71 402.908 730 9 1 -34.0007 70.0709 65.55 + 71 120.161 1250 9 0 -33.9984 70.0698 64.15 + 71 136.552 730 8 1 -33.9373 70.0552 35.55 + 71 276.397 1250 8 0 -33.9347 70.0533 34.15 + 71 131.879 730 7 1 -33.8723 70.0135 5.55 + 71 194.111 1249 7 0 -33.8684 70.0111 4.15 + 71 176.432 731 6 1 -33.7903 69.9623 -24.45 + 71 277.738 1249 6 0 -33.788 69.9606 -25.85 + 71 107.24 731 5 1 -33.7453 69.9311 -54.45 + 71 115.89 1249 5 0 -33.7429 69.9297 -55.85 + 71 122.393 731 4 1 -33.7124 69.9407 -84.45 + 71 392.89 1249 4 0 -33.7107 69.9381 -85.85 + 71 115.521 731 3 1 -33.677 69.8811 -114.45 + 71 153.709 1249 3 0 -33.6767 69.8785 -115.85 + 71 155.038 731 2 1 -33.6781 69.8076 -144.45 + 71 129.686 1248 2 0 -33.6821 69.808 -145.85 + 71 149.518 731 1 1 -33.7677 69.8166 -174.45 + 71 117.104 1248 1 0 -33.771 69.8161 -175.85 + 71 112.781 731 0 1 -33.831 69.7979 -204.45 + 71 108.452 1248 0 0 -33.8372 69.7958 -205.85 + 71 19.6038 1501 4 1 120.35 116.347 -84.8072 + 71 41.7768 1181 1 1 56.2689 -0.245305 -174.85 + 71 105.09 1180 1 1 56.25 -0.339099 -174.802 + 71 25.733 468 1 0 7.6997 -86.25 -176.128 + 71 90.3895 467 1 0 7.77809 -86.45 -176.008 + 71 5.16477 945 1 1 9.23115 -87.852 -174.85 + 71 103.524 946 1 1 9.25 -87.8696 -174.837 + 71 102.4 947 1 1 9.45 -88.0107 -174.69 + 71 21.7105 948 1 1 9.65059 -88.1296 -174.512 + 71 401.822 1249 9 0 -34.0246 70.04 64.15 + 71 121.289 729 8 1 -34.0779 70.1514 35.55 + 71 102.346 728 7 1 -34.426 71.5393 5.55 + 71 122.988 1257 7 0 -34.4314 71.6094 4.15 + 71 111.352 727 6 1 -34.5416 73.0114 -24.45 + 71 124.582 1265 6 0 -34.5304 73.0771 -25.85 + 71 277.471 728 5 1 -34.3161 74.442 -54.45 + 71 103.914 1272 5 0 -34.356 74.4915 -55.85 + 71 118.525 724 4 1 -35.0757 75.4703 -84.45 + 71 156.571 1277 4 0 -35.1237 75.4858 -85.85 + 71 119.815 718 3 1 -36.2957 75.8487 -114.45 + 71 140.263 1279 3 0 -36.3006 75.8511 -115.85 + 71 133.266 717 2 1 -36.5397 75.9358 -144.45 + 71 173.968 1279 2 0 -36.5755 75.9708 -145.85 + 71 132.268 714 1 1 -37.1993 76.5838 -174.45 + 71 105.899 1282 1 0 -37.2587 76.5594 -175.85 + 71 142.464 707 0 1 -38.5655 76.2372 -204.45 + 71 106.254 1280 0 0 -38.6772 76.1872 -205.85 + 71 18.2295 909 6 1 1.85 16.1 -24.746 + 71 123.003 908 6 1 1.84989 16.0178 -24.4862 + 71 234.957 723 2 1 -35.3612 78.8293 -144.45 + 71 271.833 1294 2 0 -35.3598 78.8949 -145.85 + 71 235.168 720 1 1 -36.0174 80.3839 -174.45 + 71 225.077 1301 1 0 -36.0354 80.2949 -175.85 + 71 125.15 716 0 1 -36.8094 78.3915 -204.45 + 71 115.043 1291 0 0 -36.8011 78.3495 -205.85 + 71 0.443495 959 2 0 12.4905 11.85 -145.933 + 71 181.033 721 1 1 -35.6984 80.2015 -174.45 + 71 94.6562 721 0 1 -35.7576 82.056 -204.45 + 71 109.287 1310 0 0 -35.75 82.1196 -205.85 + 71 99.6918 731 8 1 -33.8464 69.8903 35.55 + 71 118.198 1249 8 0 -33.8393 69.8794 34.15 + 71 128.475 731 7 1 -33.7659 69.6119 5.55 + 71 109.459 1247 7 0 -33.771 69.6194 4.15 + 71 152.686 730 6 1 -33.8965 69.8161 -24.45 + 71 142.791 1248 6 0 -33.906 69.8143 -25.85 + 71 195.645 729 5 1 -34.0623 69.7633 -54.45 + 71 144.876 1248 5 0 -34.0623 69.7754 -55.85 + 71 130.832 729 4 1 -34.0996 70.0501 -84.45 + 71 120.788 726 3 1 -34.7524 69.5953 -114.45 + 71 123.84 1247 3 0 -34.7688 69.5733 -115.85 + 71 184.639 724 2 1 -35.178 69.0383 -144.45 + 71 102.515 1244 2 0 -35.2084 69.0339 -145.85 + 71 94.4147 1243 1 0 -35.9898 68.7915 -175.85 + 71 243.769 720 0 1 -35.9199 68.2302 -204.45 + 71 159.33 1240 0 0 -35.9915 68.2179 -205.85 + 71 275.186 719 0 1 -36.05 67.9833 -204.656 + 71 89.3116 1163 6 0 -57.9084 52.8359 -26.25 + 71 122.192 730 5 1 -34.05 70.1829 -54.6269 +Number of digits in this event = 49 +Using G4ParticleGun ... +2.62708 LIN +e- +Event: 72 +Number of tracker hits in this event = 93 + 72 328.746 1058 11 1 31.76 19.6285 125.55 + 72 127.749 997 11 0 31.7604 19.6272 124.15 + 72 219.294 1058 10 1 31.7675 19.6149 95.55 + 72 126.764 997 10 0 31.7748 19.6117 94.15 + 72 115.434 1059 9 1 31.961 19.5992 65.55 + 72 122.734 997 9 0 31.9542 19.6083 64.15 + 72 141.434 1058 8 1 31.7758 19.7519 35.55 + 72 209.798 998 8 0 31.7736 19.752 34.15 + 72 120.68 1058 7 1 31.834 19.8132 5.55 + 72 111.909 998 7 0 31.8632 19.806 4.15 + 72 124.106 1062 6 1 32.4857 19.679 -24.45 + 72 131.246 998 6 0 32.524 19.6795 -25.85 + 72 96.9493 1065 5 1 33.1373 19.7161 -54.45 + 72 103.926 998 5 0 33.196 19.7725 -55.85 + 72 165.969 1070 4 1 34.2469 21.1083 -84.45 + 72 49.0731 1071 4 1 34.25 21.1205 -84.7352 + 72 219.091 1005 4 0 34.2642 21.1636 -85.85 + 72 302.944 1073 3 1 34.7136 22.2057 -114.45 + 72 124.192 1011 3 0 34.781 22.2771 -115.85 + 72 116.532 1080 2 1 36.2055 23.9488 -144.45 + 72 127.906 1019 2 0 36.2697 24.0089 -145.85 + 72 148.454 1087 1 1 37.5124 25.0615 -174.45 + 72 280.755 1025 1 0 37.6032 25.1431 -175.85 + 72 107.967 1096 0 1 39.3035 26.8208 -204.45 + 72 102.855 1034 0 0 39.4078 26.8679 -205.85 + 72 423.747 1084 1 1 36.9458 25.9176 -174.45 + 72 126.932 1030 1 0 36.5788 26.1314 -175.85 + 72 102.455 1016 0 1 23.3423 22.7736 -204.45 + 72 87.7401 1013 0 0 23.1442 22.7735 -205.85 + 72 155.173 1083 1 1 36.85 26.0626 -174.556 + 72 364.239 1086 0 1 37.3227 19.6936 -204.45 + 72 202.667 998 0 0 37.2942 19.6804 -205.85 + 72 81.5329 1069 4 1 33.9319 19.7071 -84.45 + 72 73.3632 1006 4 0 35.0825 21.25 -86.0063 + 72 256.456 1085 4 0 56.0548 37.1093 -86.2498 + 72 88.5326 1181 4 1 56.3169 37.0234 -84.85 + 72 57.775 1182 4 1 56.45 36.9828 -84.5934 + 72 239.418 1057 4 1 31.6104 19.68 -84.45 + 72 120.281 998 4 0 31.593 19.719 -85.85 + 72 120.133 1056 3 1 31.2896 20.7135 -114.45 + 72 139.329 1003 3 0 31.2627 20.8189 -115.85 + 72 192.477 1052 2 1 30.5112 23.1401 -144.45 + 72 169.852 1015 2 0 30.447 23.1214 -145.85 + 72 101.347 1045 1 1 29.2361 22.6037 -174.45 + 72 261.566 1012 1 0 29.2013 22.525 -175.85 + 72 135.336 1042 0 1 28.6021 20.8629 -204.45 + 72 196.203 1003 0 0 28.5164 20.7991 -205.85 + 72 306.166 1043 0 1 28.65 20.8591 -204.623 + 72 118.505 996 4 0 31.7161 19.3542 -85.8501 + 72 229.546 1071 3 1 34.4448 12.9409 -114.45 + 72 273.078 1072 3 1 34.45 12.9386 -114.481 + 72 90.2329 963 3 0 34.6898 12.7962 -115.85 + 72 134.772 1102 2 1 40.6072 9.63423 -144.45 + 72 214.033 946 2 0 40.7332 9.33716 -145.85 + 72 131.283 1115 1 1 43.1309 3.18973 -174.45 + 72 277.297 914 1 0 43.2612 2.98254 -175.851 + 72 59.8269 1120 0 1 44.1786 -2.54728 -204.45 + 72 260.616 1121 0 1 44.25 -2.52303 -204.597 + 72 14.1576 888 0 0 44.8857 -2.26164 -205.85 + 72 124.262 889 0 0 44.9116 -2.25 -205.902 + 72 282.519 1122 0 1 44.4503 -2.6362 -204.472 + 72 306.353 915 1 0 43.339 3.05009 -176.117 + 72 34.0396 976 3 0 38.5447 15.4343 -115.85 + 72 6.23745 977 3 0 38.5752 15.45 -115.851 + 72 20.3031 1108 3 1 41.7948 17.222 -114.85 + 72 75.7229 1109 3 1 41.85 17.2543 -114.831 + 72 159.761 1110 3 1 42.0501 17.3684 -114.797 + 72 263.961 1111 3 1 42.25 17.4138 -114.566 + 72 160.086 1058 4 1 31.8387 19.1536 -84.4504 + 72 10.4032 990 4 0 31.4342 18.0704 -85.85 + 72 90.2389 989 4 0 31.4272 18.05 -85.8767 + 72 26.2491 988 4 0 31.3441 17.85 -86.1756 + 72 75.8676 1035 3 1 27.1765 3.43188 -114.45 + 72 47.2713 1036 3 1 27.2501 3.51482 -114.684 + 72 18.1563 918 3 0 27.5245 3.8402 -115.85 + 72 95.009 919 3 0 27.5338 3.85 -115.885 + 72 129.766 1059 4 1 31.8667 19.2016 -84.45 + 72 115.103 995 4 0 31.9015 19.1953 -85.85 + 72 156.873 1062 3 1 32.6247 19.0713 -114.45 + 72 113.328 995 3 0 32.6317 19.1039 -115.85 + 72 148.247 1064 2 1 32.8548 19.4915 -144.45 + 72 60.5288 997 2 0 32.8731 19.4594 -145.85 + 72 45.7632 996 2 0 32.8756 19.45 -146.072 + 72 106.629 1064 1 1 32.9287 18.2101 -174.45 + 72 117.355 990 1 0 32.9205 18.1134 -175.85 + 72 319.577 1063 0 1 32.6938 16.1919 -204.45 + 72 155.031 980 0 0 32.6899 16.0832 -205.85 + 72 116.176 1043 0 0 -1.30555 28.85 -206.122 + 72 22.1854 1044 0 0 -1.56381 28.85 -205.909 + 72 267.608 890 0 1 -1.92184 28.9221 -204.85 + 72 128.854 1527 4 0 177.107 125.55 -86.0611 + 72 91.7143 1785 4 1 177.178 125.309 -84.85 + 72 85.7251 901 1 1 0.364167 -80.8336 -174.45 +Number of digits in this event = 55 +Using G4ParticleGun ... +5.58365 LIN +e- +Event: 73 +Number of tracker hits in this event = 54 + 73 166.97 1427 10 1 105.614 -21.8189 95.55 + 73 151.165 791 10 0 105.613 -21.8187 94.15 + 73 111.316 1427 9 1 105.582 -21.816 65.55 + 73 138.759 791 9 0 105.58 -21.8171 64.15 + 73 111.317 1427 8 1 105.558 -21.8393 35.55 + 73 188.588 791 8 0 105.558 -21.8424 34.15 + 73 158.465 1427 7 1 105.561 -21.9073 5.55 + 73 114.522 790 7 0 105.559 -21.9109 4.15 + 73 160.355 1426 6 1 105.513 -21.9806 -24.45 + 73 237.082 790 6 0 105.511 -21.9847 -25.85 + 73 120.757 1426 5 1 105.464 -22.0654 -54.45 + 73 103.683 789 5 0 105.465 -22.0724 -55.85 + 73 137.559 1426 4 1 105.477 -22.2099 -84.45 + 73 376.782 789 4 0 105.477 -22.2152 -85.85 + 73 377.732 1426 3 1 105.463 -22.3218 -114.45 + 73 247.689 788 3 0 105.462 -22.3269 -115.85 + 73 108.807 1426 2 1 105.442 -22.435 -144.45 + 73 116.473 788 2 0 105.441 -22.4405 -145.85 + 73 150.787 1426 1 1 105.426 -22.5459 -174.45 + 73 154.972 787 1 0 105.426 -22.5523 -175.85 + 73 147.05 1426 0 1 105.415 -22.6847 -204.45 + 73 106.383 786 0 0 105.414 -22.691 -205.85 + 73 271.202 627 3 0 -52.968 -54.4653 -116.25 + 73 59.5695 626 3 0 -52.4208 -54.65 -115.988 + 73 0.705058 647 3 1 -50.4526 -55.0406 -114.85 + 73 278.807 648 3 1 -50.45 -55.0411 -114.848 + 73 85.1083 1716 4 1 163.441 134.258 -84.85 + 73 128.057 938 0 1 7.85 -30.9911 -204.537 + 73 34.5793 937 0 1 7.65 -31.1519 -204.478 + 73 72.5081 788 4 0 105.589 -22.25 -85.9995 + 73 122.354 790 3 0 105.437 -22.0402 -115.85 + 73 184.994 1423 2 1 104.803 -21.1905 -144.45 + 73 291.056 794 2 0 104.799 -21.1263 -145.85 + 73 238.032 1421 1 1 104.352 -19.8082 -174.45 + 73 113.107 801 1 0 104.381 -19.6917 -175.85 + 73 104.345 1439 0 1 108.108 -16.1284 -204.45 + 73 94.2619 821 0 0 107.718 -15.7383 -205.85 + 73 80.9317 1422 2 1 104.75 -21.0947 -144.61 + 73 39.3316 1421 2 1 104.55 -21.0298 -144.769 + 73 120.366 795 2 0 103.561 -21.0021 -145.85 + 73 119.515 732 2 0 47.191 -33.5969 -146.25 + 73 40.1208 1137 2 1 47.633 -33.7147 -144.85 + 73 208.475 1138 2 1 47.6502 -33.7182 -144.8 + 73 63.7768 738 2 0 49.1159 -32.431 -145.85 + 73 277.563 737 2 0 49.1947 -32.4503 -145.939 + 73 134.563 789 3 0 105.485 -22.0658 -115.85 + 73 165.679 1429 2 1 105.989 -22.702 -144.45 + 73 116.19 786 2 0 106.095 -22.7839 -145.85 + 73 160.69 1440 1 1 108.248 -24.4339 -174.45 + 73 133.416 777 1 0 108.307 -24.5039 -175.85 + 73 379.111 1446 0 1 109.413 -26.0677 -204.45 + 73 285.925 769 0 0 109.468 -26.2077 -205.85 + 73 28.9797 1445 0 1 109.35 -26.074 -204.743 + 73 159.27 768 0 0 109.439 -26.3099 -205.85 +Number of digits in this event = 34 +Using G4ParticleGun ... +8.02892 LIN +e- +Event: 74 +Number of tracker hits in this event = 234 + 74 123.545 1332 10 1 86.6186 10.5868 95.55 + 74 149.456 952 10 0 86.618 10.588 94.15 + 74 116.629 1332 9 1 86.5991 10.6217 65.55 + 74 123.861 952 9 0 86.5985 10.6241 64.15 + 74 454.716 1332 8 1 86.5665 10.6584 35.55 + 74 184.128 953 8 0 86.5659 10.66 34.15 + 74 797.706 1332 7 1 86.5567 10.6943 5.55 + 74 323.723 953 7 0 86.5548 10.6971 4.15 + 74 146.694 1332 6 1 86.515 10.7502 -24.45 + 74 292.783 953 6 0 86.5167 10.7525 -25.85 + 74 125.966 1332 5 1 86.5592 10.7968 -54.45 + 74 108.222 953 5 0 86.5603 10.7969 -55.85 + 74 475.157 1332 4 1 86.5838 10.8032 -84.45 + 74 382.649 953 4 0 86.5853 10.8046 -85.85 + 74 161.209 1332 3 1 86.6099 10.8403 -114.45 + 74 136.53 953 3 0 86.6093 10.8424 -115.85 + 74 233.013 1332 2 1 86.5963 10.876 -144.45 + 74 298.627 954 2 0 86.5964 10.8771 -145.85 + 74 324.657 1332 1 1 86.5956 10.8986 -174.45 + 74 440.56 954 1 0 86.5964 10.9014 -175.85 + 74 129.592 1332 0 1 86.6115 10.9503 -204.45 + 74 137.441 954 0 0 86.6124 10.9554 -205.85 + 74 330.997 1333 1 1 86.6734 10.9547 -174.657 + 74 244.191 1334 0 1 86.9415 11.5207 -204.45 + 74 137.053 957 0 0 87.1717 11.5497 -205.85 + 74 123.034 1331 0 1 86.3223 11.214 -204.45 + 74 119.769 955 0 0 86.3041 11.1804 -205.85 + 74 3.27557 898 1 0 77.7203 -0.25 -176.18 + 74 37.7841 1284 1 1 76.9068 -0.338501 -174.85 + 74 192.938 1283 1 1 76.85 -0.36838 -174.838 + 74 142.572 1333 2 1 86.65 10.8184 -144.569 + 74 25.6173 1218 0 1 63.7943 90.3978 -204.85 + 74 1.77641 1448 1 1 109.75 72.7785 -174.721 + 74 70.9834 940 1 0 86.4021 8.10803 -175.85 + 74 34.6411 939 1 0 86.3858 8.05 -176.103 + 74 325.816 1322 0 1 84.5592 1.63441 -204.45 + 74 84.5368 903 0 0 84.1669 0.819556 -205.851 + 74 23.2841 902 0 0 84.0853 0.649957 -206.153 + 74 25.5262 1186 2 0 27.7341 57.4007 -146.25 + 74 142.394 1187 2 0 27.6372 57.45 -146.223 + 74 65.5559 1188 2 0 27.4058 57.65 -146.036 + 74 117.565 1036 2 1 27.295 58.3608 -144.85 + 74 52.2588 1317 1 1 83.5584 12.4195 -174.45 + 74 87.7378 1318 1 1 83.6502 12.3562 -174.598 + 74 129.669 958 1 0 84.4446 11.7735 -175.85 + 74 48.5768 957 1 0 84.6329 11.65 -176.159 + 74 127.971 1417 0 1 103.621 0.952693 -204.45 + 74 49.1919 900 0 0 103.39 0.148704 -205.85 + 74 18.9072 899 0 0 103.296 -0.05 -206.201 + 74 147.736 1330 6 1 86.2435 10.8337 -24.45 + 74 126.291 954 6 0 86.243 10.8565 -25.85 + 74 163.045 1330 5 1 86.2347 11.3242 -54.45 + 74 203.072 956 5 0 86.2302 11.3163 -55.85 + 74 308.702 1330 4 1 86.2108 11.1112 -84.45 + 74 107.375 955 4 0 86.2125 11.0755 -85.85 + 74 423.861 1331 3 1 86.3029 10.2938 -114.45 + 74 212.915 951 3 0 86.2968 10.258 -115.85 + 74 121.833 950 3 0 86.2954 10.25 -116.163 + 74 234.539 1331 2 1 86.27 9.54862 -144.45 + 74 244.006 947 2 0 86.2468 9.54951 -145.85 + 74 312.276 1328 1 1 85.7785 9.63695 -174.45 + 74 137.417 948 1 0 85.7395 9.65784 -175.85 + 74 229.853 951 0 0 84.5186 10.4311 -205.85 + 74 78.8578 950 4 0 85.94 10.2247 -85.85 + 74 63.8878 949 4 0 85.9405 10.0494 -86.0709 + 74 50.6834 1299 2 1 79.9887 -7.0728 -144.85 + 74 140.553 1300 2 1 80.05 -7.1536 -144.72 + 74 267.628 955 5 0 85.8328 11.1861 -55.85 + 74 100.061 1460 0 0 50.8304 112.15 -206.047 + 74 13.6213 1463 0 0 33.089 112.75 -206.199 + 74 99.6472 1714 0 0 30.6798 163.003 -206.25 + 74 61.115 1155 0 1 51.0653 112.486 -204.85 + 74 26.3394 1154 0 1 51.05 112.6 -204.83 + 74 70.5627 1462 0 0 50.9145 112.637 -205.85 + 74 147.379 1461 0 0 50.9223 112.55 -205.946 + 74 97.5519 954 7 0 86.6759 10.85 4.08865 + 74 120.982 1344 6 1 88.9284 14.1182 -24.45 + 74 190.065 970 6 0 89.1666 14.2151 -25.85 + 74 141.46 1366 5 1 93.4517 15.2446 -54.4501 + 74 113.111 975 5 0 93.3457 15.1162 -55.85 + 74 17.7871 1364 4 1 93.136 13.1352 -84.45 + 74 92.8917 1365 4 1 93.15 13.1386 -84.5383 + 74 105.513 965 4 0 93.361 13.2109 -85.85 + 74 236.395 1380 3 1 96.2841 14.0894 -114.45 + 74 37.9477 1381 3 1 96.35 14.1335 -114.725 + 74 263.178 971 3 0 96.6177 14.2922 -115.85 + 74 121.579 1428 2 1 105.799 17.1736 -144.45 + 74 139.577 986 2 0 106.218 17.3552 -145.85 + 74 0.908699 1479 1 1 116.149 21.9059 -174.45 + 74 143.735 1480 1 1 116.15 21.9073 -174.453 + 74 64.2308 1012 1 0 116.783 22.5786 -175.85 + 74 97.0241 1013 1 0 116.846 22.65 -175.993 + 74 8.28286 1543 0 1 128.926 36.4227 -204.451 + 74 97.8051 1544 0 1 128.95 36.4364 -204.479 + 74 60.9147 1545 0 1 129.15 36.5379 -204.703 + 74 158.584 1085 0 0 130.102 37.0581 -205.85 + 74 256.552 1308 3 0 -10.2468 81.7718 -116.25 + 74 54.0075 963 3 0 96.301 12.7951 -115.85 + 74 83.2005 962 3 0 96.297 12.65 -116.01 + 74 54.7863 961 3 0 96.3402 12.45 -116.155 + 74 63.396 894 3 0 109.875 -1.22022 -116.249 + 74 121.717 895 3 0 109.907 -1.04976 -116.064 + 74 48.6472 896 3 0 109.974 -0.85 -115.892 + 74 725.063 1438 3 1 107.94 4.81554 -114.85 + 74 16.8985 1439 3 1 107.95 5.52965 -114.476 + 74 11.2631 948 3 0 107.774 9.81256 -115.85 + 74 99.5122 949 3 0 107.77 9.85 -115.862 + 74 449.318 952 3 0 107.354 10.45 -116.191 + 74 121.784 953 2 0 86.3421 10.716 -145.85 + 74 96.4119 955 1 0 86.6994 11.1428 -175.85 + 74 201.801 1335 0 1 87.1053 11.6334 -204.45 + 74 188.731 958 0 0 87.1339 11.6675 -205.85 + 74 126.748 955 3 0 86.383 11.2183 -115.85 + 74 92.8449 957 2 0 86.5246 11.4686 -145.85 + 74 130.109 1334 1 1 86.9333 10.8911 -174.45 + 74 121.988 953 1 0 86.9511 10.8499 -175.85 + 74 126.948 949 0 0 86.8698 9.91282 -205.851 + 74 376.003 952 7 0 86.5023 10.6174 4.15 + 74 17.7807 1328 6 1 85.6542 9.00228 -24.45 + 74 132.424 1327 6 1 85.65 9.00587 -24.4819 + 74 112.194 945 6 0 85.4143 9.15885 -25.8502 + 74 122.693 1300 5 1 80.2395 13.3255 -54.45 + 74 571.136 967 5 0 80.2636 13.5118 -55.85 + 74 157.187 1298 4 1 79.8371 17.4614 -84.45 + 74 101.95 1299 4 1 79.85 17.4741 -84.6161 + 74 98.1134 987 4 0 80.0034 17.5584 -85.85 + 74 126.683 1318 3 1 83.6819 19.2675 -114.45 + 74 112.007 995 3 0 83.8966 19.2093 -115.85 + 74 118.35 1348 2 1 89.718 18.4328 -144.45 + 74 122.294 991 2 0 89.5245 18.3278 -145.85 + 74 101.513 1319 1 1 84.0224 14.6363 -174.45 + 74 138.787 971 1 0 83.7092 14.4265 -175.85 + 74 253.633 1292 0 1 78.5652 9.38811 -204.451 + 74 16.2721 1291 0 1 78.45 9.39982 -204.801 + 74 108.607 946 0 0 78.1206 9.4129 -205.85 + 74 29.5139 875 5 0 11.4724 -4.87492 -56.25 + 74 203.924 1337 6 1 87.48 7.96073 -24.4501 + 74 149.536 937 6 0 87.6117 7.63152 -25.85 + 74 127.788 1354 5 1 91.0757 0.497121 -54.4503 + 74 96.2799 899 5 0 91.1053 -0.0500284 -55.9643 + 74 138.905 1354 4 1 91.0581 -9.09893 -84.45 + 74 2.7925 1353 4 1 90.9497 -9.19531 -84.8432 + 74 19.8601 853 4 0 90.6521 -9.43116 -85.8501 + 74 105.51 852 4 0 90.6276 -9.45 -85.9299 + 74 82.8156 1308 3 1 81.725 -16.4269 -114.45 + 74 27.9007 1307 3 1 81.6499 -16.4781 -114.747 + 74 154.935 816 3 0 81.3753 -16.663 -115.85 + 74 155.677 1271 2 1 74.4215 -20.9596 -144.45 + 74 105.358 1270 2 1 74.25 -21.064 -144.808 + 74 123.661 793 2 0 73.7654 -21.3673 -145.85 + 74 17.775 792 2 0 73.6116 -21.45 -146.172 + 74 73.5502 1193 1 1 58.7724 -25.5597 -174.45 + 74 65.4866 1192 1 1 58.65 -25.584 -174.631 + 74 100.996 771 1 0 58.3867 -25.7588 -175.85 + 74 311.922 1167 0 1 53.5093 -22.9936 -204.45 + 74 73.476 1168 0 1 53.65 -23.867 -204.743 + 74 81.9856 1169 0 1 53.85 -23.9773 -204.808 + 74 58.2551 777 0 0 55.3875 -24.5136 -205.85 + 74 57.1036 776 0 0 55.5518 -24.65 -205.895 + 74 72.3916 775 0 0 55.5267 -24.8502 -205.879 + 74 114.065 774 0 0 55.4166 -25.05 -205.948 + 74 146.687 764 1 0 -18.7748 -27.186 -176.25 + 74 33.2896 800 1 1 -19.9648 -26.6928 -174.85 + 74 187.239 799 1 1 -20.05 -26.638 -174.758 + 74 26.8609 798 1 1 -20.25 -26.9322 -174.481 + 74 74.0079 958 0 1 11.7558 -30.6806 -204.45 + 74 82.1275 957 0 1 11.6499 -30.7124 -204.621 + 74 93.5805 745 0 0 10.8611 -30.953 -205.85 + 74 19.6911 744 0 0 10.6657 -31.0503 -206.162 + 74 32.0758 869 0 1 -6.23252 -12.6073 -204.85 + 74 43.4185 1269 2 1 74.05 -20.7425 -144.721 + 74 77.0115 800 2 0 73.4675 -19.893 -145.85 + 74 104.879 801 2 0 73.4076 -19.85 -145.931 + 74 167.878 1264 2 1 72.8983 -20.0885 -144.85 + 74 147.899 1263 2 1 72.85 -20.1375 -144.679 + 74 326.738 952 8 0 86.6122 10.5589 34.1498 + 74 185.307 1331 7 1 86.3236 10.6376 5.55 + 74 193.456 1324 6 1 84.9927 10.4542 -24.45 + 74 116.694 952 6 0 84.8697 10.4659 -25.85 + 74 45.7774 1314 5 1 82.8647 10.6079 -54.45 + 74 55.564 1313 5 1 82.85 10.6057 -54.6336 + 74 177.042 952 5 0 82.7529 10.5839 -55.8506 + 74 92.2735 940 4 0 79.4753 8.1805 -85.8505 + 74 84.1117 1250 3 1 70.1674 5.28129 -114.45 + 74 16.9939 1249 3 1 70.05 5.25466 -114.788 + 74 199.662 925 3 0 69.6524 5.18325 -115.85 + 74 48.3634 1189 2 1 57.9362 2.3736 -144.45 + 74 99.8034 1188 2 1 57.8499 2.34486 -144.574 + 74 0.654153 1187 2 1 57.65 2.28671 -144.849 + 74 60.6376 910 2 0 56.8786 2.08423 -145.851 + 74 110.968 909 2 0 56.756 2.04999 -146.013 + 74 72.5083 737 2 0 34.543 -32.4541 -146.25 + 74 76.2603 736 2 0 34.5554 -32.65 -146.036 + 74 9.98663 1073 2 1 34.8424 -33.6736 -144.85 + 74 128.883 1074 2 1 34.85 -33.698 -144.822 + 74 5.763 608 3 0 44.8054 -58.4265 -116.25 + 74 84.6015 607 3 0 44.8145 -58.45 -116.224 + 74 75.754 606 3 0 44.9233 -58.65 -116.007 + 74 139.196 1126 3 1 45.2765 -59.6173 -114.85 + 74 59.5058 274 4 0 127.75 -125.228 -86.25 + 74 134.599 273 4 0 127.897 -125.35 -86.2039 + 74 94.1374 272 4 0 128.11 -125.55 -86.1169 + 74 137.841 271 4 0 128.359 -125.75 -85.9915 + 74 19.5375 270 4 0 128.643 -125.95 -85.8641 + 74 44.1926 1560 4 1 132.24 -128.443 -84.85 + 74 53.6755 1561 4 1 132.35 -128.521 -84.8163 + 74 88.6959 1562 4 1 132.55 -128.648 -84.753 + 74 62.4328 1563 4 1 132.75 -128.771 -84.6619 + 74 62.3121 1564 4 1 132.95 -128.889 -84.5943 + 74 50.2658 1565 4 1 133.15 -128.995 -84.5109 + 74 294.434 944 4 0 80.2559 8.8861 -85.8502 + 74 105.269 951 7 0 86.5381 10.3208 4.15 + 74 70.2261 1336 6 1 87.4398 9.0564 -24.45 + 74 118.086 944 6 0 87.4922 8.98655 -25.85 + 74 87.3019 1343 5 1 88.7898 7.98797 -54.45 + 74 170.8 939 5 0 88.7418 7.928 -55.85 + 74 112.799 1337 4 1 87.5436 6.71421 -84.45 + 74 148.091 932 4 0 87.5573 6.64278 -85.85 + 74 130.396 1340 3 1 88.1459 5.52997 -114.45 + 74 138.12 927 3 0 88.0368 5.49763 -115.85 + 74 117.66 1326 2 1 85.4028 5.59105 -144.45 + 74 181.144 927 2 0 85.1992 5.53556 -145.85 + 74 61.1876 1303 1 1 80.7062 4.85742 -174.45 + 74 171.422 1302 1 1 80.65 4.86306 -174.686 + 74 96.0848 924 1 0 80.3939 4.86851 -175.85 + 74 203.848 1268 0 1 73.746 3.65762 -204.45 + 74 154.435 914 0 0 73.777 3.02002 -205.85 + 74 30.1635 1269 0 1 73.85 3.74962 -204.735 + 74 187.243 919 0 0 74.2483 3.9727 -205.85 + 74 200.936 920 0 0 74.1936 4.05 -205.953 + 74 97.6693 921 0 0 73.9753 4.25 -206.075 + 74 20.346 922 0 0 73.8717 4.45 -206.196 + 74 222.839 1108 3 1 41.8456 56.6362 -114.85 + 74 98.4973 938 5 0 86.5836 7.84997 -56.1646 +Number of digits in this event = 111 +Using G4ParticleGun ... +6.91736 LIN +e- +Event: 75 +Number of tracker hits in this event = 65 + 75 155.036 402 9 1 -99.6738 -68.0093 65.55 + 75 203.58 560 9 0 -99.6724 -68.0102 64.15 + 75 294.172 402 8 1 -99.6412 -68.0271 35.55 + 75 121.514 560 8 0 -99.6399 -68.0279 34.15 + 75 132.885 402 7 1 -99.6202 -68.0448 5.55 + 75 136 560 7 0 -99.6192 -68.0455 4.15 + 75 113.515 402 6 1 -99.6003 -68.0603 -24.45 + 75 106.505 559 6 0 -99.6002 -68.0606 -25.85 + 75 403.671 402 5 1 -99.5959 -68.0686 -54.45 + 75 442.086 559 5 0 -99.5953 -68.0687 -55.85 + 75 115 402 4 1 -99.5836 -68.0744 -84.45 + 75 121.862 559 4 0 -99.5843 -68.0766 -85.85 + 75 117.164 402 3 1 -99.5992 -68.1288 -114.45 + 75 88.6057 559 3 0 -99.6003 -68.1317 -115.85 + 75 119.3 402 2 1 -99.6243 -68.1869 -144.45 + 75 115.565 559 2 0 -99.6238 -68.1898 -145.85 + 75 150.434 402 1 1 -99.6165 -68.2533 -174.45 + 75 195.124 558 1 0 -99.616 -68.2566 -175.85 + 75 101.53 402 0 1 -99.6106 -68.3239 -204.45 + 75 102.091 558 0 0 -99.6109 -68.3259 -205.85 + 75 48.2614 401 8 1 -99.75 -67.9958 35.3707 + 75 223.571 406 4 1 -98.9427 -67.9063 -84.45 + 75 218.439 560 4 0 -98.8055 -68.0058 -85.8503 + 75 251.254 418 3 1 -96.513 -70.4037 -114.45 + 75 318.076 550 3 0 -96.2539 -70.03 -115.85 + 75 100.696 442 2 1 -91.6491 -63.651 -144.45 + 75 46.959 443 2 1 -91.55 -63.5973 -144.693 + 75 337.713 583 2 0 -91.0966 -63.4468 -145.85 + 75 166.319 503 1 1 -79.424 -57.6746 -174.45 + 75 174.298 611 1 0 -78.9288 -57.8086 -175.85 + 75 3.42316 551 0 1 -69.6545 -57.7889 -204.45 + 75 121.998 552 0 1 -69.65 -57.786 -204.46 + 75 40.2323 613 0 0 -69.2536 -57.3024 -205.85 + 75 115.151 614 0 0 -69.2202 -57.25 -205.993 + 75 100.91 582 2 0 -91.0102 -63.45 -145.968 + 75 15.4768 419 3 1 -96.3497 -70.4649 -114.786 + 75 133.441 546 3 0 -95.8547 -70.7555 -115.85 + 75 16.6419 492 2 1 -81.4996 -75.8349 -144.45 + 75 65.8669 493 2 1 -81.4498 -75.836 -144.491 + 75 74.6078 494 2 1 -81.25 -75.8314 -144.644 + 75 5.49609 495 2 1 -81.0499 -75.8048 -144.82 + 75 226.134 521 2 0 -80.0029 -75.72 -145.85 + 75 190.714 633 1 1 -53.322 -70.5575 -174.45 + 75 11.6654 557 1 0 -53.014 -68.4802 -175.85 + 75 78.9716 559 1 0 -52.9984 -68.2498 -176.022 + 75 14.1638 560 1 0 -53.019 -68.05 -176.211 + 75 0.00961879 581 12 0 -109.767 -63.699 153.75 + 75 1.36825 511 2 0 -72.5783 -77.654 -146.25 + 75 81.4776 417 3 1 -96.55 -70.3862 -114.524 + 75 36.3506 416 3 1 -96.7501 -70.3102 -114.757 + 75 12.0525 551 3 0 -97.6245 -69.6719 -115.85 + 75 159.56 552 3 0 -97.6584 -69.65 -115.893 + 75 124.257 396 4 1 -100.756 -68.4835 -84.45 + 75 136.354 557 4 0 -100.877 -68.4887 -85.85 + 75 74.967 385 3 1 -103.141 -68.397 -114.45 + 75 63.4008 384 3 1 -103.15 -68.3946 -114.597 + 75 121.568 558 3 0 -103.206 -68.4192 -115.85 + 75 126.095 379 2 1 -104.239 -69.3202 -144.45 + 75 126.805 553 2 0 -104.281 -69.3944 -145.85 + 75 88.2594 373 1 1 -105.359 -70.7968 -174.45 + 75 135.465 545 1 0 -105.408 -70.8938 -175.85 + 75 250.435 367 0 1 -106.603 -72.8251 -204.45 + 75 92.664 535 0 0 -106.709 -72.9436 -205.85 + 75 0.654489 784 14 1 -23.05 -173.658 215.193 + 75 71.7482 783 14 1 -23.2502 -173.635 215.391 +Number of digits in this event = 32 +Using G4ParticleGun ... +4.03958 LIN +e- +Event: 76 +Number of tracker hits in this event = 56 + 76 105.737 1363 10 1 92.9129 46.204 95.55 + 76 127.621 1130 10 0 92.9137 46.2056 94.15 + 76 109.523 1363 9 1 92.9356 46.2385 65.55 + 76 119.355 1130 9 0 92.9362 46.2394 64.15 + 76 106.318 1364 8 1 92.9558 46.2578 35.55 + 76 109.08 1131 8 0 92.9578 46.2561 34.15 + 76 106.629 1364 7 1 93.0003 46.2119 5.55 + 76 117.261 1130 7 0 93.0027 46.2106 4.15 + 76 119.71 1364 6 1 93.0494 46.1829 -24.45 + 76 191.683 1130 6 0 93.0492 46.1801 -25.85 + 76 102.036 1364 5 1 93.0355 46.1323 -54.45 + 76 114.704 1130 5 0 93.0325 46.1314 -55.85 + 76 111.196 1364 4 1 92.9814 46.1122 -84.45 + 76 120.502 1130 4 0 92.978 46.1111 -85.85 + 76 109.17 1363 3 1 92.8875 46.0935 -114.45 + 76 95.9928 1130 3 0 92.8824 46.0947 -115.85 + 76 136.684 1363 2 1 92.7759 46.1294 -144.45 + 76 382.66 1130 2 0 92.7702 46.1328 -145.85 + 76 112.142 1362 1 1 92.6684 46.2071 -174.45 + 76 172.952 1130 1 0 92.6636 46.211 -175.85 + 76 268.266 1362 0 1 92.5748 46.3034 -204.45 + 76 184.888 1131 0 0 92.5693 46.3115 -205.85 + 76 132.086 1197 1 0 55.2 59.4944 -176.25 + 76 140.094 1196 1 0 55.0447 59.4498 -176.168 + 76 67.4178 1564 5 0 134.753 132.95 -56.0891 + 76 14.577 1069 10 0 129.405 33.85 93.7569 + 76 223.762 1130 0 0 92.5729 46.2243 -205.85 + 76 293.717 1365 3 1 93.2156 45.9292 -114.45 + 76 124.159 1128 3 0 93.22 45.739 -115.85 + 76 215.447 1367 2 1 93.6366 41.0955 -144.45 + 76 3.24709 1104 2 0 93.7523 40.8521 -145.85 + 76 117.208 1103 2 0 93.7533 40.85 -145.862 + 76 100.936 1386 1 1 97.3568 37.0617 -174.45 + 76 36.6604 1387 1 1 97.55 37.0269 -174.728 + 76 148.749 1084 1 0 98.2552 36.9257 -175.85 + 76 106.635 1463 0 1 112.759 31.8931 -204.45 + 76 49.1402 1464 0 1 112.95 31.7263 -204.721 + 76 111.885 1054 0 0 113.753 31.0226 -205.85 + 76 25.9433 1053 0 0 114.009 30.85 -206.192 + 76 175.655 1368 2 1 93.7504 41.1125 -144.581 + 76 78.4425 1369 2 1 93.95 41.1978 -144.774 + 76 154.859 1110 2 0 95.2781 42.073 -145.85 + 76 320.128 1111 2 0 95.7427 42.25 -146.064 + 76 129.974 1216 2 0 131.468 63.3439 -146.25 + 76 45.3311 1217 2 0 131.646 63.45 -145.999 + 76 92.3762 1560 2 1 132.191 63.5849 -144.85 + 76 98.3816 1561 2 1 132.35 63.5269 -144.533 + 76 111.121 1129 3 0 93.1845 45.9644 -115.85 + 76 193.362 1360 2 1 92.2944 46.4783 -144.45 + 76 156.499 1132 2 0 92.2687 46.4688 -145.85 + 76 135.21 1356 1 1 91.4212 46.3964 -174.45 + 76 115.958 1131 1 0 91.2996 46.4093 -175.85 + 76 114.95 1344 0 1 88.9223 46.7287 -204.45 + 76 269.541 1133 0 0 88.8605 46.7353 -205.85 + 76 119.281 1131 2 0 92.2986 46.45 -145.998 + 76 99.3372 1361 2 1 92.35 46.4407 -144.78 +Number of digits in this event = 26 +Using G4ParticleGun ... +8.37788 LIN +e- +Event: 77 +Number of tracker hits in this event = 264 + 77 534.178 1033 11 1 26.7084 -6.12538 125.55 + 77 423.42 869 11 0 26.707 -6.12566 124.15 + 77 240.036 1033 10 1 26.6775 -6.13408 95.55 + 77 310.787 869 10 0 26.6747 -6.13598 94.15 + 77 436.438 1032 9 1 26.6139 -6.17151 65.55 + 77 248.274 869 9 0 26.6105 -6.17249 64.15 + 77 313.763 1032 8 1 26.5381 -6.18957 35.55 + 77 313.509 869 8 0 26.5339 -6.18819 34.15 + 77 340.668 1031 7 1 26.4467 -6.15096 5.55 + 77 984.158 869 7 0 26.4417 -6.14701 4.15 + 77 443.757 1031 6 1 26.3333 -6.06407 -24.45 + 77 378.206 869 6 0 26.3284 -6.06203 -25.85 + 77 317.969 1030 5 1 26.2268 -6.01526 -54.45 + 77 131.996 870 5 0 26.2225 -6.01447 -55.85 + 77 127.241 1030 4 1 26.1452 -6.00529 -84.45 + 77 138.619 870 4 0 26.1411 -6.00499 -85.85 + 77 122.672 1030 3 1 26.0587 -6.0042 -114.45 + 77 210.533 870 3 0 26.0542 -6.00508 -115.85 + 77 245.209 1029 2 1 25.9628 -6.01507 -144.45 + 77 127.141 870 2 0 25.959 -6.01521 -145.85 + 77 101.652 1029 1 1 25.8809 -6.01688 -174.45 + 77 126.641 870 1 0 25.8755 -6.01569 -175.85 + 77 370.154 1028 0 1 25.7712 -5.99711 -204.45 + 77 207.974 870 0 0 25.7653 -5.99435 -205.85 + 77 125.987 1267 5 0 -4.80137 73.45 -56.2176 + 77 185.266 457 2 0 167.5 -88.507 -146.25 + 77 87.0778 458 2 0 167.576 -88.4499 -146.165 + 77 151.748 459 2 0 167.384 -88.2499 -146.125 + 77 15.6485 619 1 0 -60.1308 -56.05 -176.132 + 77 27.5162 1029 0 1 25.85 -6.03113 -204.807 + 77 66.8393 869 0 0 26.0219 -6.20368 -205.85 + 77 42.2504 868 0 0 26.0497 -6.25 -206.06 + 77 161.402 871 5 0 26.1404 -5.78747 -55.85 + 77 11.1106 870 7 0 26.3777 -6.05 3.89271 + 77 553.68 1032 7 1 26.5012 -6.22052 5.55 + 77 142.571 1034 6 1 26.8984 -6.69581 -24.45 + 77 148.381 866 6 0 26.8756 -6.7147 -25.85 + 77 103.563 1033 5 1 26.6647 -7.17363 -54.45 + 77 149.334 864 5 0 26.6756 -7.17456 -55.85 + 77 173.938 1033 4 1 26.8082 -6.5773 -84.45 + 77 77.0915 867 4 0 26.8601 -6.63632 -85.85 + 77 37.5025 866 4 0 26.8681 -6.65 -86.1271 + 77 118.66 1041 3 1 28.2741 -7.86838 -114.45 + 77 75.9379 860 3 0 28.5026 -8.03016 -115.85 + 77 65.9039 859 3 0 28.5306 -8.05002 -116.015 + 77 24.3784 1066 2 1 33.2571 -11.6833 -144.45 + 77 126.176 1065 2 1 33.25 -11.6893 -144.541 + 77 118.906 841 2 0 33.1264 -11.7784 -145.85 + 77 299.404 1052 1 1 30.5978 -13.2804 -174.45 + 77 94.8116 833 1 0 30.2695 -13.4195 -175.85 + 77 28.6525 832 1 0 30.1997 -13.45 -176.164 + 77 94.8093 1019 0 1 23.8931 -16.2323 -204.45 + 77 45.2756 1018 0 1 23.85 -16.2508 -204.741 + 77 120.515 818 0 0 23.7006 -16.3332 -205.85 + 77 172.482 792 1 0 28.1037 -21.5067 -175.85 + 77 183.311 791 1 0 28.1133 -21.65 -176 + 77 215.762 872 4 0 26.8743 -5.60993 -85.85 + 77 308.917 873 4 0 26.9349 -5.45 -85.9531 + 77 508.296 874 4 0 27.0483 -5.25 -86.0295 + 77 92.0672 1035 3 1 27.0587 -7.06349 -114.45 + 77 149.982 1034 3 1 27.05 -7.07524 -114.753 + 77 120.113 864 3 0 27.0176 -7.1185 -115.85 + 77 141.823 857 2 0 25.9 -8.64517 -145.85 + 77 148.902 856 2 0 25.8982 -8.65 -145.947 + 77 162.868 1025 1 1 25.2347 -9.79752 -174.45 + 77 107.148 850 1 0 25.184 -9.85732 -175.851 + 77 222.055 1021 0 1 24.3628 -10.8327 -204.45 + 77 37.0332 1020 0 1 24.2498 -10.8543 -204.753 + 77 174.35 845 0 0 23.8294 -10.9397 -205.85 + 77 11.1159 846 0 0 23.7129 -10.8496 -206.188 + 77 60.2112 784 0 0 13.2335 -23.142 -206.25 + 77 112.109 783 0 0 13.2381 -23.25 -206.141 + 77 100.685 782 0 0 13.256 -23.45 -205.989 + 77 11.1384 972 0 1 14.6153 -23.2968 -204.85 + 77 47.4494 973 0 1 14.65 -23.2872 -204.824 + 77 79.6074 974 0 1 14.85 -23.314 -204.74 + 77 117.319 975 0 1 15.05 -23.4042 -204.696 + 77 47.5061 976 0 1 15.25 -23.4629 -204.658 + 77 84.9686 977 0 1 15.45 -23.5158 -204.658 + 77 104.053 978 0 1 15.6503 -23.6053 -204.6 + 77 19.6027 979 0 1 15.8501 -23.8705 -204.494 + 77 3.26977 869 3 0 26.2942 -6.05175 -115.85 + 77 14.2896 871 3 0 26.1186 -5.85 -116.192 + 77 390.258 833 3 0 16.331 -13.4113 -116.25 + 77 185.154 832 3 0 16.3402 -13.45 -116.205 + 77 246.624 985 3 1 17.0884 -13.6377 -114.85 + 77 98.1049 986 3 1 17.25 -13.0665 -114.744 + 77 30.4784 987 3 1 17.45 -12.8548 -114.803 + 77 166.564 1033 6 1 26.6799 -4.79747 -24.4506 + 77 114.64 876 6 0 26.7354 -4.7908 -25.85 + 77 109.189 1039 5 1 27.988 -4.83333 -54.45 + 77 107.157 876 5 0 28.0391 -4.72727 -55.85 + 77 107.353 1045 4 1 29.1371 -2.32694 -84.45 + 77 186.725 889 4 0 29.2523 -2.18149 -85.85 + 77 115.672 1058 3 1 31.7412 1.11932 -114.45 + 77 173.327 906 3 0 31.8468 1.32922 -115.85 + 77 70.6498 1071 2 1 34.3182 5.72707 -144.45 + 77 50.2717 1070 2 1 34.2498 5.79298 -144.735 + 77 108.78 930 2 0 33.9892 6.05926 -145.85 + 77 99.6296 1037 1 1 27.5554 13.0662 -174.45 + 77 7.88383 1036 1 1 27.45 13.16 -174.816 + 77 28.5428 966 1 0 27.1468 13.4245 -175.85 + 77 82.6005 967 1 0 27.1176 13.45 -175.95 + 77 61.3134 994 0 1 18.8909 21.192 -204.45 + 77 226.051 993 0 1 18.8499 21.2066 -204.54 + 77 72.999 1006 0 0 18.2429 21.4114 -205.85 + 77 51.9352 1007 0 0 18.1268 21.45 -206.1 + 77 100.231 870 10 0 26.6826 -6.03528 94.15 + 77 252.733 870 9 0 26.6051 -5.92076 64.15 + 77 201.673 871 8 0 26.5063 -5.72958 34.15 + 77 117.51 872 7 0 26.3788 -5.64881 4.15 + 77 665.546 1030 6 1 26.1747 -5.55312 -24.45 + 77 118.488 872 6 0 26.1649 -5.54905 -25.85 + 77 218.184 1029 5 1 25.9592 -5.44758 -54.45 + 77 133.068 873 5 0 25.947 -5.43889 -55.85 + 77 205.225 1028 4 1 25.668 -5.22044 -84.45 + 77 209.527 1026 3 1 25.2788 -5.29623 -114.45 + 77 156.571 873 3 0 25.2631 -5.30079 -115.85 + 77 130.044 1024 2 1 24.9383 -5.4038 -144.45 + 77 138.477 873 2 0 24.9242 -5.41056 -145.85 + 77 27.9789 1023 1 1 24.651 -5.53925 -174.45 + 77 77.034 1022 1 1 24.65 -5.53989 -174.548 + 77 118.961 872 1 0 24.6366 -5.54742 -175.85 + 77 302.482 871 0 0 24.3591 -5.75463 -205.85 + 77 95.7011 1292 5 1 78.5177 -152.028 -54.85 + 77 82.9567 1291 5 1 78.45 -152.164 -54.6577 + 77 46.4066 886 0 0 23.5963 -2.84408 -205.85 + 77 135.78 1032 10 1 26.6197 -6.12307 95.55 + 77 111.057 1033 8 1 26.6652 -6.22957 35.55 + 77 116.783 868 6 0 26.1568 -6.31576 -25.85 + 77 150.699 867 5 0 25.9591 -6.54092 -55.85 + 77 289.171 865 4 0 25.7317 -6.95999 -85.85 + 77 37.853 1027 3 1 25.6474 -7.54045 -114.45 + 77 71.5773 1028 3 1 25.65 -7.54615 -114.603 + 77 137.562 862 3 0 25.666 -7.5885 -115.85 + 77 142.826 1030 2 1 26.0675 -8.52457 -144.45 + 77 89.3316 1034 1 1 26.9026 -10.2688 -174.45 + 77 95.8856 848 1 0 26.9214 -10.3712 -175.85 + 77 175.2 1036 0 1 27.2949 -12.3277 -204.45 + 77 166.253 837 0 0 27.3468 -12.4864 -205.85 + 77 24.5209 1037 0 1 27.45 -12.358 -204.775 + 77 79.7701 838 0 0 28.568 -12.4039 -205.85 + 77 120.023 1027 5 1 25.4774 -5.2242 -54.4502 + 77 104.342 874 5 0 25.4463 -5.18325 -55.85 + 77 114.331 1025 4 1 25.0523 -4.40292 -84.45 + 77 159.178 878 4 0 25.0606 -4.38462 -85.85 + 77 111.903 1029 3 1 25.9147 -4.14753 -114.451 + 77 136.406 879 3 0 25.9137 -4.13181 -115.85 + 77 30.4633 1032 2 1 26.4693 -4.00879 -144.45 + 77 126.38 1031 2 1 26.45 -4.01062 -144.569 + 77 125.943 880 2 0 26.2461 -4.00371 -145.85 + 77 164.992 1004 1 1 21.0032 -4.02494 -174.45 + 77 118.121 880 1 0 20.9105 -3.93143 -175.85 + 77 144.958 897 0 0 18.7164 -0.578171 -205.85 + 77 416.082 1073 0 1 34.7642 -4.86972 -204.45 + 77 168.619 875 0 0 34.6881 -4.96933 -205.85 + 77 94.9843 1024 3 1 24.9849 -3.7544 -114.45 + 77 185.447 1025 3 1 25.05 -3.82036 -114.519 + 77 152.125 877 3 0 26.9576 -4.64001 -115.85 + 77 53.0455 876 3 0 26.9882 -4.65 -115.869 + 77 31.8745 666 3 0 84.2037 -46.7782 -116.25 + 77 82.818 665 3 0 84.1893 -46.8502 -116.216 + 77 63.2205 664 3 0 84.136 -47.05 -116.169 + 77 78.4827 663 3 0 84.0614 -47.25 -116.125 + 77 79.0393 662 3 0 84.1962 -47.45 -116.045 + 77 64.9056 661 3 0 84.3906 -47.6501 -115.974 + 77 238.259 660 3 0 84.5269 -47.85 -115.887 + 77 85.3071 659 3 0 84.6019 -48.05 -116.012 + 77 57.733 685 3 0 94.6978 -43.0155 -116.25 + 77 160.21 684 3 0 94.7423 -43.05 -116.159 + 77 97.5009 872 3 0 24.745 -5.45 -115.85 + 77 115.219 1021 3 1 24.2872 -5.69159 -114.85 + 77 22.4787 886 3 0 25.2584 -2.69829 -115.85 + 77 214.24 887 3 0 25.2683 -2.64993 -115.924 + 77 7.92203 888 3 0 25.3384 -2.44981 -116.213 + 77 301.366 1556 3 0 -20.7609 131.375 -116.25 + 77 68.8783 1023 5 1 24.6613 -6.3125 -54.45 + 77 44.7126 1022 5 1 24.65 -6.30285 -54.7216 + 77 60.0604 868 5 0 24.6009 -6.25876 -55.85 + 77 56.5326 869 5 0 24.5924 -6.25 -56.0796 + 77 99.0543 1018 4 1 23.668 -5.33754 -84.45 + 77 123.924 1019 3 1 23.8674 -3.672 -114.45 + 77 110.668 882 3 0 23.8764 -3.6012 -115.85 + 77 97.3781 1022 2 1 24.482 -2.25947 -144.45 + 77 19.9067 1021 2 1 24.4499 -2.24393 -144.771 + 77 151.13 889 2 0 24.3592 -2.17678 -145.85 + 77 145.931 1011 1 1 22.3456 -0.197168 -174.45 + 77 116.889 900 1 0 22.223 0.146113 -175.85 + 77 102.054 997 0 1 19.4771 6.68337 -204.45 + 77 81.09 998 0 1 19.65 6.93641 -204.692 + 77 68.7268 940 0 0 20.6076 8.16019 -205.85 + 77 90.8232 941 0 0 20.6749 8.25 -205.936 + 77 66.0065 942 0 0 20.7895 8.45 -206.111 + 77 62.9591 1173 0 0 50.8642 54.6931 -206.25 + 77 68.303 1174 0 0 50.9878 54.85 -206.163 + 77 78.062 1175 0 0 51.1453 55.0501 -206.056 + 77 88.7318 1176 0 0 51.3053 55.25 -205.942 + 77 7.72 1162 0 1 52.6299 56.9699 -204.85 + 77 211.28 1163 0 1 52.65 56.9957 -204.833 + 77 196.974 1164 0 1 52.85 57.2573 -204.663 + 77 28.6949 1165 0 1 53.05 57.5271 -204.497 + 77 90.8522 1333 1 0 84.0369 86.675 -176.25 + 77 80.3597 1334 1 0 84.2164 86.85 -176.079 + 77 50.2759 1335 1 0 84.3997 87.05 -175.912 + 77 33.1392 1327 1 1 85.5915 88.4153 -174.85 + 77 99.8335 1328 1 1 85.65 88.4831 -174.801 + 77 190.688 1329 1 1 85.85 88.7118 -174.652 + 77 221.116 1330 1 1 86.05 88.9633 -174.483 + 77 11.5538 1454 2 0 110.114 111.138 -146.25 + 77 115.229 1455 2 0 110.127 111.15 -146.235 + 77 118.954 1456 2 0 110.399 111.35 -146.025 + 77 33.7553 1457 2 0 110.718 111.55 -145.892 + 77 30.0134 1466 2 1 113.489 112.637 -144.849 + 77 47.8369 1467 2 1 113.55 112.66 -144.829 + 77 68.0536 1468 2 1 113.75 112.734 -144.747 + 77 60.6873 1469 2 1 113.95 112.83 -144.642 + 77 70.766 1470 2 1 114.15 112.925 -144.55 + 77 200.566 1418 3 0 98.8812 103.948 -116.25 + 77 338.225 1417 3 0 98.5963 103.75 -116.081 + 77 2.7059 1416 3 0 97.9715 103.55 -116.244 + 77 196.257 1201 3 0 80.0989 60.2899 -116.25 + 77 160.263 1202 3 0 79.9964 60.45 -116.058 + 77 41.4216 1486 2 0 174.769 117.35 -146.013 + 77 221.688 1033 3 1 26.7324 -6.31885 -114.45 + 77 275.683 868 3 0 26.6385 -6.35723 -115.85 + 77 105.495 1023 2 1 24.65 -7.67088 -144.471 + 77 104.735 862 2 0 24.7073 -7.53204 -145.85 + 77 188.069 1032 1 1 26.4598 -5.29444 -174.45 + 77 244.447 871 1 0 26.6208 -5.66871 -175.85 + 77 49.3456 1034 0 1 26.9184 -12.5739 -204.45 + 77 81.1033 1033 0 1 26.85 -12.5142 -204.607 + 77 45.2564 840 0 0 26.3765 -11.9103 -205.85 + 77 89.207 841 0 0 26.3202 -11.85 -205.986 + 77 14.4391 949 0 0 10.8539 10.0284 -206.25 + 77 270.294 950 0 0 10.8283 10.05 -206.216 + 77 164.984 951 0 0 10.4199 10.25 -205.959 + 77 46.0797 938 0 1 7.71854 11.0056 -204.85 + 77 69.3607 937 0 1 7.65 11.023 -204.824 + 77 67.1001 936 0 1 7.45 11.0776 -204.703 + 77 46.4349 935 0 1 7.24957 11.1836 -204.649 + 77 47.1697 934 0 1 7.04992 11.2794 -204.655 + 77 69.913 933 0 1 6.84986 11.3312 -204.671 + 77 56.0244 932 0 1 6.65 11.3357 -204.684 + 77 45.6783 931 0 1 6.45 11.3245 -204.703 + 77 41.7418 930 0 1 6.249 11.3272 -204.734 + 77 53.8662 929 0 1 6.05 11.3256 -204.761 + 77 79.199 928 0 1 5.85 11.3388 -204.779 + 77 60.7465 927 0 1 5.65 11.463 -204.763 + 77 64.6758 926 0 1 5.44988 11.6025 -204.75 + 77 26.8764 925 0 1 5.25 11.5794 -204.801 + 77 79.3623 954 0 0 5.16387 11.0418 -205.85 + 77 76.158 953 0 0 5.13774 10.85 -205.979 + 77 66.5225 952 0 0 5.18967 10.6489 -206.062 + 77 135.058 839 0 0 -9.38173 -12.1966 -206.25 + 77 84.4594 852 0 1 -9.6077 -12.3384 -204.85 + 77 44.2989 853 0 1 -9.45 -12.4694 -204.813 + 77 280.823 891 0 1 -1.8092 -20.1721 -204.85 + 77 59.483 1417 3 1 103.574 -123.039 -114.85 + 77 196.175 1034 2 1 26.9615 -6.41403 -144.45 + 77 135.3 868 2 0 27.0739 -6.37252 -145.85 + 77 137.006 1043 1 1 28.7763 -5.81571 -174.45 + 77 105.157 1032 0 1 26.5377 -5.70348 -204.45 + 77 58.1076 667 0 1 -46.45 33.2438 -204.761 + 77 2.93602 666 0 1 -46.65 33.339 -204.706 +Number of digits in this event = 111 +Using G4ParticleGun ... +2.64827 LIN +e- +Event: 78 +Number of tracker hits in this event = 87 + 78 151.778 1050 11 1 30.0998 -73.603 125.55 + 78 109.242 532 11 0 30.1008 -73.5995 124.15 + 78 317.294 1050 10 1 30.133 -73.5085 95.55 + 78 147.118 532 10 0 30.1344 -73.5025 94.15 + 78 120.853 1050 9 1 30.1498 -73.367 65.55 + 78 150.018 533 9 0 30.1499 -73.3602 64.15 + 78 385.265 1050 8 1 30.1648 -73.2322 35.55 + 78 130.677 534 8 0 30.1698 -73.2285 34.15 + 78 111.373 1051 7 1 30.2604 -73.1429 5.55 + 78 334.538 534 7 0 30.2573 -73.14 4.15 + 78 109.53 1050 6 1 30.1884 -73.0744 -24.45 + 78 112.851 534 6 0 30.185 -73.0692 -25.85 + 78 105.475 1050 5 1 30.1182 -72.9392 -54.45 + 78 130.913 535 5 0 30.1168 -72.9339 -55.85 + 78 118.576 1050 4 1 30.0847 -72.8296 -84.45 + 78 112.245 536 4 0 30.0822 -72.8199 -85.85 + 78 174.431 1049 3 1 30.0303 -72.6186 -114.45 + 78 121.157 537 3 0 30.0227 -72.6085 -115.85 + 78 209.195 1049 2 1 29.8943 -72.4064 -144.45 + 78 127.106 538 2 0 29.8839 -72.396 -145.85 + 78 150.696 1048 1 1 29.6799 -72.1791 -174.45 + 78 98.1563 539 1 0 29.6728 -72.1658 -175.85 + 78 134.988 1047 0 1 29.5296 -71.9033 -204.45 + 78 149.118 540 0 0 29.5251 -71.8958 -205.85 + 78 109.797 455 9 0 13.6377 -88.9273 63.75 + 78 89.435 1049 10 1 30.05 -73.5474 95.3454 + 78 196.547 533 10 0 29.4029 -73.2985 94.15 + 78 39.1575 534 10 0 29.3437 -73.2499 93.8806 + 78 115.093 533 8 0 30.1625 -73.4101 34.1499 + 78 196.743 1048 7 1 29.7445 -73.2412 5.5493 + 78 84.3212 1031 6 1 26.3076 -72.9008 -24.45 + 78 94.6069 1030 6 1 26.25 -72.9109 -24.7243 + 78 121.655 535 6 0 26.0186 -72.9563 -25.8503 + 78 30.081 1003 5 1 20.6749 -73.8957 -54.45 + 78 91.0781 1002 5 1 20.65 -73.8963 -54.5562 + 78 117.583 530 5 0 20.32 -73.9144 -55.85 + 78 98.7935 964 4 1 12.9384 -73.996 -84.45 + 78 187.36 529 4 0 12.7405 -74.0655 -85.85 + 78 117.64 942 3 1 8.59621 -75.779 -114.451 + 78 124.578 519 3 0 8.39604 -76.075 -115.85 + 78 123.412 926 2 1 5.31576 -81.1295 -144.45 + 78 106.132 493 2 0 5.11396 -81.3648 -145.85 + 78 145.599 903 1 1 0.765928 -85.5009 -174.45 + 78 175.322 471 1 0 0.506432 -85.671 -175.85 + 78 23.4142 878 0 1 -4.42889 -88.8214 -204.45 + 78 85.2488 877 0 1 -4.45007 -88.8304 -204.541 + 78 98.8636 455 0 0 -4.73002 -88.9224 -205.85 + 78 39.784 532 8 0 30.2732 -73.6207 34.15 + 78 55.6629 531 8 0 30.2857 -73.65 33.9849 + 78 187.259 1069 7 1 33.8827 -77.8303 5.54994 + 78 120.018 509 7 0 34.13 -78.0729 4.15 + 78 143.04 1094 6 1 38.8582 -82.9745 -24.45 + 78 18.2771 480 6 0 38.9716 -84.0329 -25.85 + 78 95.3211 479 6 0 38.9734 -84.0504 -25.873 + 78 34.0552 478 6 0 38.9865 -84.25 -26.1457 + 78 187.855 1096 5 1 39.3506 -105.002 -54.45 + 78 43.2837 368 5 0 39.204 -106.405 -55.85 + 78 136.335 367 5 0 39.1771 -106.55 -55.9702 + 78 73.574 366 5 0 39.138 -106.75 -56.132 + 78 145.356 1059 4 1 31.9521 -140.777 -84.45 + 78 23.5932 191 4 0 31.8098 -141.897 -85.85 + 78 128.486 190 4 0 31.8036 -141.95 -85.914 + 78 25.32 189 4 0 31.7799 -142.15 -86.164 + 78 171.149 1042 3 1 28.4697 -163.784 -114.45 + 78 6.87069 1043 3 1 28.65 -164.129 -114.816 + 78 93.0049 75 3 0 29.1575 -164.989 -115.85 + 78 72.182 74 3 0 29.2489 -165.151 -116.054 + 78 19.0093 1416 0 0 152.786 103.422 -206.25 + 78 89.9825 1039 3 1 27.9527 -175.318 -114.45 + 78 78.5855 21 3 0 27.4704 -175.806 -115.85 + 78 55.3349 22 3 0 27.3193 -175.75 -116.103 + 78 43.3952 418 3 0 -91.7173 -96.4756 -116.25 + 78 457.693 1068 7 1 33.8499 -78.0006 5.49564 + 78 370.027 1050 3 1 30.2062 -73.3456 -114.45 + 78 252.963 533 3 0 30.2305 -73.2763 -115.85 + 78 108.196 1056 2 1 31.3479 -71.8571 -144.45 + 78 127.689 541 2 0 31.529 -71.758 -145.85 + 78 116.875 1074 1 1 34.9804 -69.7375 -174.45 + 78 121.861 551 1 0 35.1257 -69.7454 -175.85 + 78 127.486 1091 0 1 38.2978 -70.4488 -204.45 + 78 99.0688 548 0 0 38.2958 -70.3757 -205.85 + 78 2.57469 1050 2 1 30.05 -73.2246 -144.843 + 78 145.274 534 2 0 30.0889 -73.214 -145.85 + 78 448.26 1057 1 1 31.4664 -73.0027 -174.45 + 78 146.287 535 1 0 31.4779 -72.9139 -175.85 + 78 116.161 1057 0 1 31.6043 -70.8747 -204.45 + 78 120.84 546 0 0 31.5542 -70.8378 -205.85 +Number of digits in this event = 45 +Using G4ParticleGun ... +7.77901 LIN +e- +Event: 79 +Number of tracker hits in this event = 67 + 79 146.845 237 8 1 -132.691 -39.2058 35.55 + 79 112.77 704 8 0 -132.7 -39.1943 34.15 + 79 143.205 236 7 1 -132.896 -38.9316 5.55 + 79 122.696 705 7 0 -132.912 -38.9222 4.15 + 79 117.736 234 6 1 -133.26 -38.7134 -24.45 + 79 117.859 706 6 0 -133.249 -38.6939 -25.85 + 79 164.123 235 5 1 -133.003 -38.327 -54.45 + 79 105.976 708 5 0 -133.008 -38.3145 -55.85 + 79 103.237 235 4 1 -132.955 -38.1928 -84.45 + 79 166.887 709 4 0 -132.953 -38.1518 -85.85 + 79 92.1376 236 3 1 -132.845 -37.3717 -114.45 + 79 107.196 713 3 0 -132.842 -37.3278 -115.85 + 79 309.31 237 2 1 -132.575 -36.5297 -144.45 + 79 118.512 717 2 0 -132.566 -36.5104 -145.85 + 79 88.4347 239 1 1 -132.323 -36.0992 -174.45 + 79 139.44 719 1 0 -132.279 -36.0985 -175.85 + 79 408.212 243 0 1 -131.483 -35.8844 -204.45 + 79 101.709 720 0 0 -131.482 -35.8984 -205.85 + 79 42.4987 725 0 0 -131.605 -34.9355 -205.85 + 79 100.271 726 0 0 -131.62 -34.85 -205.931 + 79 28.423 718 0 0 -131.247 -36.4246 -205.85 + 79 92.3177 717 0 0 -131.236 -36.45 -205.919 + 79 224.443 235 1 1 -133 -36.8787 -174.45 + 79 43.6112 236 1 1 -132.95 -37.0691 -174.736 + 79 33.3966 711 1 0 -132.619 -37.8 -175.85 + 79 106.954 710 1 0 -132.589 -37.8501 -175.943 + 79 60.6286 261 0 1 -127.868 -60.5333 -204.45 + 79 67.4922 262 0 1 -127.75 -60.5899 -204.651 + 79 144.032 596 0 0 -127.095 -60.7123 -205.85 + 79 124.767 716 1 0 -133.226 -36.8426 -175.85 + 79 114.722 220 0 1 -136.018 -35.6929 -204.45 + 79 292.512 721 0 0 -136.124 -35.7111 -205.85 + 79 53.4348 227 2 1 -134.601 -37.8164 -144.45 + 79 86.9811 228 2 1 -134.55 -37.79 -144.513 + 79 37.8229 229 2 1 -134.35 -37.7062 -144.709 + 79 76.6872 710 2 0 -133.793 -37.8764 -145.85 + 79 8.83486 709 2 0 -133.632 -38.05 -145.876 + 79 24.555 235 2 1 -132.994 -38.9306 -144.85 + 79 77.1647 236 2 1 -132.95 -38.9687 -144.804 + 79 131.585 226 2 1 -134.75 -37.7705 -144.537 + 79 1.59488 712 2 0 -134.781 -37.4514 -145.85 + 79 136.295 713 2 0 -134.781 -37.45 -145.857 + 79 144.587 706 2 0 -118.649 -38.718 -146.25 + 79 49.0264 303 2 1 -119.453 -41.0287 -144.85 + 79 2.69205 302 2 1 -119.55 -41.1419 -144.845 + 79 111.904 690 2 0 -120.831 -41.9002 -145.85 + 79 239.664 689 2 0 -121.009 -42.05 -145.918 + 79 293.747 237 5 1 -132.673 -39.2604 -54.45 + 79 304.617 703 5 0 -132.673 -39.2614 -55.85 + 79 216.859 237 4 1 -132.669 -39.2757 -84.45 + 79 107.722 703 4 0 -132.669 -39.2771 -85.85 + 79 210.034 237 3 1 -132.663 -39.302 -114.45 + 79 113.622 703 3 0 -132.662 -39.3034 -115.85 + 79 98.606 703 2 0 -132.657 -39.3358 -145.85 + 79 106.667 237 1 1 -132.656 -39.3858 -174.45 + 79 118.174 703 1 0 -132.655 -39.3875 -175.85 + 79 133.451 237 0 1 -132.65 -39.4227 -204.45 + 79 107.12 703 0 0 -132.652 -39.4246 -205.85 + 79 180.938 704 4 0 -132.645 -39.242 -85.85 + 79 177.851 238 3 1 -132.442 -39.1055 -114.45 + 79 125.475 704 3 0 -132.42 -39.1028 -115.85 + 79 113.817 241 2 1 -131.943 -39.0647 -144.45 + 79 220.813 704 2 0 -131.92 -39.0724 -145.85 + 79 150.703 243 1 1 -131.454 -39.1777 -174.45 + 79 101.742 704 1 0 -131.444 -39.1933 -175.85 + 79 122.679 244 0 1 -131.162 -39.5007 -204.45 + 79 190.226 702 0 0 -131.152 -39.4909 -205.85 +Number of digits in this event = 31 +Using G4ParticleGun ... +6.45616 LIN +e- +Event: 80 +Number of tracker hits in this event = 36 + 80 220.096 802 11 1 -19.5689 57.4543 125.55 + 80 113.608 1187 11 0 -19.5692 57.4531 124.15 + 80 125.958 802 10 1 -19.5761 57.427 95.55 + 80 167.558 1186 10 0 -19.5757 57.426 94.15 + 80 101.045 802 9 1 -19.5614 57.4036 65.55 + 80 109.723 1186 9 0 -19.5596 57.4019 64.15 + 80 150.597 802 8 1 -19.5241 57.3699 35.55 + 80 158.753 1186 8 0 -19.5209 57.369 34.15 + 80 237.677 802 7 1 -19.4563 57.3525 5.55 + 80 109.69 1186 7 0 -19.4519 57.3524 4.15 + 80 116.868 803 6 1 -19.3599 57.3525 -24.45 + 80 151.118 1186 6 0 -19.3555 57.3533 -25.85 + 80 116.057 803 5 1 -19.2609 57.3726 -54.45 + 80 125.011 1186 5 0 -19.2558 57.3733 -55.85 + 80 141.703 804 4 1 -19.153 57.3911 -84.45 + 80 156.256 1186 4 0 -19.1476 57.3919 -85.85 + 80 116.938 805 3 1 -19.0342 57.4061 -114.45 + 80 133.321 1186 3 0 -19.0293 57.407 -115.85 + 80 107.381 805 2 1 -18.9324 57.4235 -144.45 + 80 130.574 1186 2 0 -18.9274 57.4249 -145.85 + 80 166.563 806 1 1 -18.8216 57.4477 -174.45 + 80 239.658 1186 1 0 -18.8151 57.4488 -175.85 + 80 315.508 806 0 1 -18.682 57.4738 -204.45 + 80 232.344 1187 0 0 -18.6746 57.4761 -205.85 + 80 9.30199 885 2 0 50.1709 -2.89529 -146.25 + 80 61.6916 886 2 0 50.1812 -2.85 -146.232 + 80 152.314 887 2 0 50.2823 -2.65 -146.101 + 80 42.661 888 2 0 50.4848 -2.45 -145.94 + 80 42.1862 1151 2 1 50.3092 -1.67866 -144.85 + 80 393.108 1150 2 1 50.25 -1.60362 -144.746 + 80 259.99 1149 2 1 50.05 -1.33604 -144.494 + 80 3.38032 889 2 0 49.3181 -2.13027 -145.85 + 80 50.5977 1146 2 1 49.2761 -3.33719 -144.85 + 80 60.8526 807 0 1 -18.5673 57.2941 -204.45 + 80 127.651 1186 0 0 -19.1928 57.3043 -205.85 + 80 94.7034 1187 1 0 -18.473 57.5317 -175.85 +Number of digits in this event = 22 +Using G4ParticleGun ... +3.13248 LIN +e- +Event: 81 +Number of tracker hits in this event = 104 + 81 144.25 1273 10 1 74.828 52.0908 95.55 + 81 100.374 1160 10 0 74.8279 52.091 94.15 + 81 223.394 1273 9 1 74.8247 52.1758 65.55 + 81 222.893 1160 9 0 74.825 52.2275 64.15 + 81 141.344 1274 8 1 74.9354 53.2764 35.55 + 81 122.439 1166 8 0 74.9471 53.336 34.15 + 81 127.762 1274 7 1 75.0368 54.4784 5.55 + 81 165.883 1172 7 0 75.0606 54.4942 4.15 + 81 133.576 1277 6 1 75.5964 54.8541 -24.45 + 81 108.045 1174 6 0 75.6448 54.86 -25.85 + 81 109.591 1283 5 1 76.7036 54.948 -54.45 + 81 118.057 1174 5 0 76.8854 55.0207 -55.85 + 81 147.514 1299 4 1 79.9301 56.3836 -84.45 + 81 417.39 1182 4 0 80.0883 56.4662 -85.85 + 81 182.019 1318 3 1 83.7594 58.0892 -114.45 + 81 145.103 1191 3 0 83.8158 58.3371 -115.85 + 81 219.235 1329 2 1 85.9526 63.6405 -144.45 + 81 117.763 1221 2 0 85.6023 64.341 -145.85 + 81 56.7904 1222 2 0 85.5474 64.45 -146.066 + 81 80.9461 1298 1 1 79.6971 80.7356 -174.45 + 81 46.9064 1297 1 1 79.65 80.7953 -174.721 + 81 109.012 1305 1 0 79.494 81.0549 -175.85 + 81 119.44 1265 0 1 73.1526 87.2209 -204.45 + 81 86.8428 1339 0 0 73.1589 87.945 -205.85 + 81 117.702 1340 0 0 73.1541 88.05 -206.035 + 81 28.6095 1218 0 0 126.502 63.659 -206.25 + 81 3.08592 1249 4 0 127.331 69.85 -86.171 + 81 2.08771 1538 4 1 127.92 73.4288 -84.85 + 81 94.4168 1274 9 1 74.8524 52.3222 65.55 + 81 327.493 1274 1 1 74.9493 51.9787 -174.45 + 81 298.103 1159 1 0 74.954 51.9801 -175.85 + 81 124.395 1275 0 1 75.0576 51.9909 -204.45 + 81 235.534 1159 0 0 75.0644 51.9908 -205.85 + 81 83.5284 619 5 1 -56.0983 -43.0798 -54.85 + 81 358.002 1156 1 0 75.3418 51.3163 -175.85 + 81 18.4811 1155 1 0 75.4165 51.25 -175.915 + 81 11.482 1157 1 0 76.0663 51.45 -176.203 + 81 135.955 1274 0 1 74.9485 51.9809 -204.45 + 81 331.54 1273 8 1 74.8317 52.0931 35.55 + 81 272.503 1160 8 0 74.8464 52.0919 34.15 + 81 129.431 1276 7 1 75.2881 52.0236 5.55 + 81 119.747 1159 7 0 75.2838 52.0123 4.15 + 81 111.042 1276 6 1 75.2853 51.7767 -24.45 + 81 103.531 1158 6 0 75.2755 51.7481 -25.85 + 81 258.514 1273 5 1 74.7969 51.1055 -54.45 + 81 122.46 1154 5 0 74.7813 51.0257 -55.85 + 81 0.576188 1272 4 1 74.6486 49.1531 -84.45 + 81 145.675 1273 4 1 74.6501 49.1527 -84.4544 + 81 106.476 1144 4 0 75.184 48.9678 -85.85 + 81 116.691 1334 3 1 87.0282 43.8786 -114.45 + 81 117.88 1118 3 0 86.7354 43.8018 -115.85 + 81 128.64 1296 2 1 79.3745 44.2788 -144.45 + 81 88.2649 1121 2 0 79.0478 44.4217 -145.85 + 81 38.8252 1122 2 0 78.9723 44.45 -146.114 + 81 29.124 1262 1 1 72.4963 47.4739 -174.45 + 81 155.09 1261 1 1 72.4499 47.4859 -174.543 + 81 140.535 1138 1 0 71.923 47.7081 -175.85 + 81 71.3729 1199 0 1 59.9369 52.8179 -204.45 + 81 68.588 1198 0 1 59.85 52.8874 -204.65 + 81 54.8919 1165 0 0 59.2306 53.1986 -205.85 + 81 61.0825 1166 0 0 59.1468 53.25 -206.032 + 81 119.226 1158 5 0 74.683 51.6653 -55.8507 + 81 37.1408 1281 4 1 76.3836 50.9452 -84.4505 + 81 83.7289 1282 4 1 76.4501 50.9535 -84.5817 + 81 239.278 1155 4 0 77.1666 51.1116 -85.85 + 81 45.9878 1366 3 1 93.4204 62.3602 -114.45 + 81 81.1978 1367 3 1 93.5504 62.3557 -114.585 + 81 38.7397 1368 3 1 93.75 62.3584 -114.758 + 81 271.835 1211 3 0 95.4962 62.3783 -115.85 + 81 30.1209 1241 1 0 150.706 68.4381 -176.25 + 81 87.928 1242 1 0 150.716 68.45 -176.186 + 81 221.691 1653 1 1 150.84 68.7924 -174.85 + 81 295.653 1654 1 1 150.95 68.9149 -174.535 + 81 165.382 1159 8 0 74.8837 52.0378 34.15 + 81 8.54983 1280 7 1 76.2479 50.5294 5.55 + 81 165.886 1281 7 1 76.2501 50.5276 5.51528 + 81 64.0629 1152 7 0 76.3269 50.458 4.15 + 81 65.9357 1151 7 0 76.3357 50.45 3.98945 + 81 172.381 1287 6 1 77.6341 49.0737 -24.45 + 81 106.523 1145 6 0 77.6418 49.0763 -25.85 + 81 159.617 1287 5 1 77.6164 49.1158 -54.45 + 81 99.7527 1147 5 0 77.5088 49.5386 -55.85 + 81 79.7698 1148 5 0 77.4793 49.6502 -56.2181 + 81 215.781 1275 4 1 75.1099 58.3391 -84.45 + 81 59.5301 1193 4 0 74.9634 58.7874 -85.85 + 81 59.2612 1194 4 0 74.9423 58.85 -86.044 + 81 141.433 1256 3 1 71.4392 68.2227 -114.45 + 81 159.957 1243 3 0 71.1693 68.7471 -115.85 + 81 37.3022 1244 3 0 71.1176 68.8501 -116.128 + 81 101.535 1231 2 1 66.2973 79.2215 -144.45 + 81 52.3682 1230 2 1 66.25 79.3106 -144.699 + 81 105.47 1298 2 0 66.0506 79.7239 -145.85 + 81 12.2337 1299 2 0 65.99 79.85 -146.203 + 81 99.3009 1205 1 1 61.0962 89.7069 -174.45 + 81 7.38448 1204 1 1 61.05 89.7614 -174.826 + 81 103.618 1349 1 0 60.9228 89.9126 -175.85 + 81 119.283 1184 0 1 56.9875 94.2312 -204.45 + 81 359.758 1371 0 0 56.9018 94.4277 -205.85 + 81 34.7922 1370 0 0 56.8018 94.35 -205.97 + 81 35.4618 1290 5 1 78.1887 49.4332 -54.45 + 81 79.9466 1293 5 1 78.8054 51.0427 -54.85 + 81 61.2133 1288 6 1 77.65 49.0469 -24.6844 + 81 339.522 1131 6 0 80.1691 46.3928 -25.85 + 81 250.706 1161 8 0 74.9087 52.25 33.8625 +Number of digits in this event = 45 +Using G4ParticleGun ... +9.70353 LIN +e- +Event: 82 +Number of tracker hits in this event = 149 + 82 112.397 1370 10 1 94.2022 -22.4064 95.55 + 82 239.818 788 10 0 94.2032 -22.4076 94.15 + 82 343.792 1370 9 1 94.2268 -22.4284 65.55 + 82 383.705 788 9 0 94.2283 -22.4291 64.15 + 82 508.629 1370 8 1 94.2619 -22.4436 35.55 + 82 96.5841 788 8 0 94.2638 -22.4446 34.15 + 82 122.634 1370 7 1 94.2993 -22.4603 5.55 + 82 121.456 787 7 0 94.3004 -22.4607 4.15 + 82 111.543 1370 6 1 94.3253 -22.4693 -24.45 + 82 255.987 787 6 0 94.3268 -22.4693 -25.85 + 82 130.699 1371 5 1 94.3563 -22.4712 -54.45 + 82 166.831 787 5 0 94.3588 -22.4707 -55.85 + 82 121.181 1371 4 1 94.4085 -22.4538 -84.45 + 82 109.242 787 4 0 94.4109 -22.4526 -85.85 + 82 186.279 1371 3 1 94.4569 -22.4255 -114.45 + 82 101.533 788 3 0 94.4593 -22.4226 -115.85 + 82 266.973 1371 2 1 94.5084 -22.3638 -144.45 + 82 99.4794 788 2 0 94.5106 -22.3613 -145.85 + 82 131.437 1372 1 1 94.5553 -22.3117 -174.45 + 82 123.418 788 1 0 94.5559 -22.3092 -175.85 + 82 110.138 1372 0 1 94.5616 -22.26 -204.45 + 82 114.949 788 0 0 94.5635 -22.2542 -205.85 + 82 22.6043 787 2 0 151.971 -22.5826 -146.25 + 82 369.397 786 2 0 152 -22.65 -146.201 + 82 44.5361 784 0 0 170.91 -23.1657 -206.25 + 82 11.0509 1696 1 1 159.447 93.2282 -174.45 + 82 118.93 1370 5 1 94.35 -22.4707 -54.8368 + 82 214.579 1371 0 1 94.4388 -22.5642 -204.45 + 82 245.093 787 0 0 94.4463 -22.5673 -205.85 + 82 103.767 1407 9 1 101.6 -168.575 65.15 + 82 424.729 787 8 0 94.3438 -22.5253 34.15 + 82 145.263 1371 7 1 94.4731 -22.7526 5.55 + 82 305.653 786 7 0 94.4802 -22.7668 4.15 + 82 128.309 1372 6 1 94.641 -23.007 -24.45 + 82 116.032 785 6 0 94.6478 -23.0192 -25.85 + 82 124.155 1373 5 1 94.781 -23.3228 -54.45 + 82 155.898 783 5 0 94.7929 -23.3415 -55.85 + 82 107.738 1374 4 1 94.9558 -23.7845 -84.45 + 82 142.408 781 4 0 94.9696 -23.8103 -85.85 + 82 137.428 1375 3 1 95.2148 -24.3331 -114.45 + 82 129.186 778 3 0 95.2272 -24.3614 -115.85 + 82 180.956 1376 2 1 95.4993 -24.9607 -144.45 + 82 116.222 775 2 0 95.5027 -24.9903 -145.85 + 82 120.594 1377 1 1 95.6405 -25.618 -174.45 + 82 119.602 771 1 0 95.6423 -25.6549 -175.85 + 82 127.569 1377 0 1 95.6646 -26.4067 -204.45 + 82 119.916 768 0 0 95.6671 -26.4405 -205.85 + 82 0.0286689 767 0 0 95.668 -26.45 -206.249 + 82 375.696 1302 1 1 80.5508 126.739 -174.85 + 82 135.444 1286 0 0 164.729 77.3409 -206.25 + 82 208.32 1357 8 1 91.6143 -21.711 35.55 + 82 67.2949 791 8 0 92.0819 -21.8274 34.1498 + 82 55.6281 790 8 0 92.1628 -21.85 33.8994 + 82 179.445 1416 7 1 103.447 -24.8713 5.55 + 82 10.7331 780 7 0 103.689 -23.8711 4.15 + 82 101.819 781 7 0 103.694 -23.85 4.11938 + 82 20.1667 782 7 0 103.727 -23.65 3.80853 + 82 227.18 1429 6 1 106.082 -5.15348 -24.45 + 82 46.315 886 6 0 105.757 -2.80955 -25.8502 + 82 65.3715 887 6 0 105.723 -2.64978 -25.952 + 82 56.2929 888 6 0 105.673 -2.45 -26.0721 + 82 59.2697 889 6 0 105.616 -2.25 -26.1834 + 82 159.121 1343 5 1 88.7002 46.8045 -54.4501 + 82 140.339 1342 5 1 88.65 47.2953 -54.5726 + 82 159.062 1372 7 1 94.722 -23.3017 5.55 + 82 110.147 783 7 0 94.7385 -23.31 4.15 + 82 96.3694 1373 6 1 94.9381 -23.4025 -24.45 + 82 43.1961 1374 6 1 94.95 -23.3985 -24.6928 + 82 163.777 783 6 0 95.0164 -23.3801 -25.85 + 82 116.992 1381 5 1 96.4314 -22.8262 -54.45 + 82 197.786 786 5 0 96.4283 -22.7971 -55.85 + 82 111.804 1380 4 1 96.1595 -22.0656 -84.45 + 82 164.641 790 4 0 96.2271 -22.0332 -85.85 + 82 134.803 1388 3 1 97.8568 -20.0473 -114.451 + 82 9.75565 798 3 0 97.9086 -20.4421 -115.85 + 82 133.332 797 3 0 97.9097 -20.45 -115.88 + 82 32.5913 1416 2 1 103.485 -30.1569 -144.45 + 82 82.7124 1417 2 1 103.55 -30.2372 -144.508 + 82 83.6555 1418 2 1 103.75 -30.3782 -144.67 + 82 9.20508 1419 2 1 103.95 -30.4885 -144.826 + 82 118.445 743 2 0 105.403 -31.2671 -145.85 + 82 35.5693 742 2 0 105.701 -31.4501 -146.121 + 82 25.6584 1546 1 1 129.437 -48.1797 -174.45 + 82 48.4632 1547 1 1 129.55 -48.2061 -174.492 + 82 61.0711 1548 1 1 129.75 -48.2574 -174.562 + 82 80.5367 1549 1 1 129.95 -48.296 -174.653 + 82 74.2417 1550 1 1 130.15 -48.3185 -174.757 + 82 211.017 657 1 0 132.143 -48.4529 -175.85 + 82 185.783 1379 1 1 96.0536 -19.4136 -174.45 + 82 168.535 802 1 0 96.0526 -19.4684 -175.85 + 82 110.197 1380 0 1 96.2872 -19.8661 -204.45 + 82 174.511 800 0 0 96.2762 -19.9944 -205.85 + 82 280.495 799 0 0 96.2978 -20.0506 -206.18 + 82 147.074 1380 1 1 96.15 -19.4629 -174.496 + 82 149.073 800 1 0 96.8979 -19.978 -175.85 + 82 6.05654 799 1 0 97.1221 -20.05 -176.23 + 82 155.399 1474 0 1 114.988 -27.3293 -204.45 + 82 29.9088 1475 0 1 115.15 -27.6849 -204.829 + 82 16.7653 758 0 0 115.237 -28.4165 -205.85 + 82 119.843 757 0 0 115.241 -28.4505 -205.899 + 82 138.996 808 1 0 96.0124 -18.261 -175.85 + 82 66.3006 809 1 0 96.0089 -18.25 -175.858 + 82 102.47 1373 7 1 94.8076 -22.7666 5.54966 + 82 167.233 1376 6 1 95.4975 -22.5037 -24.45 + 82 210.156 1378 5 1 95.9346 -23.5824 -54.45 + 82 194.724 1379 5 1 95.95 -23.6038 -54.8374 + 82 121.384 781 5 0 95.9892 -23.6719 -55.85 + 82 68.1492 1383 4 1 96.9405 -25.8348 -84.45 + 82 112.707 1384 4 1 96.95 -25.8374 -84.5399 + 82 114.025 770 4 0 97.0896 -25.8688 -85.85 + 82 2.03103 1401 3 1 100.548 -26.8817 -114.45 + 82 120.541 1402 3 1 100.55 -26.8809 -114.458 + 82 101.968 766 3 0 100.917 -26.7219 -115.85 + 82 169.71 1444 2 1 109.02 -23.3304 -144.45 + 82 83.3151 781 2 0 109.234 -23.7566 -145.85 + 82 32.8295 780 2 0 109.265 -23.85 -146.138 + 82 46.6496 1459 1 1 112.005 -35.3201 -174.45 + 82 117.405 1458 1 1 111.95 -35.3777 -174.516 + 82 60.7792 1457 1 1 111.75 -35.6148 -174.742 + 82 31.357 715 1 0 110.723 -36.9718 -175.85 + 82 103.318 714 1 0 110.657 -37.05 -175.915 + 82 219.139 713 1 0 110.501 -37.2501 -176.08 + 82 10.4391 712 1 0 110.367 -37.45 -176.231 + 82 99.1595 1339 0 1 87.9678 -77.9542 -204.45 + 82 44.6115 1338 0 1 87.85 -77.9082 -204.725 + 82 229.346 512 0 0 87.412 -77.627 -205.85 + 82 18.5269 1524 0 1 125.139 -21.0974 -204.45 + 82 217.025 1525 0 1 125.15 -21.0978 -204.484 + 82 237.582 795 0 0 125.472 -21.03 -205.85 + 82 14.2161 384 4 0 -124.6 -103.346 -86.25 + 82 124.84 383 4 0 -124.6 -103.35 -86.2076 + 82 45.4329 274 4 1 -125.306 -104.569 -84.85 + 82 153.324 273 4 1 -125.35 -104.649 -84.7519 + 82 763.363 272 4 1 -125.55 -104.961 -84.6271 + 82 2.64641 271 4 1 -125.75 -105.593 -84.6578 + 82 257.476 771 4 0 97.1308 -25.85 -86.207 + 82 123.408 1385 4 1 97.15 -25.5671 -84.5137 + 82 42.8606 765 4 0 97.8632 -26.9622 -85.85 + 82 65.5652 764 4 0 97.9147 -27.05 -85.9067 + 82 277.08 763 4 0 97.9101 -27.25 -85.9406 + 82 271.47 762 4 0 97.9203 -27.45 -86.0541 + 82 209.826 1414 1 1 102.95 -22.3292 -174.578 + 82 204.743 1415 1 1 103.15 -22.0484 -174.765 + 82 22.3282 1412 1 1 102.701 -22.9724 -174.45 + 82 75.556 1413 1 1 102.75 -22.9115 -174.508 + 82 12.4966 791 1 0 104.437 -21.6736 -175.85 + 82 135.948 792 1 0 104.469 -21.65 -175.876 + 82 63.6968 793 1 0 104.667 -21.45 -176.052 + 82 30.2919 794 1 0 104.817 -21.25 -176.193 +Number of digits in this event = 74 +Using G4ParticleGun ... +5.80417 LIN +e- +Event: 83 +Number of tracker hits in this event = 17 + 83 122.012 205 7 1 -139.13 50.1824 5.55 + 83 112.651 1150 7 0 -139.13 50.1838 4.15 + 83 241.792 205 6 1 -139.124 50.2135 -24.45 + 83 126.214 1150 6 0 -139.122 50.215 -25.85 + 83 114.881 205 5 1 -139.076 50.2467 -54.45 + 83 123.781 1150 5 0 -139.073 50.249 -55.85 + 83 111.172 205 4 1 -139.007 50.2912 -84.45 + 83 122.089 1151 4 0 -139.004 50.2933 -85.85 + 83 139.954 206 3 1 -138.928 50.3386 -114.45 + 83 112.391 1151 3 0 -138.921 50.3411 -115.85 + 83 114.064 206 2 1 -138.781 50.3881 -144.45 + 83 246.354 1151 2 0 -138.776 50.3881 -145.85 + 83 128.503 207 1 1 -138.678 50.3825 -174.45 + 83 93.2202 1151 1 0 -138.674 50.3848 -175.85 + 83 164.318 207 0 1 -138.586 50.4275 -204.45 + 83 364.166 1151 0 0 -138.577 50.4315 -205.85 + 83 248.002 205 0 1 -139.031 50.3815 -204.45 +Number of digits in this event = 13 +Using G4ParticleGun ... +8.81891 LIN +e- +Event: 84 +Number of tracker hits in this event = 44 + 84 136.145 659 10 0 -106.281 -48.0722 94.15 + 84 129.797 369 9 1 -106.279 -48.0702 65.55 + 84 130.863 659 9 0 -106.279 -48.0733 64.15 + 84 152.757 369 8 1 -106.321 -48.1171 35.55 + 84 111.344 659 8 0 -106.322 -48.1156 34.15 + 84 123.736 369 7 1 -106.344 -48.0914 5.55 + 84 119.395 659 7 0 -106.35 -48.0986 4.15 + 84 171.03 368 6 1 -106.501 -48.2374 -24.45 + 84 135.771 659 6 0 -106.501 -48.2443 -25.85 + 84 170.264 368 5 1 -106.493 -48.419 -54.45 + 84 102.042 658 5 0 -106.497 -48.4275 -55.85 + 84 113.19 367 4 1 -106.552 -48.6127 -84.45 + 84 109.682 657 4 0 -106.554 -48.6212 -85.85 + 84 118.846 367 3 1 -106.606 -48.7713 -114.45 + 84 153.168 656 3 0 -106.605 -48.7811 -115.85 + 84 125.068 367 2 1 -106.558 -48.9648 -144.45 + 84 125.095 655 2 0 -106.561 -48.9718 -145.85 + 84 343.257 367 1 1 -106.609 -49.1133 -174.45 + 84 411.937 654 1 0 -106.619 -49.132 -175.85 + 84 130.948 369 0 1 -106.322 -49.0998 -204.45 + 84 248.38 653 0 0 -106.335 -49.2769 -205.85 + 84 95.0753 367 0 1 -106.653 -49.3985 -204.45 + 84 86.7709 1347 2 0 66.1234 89.452 -146.25 + 84 86.6754 1348 2 0 66.2824 89.65 -146.165 + 84 121.261 1349 2 0 66.4667 89.85 -146.112 + 84 196.005 1350 2 0 67.0097 90.1502 -145.999 + 84 12.8768 1351 2 0 67.472 90.35 -145.872 + 84 15.7705 1246 2 1 69.3972 91.9012 -144.85 + 84 87.8183 1247 2 1 69.4503 91.9397 -144.827 + 84 74.067 1248 2 1 69.65 92.1014 -144.763 + 84 84.8324 1249 2 1 69.8501 92.2501 -144.674 + 84 67.946 1250 2 1 70.05 92.3921 -144.598 + 84 14.9777 1251 2 1 70.25 92.5812 -144.481 + 84 327.292 368 0 1 -106.484 -49.1941 -204.45 + 84 124.054 654 0 0 -106.475 -49.1763 -205.85 + 84 28.7567 658 0 0 -106.406 -48.4183 -205.85 + 84 48.4624 371 0 1 -105.861 -48.3925 -204.85 + 84 87.5723 653 1 0 -107.436 -49.4004 -175.85 + 84 72.562 652 1 0 -107.546 -49.45 -176.007 + 84 42.8764 272 0 1 -125.688 -61.1089 -204.45 + 84 70.1167 271 0 1 -125.75 -61.1719 -204.61 + 84 79.7719 593 0 0 -126.021 -61.3968 -205.851 + 84 43.0597 592 0 0 -126.076 -61.45 -206.073 + 84 13.7943 367 5 1 -106.55 -48.3436 -54.465 +Number of digits in this event = 21 +Using G4ParticleGun ... +3.23152 LIN +e- +Event: 85 +Number of tracker hits in this event = 47 + 85 174.096 372 10 1 -105.608 -31.0421 95.55 + 85 256.527 745 10 0 -105.607 -31.0391 94.15 + 85 116.489 372 9 1 -105.604 -30.9704 65.55 + 85 152.935 745 9 0 -105.605 -30.9661 64.15 + 85 112.747 372 8 1 -105.616 -30.8714 35.55 + 85 145.914 745 8 0 -105.619 -30.866 34.15 + 85 129.746 372 7 1 -105.683 -30.7603 5.55 + 85 200.885 746 7 0 -105.687 -30.7539 4.15 + 85 102.742 371 6 1 -105.758 -30.6141 -24.45 + 85 123.548 747 6 0 -105.76 -30.6062 -25.85 + 85 164.691 371 5 1 -105.814 -30.4339 -54.45 + 85 143.651 748 5 0 -105.815 -30.4262 -55.85 + 85 116.466 371 4 1 -105.84 -30.2642 -84.45 + 85 162.6 748 4 0 -105.842 -30.258 -85.85 + 85 148.974 371 3 1 -105.876 -30.1474 -114.45 + 85 182.347 749 3 0 -105.879 -30.1355 -115.85 + 85 129.95 371 2 1 -105.937 -29.8819 -144.45 + 85 120.621 750 2 0 -105.933 -29.8691 -145.85 + 85 150.857 371 1 1 -105.863 -29.6111 -174.45 + 85 144.909 752 1 0 -105.894 -29.5371 -175.85 + 85 257.821 369 0 1 -106.261 -27.6283 -204.45 + 85 46.4332 762 0 0 -106.392 -27.4682 -205.85 + 85 96.5935 763 0 0 -106.406 -27.45 -205.999 + 85 232.04 766 0 0 -105.263 -26.7725 -205.85 + 85 97.1888 413 2 1 -97.4327 -24.2141 -144.45 + 85 238.141 492 5 0 75.5653 -81.4948 -56.25 + 85 58.2643 493 5 0 75.5066 -81.45 -56.2169 + 85 90.5277 491 5 0 76.1026 -81.6503 -55.9991 + 85 269.944 490 5 0 76.2001 -81.85 -56.0082 + 85 4.17296 397 4 1 -100.747 -35.1966 -84.45 + 85 212.118 396 4 1 -100.75 -35.2009 -84.466 + 85 266.835 722 4 0 -101.026 -35.4808 -85.85 + 85 22.3861 375 3 1 -105.025 -37.0499 -114.45 + 85 53.9102 376 3 1 -104.95 -37.0745 -114.495 + 85 64.1812 377 3 1 -104.75 -37.134 -114.621 + 85 60.7104 378 3 1 -104.55 -37.1891 -114.727 + 85 6.72302 379 3 1 -104.35 -37.2284 -114.845 + 85 68.0077 712 3 0 -102.668 -37.5962 -115.85 + 85 244.948 711 3 0 -102.416 -37.65 -116.006 + 85 78.1475 685 3 0 -47.5719 -42.905 -116.25 + 85 68.5941 684 3 0 -47.4268 -43.0506 -116.082 + 85 70.7928 683 3 0 -47.3285 -43.25 -116.085 + 85 34.372 382 3 0 -75.6287 -103.691 -116.25 + 85 202.741 381 3 0 -75.7311 -103.75 -116.216 + 85 86.293 380 3 0 -76.077 -103.95 -116.137 + 85 48.4542 379 3 0 -76.1725 -104.15 -116.246 + 85 35.5967 721 4 0 -100.912 -35.65 -86.1089 +Number of digits in this event = 27 +Using G4ParticleGun ... +2.44056 LIN +e- +Event: 86 +Number of tracker hits in this event = 71 + 86 117.559 1227 8 1 65.4614 -129.152 35.55 + 86 124.404 254 8 0 65.4626 -129.151 34.15 + 86 86.3222 1227 7 1 65.4907 -129.119 5.55 + 86 122.508 255 7 0 65.4878 -129.116 4.15 + 86 132.828 1226 6 1 65.443 -129.07 -24.45 + 86 352.333 255 6 0 65.4472 -129.069 -25.85 + 86 134.92 1227 5 1 65.5366 -129.039 -54.45 + 86 363.526 255 5 0 65.5392 -129.035 -55.85 + 86 112.315 1227 4 1 65.6096 -129 -84.45 + 86 106.611 255 4 0 65.6154 -128.988 -85.85 + 86 143.609 1228 3 1 65.7366 -128.718 -114.45 + 86 112.889 257 3 0 65.7526 -128.693 -115.85 + 86 127.598 1230 2 1 66.0837 -128.135 -144.45 + 86 120.196 260 2 0 66.1109 -128.105 -145.85 + 86 138.236 1233 1 1 66.6612 -127.487 -174.45 + 86 112.404 263 1 0 66.6972 -127.457 -175.85 + 86 453.089 1237 0 1 67.4557 -126.842 -204.45 + 86 158.551 266 0 0 67.4942 -126.818 -205.85 + 86 19.1068 1236 0 1 67.45 -126.872 -204.49 + 86 310.012 265 0 0 67.0767 -126.95 -205.929 + 86 94.8293 1238 0 1 67.7124 -127.188 -204.85 + 86 56.1015 146 3 0 80.1919 -150.794 -116.25 + 86 225.616 145 3 0 80.2789 -150.95 -116.184 + 86 136.157 144 3 0 80.5317 -151.15 -116.081 + 86 124.982 1225 5 1 65.2356 -128.974 -54.45 + 86 145.639 1223 4 1 64.6861 -129.188 -84.45 + 86 104.699 254 4 0 64.6567 -129.193 -85.85 + 86 126.756 1219 3 1 63.9694 -129.358 -114.45 + 86 165.34 253 3 0 63.962 -129.397 -115.85 + 86 114.302 1217 2 1 63.5694 -130.397 -144.45 + 86 131.389 248 2 0 63.4669 -130.398 -145.85 + 86 120.882 1206 1 1 61.287 -130.363 -174.45 + 86 113.733 248 1 0 61.1751 -130.393 -175.85 + 86 329.004 1196 0 1 59.3195 -131.184 -204.45 + 86 117.751 244 0 0 59.2026 -131.226 -205.85 + 86 113.278 315 3 0 57.0796 -117.094 -116.25 + 86 113.71 1183 3 1 56.7045 -116.844 -114.85 + 86 54.5546 1182 3 1 56.65 -116.799 -114.675 + 86 69.0067 761 2 1 -27.7424 -1.317 -144.45 + 86 211.985 760 2 1 -27.85 -1.44927 -144.588 + 86 124.713 888 2 0 -28.0974 -2.34673 -145.85 + 86 33.7811 716 2 0 -46.2022 -36.7643 -146.25 + 86 85.7997 715 2 0 -46.2585 -36.85 -146.203 + 86 73.5663 714 2 0 -46.3653 -37.05 -146.136 + 86 113.433 643 2 0 -38.164 -51.2663 -146.25 + 86 199.697 644 2 0 -37.9997 -51.2498 -146.148 + 86 138.813 1224 5 1 65.0073 -129.018 -54.45 + 86 143.037 1213 4 1 62.7335 -128.662 -84.4502 + 86 107.907 257 4 0 62.4832 -128.598 -85.8507 + 86 256.752 1186 3 1 57.3375 -126.723 -114.45 + 86 26.5357 267 3 0 57.2708 -126.559 -115.85 + 86 118.477 268 3 0 57.2668 -126.55 -115.927 + 86 143.199 1176 2 1 55.288 -123.714 -144.45 + 86 47.0269 282 2 0 55.1648 -123.567 -145.85 + 86 114.762 283 2 0 55.152 -123.55 -146 + 86 124.796 1165 1 1 53.1365 -120.166 -174.45 + 86 40.1487 301 1 0 53.1293 -119.785 -175.85 + 86 75.9042 302 1 0 53.1292 -119.75 -175.974 + 86 161.203 1170 0 1 54.1399 -111.592 -204.45 + 86 206.038 344 0 0 54.1207 -111.264 -205.85 + 86 98.8066 264 3 0 57.6476 -127.3 -115.85 + 86 61.0255 265 3 0 57.7505 -127.15 -116.158 + 86 9.48387 266 3 0 57.8581 -126.95 -116.241 + 86 106.45 1072 3 0 118.562 34.5069 -116.25 + 86 17.0418 1073 3 0 118.621 34.6504 -115.917 + 86 46.3586 1493 3 1 118.907 34.8691 -114.85 + 86 224.295 1494 3 1 118.95 34.8908 -114.683 + 86 87.0006 1495 3 1 119.15 35.2456 -114.681 + 86 0.185978 1079 3 0 119.42 36.0496 -115.85 + 86 261.355 1080 3 0 119.42 36.05 -115.851 + 86 46.1306 1081 3 0 119.477 36.25 -116.145 +Number of digits in this event = 36 +Using G4ParticleGun ... +4.81426 LIN +e- +Event: 87 +Number of tracker hits in this event = 77 + 87 156.891 435 10 1 -92.952 -26.9029 95.55 + 87 131.174 765 10 0 -92.951 -26.9016 94.15 + 87 103.047 436 9 1 -92.9329 -26.8719 65.55 + 87 131.571 765 9 0 -92.9328 -26.8719 64.15 + 87 102.543 436 8 1 -92.9321 -26.8709 35.55 + 87 111.867 765 8 0 -92.933 -26.8709 34.15 + 87 133.157 435 7 1 -92.9555 -26.8708 5.55 + 87 135.308 765 7 0 -92.9568 -26.8722 4.15 + 87 565.877 435 6 1 -92.9783 -26.8902 -24.45 + 87 115.669 765 6 0 -92.9788 -26.8895 -25.85 + 87 152.176 435 5 1 -92.9872 -26.8792 -54.45 + 87 157.9 765 5 0 -92.9886 -26.877 -55.85 + 87 119.451 435 4 1 -93.0168 -26.8314 -84.45 + 87 279.767 766 4 0 -93.0165 -26.8299 -85.85 + 87 146.271 435 3 1 -93.0091 -26.7969 -114.45 + 87 127.418 766 3 0 -93.0084 -26.7951 -115.85 + 87 125.491 435 2 1 -92.9914 -26.7682 -144.45 + 87 137.038 766 2 0 -92.9904 -26.7663 -145.85 + 87 118.106 435 1 1 -92.9745 -26.7261 -174.45 + 87 116.718 766 1 0 -92.975 -26.7234 -175.85 + 87 110.454 435 0 1 -92.9839 -26.6694 -204.45 + 87 117.937 766 0 0 -92.9831 -26.6686 -205.85 + 87 9.44302 228 0 1 -134.372 11.0143 -204.45 + 87 289.538 229 0 1 -134.35 10.9896 -204.46 + 87 10.8131 763 1 0 -115.174 -27.3693 -176.25 + 87 64.7319 1026 10 0 -113.942 25.275 93.75 + 87 99.2716 1025 10 0 -113.911 25.25 93.7953 + 87 39.0093 1024 10 0 -113.911 25.05 93.8041 + 87 135.383 1237 5 0 -33.8388 67.5046 -56.25 + 87 143.81 763 6 0 -93.3678 -27.3682 -25.85 + 87 96.4251 1123 6 0 -5.65824 44.6624 -26.25 + 87 70.1172 1124 6 0 -5.52102 44.8505 -26.1218 + 87 103.707 1125 6 0 -5.40435 45.05 -26.0037 + 87 52.3618 1126 6 0 -5.31851 45.25 -25.9155 + 87 110.99 876 6 1 -4.76934 48.7947 -24.85 + 87 102.156 877 6 1 -4.65 49.2034 -24.7849 + 87 29.0674 1178 6 0 -0.38722 55.7573 -25.85 + 87 66.8189 1179 6 0 -0.328741 55.85 -25.8675 + 87 152.37 1180 6 0 -0.203106 56.0504 -25.8858 + 87 167.568 1181 6 0 -0.118219 56.25 -25.9204 + 87 130.331 1182 6 0 -0.0624413 56.4505 -26.0065 + 87 66.0758 1183 6 0 -0.0612984 56.6501 -26.0184 + 87 60.8116 1184 6 0 -0.120223 56.8501 -25.954 + 87 61.7165 1185 6 0 -0.142879 57.05 -25.9488 + 87 31.5621 1186 6 0 -0.0627133 57.25 -25.9274 + 87 18.051 908 6 1 1.79146 60.9606 -24.85 + 87 83.7658 909 6 1 1.85 61.0309 -24.8112 + 87 83.3357 910 6 1 2.05 61.1802 -24.695 + 87 110.484 911 6 1 2.25009 61.3574 -24.6851 + 87 97.7867 912 6 1 2.45 61.6821 -24.6736 + 87 74.1919 1213 6 0 3.91266 62.7271 -25.85 + 87 91.3454 1214 6 0 4.06606 62.85 -25.9776 + 87 136.377 1215 6 0 4.18845 63.0502 -26.0765 + 87 129.495 1309 6 0 42.1687 81.9994 -26.25 + 87 82.1014 1310 6 0 41.9695 82.0501 -25.9327 + 87 81.6305 1311 6 0 41.9356 82.25 -25.9136 + 87 224.15 1312 6 0 41.9162 82.4501 -25.9605 + 87 151.621 766 6 0 -93.1243 -26.7437 -25.8503 + 87 289.788 398 5 1 -100.477 -22.5964 -54.45 + 87 29.5454 794 5 0 -99.9112 -21.1278 -55.8501 + 87 121.239 795 5 0 -99.8793 -21.0496 -55.9201 + 87 74.6151 796 5 0 -99.7805 -20.8498 -56.0498 + 87 81.2312 797 5 0 -99.5909 -20.6499 -56.04 + 87 60.5766 798 5 0 -99.3604 -20.45 -55.9285 + 87 63.8426 412 5 1 -97.6749 -18.4105 -54.85 + 87 120.426 413 5 1 -97.55 -18.2831 -54.7654 + 87 81.9533 414 5 1 -97.35 -18.0508 -54.6051 + 87 98.9518 415 5 1 -97.15 -17.8173 -54.5544 + 87 97.7586 416 5 1 -96.95 -17.5945 -54.5994 + 87 172.046 417 5 1 -96.75 -17.3954 -54.6172 + 87 4.19467 418 5 1 -96.55 -17.0762 -54.845 + 87 55.13 818 5 0 -95.945 -16.3426 -55.8501 + 87 173.307 819 5 0 -95.7902 -16.25 -55.97 + 87 177.153 838 5 0 -3.30452 -12.294 -56.25 + 87 113.682 886 5 1 -2.69376 -12.6532 -54.85 + 87 133.417 887 5 1 -2.65 -12.723 -54.698 + 87 158.541 837 5 0 -3.07889 -12.45 -55.9603 +Number of digits in this event = 35 +Using G4ParticleGun ... +5.22788 LIN +e- +Event: 88 +Number of tracker hits in this event = 46 + 88 162.476 484 10 1 -83.1227 -38.3205 95.55 + 88 177.944 708 10 0 -83.1231 -38.3209 94.15 + 88 112.581 484 9 1 -83.1334 -38.3176 65.55 + 88 124.942 708 9 0 -83.1323 -38.3161 64.15 + 88 109.458 484 8 1 -83.11 -38.2839 35.55 + 88 146.93 708 8 0 -83.1114 -38.2819 34.15 + 88 241.832 484 7 1 -83.1465 -38.2228 5.55 + 88 248.33 709 7 0 -83.1488 -38.2199 4.15 + 88 104.617 484 6 1 -83.1958 -38.1642 -24.45 + 88 143.529 709 6 0 -83.197 -38.1614 -25.85 + 88 93.4623 484 5 1 -83.2263 -38.099 -54.45 + 88 125.4 709 5 0 -83.2292 -38.0971 -55.85 + 88 145.068 483 4 1 -83.2773 -38.0567 -84.45 + 88 105.781 709 4 0 -83.2773 -38.0528 -85.85 + 88 115.78 483 3 1 -83.2715 -37.9717 -114.45 + 88 141.632 710 3 0 -83.2705 -37.9688 -115.85 + 88 108.859 483 2 1 -83.2521 -37.9059 -144.45 + 88 155.263 710 2 0 -83.25 -37.9034 -145.85 + 88 173.899 484 1 1 -83.2071 -37.8631 -174.45 + 88 154.849 710 1 0 -83.2048 -37.8638 -175.85 + 88 103.604 484 0 1 -83.1613 -37.878 -204.45 + 88 111.529 710 0 0 -83.1474 -37.8785 -205.85 + 88 41.8209 516 11 0 -177.354 -76.65 124.077 + 88 163.726 709 14 0 18.3737 -38.1513 213.75 + 88 61.9133 484 3 1 -83.2497 -38.0113 -114.471 + 88 65.0835 485 3 1 -83.0496 -37.9964 -114.53 + 88 69.3729 486 3 1 -82.85 -37.9936 -114.589 + 88 79.8319 487 3 1 -82.65 -38.0512 -114.653 + 88 122.03 488 3 1 -82.45 -38.1733 -114.705 + 88 83.6387 489 3 1 -82.25 -38.2781 -114.714 + 88 71.7685 490 3 1 -82.05 -38.4336 -114.699 + 88 60.6052 491 3 1 -81.85 -38.5635 -114.684 + 88 139.177 492 3 1 -81.65 -38.6709 -114.687 + 88 117.094 493 3 1 -81.45 -38.8174 -114.692 + 88 70.1335 494 3 1 -81.25 -38.9915 -114.641 + 88 54.8022 495 3 1 -81.05 -39.1105 -114.555 + 88 76.0534 496 3 1 -80.85 -39.0963 -114.519 + 88 36.3548 497 3 1 -80.5715 -39.0906 -114.45 + 88 71.7418 498 3 1 -80.4495 -39.0559 -114.473 + 88 125.679 499 3 1 -80.25 -38.9217 -114.523 + 88 153.502 500 3 1 -80.05 -38.9973 -114.494 + 88 87.976 501 3 1 -79.85 -39.1415 -114.633 + 88 129.429 704 3 0 -79.257 -39.1608 -115.85 + 88 70.3561 705 3 0 -79.2884 -39.05 -116.112 + 88 367.215 706 3 0 -79.2938 -38.85 -116.168 + 88 28.5664 707 3 0 -79.0484 -38.65 -116.003 +Number of digits in this event = 22 +Using G4ParticleGun ... +6.19629 LIN +e- +Event: 89 +Number of tracker hits in this event = 76 + 89 25.2676 535 11 0 42.8952 -72.9576 123.843 + 89 124.438 1114 10 1 42.8955 -72.9565 95.55 + 89 116.049 535 10 0 42.8981 -72.9559 94.15 + 89 389.544 1114 9 1 42.942 -72.9467 65.55 + 89 377.979 535 9 0 42.9456 -72.9472 64.15 + 89 124.803 1114 8 1 43.0215 -72.9578 35.55 + 89 602.247 535 8 0 43.0233 -72.9585 34.15 + 89 214.54 1115 7 1 43.0597 -72.9665 5.55 + 89 187.608 535 7 0 43.0609 -72.9674 4.15 + 89 138.887 1115 6 1 43.0703 -72.9854 -24.45 + 89 126.624 535 6 0 43.0718 -72.9854 -25.85 + 89 92.2771 1115 5 1 43.0989 -72.9829 -54.45 + 89 244.664 535 5 0 43.099 -72.983 -55.85 + 89 145.847 1115 4 1 43.0923 -72.9995 -84.45 + 89 303.757 535 4 0 43.086 -72.9852 -85.85 + 89 116.806 1113 3 1 42.8405 -72.8164 -114.45 + 89 100.359 536 3 0 42.8316 -72.8083 -115.85 + 89 113.135 1112 2 1 42.6191 -72.6558 -144.45 + 89 140.362 536 2 0 42.6038 -72.6851 -145.85 + 89 154.07 1110 1 1 42.0654 -73.2686 -174.45 + 89 233.045 533 1 0 42.0564 -73.2572 -175.85 + 89 116.153 1109 0 1 41.9837 -72.8657 -204.45 + 89 100.565 534 0 0 41.8242 -73.1359 -205.85 + 89 122.998 1115 8 1 43.0654 -72.8751 35.55 + 89 238.171 536 7 0 43.2042 -72.8261 4.15 + 89 95.1791 1116 6 1 43.3548 -72.8379 -24.45 + 89 198.052 536 6 0 43.3634 -72.8411 -25.85 + 89 435.973 1117 5 1 43.5211 -72.9079 -54.45 + 89 115.565 1118 4 1 43.7592 -72.9785 -84.45 + 89 366.381 1120 3 1 44.1216 -73.1364 -114.45 + 89 488.85 534 3 0 44.1458 -73.1437 -115.85 + 89 153.679 1122 2 1 44.6047 -73.3841 -144.45 + 89 218.822 533 2 0 44.6434 -73.4037 -145.85 + 89 319.817 1127 1 1 45.4524 -73.9758 -174.45 + 89 104.297 529 1 0 45.5836 -74.0555 -175.85 + 89 147.429 1140 0 1 48.2396 -75.8595 -204.45 + 89 90.4972 1141 0 1 48.25 -75.8695 -204.578 + 89 105.928 520 0 0 48.3553 -75.9752 -205.85 + 89 58.1551 527 1 0 46.0438 -74.5098 -175.85 + 89 88.0626 526 1 0 46.0734 -74.65 -175.989 + 89 31.6185 525 1 0 46.0839 -74.85 -176.153 + 89 376.221 1121 2 1 44.4412 -73.3866 -144.45 + 89 140.218 1123 1 1 44.7592 -73.6734 -174.45 + 89 152.14 531 1 0 44.7718 -73.6876 -175.85 + 89 114.066 1124 0 1 45.0056 -73.9688 -204.45 + 89 126.802 530 0 0 45.0198 -73.9792 -205.85 + 89 447.652 555 1 0 76.7827 -69.0111 -176.25 + 89 108.07 535 2 0 44.5049 -72.9816 -145.85 + 89 111.187 1130 1 1 46.058 -72.9037 -174.45 + 89 123.484 535 1 0 46.1506 -72.8646 -175.85 + 89 123.153 540 0 0 48.1575 -72.0449 -205.85 + 89 109.702 1125 4 1 45.0776 -73.2356 -84.85 + 89 232.317 1118 5 1 43.6501 -72.7493 -54.4759 + 89 117.159 825 1 1 -14.9809 -26.9401 -174.45 + 89 147.098 1113 8 1 42.8367 -72.8582 35.55 + 89 91.1051 1113 7 1 42.7208 -72.8003 5.55 + 89 199.481 1113 6 1 42.683 -72.6036 -24.45 + 89 108.888 537 6 0 42.681 -72.5907 -25.85 + 89 127.906 1112 5 1 42.608 -72.3236 -54.45 + 89 118.447 538 5 0 42.6068 -72.3093 -55.85 + 89 225.922 1112 4 1 42.5756 -72.0499 -84.45 + 89 114.866 540 4 0 42.5809 -72.0352 -85.85 + 89 165.562 1111 3 1 42.3987 -71.8391 -114.45 + 89 162.864 541 3 0 42.3875 -71.8154 -115.85 + 89 97.4975 1110 2 1 42.132 -71.2942 -144.45 + 89 123.4 543 2 0 42.1153 -71.2612 -145.85 + 89 156 1108 1 1 41.7659 -70.6136 -174.45 + 89 93.7973 547 1 0 41.7998 -70.5717 -175.85 + 89 104.378 1112 0 1 42.4693 -69.7208 -204.45 + 89 185.148 551 0 0 42.5027 -69.6677 -205.85 + 89 265.712 1113 0 1 42.7552 -71.3767 -204.45 + 89 330.652 543 0 0 42.7395 -71.345 -205.85 + 89 270.126 568 8 0 35.316 -66.4244 33.75 + 89 101.146 569 8 0 34.7469 -66.25 33.924 + 89 191.177 1073 8 1 34.8228 -66.6813 35.1502 + 89 43.8637 564 8 0 33.063 -67.1113 34.15 +Number of digits in this event = 49 +Using G4ParticleGun ... +6.76919 LIN +e- +Event: 90 +Number of tracker hits in this event = 53 + 90 165.205 785 9 1 -23.042 116.75 65.55 + 90 118.188 1482 9 0 -23.0404 116.75 64.15 + 90 113.87 785 8 1 -23.0098 116.746 35.55 + 90 102.624 1482 8 0 -23.0094 116.747 34.15 + 90 117.661 785 7 1 -22.9906 116.79 5.55 + 90 258.041 1483 7 0 -22.9893 116.797 4.15 + 90 130.779 785 6 1 -22.9766 116.93 -24.45 + 90 119.852 1483 6 0 -22.9756 116.929 -25.85 + 90 563.628 785 5 1 -22.9326 116.888 -54.45 + 90 446.117 1483 5 0 -22.9268 116.885 -55.85 + 90 119.77 786 4 1 -22.8184 116.838 -84.45 + 90 443.59 1483 4 0 -22.8198 116.841 -85.85 + 90 216.842 786 3 1 -22.8493 116.957 -114.45 + 90 138.732 1484 3 0 -22.847 116.954 -115.85 + 90 612.781 786 2 1 -22.8119 116.862 -144.45 + 90 458.245 1483 2 0 -22.8247 116.856 -145.85 + 90 162.927 784 1 1 -23.0838 116.719 -174.45 + 90 126.958 1482 1 0 -23.1017 116.708 -175.85 + 90 99.7091 782 0 1 -23.4974 116.494 -204.45 + 90 105.246 1481 0 0 -23.5296 116.49 -205.85 + 90 213.719 1505 0 0 -9.4974 121.205 -206.25 + 90 319.642 785 1 1 -23.05 116.706 -174.677 + 90 105.536 1480 1 0 -22.8034 116.247 -175.85 + 90 147.103 1479 1 0 -22.8875 116.15 -175.988 + 90 197.266 787 5 1 -22.505 117.176 -54.85 + 90 84.3351 788 5 1 -22.45 117.344 -54.5655 + 90 8.98055 1485 3 0 -23.1092 117.296 -115.85 + 90 22.6015 1525 3 0 -0.477416 125.311 -116.25 + 90 130.113 1526 3 0 -0.461798 125.35 -116.198 + 90 360.858 786 0 1 -22.8138 117.803 -204.45 + 90 480.852 1488 0 0 -22.835 117.866 -205.85 + 90 243.857 1485 2 0 -22.6919 117.235 -145.85 + 90 106.244 1485 1 0 -22.8955 117.23 -175.85 + 90 114.882 784 0 1 -23.2322 117.292 -204.45 + 90 110.844 1485 0 0 -23.2463 117.331 -205.85 + 90 270.783 786 1 1 -22.6711 117.438 -174.45 + 90 118.247 1486 1 0 -22.6769 117.461 -175.85 + 90 93.8262 787 1 1 -22.65 117.422 -174.741 + 90 224.726 785 4 1 -22.8951 116.835 -84.45 + 90 141.235 785 3 1 -22.8819 116.886 -114.45 + 90 253.664 1483 3 0 -22.8801 116.888 -115.85 + 90 266.919 1483 1 0 -22.6756 116.935 -175.85 + 90 107.264 787 0 1 -22.5511 116.868 -204.45 + 90 378.472 1483 0 0 -22.5508 116.868 -205.85 + 90 110.325 761 1 1 -27.7533 114.95 -174.45 + 90 107.648 1472 1 0 -27.7523 114.698 -175.85 + 90 106.108 763 0 1 -27.3832 108.436 -204.45 + 90 13.5384 762 0 1 -27.4501 108.371 -204.792 + 90 19.6576 1440 0 0 -27.6891 108.164 -205.85 + 90 114.628 1439 0 0 -27.7051 108.15 -205.923 + 90 109.659 1482 4 0 -22.8918 116.745 -85.85 + 90 124.097 785 2 1 -22.8606 116.764 -144.45 + 90 172.982 785 0 1 -23.0246 116.845 -204.45 +Number of digits in this event = 31 +Using G4ParticleGun ... +3.64415 LIN +e- +Event: 91 +Number of tracker hits in this event = 89 + 91 106.994 414 10 1 -97.2943 10.7657 95.55 + 91 108.406 953 10 0 -97.2967 10.7668 94.15 + 91 470.156 414 9 1 -97.3448 10.7839 65.55 + 91 198.543 953 9 0 -97.3454 10.7846 64.15 + 91 98.3766 413 8 1 -97.3574 10.7993 35.55 + 91 111.563 953 8 0 -97.3586 10.8005 34.15 + 91 143.488 413 7 1 -97.3791 10.8273 5.55 + 91 158.124 953 7 0 -97.3797 10.8273 4.15 + 91 122.308 413 6 1 -97.3981 10.8242 -24.45 + 91 110.686 953 6 0 -97.4002 10.8256 -25.85 + 91 117.757 413 5 1 -97.4515 10.8465 -54.45 + 91 118.203 953 5 0 -97.4535 10.8485 -55.85 + 91 131.929 413 4 1 -97.4883 10.8948 -84.45 + 91 127.591 954 4 0 -97.4869 10.8985 -85.85 + 91 121.304 413 3 1 -97.4534 10.9849 -114.45 + 91 115.897 954 3 0 -97.4561 10.9893 -115.85 + 91 116.654 413 2 1 -97.5207 11.0793 -144.45 + 91 142.164 955 2 0 -97.5239 11.081 -145.85 + 91 146.836 412 1 1 -97.5886 11.1108 -174.45 + 91 124.794 955 1 0 -97.5903 11.1229 -175.85 + 91 128.979 412 0 1 -97.6112 11.3876 -204.45 + 91 97.9077 956 0 0 -97.6116 11.4063 -205.85 + 91 5.42991 932 0 1 6.45 82.7477 -204.704 + 91 3.52327 933 0 1 6.65 82.8679 -204.452 + 91 43.7818 146 0 0 -73.4498 -150.75 -206.076 + 91 218.56 1092 7 0 109.425 38.4534 3.75084 + 91 54.3559 1091 7 0 109.485 38.45 3.8172 + 91 90.0377 1366 7 0 -37.1172 93.5219 3.75 + 91 64.565 1365 7 0 -37.1352 93.35 3.94511 + 91 101.826 1364 7 0 -37.1419 93.1498 4.10746 + 91 92.8801 1363 7 0 -37.1829 92.95 4.13171 + 91 2.24291 694 7 1 -41.2433 93.0337 5.15002 + 91 73.4689 693 7 1 -41.25 93.0344 5.1531 + 91 174.575 692 7 1 -41.45 93.069 5.20277 + 91 532.886 954 9 0 -97.2742 10.85 63.8823 + 91 32.5319 415 9 1 -97.15 10.7897 65.3426 + 91 102.742 414 8 1 -97.2417 11.9678 35.5496 + 91 102.806 958 8 0 -97.2342 11.8157 34.15 + 91 163.033 422 7 1 -95.6649 8.91345 5.5499 + 91 121.493 945 7 0 -95.3008 9.11748 4.15 + 91 84.0161 463 6 1 -87.3061 13.499 -24.4501 + 91 62.2337 464 6 1 -87.25 13.5902 -24.6823 + 91 6.89262 969 6 0 -86.9441 14.0397 -25.8501 + 91 126.945 970 6 0 -86.9371 14.05 -25.8769 + 91 177.554 515 5 1 -77.0381 23.3091 -54.45 + 91 8.14264 1018 5 0 -76.638 23.8405 -55.85 + 91 147.555 1019 5 0 -76.6309 23.85 -55.8747 + 91 45.2011 571 4 1 -65.7011 33.792 -84.4509 + 91 81.6722 572 4 1 -65.65 33.8595 -84.6122 + 91 73.0662 1071 4 0 -65.2376 34.3612 -85.85 + 91 65.2664 1072 4 0 -65.1631 34.45 -86.0693 + 91 138.977 626 3 1 -54.7909 46.3415 -114.45 + 91 42.9723 627 3 1 -54.6496 46.5619 -114.748 + 91 46.2577 1136 3 0 -54.1172 47.3574 -115.85 + 91 123.382 1137 3 0 -54.0544 47.45 -115.975 + 91 363.947 698 2 1 -40.3751 66.8794 -144.45 + 91 28.8766 1239 2 0 -40.106 67.9754 -145.85 + 91 141.987 1240 2 0 -40.0844 68.0501 -145.947 + 91 8.76919 1241 2 0 -40.0303 68.25 -146.204 + 91 140.582 729 1 1 -34.1583 90.6258 -174.45 + 91 50.9382 1356 1 0 -33.8384 91.4602 -175.85 + 91 86.1222 1357 1 0 -33.8076 91.55 -175.994 + 91 142.349 766 0 1 -26.7052 111.62 -204.45 + 91 18.3025 1461 0 0 -27.231 112.511 -205.85 + 91 108.117 1462 0 0 -27.2577 112.55 -205.913 + 91 81.4296 560 4 1 -68.0284 32.5307 -84.45 + 91 55.4965 561 4 1 -67.8499 32.5343 -84.7435 + 91 190.08 1059 4 0 -67.2497 31.9835 -85.8501 + 91 186.173 960 4 0 -28.5122 12.1059 -86.25 + 91 61.1556 959 4 0 -28.4669 12.05 -86.1885 + 91 101.183 413 9 1 -97.35 10.7882 65.5059 + 91 128.608 398 8 1 -100.489 14.6805 35.5499 + 91 1.45251 397 8 1 -100.55 14.6078 35.1579 + 91 124.769 971 8 0 -100.643 14.3739 34.15 + 91 47.3293 390 7 1 -102.133 7.10766 5.55 + 91 75.7021 391 7 1 -101.874 7.56347 5.55 + 91 69.5959 392 7 1 -101.75 7.59866 5.485 + 91 72.4682 393 7 1 -101.55 7.66167 5.37042 + 91 59.4946 394 7 1 -101.35 7.72597 5.27225 + 91 17.2165 395 7 1 -101.15 7.78492 5.18198 + 91 185.625 942 7 0 -99.7634 8.47289 4.14952 + 91 225.819 943 7 0 -99.5712 8.65 4.0517 + 91 135.968 944 7 0 -99.3443 8.85017 4.0126 + 91 34.9691 404 7 1 -99.3175 8.34096 5.15 + 91 23.3746 403 7 1 -99.35 8.27694 5.19744 + 91 9.6732 940 7 0 -99.9027 8.24473 4.15 + 91 170.811 941 7 0 -99.9138 8.25002 4.13373 + 91 31.3471 408 7 1 -98.3934 8.28561 5.15 + 91 176.315 409 7 1 -98.35 8.2856 5.17982 +Number of digits in this event = 37 +Using G4ParticleGun ... +4.68662 LIN +e- +Event: 92 +Number of tracker hits in this event = 31 + 92 137.447 1269 10 1 73.9183 -85.994 95.55 + 92 168.483 470 10 0 73.9174 -85.9922 94.15 + 92 122.924 1269 9 1 73.8978 -85.9528 65.55 + 92 99.7329 470 9 0 73.8966 -85.9534 64.15 + 92 147.66 1269 8 1 73.8659 -85.9687 35.55 + 92 129.589 470 8 0 73.8645 -85.9676 34.15 + 92 132.089 1268 7 1 73.8306 -85.9404 5.55 + 92 197.079 470 7 0 73.8289 -85.9419 4.15 + 92 136.505 1268 6 1 73.7983 -85.9733 -24.45 + 92 113.608 470 6 0 73.7961 -85.9734 -25.85 + 92 107.641 1268 5 1 73.7561 -85.9794 -54.45 + 92 151.1 470 5 0 73.7546 -85.9791 -55.85 + 92 138.22 1268 4 1 73.7181 -85.9742 -84.45 + 92 154.908 470 4 0 73.7164 -85.9764 -85.85 + 92 118.502 1268 3 1 73.6788 -86.0163 -114.45 + 92 103.139 470 3 0 73.6779 -86.0188 -115.85 + 92 113.507 1268 2 1 73.6564 -86.0602 -144.45 + 92 128.802 469 2 0 73.6556 -86.0611 -145.85 + 92 151.919 1267 1 1 73.6311 -86.0809 -174.45 + 92 124.615 469 1 0 73.6219 -86.0795 -175.85 + 92 117.541 1267 0 1 73.4778 -86.0187 -204.45 + 92 133.501 470 0 0 73.4692 -86.0242 -205.85 + 92 129.958 1490 0 1 118.263 -51.9048 -204.85 + 92 30.1153 1625 0 0 34.2617 145.255 -206.25 + 92 70.6076 1626 0 0 34.2403 145.35 -206.171 + 92 59.1532 1627 0 0 34.1846 145.55 -206.174 + 92 72.6611 1628 0 0 34.1491 145.75 -206.142 + 92 93.0991 1629 0 0 34.0372 145.95 -206.18 + 92 173.64 1630 0 0 33.8771 146.15 -206.117 + 92 88.9478 1067 0 1 33.4571 144.907 -204.85 + 92 111.552 1066 0 1 33.45 144.895 -204.83 +Number of digits in this event = 19 +Using G4ParticleGun ... +7.52068 LIN +e- +Event: 93 +Number of tracker hits in this event = 23 + 93 68.1785 1066 9 1 33.2973 -130.827 65.3886 + 93 109.31 246 9 0 33.2973 -130.827 64.15 + 93 171.671 1066 8 1 33.2984 -130.825 35.55 + 93 138.374 246 8 0 33.2977 -130.825 34.15 + 93 130.403 1066 7 1 33.2835 -130.824 5.55 + 93 113.324 246 7 0 33.282 -130.823 4.15 + 93 118.33 1065 6 1 33.2483 -130.8 -24.45 + 93 97.0029 246 6 0 33.2459 -130.799 -25.85 + 93 147.39 1065 5 1 33.1957 -130.773 -54.45 + 93 112.276 246 5 0 33.1932 -130.771 -55.85 + 93 347.449 1065 4 1 33.149 -130.731 -84.45 + 93 131.036 247 4 0 33.1475 -130.729 -85.85 + 93 137.84 1065 3 1 33.1213 -130.684 -114.45 + 93 137.839 247 3 0 33.1201 -130.681 -115.85 + 93 105.715 1065 2 1 33.0954 -130.626 -144.45 + 93 115.703 247 2 0 33.0951 -130.621 -145.85 + 93 112.364 1065 1 1 33.0988 -130.518 -174.45 + 93 165.605 248 1 0 33.0994 -130.513 -175.85 + 93 135.607 1065 0 1 33.1171 -130.417 -204.45 + 93 98.5143 248 0 0 33.1175 -130.412 -205.85 + 93 162.972 246 4 0 33.123 -130.75 -86.0854 + 93 31.9653 245 4 0 32.9947 -130.95 -85.9413 + 93 56.4638 1064 4 1 32.9823 -131.544 -84.8498 +Number of digits in this event = 14 +Using G4ParticleGun ... +5.79801 LIN +e- +Event: 94 +Number of tracker hits in this event = 90 + 94 117.083 1377 10 1 95.7138 8.06918 95.55 + 94 248.229 940 10 0 95.7144 8.06966 94.15 + 94 120.653 1377 9 1 95.724 8.16056 65.55 + 94 151.802 940 9 0 95.7252 8.16364 64.15 + 94 121.131 1377 8 1 95.7489 8.22866 35.55 + 94 131.936 940 8 0 95.7502 8.23304 34.15 + 94 160.93 1378 7 1 95.767 8.3262 5.55 + 94 346.935 941 7 0 95.7663 8.3319 4.15 + 94 99.359 1378 6 1 95.752 8.43619 -24.45 + 94 127.325 941 6 0 95.7526 8.44043 -25.85 + 94 97.0915 1378 5 1 95.7824 8.52062 -54.45 + 94 364.617 942 5 0 95.7827 8.52739 -55.85 + 94 126.983 1378 4 1 95.7791 8.66381 -84.45 + 94 443.512 943 4 0 95.7799 8.66969 -85.85 + 94 133.825 1378 3 1 95.8058 8.78398 -114.45 + 94 161.248 943 3 0 95.806 8.79226 -115.85 + 94 125.967 1378 2 1 95.816 8.96415 -144.45 + 94 156.109 944 2 0 95.8163 8.97308 -145.85 + 94 129.937 1378 1 1 95.816 9.15145 -174.45 + 94 128.05 945 1 0 95.8174 9.16261 -175.85 + 94 94.5466 1378 0 1 95.8521 9.39623 -204.45 + 94 149.06 946 0 0 95.8444 9.40856 -205.85 + 94 22.0315 1261 2 1 72.3435 65.3354 -144.85 + 94 62.6439 1275 2 1 75.05 64.9533 -144.478 + 94 260.538 1260 2 1 72.2498 65.5041 -144.559 + 94 176.551 807 1 1 -18.45 141.417 -174.5 + 94 195.592 942 4 0 95.7981 8.64993 -86.0252 + 94 257.114 1377 5 1 95.7434 8.56016 -54.45 + 94 107.638 1380 4 1 96.2431 8.58014 -84.45 + 94 112.665 1386 3 1 97.4444 6.33938 -114.45 + 94 91.9187 931 3 0 97.6292 6.26168 -115.85 + 94 36.0928 930 3 0 97.6604 6.25 -116.09 + 94 113.15 1404 2 1 101.074 4.81066 -144.45 + 94 151.876 923 2 0 101.172 4.7714 -145.85 + 94 100.056 1417 1 1 103.674 4.54985 -174.45 + 94 110.675 922 1 0 103.774 4.58387 -175.85 + 94 104.734 1428 0 1 105.763 4.98681 -204.45 + 94 110.344 924 0 0 105.753 4.9092 -205.85 + 94 213.707 1441 3 1 108.393 114.1 -114.85 + 94 93.0455 925 0 0 105.789 5.05 -205.87 + 94 293.871 1390 0 1 98.2992 8.70696 -204.45 + 94 102.263 943 0 0 98.3131 8.70458 -205.85 + 94 108.206 942 0 0 98.3969 8.5998 -205.85 + 94 132.229 1377 4 1 95.5572 8.7283 -84.45 + 94 129.908 1375 3 1 95.2678 8.95806 -114.45 + 94 114.347 944 3 0 95.2415 8.95241 -115.85 + 94 125.34 1374 2 1 95.0317 8.83345 -144.45 + 94 131.308 943 2 0 95.0508 8.75302 -145.85 + 94 132.884 1376 1 1 95.4348 7.21044 -174.45 + 94 116.209 935 1 0 95.4652 7.16093 -175.85 + 94 441.047 1380 0 1 96.3393 5.95764 -204.45 + 94 37.8168 1381 0 1 96.35 5.94309 -204.677 + 94 64.3 929 0 0 96.4087 5.86689 -205.85 + 94 50.3145 928 0 0 96.4217 5.85 -206.111 + 94 59.483 1129 3 1 46.05 12.3967 -114.687 + 94 85.4952 1646 10 0 19.4285 149.515 93.7501 + 94 193.797 1645 10 0 19.3646 149.35 93.8433 + 94 59.483 1225 9 0 28.1465 65.05 64.0694 + 94 24.7904 939 10 0 95.7161 8.05 93.8163 + 94 126.976 1378 9 1 95.883 6.20165 65.55 + 94 163.226 930 9 0 95.9175 6.19343 64.15 + 94 242.096 1381 8 1 96.5426 5.9335 35.55 + 94 139.311 928 8 0 96.4972 5.7869 34.15 + 94 105.883 1373 7 1 94.8502 2.32143 5.55 + 94 170.819 910 7 0 94.809 2.12427 4.15 + 94 108.312 1369 6 1 94.1075 -2.35603 -24.45 + 94 144.713 886 6 0 94.1173 -2.66988 -25.85 + 94 119.902 1371 5 1 94.4948 -8.83902 -54.45 + 94 93.7425 854 5 0 94.5219 -9.17879 -55.85 + 94 30.2338 853 5 0 94.5232 -9.25 -56.1504 + 94 116.533 1371 4 1 94.5056 -16.0425 -84.45 + 94 100.621 818 4 0 94.5924 -16.318 -85.85 + 94 126.687 1379 3 1 96.0508 -22.1126 -114.45 + 94 3.37907 789 3 0 96.1202 -22.2488 -115.85 + 94 133.097 788 3 0 96.1208 -22.25 -115.863 + 94 130.105 1387 2 1 97.584 -24.9344 -144.45 + 94 121.404 775 2 0 97.5564 -24.9939 -145.85 + 94 111.381 1384 1 1 97.0678 -26.46 -174.45 + 94 155.039 768 1 0 97.0044 -26.3633 -175.85 + 94 109.691 1379 0 1 96.1167 -24.5668 -204.45 + 94 137.771 777 0 0 96.064 -24.5047 -205.85 + 94 58.7864 751 2 0 96.6079 -29.65 -145.884 + 94 163.303 752 2 0 96.6022 -29.65 -146.034 + 94 20.5394 982 7 0 60.8832 16.4697 3.75008 + 94 123.029 981 7 0 60.8392 16.45 3.80006 + 94 13.5643 1203 7 1 60.6872 16.1518 5.15 + 94 231.436 1202 7 1 60.65 16.1283 5.19001 + 94 322.102 976 7 0 60.9439 15.2617 4.15 + 94 27.3118 975 7 0 60.9488 15.25 4.13207 + 94 38.3409 977 7 0 61.1381 15.45 4.11468 +Number of digits in this event = 51 +Using G4ParticleGun ... +3.6689 LIN +e- +Event: 95 +Number of tracker hits in this event = 63 + 95 102.444 807 10 1 -18.547 90.3618 95.55 + 95 131.655 1351 10 0 -18.5468 90.3644 94.15 + 95 224.153 807 9 1 -18.5341 90.416 65.55 + 95 186.959 1351 9 0 -18.5299 90.4198 64.15 + 95 120.193 808 8 1 -18.4483 90.4907 35.55 + 95 115.756 1351 8 0 -18.4434 90.4941 34.15 + 95 147.747 808 7 1 -18.3425 90.5615 5.55 + 95 124.547 1352 7 0 -18.3371 90.5665 4.15 + 95 112.655 809 6 1 -18.2311 90.6629 -24.45 + 95 139.752 1352 6 0 -18.2237 90.6684 -25.85 + 95 138.71 809 5 1 -18.0727 90.7863 -54.45 + 95 129.146 1353 5 0 -18.064 90.7908 -55.85 + 95 227.914 810 4 1 -17.8984 90.8734 -84.45 + 95 111.96 1353 4 0 -17.8912 90.8718 -85.85 + 95 157.952 811 3 1 -17.7604 90.8306 -114.45 + 95 276.893 1353 3 0 -17.7471 90.8226 -115.85 + 95 121.669 812 2 1 -17.4541 90.5807 -144.45 + 95 142.502 1352 2 0 -17.4438 90.5612 -145.85 + 95 98.1778 813 1 1 -17.2886 90.1629 -174.45 + 95 111.275 814 0 1 -17.1255 89.7153 -204.45 + 95 219.761 1348 0 0 -17.1133 89.6873 -205.85 + 95 329.534 1283 4 1 76.65 117.881 -84.6688 + 95 26.2397 933 1 0 74.5011 6.85 -176.118 + 95 167.679 932 1 0 74.7135 6.65 -175.957 + 95 65.4699 1287 1 1 77.477 5.79903 -174.85 + 95 97.1609 1288 1 1 77.6501 5.76531 -174.778 + 95 51.2065 1289 1 1 77.85 5.68065 -174.713 + 95 164.436 1290 1 1 78.05 5.58153 -174.691 + 95 30.1276 1291 1 1 78.25 5.56638 -174.759 + 95 282.929 926 1 0 78.5934 5.33622 -175.85 + 95 27.2912 1308 1 1 81.7778 5.78055 -174.85 + 95 88.3689 1309 1 1 81.8502 5.8256 -174.806 + 95 348.197 1310 1 1 82.0504 5.95498 -174.754 + 95 37.6584 1311 1 1 82.25 6.0471 -174.607 + 95 106.452 927 1 0 78.422 5.45 -175.891 + 95 92.4071 717 0 1 -36.513 -118.225 -204.45 + 95 144.132 718 0 1 -36.45 -118.352 -204.458 + 95 50.1685 719 0 1 -36.25 -118.679 -204.651 + 95 178.586 1350 1 0 -17.2171 90.15 -175.912 + 95 110.409 807 2 1 -18.6216 97.9132 -144.45 + 95 65.6078 806 2 1 -18.65 97.8743 -144.748 + 95 122.572 1387 2 0 -18.7468 97.7376 -145.85 + 95 50.4054 803 1 1 -19.3913 93.9355 -174.45 + 95 77.7546 802 1 1 -19.45 93.9472 -174.629 + 95 136.405 1369 1 0 -19.7418 94.0664 -175.85 + 95 75.4791 782 0 1 -23.505 95.9849 -204.45 + 95 17.2179 783 0 1 -23.45 96.0649 -204.781 + 95 48.3803 1380 0 0 -23.1429 96.3109 -205.85 + 95 93.6655 1381 0 0 -23.1023 96.35 -206.017 + 95 119.982 1380 3 0 3.14555 96.291 -116.25 + 95 86.2878 1381 3 0 3.4056 96.35 -115.981 + 95 7.83075 931 3 1 6.26718 95.0691 -114.85 + 95 25.1446 1352 3 0 9.68274 90.6442 -115.85 + 95 3.60154 981 3 1 16.3804 88.8208 -114.85 + 95 74.4784 1332 3 0 19.5038 86.4687 -115.85 + 95 206.329 1331 3 0 19.545 86.45 -115.875 + 95 2.68727 1269 0 0 -43.6747 74.05 -205.938 + 95 39.9707 798 4 0 26.4779 -20.4054 -86.25 + 95 145.27 718 4 0 31.0126 -36.3549 -86.25 + 95 20.6545 437 1 1 -92.5547 88.5938 -174.85 + 95 254.448 436 1 1 -92.75 88.547 -174.596 + 95 29.7345 1688 5 0 111.219 157.893 -56.25 + 95 159.257 808 9 1 -18.45 90.6392 65.4225 +Number of digits in this event = 30 +Using G4ParticleGun ... +2.26229 LIN +e- +Event: 96 +Number of tracker hits in this event = 98 + 96 97.9995 838 11 1 -12.3416 9.9131 125.55 + 96 142.702 949 11 0 -12.3436 9.90917 124.15 + 96 109.664 838 10 1 -12.3872 9.8442 95.55 + 96 173.623 948 10 0 -12.3889 9.8409 94.15 + 96 119.378 837 9 1 -12.4514 9.76844 65.55 + 96 121.02 948 9 0 -12.4546 9.76328 64.15 + 96 192.655 837 8 1 -12.5068 9.6677 35.55 + 96 112.3 948 8 0 -12.5051 9.66366 34.15 + 96 189.912 837 7 1 -12.4607 9.60467 5.55 + 96 176.781 947 7 0 -12.4561 9.60394 4.15 + 96 322.573 838 6 1 -12.3815 9.60133 -24.45 + 96 116.73 947 6 0 -12.3774 9.5994 -25.85 + 96 137.245 838 5 1 -12.2791 9.5392 -54.45 + 96 357.49 947 5 0 -12.2578 9.5246 -55.85 + 96 140.688 841 4 1 -11.7582 9.20404 -84.45 + 96 106.48 945 4 0 -11.734 9.19051 -85.85 + 96 99.6861 844 3 1 -11.2374 8.91348 -114.45 + 96 223.813 944 3 0 -11.2082 8.89805 -115.85 + 96 117.948 847 2 1 -10.6356 8.59028 -144.45 + 96 124.636 942 2 0 -10.6071 8.57618 -145.85 + 96 104.345 850 1 1 -10.0266 8.28375 -174.45 + 96 171.243 941 1 0 -10.0095 8.26907 -175.85 + 96 215.211 851 0 1 -9.70036 7.93459 -204.45 + 96 133.223 939 0 0 -9.67653 7.92353 -205.85 + 96 363.359 839 5 1 -12.1905 9.53811 -54.45 + 96 176.385 840 4 1 -11.8701 9.34992 -84.45 + 96 135.716 946 4 0 -11.8714 9.32966 -85.85 + 96 126.304 840 3 1 -11.9072 8.97191 -114.45 + 96 119.267 839 2 1 -12.0799 9.02606 -144.45 + 96 105.153 944 2 0 -12.0167 9.01251 -145.85 + 96 111.34 845 1 1 -10.9565 8.91151 -174.45 + 96 117.686 944 1 0 -10.8509 8.94115 -175.85 + 96 94.9738 856 0 1 -8.74043 9.27821 -204.45 + 96 113.398 946 0 0 -8.56424 9.31298 -205.85 + 96 132.757 854 4 1 -9.10321 11.5201 -84.45 + 96 116.915 957 4 0 -8.93805 11.4759 -85.8504 + 96 0.842945 873 3 1 -5.25115 10.6322 -114.45 + 96 163.099 874 3 1 -5.25 10.6315 -114.456 + 96 137.458 952 3 0 -4.96073 10.4896 -115.85 + 96 7.14256 951 3 0 -4.88289 10.45 -116.224 + 96 139.452 905 2 1 1.16368 7.29243 -144.45 + 96 138.927 934 2 0 1.42442 7.03226 -145.85 + 96 151.288 932 1 1 6.55949 1.93035 -174.45 + 96 110.975 907 1 0 6.6943 1.60771 -175.85 + 96 117.431 945 0 1 9.21826 -4.61189 -204.451 + 96 118.091 876 0 0 9.18628 -4.78492 -205.85 + 96 249.957 949 6 0 -12.3764 9.88107 -25.85 + 96 125.192 837 5 1 -12.4541 9.8976 -54.45 + 96 153.171 949 5 0 -12.474 9.90181 -55.85 + 96 582.693 835 4 1 -12.8881 10.0175 -84.45 + 96 159.373 949 4 0 -12.9003 10.0234 -85.85 + 96 136.488 834 3 1 -13.1446 10.1365 -114.45 + 96 120.186 950 3 0 -13.1567 10.1516 -115.85 + 96 338.554 833 2 1 -13.3561 10.4518 -144.45 + 96 170.119 952 2 0 -13.3702 10.4742 -145.85 + 96 103.433 832 1 1 -13.639 10.8923 -174.45 + 96 120.47 954 1 0 -13.6549 10.918 -175.85 + 96 143.87 830 0 1 -13.9932 11.4581 -204.45 + 96 112.803 957 0 0 -14.0008 11.4854 -205.85 + 96 25.6967 1644 1 0 129.897 148.95 -176.171 + 96 34.4929 834 2 1 -13.25 10.3779 -144.692 + 96 94.8492 832 2 1 -13.45 11.1586 -144.514 + 96 54.1371 831 2 1 -13.65 11.1477 -144.589 + 96 92.6588 830 2 1 -13.8506 11.1646 -144.684 + 96 100.327 953 2 0 -15.0185 10.8261 -145.85 + 96 42.3837 1014 2 0 -35.3604 22.971 -146.25 + 96 96.5706 1015 2 0 -35.3884 23.05 -146.137 + 96 118.751 725 2 1 -35.0241 23.3853 -144.85 + 96 32.0191 762 1 1 -27.45 -5.03936 -174.574 + 96 59.8746 771 1 1 -25.85 -5.57647 -174.604 + 96 4.87216 687 1 1 -42.45 -16.2431 -174.752 + 96 80.2649 843 1 0 -28.6861 -11.4259 -175.85 + 96 74.5183 842 1 0 -28.69 -11.45 -175.861 + 96 85.3505 1497 3 0 42.9983 119.579 -116.25 + 96 178.926 1498 3 0 43.0104 119.75 -116.166 + 96 41.9006 1496 3 0 71.5791 119.53 -116.25 + 96 41.4829 834 4 1 -13.0501 9.73007 -84.7568 + 96 107.304 946 5 0 -12.0136 9.38078 -55.8502 + 96 108.322 844 4 1 -11.1641 7.23773 -84.45 + 96 115.411 935 4 0 -11.1204 7.09919 -85.8503 + 96 130.36 851 3 1 -9.83988 4.69006 -114.45 + 96 326.374 922 3 0 -9.77031 4.59077 -115.85 + 96 139.27 860 2 1 -7.96385 3.92362 -144.45 + 96 116.342 918 2 0 -7.86244 3.77182 -145.85 + 96 107.21 870 1 1 -5.97775 0.618971 -174.45 + 96 125.393 901 1 0 -5.88687 0.330886 -175.85 + 96 141.325 880 0 1 -4.00956 -5.31423 -204.45 + 96 107.875 873 0 0 -3.87985 -5.29051 -205.85 + 96 32.6135 856 2 1 -8.82114 -1.53428 -144.45 + 96 106.384 855 2 1 -8.85 -1.4914 -144.561 + 96 115.325 892 2 0 -9.75038 -1.60409 -145.85 + 96 29.0134 798 2 0 -2.47923 -20.3461 -146.25 + 96 113.305 797 2 0 -2.49627 -20.45 -146.168 + 96 235.301 889 2 1 -2.21503 -20.6207 -144.85 + 96 288.992 890 2 1 -2.05 -20.5288 -144.562 + 96 184.326 934 4 0 -11.1139 7.05 -86.1595 + 96 2.55283 933 4 0 -11.1054 6.84996 -86.1611 + 96 67.0035 921 4 0 0.735577 4.2668 -86.2498 +Number of digits in this event = 48 +Using G4ParticleGun ... +1.23838 LIN +e- +Event: 97 +Number of tracker hits in this event = 27 + 97 133.491 877 9 1 -4.61813 -125.293 65.55 + 97 173.189 274 9 0 -4.61512 -125.292 64.15 + 97 114.045 877 8 1 -4.56796 -125.276 35.55 + 97 147.148 274 8 0 -4.56951 -125.278 34.15 + 97 110.597 877 7 1 -4.59789 -125.28 5.55 + 97 193.8 274 7 0 -4.60229 -125.279 4.15 + 97 105.743 876 6 1 -4.66054 -125.222 -24.45 + 97 119.743 274 6 0 -4.66086 -125.215 -25.85 + 97 162.949 876 5 1 -4.65009 -125.084 -54.45 + 97 128.715 275 5 0 -4.65126 -125.089 -55.85 + 97 123.977 876 4 1 -4.67822 -125.233 -84.45 + 97 121.862 274 4 0 -4.67761 -125.232 -85.85 + 97 110.85 876 3 1 -4.654 -125.197 -114.45 + 97 109.301 274 3 0 -4.65655 -125.194 -115.85 + 97 197.829 876 2 1 -4.71905 -125.118 -144.45 + 97 226.127 275 2 0 -4.73053 -125.119 -145.85 + 97 227.013 875 1 1 -4.96726 -125.13 -174.45 + 97 122.555 275 1 0 -4.97235 -125.122 -175.85 + 97 142.67 874 0 1 -5.05984 -124.959 -204.45 + 97 140.206 276 0 0 -5.06359 -124.944 -205.85 + 97 149.291 876 1 1 -4.81407 -125.402 -174.45 + 97 11.9149 277 1 0 -5.5732 -124.579 -175.85 + 97 97.6571 278 1 0 -5.59828 -124.55 -175.897 + 97 38.1708 279 1 0 -5.70404 -124.35 -176.152 + 97 105.301 273 1 0 -4.65797 -125.538 -175.85 + 97 330.884 881 0 1 -3.74464 -125.67 -204.45 + 97 124.14 271 0 0 -3.74597 -125.785 -205.85 +Number of digits in this event = 20 +Using G4ParticleGun ... +4.57284 LIN +e- +Event: 98 +Number of tracker hits in this event = 68 + 98 153.923 1533 7 1 126.849 -78.1528 5.55 + 98 117.509 509 7 0 126.851 -78.1538 4.15 + 98 130.458 1533 6 1 126.873 -78.1751 -24.45 + 98 134.217 509 6 0 126.873 -78.1759 -25.85 + 98 134.131 1533 5 1 126.881 -78.1967 -54.45 + 98 169.76 509 5 0 126.883 -78.1975 -55.85 + 98 165.8 1533 4 1 126.923 -78.2182 -84.45 + 98 101.815 509 4 0 126.924 -78.2198 -85.85 + 98 107.103 1533 3 1 126.948 -78.2509 -114.45 + 98 176.542 508 3 0 126.948 -78.2535 -115.85 + 98 124.332 1534 2 1 126.952 -78.3166 -144.45 + 98 162.701 508 2 0 126.953 -78.3191 -145.85 + 98 115.541 1534 1 1 126.953 -78.411 -174.45 + 98 114.524 508 1 0 126.951 -78.415 -175.85 + 98 137.665 1533 0 1 126.879 -78.4869 -204.45 + 98 186.197 507 0 0 126.877 -78.4883 -205.85 + 98 94.5626 418 2 0 113.685 -96.4085 -146.25 + 98 87.7186 417 2 0 113.502 -96.55 -146.057 + 98 220.855 416 2 0 113.426 -96.75 -145.935 + 98 181.46 415 2 0 113.382 -96.9502 -146.12 + 98 267.031 1534 3 1 126.983 -78.2186 -114.45 + 98 95.7995 510 3 0 127.248 -77.9253 -115.851 + 98 20.0296 511 3 0 127.319 -77.85 -116.19 + 98 115.598 1582 2 1 136.673 -71.4693 -144.45 + 98 86.1781 1583 2 1 136.75 -71.3989 -144.6 + 98 10.8938 545 2 0 137.324 -70.8587 -145.85 + 98 133.85 546 2 0 137.333 -70.85 -145.87 + 98 173.569 1661 1 1 152.391 -56.1462 -174.45 + 98 3.64342 1660 1 1 152.35 -55.7049 -174.836 + 98 41.3136 627 1 0 152.184 -54.5595 -175.85 + 98 90.1153 628 1 0 152.167 -54.45 -175.947 + 98 42.2863 629 1 0 152.161 -54.25 -176.136 + 98 11.4565 1655 0 1 151.331 -25.8361 -204.451 + 98 154.428 1656 0 1 151.35 -25.837 -204.492 + 98 2.60333 1657 0 1 151.55 -25.768 -204.838 + 98 144.677 770 0 0 152.078 -25.8697 -205.85 + 98 486.645 509 3 0 127.013 -78.2118 -115.85 + 98 123.628 1540 2 1 128.273 -77.5212 -144.45 + 98 96.5636 512 2 0 128.4 -77.4735 -145.85 + 98 206.244 1553 1 1 130.892 -76.4502 -174.45 + 98 113.895 518 1 0 131.07 -76.3649 -175.85 + 98 111.613 1572 0 1 134.62 -74.4734 -204.45 + 98 120.062 528 0 0 134.763 -74.3993 -205.85 + 98 298.059 1024 12 1 24.944 -160.116 155.55 + 98 49.6073 1023 12 1 24.85 -160.084 155.217 + 98 26.7611 104 12 0 24.384 -159.288 154.15 + 98 122.144 1516 2 1 123.474 -82.3629 -144.45 + 98 121.446 489 2 0 123.161 -82.2162 -145.85 + 98 98.2515 1459 1 1 111.969 -83.0124 -174.45 + 98 114.388 1458 1 1 111.95 -82.9501 -174.529 + 98 59.9386 490 1 0 111.743 -81.9778 -175.85 + 98 74.775 491 1 0 111.736 -81.85 -176.012 + 98 54.3541 1442 0 1 108.701 -61.6022 -204.45 + 98 93.4297 1441 0 1 108.549 -61.5068 -204.501 + 98 60.8866 1440 0 1 108.35 -61.3832 -204.569 + 98 59.8169 1439 0 1 108.15 -61.3083 -204.646 + 98 71.8231 1438 0 1 107.95 -61.2069 -204.734 + 98 25.9196 602 0 0 106.185 -59.5254 -205.85 + 98 81.9844 603 0 0 106.12 -59.45 -205.903 + 98 252.008 604 0 0 106.021 -59.25 -206.049 + 98 54.4355 554 0 0 102.509 -69.1046 -206.25 + 98 100.758 553 0 0 102.515 -69.25 -206.136 + 98 74.0659 552 0 0 102.521 -69.45 -206.005 + 98 50.2151 551 0 0 102.592 -69.6503 -205.911 + 98 54.0046 550 0 0 102.626 -69.85 -205.909 + 98 73.0178 549 0 0 102.605 -70.0504 -205.943 + 98 225.325 548 0 0 102.453 -70.25 -205.978 + 98 132.942 605 0 0 105.935 -59.05 -206.004 +Number of digits in this event = 30 +Using G4ParticleGun ... +2.3782 LIN e- Event: 99 -Number of tracker hits in this event = 44 - 99 136.209 532 8 1 -73.4721 120.294 35.55 - 99 115.068 1500 8 0 -73.4745 120.294 34.15 - 99 172.189 532 7 1 -73.5235 120.287 5.55 - 99 157.632 1500 7 0 -73.5248 120.287 4.15 - 99 307.908 532 6 1 -73.5564 120.293 -24.45 - 99 176.603 1500 6 0 -73.5581 120.29 -25.85 - 99 112.317 532 5 1 -73.6047 120.211 -54.45 - 99 250.381 1500 5 0 -73.6109 120.215 -55.85 - 99 95.4865 531 4 1 -73.7428 120.271 -84.45 - 99 140.835 1500 4 0 -73.7498 120.274 -85.85 - 99 110.428 530 3 1 -73.894 120.351 -114.45 - 99 111.024 1501 3 0 -73.898 120.352 -115.85 - 99 130.927 530 2 1 -73.9686 120.362 -144.45 - 99 111.717 1501 2 0 -73.9744 120.37 -145.85 - 99 115.053 529 1 1 -74.1027 120.528 -174.45 - 99 151.529 1501 1 0 -74.1138 120.539 -175.85 - 99 124.685 528 0 1 -74.3296 120.777 -204.45 - 99 108.406 1503 0 0 -74.3411 120.785 -205.85 - 99 116.485 1501 6 0 -73.5687 120.452 -25.8507 - 99 68.1644 522 5 1 -75.5464 127.398 -54.4503 - 99 113.05 521 5 1 -75.65 127.453 -54.5436 - 99 76.0772 520 5 1 -75.85 127.587 -54.6987 - 99 16.693 519 5 1 -76.05 127.705 -54.8249 - 99 4.80195 1542 5 0 -77.4065 128.741 -55.85 - 99 273.555 1543 5 0 -77.4178 128.75 -55.8588 - 99 82.166 1544 5 0 -77.7042 128.95 -56.0593 - 99 18.9974 1545 5 0 -77.9088 129.15 -56.2156 - 99 53.6275 355 4 1 -108.996 156.968 -84.45 - 99 72.6175 354 4 1 -109.15 156.917 -84.6208 - 99 37.6736 353 4 1 -109.35 156.852 -84.7803 - 99 304.595 1681 4 0 -110.849 156.457 -85.85 - 99 111.988 1680 4 0 -111.363 156.35 -85.9747 - 99 57.8793 1679 4 0 -111.55 156.15 -85.9632 - 99 225.474 340 4 1 -112.095 154.845 -84.85 - 99 30.4533 339 4 1 -112.15 154.794 -84.778 - 99 117.172 341 4 1 -111.95 154.924 -84.6822 - 99 133.406 533 6 1 -73.45 120.341 -24.5831 - 99 63.9513 1506 6 0 -72.7272 121.437 -25.8502 - 99 143.085 1507 6 0 -72.6645 121.55 -25.9833 - 99 33.6478 1508 6 0 -72.5559 121.75 -26.1829 - 99 9.10085 1614 6 0 -11.9343 142.963 -26.25 - 99 128.881 1613 6 0 -11.8946 142.95 -26.2274 - 99 300.951 1612 6 0 -11.445 142.75 -26.1746 - 99 140.869 1611 6 0 -10.9533 142.55 -26.0342 -Number of digits in this event = 20 +Number of tracker hits in this event = 60 + 99 232.001 1544 8 1 129.049 56.6559 35.55 + 99 118.18 1183 8 0 129.052 56.6554 34.15 + 99 106.168 1545 7 1 129.168 56.6498 5.55 + 99 118.514 1182 7 0 129.173 56.6483 4.15 + 99 115.47 1545 6 1 129.274 56.6114 -24.45 + 99 126.257 1182 6 0 129.19 56.5521 -25.8501 + 99 107.487 1538 5 1 127.79 55.4527 -54.45 + 99 114.089 1176 5 0 127.707 55.4115 -55.85 + 99 118.265 1530 4 1 126.206 54.3027 -84.45 + 99 222.899 1171 4 0 126.166 54.261 -85.85 + 99 105.295 1524 3 1 125.094 53.5223 -114.45 + 99 125.492 1168 3 0 124.751 53.6748 -115.85 + 99 109.885 1485 2 1 117.266 57.4714 -144.45 + 99 37.9969 1484 2 1 117.15 57.4471 -144.751 + 99 135.157 1186 2 0 116.731 57.367 -145.85 + 99 130.417 1433 1 1 106.794 55.4304 -174.45 + 99 18.4116 1176 1 0 107.059 55.2591 -175.85 + 99 96.0709 1175 1 0 107.073 55.2499 -175.922 + 99 207.307 1460 0 1 112.312 51.6415 -204.45 + 99 69.8086 1461 0 1 112.35 51.5874 -204.693 + 99 204.709 1156 0 0 112.515 51.3412 -205.85 + 99 257.982 1122 0 0 118.461 44.4947 -205.893 + 99 179.116 1545 5 1 129.157 56.5795 -54.45 + 99 115.12 1546 5 1 129.35 56.6126 -54.6002 + 99 145.066 1547 5 1 129.55 56.6597 -54.7401 + 99 181.856 1187 5 0 131.209 57.4806 -55.85 + 99 134.455 1188 5 0 131.48 57.65 -56.1123 + 99 54.1159 1232 5 0 144.312 66.5118 -56.25 + 99 149.823 1231 5 0 144.258 66.45 -56.1065 + 99 96.6003 1617 5 1 143.711 66.231 -54.85 + 99 45.6411 1616 5 1 143.55 66.2274 -54.5567 + 99 56.0222 1615 5 1 143.34 66.2532 -54.45 + 99 73.6895 1614 5 1 143.15 66.2202 -54.4959 + 99 199.386 1336 6 0 150.638 87.25 -26.2232 + 99 11.0672 1613 5 1 142.95 66.2115 -54.4832 + 99 82.7497 1544 5 1 129.108 56.6278 -54.45 + 99 127.015 1181 5 0 129.344 56.422 -55.85 + 99 2.55101 1574 4 1 135.14 48.6622 -84.45 + 99 70.7039 1575 4 1 135.15 48.6662 -84.4555 + 99 146.266 1576 4 1 135.35 48.8019 -84.5255 + 99 69.6845 1577 4 1 135.551 49.0088 -84.5428 + 99 96.0717 1578 4 1 135.75 49.1658 -84.5294 + 99 98.593 1579 4 1 135.95 49.2611 -84.535 + 99 72.1933 1580 4 1 136.15 49.3597 -84.5423 + 99 52.6263 1581 4 1 136.35 49.4398 -84.5413 + 99 48.2088 1582 4 1 136.55 49.5082 -84.5089 + 99 60.2671 1583 4 1 136.75 49.5599 -84.5043 + 99 66.3127 1584 4 1 136.95 49.6325 -84.5182 + 99 45.6635 1585 4 1 137.15 49.6632 -84.5634 + 99 45.8137 1586 4 1 137.35 49.656 -84.5974 + 99 67.8728 1587 4 1 137.55 49.6759 -84.6342 + 99 64.096 1588 4 1 137.75 49.7034 -84.6495 + 99 51.3757 1589 4 1 137.95 49.7592 -84.6373 + 99 58.3608 1590 4 1 138.15 49.8338 -84.649 + 99 63.8695 1591 4 1 138.35 49.9316 -84.6325 + 99 168.131 1592 4 1 138.55 49.9288 -84.6512 + 99 0.16618 1593 4 1 138.75 49.8739 -84.8494 + 99 209.463 1147 4 0 139.674 49.6186 -85.85 + 99 17.3446 1545 8 1 129.151 57.0233 35.1849 + 99 198.026 1184 8 0 130.637 56.933 34.15 +Number of digits in this event = 22 Run terminated. Run Summary Number of events processed : 100 - User=56.010000s Real=56.456758s Sys=0.040000s + User=57.250000s Real=57.894391s Sys=0.060000s End of Run 2 Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/advanced/hadrontherapy/hadrontherapy.out b/examples/advanced/hadrontherapy/hadrontherapy.out index 3defb5d3ba..78f42c51a8 100644 --- a/examples/advanced/hadrontherapy/hadrontherapy.out +++ b/examples/advanced/hadrontherapy/hadrontherapy.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -586,13 +586,13 @@ Run 0 starts ... Run terminated. Run Summary Number of events processed : 500 - User=5.280000s Real=5.353012s Sys=0.050000s + User=5.620000s Real=5.686506s Sys=0.050000s ... write Csv file : Hadrontherapy_h1_Ekin.csv - done ... write Csv file : Hadrontherapy_h1_Edep.csv - done ... write Csv files : - done Graphics systems deleted. Visualization Manager deleting... -The simulation took: 9.36765 s to run (real time) +The simulation took: 9.80263 s to run (real time) Dose is being written to Dose.out G4 kernel has come to Quit state. ================== Deleting memory pools =================== diff --git a/examples/advanced/human_phantom/human_phantom.out b/examples/advanced/human_phantom/human_phantom.out index da1bcfa011..683baeb56d 100644 --- a/examples/advanced/human_phantom/human_phantom.out +++ b/examples/advanced/human_phantom/human_phantom.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/advanced/iort_therapy/iort_therapy.out b/examples/advanced/iort_therapy/iort_therapy.out index 3e3fea34c0..694e290282 100644 --- a/examples/advanced/iort_therapy/iort_therapy.out +++ b/examples/advanced/iort_therapy/iort_therapy.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -500,7 +500,7 @@ Run 0 starts ... Run terminated. Run Summary Number of events processed : 2000 - User=10.890000s Real=11.425052s Sys=0.170000s + User=11.400000s Real=12.005350s Sys=0.190000s /score/dumpQuantityToFile boxMesh_1 dose dose.out Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/advanced/lAr_calorimeter/lAr_calorimeter.out b/examples/advanced/lAr_calorimeter/lAr_calorimeter.out index de59ba46d1..b4ebedaa7c 100644 --- a/examples/advanced/lAr_calorimeter/lAr_calorimeter.out +++ b/examples/advanced/lAr_calorimeter/lAr_calorimeter.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -737,7 +737,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20 Level density (1/MeV) 0.075 Use simple level density model 1 Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1e+12 +Time limit for long lived isomeres (ns) 1000 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 @@ -858,13 +858,13 @@ Start closing geometry. G4GeometryManager::ReportVoxelStats -- Voxel Statistics Total memory consumed for geometry optimisation: 395 kByte - Total CPU time elapsed for geometry optimisation: 0.3 seconds + Total CPU time elapsed for geometry optimisation: 0.31 seconds Voxelisation: top CPU users: Percent Total CPU System CPU Memory Volume ------- ---------- ---------- -------- ---------- - 53.33 0.16 0.00 152k EmModuleLogical - 46.67 0.14 0.00 238k HadModuleLogical + 54.84 0.17 0.00 152k EmModuleLogical + 45.16 0.14 0.00 238k HadModuleLogical 0.00 0.00 0.00 4k Mother 0.00 0.00 0.00 0k CryostatLogical 0.00 0.00 0.00 0k LArgLogical @@ -876,7 +876,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Percent Memory Heads Nodes Pointers Total CPU Volume ------- -------- ------ ------ -------- ---------- ---------- 60.17 238k 1385 2370 3792 0.14 HadModuleLogical - 38.50 152k 1129 1152 2426 0.16 EmModuleLogical + 38.50 152k 1129 1152 2426 0.17 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 @@ -1239,7 +1239,7 @@ Edep in FCAL1 FCAl2 : 19924.3 4.87868 Run terminated. Run Summary Number of events processed : 18 - User=8.940000s Real=9.013551s Sys=0.010000s + User=9.040000s Real=9.571288s Sys=0.000000s Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. diff --git a/examples/advanced/medical_linac/medical_linac.out b/examples/advanced/medical_linac/medical_linac.out index 732436d45a..31aef29db7 100644 --- a/examples/advanced/medical_linac/medical_linac.out +++ b/examples/advanced/medical_linac/medical_linac.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -883,10 +883,10 @@ Launched 50000 random primary particles Run terminated. Run Summary Number of events processed : 50000 - User=17.290000s Real=17.460144s Sys=0.030000s + User=18.410000s Real=18.685176s Sys=0.020000s PrimitiveScorer RUN PhantomSD,TotalDose Number of entries 166 -loop elapsed time [s] : 17.32 +loop elapsed time [s] : 18.46 Region -- -- appears in world volume @@ -1110,10 +1110,10 @@ Launched 50000 random primary particles Run terminated. Run Summary Number of events processed : 50000 - User=17.210000s Real=17.304531s Sys=0.000000s + User=18.310000s Real=18.517761s Sys=0.000000s PrimitiveScorer RUN PhantomSD,TotalDose Number of entries 117 -loop elapsed time [s] : 17.24 +loop elapsed time [s] : 18.35 ################ END NEW GEOMETRY ######################## /run/geometryModified @@ -1407,10 +1407,10 @@ Launched 50000 random primary particles Run terminated. Run Summary Number of events processed : 50000 - User=17.180000s Real=17.303020s Sys=0.020000s + User=17.940000s Real=18.224467s Sys=0.030000s PrimitiveScorer RUN PhantomSD,TotalDose Number of entries 71 -loop elapsed time [s] : 17.22 +loop elapsed time [s] : 17.97 Region -- -- appears in world volume @@ -1634,13 +1634,13 @@ Launched 50000 random primary particles Run terminated. Run Summary Number of events processed : 50000 - User=17.170000s Real=17.279028s Sys=0.020000s + User=17.990000s Real=18.362001s Sys=0.000000s PrimitiveScorer RUN PhantomSD,TotalDose Number of entries 128 -loop elapsed time [s] : 17.22 +loop elapsed time [s] : 18.03 ################ END NEW GEOMETRY ######################## -loop elapsed time [s] : 72.9 +loop elapsed time [s] : 76.93 G4 kernel has come to Quit state. UserDetectorConstruction deleted. diff --git a/examples/advanced/microbeam/microbeam.out b/examples/advanced/microbeam/microbeam.out index c75a7721e5..0678c56657 100644 --- a/examples/advanced/microbeam/microbeam.out +++ b/examples/advanced/microbeam/microbeam.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -758,7 +758,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 eCoulombScattering : Emin= 0 eV Emax= 100 TeV G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. See commands in /vis/modeling/trajectories/ for other options. -##### Create analysis manager 0x25934c0 +##### Create analysis manager 0x206e420 Using Root analysis manager All Ntuples have been created -> Event # 1 generated diff --git a/examples/advanced/microelectronics/microelectronics.out b/examples/advanced/microelectronics/microelectronics.out index 4d505d7b99..6cc0b9eb3d 100644 --- a/examples/advanced/microelectronics/microelectronics.out +++ b/examples/advanced/microelectronics/microelectronics.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -192,13 +192,13 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. -##### Create analysis manager 0x1146e40 +##### Create analysis manager 0xefcd50 Using Root analysis manager ... open Root analysis file : microelectronics.root - done Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.011922s Sys=0.000000s + User=0.010000s Real=0.007394s Sys=0.000000s ... write Root file : microelectronics.root - done ... close Root file : microelectronics.root - done Number and type of particles created outside region "Target" : diff --git a/examples/advanced/nanobeam/nanobeam.out b/examples/advanced/nanobeam/nanobeam.out index c5c592729b..740fda864a 100644 --- a/examples/advanced/nanobeam/nanobeam.out +++ b/examples/advanced/nanobeam/nanobeam.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -208,7 +208,7 @@ Index : 0 used in the geometry : Yes ==================================================================== -##### Create analysis manager 0x1a527c0 +##### Create analysis manager 0x26cf6f0 Using Root analysis manager Ntuple-1 created Ntuple-2 created diff --git a/examples/advanced/purging_magnet/purging_magnet.out b/examples/advanced/purging_magnet/purging_magnet.out index 252dd7761a..0a4ac43869 100644 --- a/examples/advanced/purging_magnet/purging_magnet.out +++ b/examples/advanced/purging_magnet/purging_magnet.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/advanced/radioprotection/radioprotection.out b/examples/advanced/radioprotection/radioprotection.out index af1baa8868..48eaf408c2 100644 --- a/examples/advanced/radioprotection/radioprotection.out +++ b/examples/advanced/radioprotection/radioprotection.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/advanced/underground_physics/underground_physics.out b/examples/advanced/underground_physics/underground_physics.out index 8de3296a37..d1c2e9c0e2 100644 --- a/examples/advanced/underground_physics/underground_physics.out +++ b/examples/advanced/underground_physics/underground_physics.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/advanced/xray_fluorescence/xray_fluorescence.out b/examples/advanced/xray_fluorescence/xray_fluorescence.out index 9e3f37f4d2..48e5b94858 100644 --- a/examples/advanced/xray_fluorescence/xray_fluorescence.out +++ b/examples/advanced/xray_fluorescence/xray_fluorescence.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -2908,7 +2908,7 @@ Created histos Run terminated. Run Summary Number of events processed : 10 - User=0.680000s Real=0.678925s Sys=0.000000s + User=0.720000s Real=0.721156s Sys=0.000000s Going to save histograms ... write Root file : xrayfluo.root - done ... close Root file : xrayfluo.root - done diff --git a/examples/advanced/xray_telescope/xray_telescope.out b/examples/advanced/xray_telescope/xray_telescope.out index 12d317d311..757a1cc255 100644 --- a/examples/advanced/xray_telescope/xray_telescope.out +++ b/examples/advanced/xray_telescope/xray_telescope.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -379,7 +379,7 @@ Opening output file xraytel ... done Run terminated. Run Summary Number of events processed : 1000 - User=0.020000s Real=0.011633s Sys=0.000000s + User=0.010000s Real=0.013941s Sys=0.000000s ########################################## WARNING: command "/vis/viewer/update" could not be applied: no current viewer. Graphics systems deleted. diff --git a/examples/basic/B1/exampleB1.out b/examples/basic/B1/exampleB1.out index 0fef78fa23..d639482a2a 100644 --- a/examples/basic/B1/exampleB1.out +++ b/examples/basic/B1/exampleB1.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -726,7 +726,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20 Level density (1/MeV) 0.075 Use simple level density model 1 Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1e+12 +Time limit for long lived isomeres (ns) 1000 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 0 diff --git a/examples/basic/B2/.README.txt b/examples/basic/B2/.README.txt index 5ce1587711..10674d29ed 100644 --- a/examples/basic/B2/.README.txt +++ b/examples/basic/B2/.README.txt @@ -71,10 +71,12 @@ This example simulates a simplified fixed target experiment. \section B2_s4 PRIMARY GENERATOR The primary generator action class employs the G4ParticleGun. - The primary kinematics consists of a single particle which hits the target - perpendicular to the entrance face. The type of the particle + The primary kinematics consists of a single particle which starts at the world boundary + and hits the target perpendicular to the entrance face. The type of the particle and its energy can be changed via the G4 built-in commands of - the G4ParticleGun class. + the G4ParticleGun class. + Note that this particular case of starting a primary particle on the world boundary + requires shooting in a direction towards inside the world. \section B2_s5 RUNS and EVENTS diff --git a/examples/basic/B2/B2a/exampleB2a.out b/examples/basic/B2/B2a/exampleB2a.out index 8117b6ee96..089ec7454d 100644 --- a/examples/basic/B2/B2a/exampleB2a.out +++ b/examples/basic/B2/B2a/exampleB2a.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -794,7 +794,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20 Level density (1/MeV) 0.075 Use simple level density model 1 Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1e+12 +Time limit for long lived isomeres (ns) 1000 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 diff --git a/examples/basic/B2/B2a/src/B2PrimaryGeneratorAction.cc b/examples/basic/B2/B2a/src/B2PrimaryGeneratorAction.cc index 54994615f2..c822e640cd 100644 --- a/examples/basic/B2/B2a/src/B2PrimaryGeneratorAction.cc +++ b/examples/basic/B2/B2a/src/B2PrimaryGeneratorAction.cc @@ -87,6 +87,8 @@ void B2PrimaryGeneratorAction::GeneratePrimaries(G4Event* anEvent) G4cerr << "The gun will be place in the center." << G4endl; } + // Note that this particular case of starting a primary particle on the world boundary + // requires shooting in a direction towards inside the world. fParticleGun->SetParticlePosition(G4ThreeVector(0., 0., -worldZHalfLength)); fParticleGun->GeneratePrimaryVertex(anEvent); diff --git a/examples/basic/B2/B2b/exampleB2b.out b/examples/basic/B2/B2b/exampleB2b.out index 3b6405065c..4cfa5630ce 100644 --- a/examples/basic/B2/B2b/exampleB2b.out +++ b/examples/basic/B2/B2b/exampleB2b.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -790,7 +790,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20 Level density (1/MeV) 0.075 Use simple level density model 1 Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1e+12 +Time limit for long lived isomeres (ns) 1000 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 diff --git a/examples/basic/B2/B2b/src/B2PrimaryGeneratorAction.cc b/examples/basic/B2/B2b/src/B2PrimaryGeneratorAction.cc index 54994615f2..c822e640cd 100644 --- a/examples/basic/B2/B2b/src/B2PrimaryGeneratorAction.cc +++ b/examples/basic/B2/B2b/src/B2PrimaryGeneratorAction.cc @@ -87,6 +87,8 @@ void B2PrimaryGeneratorAction::GeneratePrimaries(G4Event* anEvent) G4cerr << "The gun will be place in the center." << G4endl; } + // Note that this particular case of starting a primary particle on the world boundary + // requires shooting in a direction towards inside the world. fParticleGun->SetParticlePosition(G4ThreeVector(0., 0., -worldZHalfLength)); fParticleGun->GeneratePrimaryVertex(anEvent); diff --git a/examples/basic/B2/History b/examples/basic/B2/History index b82fa98d20..4e16b15920 100644 --- a/examples/basic/B2/History +++ b/examples/basic/B2/History @@ -14,6 +14,11 @@ track of all tags. * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +13/02/20 I. Hrivnacova (exampleB2-V10-05-01) +- Updated READMEs and added a comment in B2PrimaryGeneratorAction + that starting a primary particle on the world boundary + requires shooting in a direction towards inside the world + 21/11/19 G. Cosmo (exampleB2-V10-05-00) - Use default MixMax random engine. diff --git a/examples/basic/B2/README b/examples/basic/B2/README index 880eab792c..0dd30dcd49 100644 --- a/examples/basic/B2/README +++ b/examples/basic/B2/README @@ -71,10 +71,12 @@ 4- PRIMARY GENERATOR The primary generator action class employs the G4ParticleGun. - The primary kinematics consists of a single particle which hits the target - perpendicular to the entrance face. The type of the particle + The primary kinematics consists of a single particle which starts at the world boundary + and hits the target perpendicular to the entrance face. The type of the particle and its energy can be changed via the G4 built-in commands of - the G4ParticleGun class. + the G4ParticleGun class. + Note that this particular case of starting a primary particle on the world boundary + requires shooting in a direction towards inside the world. 5- RUNS and EVENTS diff --git a/examples/basic/B3/B3a/exampleB3a.out b/examples/basic/B3/B3a/exampleB3a.out index 0b2081de3e..b219195817 100644 --- a/examples/basic/B3/B3a/exampleB3a.out +++ b/examples/basic/B3/B3a/exampleB3a.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/basic/B3/B3b/exampleB3b.out b/examples/basic/B3/B3b/exampleB3b.out index 8689f2266b..567cd33e01 100644 --- a/examples/basic/B3/B3b/exampleB3b.out +++ b/examples/basic/B3/B3b/exampleB3b.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/basic/B4/B4a/exampleB4a.out b/examples/basic/B4/B4a/exampleB4a.out index e1ad1aeb5f..92ddda900e 100644 --- a/examples/basic/B4/B4a/exampleB4a.out +++ b/examples/basic/B4/B4a/exampleB4a.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -767,7 +767,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20 Level density (1/MeV) 0.075 Use simple level density model 1 Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1e+12 +Time limit for long lived isomeres (ns) 1000 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 diff --git a/examples/basic/B4/B4b/exampleB4b.out b/examples/basic/B4/B4b/exampleB4b.out index 02e5386928..566d6a70d7 100644 --- a/examples/basic/B4/B4b/exampleB4b.out +++ b/examples/basic/B4/B4b/exampleB4b.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -767,7 +767,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20 Level density (1/MeV) 0.075 Use simple level density model 1 Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1e+12 +Time limit for long lived isomeres (ns) 1000 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 diff --git a/examples/basic/B4/B4c/exampleB4c.out b/examples/basic/B4/B4c/exampleB4c.out index e1ad1aeb5f..92ddda900e 100644 --- a/examples/basic/B4/B4c/exampleB4c.out +++ b/examples/basic/B4/B4c/exampleB4c.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -767,7 +767,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20 Level density (1/MeV) 0.075 Use simple level density model 1 Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1e+12 +Time limit for long lived isomeres (ns) 1000 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 diff --git a/examples/basic/B4/B4d/exampleB4d.out b/examples/basic/B4/B4d/exampleB4d.out index 882d51b11d..75e6df1e2d 100644 --- a/examples/basic/B4/B4d/exampleB4d.out +++ b/examples/basic/B4/B4d/exampleB4d.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -771,7 +771,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20 Level density (1/MeV) 0.075 Use simple level density model 1 Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1e+12 +Time limit for long lived isomeres (ns) 1000 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 @@ -1573,4 +1573,4 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 ... close Root file : B4.root - done Graphics systems deleted. Visualization Manager deleting... -### deleting chargedFilter 0x2314700 +### deleting chargedFilter 0x1db05c0 diff --git a/examples/basic/B5/exampleB5.out b/examples/basic/B5/exampleB5.out index 473b815acf..84e6bd40fe 100644 --- a/examples/basic/B5/exampleB5.out +++ b/examples/basic/B5/exampleB5.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -864,7 +864,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20 Level density (1/MeV) 0.075 Use simple level density model 1 Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1e+12 +Time limit for long lived isomeres (ns) 1000 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 @@ -881,12 +881,15 @@ See commands in /vis/modeling/trajectories/ for other options. >>> Event 0 >>> Simulation truth : proton (-0,0,100000) Hodoscope 1 has 1 hits. Hodoscope[7] 4.9870028523976 (nsec) -Hodoscope 2 has 1 hits. +Hodoscope 2 has 3 hits. Hodoscope[9] 43.187937103889 (nsec) -Drift Chamber 1 has 6 hits. + Hodoscope[10] 1419.6812158585 (nsec) + Hodoscope[15] 1628.7201376329 (nsec) +Drift Chamber 1 has 7 hits. Layer[0] : time 6.6712421465156 (nsec) --- local (x,y) 0.0068976087488375, -0.001060304538742 + Layer[0] : time 9.3124685854255 (nsec) --- local (x,y) 11.338057615946, -192.32293265863 + Layer[0] : time 10.12822655005 (nsec) --- local (x,y) -32.407565787467, -165.38793863646 Layer[1] : time 8.3391360803921 (nsec) --- local (x,y) 0.013210911787839, -0.0046929086614397 - Layer[1] : time 8.7426621675878 (nsec) --- local (x,y) 39.269046316658, -58.598496678638 Layer[2] : time 10.007030014525 (nsec) --- local (x,y) 0.017790490821106, -0.0035138351901322 Layer[3] : time 11.674923948876 (nsec) --- local (x,y) 0.023425005836559, -0.0011390087980778 Layer[4] : time 13.342817883344 (nsec) --- local (x,y) 0.028071293571896, 0.0008951461009665 @@ -896,34 +899,33 @@ Drift Chamber 2 has 5 hits. Layer[2] : time 38.191927700839 (nsec) --- local (x,y) -206.40408252011, 0.060251975739992 Layer[3] : time 39.862722101185 (nsec) --- local (x,y) -235.90416191435, 0.069550578156142 Layer[4] : time 41.533516723828 (nsec) --- local (x,y) -265.4053723571, 0.077470538676864 -EM Calorimeter has 62 hits. Total Edep is 849.88134124286 (MeV) -Hadron Calorimeter has 16 hits. Total Edep is 4438.7285397424 (MeV) +EM Calorimeter has 66 hits. Total Edep is 1099.3184581149 (MeV) +Hadron Calorimeter has 17 hits. Total Edep is 3949.3101993602 (MeV) ... write Root file : B5.root - done ... close Root file : B5.root - done ### Run 1 starts. ... open Root analysis file : B5.root - done --> Event 0 starts. ->>> Event 0 >>> Simulation truth : pi+ (0,0,100000) +>>> Event 0 >>> Simulation truth : pi+ (-0,0,100000) Hodoscope 1 has 1 hits. - Hodoscope[7] 4.9867880839421 (nsec) + Hodoscope[7] 4.9867880839839 (nsec) Hodoscope 2 has 1 hits. - Hodoscope[10] 42.693676204473 (nsec) -Drift Chamber 1 has 6 hits. - Layer[0] : time 6.6709548424639 (nsec) --- local (x,y) -0.0094441611726117, -0.0029650084706917 - Layer[0] : time 7.2235069406174 (nsec) --- local (x,y) 270.23484737043, 83.527841028913 - Layer[1] : time 8.3387769444375 (nsec) --- local (x,y) -0.016717272669641, -0.0063009630761916 - Layer[2] : time 10.006599046517 (nsec) --- local (x,y) -0.022879503058124, -0.014004296686359 - Layer[3] : time 11.674421148632 (nsec) --- local (x,y) -0.030201956169539, -0.021334721492455 - Layer[4] : time 13.342243250899 (nsec) --- local (x,y) -0.040034526298235, -0.02869421396906 + Hodoscope[10] 42.693393245574 (nsec) +Drift Chamber 1 has 5 hits. + Layer[0] : time 6.6709548433254 (nsec) --- local (x,y) -0.013824155103387, 0.016261017805376 + Layer[1] : time 8.3387769461329 (nsec) --- local (x,y) -0.029846802908484, 0.024708571280227 + Layer[2] : time 10.006599048757 (nsec) --- local (x,y) -0.045364841809758, 0.03027822925463 + Layer[3] : time 11.674421151582 (nsec) --- local (x,y) -0.062745747735793, 0.035672637674813 + Layer[4] : time 13.342243254523 (nsec) --- local (x,y) -0.081219924189956, 0.040543047254242 Drift Chamber 2 has 5 hits. - Layer[0] : time 34.366366766644 (nsec) --- local (x,y) -82.762434084779, -0.065567595931391 - Layer[1] : time 36.035099660419 (nsec) --- local (x,y) -99.28886223977, -0.068016524108466 - Layer[2] : time 37.703832110356 (nsec) --- local (x,y) -115.81126221135, -0.068734901742467 - Layer[3] : time 39.372564572467 (nsec) --- local (x,y) -132.33377236231, -0.071891173688295 - Layer[4] : time 41.041297040105 (nsec) --- local (x,y) -148.85633269663, -0.074732172828571 -EM Calorimeter has 54 hits. Total Edep is 700.14187810992 (MeV) -Hadron Calorimeter has 16 hits. Total Edep is 4254.7962495077 (MeV) + Layer[0] : time 34.366098870958 (nsec) --- local (x,y) -82.69418795148, 0.021504706336471 + Layer[1] : time 36.03482840894 (nsec) --- local (x,y) -99.190132699387, 0.013029420450852 + Layer[2] : time 37.703557930862 (nsec) --- local (x,y) -115.68593028817, 0.0026139701892234 + Layer[3] : time 39.372287520732 (nsec) --- local (x,y) -132.18234540633, -0.0081844793609152 + Layer[4] : time 41.041017145779 (nsec) --- local (x,y) -148.67907932232, -0.020372551808973 +EM Calorimeter has 2 hits. Total Edep is 187.3346008861 (MeV) +Hadron Calorimeter has 3 hits. Total Edep is 54.023046348755 (MeV) ... write Root file : B5.root - done ... close Root file : B5.root - done ### Run 2 starts. @@ -932,28 +934,24 @@ Hadron Calorimeter has 16 hits. Total Edep is 4254.7962495077 (MeV) >>> Event 0 >>> Simulation truth : e+ (0,0,100000) Hodoscope 1 has 1 hits. - Hodoscope[7] 4.9867832233951 (nsec) -Hodoscope 2 has 1 hits. - Hodoscope[9] 43.185256193668 (nsec) -Drift Chamber 1 has 10 hits. - Layer[0] : time 6.6709483454228 (nsec) --- local (x,y) -0.043045803505444, -0.022650485616768 - Layer[0] : time 6.7234012810142 (nsec) --- local (x,y) 124.80253298953, 11.588245621717 - Layer[1] : time 8.3387688268713 (nsec) --- local (x,y) -0.075628069356991, -0.046617439876332 - Layer[1] : time 8.4365354696137 (nsec) --- local (x,y) 238.44293271577, 37.412653652984 - Layer[2] : time 10.006589308129 (nsec) --- local (x,y) -0.10722002711301, -0.070703933325171 - Layer[2] : time 10.166377709854 (nsec) --- local (x,y) 371.77039481644, 67.849021827537 - Layer[3] : time 11.674409789748 (nsec) --- local (x,y) -0.13938010487078, -0.096254123303717 - Layer[3] : time 11.903382553481 (nsec) --- local (x,y) 515.47869517554, 83.354691279305 - Layer[4] : time 13.342230270963 (nsec) --- local (x,y) -0.17202707683003, -0.11857834331394 - Layer[4] : time 13.629140131894 (nsec) --- local (x,y) 645.49664678892, 107.04046108387 + Hodoscope[7] 4.9867832233946 (nsec) +Hodoscope 2 has 2 hits. + Hodoscope[8] 43.19738346854 (nsec) + Hodoscope[18] 58.096897387322 (nsec) +Drift Chamber 1 has 5 hits. + Layer[0] : time 6.6709483415296 (nsec) --- local (x,y) 0.0019844168474463, 0.015349347593451 + Layer[1] : time 8.3387688192741 (nsec) --- local (x,y) -0.0066863673731819, 0.036561134376806 + Layer[2] : time 10.006589297061 (nsec) --- local (x,y) -0.016468249766321, 0.057586358001602 + Layer[3] : time 11.674409774888 (nsec) --- local (x,y) -0.022883666512176, 0.080037150346134 + Layer[4] : time 13.342230252564 (nsec) --- local (x,y) -0.027086964574016, 0.10207059947303 Drift Chamber 2 has 5 hits. - Layer[0] : time 34.84795567911 (nsec) --- local (x,y) -148.22329538041, -0.28245009598817 - Layer[1] : time 36.518690340455 (nsec) --- local (x,y) -177.79378742679, -0.2899215773712 - Layer[2] : time 38.189425384477 (nsec) --- local (x,y) -207.36622237556, -0.29833148454904 - Layer[3] : time 39.860160504233 (nsec) --- local (x,y) -236.93904166691, -0.30745471037711 - Layer[4] : time 41.530895225769 (nsec) --- local (x,y) -266.50983892796, -0.31454998374691 -EM Calorimeter has 42 hits. Total Edep is 89463.571399374 (MeV) -Hadron Calorimeter has 6 hits. Total Edep is 50.997136572829 (MeV) + Layer[0] : time 34.846758094365 (nsec) --- local (x,y) -204.84181039991, 0.3194607488942 + Layer[1] : time 36.520163062012 (nsec) --- local (x,y) -245.79289361478, 0.33251044163691 + Layer[2] : time 38.193567974244 (nsec) --- local (x,y) -286.74377307783, 0.3462542365349 + Layer[3] : time 39.866972960567 (nsec) --- local (x,y) -327.69492473665, 0.35974704663616 + Layer[4] : time 41.540378018051 (nsec) --- local (x,y) -368.64633766804, 0.37347086767368 +EM Calorimeter has 43 hits. Total Edep is 81951.537358137 (MeV) +Hadron Calorimeter has 7 hits. Total Edep is 107.62415351717 (MeV) ... write Root file : B5.root - done ... close Root file : B5.root - done ### Run 3 starts. @@ -962,73 +960,75 @@ Hadron Calorimeter has 6 hits. Total Edep is 50.997136572829 (MeV) >>> Event 0 >>> Simulation truth : proton (0,0,10000) Hodoscope 1 has 1 hits. - Hodoscope[7] 5.0086958668975 (nsec) + Hodoscope[7] 5.0086957694034 (nsec) Hodoscope 2 has 1 hits. - Hodoscope[9] 43.377407873731 (nsec) + Hodoscope[9] 43.375725555795 (nsec) Drift Chamber 1 has 5 hits. - Layer[0] : time 6.7002643642573 (nsec) --- local (x,y) 0.14229560519521, -0.004869992857376 - Layer[1] : time 8.37541657243 (nsec) --- local (x,y) 0.19791116219288, -0.070634248766558 - Layer[2] : time 10.050568917717 (nsec) --- local (x,y) 0.26653281552991, -0.12648625341583 - Layer[3] : time 11.725721383341 (nsec) --- local (x,y) 0.34545674268712, -0.17745068290342 - Layer[4] : time 13.400873977763 (nsec) --- local (x,y) 0.39988693082324, -0.19992688856468 + Layer[0] : time 6.7002661311666 (nsec) --- local (x,y) 0.033096018686219, 0.18688843051518 + Layer[1] : time 8.3754201430863 (nsec) --- local (x,y) 0.017229260134009, 0.32597705161014 + Layer[2] : time 10.050574356619 (nsec) --- local (x,y) -0.012687801668717, 0.49414309367773 + Layer[3] : time 11.725728747225 (nsec) --- local (x,y) -0.042267835180755, 0.68990964282135 + Layer[4] : time 13.400883246472 (nsec) --- local (x,y) -0.099042450724786, 0.89032528331098 Drift Chamber 2 has 5 hits. - Layer[0] : time 35.003424744184 (nsec) --- local (x,y) -146.90656495926, -0.2158608698142 - Layer[1] : time 36.681509789115 (nsec) --- local (x,y) -176.4957775974, -0.20006245767694 - Layer[2] : time 38.35959595202 (nsec) --- local (x,y) -206.08997399963, -0.17861192862172 - Layer[3] : time 40.037686975027 (nsec) --- local (x,y) -235.70807225657, -0.16268230493274 - Layer[4] : time 41.715773070649 (nsec) --- local (x,y) -265.30065459, -0.15726093717557 -EM Calorimeter has 33 hits. Total Edep is 355.16453389852 (MeV) -Hadron Calorimeter has 12 hits. Total Edep is 325.50875239358 (MeV) + Layer[0] : time 35.001759052462 (nsec) --- local (x,y) -147.72932964196, 2.7693915162349 + Layer[1] : time 36.679842320631 (nsec) --- local (x,y) -177.30009611045, 2.8980292304352 + Layer[2] : time 38.357925737346 (nsec) --- local (x,y) -206.87092874702, 3.0195033049359 + Layer[3] : time 40.036006426087 (nsec) --- local (x,y) -236.42739495793, 3.1252078158502 + Layer[4] : time 41.714088769682 (nsec) --- local (x,y) -265.99159563292, 3.230712982871 +EM Calorimeter has 11 hits. Total Edep is 197.93877510079 (MeV) +Hadron Calorimeter has 9 hits. Total Edep is 496.98796370241 (MeV) ... write Root file : B5.root - done ... close Root file : B5.root - done ### Run 4 starts. ... open Root analysis file : B5.root - done --> Event 0 starts. ->>> Event 0 >>> Simulation truth : pi+ (-0,0,10000) +>>> Event 0 >>> Simulation truth : pi+ (0,0,10000) Hodoscope 1 has 1 hits. - Hodoscope[7] 4.9872691719261 (nsec) + Hodoscope[7] 4.9872691847405 (nsec) Hodoscope 2 has 1 hits. - Hodoscope[10] 42.696283399216 (nsec) -Drift Chamber 1 has 5 hits. - Layer[0] : time 6.6715985588073 (nsec) --- local (x,y) -0.090585312455802, -0.15548781422372 - Layer[1] : time 8.3395817130626 (nsec) --- local (x,y) -0.13735172352394, -0.30927124663737 - Layer[2] : time 10.007564891994 (nsec) --- local (x,y) -0.20714720096325, -0.47403732803784 - Layer[3] : time 11.675548087031 (nsec) --- local (x,y) -0.26873977950367, -0.65303840094554 - Layer[4] : time 13.343531300139 (nsec) --- local (x,y) -0.3207179038678, -0.84685633337518 + Hodoscope[10] 42.69678951869 (nsec) +Drift Chamber 1 has 6 hits. + Layer[0] : time 6.6715985048034 (nsec) --- local (x,y) -0.12165987980389, -0.056105043382324 + Layer[0] : time 8.0005090334058 (nsec) --- local (x,y) 120.55872976003, 285.88413428493 + Layer[1] : time 8.33958160666 (nsec) --- local (x,y) -0.11564672121573, -0.12090528601761 + Layer[2] : time 10.007564715945 (nsec) --- local (x,y) -0.10319680769892, -0.19296060709233 + Layer[3] : time 11.675547817511 (nsec) --- local (x,y) -0.082674415844142, -0.22803756688892 + Layer[4] : time 13.343530919352 (nsec) --- local (x,y) -0.087043593714109, -0.25942991802217 Drift Chamber 2 has 5 hits. - Layer[0] : time 34.368087039548 (nsec) --- local (x,y) -83.768520812507, -3.7875306533918 - Layer[1] : time 36.0369956943 (nsec) --- local (x,y) -100.42475412277, -4.0804712464521 - Layer[2] : time 37.705905465405 (nsec) --- local (x,y) -117.0911704884, -4.3642681057927 - Layer[3] : time 39.374815173688 (nsec) --- local (x,y) -133.75696463927, -4.6503086245232 - Layer[4] : time 41.043726757415 (nsec) --- local (x,y) -150.43975185618, -4.92632823078 -EM Calorimeter has 2 hits. Total Edep is 205.31969775532 (MeV) -Hadron Calorimeter has 14 hits. Total Edep is 484.49630305339 (MeV) + Layer[0] : time 34.368422995785 (nsec) --- local (x,y) -85.188771314839, -2.166599489153 + Layer[1] : time 36.037369058675 (nsec) --- local (x,y) -102.17769868844, -2.333427941274 + Layer[2] : time 37.706314188655 (nsec) --- local (x,y) -119.158211758, -2.5104789091031 + Layer[3] : time 39.375258173497 (nsec) --- local (x,y) -136.12845485189, -2.7001912197703 + Layer[4] : time 41.044202184471 (nsec) --- local (x,y) -153.09890670939, -2.8883861726581 +EM Calorimeter has 25 hits. Total Edep is 339.83915317331 (MeV) +Hadron Calorimeter has 12 hits. Total Edep is 450.62866939929 (MeV) ... write Root file : B5.root - done ... close Root file : B5.root - done ### Run 5 starts. ... open Root analysis file : B5.root - done --> Event 0 starts. ->>> Event 0 >>> Simulation truth : e+ (0,0,10000) +>>> Event 0 >>> Simulation truth : e+ (-0,0,10000) Hodoscope 1 has 1 hits. - Hodoscope[7] 4.9867832321246 (nsec) + Hodoscope[7] 4.9867832329839 (nsec) Hodoscope 2 has 1 hits. - Hodoscope[2] 43.407125916824 (nsec) + Hodoscope[9] 43.185447220732 (nsec) Drift Chamber 1 has 5 hits. - Layer[0] : time 6.6709484110987 (nsec) --- local (x,y) 0.16802966579064, -0.064360965148442 - Layer[1] : time 8.33876896517 (nsec) --- local (x,y) 0.29613548011261, -0.14762969733241 - Layer[2] : time 10.006589506284 (nsec) --- local (x,y) 0.42692642699756, -0.19476796040059 - Layer[3] : time 11.674410040978 (nsec) --- local (x,y) 0.55701521180704, -0.22033761562644 - Layer[4] : time 13.342230555565 (nsec) --- local (x,y) 0.66446355842517, -0.21883255546315 -Drift Chamber 2 has 5 hits. - Layer[0] : time 34.907230454539 (nsec) --- local (x,y) -515.91713715762, -0.52904261729124 - Layer[1] : time 36.610551497563 (nsec) --- local (x,y) -619.6285490785, -0.64850700014902 - Layer[2] : time 38.313886090332 (nsec) --- local (x,y) -723.35996455104, -0.76451843745849 - Layer[3] : time 40.017214845778 (nsec) --- local (x,y) -827.08278418518, -0.86108812019949 - Layer[4] : time 41.720522917161 (nsec) --- local (x,y) -930.77509052908, -0.93415110668079 -EM Calorimeter has 7 hits. Total Edep is 7321.8806541565 (MeV) -Hadron Calorimeter has 1 hits. Total Edep is 0.86748128524393 (MeV) + Layer[0] : time 6.6709483781198 (nsec) --- local (x,y) -0.047105113869766, -0.16615331494088 + Layer[1] : time 8.3387688792533 (nsec) --- local (x,y) -0.075279427161224, -0.24812704045366 + Layer[2] : time 10.006589374572 (nsec) --- local (x,y) -0.060844784922981, -0.32229016250226 + Layer[3] : time 11.674409864122 (nsec) --- local (x,y) -0.046214076277897, -0.38382815602724 + Layer[4] : time 13.34223034322 (nsec) --- local (x,y) -0.030322974254476, -0.40820658149983 +Drift Chamber 2 has 6 hits. + Layer[0] : time 34.848114703369 (nsec) --- local (x,y) -148.31318103128, -0.90212303575631 + Layer[1] : time 36.518850971446 (nsec) --- local (x,y) -177.8918283954, -0.90118168933449 + Layer[2] : time 38.189591731055 (nsec) --- local (x,y) -207.49326349267, -0.92081080853881 + Layer[2] : time 38.865768347815 (nsec) --- local (x,y) -299.72284120283, 297.21410520337 + Layer[3] : time 39.860333948355 (nsec) --- local (x,y) -237.1021000025, -0.92494224337508 + Layer[4] : time 41.531078512462 (nsec) --- local (x,y) -266.72283497797, -0.93355706684421 +EM Calorimeter has 16 hits. Total Edep is 9346.9047836905 (MeV) +Hadron Calorimeter has 3 hits. Total Edep is 4.7559338815055 (MeV) ... write Root file : B5.root - done ... close Root file : B5.root - done ### Run 6 starts. @@ -1037,53 +1037,70 @@ Hadron Calorimeter has 1 hits. Total Edep is 0.86748128524393 (MeV) >>> Event 0 >>> Simulation truth : proton (-0,0,1000) Hodoscope 1 has 1 hits. - Hodoscope[7] 6.8393277189197 (nsec) + Hodoscope[7] 6.8393443260594 (nsec) Hodoscope 2 has 1 hits. - Hodoscope[9] 59.505894132229 (nsec) -Drift Chamber 1 has 9 hits. - Layer[0] : time 9.1546180880927 (nsec) --- local (x,y) 2.8086388020593, 2.4415468809092 - Layer[0] : time 9.1546731337303 (nsec) --- local (x,y) 2.8086780568679, 2.441562306354 - Layer[0] : time 9.1546731337303 (nsec) --- local (x,y) 2.8086780568679, 2.441562306354 - Layer[0] : time 9.1550567546333 (nsec) --- local (x,y) 2.8147058019818, 2.4367229688312 - Layer[0] : time 9.1554449691445 (nsec) --- local (x,y) 2.8213903689215, 2.4344115992154 - Layer[1] : time 11.447684677538 (nsec) --- local (x,y) 4.4639320346292, 2.9326315917189 - Layer[2] : time 13.740938810923 (nsec) --- local (x,y) 6.2244736129704, 3.0954588961514 - Layer[3] : time 16.034394676086 (nsec) --- local (x,y) 8.2029629290516, 3.7211061584733 - Layer[4] : time 18.328110801997 (nsec) --- local (x,y) 10.96637493929, 4.788966302369 -Drift Chamber 2 has 6 hits. - Layer[0] : time 48.019288058303 (nsec) --- local (x,y) -111.23721903157, 23.896011360033 - Layer[0] : time 48.062175058099 (nsec) --- local (x,y) -112.18346682518, 30.874102362475 - Layer[1] : time 50.320684001242 (nsec) --- local (x,y) -141.43948357675, 26.090351416064 - Layer[2] : time 52.622317180214 (nsec) --- local (x,y) -171.55608688252, 28.400582708493 - Layer[3] : time 54.924172142131 (nsec) --- local (x,y) -201.67739809555, 31.004870734014 - Layer[4] : time 57.226198743754 (nsec) --- local (x,y) -231.78450517846, 33.874064210685 -EM Calorimeter has 12 hits. Total Edep is 134.49441404723 (MeV) -Hadron Calorimeter has 4 hits. Total Edep is 9.8949984949873 (MeV) + Hodoscope[9] 59.461934532587 (nsec) +Drift Chamber 1 has 5 hits. + Layer[0] : time 9.1539226930808 (nsec) --- local (x,y) 3.7941832893092, -3.3046129880656 + Layer[1] : time 11.446356701797 (nsec) --- local (x,y) 6.2152576396404, -4.120839170803 + Layer[2] : time 13.73897007013 (nsec) --- local (x,y) 8.4634149125125, -4.8344042451751 + Layer[3] : time 16.03177732119 (nsec) --- local (x,y) 10.832439792182, -5.4900866309642 + Layer[4] : time 18.324780045602 (nsec) --- local (x,y) 13.031610489928, -5.8262987810453 +Drift Chamber 2 has 5 hits. + Layer[0] : time 47.977986468955 (nsec) --- local (x,y) -132.02167305001, -1.6004997539444 + Layer[1] : time 50.278879199713 (nsec) --- local (x,y) -164.31761587692, -0.81843279604321 + Layer[2] : time 52.579896918515 (nsec) --- local (x,y) -196.31369664739, -0.046196593702274 + Layer[3] : time 54.881127434088 (nsec) --- local (x,y) -228.25549557235, 0.43092340145607 + Layer[4] : time 57.18264852484 (nsec) --- local (x,y) -260.48106487009, 0.88547993048567 +EM Calorimeter has 3 hits. Total Edep is 302.29308252001 (MeV) +Hadron Calorimeter has 0 hits. Total Edep is 0 (MeV) ... write Root file : B5.root - done ... close Root file : B5.root - done ### Run 7 starts. ... open Root analysis file : B5.root - done --> Event 0 starts. ->>> Event 0 >>> Simulation truth : pi+ (0,0,1000) +>>> Event 0 >>> Simulation truth : pi+ (-0,0,1000) Hodoscope 1 has 1 hits. - Hodoscope[7] 5.0351589066995 (nsec) -Hodoscope 2 has 1 hits. - Hodoscope[10] 43.113602983876 (nsec) -Drift Chamber 1 has 5 hits. - Layer[0] : time 6.7357183637513 (nsec) --- local (x,y) 0.12454939268685, -0.1266780822379 - Layer[1] : time 8.4197772339928 (nsec) --- local (x,y) 0.061795021539463, -0.21965455987113 - Layer[2] : time 10.103838977004 (nsec) --- local (x,y) -0.063130466701966, -0.59493968361598 - Layer[3] : time 11.787904237484 (nsec) --- local (x,y) -0.1168508268976, -1.062189146105 - Layer[4] : time 13.471972267309 (nsec) --- local (x,y) -0.062742681906861, -1.6396563954855 + Hodoscope[7] 5.0351610299737 (nsec) +Hodoscope 2 has 2 hits. + Hodoscope[10] 43.113804479999 (nsec) + Hodoscope[8] 44.914536037536 (nsec) +Drift Chamber 1 has 26 hits. + Layer[0] : time 6.7357325906443 (nsec) --- local (x,y) 0.0046331466493768, 0.042311217633998 + Layer[1] : time 8.4198030583037 (nsec) --- local (x,y) -0.084042105602844, 0.69877484516187 + Layer[2] : time 10.103876848009 (nsec) --- local (x,y) -0.058035312424322, 1.4643850730454 + Layer[3] : time 11.787952906118 (nsec) --- local (x,y) -0.15021466668723, 2.1821619534719 + Layer[3] : time 11.87121998464 (nsec) --- local (x,y) -5.8275620878167, 1.6906287258829 + Layer[3] : time 11.872661103922 (nsec) --- local (x,y) -5.8747153512203, 1.7135940865053 + Layer[3] : time 11.874058356382 (nsec) --- local (x,y) -5.9324737539357, 1.7253560727912 + Layer[3] : time 11.875524441588 (nsec) --- local (x,y) -5.9881180816636, 1.7392082650796 + Layer[3] : time 11.883657946125 (nsec) --- local (x,y) -6.2069218428111, 1.7341721747932 + Layer[3] : time 11.884454483964 (nsec) --- local (x,y) -6.1810030916114, 1.7147178251818 + Layer[3] : time 11.885260799758 (nsec) --- local (x,y) -6.1640089063813, 1.6922129839034 + Layer[3] : time 11.886060764419 (nsec) --- local (x,y) -6.1461759807805, 1.6758685814326 + Layer[3] : time 11.886874342306 (nsec) --- local (x,y) -6.1336724739439, 1.6706000883796 + Layer[3] : time 11.888072725762 (nsec) --- local (x,y) -6.123316403804, 1.6404183128435 + Layer[3] : time 11.888937663997 (nsec) --- local (x,y) -6.0912904074639, 1.6280129614526 + Layer[3] : time 11.889817650181 (nsec) --- local (x,y) -6.0617546220266, 1.621147766186 + Layer[3] : time 11.890675950937 (nsec) --- local (x,y) -6.0291100767991, 1.6271828375848 + Layer[3] : time 11.891527370142 (nsec) --- local (x,y) -5.9984410969114, 1.6295700828891 + Layer[3] : time 11.901768404954 (nsec) --- local (x,y) -5.7483480978487, 1.6152413959502 + Layer[3] : time 11.902216308784 (nsec) --- local (x,y) -5.741363943672, 1.6086024596973 + Layer[3] : time 11.902667044647 (nsec) --- local (x,y) -5.7400503107028, 1.5993497703511 + Layer[3] : time 11.903117780509 (nsec) --- local (x,y) -5.7376992549757, 1.5902290759823 + Layer[3] : time 11.90358740036 (nsec) --- local (x,y) -5.7347735887998, 1.5904664185501 + Layer[3] : time 11.904265967443 (nsec) --- local (x,y) -5.7265794880753, 1.5844234488651 + Layer[3] : time 11.905140036223 (nsec) --- local (x,y) -5.7045798052809, 1.5927210147308 + Layer[4] : time 13.472031501621 (nsec) --- local (x,y) -0.091129934710419, 2.6932173487101 Drift Chamber 2 has 5 hits. - Layer[0] : time 34.704915183546 (nsec) --- local (x,y) -84.283120199521, -3.4711703204222 - Layer[1] : time 36.389958006513 (nsec) --- local (x,y) -100.95352494784, -3.3344634598325 - Layer[2] : time 38.075002616555 (nsec) --- local (x,y) -117.61614228795, -3.1503187293274 - Layer[3] : time 39.76005292452 (nsec) --- local (x,y) -134.25436184841, -2.5983973941548 - Layer[4] : time 41.445095464774 (nsec) --- local (x,y) -150.75763440828, -1.7709025644857 -EM Calorimeter has 23 hits. Total Edep is 468.39308707035 (MeV) -Hadron Calorimeter has 4 hits. Total Edep is 3.7801407133733 (MeV) + Layer[0] : time 34.704313126692 (nsec) --- local (x,y) -87.95892010678, 6.9380204783481 + Layer[1] : time 36.389528485105 (nsec) --- local (x,y) -106.02042126878, 7.2685948029438 + Layer[2] : time 38.074738084679 (nsec) --- local (x,y) -124.00924392296, 7.629837385512 + Layer[3] : time 39.759920027178 (nsec) --- local (x,y) -141.74377801888, 7.5447210982131 + Layer[4] : time 41.4451104607 (nsec) --- local (x,y) -159.50759549486, 7.1887560039802 +EM Calorimeter has 2 hits. Total Edep is 167.04622210304 (MeV) +Hadron Calorimeter has 1 hits. Total Edep is 24.334984119735 (MeV) ... write Root file : B5.root - done ... close Root file : B5.root - done ### Run 8 starts. @@ -1092,22 +1109,23 @@ Hadron Calorimeter has 4 hits. Total Edep is 3.7801407133733 (MeV) >>> Event 0 >>> Simulation truth : e+ (0,0,1000) Hodoscope 1 has 1 hits. - Hodoscope[7] 4.9867835815532 (nsec) + Hodoscope[7] 4.9867894836812 (nsec) Hodoscope 2 has 1 hits. - Hodoscope[9] 43.179795122507 (nsec) -Drift Chamber 1 has 5 hits. - Layer[0] : time 6.6709488931514 (nsec) --- local (x,y) -0.29921747597948, 0.042376789567754 - Layer[1] : time 8.338769634134 (nsec) --- local (x,y) -0.44636469641414, -0.15726147096907 - Layer[2] : time 10.006590367365 (nsec) --- local (x,y) -0.64848185928713, -0.33719384936477 - Layer[3] : time 11.674411037874 (nsec) --- local (x,y) -0.7870244327052, -0.52902484057313 - Layer[4] : time 13.342231630038 (nsec) --- local (x,y) -0.95511454871227, -0.55881921749006 + Hodoscope[9] 43.214554722763 (nsec) +Drift Chamber 1 has 6 hits. + Layer[0] : time 6.6709740854852 (nsec) --- local (x,y) 0.75139813256988, -0.60177074791516 + Layer[0] : time 7.2744084079382 (nsec) --- local (x,y) -93.302569246477, -21.032846065005 + Layer[1] : time 8.338812034741 (nsec) --- local (x,y) 1.7207540265746, -2.672336758327 + Layer[2] : time 10.006646178304 (nsec) --- local (x,y) 2.8652096924268, -4.3300748556807 + Layer[3] : time 11.674476600816 (nsec) --- local (x,y) 3.8719016426619, -5.7320750254706 + Layer[4] : time 13.342309426357 (nsec) --- local (x,y) 4.8650098034467, -7.3790681319508 Drift Chamber 2 has 5 hits. - Layer[0] : time 34.841967946802 (nsec) --- local (x,y) -154.72818024603, 3.5695330256083 - Layer[1] : time 36.512798313398 (nsec) --- local (x,y) -184.78001436588, 3.3802834643569 - Layer[2] : time 38.183632274885 (nsec) --- local (x,y) -214.8485423434, 3.053207885002 - Layer[3] : time 39.854477849344 (nsec) --- local (x,y) -244.9747663731, 2.6988672083713 - Layer[4] : time 41.525312535792 (nsec) --- local (x,y) -275.04883116395, 2.7398464563369 -EM Calorimeter has 13 hits. Total Edep is 977.76611994084 (MeV) + Layer[0] : time 34.872663400216 (nsec) --- local (x,y) -156.86768016729, -26.150638511157 + Layer[1] : time 36.544392373992 (nsec) --- local (x,y) -191.10485395828, -27.110850851168 + Layer[2] : time 38.216011499467 (nsec) --- local (x,y) -224.85609142266, -28.07954021577 + Layer[3] : time 39.887627211341 (nsec) --- local (x,y) -258.60053095112, -28.702414800857 + Layer[4] : time 41.559261595824 (nsec) --- local (x,y) -292.42529949164, -29.454527507421 +EM Calorimeter has 7 hits. Total Edep is 941.22386557475 (MeV) Hadron Calorimeter has 0 hits. Total Edep is 0 (MeV) ... write Root file : B5.root - done ... close Root file : B5.root - done diff --git a/examples/extended/analysis/AnaEx01/AnaEx01.out b/examples/extended/analysis/AnaEx01/AnaEx01.out index d7ef65816f..c20a9b68a3 100644 --- a/examples/extended/analysis/AnaEx01/AnaEx01.out +++ b/examples/extended/analysis/AnaEx01/AnaEx01.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -763,7 +763,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20 Level density (1/MeV) 0.075 Use simple level density model 1 Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1e+12 +Time limit for long lived isomeres (ns) 1000 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 diff --git a/examples/extended/analysis/AnaEx02/AnaEx02.out b/examples/extended/analysis/AnaEx02/AnaEx02.out index 6b7a3223f4..2b3e8a788c 100644 --- a/examples/extended/analysis/AnaEx02/AnaEx02.out +++ b/examples/extended/analysis/AnaEx02/AnaEx02.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -763,7 +763,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20 Level density (1/MeV) 0.075 Use simple level density model 1 Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1e+12 +Time limit for long lived isomeres (ns) 1000 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 diff --git a/examples/extended/analysis/B1Con/exampleB01Con.out b/examples/extended/analysis/B1Con/exampleB01Con.out index 4b28365d07..2ce41fd6b8 100644 --- a/examples/extended/analysis/B1Con/exampleB01Con.out +++ b/examples/extended/analysis/B1Con/exampleB01Con.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -726,7 +726,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20 Level density (1/MeV) 0.075 Use simple level density model 1 Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1e+12 +Time limit for long lived isomeres (ns) 1000 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 0 @@ -766,13 +766,13 @@ G4ConvergenceTester Output Result of DOSE_TALLY R = 0.0938064 SHIFT = 1.8486e-13 VOV = 0.0101042 - FOM = 3788.03 + FOM = 2841.02 THE LARGEST SCORE = 5.55155e-13 and it happened at 301th event Affected Mean = 4.12554e-14 and its ratio to original is 1.01261 Affected VAR = 1.4856e-26 and its ratio to original is 1.0171 Affected R = 0.0933799 and its ratio to original is 0.995453 Affected SHIFT = 1.85377e-13 and its ratio to original is 1.0028 - Affected FOM = 3788.03 and its ratio to original is 1 + Affected FOM = 2841.02 and its ratio to original is 1 MEAN distribution is not RANDOM r follows 1/std::sqrt(N) r is monotonically decrease @@ -786,22 +786,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 2.50792e-14 1.00595e-26 1.00297e-13 0.503854 0.281232 131.301 2.03944e-13 0.126984 0.109127 0.140712 - 2 124 2.30481e-14 7.75936e-27 8.80872e-14 0.341839 0.154301 285.256 1.83866e-13 0.128 0.0545 0.0614194 - 3 187 3.70096e-14 1.32562e-26 1.15136e-13 0.226891 0.0593771 647.508 1.83797e-13 0.159574 0.0280142 0.0231914 - 4 249 3.59393e-14 1.27905e-26 1.13095e-13 0.199024 0.046657 841.528 1.84952e-13 0.16 0.021 0.018452 - 5 312 3.56909e-14 1.2925e-26 1.13688e-13 0.180047 0.0378769 1028.27 1.87681e-13 0.159744 0.0168051 0.0155083 - 6 374 3.57526e-14 1.31305e-26 1.14588e-13 0.165507 0.0313673 1216.87 1.88973e-13 0.157333 0.0142825 0.0130372 - 7 437 3.61659e-14 1.3261e-26 1.15156e-13 0.152143 0.0263568 1440.04 1.88657e-13 0.166667 0.0114155 0.0116792 - 8 499 3.60489e-14 1.31001e-26 1.14456e-13 0.141991 0.0229398 1653.33 1.87072e-13 0.168 0.00990476 0.0102163 - 9 562 3.69868e-14 1.35152e-26 1.16255e-13 0.132468 0.0201397 1899.58 1.88864e-13 0.170515 0.00864047 0.00887608 - 10 624 3.78317e-14 1.36198e-26 1.16704e-13 0.123393 0.017751 2189.26 1.8707e-13 0.1728 0.00765926 0.00754221 - 11 687 3.87338e-14 1.41427e-26 1.18923e-13 0.117053 0.0156293 2432.85 1.88078e-13 0.168605 0.0071672 0.00651422 - 12 749 3.91385e-14 1.4111e-26 1.1879e-13 0.110827 0.014105 2713.88 1.85986e-13 0.169333 0.00654068 0.00572546 - 13 812 3.86662e-14 1.38833e-26 1.17827e-13 0.106873 0.0131995 2918.37 1.85837e-13 0.169742 0.00601636 0.00539148 - 14 874 3.88295e-14 1.39614e-26 1.18158e-13 0.102872 0.0122138 3149.79 1.8602e-13 0.170286 0.00556855 0.00500207 - 15 937 4.03658e-14 1.43534e-26 1.19806e-13 0.0969087 0.0108248 3549.39 1.83454e-13 0.175906 0.00499451 0.00438677 - 16 999 4.07415e-14 1.46063e-26 1.20856e-13 0.0938064 0.0101042 3788.03 1.8486e-13 0.177 0.00464972 0.00414113 + 1 62 2.50792e-14 1.00595e-26 1.00297e-13 0.503854 0.281232 98.4761 2.03944e-13 0.126984 0.109127 0.140712 + 2 124 2.30481e-14 7.75936e-27 8.80872e-14 0.341839 0.154301 213.942 1.83866e-13 0.128 0.0545 0.0614194 + 3 187 3.70096e-14 1.32562e-26 1.15136e-13 0.226891 0.0593771 485.631 1.83797e-13 0.159574 0.0280142 0.0231914 + 4 249 3.59393e-14 1.27905e-26 1.13095e-13 0.199024 0.046657 631.146 1.84952e-13 0.16 0.021 0.018452 + 5 312 3.56909e-14 1.2925e-26 1.13688e-13 0.180047 0.0378769 771.2 1.87681e-13 0.159744 0.0168051 0.0155083 + 6 374 3.57526e-14 1.31305e-26 1.14588e-13 0.165507 0.0313673 912.652 1.88973e-13 0.157333 0.0142825 0.0130372 + 7 437 3.61659e-14 1.3261e-26 1.15156e-13 0.152143 0.0263568 1080.03 1.88657e-13 0.166667 0.0114155 0.0116792 + 8 499 3.60489e-14 1.31001e-26 1.14456e-13 0.141991 0.0229398 1240 1.87072e-13 0.168 0.00990476 0.0102163 + 9 562 3.69868e-14 1.35152e-26 1.16255e-13 0.132468 0.0201397 1424.69 1.88864e-13 0.170515 0.00864047 0.00887608 + 10 624 3.78317e-14 1.36198e-26 1.16704e-13 0.123393 0.017751 1641.95 1.8707e-13 0.1728 0.00765926 0.00754221 + 11 687 3.87338e-14 1.41427e-26 1.18923e-13 0.117053 0.0156293 1824.64 1.88078e-13 0.168605 0.0071672 0.00651422 + 12 749 3.91385e-14 1.4111e-26 1.1879e-13 0.110827 0.014105 2035.41 1.85986e-13 0.169333 0.00654068 0.00572546 + 13 812 3.86662e-14 1.38833e-26 1.17827e-13 0.106873 0.0131995 2188.78 1.85837e-13 0.169742 0.00601636 0.00539148 + 14 874 3.88295e-14 1.39614e-26 1.18158e-13 0.102872 0.0122138 2362.34 1.8602e-13 0.170286 0.00556855 0.00500207 + 15 937 4.03658e-14 1.43534e-26 1.19806e-13 0.0969087 0.0108248 2662.04 1.83454e-13 0.175906 0.00499451 0.00438677 + 16 999 4.07415e-14 1.46063e-26 1.20856e-13 0.0938064 0.0101042 2841.02 1.8486e-13 0.177 0.00464972 0.00414113 --------------------End of Global Run----------------------- The run consists of 1000 gamma of 6 MeV @@ -831,24 +831,24 @@ i/16 till_ith mean var sd r vov ---> Begin of event: 900 G4ConvergenceTester Output Result of DOSE_TALLY - EFFICIENCY = 0.636 - MEAN = 5.02005e-12 - VAR = 2.12307e-23 - SD = 4.60768e-12 - R = 0.0290251 - SHIFT = 4.97518e-14 - VOV = 0.000170576 - FOM = 3956.67 -THE LARGEST SCORE = 1.07563e-11 and it happened at 858th event - Affected Mean = 5.02578e-12 and its ratio to original is 1.00114 - Affected VAR = 2.12424e-23 and its ratio to original is 1.00055 - Affected R = 0.0289855 and its ratio to original is 0.998634 - Affected SHIFT = 4.5526e-14 and its ratio to original is 0.915062 - Affected FOM = 3956.67 and its ratio to original is 1 + EFFICIENCY = 0.625 + MEAN = 4.94027e-12 + VAR = 2.09926e-23 + SD = 4.58177e-12 + R = 0.029328 + SHIFT = 1.03344e-13 + VOV = 0.000183764 + FOM = 3875.38 +THE LARGEST SCORE = 1.06712e-11 and it happened at 582th event + Affected Mean = 4.946e-12 and its ratio to original is 1.00116 + Affected VAR = 2.10044e-23 and its ratio to original is 1.00056 + Affected R = 0.0292876 and its ratio to original is 0.998624 + Affected SHIFT = 9.90792e-14 and its ratio to original is 0.958735 + Affected FOM = 3875.38 and its ratio to original is 1 MEAN distribution is not RANDOM r follows 1/std::sqrt(N) r is monotonically decrease -r is less than 0.1. r = 0.0290251 +r is less than 0.1. r = 0.029328 VOV follows 1/std::sqrt(N) VOV is monotonically decrease FOM distribution is not RANDOM @@ -869,15 +869,15 @@ i/16 till_ith mean var sd r vov 9 562 4.95828e-12 2.11699e-23 4.60107e-12 0.0391087 0.000316496 2179.37 9.05158e-14 0.625222 0.00106471 0.000462066 10 624 4.90925e-12 2.11716e-23 4.60126e-12 0.0374906 0.000284661 2371.56 1.30639e-13 0.6208 0.00097732 0.000425973 11 687 4.91322e-12 2.10675e-23 4.58993e-12 0.035616 0.000265223 2627.77 1.32122e-13 0.625 0.000872093 0.000394565 - 12 749 4.98136e-12 2.1168e-23 4.60087e-12 0.0337257 0.000235966 2930.6 7.49022e-14 0.630667 0.000780832 0.000355074 - 13 812 5.032e-12 2.12732e-23 4.61229e-12 0.0321463 0.0002119 3225.65 3.01346e-14 0.633456 0.000711735 0.000320379 - 14 874 5.07195e-12 2.13238e-23 4.61777e-12 0.0307789 0.000191704 3518.62 -6.53368e-15 0.637714 0.000649258 0.000297 - 15 937 5.06502e-12 2.12895e-23 4.61406e-12 0.0297441 0.000179612 3767.71 5.77018e-15 0.637527 0.000606143 0.000277624 - 16 999 5.02005e-12 2.12307e-23 4.60768e-12 0.0290251 0.000170576 3956.67 4.97518e-14 0.636 0.000572327 0.00026929 + 12 749 4.93466e-12 2.10863e-23 4.59198e-12 0.0339791 0.000241165 2887.05 1.11607e-13 0.626667 0.000794326 0.000358714 + 13 812 4.97294e-12 2.11467e-23 4.59855e-12 0.0324312 0.000217963 3169.22 7.78309e-14 0.627306 0.000730772 0.000319718 + 14 874 4.93456e-12 2.11313e-23 4.59688e-12 0.0314927 0.000202117 3360.92 1.14236e-13 0.624 0.000688645 0.000302015 + 15 937 4.94008e-12 2.10537e-23 4.58843e-12 0.0303269 0.00019276 3624.29 1.08153e-13 0.626866 0.000634582 0.000284159 + 16 999 4.94027e-12 2.09926e-23 4.58177e-12 0.029328 0.000183764 3875.38 1.03344e-13 0.625 0.0006 0.000259271 --------------------End of Global Run----------------------- The run consists of 1000 proton of 210 MeV - Dose in scoring volume : 5.02005 nanoGy +- 145.635 picoGy + Dose in scoring volume : 4.94027 nanoGy +- 144.816 picoGy ------------------------------------------------------------ Graphics systems deleted. diff --git a/examples/extended/biasing/B01/exampleB01.out b/examples/extended/biasing/B01/exampleB01.out index 61cab53ffd..748b22b952 100644 --- a/examples/extended/biasing/B01/exampleB01.out +++ b/examples/extended/biasing/B01/exampleB01.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -757,7 +757,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20 Level density (1/MeV) 0.075 Use simple level density model 1 Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1e+12 +Time limit for long lived isomeres (ns) 1000 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 @@ -782,24 +782,24 @@ Upload data before 1st event for Z < 9 ============================================================= ============================================================= Volume | Tr.Entering | Population | Collisions | Coll*WGT | NumWGTedE | FluxWGTedE | Av.Tr.WGT | SL | SLW | SLW_v | SLWE | SLWE_v | - cell_00 | 34 | 130 | 34 | 34 | 0.0508197 | 1.18774 | 1 | 7115.63 | 7115.63 | 8837.32 | 8451.53 | 449.11 | - cell_01 | 147 | 179 | 557 | 557 | 0.0175147 | 4.48733 | 1 | 24207 | 24207 | 171737 | 108625 | 3007.92 | - cell_02 | 162 | 264 | 1359 | 679.5 | 0.0112984 | 2.91271 | 0.5 | 48706.7 | 24353.4 | 196320 | 70934.3 | 2218.09 | - cell_03 | 230 | 371 | 1830 | 457.5 | 0.00574448 | 2.48352 | 0.25 | 62305.5 | 15576.4 | 217534 | 38684.3 | 1249.62 | - cell_04 | 285 | 426 | 2403 | 300.375 | 0.00598011 | 2.09782 | 0.125 | 78337.2 | 9792.14 | 117434 | 20542.1 | 702.267 | - cell_05 | 344 | 506 | 2858 | 178.625 | 0.00579061 | 1.90187 | 0.0625 | 96052.7 | 6003.29 | 70381.9 | 11417.5 | 407.554 | - cell_06 | 392 | 558 | 3670 | 114.688 | 0.00410717 | 1.41073 | 0.03125 | 111163 | 3473.83 | 46422 | 4900.66 | 190.663 | - cell_07 | 420 | 600 | 3740 | 58.4375 | 0.0037596 | 1.22937 | 0.015625 | 115196 | 1799.93 | 24728.8 | 2212.78 | 92.9704 | - cell_08 | 428 | 609 | 4218 | 32.9531 | 0.0028213 | 1.21484 | 0.0078125 | 121345 | 948.006 | 16438.9 | 1151.67 | 46.3791 | - cell_09 | 394 | 582 | 3735 | 14.5898 | 0.00263003 | 1.09546 | 0.00390625 | 108434 | 423.57 | 7692.17 | 464.003 | 20.2307 | - cell_10 | 369 | 512 | 3578 | 6.98828 | 0.00326337 | 1.04572 | 0.00195312 | 107683 | 210.319 | 3014.24 | 219.934 | 9.83658 | - cell_11 | 332 | 468 | 3241 | 3.16504 | 0.00272739 | 0.989612 | 0.000976562 | 92965.6 | 90.7867 | 1475.68 | 89.8435 | 4.02476 | - cell_12 | 266 | 394 | 2977 | 1.45361 | 0.00203702 | 0.909516 | 0.000488281 | 80325.6 | 39.2215 | 770.31 | 35.6726 | 1.56914 | - cell_13 | 201 | 301 | 1885 | 0.460205 | 0.00221694 | 1.01261 | 0.000244141 | 53874.7 | 13.153 | 264.182 | 13.3188 | 0.585676 | - cell_14 | 185 | 271 | 2023 | 0.246948 | 0.00253112 | 0.816689 | 0.00012207 | 57388.8 | 7.00547 | 109.526 | 5.72129 | 0.277225 | - cell_15 | 147 | 213 | 1499 | 0.0914917 | 0.00193935 | 0.882508 | 6.10352e-05 | 41190.5 | 2.51407 | 51.3577 | 2.21868 | 0.0996005 | - cell_16 | 128 | 196 | 1452 | 0.0443115 | 0.00221128 | 0.863171 | 3.05176e-05 | 39032.2 | 1.19117 | 21.9389 | 1.02818 | 0.048513 | - cell_17 | 114 | 172 | 1206 | 0.0184021 | 0.00193442 | 0.838861 | 1.52588e-05 | 32915.1 | 0.502244 | 9.76211 | 0.421313 | 0.018884 | - cell_18 | 60 | 111 | 720 | 0.00549316 | 0.00143104 | 0.646314 | 7.62939e-06 | 19583.2 | 0.149408 | 3.53699 | 0.0965646 | 0.00506159 | - cell_19 | 33 | 33 | 33 | 0.00025177 | 0.00572738 | 1.38631 | 7.62939e-06 | 5748.39 | 0.0438567 | 0.454814 | 0.060799 | 0.00260489 | + cell_00 | 47 | 137 | 47 | 47 | 0.0231103 | 2.52137 | 1 | 7755.07 | 7755.07 | 30155.3 | 19553.4 | 696.9 | + cell_01 | 142 | 178 | 554 | 554 | 0.0356462 | 4.60521 | 1 | 25304.2 | 25304.2 | 91180.4 | 116531 | 3250.24 | + cell_02 | 152 | 249 | 1196 | 598 | 0.0105121 | 3.17953 | 0.5 | 43691 | 21845.5 | 198724 | 69458.6 | 2089.01 | + cell_03 | 202 | 320 | 1813 | 453.25 | 0.00851466 | 2.48033 | 0.25 | 61408.6 | 15352.2 | 145668 | 38078.4 | 1240.32 | + cell_04 | 244 | 364 | 2199 | 274.875 | 0.00516385 | 1.90721 | 0.125 | 69188.3 | 8648.53 | 112419 | 16494.6 | 580.516 | + cell_05 | 272 | 388 | 2363 | 147.688 | 0.00502514 | 1.67212 | 0.0625 | 74689.4 | 4668.09 | 58390.6 | 7805.6 | 293.421 | + cell_06 | 295 | 430 | 2964 | 92.625 | 0.00351608 | 1.31549 | 0.03125 | 89118.2 | 2784.94 | 41903.7 | 3663.56 | 147.337 | + cell_07 | 285 | 401 | 2357 | 36.8281 | 0.00330021 | 1.27854 | 0.015625 | 72766.8 | 1136.98 | 18012.6 | 1453.67 | 59.4454 | + cell_08 | 270 | 380 | 2567 | 20.0547 | 0.00303897 | 1.25659 | 0.0078125 | 76992.1 | 601.501 | 10438 | 755.84 | 31.7206 | + cell_09 | 268 | 391 | 2631 | 10.2773 | 0.00239663 | 0.973581 | 0.00390625 | 72728 | 284.094 | 5167.35 | 276.588 | 12.3842 | + cell_10 | 248 | 333 | 2308 | 4.50781 | 0.00250615 | 0.954815 | 0.00195312 | 68603.2 | 133.991 | 2275.09 | 127.936 | 5.70173 | + cell_11 | 221 | 315 | 2204 | 2.15234 | 0.00261613 | 0.932994 | 0.000976562 | 61020 | 59.5899 | 947.045 | 55.597 | 2.47759 | + cell_12 | 179 | 251 | 1745 | 0.852051 | 0.00146139 | 1.01614 | 0.000488281 | 49189.5 | 24.0183 | 708.872 | 24.4059 | 1.03594 | + cell_13 | 172 | 238 | 1614 | 0.394043 | 0.00256443 | 1.03702 | 0.000244141 | 45555.7 | 11.122 | 200.858 | 11.5337 | 0.515085 | + cell_14 | 161 | 227 | 1430 | 0.174561 | 0.00253266 | 0.788155 | 0.00012207 | 40962.1 | 5.00025 | 82.0212 | 3.94097 | 0.207732 | + cell_15 | 137 | 191 | 1333 | 0.0813599 | 0.00207914 | 0.746957 | 6.10352e-05 | 37276.9 | 2.2752 | 42.0435 | 1.69948 | 0.0874145 | + cell_16 | 124 | 186 | 1369 | 0.0417786 | 0.00177029 | 0.687086 | 3.05176e-05 | 35808.4 | 1.09279 | 21.642 | 0.750838 | 0.0383125 | + cell_17 | 99 | 141 | 1094 | 0.0166931 | 0.00205567 | 0.760089 | 1.52588e-05 | 29055.7 | 0.443355 | 8.50047 | 0.33699 | 0.0174742 | + cell_18 | 46 | 83 | 575 | 0.0043869 | 0.00220236 | 0.617199 | 7.62939e-06 | 16138.7 | 0.123128 | 2.04247 | 0.0759947 | 0.00449826 | + cell_19 | 30 | 30 | 30 | 0.000228882 | 0.00584121 | 1.00379 | 7.62939e-06 | 5374.34 | 0.041003 | 0.386612 | 0.0411582 | 0.00225829 | ============================================= diff --git a/examples/extended/biasing/B02/exampleB02.out b/examples/extended/biasing/B02/exampleB02.out index 3dbf2ce688..0f6921d96c 100644 --- a/examples/extended/biasing/B02/exampleB02.out +++ b/examples/extended/biasing/B02/exampleB02.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -784,7 +784,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20 Level density (1/MeV) 0.075 Use simple level density model 1 Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1e+12 +Time limit for long lived isomeres (ns) 1000 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 @@ -809,24 +809,24 @@ Upload data before 1st event for Z < 9 ============================================================= ============================================================= Volume | Tr.Entering | Population | Collisions | Coll*WGT | NumWGTedE | FluxWGTedE | Av.Tr.WGT | SL | SLW | SLW_v | SLWE | SLWE_v | - cell_00 | 42 | 134 | 0 | 0 | 0.0213795 | 3.00376 | 1 | 8307.25 | 8307.25 | 42381.9 | 24953 | 906.104 | - cell_01 | 132 | 174 | 539 | 539 | 0.0285181 | 4.68763 | 1 | 24009.1 | 24009.1 | 109544 | 112546 | 3123.98 | - cell_02 | 135 | 214 | 938 | 469 | 0.0160064 | 3.36456 | 0.5 | 39108 | 19554 | 124666 | 65790.5 | 1995.45 | - cell_03 | 220 | 347 | 1735 | 433.75 | 0.00747769 | 2.51163 | 0.25 | 59231 | 14807.7 | 162756 | 37191.6 | 1217.04 | - cell_04 | 305 | 432 | 2921 | 365.125 | 0.00421408 | 1.62407 | 0.125 | 88626.4 | 11078.3 | 156629 | 17991.9 | 660.047 | - cell_05 | 320 | 477 | 2893 | 180.812 | 0.00368933 | 1.56152 | 0.0625 | 88974.3 | 5560.89 | 87429.1 | 8683.43 | 322.555 | - cell_06 | 299 | 429 | 2794 | 87.3125 | 0.00330341 | 1.29752 | 0.03125 | 84170.9 | 2630.34 | 41984.1 | 3412.92 | 138.691 | - cell_07 | 297 | 430 | 2972 | 46.4375 | 0.00231267 | 1.04152 | 0.015625 | 85415.3 | 1334.61 | 26710.5 | 1390.03 | 61.7725 | - cell_08 | 245 | 366 | 2223 | 17.3672 | 0.00292872 | 1.02072 | 0.0078125 | 63256.1 | 494.188 | 7703.67 | 504.428 | 22.5619 | - cell_09 | 241 | 337 | 2280 | 8.90625 | 0.00335219 | 1.0657 | 0.00390625 | 68064.4 | 265.876 | 3780.46 | 283.343 | 12.6728 | - cell_10 | 237 | 344 | 2497 | 4.87695 | 0.00301075 | 0.987242 | 0.00195312 | 70794.9 | 138.271 | 2033.17 | 136.507 | 6.12136 | - cell_11 | 207 | 311 | 2037 | 1.98926 | 0.00146071 | 0.868158 | 0.000976562 | 56303.2 | 54.9836 | 1405.46 | 47.7345 | 2.05296 | - cell_12 | 162 | 237 | 1797 | 0.877441 | 0.00246799 | 1.07694 | 0.000488281 | 49684.8 | 24.2602 | 427.65 | 26.1268 | 1.05543 | - cell_13 | 145 | 220 | 1406 | 0.343262 | 0.00237846 | 1.09289 | 0.000244141 | 39744.1 | 9.70315 | 181.218 | 10.6045 | 0.43102 | - cell_14 | 134 | 190 | 1522 | 0.185791 | 0.00227743 | 0.98494 | 0.00012207 | 40416.5 | 4.93365 | 89.1893 | 4.85935 | 0.203123 | - cell_15 | 121 | 166 | 1007 | 0.0614624 | 0.00176052 | 0.859426 | 6.10352e-05 | 29013.5 | 1.77084 | 38.8076 | 1.52191 | 0.0683215 | - cell_16 | 112 | 157 | 1012 | 0.0308838 | 0.00224426 | 1.0427 | 3.05176e-05 | 30147.5 | 0.920028 | 19.6867 | 0.959309 | 0.0441822 | - cell_17 | 96 | 147 | 881 | 0.013443 | 0.00264452 | 0.956232 | 1.52588e-05 | 24925.8 | 0.380337 | 6.53046 | 0.36369 | 0.0172699 | - cell_18 | 57 | 104 | 665 | 0.00507355 | 0.00433226 | 0.954004 | 7.62939e-06 | 18789.5 | 0.143352 | 1.59853 | 0.136759 | 0.00692527 | - cell_19 | 29 | 29 | 0 | 0 | 0.0271876 | 1.22665 | 7.62939e-06 | 4888.23 | 0.0372943 | 0.0895337 | 0.0457472 | 0.0024342 | + cell_00 | 45 | 137 | 0 | 0 | 0.066972 | 3.36739 | 1 | 9160.5 | 9160.5 | 14380.3 | 30846.9 | 963.08 | + cell_01 | 142 | 179 | 545 | 545 | 0.0277374 | 4.27835 | 1 | 23447.9 | 23447.9 | 102191 | 100318 | 2834.51 | + cell_02 | 145 | 239 | 1032 | 516 | 0.0118914 | 2.99122 | 0.5 | 41602.7 | 20801.4 | 167129 | 62221.5 | 1987.4 | + cell_03 | 209 | 315 | 1808 | 452 | 0.00821041 | 1.94088 | 0.25 | 59911.5 | 14977.9 | 127949 | 29070.3 | 1050.51 | + cell_04 | 273 | 379 | 2568 | 321 | 0.00392332 | 1.33351 | 0.125 | 75062 | 9382.75 | 125038 | 12512 | 490.562 | + cell_05 | 296 | 446 | 2864 | 179 | 0.00274665 | 1.19781 | 0.0625 | 85143.2 | 5321.45 | 94230.6 | 6374.09 | 258.818 | + cell_06 | 249 | 358 | 2290 | 71.5625 | 0.00247751 | 0.989118 | 0.03125 | 67307.9 | 2103.37 | 36173.6 | 2080.48 | 89.6205 | + cell_07 | 215 | 306 | 1965 | 30.7031 | 0.00240697 | 0.961914 | 0.015625 | 57727.7 | 901.995 | 16256.2 | 867.642 | 39.1281 | + cell_08 | 163 | 245 | 1588 | 12.4062 | 0.00227517 | 0.780284 | 0.0078125 | 43982.9 | 343.616 | 5747.92 | 268.118 | 13.0775 | + cell_09 | 145 | 201 | 1487 | 5.80859 | 0.00213174 | 0.953122 | 0.00390625 | 39642 | 154.852 | 2988.38 | 147.593 | 6.37046 | + cell_10 | 122 | 167 | 1210 | 2.36328 | 0.00284511 | 0.807256 | 0.00195312 | 35003 | 68.3652 | 953.219 | 55.1883 | 2.71201 | + cell_11 | 110 | 153 | 1106 | 1.08008 | 0.00271237 | 0.683355 | 0.000976562 | 28864.1 | 28.1876 | 361.373 | 19.2621 | 0.980177 | + cell_12 | 104 | 149 | 1049 | 0.512207 | 0.00161832 | 0.763488 | 0.000488281 | 28325.9 | 13.831 | 300.098 | 10.5598 | 0.485655 | + cell_13 | 77 | 120 | 843 | 0.205811 | 0.00161873 | 0.840605 | 0.000244141 | 22145.2 | 5.40655 | 118.182 | 4.54477 | 0.191305 | + cell_14 | 62 | 90 | 555 | 0.067749 | 0.00181788 | 1.08574 | 0.00012207 | 15239.4 | 1.86027 | 43.4291 | 2.01976 | 0.0789487 | + cell_15 | 76 | 97 | 520 | 0.0317383 | 0.00321143 | 1.30693 | 6.10352e-05 | 17438.3 | 1.06435 | 18.4495 | 1.39103 | 0.0592492 | + cell_16 | 92 | 118 | 742 | 0.022644 | 0.00408478 | 1.22238 | 3.05176e-05 | 22638.7 | 0.69088 | 9.25587 | 0.844521 | 0.0378082 | + cell_17 | 82 | 116 | 871 | 0.0132904 | 0.00226897 | 0.626095 | 1.52588e-05 | 23934.6 | 0.365214 | 5.64003 | 0.228658 | 0.012797 | + cell_18 | 46 | 84 | 519 | 0.00395966 | 0.00186564 | 0.572898 | 7.62939e-06 | 14806.3 | 0.112963 | 2.06478 | 0.0647164 | 0.00385215 | + cell_19 | 26 | 26 | 0 | 0 | 0.0046517 | 0.872571 | 7.62939e-06 | 3853.71 | 0.0294015 | 0.272145 | 0.0256549 | 0.00126594 | ============================================= diff --git a/examples/extended/biasing/B03/exampleB03.out b/examples/extended/biasing/B03/exampleB03.out index ba26b99d3d..03e6a5146c 100644 --- a/examples/extended/biasing/B03/exampleB03.out +++ b/examples/extended/biasing/B03/exampleB03.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -483,7 +483,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20 Level density (1/MeV) 0.075 Use simple level density model 1 Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1e+12 +Time limit for long lived isomeres (ns) 1000 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 0 @@ -507,7 +507,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20 Level density (1/MeV) 0.075 Use simple level density model 1 Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1e+12 +Time limit for long lived isomeres (ns) 1000 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 0 @@ -530,7 +530,7 @@ Upload data before 1st event for Z < 9 *** G4Exception : GeomBias1001 issued by : G4ImportanceAlgorithm::Warning() Calculate() - ipre_over_ipost ! in [0.25, 4]. -ipre_over_ipost = 4096. +ipre_over_ipost = 131072. *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -550,24 +550,24 @@ ipre_over_ipost = 4096. ============================================================= ============================================================= Volume | Tr.Entering | Population | Collisions | Coll*WGT | NumWGTedE | FluxWGTedE | Av.Tr.WGT | SL | SLW | SLW_v | SLWE | SLWE_v | - cell_00 | 50 | 146 | 0 | 0 | 0.00319093 | 2.00053 | 1 | 9722.02 | 9722.02 | 248460 | 19449.2 | 792.818 | - cell_01 | 155 | 185 | 344 | 344 | 0.00264072 | 4.59259 | 1 | 23133.9 | 23133.9 | 1.10101e+06 | 106244 | 2907.47 | - cell_02 | 211 | 312 | 930 | 465 | 0.00147315 | 2.68164 | 0.5 | 53899.2 | 26949.6 | 1.50225e+06 | 72269.1 | 2213.04 | - cell_03 | 340 | 469 | 1870 | 467.5 | 0.000616873 | 1.84075 | 0.25 | 98450.8 | 24612.7 | 2.46927e+06 | 45305.9 | 1523.23 | - cell_04 | 490 | 694 | 2690 | 336.25 | 0.00042532 | 1.60621 | 0.125 | 142583 | 17822.9 | 2.37992e+06 | 28627.2 | 1012.23 | - cell_05 | 709 | 985 | 4090 | 255.625 | 0.000218307 | 1.1685 | 0.0625 | 197711 | 12357 | 2.45978e+06 | 14439.1 | 536.986 | - cell_06 | 913 | 1283 | 5568 | 174 | 0.000173509 | 1.00192 | 0.03125 | 266219 | 8319.33 | 1.88704e+06 | 8335.3 | 327.419 | - cell_07 | 1120 | 1559 | 7167 | 111.984 | 0.000134772 | 0.840444 | 0.015625 | 325598 | 5087.46 | 1.2869e+06 | 4275.73 | 173.439 | - cell_08 | 1352 | 1918 | 8773 | 68.5391 | 0.000119651 | 0.768721 | 0.0078125 | 392416 | 3065.75 | 809020 | 2356.71 | 96.7999 | - cell_09 | 1535 | 2182 | 9612 | 37.5469 | 0.00013398 | 0.720182 | 0.00390625 | 438275 | 1712.01 | 388723 | 1232.96 | 52.081 | - cell_10 | 1830 | 2554 | 11628 | 22.7109 | 0.000107492 | 0.638685 | 0.00195312 | 527561 | 1030.39 | 267633 | 658.096 | 28.7684 | - cell_11 | 2090 | 2891 | 13063 | 12.7568 | 9.48003e-05 | 0.599595 | 0.000976562 | 589868 | 576.043 | 162462 | 345.392 | 15.4014 | - cell_12 | 2317 | 3243 | 14514 | 7.08691 | 9.21156e-05 | 0.528929 | 0.000488281 | 645865 | 315.364 | 84300.2 | 166.805 | 7.76536 | - cell_13 | 2466 | 3481 | 16181 | 3.95044 | 8.50404e-05 | 0.522347 | 0.000244141 | 705016 | 172.123 | 48800.1 | 89.9081 | 4.14998 | - cell_14 | 2620 | 3699 | 17451 | 2.13025 | 7.09415e-05 | 0.450548 | 0.00012207 | 761660 | 92.976 | 28243.4 | 41.8901 | 2.00363 | - cell_15 | 2873 | 3991 | 18932 | 1.15552 | 6.52928e-05 | 0.423175 | 6.10352e-05 | 827972 | 50.5354 | 16145.5 | 21.3853 | 1.05418 | - cell_16 | 3020 | 4235 | 20608 | 0.628906 | 5.73649e-05 | 0.377364 | 3.05176e-05 | 882196 | 26.9225 | 9007.85 | 10.1596 | 0.516735 | - cell_17 | 2931 | 4261 | 20112 | 0.306885 | 5.93378e-05 | 0.401422 | 1.52588e-05 | 864237 | 13.1872 | 4352.77 | 5.29364 | 0.258284 | - cell_18 | 2113 | 3916 | 16269 | 0.124123 | 6.57013e-05 | 0.409799 | 7.62939e-06 | 712528 | 5.43616 | 1641.59 | 2.22773 | 0.107855 | - cell_19 | 1770 | 1770 | 0 | 0 | 8.97342e-05 | 0.622037 | 7.62939e-06 | 287909 | 2.19657 | 679.813 | 1.36635 | 0.0610024 | + cell_00 | 53 | 148 | 0 | 0 | 0.00436763 | 1.76562 | 1 | 11082.5 | 11082.5 | 192261 | 19567.5 | 839.723 | + cell_01 | 153 | 191 | 439 | 439 | 0.00453361 | 3.86545 | 1 | 28326.3 | 28326.3 | 706504 | 109494 | 3203.01 | + cell_02 | 194 | 285 | 966 | 483 | 0.00118479 | 2.27312 | 0.5 | 52468.4 | 26234.2 | 1.61658e+06 | 59633.4 | 1915.3 | + cell_03 | 313 | 437 | 1621 | 405.25 | 0.000547079 | 1.76424 | 0.25 | 85461.9 | 21365.5 | 2.32756e+06 | 37693.8 | 1273.36 | + cell_04 | 431 | 618 | 2457 | 307.125 | 0.000380957 | 1.44119 | 0.125 | 123158 | 15394.8 | 2.1176e+06 | 22186.9 | 806.715 | + cell_05 | 574 | 829 | 3479 | 217.438 | 0.000250962 | 1.09576 | 0.0625 | 172998 | 10812.4 | 1.87282e+06 | 11847.8 | 470.008 | + cell_06 | 768 | 1052 | 4693 | 146.656 | 0.000136554 | 0.86392 | 0.03125 | 212261 | 6633.15 | 1.66895e+06 | 5730.51 | 227.901 | + cell_07 | 918 | 1254 | 5984 | 93.5 | 0.000138021 | 0.695865 | 0.015625 | 270046 | 4219.47 | 869640 | 2936.18 | 120.029 | + cell_08 | 1036 | 1453 | 6910 | 53.9844 | 0.00011873 | 0.636414 | 0.0078125 | 307289 | 2400.69 | 563351 | 1527.83 | 66.8866 | + cell_09 | 1233 | 1700 | 7620 | 29.7656 | 9.51541e-05 | 0.582264 | 0.00390625 | 346250 | 1352.54 | 373152 | 787.534 | 35.507 | + cell_10 | 1402 | 1924 | 9055 | 17.6855 | 7.40392e-05 | 0.490197 | 0.00195312 | 398241 | 777.814 | 243663 | 381.282 | 18.0406 | + cell_11 | 1552 | 2169 | 9904 | 9.67188 | 7.02256e-05 | 0.455657 | 0.000976562 | 433584 | 423.422 | 133829 | 192.935 | 9.39826 | + cell_12 | 1789 | 2416 | 11433 | 5.58252 | 6.66363e-05 | 0.391826 | 0.000488281 | 496754 | 242.556 | 72723.2 | 95.0398 | 4.84601 | + cell_13 | 1970 | 2663 | 12585 | 3.07251 | 6.64968e-05 | 0.400835 | 0.000244141 | 543930 | 132.795 | 41265.2 | 53.229 | 2.74401 | + cell_14 | 2102 | 2942 | 13520 | 1.65039 | 6.08156e-05 | 0.374759 | 0.00012207 | 591907 | 72.2543 | 24109.2 | 27.0779 | 1.46622 | + cell_15 | 2301 | 3169 | 15303 | 0.934021 | 5.59337e-05 | 0.330655 | 6.10352e-05 | 658429 | 40.1873 | 13460.6 | 13.2881 | 0.752901 | + cell_16 | 2362 | 3289 | 15290 | 0.466614 | 5.49139e-05 | 0.321674 | 3.05176e-05 | 668933 | 20.4142 | 6827.54 | 6.56671 | 0.374927 | + cell_17 | 2329 | 3338 | 14926 | 0.227753 | 5.44875e-05 | 0.322754 | 1.52588e-05 | 643162 | 9.81387 | 3241.9 | 3.16747 | 0.176643 | + cell_18 | 1686 | 3101 | 13163 | 0.100426 | 5.9156e-05 | 0.351485 | 7.62939e-06 | 574337 | 4.38185 | 1430.93 | 1.54015 | 0.084648 | + cell_19 | 1424 | 1424 | 0 | 0 | 0.000111128 | 0.480103 | 7.62939e-06 | 231616 | 1.76709 | 402.965 | 0.848387 | 0.0447808 | ============================================= diff --git a/examples/extended/biasing/GB01/exampleGB01.out b/examples/extended/biasing/GB01/exampleGB01.out index 6ed2db58c7..f16fa7059e 100644 --- a/examples/extended/biasing/GB01/exampleGB01.out +++ b/examples/extended/biasing/GB01/exampleGB01.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -730,7 +730,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20 Level density (1/MeV) 0.075 Use simple level density model 1 Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1e+12 +Time limit for long lived isomeres (ns) 1000 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 diff --git a/examples/extended/biasing/GB02/exampleGB02.out b/examples/extended/biasing/GB02/exampleGB02.out index 0bf70ae380..69c1821bcb 100644 --- a/examples/extended/biasing/GB02/exampleGB02.out +++ b/examples/extended/biasing/GB02/exampleGB02.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -730,7 +730,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20 Level density (1/MeV) 0.075 Use simple level density model 1 Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1e+12 +Time limit for long lived isomeres (ns) 1000 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 diff --git a/examples/extended/biasing/GB03/exampleGB03.out b/examples/extended/biasing/GB03/exampleGB03.out index 3573292f0d..dcf55b9564 100644 --- a/examples/extended/biasing/GB03/exampleGB03.out +++ b/examples/extended/biasing/GB03/exampleGB03.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -736,7 +736,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20 Level density (1/MeV) 0.075 Use simple level density model 1 Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1e+12 +Time limit for long lived isomeres (ns) 1000 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 @@ -805,7 +805,7 @@ GB03BOptrGeometryBasedBiasing : starting run with splitting factor = 2, and prob Run terminated. Run Summary Number of events processed : 10 - User=0.090000s Real=0.098888s Sys=0.010000s + User=0.090000s Real=0.132685s Sys=0.000000s Region -- -- appears in world volume This region is in the mass world. @@ -865,7 +865,7 @@ GB03BOptrGeometryBasedBiasing : starting run with splitting factor = 2, and prob Run terminated. Run Summary Number of events processed : 10 - User=0.160000s Real=0.157271s Sys=0.000000s + User=0.240000s Real=0.254146s Sys=0.000000s Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. @@ -878,9 +878,9 @@ G4SDManager deleted. EventManager deleted. Units table cleared. TransportationManager deleted. -Total navigation history collections cleaned: 15 +Total navigation history collections cleaned: 14 ================== Deleting memory pools =================== -Pool ID '20G4NavigationLevelRep', size : 0.0211 MB +Pool ID '20G4NavigationLevelRep', size : 0.0192 MB Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB Pool ID '7G4Event', size : 0.000961 MB Pool ID '15G4PrimaryVertex', size : 0.000961 MB @@ -893,7 +893,7 @@ Pool ID '18G4TouchableHistory', size : 0.00192 MB Pool ID '15G4CountedObjectIvE', size : 0.000961 MB Pool ID '10G4Fragment', size : 0.00192 MB Number of memory pools allocated: 12 of which, static: 0 -Dynamic pools deleted: 12 / Total memory freed: 0.044 MB +Dynamic pools deleted: 12 / Total memory freed: 0.042 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/extended/biasing/GB04/exampleGB04.out b/examples/extended/biasing/GB04/exampleGB04.out index 90d341de4a..0a82ae8fb9 100644 --- a/examples/extended/biasing/GB04/exampleGB04.out +++ b/examples/extended/biasing/GB04/exampleGB04.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -730,7 +730,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20 Level density (1/MeV) 0.075 Use simple level density model 1 Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1e+12 +Time limit for long lived isomeres (ns) 1000 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 @@ -1012,7 +1012,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.002383s Sys=0.000000s + User=0.010000s Real=0.002773s Sys=0.000000s Region -- -- appears in world volume This region is in the mass world. @@ -1934,7 +1934,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.004956s Sys=0.000000s + User=0.000000s Real=0.005228s Sys=0.000000s Region -- -- appears in world volume This region is in the mass world. @@ -4102,7 +4102,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.010366s Sys=0.000000s + User=0.010000s Real=0.010451s Sys=0.000000s Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. diff --git a/examples/extended/biasing/GB05/exampleGB05.out b/examples/extended/biasing/GB05/exampleGB05.out index 2e76a06695..0d179d55ed 100644 --- a/examples/extended/biasing/GB05/exampleGB05.out +++ b/examples/extended/biasing/GB05/exampleGB05.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -732,7 +732,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20 Level density (1/MeV) 0.075 Use simple level density model 1 Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1e+12 +Time limit for long lived isomeres (ns) 1000 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 @@ -1226,1130 +1226,1375 @@ See commands in /vis/modeling/trajectories/ for other options. neutron, kinetic energy (MeV) = 9.21685e-05, position (cm) = (27.9227,-31.4171,200), weight = 7.62939e-06 gamma, kinetic energy (MeV) = 5.10396, position (cm) = (41.3994,-53.1517,200), weight = 1.52588e-05 neutron, kinetic energy (MeV) = 1.61222e-05, position (cm) = (27.8475,-33.8533,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.140276, position (cm) = (68.3291,6.64173,200), weight = 0.015625 - neutron, kinetic energy (MeV) = 6.18555, position (cm) = (111.627,34.3375,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 2.44226, position (cm) = (104.348,49.2004,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 5.78664, position (cm) = (106.683,40.6094,200), weight = 5.96046e-08 - gamma, kinetic energy (MeV) = 1.2478, position (cm) = (132.276,70.211,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 5.38425, position (cm) = (93.6932,16.0287,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 34.2334, position (cm) = (77.1038,16.2165,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 34.1647, position (cm) = (76.3433,17.3892,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 34.2898, position (cm) = (74.6994,15.8038,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 58.2625, position (cm) = (80.536,31.5043,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 4.28766, position (cm) = (56.604,-44.6862,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.0893502, position (cm) = (28.6272,-0.182562,200), weight = 0.03125 - neutron, kinetic energy (MeV) = 43.3832, position (cm) = (41.4941,14.0469,200), weight = 0.015625 - neutron, kinetic energy (MeV) = 43.3832, position (cm) = (41.4941,14.0469,200), weight = 0.015625 - neutron, kinetic energy (MeV) = 67.2972, position (cm) = (7.38694,-8.76413,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 67.2972, position (cm) = (7.38694,-8.76413,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 67.8179, position (cm) = (10.9425,-2.50878,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 67.5217, position (cm) = (18.7331,1.83458,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 67.5217, position (cm) = (18.7331,1.83458,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 67.8233, position (cm) = (8.00978,3.577,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.623713, position (cm) = (40.5297,23.2757,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.0656247, position (cm) = (21.7431,27.7699,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 12.0621, position (cm) = (30.4859,23.1702,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 12.0621, position (cm) = (30.4859,23.1702,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 0.0649664, position (cm) = (34.3586,-3.30683,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 4.95315, position (cm) = (33.0435,17.5241,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.122973, position (cm) = (37.9027,19.188,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.481988, position (cm) = (36.6401,17.5075,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 75.7167, position (cm) = (-6.50339,9.81928,200), weight = 0.015625 - gamma, kinetic energy (MeV) = 0.36877, position (cm) = (40.3528,-206.158,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 8.79325, position (cm) = (37.102,-182.387,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 2.9633, position (cm) = (-71.5192,-344.126,200), weight = 1.16415e-10 - neutron, kinetic energy (MeV) = 1.30055, position (cm) = (-67.1729,-342.795,200), weight = 1.16415e-10 - gamma, kinetic energy (MeV) = 1.36017, position (cm) = (-72.291,-343.772,200), weight = 2.32831e-10 - neutron, kinetic energy (MeV) = 3.50532, position (cm) = (-70.2725,-343.348,200), weight = 2.32831e-10 - neutron, kinetic energy (MeV) = 37.9452, position (cm) = (-116.916,-279.537,200), weight = 2.32831e-10 - gamma, kinetic energy (MeV) = 0.406832, position (cm) = (-119.614,-221.671,200), weight = 2.32831e-10 - neutron, kinetic energy (MeV) = 30.6102, position (cm) = (-109.257,-235.276,200), weight = 2.91038e-11 - neutron, kinetic energy (MeV) = 0.0618855, position (cm) = (-106.718,-230.758,200), weight = 2.91038e-11 - neutron, kinetic energy (MeV) = 0.000240745, position (cm) = (-113.131,-239.168,200), weight = 2.91038e-11 - gamma, kinetic energy (MeV) = 0.083917, position (cm) = (-99.6502,-253.221,200), weight = 5.82077e-11 - gamma, kinetic energy (MeV) = 2.1187, position (cm) = (-62.3848,-313.394,200), weight = 5.82077e-11 - gamma, kinetic energy (MeV) = 0.868491, position (cm) = (-22.3253,-290.159,200), weight = 3.72529e-09 - gamma, kinetic energy (MeV) = 0.519954, position (cm) = (13.0731,-413.211,200), weight = 3.72529e-09 - gamma, kinetic energy (MeV) = 0.195959, position (cm) = (17.0463,-411.07,200), weight = 3.72529e-09 - neutron, kinetic energy (MeV) = 7.10668, position (cm) = (8.82332,-422.021,200), weight = 1.86265e-09 - gamma, kinetic energy (MeV) = 0.769565, position (cm) = (17.9466,-419.093,200), weight = 9.31323e-10 - neutron, kinetic energy (MeV) = 1.10789, position (cm) = (9.69783,-422.439,200), weight = 9.31323e-10 - neutron, kinetic energy (MeV) = 7.07161, position (cm) = (6.04635,-420.286,200), weight = 9.31323e-10 - gamma, kinetic energy (MeV) = 0.598106, position (cm) = (-4.37733,-416.082,200), weight = 3.72529e-09 - neutron, kinetic energy (MeV) = 88.1237, position (cm) = (1.1637,-476.232,200), weight = 2.32831e-10 - gamma, kinetic energy (MeV) = 2.19532, position (cm) = (2.23406,-468.1,200), weight = 2.32831e-10 - gamma, kinetic energy (MeV) = 0.134876, position (cm) = (4.01753,-470.033,200), weight = 4.65661e-10 - gamma, kinetic energy (MeV) = 2.74333, position (cm) = (3.99664,-471.806,200), weight = 4.65661e-10 - neutron, kinetic energy (MeV) = 2.89194, position (cm) = (5.29157,-471.231,200), weight = 4.65661e-10 - neutron, kinetic energy (MeV) = 2.05105, position (cm) = (2.6145,-465.972,200), weight = 2.32831e-10 - neutron, kinetic energy (MeV) = 1.12066, position (cm) = (-7.50511,-431.308,200), weight = 4.65661e-10 - neutron, kinetic energy (MeV) = 12.4511, position (cm) = (-12.6836,-453.884,200), weight = 4.65661e-10 - neutron, kinetic energy (MeV) = 73.3226, position (cm) = (-5.67982,-438.791,200), weight = 4.65661e-10 - neutron, kinetic energy (MeV) = 73.3226, position (cm) = (-5.67982,-438.791,200), weight = 4.65661e-10 - neutron, kinetic energy (MeV) = 4.19425, position (cm) = (5.92144,-369.169,200), weight = 3.72529e-09 - gamma, kinetic energy (MeV) = 0.314436, position (cm) = (12.3118,-368.836,200), weight = 3.72529e-09 - neutron, kinetic energy (MeV) = 3.77626, position (cm) = (23.5285,-370.732,200), weight = 3.72529e-09 - neutron, kinetic energy (MeV) = 66.0082, position (cm) = (8.34849,-348.639,200), weight = 1.16415e-10 - neutron, kinetic energy (MeV) = 66.0082, position (cm) = (8.34849,-348.639,200), weight = 1.16415e-10 - neutron, kinetic energy (MeV) = 66.0082, position (cm) = (8.34849,-348.639,200), weight = 2.32831e-10 - neutron, kinetic energy (MeV) = 0.575323, position (cm) = (6.17373,-344.75,200), weight = 4.65661e-10 - gamma, kinetic energy (MeV) = 1.8833, position (cm) = (8.03507,-346.437,200), weight = 4.65661e-10 - gamma, kinetic energy (MeV) = 3.19807, position (cm) = (15.8224,-349.86,200), weight = 4.65661e-10 - neutron, kinetic energy (MeV) = 20.0461, position (cm) = (-11.6525,-317.807,200), weight = 4.65661e-10 - gamma, kinetic energy (MeV) = 0.856105, position (cm) = (-4.54647,-347.015,200), weight = 2.32831e-10 - gamma, kinetic energy (MeV) = 0.0774361, position (cm) = (-13.3188,-340.701,200), weight = 2.32831e-10 - neutron, kinetic energy (MeV) = 66.2504, position (cm) = (-12.0616,-364.525,200), weight = 1.16415e-10 - neutron, kinetic energy (MeV) = 66.2504, position (cm) = (-12.0616,-364.525,200), weight = 1.16415e-10 - neutron, kinetic energy (MeV) = 88.592, position (cm) = (-10.7702,-410.302,200), weight = 1.16415e-10 - neutron, kinetic energy (MeV) = 88.4542, position (cm) = (-10.5002,-410.403,200), weight = 1.16415e-10 - gamma, kinetic energy (MeV) = 0.0755885, position (cm) = (-6.09505,-397.988,200), weight = 2.32831e-10 - gamma, kinetic energy (MeV) = 5.71128, position (cm) = (-12.9992,-394.139,200), weight = 2.32831e-10 - gamma, kinetic energy (MeV) = 0.451311, position (cm) = (-8.38849,-401.614,200), weight = 2.32831e-10 - neutron, kinetic energy (MeV) = 34.64, position (cm) = (-5.54135,-407.287,200), weight = 1.16415e-10 - gamma, kinetic energy (MeV) = 0.0579081, position (cm) = (-2.50042,-424.709,200), weight = 5.82077e-11 - gamma, kinetic energy (MeV) = 2.7886, position (cm) = (-4.01532,-416.125,200), weight = 5.82077e-11 - neutron, kinetic energy (MeV) = 0.00223517, position (cm) = (-7.50997,-407.855,200), weight = 5.82077e-11 - neutron, kinetic energy (MeV) = 87.6633, position (cm) = (-0.839103,-371.693,200), weight = 2.32831e-10 - neutron, kinetic energy (MeV) = 58.031, position (cm) = (-3.09495,-362.255,200), weight = 2.32831e-10 - neutron, kinetic energy (MeV) = 87.8161, position (cm) = (-16.4994,-372.548,200), weight = 2.32831e-10 - neutron, kinetic energy (MeV) = 2.85983e-08, position (cm) = (-68.5209,-389.829,200), weight = 7.27596e-12 - neutron, kinetic energy (MeV) = 82.5949, position (cm) = (-70.1405,-439.665,200), weight = 7.27596e-12 - gamma, kinetic energy (MeV) = 1.4542, position (cm) = (-65.2962,-448.54,200), weight = 9.09495e-13 - neutron, kinetic energy (MeV) = 67.873, position (cm) = (-65.1443,-448.344,200), weight = 9.09495e-13 - neutron, kinetic energy (MeV) = 2.27514, position (cm) = (-60.68,-444.407,200), weight = 9.09495e-13 - gamma, kinetic energy (MeV) = 3.00035, position (cm) = (-62.6784,-443.246,200), weight = 9.09495e-13 - neutron, kinetic energy (MeV) = 2.9404, position (cm) = (-65.1067,-445.15,200), weight = 9.09495e-13 - neutron, kinetic energy (MeV) = 22.6866, position (cm) = (-74.6266,-440.207,200), weight = 2.27374e-13 - gamma, kinetic energy (MeV) = 5.58692, position (cm) = (-72.7264,-441.081,200), weight = 2.27374e-13 - neutron, kinetic energy (MeV) = 22.6866, position (cm) = (-74.6266,-440.207,200), weight = 4.54747e-13 - neutron, kinetic energy (MeV) = 0.134005, position (cm) = (-70.3357,-448.899,200), weight = 9.09495e-13 - gamma, kinetic energy (MeV) = 0.106082, position (cm) = (-57.2484,-460.372,200), weight = 9.09495e-13 - neutron, kinetic energy (MeV) = 0.000268652, position (cm) = (-58.7419,-448.441,200), weight = 9.09495e-13 - neutron, kinetic energy (MeV) = 31.3548, position (cm) = (-74.3583,-435.052,200), weight = 2.27374e-13 - neutron, kinetic energy (MeV) = 31.3548, position (cm) = (-74.3583,-435.052,200), weight = 2.27374e-13 - gamma, kinetic energy (MeV) = 0.369064, position (cm) = (-77.9541,-434.873,200), weight = 4.54747e-13 - neutron, kinetic energy (MeV) = 19.4258, position (cm) = (-76.371,-434.995,200), weight = 4.54747e-13 - neutron, kinetic energy (MeV) = 86.4043, position (cm) = (-57.4972,-434.444,200), weight = 2.27374e-13 - neutron, kinetic energy (MeV) = 86.4043, position (cm) = (-57.4972,-434.444,200), weight = 2.27374e-13 - neutron, kinetic energy (MeV) = 86.4043, position (cm) = (-57.4972,-434.444,200), weight = 4.54747e-13 - gamma, kinetic energy (MeV) = 0.110678, position (cm) = (-80.8111,-455.669,200), weight = 1.45519e-11 - gamma, kinetic energy (MeV) = 0.197063, position (cm) = (-77.0705,-465.62,200), weight = 1.45519e-11 - neutron, kinetic energy (MeV) = 4.61935, position (cm) = (-71.7007,-466.01,200), weight = 2.91038e-11 - neutron, kinetic energy (MeV) = 86.2132, position (cm) = (-52.0575,-413.714,200), weight = 5.82077e-11 - gamma, kinetic energy (MeV) = 0.17168, position (cm) = (-21.4347,-374.912,200), weight = 1.16415e-10 - neutron, kinetic energy (MeV) = 0.000724622, position (cm) = (-30.3889,-380.379,200), weight = 1.16415e-10 - gamma, kinetic energy (MeV) = 4.76246, position (cm) = (-34.1832,-375.619,200), weight = 1.16415e-10 - gamma, kinetic energy (MeV) = 0.546263, position (cm) = (-23.7866,-379.834,200), weight = 1.16415e-10 - gamma, kinetic energy (MeV) = 0.108468, position (cm) = (-36.2516,-384.173,200), weight = 1.16415e-10 - gamma, kinetic energy (MeV) = 1.4684, position (cm) = (29.1237,-405.985,200), weight = 1.16415e-10 - gamma, kinetic energy (MeV) = 0.485687, position (cm) = (10.2549,-303.584,200), weight = 2.98023e-08 - neutron, kinetic energy (MeV) = 52.6622, position (cm) = (96.9166,-208.95,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 52.4785, position (cm) = (102.429,-215.946,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 0.690143, position (cm) = (65.0425,-165.851,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 9.87796, position (cm) = (19.4509,-146.735,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 37.9979, position (cm) = (18.4633,-181.743,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 6.78986, position (cm) = (22.4611,-196.918,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 72.5506, position (cm) = (-11.6819,-150.523,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.17775, position (cm) = (-11.5252,-149.315,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.545152, position (cm) = (-13.5212,-135.55,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 3.48373, position (cm) = (-11.881,-150.449,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.209111, position (cm) = (-47.8754,-171.703,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 27.7969, position (cm) = (-32.567,-159.174,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 27.6879, position (cm) = (-32.7599,-159.286,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 73.1545, position (cm) = (18.6192,-163.031,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.62174, position (cm) = (6.8479,-154.113,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 2.33246e-06, position (cm) = (-6.35864,-173.69,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.0905528, position (cm) = (-5.33365,-165.102,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.128415, position (cm) = (15.4873,-161.529,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.293467, position (cm) = (20.3591,-148.373,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 0.037582, position (cm) = (18.3781,-165.198,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 16.4404, position (cm) = (20.4126,-160.816,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.138153, position (cm) = (4.47414,-148.04,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.290424, position (cm) = (14.7262,-151.55,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.21189, position (cm) = (11.0231,-169.582,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 3.80141, position (cm) = (12.5522,-151.563,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 24.1015, position (cm) = (11.3923,-154.382,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 5.55582, position (cm) = (18.3743,-96.9484,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 1.09552, position (cm) = (55.2042,-126.467,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.249571, position (cm) = (-8.6167,-143.855,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 0.931848, position (cm) = (-6.56165,-145.357,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 8.45587, position (cm) = (-5.9739,-145.459,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 8.48417, position (cm) = (-0.229695,-121.757,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 30.9777, position (cm) = (1.64987,-105.73,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 1.16753, position (cm) = (7.48534,-95.7394,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.101653, position (cm) = (-0.276429,-119.463,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 30.9777, position (cm) = (1.64987,-105.73,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 30.2826, position (cm) = (-3.42016,-101.744,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 9.98182, position (cm) = (-13.7792,-133.862,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 1.72965, position (cm) = (-13.3601,-147.677,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.510999, position (cm) = (-6.81509,-148.657,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 2.37021, position (cm) = (25.689,-207.947,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.977287, position (cm) = (-9.98323,-227.227,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 1.3335, position (cm) = (2.8275,-222.622,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.285967, position (cm) = (3.35667,-222.738,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 2.32832, position (cm) = (2.78617,-222.647,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 6.06327, position (cm) = (2.56007,-222.659,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 16.8269, position (cm) = (7.71879,-234.754,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 16.8269, position (cm) = (7.71879,-234.754,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.173536, position (cm) = (8.22998,-235.023,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 8.4782, position (cm) = (6.98016,-235.071,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 2.9042, position (cm) = (25.877,-265.602,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 38.3195, position (cm) = (21.3781,-285.716,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 38.3195, position (cm) = (21.3781,-285.716,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 2.3345, position (cm) = (10.2177,-259.63,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 38.6505, position (cm) = (-12.3811,-276.223,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 4.64075e-06, position (cm) = (-28.2992,-276.928,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 4.11247, position (cm) = (-5.19516,-264.677,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 5.62012, position (cm) = (-3.30336,-269.078,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.510999, position (cm) = (-20.6772,-333.708,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 1.73894, position (cm) = (-26.2657,-330.374,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 1.67923, position (cm) = (-37.6499,-333.283,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 5.32757, position (cm) = (-25.8955,-331.325,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 0.0955653, position (cm) = (-31.4098,-318.11,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 0.29494, position (cm) = (-34.2096,-314.16,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 1.38142, position (cm) = (-22.3132,-319.576,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 0.325871, position (cm) = (-26.501,-273.52,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 2.89698, position (cm) = (-28.2906,-271.263,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 24.561, position (cm) = (-12.9495,-275.166,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 0.124513, position (cm) = (-6.3062,-234.603,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.174816, position (cm) = (-5.10242,-226.687,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 2.34293, position (cm) = (-17.6576,-175.076,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.966598, position (cm) = (8.12418,-133.979,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 6.52143, position (cm) = (-37.3356,-144.121,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 6.43944, position (cm) = (-74.4873,-162.389,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.238401, position (cm) = (-75.0744,-187.055,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 5.98185, position (cm) = (-82.6324,-180.491,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 2.38063, position (cm) = (-60.3802,-191.177,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.213654, position (cm) = (-108.086,-152.252,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.0734223, position (cm) = (-112.421,-160.652,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 14.0218, position (cm) = (-43.9582,-125.881,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 1.42583, position (cm) = (-53.3387,-117.897,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 1.79931, position (cm) = (-63.1357,-140.076,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 1.82534, position (cm) = (-32.5839,-137.153,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.0649037, position (cm) = (-50.4837,-147.796,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.149112, position (cm) = (-67.7099,-208.227,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 4.9149, position (cm) = (-30.9389,-201.955,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.346554, position (cm) = (-58.5643,-245.525,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 1.97746, position (cm) = (-168.569,-226.995,200), weight = 1.86265e-09 - neutron, kinetic energy (MeV) = 2.66032, position (cm) = (-158.647,-211.78,200), weight = 7.45058e-09 - gamma, kinetic energy (MeV) = 0.196474, position (cm) = (-157.891,-197.267,200), weight = 7.45058e-09 - neutron, kinetic energy (MeV) = 4.85986e-07, position (cm) = (-76.4983,-251.01,200), weight = 1.16415e-10 - gamma, kinetic energy (MeV) = 1.28373, position (cm) = (-63.4276,-256.049,200), weight = 5.82077e-11 - gamma, kinetic energy (MeV) = 0.340721, position (cm) = (-76.5078,-280.573,200), weight = 5.82077e-11 - gamma, kinetic energy (MeV) = 0.426485, position (cm) = (-79.6857,-263.184,200), weight = 5.82077e-11 - gamma, kinetic energy (MeV) = 0.291869, position (cm) = (-87.0926,-228.464,200), weight = 1.16415e-10 - gamma, kinetic energy (MeV) = 0.455952, position (cm) = (-64.7949,-260.674,200), weight = 3.72529e-09 - neutron, kinetic energy (MeV) = 5.45323, position (cm) = (-77.0176,-262.5,200), weight = 3.72529e-09 - neutron, kinetic energy (MeV) = 15.9012, position (cm) = (-27.7518,-201.61,200), weight = 2.32831e-10 - neutron, kinetic energy (MeV) = 15.8027, position (cm) = (-27.7728,-203.01,200), weight = 2.32831e-10 - neutron, kinetic energy (MeV) = 16.4037, position (cm) = (-48.3232,-262.072,200), weight = 5.82077e-11 - gamma, kinetic energy (MeV) = 0.0856384, position (cm) = (-50.2678,-261.847,200), weight = 1.16415e-10 - neutron, kinetic energy (MeV) = 5.12425, position (cm) = (-55.1949,-261.354,200), weight = 1.16415e-10 - gamma, kinetic energy (MeV) = 0.171363, position (cm) = (-49.8637,-242.86,200), weight = 1.16415e-10 - neutron, kinetic energy (MeV) = 16.5403, position (cm) = (-49.7161,-268.717,200), weight = 2.32831e-10 - gamma, kinetic energy (MeV) = 0.180719, position (cm) = (-29.0644,-244.06,200), weight = 2.32831e-10 - gamma, kinetic energy (MeV) = 1.20758, position (cm) = (-63.5073,-257.996,200), weight = 9.31323e-10 - gamma, kinetic energy (MeV) = 0.510999, position (cm) = (-65.2821,-269.762,200), weight = 9.31323e-10 - gamma, kinetic energy (MeV) = 0.198459, position (cm) = (-69.2934,-283.911,200), weight = 9.31323e-10 - neutron, kinetic energy (MeV) = 0.953217, position (cm) = (-46.7603,-295.003,200), weight = 5.82077e-11 - gamma, kinetic energy (MeV) = 0.0653717, position (cm) = (-41.1704,-290.849,200), weight = 5.82077e-11 - gamma, kinetic energy (MeV) = 0.112279, position (cm) = (-38.5738,-292.897,200), weight = 5.82077e-11 - gamma, kinetic energy (MeV) = 1.00775, position (cm) = (-38.3754,-288.863,200), weight = 5.82077e-11 - neutron, kinetic energy (MeV) = 13.8786, position (cm) = (-48.1855,-254.246,200), weight = 2.32831e-10 - gamma, kinetic energy (MeV) = 0.170637, position (cm) = (-64.4944,-210.034,200), weight = 1.49012e-08 - gamma, kinetic energy (MeV) = 0.099637, position (cm) = (-64.1305,-208.901,200), weight = 1.49012e-08 - gamma, kinetic energy (MeV) = 2.00569, position (cm) = (-158.523,-198.911,200), weight = 2.98023e-08 - gamma, kinetic energy (MeV) = 0.0811034, position (cm) = (-137.302,-214.469,200), weight = 3.72529e-09 - gamma, kinetic energy (MeV) = 1.46701, position (cm) = (-137.909,-221.796,200), weight = 7.45058e-09 - neutron, kinetic energy (MeV) = 0.743672, position (cm) = (-142.314,-232.618,200), weight = 7.45058e-09 - gamma, kinetic energy (MeV) = 1.87847, position (cm) = (-112.126,-246.229,200), weight = 9.31323e-10 - gamma, kinetic energy (MeV) = 0.150059, position (cm) = (-116.697,-240.658,200), weight = 9.31323e-10 - gamma, kinetic energy (MeV) = 0.510999, position (cm) = (-115.893,-237.039,200), weight = 9.31323e-10 - neutron, kinetic energy (MeV) = 15.3636, position (cm) = (-115.004,-241.111,200), weight = 4.65661e-10 - neutron, kinetic energy (MeV) = 15.3636, position (cm) = (-115.004,-241.111,200), weight = 2.32831e-10 - neutron, kinetic energy (MeV) = 15.3636, position (cm) = (-115.004,-241.111,200), weight = 1.16415e-10 - neutron, kinetic energy (MeV) = 15.3636, position (cm) = (-115.004,-241.111,200), weight = 1.16415e-10 - neutron, kinetic energy (MeV) = 15.8856, position (cm) = (-111.238,-238.431,200), weight = 1.86265e-09 - neutron, kinetic energy (MeV) = 60.342, position (cm) = (-105.636,-192.369,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 60.1287, position (cm) = (-102.924,-193.729,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 0.00512829, position (cm) = (-100.479,-196.645,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 8.48486, position (cm) = (19.6223,-119.102,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 3.07717, position (cm) = (-38.2425,-125.558,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 57.7209, position (cm) = (-23.6585,-189.752,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 58.2487, position (cm) = (-22.8003,-188.834,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 12.9275, position (cm) = (-21.6322,-197.466,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 37.2044, position (cm) = (-99.0497,-202.488,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.0716278, position (cm) = (-100.687,-225.245,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.0943769, position (cm) = (-113.841,-226.421,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.743025, position (cm) = (-99.7491,-224.208,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.0824203, position (cm) = (-112.622,-219.883,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 7.09201, position (cm) = (-88.5517,-234.044,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 37.1842, position (cm) = (-99.8308,-202.828,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 36.7467, position (cm) = (-96.2543,-197.239,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.19751, position (cm) = (-98.0392,-204.063,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.124866, position (cm) = (-92.5022,-191.185,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.977821, position (cm) = (-88.0938,-197.571,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 37.1054, position (cm) = (-90.7884,-190.016,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 37.0344, position (cm) = (-98.3904,-194.351,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 37.0344, position (cm) = (-98.3904,-194.351,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 38.0373, position (cm) = (-96.7903,-189.453,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 1.68262, position (cm) = (-80.6426,-181.261,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.527355, position (cm) = (-84.0552,-192.811,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.378522, position (cm) = (-87.9595,-208.949,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.103493, position (cm) = (-54.052,-175.839,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.0731656, position (cm) = (-92.8479,-151.688,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 8.82928, position (cm) = (-11.6173,-219.375,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.0882012, position (cm) = (-40.2418,-204.964,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.269216, position (cm) = (-47.9048,-202.261,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.46845, position (cm) = (-36.8655,-203.177,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 4.95822, position (cm) = (-40.4527,-198.658,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.135231, position (cm) = (-33.3898,-200.375,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 0.328162, position (cm) = (-17.9167,-206.933,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.4396, position (cm) = (-42.7196,-188.575,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 0.153312, position (cm) = (-71.1343,-332.848,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 10.3161, position (cm) = (-21.932,-240.943,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 2.1566, position (cm) = (-37.7954,-257.221,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 0.380753, position (cm) = (-32.1176,-262.53,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.510999, position (cm) = (3.77018,-149.268,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.0901834, position (cm) = (-45.5645,-252.622,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 0.0873024, position (cm) = (26.9419,-165.783,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 3.24279, position (cm) = (16.4822,-182.804,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 2.8272, position (cm) = (41.7391,-183.504,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 4.61344, position (cm) = (37.9949,-192.751,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 0.463444, position (cm) = (20.2944,-184.139,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 3.05823, position (cm) = (39.6124,-182.087,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 2.20598e-05, position (cm) = (26.454,-215.596,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 2.85683e-07, position (cm) = (3.34895,-148.994,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.0967323, position (cm) = (-2.30656,-115.616,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.0905031, position (cm) = (-4.70095,-139.163,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.239122, position (cm) = (-31.2773,-172.662,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 27.2618, position (cm) = (-6.68871,-168.123,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 1.18705, position (cm) = (-0.589956,-167.164,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 1.52219, position (cm) = (-0.236661,-168.66,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 2.02206, position (cm) = (1.46072,-159.995,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 37.1752, position (cm) = (-0.948673,-164.325,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.0808649, position (cm) = (24.3377,-173.979,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 97.4614, position (cm) = (-42.7286,-157.807,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 57.3367, position (cm) = (-54.9199,-189.008,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 57.9056, position (cm) = (-62.8887,-186.841,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 28.7381, position (cm) = (-52.4788,-188,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 28.7381, position (cm) = (-52.4788,-188,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 0.35919, position (cm) = (-33.0833,-164.107,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.563761, position (cm) = (-35.9683,-161.384,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 17.9815, position (cm) = (-21.6068,-142.73,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 0.0316608, position (cm) = (-21.9864,-211.591,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 12.6272, position (cm) = (-18.722,-196.879,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 12.6272, position (cm) = (-18.722,-196.879,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 0.00441687, position (cm) = (-31.2226,-158.68,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 6.1465, position (cm) = (-11.4771,-134.839,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 11.9019, position (cm) = (-9.60322,-158.037,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 11.7565, position (cm) = (-8.81914,-157.716,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 12.08, position (cm) = (-11.9314,-154.124,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.184903, position (cm) = (8.57968,-140.066,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 1.73409, position (cm) = (7.75672,-157.528,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.203945, position (cm) = (1.37755,-190.509,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 17.5206, position (cm) = (-20.8296,-148.094,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 4.2483, position (cm) = (-12.9202,-153.751,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 7.15291, position (cm) = (-24.7008,-128.899,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.0909609, position (cm) = (-9.51484,-169.463,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 1.40721, position (cm) = (-46.3366,-129.049,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 1.97238, position (cm) = (-36.2211,-120.181,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 8.1653, position (cm) = (-52.0706,-104.451,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.298154, position (cm) = (-57.6035,-112.201,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.860724, position (cm) = (-58.2015,-111.699,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 25.4384, position (cm) = (44.1199,-74.2642,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 42.4338, position (cm) = (44.2232,-75.1183,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.218997, position (cm) = (35.1916,-85.5533,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.185175, position (cm) = (32.6581,-77.207,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 42.391, position (cm) = (45.1669,-74.4472,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 42.391, position (cm) = (45.1669,-74.4472,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 7.74698, position (cm) = (28.5369,-85.1787,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 2.25043, position (cm) = (34.3741,-71.7238,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 96.1528, position (cm) = (-11.176,-125.426,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 96.0467, position (cm) = (-12.587,-127.971,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 96.8356, position (cm) = (-8.02507,-128.492,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 96.7787, position (cm) = (-7.78565,-132.794,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 96.7787, position (cm) = (-7.78565,-132.794,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 2.05058e-07, position (cm) = (-5.49318,-115.696,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 0.452018, position (cm) = (-4.138,-129.655,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.802169, position (cm) = (-13.7087,-123.645,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 96.9164, position (cm) = (-7.22464,-136.113,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 96.9206, position (cm) = (-6.82466,-132.34,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 96.9206, position (cm) = (-6.82466,-132.34,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 96.9206, position (cm) = (-6.82466,-132.34,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 42.0062, position (cm) = (-9.6124,-117.188,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 41.8528, position (cm) = (-9.09953,-117.588,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.105908, position (cm) = (-7.94697,-128.511,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.179286, position (cm) = (-7.39149,-128.653,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.580438, position (cm) = (-8.50013,-125.488,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.204756, position (cm) = (-18.5908,-104.118,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.0759153, position (cm) = (-4.90858,-131.346,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 5.12991, position (cm) = (-5.25826,-130.103,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.768776, position (cm) = (-13.022,-120.047,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.152622, position (cm) = (-1.05032,-107.935,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 1.63931, position (cm) = (-76.378,18.8119,200), weight = 0.0078125 - gamma, kinetic energy (MeV) = 0.338559, position (cm) = (-114.109,-1.61799,200), weight = 0.015625 - neutron, kinetic energy (MeV) = 48.3832, position (cm) = (-0.977587,37.7117,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 48.3832, position (cm) = (-0.977587,37.7117,200), weight = 0.0078125 - gamma, kinetic energy (MeV) = 0.356916, position (cm) = (-77.6698,104.925,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 1.27072, position (cm) = (-90.5071,108.339,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 2.22285, position (cm) = (-87.2571,108.467,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 45.1191, position (cm) = (-112.465,91.1477,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.164513, position (cm) = (-111.938,101.709,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.248746, position (cm) = (-111.538,94.2589,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 11.1365, position (cm) = (-114.245,91.0991,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 2.09944, position (cm) = (-127.476,77.3085,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.0907572, position (cm) = (-103.285,76.2272,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.352402, position (cm) = (-78.8828,63.3907,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.298967, position (cm) = (-104.225,85.51,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.623248, position (cm) = (-114.488,109.227,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 42.191, position (cm) = (-114.071,124.583,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 5.61567, position (cm) = (-108.886,110.327,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 5.39988, position (cm) = (-106.878,112.494,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 2.83964, position (cm) = (-128.58,128.292,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 5.79658, position (cm) = (-117.92,163.623,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 42.7095, position (cm) = (-113.024,120.217,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 1.37791, position (cm) = (74.2099,52.6425,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 54.2283, position (cm) = (78.8469,48.4001,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 0.588424, position (cm) = (71.2696,41.9565,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.745394, position (cm) = (53.1466,48.1651,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.141303, position (cm) = (82.4238,84.6085,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 58.6986, position (cm) = (77.2546,49.3895,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 58.2708, position (cm) = (74.8611,52.0657,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 58.4925, position (cm) = (77.0317,46.0121,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 58.4925, position (cm) = (77.0317,46.0121,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 8.97879e-07, position (cm) = (51.2113,64.2265,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.0633039, position (cm) = (43.9517,84.2873,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 50.678, position (cm) = (81.003,56.1178,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 50.9941, position (cm) = (78.9961,57.1642,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 50.9941, position (cm) = (78.9961,57.1642,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 2.36599, position (cm) = (72.4306,48.5884,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 2.33002, position (cm) = (55.7256,47.5037,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 0.00365669, position (cm) = (55.7226,59.8186,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 10.5847, position (cm) = (59.2416,99.0107,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 5.74977, position (cm) = (62.003,29.9536,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.0904771, position (cm) = (66.5233,50.3688,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 4.48558, position (cm) = (61.0005,84.5512,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.179821, position (cm) = (52.0333,69.8031,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.0424007, position (cm) = (50.4206,83.7798,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 0.104697, position (cm) = (56.7164,97.0833,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 4.96594, position (cm) = (52.6226,99.6849,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 6.0501, position (cm) = (63.1362,37.2618,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.255241, position (cm) = (-17.6139,-65.7319,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 36.656, position (cm) = (15.7863,-27.1826,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 39.8616, position (cm) = (15.3231,-31.2191,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 38.9734, position (cm) = (7.29526,-26.3508,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 18.6709, position (cm) = (37.1932,-36.5612,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.334129, position (cm) = (92.9349,-82.1893,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 5.91947, position (cm) = (94.5854,-80.0411,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.413588, position (cm) = (7.29836,-127.099,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 4.26462, position (cm) = (5.7925,-123.427,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 1.90375, position (cm) = (21.5522,-120.31,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 2.96906, position (cm) = (31.9107,-118.484,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 0.279262, position (cm) = (17.9476,-103.23,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 3.06361, position (cm) = (-44.3561,-119.954,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 5.81636, position (cm) = (-21.9524,-147.197,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 44.0642, position (cm) = (-54.6684,-159.048,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 0.00808006, position (cm) = (-53.1101,-120.783,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 5.21908, position (cm) = (-43.1381,-146.651,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 2.2562, position (cm) = (-26.0155,-118.275,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 3.31021, position (cm) = (-31.9193,-124.426,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 0.00502338, position (cm) = (-53.0748,-138.838,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 3.45289, position (cm) = (-46.4487,-167.789,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 3.775, position (cm) = (-47.277,-165.356,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.510999, position (cm) = (-70.2219,-143.535,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.117932, position (cm) = (-73.9265,-140.098,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 3.25942, position (cm) = (-56.5406,-149.33,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.37096, position (cm) = (-61.9395,-180.245,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 1.74573, position (cm) = (-67.2293,-172.073,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 41.9354, position (cm) = (-80.12,-188.646,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.0690652, position (cm) = (-86.052,-199.284,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.324377, position (cm) = (-65.2373,-200.813,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.243405, position (cm) = (-77.7773,-201.416,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.701976, position (cm) = (-74.1219,-200.549,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.720643, position (cm) = (-74.0151,-146.634,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 4.39997e-06, position (cm) = (-56.7931,-170.319,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.217495, position (cm) = (-67.5677,-164.517,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.0811538, position (cm) = (-66.3157,-165.125,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 0.0905354, position (cm) = (-66.7742,-132.258,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 2.46784, position (cm) = (-69.2518,-153.977,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 0.0400426, position (cm) = (-43.1859,-158.45,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 2.3664, position (cm) = (-60.1244,-175.743,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 2.92745, position (cm) = (-22.1322,-127.235,200), weight = 0.03125 - neutron, kinetic energy (MeV) = 0.664603, position (cm) = (-62.6453,-23.8361,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 22.0039, position (cm) = (-28.9209,-3.53431,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 22.0039, position (cm) = (-28.9209,-3.53431,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 21.8952, position (cm) = (-29.2937,-2.98118,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 2.94373, position (cm) = (-43.1632,-6.34266,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 22.2268, position (cm) = (-38.8008,1.32095,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 22.7175, position (cm) = (-35.1749,-7.19114,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 7.18471, position (cm) = (-22.2942,-11.1516,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.32572, position (cm) = (-35.5371,-4.85009,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.0823403, position (cm) = (-44.3953,-9.00276,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 1.91348, position (cm) = (-42.6232,-11.3231,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 19.317, position (cm) = (-34.3832,-19.9895,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 22.5182, position (cm) = (-40.4997,-11.3798,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 22.746, position (cm) = (-34.6831,-32.7988,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.252021, position (cm) = (-38.6609,-30.5697,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 0.000344605, position (cm) = (-30.1231,-53.7213,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 2.74794, position (cm) = (-68.4944,-29.7293,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 6.8073e-06, position (cm) = (-78.1349,-24.3747,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.286609, position (cm) = (-64.4499,-38.9981,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.507527, position (cm) = (-55.8383,-41.679,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 2.97369, position (cm) = (-73.8809,-50.832,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 21.4986, position (cm) = (-67.3657,-33.4582,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 21.4986, position (cm) = (-67.3657,-33.4582,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.161056, position (cm) = (-72.8205,-32.2526,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.199801, position (cm) = (-76.9498,-21.6807,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 3.00827e-08, position (cm) = (-74.8898,-21.4407,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 0.331879, position (cm) = (-64.9774,-24.6473,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 1.11351, position (cm) = (-64.2271,-27.0872,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.0824105, position (cm) = (-67.7536,-16.1826,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.339151, position (cm) = (-73.9404,-13.1622,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.000137935, position (cm) = (-74.218,-12.3755,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.142918, position (cm) = (-56.069,-38.3085,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 0.487958, position (cm) = (-53.9249,-33.4303,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 0.106349, position (cm) = (-56.2132,-34.0376,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 0.000225204, position (cm) = (-37.2189,-37.4196,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 30.7725, position (cm) = (-50.2308,-51.1483,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 30.3866, position (cm) = (-51.4757,-37.7229,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.206934, position (cm) = (-56.3383,-42.7853,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.719272, position (cm) = (-56.9269,-40.1686,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 1.68244, position (cm) = (-53.2498,-39.9739,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 11.3165, position (cm) = (-54.4779,-42.4472,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 8.03634, position (cm) = (-52.0067,-47.4977,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 0.258098, position (cm) = (-69.2999,-33.2153,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 6.26569, position (cm) = (-46.7087,-35.4341,200), weight = 5.96046e-08 - gamma, kinetic energy (MeV) = 0.652043, position (cm) = (-50.658,-19.1286,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 5.8946, position (cm) = (-42.0308,-19.3248,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 11.451, position (cm) = (-110.789,14.7377,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.122041, position (cm) = (-106.929,19.8717,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 7.69399, position (cm) = (-109.478,17.105,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 27.254, position (cm) = (-107.046,-5.91465,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 25.836, position (cm) = (-101.697,-0.0625344,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 0.0175942, position (cm) = (-132.493,-13.6073,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 1.87623, position (cm) = (-128.548,-19.1622,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 3.84527, position (cm) = (-113.612,6.99,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.566815, position (cm) = (-113.699,0.788458,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 10.6338, position (cm) = (-96.2075,-19.0667,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 3.89147, position (cm) = (-97.3349,-19.8427,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 9.19862, position (cm) = (-105.351,-16.8655,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 2.0586, position (cm) = (-104.913,-21.3787,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 3.30085, position (cm) = (-105.663,-17.0253,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 28.5766, position (cm) = (-108.623,10.0795,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 1.59788, position (cm) = (-85.8298,-11.9096,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.655162, position (cm) = (-106.467,4.22217,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 2.85363, position (cm) = (-88.9746,-6.20436,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.933804, position (cm) = (-66.8955,31.5817,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 4.97409, position (cm) = (-66.1049,7.82586,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.103127, position (cm) = (-61.6304,32.2758,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 8.62269, position (cm) = (-59.7804,24.4092,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 1.36713, position (cm) = (-63.9628,18.3888,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.0680832, position (cm) = (-67.2211,18.5012,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.15984, position (cm) = (-54.2426,29.7019,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 1.7171, position (cm) = (-54.4885,17.5316,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 0.17981, position (cm) = (-60.6337,32.4937,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 0.12796, position (cm) = (-59.0735,25.0813,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 28.1245, position (cm) = (-58.5502,33.9007,200), weight = 1.49012e-08 - neutron, kinetic energy (MeV) = 28.1245, position (cm) = (-58.5502,33.9007,200), weight = 7.45058e-09 - neutron, kinetic energy (MeV) = 28.1245, position (cm) = (-58.5502,33.9007,200), weight = 7.45058e-09 - neutron, kinetic energy (MeV) = 27.9668, position (cm) = (-58.0163,33.5127,200), weight = 2.98023e-08 - neutron, kinetic energy (MeV) = 3.1105, position (cm) = (-57.4617,8.19759,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 0.62038, position (cm) = (-57.8172,9.35898,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 27.6723, position (cm) = (-65.6455,20.344,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 27.6723, position (cm) = (-65.6455,20.344,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 2.89833e-05, position (cm) = (-62.0555,-7.31216,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 0.726259, position (cm) = (-42.6708,2.1231,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 14.9627, position (cm) = (-38.0368,-17.1271,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.107539, position (cm) = (-22.5764,-52.5391,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.963977, position (cm) = (41.4026,1.85587,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 1.15137e-05, position (cm) = (22.85,-23.9275,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 1.45708, position (cm) = (35.4108,-45.9472,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.963529, position (cm) = (37.3504,-31.8194,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 37.6995, position (cm) = (23.6928,5.60952,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.116045, position (cm) = (21.8002,-27.9953,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 36.86, position (cm) = (61.4017,-41.9734,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.119607, position (cm) = (44.7291,-40.1079,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 36.86, position (cm) = (61.4017,-41.9734,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 36.86, position (cm) = (61.4017,-41.9734,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 1.27179e-05, position (cm) = (13.9723,-51.649,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.0991427, position (cm) = (24.0482,-53.8336,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 5.38416, position (cm) = (127.986,-143.58,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 53.3763, position (cm) = (32.5116,-198.629,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 53.7082, position (cm) = (45.2707,-185.208,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 53.7082, position (cm) = (45.2707,-185.208,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 53.7082, position (cm) = (45.2707,-185.208,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 0.0854355, position (cm) = (92.335,-149.672,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 1.98202, position (cm) = (90.6685,-109.196,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 1.56553, position (cm) = (74.7469,-156.037,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 2.87822, position (cm) = (71.7423,-156.503,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 21.5314, position (cm) = (69.1696,-157.989,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 0.996402, position (cm) = (15.2053,-37.5429,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 2.45898, position (cm) = (-2.45347,-24.6261,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 0.138737, position (cm) = (0.290365,-32.8769,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.122697, position (cm) = (-3.4072,-20.41,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 8.97949e-05, position (cm) = (-6.93759,-10.6074,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.367562, position (cm) = (17.7001,-36.3024,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 28.7556, position (cm) = (10.0023,-38.9382,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 28.7556, position (cm) = (10.0023,-38.9382,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 28.3536, position (cm) = (4.01805,-36.1926,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 28.3536, position (cm) = (4.01805,-36.1926,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 29.7408, position (cm) = (19.2272,-38.0134,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 4.43493, position (cm) = (47.9029,-28.6113,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 4.03516, position (cm) = (65.5877,-154.634,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.161938, position (cm) = (53.5892,-46.1958,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.899525, position (cm) = (48.7082,-92.0547,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 26.2576, position (cm) = (31.1023,-63.3593,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 26.2576, position (cm) = (31.1023,-63.3593,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.122926, position (cm) = (17.3745,-70.9836,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 2.08901, position (cm) = (41.1903,-71.3167,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 3.94695, position (cm) = (34.4163,-90.0365,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 0.0307885, position (cm) = (36.9059,-87.5556,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 5.92549, position (cm) = (36.6087,-95.9793,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.774411, position (cm) = (34.5332,-90.6215,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 1.7945, position (cm) = (33.3975,-93.0814,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 3.632, position (cm) = (39.4996,-82.6029,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 3.90563, position (cm) = (39.1248,-83.6188,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 10.3174, position (cm) = (32.8244,-92.0499,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 10.3174, position (cm) = (32.8244,-92.0499,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 36.9523, position (cm) = (58.7705,-77.0332,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 66.0533, position (cm) = (1.0564,-55.5298,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 26.8448, position (cm) = (-11.6928,-114.584,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 26.8448, position (cm) = (-11.6928,-114.584,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 7.63188, position (cm) = (-20.7287,-104.33,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 7.63188, position (cm) = (-20.7287,-104.33,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 26.3157, position (cm) = (-12.118,-102.564,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.154321, position (cm) = (-21.3376,-86.9968,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 10.1605, position (cm) = (-21.6617,-87.9395,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 11.8536, position (cm) = (-21.4833,-87.8718,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 24.7568, position (cm) = (-21.9962,-87.6328,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.100104, position (cm) = (-4.44859,-122.991,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.115887, position (cm) = (22.4281,-107.506,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 25.4834, position (cm) = (4.32601,-124.686,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 25.6969, position (cm) = (5.38616,-122.074,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 25.6969, position (cm) = (5.38616,-122.074,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 26.4599, position (cm) = (-9.93834,-123.206,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 1.81057, position (cm) = (-14.3133,-130.156,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 0.000740952, position (cm) = (-15.1288,-136.397,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 45.882, position (cm) = (-7.91338,-143.96,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 1.55715, position (cm) = (-25.396,-130.549,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.335083, position (cm) = (-12.3565,-141.289,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.61369, position (cm) = (-10.6485,-120.537,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.223052, position (cm) = (-14.2112,-121.121,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 2.38862, position (cm) = (-15.2299,-127.823,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.152176, position (cm) = (-1.59081,-131.141,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 27.6151, position (cm) = (-9.02758,-118.071,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 98.1348, position (cm) = (-9.39033,-124.94,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 7.62738, position (cm) = (-13.3269,-117.587,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 97.8262, position (cm) = (-13.1396,-123.336,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.060204, position (cm) = (-11.5489,-121.477,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 3.8004, position (cm) = (-9.19049,-115.304,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 7.09498, position (cm) = (-10.2268,-119.501,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 97.7951, position (cm) = (-8.97743,-122.391,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 65.1628, position (cm) = (-5.31611,1.7728,200), weight = 0.015625 - gamma, kinetic energy (MeV) = 4.91399, position (cm) = (-0.435412,8.16241,200), weight = 0.015625 - gamma, kinetic energy (MeV) = 0.482713, position (cm) = (-26.0215,-10.002,200), weight = 1.52588e-05 - e-, kinetic energy (MeV) = 1.29321, position (cm) = (-27.228,-9.55116,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 19.0937, position (cm) = (11.0767,-48.3316,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 19.2516, position (cm) = (11.0362,-48.4031,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 12.2528, position (cm) = (74.0941,-31.1191,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 19.2516, position (cm) = (11.0362,-48.4031,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 0.191382, position (cm) = (-1.19682,-26.9547,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 2.89842, position (cm) = (11.7533,-38.4699,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 19.2516, position (cm) = (11.0362,-48.4031,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 1.18831, position (cm) = (-6.85696,-5.66807,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.000840525, position (cm) = (-47.4076,-60.4751,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 12.7166, position (cm) = (-14.642,-45.0637,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 12.7166, position (cm) = (-14.642,-45.0637,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 10.0546, position (cm) = (-5.17144,-40.1022,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 10.0546, position (cm) = (-5.17144,-40.1022,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 19.6215, position (cm) = (-8.60026,-51.3779,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.0600693, position (cm) = (6.81714,-24.1288,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 19.7077, position (cm) = (-8.50724,-16.808,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.0992893, position (cm) = (-14.8025,-11.4545,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 1.48751, position (cm) = (-16.063,-10.1231,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 21.1043, position (cm) = (-8.49335,-13.0508,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 36.8079, position (cm) = (-27.5037,-52.4034,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 36.7644, position (cm) = (-27.2028,-52.8209,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 23.9852, position (cm) = (-30.8455,-49.3376,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 23.9852, position (cm) = (-30.8455,-49.3376,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 76.8571, position (cm) = (-19.9273,-65.6448,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 9.2733, position (cm) = (-26.9075,-71.9657,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.123609, position (cm) = (-27.7738,-58.1918,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.233536, position (cm) = (-11.6569,-54.4113,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 26.6817, position (cm) = (-16.6873,-56.0827,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 43.6708, position (cm) = (-87.8121,-143.439,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 0.541904, position (cm) = (-81.4591,-144.138,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 1.04964, position (cm) = (-79.5844,-144.944,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.206917, position (cm) = (-0.910949,-51.4204,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 5.29163, position (cm) = (-26.4548,-68.7819,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 75.2817, position (cm) = (-36.728,-73.2769,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 3.46656, position (cm) = (-41.0978,-65.3443,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 4.98169, position (cm) = (-34.0895,-55.4811,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 45.9206, position (cm) = (-33.6335,-65.6796,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 45.9206, position (cm) = (-33.6335,-65.6796,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.0575461, position (cm) = (-17.2106,-51.2618,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.085401, position (cm) = (-37.291,-51.2338,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 1.33755, position (cm) = (-22.5134,-18.3391,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 4.2118, position (cm) = (-15.6382,-70.727,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 0.0281612, position (cm) = (-19.0007,-54.834,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 0.888227, position (cm) = (-6.62995,-76.7068,200), weight = 6.10352e-05 - e-, kinetic energy (MeV) = 0.578424, position (cm) = (-16.141,-74.361,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 76.9809, position (cm) = (-28.3603,-70.1775,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 44.298, position (cm) = (-42.8504,-49.8012,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.373907, position (cm) = (-28.3161,-26.8747,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 22.4514, position (cm) = (-25.2314,-43.2939,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 6.72282, position (cm) = (-26.7723,-40.6896,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 22.4514, position (cm) = (-25.2314,-43.2939,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 22.4514, position (cm) = (-25.2314,-43.2939,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 21.8216, position (cm) = (-25.2365,-43.3051,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.00717695, position (cm) = (-39.6319,-34.6931,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.261451, position (cm) = (-30.7187,-19.4223,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 22.594, position (cm) = (-43.3261,-38.4679,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 22.594, position (cm) = (-43.3261,-38.4679,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 22.3634, position (cm) = (-43.0379,-39.6066,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 0.557557, position (cm) = (-38.4481,-37.0576,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 0.0315764, position (cm) = (-47.2722,-25.0118,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 0.068351, position (cm) = (-40.1901,-39.6218,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 1.06132, position (cm) = (-18.849,3.34626,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 76.914, position (cm) = (-33.2366,-68.9446,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 96.4543, position (cm) = (78.0348,-6.53885,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 96.4543, position (cm) = (78.0348,-6.53885,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 1.26182, position (cm) = (71.412,-18.1103,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 64.3403, position (cm) = (74.0076,-11.5291,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 64.285, position (cm) = (74.1068,-11.3457,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 64.285, position (cm) = (74.1068,-11.3457,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 96.8983, position (cm) = (81.1351,-7.45352,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 3.01937, position (cm) = (73.5862,0.933791,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 92.1437, position (cm) = (82.1396,-6.01771,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.346206, position (cm) = (55.921,-13.3408,200), weight = 0.000488281 - e-, kinetic energy (MeV) = 5.09055, position (cm) = (58.2468,8.9196,200), weight = 0.000488281 - e-, kinetic energy (MeV) = 3.73439, position (cm) = (57.9129,9.13884,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 71.7122, position (cm) = (79.8573,-12.7446,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 97.049, position (cm) = (104.368,24.2395,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 97.049, position (cm) = (104.368,24.2395,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 74.6604, position (cm) = (-0.940362,-43.0618,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 70.9965, position (cm) = (-21.2691,-0.757219,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.643465, position (cm) = (-49.2138,5.35687,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 71.6425, position (cm) = (-15.7726,2.8026,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 71.6425, position (cm) = (-15.7726,2.8026,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.799415, position (cm) = (35.0356,4.0736,200), weight = 0.015625 - gamma, kinetic energy (MeV) = 8.38013, position (cm) = (7.4951,24.6575,200), weight = 0.015625 - neutron, kinetic energy (MeV) = 4.28593, position (cm) = (-13.0139,3.41183,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 9.4536, position (cm) = (20.7582,39.8059,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 9.58374, position (cm) = (18.7988,38.6897,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 9.58374, position (cm) = (18.7988,38.6897,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 0.508055, position (cm) = (42.8558,16.4043,200), weight = 0.015625 - neutron, kinetic energy (MeV) = 1.73056, position (cm) = (41.6271,16.7042,200), weight = 0.015625 - gamma, kinetic energy (MeV) = 0.128725, position (cm) = (51.0002,10.6079,200), weight = 0.015625 - gamma, kinetic energy (MeV) = 2.66499, position (cm) = (53.5922,11.8098,200), weight = 0.015625 - gamma, kinetic energy (MeV) = 3.5356, position (cm) = (54.8567,13.1311,200), weight = 0.015625 - gamma, kinetic energy (MeV) = 0.460525, position (cm) = (74.4367,14.1856,200), weight = 0.015625 - neutron, kinetic energy (MeV) = 49.0378, position (cm) = (19.7046,19.6811,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 48.7357, position (cm) = (20.0157,18.4598,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 48.0824, position (cm) = (20.0809,19.5457,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.194814, position (cm) = (1.21935,48.1385,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.510999, position (cm) = (13.801,29.1995,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 48.5206, position (cm) = (21.4611,14.2385,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 1.0838e-06, position (cm) = (-28.3143,-27.0892,200), weight = 0.0625 - gamma, kinetic energy (MeV) = 0.0810435, position (cm) = (-34.8511,-26.5731,200), weight = 0.015625 - neutron, kinetic energy (MeV) = 36.9817, position (cm) = (-37.6854,-2.14356,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 36.9817, position (cm) = (-37.6854,-2.14356,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 36.7925, position (cm) = (-37.9172,-2.07528,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 38.1017, position (cm) = (-38.5381,-3.93302,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 8.2934, position (cm) = (-30.9455,-9.1177,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 3.78737, position (cm) = (-26.8216,-8.77203,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 8.10954, position (cm) = (-29.7303,-7.40575,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 8.10954, position (cm) = (-29.7303,-7.40575,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 49.0023, position (cm) = (-29.7985,6.03767,200), weight = 0.015625 - neutron, kinetic energy (MeV) = 98.4172, position (cm) = (-54.1279,-19.8253,200), weight = 0.015625 - neutron, kinetic energy (MeV) = 2.15593, position (cm) = (-34.18,-78.9716,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 2.81194, position (cm) = (-40.2823,-83.3897,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 29.8569, position (cm) = (-44.1461,-73.8923,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 29.2274, position (cm) = (-44.8294,-72.9628,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 25.5894, position (cm) = (-44.5711,-77.2125,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 2.29992, position (cm) = (-80.5513,-6.5238,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.137525, position (cm) = (-42.8313,-53.1728,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 40.6643, position (cm) = (-62.3002,-38.8525,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 40.6643, position (cm) = (-62.3002,-38.8525,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 4.43087e-06, position (cm) = (-41.0272,10.7188,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.0949965, position (cm) = (-61.6866,-19.2054,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.814065, position (cm) = (-79.7648,-54.45,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 0.07732, position (cm) = (-71.0448,-27.4042,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 9.33198e-06, position (cm) = (-65.6115,-23.6457,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 1.35047, position (cm) = (-73.3457,-25.8037,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 6.57893e-06, position (cm) = (18.73,-95.2456,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.131078, position (cm) = (2.66885,-103.177,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.292416, position (cm) = (17.5548,-133.781,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.45421, position (cm) = (92.7297,-78.8781,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 0.533723, position (cm) = (57.6732,-90.9658,200), weight = 2.98023e-08 - gamma, kinetic energy (MeV) = 1.22096, position (cm) = (59.725,-89.3229,200), weight = 2.98023e-08 - neutron, kinetic energy (MeV) = 8.89531, position (cm) = (54.7825,-94.4935,200), weight = 2.98023e-08 - gamma, kinetic energy (MeV) = 0.142716, position (cm) = (59.4042,-86.851,200), weight = 2.98023e-08 - gamma, kinetic energy (MeV) = 6.00468, position (cm) = (65.4014,-94.8391,200), weight = 2.98023e-08 - neutron, kinetic energy (MeV) = 8.89531, position (cm) = (54.7825,-94.4935,200), weight = 1.49012e-08 - neutron, kinetic energy (MeV) = 8.89531, position (cm) = (54.7825,-94.4935,200), weight = 1.49012e-08 - neutron, kinetic energy (MeV) = 0.0130182, position (cm) = (19.1344,-67.9074,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 0.0790938, position (cm) = (101.398,-64.6017,200), weight = 1.49012e-08 - neutron, kinetic energy (MeV) = 4.86609, position (cm) = (117.661,-78.5059,200), weight = 1.86265e-09 - neutron, kinetic energy (MeV) = 4.86609, position (cm) = (117.661,-78.5059,200), weight = 1.86265e-09 - neutron, kinetic energy (MeV) = 4.86609, position (cm) = (117.661,-78.5059,200), weight = 3.72529e-09 - gamma, kinetic energy (MeV) = 0.14129, position (cm) = (118.284,-66.691,200), weight = 1.49012e-08 - neutron, kinetic energy (MeV) = 26.1803, position (cm) = (82.56,-146.926,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 26.1884, position (cm) = (83.147,-146.899,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 0.146622, position (cm) = (115.548,-149.305,200), weight = 7.45058e-09 - e-, kinetic energy (MeV) = 3.96702, position (cm) = (115.286,-150.892,200), weight = 7.45058e-09 - gamma, kinetic energy (MeV) = 0.37933, position (cm) = (115.272,-150.886,200), weight = 7.45058e-09 - neutron, kinetic energy (MeV) = 2.21803, position (cm) = (92.2772,-148.804,200), weight = 4.65661e-10 - neutron, kinetic energy (MeV) = 16.5609, position (cm) = (110.153,-157.993,200), weight = 5.82077e-11 - neutron, kinetic energy (MeV) = 16.5609, position (cm) = (110.153,-157.993,200), weight = 5.82077e-11 - gamma, kinetic energy (MeV) = 1.49621, position (cm) = (108.366,-160.149,200), weight = 1.16415e-10 - e-, kinetic energy (MeV) = 2.28808, position (cm) = (109.225,-160.08,200), weight = 1.16415e-10 - neutron, kinetic energy (MeV) = 9.41909, position (cm) = (112.701,-155.941,200), weight = 1.16415e-10 - neutron, kinetic energy (MeV) = 16.5609, position (cm) = (110.153,-157.993,200), weight = 2.32831e-10 - neutron, kinetic energy (MeV) = 0.0883481, position (cm) = (115.173,-157.968,200), weight = 9.31323e-10 - neutron, kinetic energy (MeV) = 1.77687e-05, position (cm) = (111.024,-151.303,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 0.337316, position (cm) = (113.711,-141.416,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 0.000804866, position (cm) = (6.31896,-45.4093,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 34.682, position (cm) = (23.8663,-32.8265,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 1.79521e-07, position (cm) = (29.3586,-19.5055,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.0859541, position (cm) = (20.1767,-19.2772,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.121844, position (cm) = (25.9612,-26.8428,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.510999, position (cm) = (31.0178,-24.2023,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 2.61876, position (cm) = (23.9059,-38.1843,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 7.37076, position (cm) = (27.7204,-31.3433,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 1.67462e-05, position (cm) = (32.4321,-35.7429,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 35.3236, position (cm) = (21.2507,-27.2661,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 35.3236, position (cm) = (21.2507,-27.2661,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 35.3236, position (cm) = (21.2507,-27.2661,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 6.11276, position (cm) = (9.67221,-38.1015,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.172153, position (cm) = (19.1099,-27.072,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.40133, position (cm) = (18.8346,-24.4406,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 0.971607, position (cm) = (28.9139,-30.1401,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 5.12385, position (cm) = (17.9575,-28.6557,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 34.312, position (cm) = (20.6391,-26.5169,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 35.3236, position (cm) = (21.2507,-27.2661,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 35.3236, position (cm) = (21.2507,-27.2661,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.510999, position (cm) = (7.31948,-32.7271,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.143152, position (cm) = (6.18074,-25.2673,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 35.3236, position (cm) = (21.2507,-27.2661,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 0.00192628, position (cm) = (26.1366,-23.2049,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.135789, position (cm) = (-3.07081,1.88301,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.210002, position (cm) = (-14.4323,-18.6321,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 2.07452, position (cm) = (11.0582,-48.5847,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 8.23968, position (cm) = (-66.4921,-3.60068,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 8.15216, position (cm) = (-73.6379,0.34168,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 1.77872, position (cm) = (-75.7927,5.49644,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 55.2567, position (cm) = (-54.9657,-5.52328,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 97.5873, position (cm) = (-0.618447,-72.1011,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 97.4394, position (cm) = (4.42178,-71.5775,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 6.05821, position (cm) = (-27.614,-8.74678,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 6.87994, position (cm) = (-27.3763,-82.5743,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 6.75749, position (cm) = (-32.1874,-78.6722,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.63793, position (cm) = (-16.0823,-91.4993,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.279189, position (cm) = (-14.408,-52.7444,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.832889, position (cm) = (-23.3717,-78.6624,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 1.77084, position (cm) = (-18.7656,-73.5514,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 0.0495636, position (cm) = (-38.8495,-84.9746,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 4.60588, position (cm) = (-29.2309,-90.9351,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 38.9977, position (cm) = (-32.9015,-93.3327,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.216674, position (cm) = (-34.1077,-86.0566,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 19.5357, position (cm) = (-32.8386,-93.9433,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 1.78996, position (cm) = (-15.7247,-101.49,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.204149, position (cm) = (-23.8614,-93.4246,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 1.77652, position (cm) = (-21.4167,-90.8922,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 8.40484, position (cm) = (-29.7142,-113.808,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 96.9533, position (cm) = (-8.84996,-52.0841,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 97.2143, position (cm) = (-5.82724,-53.3552,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 6.41306, position (cm) = (-28.4543,-15.9598,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 43.0097, position (cm) = (2.89105,-42.8227,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.125295, position (cm) = (-15.1383,-55.1854,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 2.78283, position (cm) = (-25.7318,-48.7222,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 1.97718, position (cm) = (-19.2038,-50.6058,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 7.05663, position (cm) = (-18.6611,-46.5366,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.169757, position (cm) = (-51.1733,-118.924,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 28.7352, position (cm) = (-50.4312,-115.011,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 0.696721, position (cm) = (-58.9318,-98.0873,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 6.45142, position (cm) = (-56.29,-96.61,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.542798, position (cm) = (-47.9825,-56.5881,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 4.68012, position (cm) = (-48.5283,-56.5933,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 36.1726, position (cm) = (-47.5205,-52.2521,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.386624, position (cm) = (-32.4736,-100.309,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 0.891763, position (cm) = (-39.5777,-97.118,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 2.09188, position (cm) = (-39.6758,-99.8671,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 2.55518, position (cm) = (-40.5481,-99.0003,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 1.57521, position (cm) = (-66.7193,-103.412,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 18.1042, position (cm) = (-83.6328,11.103,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 57.7172, position (cm) = (-81.0118,-10.0194,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 5.50754, position (cm) = (-79.5477,-11.6353,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 49.9538, position (cm) = (-79.968,-12.5759,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 57.4401, position (cm) = (-77.5172,-7.44608,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 57.4401, position (cm) = (-77.5172,-7.44608,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 56.7407, position (cm) = (-76.4407,-10.7404,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 57.2212, position (cm) = (-76.718,-11.1198,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.23557, position (cm) = (-114.55,-10.2206,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 56.8023, position (cm) = (-80.1305,0.0533181,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 57.6208, position (cm) = (-79.5451,-1.37071,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 57.6208, position (cm) = (-79.5451,-1.37071,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 29.6882, position (cm) = (-78.5522,-4.17779,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 29.6882, position (cm) = (-78.5522,-4.17779,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 3.72945, position (cm) = (-84.1258,-29.4294,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.541502, position (cm) = (-63.6095,-13.3676,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 0.223993, position (cm) = (-13.966,-54.8276,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.111237, position (cm) = (-13.8493,-24.385,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 1.48565e-06, position (cm) = (-22.7814,-22.2501,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 56.6807, position (cm) = (-24.3089,0.560773,200), weight = 0.015625 - neutron, kinetic energy (MeV) = 56.7455, position (cm) = (-24.3822,0.401285,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 56.7455, position (cm) = (-24.3822,0.401285,200), weight = 0.0078125 - gamma, kinetic energy (MeV) = 0.558625, position (cm) = (14.1523,47.9763,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 70.5715, position (cm) = (17.3168,48.6667,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 99.1251, position (cm) = (18.7363,44.4479,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 38.159, position (cm) = (28.0362,42.724,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 1.08748e-06, position (cm) = (28.4572,59.9386,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 41.2581, position (cm) = (49.9812,43.1505,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 0.0983976, position (cm) = (44.1183,41.9097,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 0.000190539, position (cm) = (48.2434,50.7333,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 9.67019, position (cm) = (-5.68138,-4.17827,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 7.01513, position (cm) = (-66.4561,-110.581,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.079368, position (cm) = (-51.3723,-121.48,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 1.58224, position (cm) = (-62.2237,-80.2334,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 68.6503, position (cm) = (5.33272,48.9288,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 68.6503, position (cm) = (5.33272,48.9288,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.111178, position (cm) = (19.6036,12.3396,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 31.7213, position (cm) = (-21.2456,2.86031,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 31.7213, position (cm) = (-21.2456,2.86031,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 32.6029, position (cm) = (-20.7271,3.72945,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.137491, position (cm) = (-24.2816,-3.22729,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 1.69182, position (cm) = (-16.2738,15.579,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.362264, position (cm) = (-4.62992,14.3354,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 32.6029, position (cm) = (-20.7271,3.72945,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.146602, position (cm) = (12.4371,13.8102,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.127763, position (cm) = (12.3168,5.64116,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 5.94312, position (cm) = (18.2235,13.5008,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.473701, position (cm) = (37.0324,16.6167,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 6.81281, position (cm) = (17.9527,17.7185,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.104072, position (cm) = (17.2963,16.7522,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.822546, position (cm) = (18.0895,17.4836,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 1.05505, position (cm) = (28.8741,17.4655,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 4.36406, position (cm) = (17.9127,17.6758,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 1.90552, position (cm) = (23.1124,10.8053,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 9.93863, position (cm) = (17.368,9.42155,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 4.34752, position (cm) = (-106.447,-45.1395,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.0911333, position (cm) = (-67.3798,40.796,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 0.31858, position (cm) = (-70.6412,42.1218,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 0.0164223, position (cm) = (-84.6786,46.6195,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 56.6101, position (cm) = (-92.3809,-1.10809,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 25.2602, position (cm) = (-93.9698,-2.67355,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.510999, position (cm) = (-84.868,20.5544,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.205664, position (cm) = (-86.9822,20.0266,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 8.87865, position (cm) = (-83.9607,13.0245,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 3.88169, position (cm) = (-152.608,75.2359,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.146034, position (cm) = (-41.6868,-46.2243,200), weight = 0.0625 - neutron, kinetic energy (MeV) = 86.5702, position (cm) = (-32.254,-51.0272,200), weight = 0.03125 - gamma, kinetic energy (MeV) = 0.194593, position (cm) = (-26.3334,-69.201,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.283776, position (cm) = (-24.8136,-69.8301,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 1.42703, position (cm) = (-23.3532,-70.4558,200), weight = 0.00195312 - e-, kinetic energy (MeV) = 2.0583, position (cm) = (-25.5293,-66.1056,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 12.5668, position (cm) = (-24.1072,-73.1709,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 54.8157, position (cm) = (-25.4701,-69.2896,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 53.993, position (cm) = (-29.4056,-61.8346,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 54.2654, position (cm) = (-27.1568,-65.9423,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 45.6817, position (cm) = (-66.7888,-85.975,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 1.20709, position (cm) = (-69.4232,-82.7316,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 18.7903, position (cm) = (-65.555,-79.7236,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 6.29709, position (cm) = (-26.3107,-63.639,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 2.51601, position (cm) = (-35.5831,-26.5019,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 7.7281, position (cm) = (-22.571,-41.4079,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 99.1026, position (cm) = (-35.9565,-42.004,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 98.115, position (cm) = (-30.2599,-59.7912,200), weight = 0.0078125 - gamma, kinetic energy (MeV) = 0.617256, position (cm) = (-35.4923,-92.8214,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 81.5024, position (cm) = (-33.7321,100.894,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 81.4275, position (cm) = (-33.5855,100.981,200), weight = 0.0078125 - gamma, kinetic energy (MeV) = 4.57848, position (cm) = (2.59668,24.0262,200), weight = 0.015625 - neutron, kinetic energy (MeV) = 1.69702, position (cm) = (-10.9561,25.8189,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 0.0182863, position (cm) = (-25.6071,28.0949,200), weight = 0.0078125 - gamma, kinetic energy (MeV) = 0.0807061, position (cm) = (-26.2744,23.7485,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 12.117, position (cm) = (-12.2126,21.0836,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 12.117, position (cm) = (-12.2126,21.0836,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 3.20804e-07, position (cm) = (-28.4573,42.9386,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.769021, position (cm) = (-21.6699,43.3462,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 12.1826, position (cm) = (-16.4529,21.5314,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 2.38287, position (cm) = (-11.9853,63.5424,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 0.518528, position (cm) = (2.47578,55.4569,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.108331, position (cm) = (-22.219,-22.3932,200), weight = 0.03125 - gamma, kinetic energy (MeV) = 0.238273, position (cm) = (-31.7934,-46.3891,200), weight = 0.03125 - gamma, kinetic energy (MeV) = 0.703452, position (cm) = (-13.1488,-28.5432,200), weight = 0.03125 - gamma, kinetic energy (MeV) = 0.95755, position (cm) = (-15.141,-28.303,200), weight = 0.03125 - neutron, kinetic energy (MeV) = 6.65602, position (cm) = (-13.8943,-27.7922,200), weight = 0.03125 - neutron, kinetic energy (MeV) = 21.4013, position (cm) = (-23.15,-28.9208,200), weight = 0.015625 - neutron, kinetic energy (MeV) = 4.25703, position (cm) = (-27.9807,-28.4861,200), weight = 0.015625 - gamma, kinetic energy (MeV) = 0.768942, position (cm) = (-27.3877,-11.9633,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 1.92937, position (cm) = (-18.4448,-11.2208,200), weight = 0.0078125 - gamma, kinetic energy (MeV) = 0.0628189, position (cm) = (-22.9718,-12.2376,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 0.403199, position (cm) = (-29.4156,-14.3532,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 49.6251, position (cm) = (-27.1277,-19.4222,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 49.6257, position (cm) = (-27.1263,-18.9987,200), weight = 0.0078125 - gamma, kinetic energy (MeV) = 0.258696, position (cm) = (-29.1005,-16.6566,200), weight = 0.0078125 - gamma, kinetic energy (MeV) = 0.953063, position (cm) = (-17.003,2.09166,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 0.261303, position (cm) = (-28.0584,-9.56478,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 3.64911, position (cm) = (-11.1395,-17.0042,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 0.307464, position (cm) = (-5.61526,-12.7633,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 5.56154e-08, position (cm) = (-19.4178,-1.45085,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 8.54568, position (cm) = (-25.2867,-12.8833,200), weight = 0.0078125 - gamma, kinetic energy (MeV) = 0.523162, position (cm) = (-8.19931,51.5712,200), weight = 0.125 - neutron, kinetic energy (MeV) = 64.5362, position (cm) = (-9.2674,2.83973,200), weight = 0.0625 - neutron, kinetic energy (MeV) = 64.5374, position (cm) = (-9.06574,4.03208,200), weight = 0.0625 - neutron, kinetic energy (MeV) = 1.45832, position (cm) = (-132.907,-26.6739,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 1.57141e-05, position (cm) = (-103.478,-2.54207,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 4.02844, position (cm) = (-111.363,-66.6344,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 0.00201422, position (cm) = (-119.22,-69.2513,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 2.51421, position (cm) = (-119.081,-58.7577,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 0.426988, position (cm) = (-125.775,-62.7026,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 3.19867e-06, position (cm) = (-121.625,-43.9386,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 4.50947, position (cm) = (-114.783,-59.2596,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 0.0897712, position (cm) = (-40.0749,-124.034,200), weight = 2.98023e-08 - neutron, kinetic energy (MeV) = 0.000265162, position (cm) = (-23.4169,-113.687,200), weight = 3.72529e-09 - neutron, kinetic energy (MeV) = 0.0020201, position (cm) = (-33.9805,-119.442,200), weight = 3.72529e-09 - gamma, kinetic energy (MeV) = 5.12038, position (cm) = (-55.9244,-114.627,200), weight = 5.96046e-08 - gamma, kinetic energy (MeV) = 4.66916, position (cm) = (-54.6096,-15.3813,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 52.1568, position (cm) = (47.0771,-54.7034,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 22.1124, position (cm) = (31.1471,-39.53,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 4.74128, position (cm) = (66.3535,-15.4495,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 4.74128, position (cm) = (66.3535,-15.4495,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 0.217799, position (cm) = (44.5908,-25.8003,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 10.1984, position (cm) = (43.7279,-29.8592,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 1.18769, position (cm) = (30.3503,0.0302006,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 18.6023, position (cm) = (42.6948,-0.830443,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 3.787, position (cm) = (50.1149,-9.30475,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.453945, position (cm) = (60.7844,-61.9283,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 2.01729e-06, position (cm) = (135.341,-41.2533,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 8.07435, position (cm) = (115.462,-29.037,200), weight = 2.98023e-08 - gamma, kinetic energy (MeV) = 0.0653005, position (cm) = (141.723,-60.2511,200), weight = 1.49012e-08 - neutron, kinetic energy (MeV) = 0.821294, position (cm) = (135.563,-50.9407,200), weight = 1.49012e-08 - neutron, kinetic energy (MeV) = 10.4559, position (cm) = (144.749,-48.7577,200), weight = 7.45058e-09 - neutron, kinetic energy (MeV) = 1.95318, position (cm) = (155.532,-50.8712,200), weight = 1.86265e-09 - gamma, kinetic energy (MeV) = 6.55223, position (cm) = (146.895,-45.7195,200), weight = 1.86265e-09 - gamma, kinetic energy (MeV) = 0.420783, position (cm) = (161.663,-39.0977,200), weight = 2.32831e-10 - neutron, kinetic energy (MeV) = 1.12069, position (cm) = (159.9,-38.8769,200), weight = 2.32831e-10 - neutron, kinetic energy (MeV) = 10.395, position (cm) = (176.978,-35.671,200), weight = 2.32831e-10 - neutron, kinetic energy (MeV) = 5.87959, position (cm) = (152.79,-41.7175,200), weight = 4.65661e-10 - neutron, kinetic energy (MeV) = 4.46837, position (cm) = (142.097,-53.083,200), weight = 4.65661e-10 - gamma, kinetic energy (MeV) = 0.134826, position (cm) = (138.754,-56.2,200), weight = 4.65661e-10 - neutron, kinetic energy (MeV) = 1.43962, position (cm) = (136.673,-48.7773,200), weight = 4.65661e-10 - neutron, kinetic energy (MeV) = 10.4944, position (cm) = (149.387,-49.445,200), weight = 1.86265e-09 - neutron, kinetic energy (MeV) = 10.4944, position (cm) = (149.387,-49.445,200), weight = 9.31323e-10 - gamma, kinetic energy (MeV) = 0.150982, position (cm) = (122.06,-31.0308,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 1.15959, position (cm) = (135.89,-46.4249,200), weight = 2.98023e-08 - neutron, kinetic energy (MeV) = 4.61104, position (cm) = (102.744,-62.1819,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 2.57481, position (cm) = (94.2281,-42.3804,200), weight = 5.96046e-08 - gamma, kinetic energy (MeV) = 0.257654, position (cm) = (54.0725,-62.4803,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 1.04285, position (cm) = (53.499,-62.4964,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 1.21546, position (cm) = (56.855,-54.4948,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 0.232777, position (cm) = (68.5962,-39.8582,200), weight = 2.38419e-07 - e+, kinetic energy (MeV) = 2.99916, position (cm) = (66.6992,-62.2771,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 1.67607, position (cm) = (52.3727,-61.1662,200), weight = 5.96046e-08 - gamma, kinetic energy (MeV) = 3.37279, position (cm) = (61.6265,-53.9195,200), weight = 5.96046e-08 - gamma, kinetic energy (MeV) = 0.141539, position (cm) = (68.5189,-57.5984,200), weight = 2.98023e-08 - gamma, kinetic energy (MeV) = 1.29928, position (cm) = (60.983,-69.6872,200), weight = 2.98023e-08 - gamma, kinetic energy (MeV) = 2.48468, position (cm) = (65.3314,-65.1757,200), weight = 2.98023e-08 - neutron, kinetic energy (MeV) = 2.48295, position (cm) = (62.9705,-66.8438,200), weight = 2.98023e-08 - neutron, kinetic energy (MeV) = 9.15966, position (cm) = (60.2303,-65.1603,200), weight = 2.98023e-08 - neutron, kinetic energy (MeV) = 9.15966, position (cm) = (60.2303,-65.1603,200), weight = 5.96046e-08 - gamma, kinetic energy (MeV) = 0.0672834, position (cm) = (51.73,-76.2579,200), weight = 5.96046e-08 - gamma, kinetic energy (MeV) = 0.125351, position (cm) = (55.3484,-71.8386,200), weight = 5.96046e-08 - gamma, kinetic energy (MeV) = 1.18874, position (cm) = (55.2729,-71.7325,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 5.80599, position (cm) = (55.3878,-71.7945,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 23.5551, position (cm) = (55.3744,-71.8412,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 23.5551, position (cm) = (55.3744,-71.8412,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 25.229, position (cm) = (67.354,-53.8402,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 12.4801, position (cm) = (71.706,-42.2174,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 12.4801, position (cm) = (71.706,-42.2174,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 1.25645, position (cm) = (72.486,-38.8179,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 5.91966, position (cm) = (59.4957,-31.3187,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.0727564, position (cm) = (40.8241,6.60476,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.503139, position (cm) = (51.991,8.08104,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 12.6306, position (cm) = (49.2377,-1.03852,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 6.89485e-08, position (cm) = (28.1237,-4.43163,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 0.314667, position (cm) = (41.5361,-1.81619,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 28.7875, position (cm) = (43.2769,1.25511,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 28.6775, position (cm) = (43.292,1.22666,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 0.17958, position (cm) = (115.956,-18.4031,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 11.8718, position (cm) = (26.6165,-3.91279,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 0.760393, position (cm) = (19.8184,-35.3874,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 2.57463, position (cm) = (19.8476,-11.8182,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 0.242705, position (cm) = (29.542,-13.702,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.278786, position (cm) = (42.6703,14.4515,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.094853, position (cm) = (42.0895,-0.453183,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 0.512544, position (cm) = (-6.54146,1.35415,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 0.422444, position (cm) = (-1.21655,-2.46818,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.651803, position (cm) = (45.8197,-21.2741,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 6.44664, position (cm) = (109.839,-64.0446,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.107411, position (cm) = (53.2574,-69.7322,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.207407, position (cm) = (58.2921,-70.4896,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 1.60439e-06, position (cm) = (75.7205,-64.3257,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.47445, position (cm) = (67.3504,-40.3171,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 2.37901, position (cm) = (97.1858,-107.161,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 1.518, position (cm) = (93.3692,-78.9873,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 0.00037498, position (cm) = (63.2854,-61.9227,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 1.0392, position (cm) = (113.989,-63.9201,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.417576, position (cm) = (77.4438,-82.4785,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 8.25636, position (cm) = (-113.753,-86.8391,200), weight = 2.32831e-10 - neutron, kinetic energy (MeV) = 2.46315e-05, position (cm) = (-94.7211,-100.861,200), weight = 2.32831e-10 - gamma, kinetic energy (MeV) = 0.253769, position (cm) = (-98.0008,-44.3795,200), weight = 2.32831e-10 - neutron, kinetic energy (MeV) = 0.824909, position (cm) = (-98.8568,-44.9827,200), weight = 2.32831e-10 - neutron, kinetic energy (MeV) = 0.000145781, position (cm) = (-113.434,-23.4473,200), weight = 1.16415e-10 - neutron, kinetic energy (MeV) = 4.05398, position (cm) = (-87.0233,-73.0264,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 0.119787, position (cm) = (-94.3351,-64.2732,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 1.21458, position (cm) = (-88.8928,-79.9517,200), weight = 7.45058e-09 - neutron, kinetic energy (MeV) = 5.15381, position (cm) = (-88.1442,-79.9585,200), weight = 7.45058e-09 - neutron, kinetic energy (MeV) = 20.5812, position (cm) = (-85.1919,-72.3438,200), weight = 7.45058e-09 - gamma, kinetic energy (MeV) = 0.477817, position (cm) = (-81.5788,-75.6873,200), weight = 1.86265e-09 - neutron, kinetic energy (MeV) = 21.0237, position (cm) = (-83.7295,-83.8034,200), weight = 4.65661e-10 - neutron, kinetic energy (MeV) = 21.0237, position (cm) = (-83.7295,-83.8034,200), weight = 4.65661e-10 - neutron, kinetic energy (MeV) = 20.6333, position (cm) = (-84.3752,-83.0765,200), weight = 9.31323e-10 - neutron, kinetic energy (MeV) = 20.2512, position (cm) = (-101.121,-70.8521,200), weight = 7.45058e-09 - neutron, kinetic energy (MeV) = 20.2512, position (cm) = (-101.121,-70.8521,200), weight = 7.45058e-09 - gamma, kinetic energy (MeV) = 0.0541634, position (cm) = (-12.5406,-18.1428,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.140512, position (cm) = (-0.396115,-19.2251,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 2.64079, position (cm) = (-16.0919,-10.3651,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.0631192, position (cm) = (-14.3839,-62.3837,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 2.03471, position (cm) = (-0.774979,-53.2504,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 5.5749, position (cm) = (-9.86947,-99.5407,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.085058, position (cm) = (4.65545,-89.5624,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.482324, position (cm) = (-11.4136,-98.6666,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 0.108372, position (cm) = (-11.1477,-124.149,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 3.21791, position (cm) = (-13.2498,-96.8133,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 32.299, position (cm) = (-12.9363,-99.8845,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 31.8901, position (cm) = (-13.8324,-99.3318,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 31.8901, position (cm) = (-13.8324,-99.3318,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 8.30206, position (cm) = (-13.7025,-99.5689,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.251029, position (cm) = (-13.8818,-92.649,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.418518, position (cm) = (-5.70555,-93.0158,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.158519, position (cm) = (-3.11056,-101.16,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.703588, position (cm) = (-3.39176,-102.207,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 0.645252, position (cm) = (-6.83095,-109.787,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 4.42986, position (cm) = (-5.59852,-102.047,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 1.32467, position (cm) = (1.68735,-88.9895,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.0853956, position (cm) = (-13.4478,-73.6803,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 4.46592, position (cm) = (-19.9889,-98.8231,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 5.23797, position (cm) = (-14.174,-85.0539,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 8.73063, position (cm) = (-20.0114,-87.3748,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.0535518, position (cm) = (-24.1148,-78.055,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 1.67407, position (cm) = (-22.2817,-87.0918,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 31.7916, position (cm) = (-23.4749,-85.4445,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.0763944, position (cm) = (-24.3066,-92.2198,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 1.23823, position (cm) = (-22.4658,-85.6449,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.16047, position (cm) = (-23.7997,-89.5946,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 1.22265, position (cm) = (-24.6692,-90.6006,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 2.28956, position (cm) = (-21.8595,-86.0665,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 3.64488, position (cm) = (-29.2993,-84.1845,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 33.18, position (cm) = (-22.5489,-85.7083,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 33.67, position (cm) = (3.96629,-50.1164,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.193235, position (cm) = (-6.69358,-34.2489,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.527933, position (cm) = (41.8087,-42.073,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.100076, position (cm) = (-1.3748,-47.8582,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 1.0887, position (cm) = (19.1668,-52.8179,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 9.59167, position (cm) = (3.45024,-51.0826,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 49.5563, position (cm) = (-6.63631,-22.8665,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 20.8463, position (cm) = (59.9253,15.4614,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 21.7148, position (cm) = (59.1757,14.8187,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 21.7945, position (cm) = (59.6606,15.5484,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 2.47093e-06, position (cm) = (53.6859,-44.3832,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 87.9981, position (cm) = (50.1965,3.77867,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 0.751585, position (cm) = (60.0052,-13.5324,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.188025, position (cm) = (38.4957,-12.4466,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.219522, position (cm) = (39.8354,-11.9755,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.160535, position (cm) = (39.6069,-12.8921,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 4.17003e-06, position (cm) = (33.816,-86.3106,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 2.69936, position (cm) = (66.1167,-72.0522,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 0.000818194, position (cm) = (-112.151,-7.82148,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 1.35235, position (cm) = (-85.6887,-10.0409,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 2.68408, position (cm) = (-83.97,-11.0805,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 4.66823, position (cm) = (-93.9407,-18.3412,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 69.2338, position (cm) = (-90.6636,-17.3072,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 1.02307, position (cm) = (-96.7698,-20.0325,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 69.9927, position (cm) = (-129.634,-23.8182,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.137531, position (cm) = (-120.141,-17.0553,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 0.549611, position (cm) = (-115.4,-19.2382,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.108325, position (cm) = (-124.264,-19.1948,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.740246, position (cm) = (-122.318,-20.0732,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 97.9343, position (cm) = (-72.6054,0.255333,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 54.3866, position (cm) = (-60.0958,-2.47566,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 98.7147, position (cm) = (-47.0764,-17.4955,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 98.7774, position (cm) = (-48.1983,-15.0042,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 98.7774, position (cm) = (-48.1983,-15.0042,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 98.7774, position (cm) = (-48.1983,-15.0042,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 98.9323, position (cm) = (-47.8133,-18.0627,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 98.9323, position (cm) = (-47.8133,-18.0627,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 2.44511, position (cm) = (-66.8663,8.45567,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 1.99188e-05, position (cm) = (-98.9644,-12.2323,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.0872534, position (cm) = (-47.2745,-23.391,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 3.66037, position (cm) = (-98.8603,-23.5174,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.132581, position (cm) = (-89.9924,-19.5591,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 2.29031, position (cm) = (-85.8303,-17.611,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 2.59307, position (cm) = (-68.4515,-13.6624,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 0.00901196, position (cm) = (-42.8126,17.193,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.0881979, position (cm) = (-103.682,13.3044,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 1.37428, position (cm) = (-120.57,8.34251,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 2.02795e-05, position (cm) = (-66.6281,0.236034,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.910519, position (cm) = (-86.8347,11.6207,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 7.78017, position (cm) = (-80.4021,12.4472,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 7.78017, position (cm) = (-80.4021,12.4472,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.0827091, position (cm) = (-90.7829,9.33987,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 2.23569, position (cm) = (-104.089,15.8584,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.0874572, position (cm) = (-8.47263,-8.88166,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 81.9101, position (cm) = (-79.8414,-28.4828,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.137615, position (cm) = (-64.6448,-17.4007,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 79.7164, position (cm) = (-78.6746,-25.8111,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 19.3083, position (cm) = (-76.3595,-30.4687,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 19.3083, position (cm) = (-76.3595,-30.4687,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 19.3083, position (cm) = (-76.3595,-30.4687,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.150091, position (cm) = (-77.3562,-24.557,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 3.51711, position (cm) = (-71.7719,-28.2709,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 7.48482, position (cm) = (-98.1132,-29.4029,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 3.0061, position (cm) = (-79.5716,-20.0756,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.0809278, position (cm) = (-66.1503,-16.927,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 1.1659, position (cm) = (-71.7442,-27.5585,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.16976, position (cm) = (-61.9042,-23.7022,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.546684, position (cm) = (-25.4874,-14.6092,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.217217, position (cm) = (-92.6858,-21.0894,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.0775801, position (cm) = (-77.1305,-27.8946,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 4.65198, position (cm) = (-99.6364,-34.2086,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 0.147504, position (cm) = (-55.392,-40.2947,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 41.0275, position (cm) = (-47.6862,-8.24226,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 41.4411, position (cm) = (-47.9549,-8.79063,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 65.7021, position (cm) = (-76.8487,-25.0986,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 66.443, position (cm) = (-76.065,-25.6756,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 66.443, position (cm) = (-76.065,-25.6756,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.510999, position (cm) = (-67.4688,6.19734,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.0575226, position (cm) = (-67.7574,19.3959,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.0972722, position (cm) = (-47.4134,-13.0991,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 0.000920538, position (cm) = (-56.3003,-21.3182,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 4.78578, position (cm) = (-57.6378,-6.36529,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 25.8436, position (cm) = (-55.9347,-5.1463,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 52.5141, position (cm) = (-66.6028,-8.12972,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.201389, position (cm) = (-72.7718,7.2129,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 1.0728, position (cm) = (-81.1001,-9.50253,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 27.2018, position (cm) = (-86.3952,5.47728,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 27.2659, position (cm) = (-86.7163,5.37172,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 2.20131, position (cm) = (-65.0168,-8.42559,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.0902494, position (cm) = (-59.8482,-8.49751,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.152027, position (cm) = (-81.5167,-0.814398,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 98.9724, position (cm) = (-73.1499,-6.03398,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 1.3449, position (cm) = (-72.149,-7.34972,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 27.9726, position (cm) = (-72.6586,-6.39901,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 5.60293, position (cm) = (-101.827,16.5422,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.257259, position (cm) = (-99.1516,16.4486,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 3.77152, position (cm) = (-107.66,11.6728,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 98.9708, position (cm) = (-73.1888,-5.96676,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 98.9724, position (cm) = (-73.1499,-6.03398,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 2.66274, position (cm) = (-49.7919,-6.27419,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 0.146898, position (cm) = (-64.7152,-23.8538,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 3.65405, position (cm) = (-67.1262,-13.9818,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 1.61028, position (cm) = (-45.9881,-17.2834,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 19.568, position (cm) = (-39.5096,-22.783,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 2.66464, position (cm) = (-42.4624,-32.2569,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.0641093, position (cm) = (15.5096,17.2769,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 34.5834, position (cm) = (23.8131,11.966,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 44.217, position (cm) = (-5.75631,-1.40654,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 60.1984, position (cm) = (-1.3878,-14.5636,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 0.163881, position (cm) = (-0.895591,16.0043,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 0.232129, position (cm) = (-15.0079,15.8674,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.60462, position (cm) = (-32.5956,17.1943,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 0.510812, position (cm) = (-15.1597,-16.2448,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.831484, position (cm) = (-21.4743,23.1996,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 42.7314, position (cm) = (-18.0412,22.1476,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 0.149804, position (cm) = (-9.4465,-39.1978,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 45.4587, position (cm) = (-3.53761,-54.175,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 45.4587, position (cm) = (-3.53761,-54.175,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 74.8875, position (cm) = (-1.9892,-51.6121,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 14.9725, position (cm) = (21.3964,-37.5093,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 4.89762, position (cm) = (15.2001,-39.743,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 74.4258, position (cm) = (-32.07,-32.9271,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 74.4258, position (cm) = (-32.07,-32.9271,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 74.4258, position (cm) = (-32.07,-32.9271,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 73.0508, position (cm) = (-17.8983,-33.1968,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 74.4448, position (cm) = (-25.8748,-33.9379,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 74.5943, position (cm) = (-26.5558,-33.7334,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 74.4901, position (cm) = (-26.9968,-31.7751,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 74.3238, position (cm) = (-32.0106,-21.804,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 74.7251, position (cm) = (-44.5722,-29.9733,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 74.7251, position (cm) = (-44.5722,-29.9733,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 22.9945, position (cm) = (-46.7696,-50.9032,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 22.9901, position (cm) = (-46.8006,-51.008,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 22.9945, position (cm) = (-46.7696,-50.9032,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 1.49001, position (cm) = (-41.8516,-48.6235,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 1.37094, position (cm) = (-41.1129,-54.0445,200), weight = 3.05176e-05 + e-, kinetic energy (MeV) = 1.06864, position (cm) = (-41.1271,-53.82,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 4.0857e-06, position (cm) = (-24.7376,-82.7759,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 11.3282, position (cm) = (-33.5822,-37.4752,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.695025, position (cm) = (49.0732,-30.8822,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 8.24609, position (cm) = (43.5065,-33.3678,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.0698944, position (cm) = (88.5026,-28.5263,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.974091, position (cm) = (85.7171,-32.4509,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 2.87658, position (cm) = (87.4228,-57.0151,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.0630639, position (cm) = (49.5291,-25.045,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 1.57998, position (cm) = (55.8266,-32.3524,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 4.40203, position (cm) = (48.8236,-25.6999,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.116402, position (cm) = (42.9356,-26.9859,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 0.924724, position (cm) = (42.8132,-23.8776,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.511614, position (cm) = (39.6665,-28.9197,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 2.91296, position (cm) = (37.1758,-26.6924,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 56.5498, position (cm) = (58.8923,-20.3104,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.227397, position (cm) = (13.636,-29.94,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 1.38186, position (cm) = (12.6528,-23.4408,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 6.1074e-07, position (cm) = (13.4068,-52.4502,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 0.0292335, position (cm) = (18.9792,-53.6816,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.56574, position (cm) = (-15.1828,-75.8261,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.968982, position (cm) = (-14.1182,-72.9886,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.143572, position (cm) = (-9.52351,-73.1784,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 0.00341872, position (cm) = (-0.757611,-69.3239,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 1.29004, position (cm) = (-34.8774,-41.6511,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 1.21333, position (cm) = (-3.62265,-74.6242,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 3.18196, position (cm) = (-6.89586,-70.8325,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 0.00251339, position (cm) = (13.4648,-56.6426,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.803019, position (cm) = (-28.2989,-24.8079,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 1.73008, position (cm) = (-23.7473,-11.837,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.572646, position (cm) = (15.1234,-50.4282,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 1.39645, position (cm) = (5.60109,-34.7587,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.772561, position (cm) = (-5.93152,-51.0001,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 10.3643, position (cm) = (31.249,-44.8471,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 10.3643, position (cm) = (31.249,-44.8471,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 10.3643, position (cm) = (31.249,-44.8471,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.092725, position (cm) = (27.0497,-55.7919,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 2.91204e-05, position (cm) = (33.2041,-50.4061,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 0.000626442, position (cm) = (45.1692,-58.1849,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 22.4035, position (cm) = (-32.2441,-80.0043,200), weight = 2.98023e-08 + neutron, kinetic energy (MeV) = 17.1866, position (cm) = (-23.789,-82.9886,200), weight = 2.98023e-08 + gamma, kinetic energy (MeV) = 0.0904948, position (cm) = (-19.421,-89.8743,200), weight = 5.96046e-08 + gamma, kinetic energy (MeV) = 1.04037, position (cm) = (-16.5796,-85.6624,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 23.313, position (cm) = (-20.3144,-85.9691,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 5.21584e-06, position (cm) = (-25.8665,-95.0478,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 2.30152, position (cm) = (-19.0143,-92.2914,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 23.6465, position (cm) = (-24.3589,-82.8891,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 0.204415, position (cm) = (6.51023,-76.8525,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 25.778, position (cm) = (-3.96585,-102.854,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 25.778, position (cm) = (-3.96585,-102.854,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 2.78054, position (cm) = (46.3691,-82.1604,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 90.0574, position (cm) = (-64.7026,-1.93837,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 90.0574, position (cm) = (-64.7026,-1.93837,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 90.0574, position (cm) = (-64.7026,-1.93837,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 90.0574, position (cm) = (-64.7026,-1.93837,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 0.00270951, position (cm) = (-50.4301,-14.1235,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 6.10779, position (cm) = (-60.0557,-8.73906,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 5.63187, position (cm) = (-60.2676,-7.34874,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 89.5884, position (cm) = (-61.9868,2.06868,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.838058, position (cm) = (-79.4876,9.61597,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 2.77161e-05, position (cm) = (-71.7537,9.95307,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 0.97811, position (cm) = (-85.7212,18.5354,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 5.2768, position (cm) = (-82.2814,10.1155,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 94.6681, position (cm) = (-86.2934,9.2544,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.159115, position (cm) = (-53.204,9.25142,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.163501, position (cm) = (-55.6057,-6.20724,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.094574, position (cm) = (-49.4595,16.8032,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 38.3221, position (cm) = (-53.4354,-7.19336,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 3.42864, position (cm) = (-49.4235,-4.41319,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 8.68196, position (cm) = (-57.9275,-11.3539,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 8.68196, position (cm) = (-57.9275,-11.3539,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 8.68196, position (cm) = (-57.9275,-11.3539,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 8.68196, position (cm) = (-57.9275,-11.3539,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 8.68196, position (cm) = (-57.9275,-11.3539,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 0.162244, position (cm) = (-54.9487,-13.1701,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 0.365908, position (cm) = (-49.532,-31.3352,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 1.28574, position (cm) = (-55.466,-6.51882,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 0.282019, position (cm) = (-58.5579,-9.10878,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 8.68196, position (cm) = (-57.9275,-11.3539,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 0.876208, position (cm) = (-80.0895,13.5976,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 5.95516e-06, position (cm) = (-90.2439,12.4886,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 69.0887, position (cm) = (-60.1675,-14.4778,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.115234, position (cm) = (-57.6802,-11.5708,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 2.72371, position (cm) = (-54.3545,-14.9421,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 10.2072, position (cm) = (-81.1041,-13.3416,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 10.2072, position (cm) = (-81.1041,-13.3416,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 10.2072, position (cm) = (-81.1041,-13.3416,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 10.2072, position (cm) = (-81.1041,-13.3416,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 8.78876, position (cm) = (-85.7497,-13.2949,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 2.40752, position (cm) = (-81.8949,-14.0538,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.128995, position (cm) = (-80.6349,-17.3617,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 2.06901, position (cm) = (-54.7095,-12.6679,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 68.3602, position (cm) = (-53.4409,-9.29579,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 72.2286, position (cm) = (-67.6759,-8.39308,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.406424, position (cm) = (-56.9418,-6.70672,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 2.8606, position (cm) = (-56.582,-2.22916,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 3.93539, position (cm) = (-61.079,1.73479,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.17968, position (cm) = (-58.9734,11.3283,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.168745, position (cm) = (-62.1781,-3.57137,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.18362, position (cm) = (-59.8775,4.15127,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 1.0556, position (cm) = (-59.1205,1.62136,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 96.254, position (cm) = (-53.8986,1.12798,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 96.254, position (cm) = (-53.8986,1.12798,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.287913, position (cm) = (-42.6303,-24.7317,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 6.28981, position (cm) = (-7.28423,-3.73606,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 0.000446774, position (cm) = (-22.0137,-33.3247,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 3.58846, position (cm) = (-14.6075,-40.2711,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 94.102, position (cm) = (-13.0723,18.4025,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 94.1453, position (cm) = (-14.1039,12.1927,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 0.557002, position (cm) = (1.59525,7.96915,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.39889, position (cm) = (-14.9993,-5.63983,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 4.96142, position (cm) = (9.20318,12.2932,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.664055, position (cm) = (1.65846,-0.0744794,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 1.83747, position (cm) = (-2.46405,0.674224,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 3.78605, position (cm) = (9.3926,-9.57897,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.670832, position (cm) = (2.80289,-7.70515,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 35.4975, position (cm) = (-3.24179,-0.296262,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 35.0624, position (cm) = (-3.60417,-0.170687,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 45.6958, position (cm) = (-3.54898,-2.16434,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 45.6958, position (cm) = (-3.54898,-2.16434,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 67.5209, position (cm) = (-6.91142,31.0952,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 2.15919, position (cm) = (7.41844,46.6363,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 2.16937, position (cm) = (16.7744,52.9058,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 39.4607, position (cm) = (48.7168,-126.114,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 40.3691, position (cm) = (51.5089,-125.29,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 5.27369, position (cm) = (48.5361,-118.292,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 3.32525e-05, position (cm) = (128.318,-112.922,200), weight = 5.96046e-08 + gamma, kinetic energy (MeV) = 0.325917, position (cm) = (107.846,-127.342,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 2.2281, position (cm) = (112.207,-114.361,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 1.39097e-06, position (cm) = (60.9032,-128.581,200), weight = 2.98023e-08 + neutron, kinetic energy (MeV) = 37.7854, position (cm) = (71.7013,-152.557,200), weight = 1.49012e-08 + neutron, kinetic energy (MeV) = 37.7854, position (cm) = (71.7013,-152.557,200), weight = 1.49012e-08 + neutron, kinetic energy (MeV) = 39.1135, position (cm) = (75.4466,-127.256,200), weight = 1.49012e-08 + neutron, kinetic energy (MeV) = 39.2876, position (cm) = (83.4625,-125.642,200), weight = 1.49012e-08 + gamma, kinetic energy (MeV) = 2.52905, position (cm) = (68.8443,-107.55,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 22.9234, position (cm) = (85.3128,-114.685,200), weight = 2.98023e-08 + neutron, kinetic energy (MeV) = 22.9234, position (cm) = (85.3128,-114.685,200), weight = 2.98023e-08 + gamma, kinetic energy (MeV) = 4.3446, position (cm) = (59.26,-103.868,200), weight = 7.45058e-09 + neutron, kinetic energy (MeV) = 6.87332, position (cm) = (53.2307,-100.137,200), weight = 3.72529e-09 + neutron, kinetic energy (MeV) = 3.94085, position (cm) = (47.4483,-99.8989,200), weight = 3.72529e-09 + gamma, kinetic energy (MeV) = 1.14721, position (cm) = (57.0465,-110.87,200), weight = 1.49012e-08 + neutron, kinetic energy (MeV) = 0.00510573, position (cm) = (49.3545,-104.587,200), weight = 1.49012e-08 + gamma, kinetic energy (MeV) = 0.166405, position (cm) = (45.9087,-122.46,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 0.510999, position (cm) = (22.94,-150.399,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 0.347, position (cm) = (71.5712,-101.332,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 20.3006, position (cm) = (65.0308,-126.093,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 0.586712, position (cm) = (42.103,-110.751,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 3.75361, position (cm) = (52.3286,-108.131,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 0.41496, position (cm) = (-14.7747,-53.6196,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 0.0839733, position (cm) = (60.5947,-120.691,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 0.200242, position (cm) = (49.8102,-137.316,200), weight = 5.96046e-08 + gamma, kinetic energy (MeV) = 0.826784, position (cm) = (49.4546,-138.176,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 0.921014, position (cm) = (47.4441,-140.43,200), weight = 5.96046e-08 + gamma, kinetic energy (MeV) = 4.18342, position (cm) = (47.105,-139.027,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 19.2395, position (cm) = (47.9768,-140.596,200), weight = 5.96046e-08 + gamma, kinetic energy (MeV) = 1.16516, position (cm) = (53.3349,-133.311,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 17.9947, position (cm) = (49.5415,-135.657,200), weight = 5.96046e-08 + gamma, kinetic energy (MeV) = 0.139584, position (cm) = (39.4415,-123.632,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 0.977629, position (cm) = (48.7664,-139.272,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 1.04035, position (cm) = (48.687,-139.279,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 0.00173904, position (cm) = (39.8383,-106.757,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 0.0533767, position (cm) = (42.2212,-97.539,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 57.5151, position (cm) = (21.6945,-170.883,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 57.5151, position (cm) = (21.6945,-170.883,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 56.733, position (cm) = (24.2184,-163.327,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 6.564, position (cm) = (32.2243,-157.507,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 22.6042, position (cm) = (37.674,-148.494,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 1.24986e-05, position (cm) = (56.4787,-141.254,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 2.16925, position (cm) = (10.4806,-176.565,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 56.6214, position (cm) = (1.6945,-189.54,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 56.5266, position (cm) = (1.68272,-189.549,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 56.1203, position (cm) = (-0.00951556,-189.42,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 23.7051, position (cm) = (4.88111,-169.92,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.130387, position (cm) = (13.3052,-175.997,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 8.40795e-07, position (cm) = (18.5492,-177.666,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.44714, position (cm) = (-12.4743,-153.267,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 1.87772, position (cm) = (4.91761,-157.567,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 0.700811, position (cm) = (17.5887,-166.959,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 1.75891, position (cm) = (12.8,-165.018,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 0.0781622, position (cm) = (-13.674,-195.679,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 56.8713, position (cm) = (7.7655,-178.098,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 0.277901, position (cm) = (1.66513,-172.555,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 2.08356, position (cm) = (1.8315,-173.256,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 35.0406, position (cm) = (0.350422,-175.209,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 2.52212, position (cm) = (2.03405,-170.863,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 1.29826, position (cm) = (4.28578,-168.182,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 0.240614, position (cm) = (-3.98413,-172.146,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 56.7589, position (cm) = (2.79509,-169.341,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 0.168245, position (cm) = (41.8223,-103.172,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.673834, position (cm) = (23.1938,-67.8387,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 1.01112e-05, position (cm) = (-8.27293,-3.76931,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 2.46965, position (cm) = (-4.667,-23.5774,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 0.155899, position (cm) = (28.303,-74.2804,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 0.510999, position (cm) = (41.1733,-58.9297,200), weight = 5.96046e-08 + gamma, kinetic energy (MeV) = 0.0891187, position (cm) = (43.1733,-50.8202,200), weight = 5.96046e-08 + gamma, kinetic energy (MeV) = 0.111471, position (cm) = (85.3539,-88.0578,200), weight = 1.49012e-08 + neutron, kinetic energy (MeV) = 5.172, position (cm) = (70.0124,-72.767,200), weight = 1.49012e-08 + neutron, kinetic energy (MeV) = 14.2289, position (cm) = (90.9916,-68.9505,200), weight = 7.45058e-09 + neutron, kinetic energy (MeV) = 9.00385, position (cm) = (74.1085,-63.8914,200), weight = 7.45058e-09 + neutron, kinetic energy (MeV) = 24.5811, position (cm) = (2.33526,-26.4046,200), weight = 2.98023e-08 + gamma, kinetic energy (MeV) = 0.151019, position (cm) = (-2.11824,-26.662,200), weight = 2.98023e-08 + gamma, kinetic energy (MeV) = 4.70778, position (cm) = (-1.10465,-24.2066,200), weight = 2.98023e-08 + neutron, kinetic energy (MeV) = 2.31289, position (cm) = (4.13837,-40.86,200), weight = 1.49012e-08 + neutron, kinetic energy (MeV) = 4.58595, position (cm) = (4.26875,-28.6555,200), weight = 1.49012e-08 + neutron, kinetic energy (MeV) = 4.05907, position (cm) = (-49.4239,-19.822,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 0.0764596, position (cm) = (32.9399,-63.7702,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 15.2905, position (cm) = (52.3634,-48.843,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 17.9806, position (cm) = (57.3321,-53.0798,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 17.9806, position (cm) = (57.3321,-53.0798,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 17.9806, position (cm) = (57.3321,-53.0798,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 17.6367, position (cm) = (57.2126,-53.1095,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 0.563991, position (cm) = (56.023,-50.17,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.088367, position (cm) = (53.8917,-50.9708,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.784365, position (cm) = (69.9486,7.92233,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 8.49569, position (cm) = (45.9927,-46.4737,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 8.49569, position (cm) = (45.9927,-46.4737,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.0758684, position (cm) = (56.5717,-50.9272,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.525541, position (cm) = (45.1948,-62.2638,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.86348, position (cm) = (58.988,-53.4808,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 3.71731, position (cm) = (62.84,-47.1243,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 7.09907, position (cm) = (63.5205,-50.0005,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 4.32833, position (cm) = (28.4731,-28.1729,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.220152, position (cm) = (5.0336,-46.2212,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 0.0372877, position (cm) = (23.2124,-45.066,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.86161, position (cm) = (59.1281,-108.021,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 4.31289, position (cm) = (62.9967,-112.631,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 20.1057, position (cm) = (59.5601,-116.813,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 3.71859, position (cm) = (53.4597,-92.1597,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.109648, position (cm) = (28.7086,-84.3249,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 5.22022, position (cm) = (37.0838,-84.9861,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 6.00807, position (cm) = (36.9999,-83.9823,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 0.915504, position (cm) = (42.0414,-75.3097,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.410218, position (cm) = (29.8318,-71.6688,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.215846, position (cm) = (47.5242,-81.7762,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 0.510999, position (cm) = (60.4736,-83.4401,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 0.0982636, position (cm) = (52.7669,-82.8571,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 0.211343, position (cm) = (41.8071,-87.1578,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 0.268893, position (cm) = (72.4016,-84.5675,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 0.124151, position (cm) = (66.8391,-89.3344,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 1.21557, position (cm) = (68.4319,-85.4233,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 1.5486, position (cm) = (72.9097,-86.8479,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 0.134934, position (cm) = (72.8452,-95.0621,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 0.672624, position (cm) = (77.8368,-84.1546,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 0.233422, position (cm) = (34.1964,-88.4155,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 1.57511, position (cm) = (61.0087,-101.29,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 1.14032, position (cm) = (70.1762,-133.743,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 47.0399, position (cm) = (58.9436,-95.0807,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 1.67703e-07, position (cm) = (117.286,-67.7856,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 0.0751222, position (cm) = (47.9684,-79.1926,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.546658, position (cm) = (39.5052,-80.5379,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.31645, position (cm) = (52.5763,-85.3044,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.394065, position (cm) = (25.9062,-82.0059,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 2.10246, position (cm) = (51.6384,-98.0851,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.238203, position (cm) = (64.3326,-81.5864,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.464128, position (cm) = (30.7338,-98.6218,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 1.03877, position (cm) = (51.5211,-87.3967,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.1557, position (cm) = (50.5219,-105.912,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 5.50632, position (cm) = (51.9809,-89.8675,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 7.91941, position (cm) = (44.0195,-98.3161,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 2.82873, position (cm) = (52.1032,-98.3344,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 4.71663, position (cm) = (55.4493,-95.5134,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 1.49355, position (cm) = (73.8364,-101.191,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 46.7583, position (cm) = (71.3234,-137.965,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 47.1456, position (cm) = (73.6401,-139.421,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 46.1853, position (cm) = (81.0257,-153.31,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 0.80878, position (cm) = (35.2488,-89.3829,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 0.482381, position (cm) = (35.6862,-115.399,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 3.93483, position (cm) = (38.4266,-114.2,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 4.39565, position (cm) = (40.5922,-111.999,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 46.7421, position (cm) = (45.9905,-113.224,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 2.04162, position (cm) = (50.0692,-126.975,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 46.9557, position (cm) = (46.3106,-135.995,200), weight = 5.96046e-08 + e-, kinetic energy (MeV) = 3.4184, position (cm) = (46.1523,-121.9,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 47.3988, position (cm) = (45.777,-131.53,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 0.161181, position (cm) = (49.5591,-88.18,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 2.12211, position (cm) = (65.4471,-103.459,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 1.56492, position (cm) = (61.5106,-85.6911,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 10.8277, position (cm) = (76.8035,-127.633,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.487878, position (cm) = (37.8488,-75.3227,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 9.57418, position (cm) = (70.9177,-89.0014,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 9.57418, position (cm) = (70.9177,-89.0014,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 1.31623, position (cm) = (68.4878,-89.2195,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 9.57418, position (cm) = (70.9177,-89.0014,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 0.217591, position (cm) = (9.11534,-33.3264,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 7.34892, position (cm) = (-27.0126,-2.34091,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 5.34246, position (cm) = (-50.7123,11.2828,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 5.58165e-05, position (cm) = (-45.046,35.5528,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 9.84763, position (cm) = (-52.3636,-9.3339,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 4.58721, position (cm) = (-37.808,22.3016,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 1.88064, position (cm) = (-38.3138,20.3269,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 2.01226, position (cm) = (-37.54,20.8551,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.103592, position (cm) = (-39.1399,20.5266,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 5.74262, position (cm) = (-38.1459,20.6105,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 0.0823017, position (cm) = (-42.2799,32.4272,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.0632239, position (cm) = (-49.2664,13.521,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 4.25204, position (cm) = (-51.6037,23.7148,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 27.7002, position (cm) = (-16.7253,24.3064,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 8.29363, position (cm) = (-21.263,16.4448,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 2.36753, position (cm) = (-10.2231,19.5977,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 0.276087, position (cm) = (-11.3461,26.3011,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.344652, position (cm) = (-0.0409235,26.8857,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 1.4462, position (cm) = (-1.99591,19.7196,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 27.817, position (cm) = (-17.5563,16.5796,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 27.817, position (cm) = (-17.5563,16.5796,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.853933, position (cm) = (-22.4924,10.8212,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 1.35551, position (cm) = (-2.39369,41.4893,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 1.53506, position (cm) = (4.09395,48.648,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.427698, position (cm) = (-24.8075,9.72489,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 0.000157325, position (cm) = (-27.7371,14.6803,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.0863994, position (cm) = (-24.9875,20.0632,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.805408, position (cm) = (-16.7526,18.9705,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.62691, position (cm) = (-8.47563,-3.53731,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 5.85914, position (cm) = (-33.4997,-1.4424,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 1.83957, position (cm) = (-55.864,-3.3878,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 2.94702e-05, position (cm) = (-59.6041,8.5199,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 10.2737, position (cm) = (-40.5419,-3.11862,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 0.00634406, position (cm) = (-24.9213,27.442,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 1.19921, position (cm) = (-53.2997,14.3124,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.164749, position (cm) = (-24.1437,12.8748,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 0.0735551, position (cm) = (2.51526,4.20215,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 0.0103183, position (cm) = (-29.2586,-1.20101,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.185397, position (cm) = (-44.432,13.3529,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.552034, position (cm) = (-47.4419,-49.8024,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 1.60942, position (cm) = (-25.3472,-52.2534,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.639788, position (cm) = (-19.7282,-59.3319,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.120733, position (cm) = (-38.969,-64.9595,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 2.89752, position (cm) = (-41.2556,-65.2417,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 6.4926, position (cm) = (-41.7465,-60.285,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 59.2101, position (cm) = (-43.7625,-67.9849,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 87.4656, position (cm) = (-32.9227,-51.194,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 0.423213, position (cm) = (-9.68586,-26.4215,200), weight = 0.125 + gamma, kinetic energy (MeV) = 0.149486, position (cm) = (0.648849,-34.4125,200), weight = 0.125 + gamma, kinetic energy (MeV) = 0.194225, position (cm) = (-10.5272,-21.9435,200), weight = 0.125 + neutron, kinetic energy (MeV) = 27.1614, position (cm) = (3.74186,-28.5392,200), weight = 0.125 + neutron, kinetic energy (MeV) = 25.4031, position (cm) = (-30.1275,-41.3849,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 25.2327, position (cm) = (-30.1175,-40.6168,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 24.949, position (cm) = (-28.1893,-45.3314,200), weight = 0.015625 + gamma, kinetic energy (MeV) = 6.13866, position (cm) = (-28.8409,-40.4352,200), weight = 0.03125 + neutron, kinetic energy (MeV) = 7.75539, position (cm) = (-27.2402,-62.0054,200), weight = 0.0625 + gamma, kinetic energy (MeV) = 0.0974481, position (cm) = (-23.6418,-54.6141,200), weight = 0.0625 + gamma, kinetic energy (MeV) = 0.117555, position (cm) = (-25.3877,-52.3228,200), weight = 0.0625 + neutron, kinetic energy (MeV) = 1.57961, position (cm) = (-24.4452,-50.9594,200), weight = 0.0625 + gamma, kinetic energy (MeV) = 0.418484, position (cm) = (-69.3414,18.4613,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 0.280822, position (cm) = (-25.0684,37.1285,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.112314, position (cm) = (-35.1575,28.6867,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.114706, position (cm) = (-41.8843,9.58493,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.541562, position (cm) = (-38.2764,42.7436,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.353755, position (cm) = (-33.8425,25.0734,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 18.2292, position (cm) = (-38.5585,30.5048,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 95.8522, position (cm) = (-32.6693,26.3164,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 95.8522, position (cm) = (-32.6693,26.3164,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 95.8522, position (cm) = (-32.6693,26.3164,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 95.4456, position (cm) = (-34.474,29.7378,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 95.4456, position (cm) = (-34.474,29.7378,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 78.7578, position (cm) = (-32.9275,34.752,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 78.4266, position (cm) = (-31.5027,36.1809,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 78.4266, position (cm) = (-31.5027,36.1809,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 95.8522, position (cm) = (-32.6693,26.3164,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 95.2379, position (cm) = (-33.709,26.988,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 95.8522, position (cm) = (-32.6693,26.3164,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 95.1348, position (cm) = (-31.8003,25.83,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 95.789, position (cm) = (-31.8449,26.0659,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 95.748, position (cm) = (-32.8664,26.5406,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 95.8522, position (cm) = (-32.6693,26.3164,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 95.5206, position (cm) = (-32.5271,25.5986,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 95.8522, position (cm) = (-32.6693,26.3164,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 14.383, position (cm) = (-37.0658,25.1607,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 20.2602, position (cm) = (-47.029,45.0587,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 20.2602, position (cm) = (-47.029,45.0587,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 20.2602, position (cm) = (-47.029,45.0587,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 20.2602, position (cm) = (-47.029,45.0587,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 4.69711e-06, position (cm) = (-33.8265,23.0405,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 21.2937, position (cm) = (-61.1642,31.6349,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 6.20477, position (cm) = (-48.6594,23.1601,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.183816, position (cm) = (-68.3922,34.709,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.586177, position (cm) = (-45.0966,23.3622,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 8.19686, position (cm) = (-41.9124,11.0895,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.391023, position (cm) = (-54.3396,40.8834,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 5.0359e-06, position (cm) = (-50.9605,55.1768,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 23.3527, position (cm) = (-58.754,36.2845,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.166532, position (cm) = (-55.1672,28.5191,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.636074, position (cm) = (-59.8169,33.8927,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.909078, position (cm) = (-68.2657,42.4765,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 12.6318, position (cm) = (-57.3324,35.9043,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.0925854, position (cm) = (-59.5571,28.1615,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.069646, position (cm) = (-57.0723,34.7268,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 0.305945, position (cm) = (-57.8387,25.6766,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 23.8519, position (cm) = (-54.6851,41.6664,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.196386, position (cm) = (-65.4496,49.3946,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.0709902, position (cm) = (-46.1016,32.5805,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.120333, position (cm) = (-71.4112,23.9874,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.0690845, position (cm) = (-6.20736,39.8061,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.133293, position (cm) = (-37.9494,36.4741,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 76.2481, position (cm) = (-25.7437,16.1965,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 5.49228, position (cm) = (-15.2714,10.6361,200), weight = 0.03125 + neutron, kinetic energy (MeV) = 76.0834, position (cm) = (-0.790796,-0.844791,200), weight = 0.03125 + neutron, kinetic energy (MeV) = 1.70208, position (cm) = (-2.59389,-4.42694,200), weight = 0.03125 + neutron, kinetic energy (MeV) = 72.9373, position (cm) = (-2.39937,-4.53745,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 72.9373, position (cm) = (-2.39937,-4.53745,200), weight = 0.015625 + gamma, kinetic energy (MeV) = 1.15868, position (cm) = (0.281603,-11.9241,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.306305, position (cm) = (3.22187,-14.7848,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 87.8884, position (cm) = (2.12299,-4.5609,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 99.3781, position (cm) = (5.99961,-7.5491,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.161697, position (cm) = (4.27184,-6.70475,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.121678, position (cm) = (-23.9748,-18.2994,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.817192, position (cm) = (-20.4379,-8.04024,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 97.8992, position (cm) = (7.03086,-9.09048,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.657902, position (cm) = (5.83882,-5.52222,200), weight = 0.0078125 + gamma, kinetic energy (MeV) = 1.33853, position (cm) = (6.37934,-18.9381,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 49.2402, position (cm) = (1.70554,-15.1419,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 98.1693, position (cm) = (-24.3033,-6.5194,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 0.00486788, position (cm) = (-39.8267,-12.9013,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 24.6106, position (cm) = (-6.26872,7.27065,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.453988, position (cm) = (-6.71333,8.62716,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 4.09265e-05, position (cm) = (-40.323,33.2495,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.50439, position (cm) = (15.5197,12.052,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 56.6434, position (cm) = (-7.54159,-10.4468,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.129268, position (cm) = (-9.87063,-19.1781,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.369522, position (cm) = (-0.266418,-3.21311,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 6.82183, position (cm) = (-0.890181,-7.64247,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 99.3444, position (cm) = (1.79064,-5.04945,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 9.29298, position (cm) = (-28.5512,-20.777,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.416721, position (cm) = (10.8441,10.3962,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 8.54211, position (cm) = (11.8308,7.62713,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 56.2997, position (cm) = (12.49,5.93498,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 83.672, position (cm) = (-16.5817,-4.08593,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.140178, position (cm) = (-15.7978,-3.23939,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 3.1419, position (cm) = (-17.0121,-3.63311,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 68.0129, position (cm) = (-16.9549,-3.75429,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.753183, position (cm) = (-31.8635,87.1602,200), weight = 0.125 + neutron, kinetic energy (MeV) = 19.7676, position (cm) = (84.5373,186.151,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.00111148, position (cm) = (50.3791,185.585,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 2.71994, position (cm) = (56.7339,182.058,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 5.58282, position (cm) = (82.1528,181.586,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 2.19776, position (cm) = (79.5686,153.102,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 5.58282, position (cm) = (82.1528,181.586,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 3.2907, position (cm) = (84.084,180.756,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 0.000768269, position (cm) = (50.1771,90.5591,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 2.21094, position (cm) = (3.01862,137.457,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 9.39607, position (cm) = (0.716009,126.137,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 0.202175, position (cm) = (4.93495,126.253,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 0.957006, position (cm) = (4.27264,126.59,200), weight = 5.96046e-08 + gamma, kinetic energy (MeV) = 3.07693, position (cm) = (4.70059,126.228,200), weight = 5.96046e-08 + gamma, kinetic energy (MeV) = 4.10014, position (cm) = (4.38459,126.071,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 9.19795, position (cm) = (4.78407,126.191,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 9.19795, position (cm) = (4.78407,126.191,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 0.737584, position (cm) = (4.4911,125.077,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 4.00902, position (cm) = (11.0769,178.161,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 0.373543, position (cm) = (-64.1571,162.498,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 0.653001, position (cm) = (-20.6385,117.933,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.550376, position (cm) = (47.1195,162.524,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 5.09927, position (cm) = (-1.46509,126.706,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.843957, position (cm) = (-12.056,108.231,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 29.1009, position (cm) = (-13.6068,132.919,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.141088, position (cm) = (-10.2626,128.431,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 22.9083, position (cm) = (-13.6599,134.789,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 29.781, position (cm) = (-24.611,190.84,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 0.666495, position (cm) = (-8.26273,141.287,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 2.85029, position (cm) = (-25.9455,147.223,200), weight = 1.49012e-08 + neutron, kinetic energy (MeV) = 3.20017, position (cm) = (-24.1565,144.971,200), weight = 1.49012e-08 + gamma, kinetic energy (MeV) = 0.275897, position (cm) = (-10.9008,136.806,200), weight = 2.98023e-08 + neutron, kinetic energy (MeV) = 6.05725, position (cm) = (-10.0094,132.417,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 6.03059, position (cm) = (-10.1128,124.622,200), weight = 2.98023e-08 + gamma, kinetic energy (MeV) = 0.133487, position (cm) = (-9.62451,135.028,200), weight = 2.98023e-08 + neutron, kinetic energy (MeV) = 0.655937, position (cm) = (-10.6419,126.452,200), weight = 2.98023e-08 + gamma, kinetic energy (MeV) = 0.913436, position (cm) = (-14.2084,134.267,200), weight = 2.98023e-08 + gamma, kinetic energy (MeV) = 0.128093, position (cm) = (-34.1514,99.2574,200), weight = 2.98023e-08 + gamma, kinetic energy (MeV) = 0.09261, position (cm) = (-25.8199,118.397,200), weight = 2.98023e-08 + gamma, kinetic energy (MeV) = 5.29282, position (cm) = (-25.3957,131.638,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 0.130937, position (cm) = (-14.5301,132.766,200), weight = 1.49012e-08 + neutron, kinetic energy (MeV) = 7.33531, position (cm) = (-16.0555,127.766,200), weight = 1.49012e-08 + gamma, kinetic energy (MeV) = 0.196822, position (cm) = (-6.3282,74.8642,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 1.34485, position (cm) = (-3.76198,63.4697,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 5.83895, position (cm) = (-4.14956,64.845,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 35.6577, position (cm) = (-6.53902,72.0595,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.845552, position (cm) = (11.0018,77.2302,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 5.13592, position (cm) = (-5.60223,68.6262,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 35.7793, position (cm) = (-6.20237,71.0335,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 35.7793, position (cm) = (-6.20237,71.0335,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 2.4803, position (cm) = (-28.8061,99.3648,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.306596, position (cm) = (-60.2272,56.6812,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 4.24776e-05, position (cm) = (-53.4516,83.9608,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 0.02435, position (cm) = (-62.1344,101.417,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 6.15344, position (cm) = (-31.3022,73.6852,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.0547659, position (cm) = (-68.9789,118.011,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 4.06094, position (cm) = (-66.4417,117.628,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.129591, position (cm) = (-12.2176,43.5414,200), weight = 0.03125 + neutron, kinetic energy (MeV) = 61.2133, position (cm) = (7.02499,59.4569,200), weight = 0.03125 + neutron, kinetic energy (MeV) = 90.489, position (cm) = (-11.2595,47.8545,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 90.489, position (cm) = (-11.2595,47.8545,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 90.489, position (cm) = (-11.2595,47.8545,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 90.489, position (cm) = (-11.2595,47.8545,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 90.489, position (cm) = (-11.2595,47.8545,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 90.489, position (cm) = (-11.2595,47.8545,200), weight = 0.015625 + gamma, kinetic energy (MeV) = 1.91684, position (cm) = (22.8895,46.5176,200), weight = 0.0625 + gamma, kinetic energy (MeV) = 0.218593, position (cm) = (2.45324,26.8016,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 3.69795, position (cm) = (9.39763,34.5843,200), weight = 0.015625 + gamma, kinetic energy (MeV) = 0.569807, position (cm) = (26.0681,41.0722,200), weight = 0.015625 + gamma, kinetic energy (MeV) = 0.155199, position (cm) = (35.7527,49.7927,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 0.0173383, position (cm) = (15.9408,41.9924,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 0.75797, position (cm) = (10.265,43.8042,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 6.85138, position (cm) = (9.05646,50.2323,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 6.85138, position (cm) = (9.05646,50.2323,200), weight = 0.0078125 + gamma, kinetic energy (MeV) = 0.182924, position (cm) = (41.5013,25.3547,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 0.211271, position (cm) = (27.2923,17.7423,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 0.00195923, position (cm) = (26.8515,2.39468,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 7.25028, position (cm) = (33.6696,14.9632,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 8.19156, position (cm) = (52.8344,-4.08362,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 8.19156, position (cm) = (52.8344,-4.08362,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 0.0442423, position (cm) = (40.4105,6.26162,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 0.0795046, position (cm) = (2.89779,40.6107,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.257671, position (cm) = (10.6416,44.8147,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 0.595978, position (cm) = (7.26417,50.5512,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 14.724, position (cm) = (8.99527,44.1217,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 0.0251436, position (cm) = (17.9296,50.6978,200), weight = 0.0078125 + gamma, kinetic energy (MeV) = 1.63864, position (cm) = (44.7316,29.5227,200), weight = 0.0078125 + e-, kinetic energy (MeV) = 1.1957, position (cm) = (44.6103,31.1771,200), weight = 0.0078125 + gamma, kinetic energy (MeV) = 1.25657, position (cm) = (44.6095,31.1754,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 0.0012172, position (cm) = (-2.47296,5.92209,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.207731, position (cm) = (5.63141,32.1652,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.132406, position (cm) = (-6.821,18.0049,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.415363, position (cm) = (16.8159,48.861,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 4.15731, position (cm) = (15.9136,44.5102,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 90.0681, position (cm) = (16.7155,45.1116,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 90.0101, position (cm) = (34.7926,22.5861,200), weight = 0.25 + neutron, kinetic energy (MeV) = 0.620362, position (cm) = (-47.0042,-49.5586,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 1.37099, position (cm) = (-26.5664,-62.1728,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 37.6627, position (cm) = (-9.00274,109.551,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 37.6627, position (cm) = (-9.00274,109.551,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 37.6627, position (cm) = (-9.00274,109.551,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.110201, position (cm) = (-18.6053,97.6365,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 0.706187, position (cm) = (-24.4787,107.505,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 84.443, position (cm) = (-68.7178,123.784,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.355019, position (cm) = (-67.4369,105.437,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.510999, position (cm) = (-76.4556,152.345,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 4.94466, position (cm) = (-62.6496,102.023,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 7.36174, position (cm) = (-56.2762,115.407,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 52.961, position (cm) = (-60.7089,119.897,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 87.3443, position (cm) = (-55.6932,125.571,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 87.3443, position (cm) = (-55.6932,125.571,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 1.61451, position (cm) = (-39.1921,91.6797,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 1.47385, position (cm) = (-47.5705,85.8402,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 32.8227, position (cm) = (-54.9175,88.6167,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 7.62844, position (cm) = (13.4943,20.856,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 0.749837, position (cm) = (-58.2109,-38.816,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.259242, position (cm) = (-29.5895,-34.4651,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 0.685558, position (cm) = (-25.6002,-36.5059,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 45.3002, position (cm) = (-34.2729,-34.0607,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 45.1389, position (cm) = (-35.6182,-34.2174,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 45.6565, position (cm) = (-34.0382,-23.5836,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 45.1831, position (cm) = (-33.9394,-25.829,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 4.34994, position (cm) = (-102.385,-4.55646,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.188162, position (cm) = (-98.9361,58.8929,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.128604, position (cm) = (-87.5445,-7.19907,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.149739, position (cm) = (-132.534,27.9959,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 1.49753, position (cm) = (-128.555,29.2983,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 34.5362, position (cm) = (-122.194,20.0275,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 1.63902, position (cm) = (-114.538,23.3879,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 0.242335, position (cm) = (-125.206,31.8799,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 1.39455, position (cm) = (-125.226,32.0584,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 2.12883, position (cm) = (-124.556,32.4922,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 0.0911963, position (cm) = (-179.876,10.7301,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.164483, position (cm) = (-209.071,7.12975,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 14.9284, position (cm) = (-185.313,12.6628,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 59.7447, position (cm) = (-82.2385,-26.0457,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 60.1285, position (cm) = (-82.2133,-26.0315,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 1.1066, position (cm) = (-83.6814,-30.3577,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 16.3428, position (cm) = (-73.6188,-24.0698,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.0617065, position (cm) = (-74.7901,-28.5266,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.747931, position (cm) = (-93.444,-33.3743,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 0.383425, position (cm) = (-96.3984,-20.9571,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.212404, position (cm) = (-94.1917,-22.2095,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.0840793, position (cm) = (-88.2667,-29.7635,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 0.132719, position (cm) = (-88.6373,-33.4608,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 0.0756204, position (cm) = (-62.0703,-13.2284,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 6.34536, position (cm) = (-47.7738,-19.3308,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.417939, position (cm) = (-60.3125,-39.5189,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 0.904666, position (cm) = (-70.2098,-34.6066,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 1.36278, position (cm) = (-64.071,-37.9944,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 71.3374, position (cm) = (-72.9553,-19.8093,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 2.97134, position (cm) = (-63.6392,-19.6954,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 1.16308, position (cm) = (-82.7468,3.11268,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 7.10097, position (cm) = (-84.3557,9.32534,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 15.0431, position (cm) = (-80.4897,4.10252,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.15819, position (cm) = (-117.757,-19.4961,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 2.11252, position (cm) = (-105.86,-13.8627,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 2.22564, position (cm) = (-123.246,-25.1871,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 0.191606, position (cm) = (-93.0138,-6.13023,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 0.144701, position (cm) = (-107.305,14.499,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 5.74792, position (cm) = (-108.3,4.94204,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 0.185366, position (cm) = (-99.9334,7.43078,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 0.000468879, position (cm) = (-98.8526,12.8065,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 4.23623, position (cm) = (-90.5092,16.2489,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 2.29801, position (cm) = (-71.0421,-18.1201,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.308432, position (cm) = (-84.4961,-22.4136,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.1438, position (cm) = (-109.72,2.88363,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 0.390737, position (cm) = (-113.706,8.72028,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 0.0313591, position (cm) = (-110.732,9.48461,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 1.72302, position (cm) = (-104.524,15.3928,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 0.205671, position (cm) = (-66.5275,-9.27536,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 65.0953, position (cm) = (-62.1947,-11.8262,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 71.6166, position (cm) = (-68.8988,-23.3085,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 25.8359, position (cm) = (-46.2773,25.7164,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 55.5696, position (cm) = (-55.7194,8.69061,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 22.0546, position (cm) = (-58.9604,35.7451,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.191947, position (cm) = (-59.4966,23.673,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 72.2864, position (cm) = (-70.6957,15.4915,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 2.26467, position (cm) = (-84.711,-30.1565,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 2.88381e-08, position (cm) = (-86.6866,-31.1458,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 2.1371, position (cm) = (-67.5965,-3.61176,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 3.59457, position (cm) = (-11.2298,-63.7554,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 10.2833, position (cm) = (-8.81878,-64.168,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 14.6694, position (cm) = (-10.7017,-65.754,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.265659, position (cm) = (-1.00877,-50.8835,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.675525, position (cm) = (1.18079,-39.0648,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.466229, position (cm) = (-9.25213,-53.3203,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 6.08755, position (cm) = (-9.18049,-53.667,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 14.4986, position (cm) = (-7.20886,-53.0682,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 4.846, position (cm) = (-28.2058,-50.8795,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 2.43511, position (cm) = (2.2125,-9.92327,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 2.8759, position (cm) = (-0.874612,-34.9161,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.150635, position (cm) = (-157.267,-29.2698,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 5.89977, position (cm) = (-136.563,-25.7842,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 1.27089, position (cm) = (-82.5436,17.5117,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 38.0053, position (cm) = (-104.672,20.8803,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.0765576, position (cm) = (-79.5469,31.513,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 13.2931, position (cm) = (-88.4126,7.72182,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 16.2655, position (cm) = (-59.5217,12.2348,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 16.2655, position (cm) = (-59.5217,12.2348,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.320514, position (cm) = (-70.4524,6.70216,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 16.5544, position (cm) = (-61.8992,26.636,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 16.5544, position (cm) = (-61.8992,26.636,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 0.392495, position (cm) = (-66.7748,28.0282,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 16.4081, position (cm) = (-67.0438,28.5541,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.0776595, position (cm) = (-69.2991,32.53,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.875569, position (cm) = (-51.3771,53.9464,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 0.000954114, position (cm) = (-84.403,27.5107,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.419109, position (cm) = (67.3946,-91.7806,200), weight = 0.0625 + neutron, kinetic energy (MeV) = 13.1203, position (cm) = (67.2506,-91.0884,200), weight = 0.0625 + gamma, kinetic energy (MeV) = 0.868845, position (cm) = (-118.66,-50.3344,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 1.47362, position (cm) = (-116.527,-52.5063,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 2.4299, position (cm) = (-116.316,-53.2735,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.234878, position (cm) = (-82.55,-62.1729,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 1.72138, position (cm) = (-65.281,-66.0004,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 2.18986, position (cm) = (-79.8757,-106.836,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 1.42691, position (cm) = (-84.1045,-86.1022,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.914281, position (cm) = (-20.7742,-74.1973,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 2.54578, position (cm) = (-22.3626,-73.6868,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 4.10725, position (cm) = (-22.578,-75.9039,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.117019, position (cm) = (-33.4517,-79.7954,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 2.23567, position (cm) = (-24.1807,-74.8688,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 38.2522, position (cm) = (-32.5728,-80.798,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 38.2522, position (cm) = (-32.5728,-80.798,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 2.3023, position (cm) = (-18.8734,-87.067,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 5.27845, position (cm) = (-55.2574,-34.6191,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.113129, position (cm) = (-18.6188,-87.6795,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 6.14962, position (cm) = (-21.467,-50.5257,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.611223, position (cm) = (-62.3718,-88.1925,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 37.7378, position (cm) = (-44.463,-94.1824,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 0.27303, position (cm) = (-32.2568,-79.0103,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.23766, position (cm) = (-27.7977,-32.1903,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 2.05688, position (cm) = (-17.7092,-31.3803,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 1.44975, position (cm) = (-20.0548,-31.263,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 22.9742, position (cm) = (-3.43219,-16.5443,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 22.9742, position (cm) = (-3.43219,-16.5443,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 22.961, position (cm) = (-3.56608,-17.3076,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 35.5848, position (cm) = (-1.51252,-38.5774,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 35.4648, position (cm) = (-0.0361737,-35.0742,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 35.6866, position (cm) = (3.48603,-32.3668,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 35.7579, position (cm) = (-0.596852,-35.3164,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 3.29149, position (cm) = (-15.9578,-25.3983,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.756245, position (cm) = (-44.101,-42.1419,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 6.34919, position (cm) = (-13.3628,-35.7033,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 6.34919, position (cm) = (-13.3628,-35.7033,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 2.30849, position (cm) = (-6.48603,-24.4366,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 2.23959, position (cm) = (-4.39769,-17.955,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 7.49847, position (cm) = (3.53235,-7.62096,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 35.4987, position (cm) = (-136.57,-24.0419,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 16.8973, position (cm) = (-130.833,-23.9476,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 36.1583, position (cm) = (-139.362,-21.8709,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.708655, position (cm) = (-122.782,-28.3023,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.104699, position (cm) = (-138.769,-20.268,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.0733465, position (cm) = (-128.011,24.8157,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.00384466, position (cm) = (-130.473,14.712,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 4.00815, position (cm) = (-126.123,25.38,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 8.50693, position (cm) = (-126.795,27.6932,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 1.24861, position (cm) = (-127.089,27.4704,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 1.45651e-05, position (cm) = (-144.628,-9.66609,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 36.1714, position (cm) = (-133.074,-22.0503,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.0870458, position (cm) = (-126.78,-24.0238,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 36.2931, position (cm) = (-133.728,-21.2725,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 35.7301, position (cm) = (-132.339,-21.2914,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.719904, position (cm) = (-141.896,5.83731,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 5.08924, position (cm) = (-124.755,-35.278,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 5.08924, position (cm) = (-124.755,-35.278,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 9.703, position (cm) = (-86.294,-70.0825,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 38.0596, position (cm) = (-83.0909,-49.9993,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 37.3051, position (cm) = (-100.505,-56.3963,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 38.7346, position (cm) = (-100.787,-61.099,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.187048, position (cm) = (52.8429,-44.892,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 1.90815, position (cm) = (52.8355,-10.034,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 50.7344, position (cm) = (53.8432,-46.3636,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 62.7304, position (cm) = (45.6635,-39.8184,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.0869441, position (cm) = (11.2111,-28.5884,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 2.624, position (cm) = (-63.323,-27.3434,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 2.13622, position (cm) = (-55.3934,-5.45389,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.130261, position (cm) = (-88.3864,-30.4277,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.077995, position (cm) = (-70.3419,-9.6973,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 98.9898, position (cm) = (-41.9795,-14.5807,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 98.9898, position (cm) = (-41.9795,-14.5807,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 2.88923, position (cm) = (-39.5727,-20.8177,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 98.9745, position (cm) = (-40.8198,-16.4933,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.180628, position (cm) = (-47.0441,-49.4941,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 1.02781, position (cm) = (-43.7678,-62.7425,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.187626, position (cm) = (-36.3705,-62.3704,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 99.0737, position (cm) = (-43.5351,-57.8937,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 99.3875, position (cm) = (-43.5284,-56.8791,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 99.3875, position (cm) = (-43.5284,-56.8791,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 0.00313652, position (cm) = (-39.6153,-67.5253,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 1.42211, position (cm) = (-12.1969,-67.6369,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.215695, position (cm) = (-44.7483,-67.9633,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 0.457973, position (cm) = (-55.2073,-110.075,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 21.5228, position (cm) = (-64.4605,-108.141,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 21.5228, position (cm) = (-64.4605,-108.141,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 74.2373, position (cm) = (-59.2738,-113.601,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 64.8693, position (cm) = (-56.1198,-105.561,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 3.12741, position (cm) = (-54.8192,-137.893,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 5.30489, position (cm) = (-53.1642,-125.855,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.138926, position (cm) = (-49.4532,-79.418,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.245227, position (cm) = (-71.2191,-79.2202,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 3.17427, position (cm) = (-50.2868,-83.3425,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 4.99062, position (cm) = (-55.0115,-82.9114,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.293639, position (cm) = (-56.9669,-84.1734,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 27.4178, position (cm) = (-55.4828,-75.4686,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 27.4178, position (cm) = (-55.4828,-75.4686,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.924293, position (cm) = (-47.088,-141.188,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 0.402264, position (cm) = (-48.1891,-148.005,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 3.34742, position (cm) = (-49.4233,-143.087,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.137974, position (cm) = (-38.8713,-141.315,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 2.26701, position (cm) = (-39.095,-139.414,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 2.7587, position (cm) = (-37.6299,-141.421,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 0.34764, position (cm) = (-40.4334,-140.999,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 2.04634, position (cm) = (-40.4505,-140.987,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 4.03272, position (cm) = (-40.4157,-141.015,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 6.22376, position (cm) = (-40.8973,-141.127,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 6.08197, position (cm) = (-45.3485,-143.574,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 6.08197, position (cm) = (-45.3485,-143.574,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 12.8265, position (cm) = (-45.0959,-143.762,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 0.00381147, position (cm) = (-52.3182,-154.607,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 1.12785, position (cm) = (-59.9512,-153.863,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 3.55146, position (cm) = (-51.2499,-142.574,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 3.55146, position (cm) = (-51.2499,-142.574,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 67.3144, position (cm) = (-48.5199,-135.697,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 67.2126, position (cm) = (-48.3396,-135.658,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 20.8283, position (cm) = (-37.2303,-123.281,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.76324, position (cm) = (-31.123,-123.771,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 2.88702, position (cm) = (-26.4421,-133.366,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.236846, position (cm) = (-30.5339,-109.744,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.479684, position (cm) = (-32.7956,-114.087,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 14.7957, position (cm) = (-30.8126,-115.755,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 11.1501, position (cm) = (-42.2828,-79.4824,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 11.1501, position (cm) = (-42.2828,-79.4824,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 1.83812, position (cm) = (-68.9779,-69.8573,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.154346, position (cm) = (-69.0997,-70.6799,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 4.27032, position (cm) = (-28.5003,-119.579,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.209775, position (cm) = (-27.0086,-131.614,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 0.3261, position (cm) = (-22.0427,-134.461,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 0.0716352, position (cm) = (-32.1403,-145.869,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 1.77311, position (cm) = (-24.9529,-120.275,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 99.3026, position (cm) = (-40.5648,-59.5585,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 99.3026, position (cm) = (-40.5648,-59.5585,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 99.3026, position (cm) = (-40.5648,-59.5585,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 20.207, position (cm) = (-44.1072,-70.1011,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 7.70626e-05, position (cm) = (-38.0349,-74.0551,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 3.66588, position (cm) = (-34.9494,-51.3724,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 3.84634, position (cm) = (-36.7021,-30.8142,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 2.17436, position (cm) = (-58.8546,12.6522,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 70.8758, position (cm) = (-45.626,-48.8781,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.379218, position (cm) = (-27.5367,-41.942,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 0.672074, position (cm) = (-45.9218,-40.2888,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 1.50827, position (cm) = (-34.1782,-46.414,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 78.1447, position (cm) = (-37.4022,-50.3178,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 1.0043, position (cm) = (-25.9089,-23.3155,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 99.2047, position (cm) = (-41.3161,-45.0902,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.120152, position (cm) = (-28.0404,-68.0757,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 9.03011, position (cm) = (-26.3272,-64.246,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 14.3799, position (cm) = (-26.4078,-64.1471,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 68.7554, position (cm) = (-26.4092,-64.222,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 68.7554, position (cm) = (-26.4092,-64.222,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 99.0454, position (cm) = (-37.5515,-43.8087,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.0914307, position (cm) = (-37.9411,-42.2254,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.521564, position (cm) = (-19.8761,-5.53211,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 91.3363, position (cm) = (-35.8451,-42.821,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 94.4345, position (cm) = (-38.7923,-28.0282,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 94.5033, position (cm) = (-38.3915,-27.0839,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 93.3959, position (cm) = (-38.7906,-27.959,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 93.3815, position (cm) = (-35.2039,-33.3547,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 93.3815, position (cm) = (-35.2039,-33.3547,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 94.4029, position (cm) = (-34.69,-34.7456,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 99.3771, position (cm) = (-43.5089,-56.7028,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 99.3212, position (cm) = (-43.4956,-56.6673,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 0.0524964, position (cm) = (-65.1295,-43.9913,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.070444, position (cm) = (-65.308,-32.4443,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 1.90551, position (cm) = (-64.9573,-50.1259,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 16.0093, position (cm) = (-65.4509,-45.3165,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 16.0093, position (cm) = (-65.4509,-45.3165,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 16.0093, position (cm) = (-65.4509,-45.3165,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 39.0354, position (cm) = (-63.833,-76.2682,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.108329, position (cm) = (-63.1,-89.0887,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.343434, position (cm) = (-55.9558,-80.2102,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 2.16494, position (cm) = (-82.097,-90.1019,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 1.76371, position (cm) = (-62.8763,-105.059,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 1.21519, position (cm) = (-77.5179,-98.9234,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 83.5491, position (cm) = (-41.5238,-59.3113,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 83.5491, position (cm) = (-41.5238,-59.3113,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 83.5491, position (cm) = (-41.5238,-59.3113,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 7.171, position (cm) = (-42.9318,-49.5453,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.0860806, position (cm) = (-33.1703,-52.1479,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.0753083, position (cm) = (-40.7578,-51.4908,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.238955, position (cm) = (-30.0618,-50.1416,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 8.61186, position (cm) = (-33.391,-66.8454,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 6.28907, position (cm) = (-30.0791,-68.2483,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 8.61186, position (cm) = (-33.391,-66.8454,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 2.26553, position (cm) = (-11.9384,-60.4543,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 3.89645, position (cm) = (-13.6717,-61.0765,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 4.33258, position (cm) = (-12.1377,-59.8805,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 1.14941e-05, position (cm) = (-8.05626,-60.7436,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 6.31426, position (cm) = (-14.2555,-48.693,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 97.3327, position (cm) = (-39.9126,-59.8741,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 4.91922, position (cm) = (-50.5777,-50.9273,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 3.73403, position (cm) = (-48.1582,-51.1189,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 96.9178, position (cm) = (-37.4412,-57.9615,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 6.72517, position (cm) = (-23.0489,-55.4183,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 97.4816, position (cm) = (-36.3874,-59.1149,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 0.270374, position (cm) = (-52.3717,13.1812,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 24.5386, position (cm) = (-61.384,18.4347,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 0.744932, position (cm) = (-58.0995,6.22079,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 25.198, position (cm) = (-35.7336,3.87445,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 2.17749, position (cm) = (-48.783,70.0062,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.0779899, position (cm) = (-53.633,96.1465,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 2.98533, position (cm) = (-47.008,85.0569,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.313907, position (cm) = (-55.1443,69.4895,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 50.3531, position (cm) = (-80.3046,60.7331,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.181809, position (cm) = (-67.9907,67.447,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 0.667214, position (cm) = (-57.6414,70.1168,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 6.23615, position (cm) = (-66.7946,60.6629,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 4.52791, position (cm) = (-64.5012,68.3358,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 1.21542, position (cm) = (-77.0299,64.1914,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 69.0991, position (cm) = (7.13642,28.7235,200), weight = 0.015625 + gamma, kinetic energy (MeV) = 0.541397, position (cm) = (-46.0219,3.24901,200), weight = 0.015625 + gamma, kinetic energy (MeV) = 4.65524, position (cm) = (-42.1201,-3.06713,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 53.9924, position (cm) = (-74.1574,5.81954,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 53.9924, position (cm) = (-74.1574,5.81954,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.152247, position (cm) = (19.9793,16.1347,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 6.93124, position (cm) = (-22.2624,-8.61049,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 98.0671, position (cm) = (-32.8195,-14.6736,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 98.0671, position (cm) = (-32.8195,-14.6736,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 6.54081, position (cm) = (-31.8409,-9.41642,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 4.65248, position (cm) = (-22.8952,-10.4795,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 0.111819, position (cm) = (-30.7911,10.1817,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 40.875, position (cm) = (-43.9737,2.19085,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.124489, position (cm) = (-41.2965,-15.0288,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.698506, position (cm) = (-49.4707,-1.67014,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.202252, position (cm) = (-56.0862,-5.68335,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 0.685921, position (cm) = (-78.0786,-15.0129,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 67.3107, position (cm) = (-34.1562,-13.5429,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 1.10411, position (cm) = (-41.0456,-10.1646,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 5.95663, position (cm) = (-38.9183,-8.17738,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 58.6943, position (cm) = (-28.4115,-10.8236,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 6.7598, position (cm) = (-56.9921,-54.8724,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 2.1018e-05, position (cm) = (-57.6134,-54.192,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 2.02403, position (cm) = (-34.7152,-3.49724,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 1.01497, position (cm) = (-48.5435,-11.7333,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 22.4731, position (cm) = (-101.609,-12.9268,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 2.92656, position (cm) = (-114.352,-53.5736,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 7.98779, position (cm) = (-79.7429,-1.05444,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.213184, position (cm) = (-85.1663,4.07391,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 0.00610734, position (cm) = (-64.4278,-20.4651,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 6.66119, position (cm) = (-90.2938,5.50301,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 6.04749, position (cm) = (-89.6621,4.74065,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 0.666759, position (cm) = (-89.7585,-5.83072,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 49.3611, position (cm) = (-109.1,14.4694,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 49.3114, position (cm) = (-110.157,14.8061,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 49.3114, position (cm) = (-110.157,14.8061,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.767856, position (cm) = (-105.428,-8.91252,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 31.9209, position (cm) = (-96.2459,-12.9152,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 40.7348, position (cm) = (-100.047,-11.9893,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 40.4307, position (cm) = (-98.943,-13.2797,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 51.5588, position (cm) = (-101.964,4.14785,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.17508, position (cm) = (-109.688,-4.64141,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.440504, position (cm) = (-95.3615,-4.05774,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 1.98107, position (cm) = (-94.5001,-4.09312,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 32.8182, position (cm) = (-103.677,-17.5298,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.885925, position (cm) = (-42.374,27.8642,200), weight = 0.03125 + neutron, kinetic energy (MeV) = 2.12602, position (cm) = (17.9677,79.7685,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.703759, position (cm) = (-71.0307,-15.4203,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 29.4454, position (cm) = (-79.6263,-8.04806,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.089104, position (cm) = (-67.4341,-16.6238,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 3.82599, position (cm) = (-73.4251,-19.8302,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 0.000633786, position (cm) = (-5.83085,-10.7229,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 0.113555, position (cm) = (-5.85451,4.36082,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 72.2637, position (cm) = (-4.81647,23.1425,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 99.5474, position (cm) = (-32.3706,2.43055,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 99.7704, position (cm) = (-30.4471,-2.90254,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.843022, position (cm) = (-29.5639,-3.40507,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.0761722, position (cm) = (-37.6542,-3.89418,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 3.3279, position (cm) = (-29.16,-3.6607,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 4.36819, position (cm) = (-29.7482,-4.10941,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 4.81563, position (cm) = (-28.9306,-2.53414,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 1.73706, position (cm) = (-29.1604,-2.2994,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.121184, position (cm) = (-19.2281,-0.166767,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 1.76542e-06, position (cm) = (-34.7307,-7.49099,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.787558, position (cm) = (-37.356,-0.874919,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.703223, position (cm) = (-15.0112,-1.57596,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.0710478, position (cm) = (-52.945,-0.509952,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 98.8261, position (cm) = (-7.81866,-32.3496,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 98.7741, position (cm) = (-7.66542,-32.3561,200), weight = 0.0078125 + gamma, kinetic energy (MeV) = 0.308264, position (cm) = (-26.791,5.928,200), weight = 0.03125 + neutron, kinetic energy (MeV) = 18.0197, position (cm) = (-11.4793,-0.573733,200), weight = 0.03125 + neutron, kinetic energy (MeV) = 2.08407, position (cm) = (12.9433,-16.3122,200), weight = 0.03125 + gamma, kinetic energy (MeV) = 0.120987, position (cm) = (-14.4174,5.5943,200), weight = 0.03125 + neutron, kinetic energy (MeV) = 0.692727, position (cm) = (-9.11354,-16.7342,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 28.2009, position (cm) = (12.2266,-9.25781,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 3.27622, position (cm) = (15.1553,-7.20847,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 0.24969, position (cm) = (17.7846,-10.1532,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.238786, position (cm) = (24.6929,-3.468,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.214239, position (cm) = (20.6705,-3.5347,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 17.0855, position (cm) = (18.1872,-5.28236,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 17.791, position (cm) = (17.6068,-2.04603,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 5.57985, position (cm) = (14.1742,-8.57007,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 28.5318, position (cm) = (11.1878,-17.4489,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 1.04139, position (cm) = (11.3562,-17.0423,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 1.62856, position (cm) = (7.09086,-21.8111,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.107141, position (cm) = (1.62387,-12.9583,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 0.521223, position (cm) = (4.90059,-21.9194,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 28.073, position (cm) = (7.17029,-19.8848,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 28.5318, position (cm) = (11.1878,-17.4489,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 4.37562e-07, position (cm) = (-50.7034,5.32721,200), weight = 0.03125 + gamma, kinetic energy (MeV) = 2.80568, position (cm) = (-86.3667,29.4077,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 2.67576e-06, position (cm) = (-45.5693,39.3234,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.0517543, position (cm) = (16.5289,-7.57264,200), weight = 0.0625 + neutron, kinetic energy (MeV) = 0.00956594, position (cm) = (30.381,33.2959,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 0.184893, position (cm) = (31.525,53.4195,200), weight = 0.03125 + gamma, kinetic energy (MeV) = 1.43584, position (cm) = (27.1665,-6.09923,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 23.8537, position (cm) = (25.298,-24.5782,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 5.16559, position (cm) = (35.9564,-14.8568,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.0889567, position (cm) = (28.0734,-16.2067,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.0539081, position (cm) = (30.0949,-21.1036,200), weight = 0.0078125 + gamma, kinetic energy (MeV) = 1.67313, position (cm) = (-183.308,0.393293,200), weight = 0.015625 + gamma, kinetic energy (MeV) = 0.31477, position (cm) = (-194.951,8.04166,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.0805883, position (cm) = (-132.522,108.134,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.600531, position (cm) = (-132.663,101.299,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 98.7368, position (cm) = (-76.3013,28.2812,200), weight = 0.0625 + neutron, kinetic energy (MeV) = 91.3964, position (cm) = (-73.8638,34.6835,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 91.3964, position (cm) = (-73.8638,34.6835,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 91.235, position (cm) = (-76.5729,36.2119,200), weight = 0.015625 + gamma, kinetic energy (MeV) = 0.098742, position (cm) = (-88.1729,13.1914,200), weight = 0.0078125 + gamma, kinetic energy (MeV) = 0.176751, position (cm) = (-68.7073,47.8633,200), weight = 0.0078125 + gamma, kinetic energy (MeV) = 0.47482, position (cm) = (-62.1869,95.936,200), weight = 0.015625 + gamma, kinetic energy (MeV) = 0.207237, position (cm) = (-53.6824,119.227,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.0907761, position (cm) = (-60.2974,124.497,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 7.08253, position (cm) = (-62.4818,119.932,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 2.33895, position (cm) = (-80.7566,95.7966,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.204162, position (cm) = (-33.7936,95.519,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 72.8875, position (cm) = (-88.4262,40.5524,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 72.8867, position (cm) = (-88.4169,40.5536,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 72.8875, position (cm) = (-88.4262,40.5524,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 99.1097, position (cm) = (-80.5681,-3.81592,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 99.3267, position (cm) = (-80.4285,-1.34027,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.536363, position (cm) = (-97.6506,-14.0314,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 88.0071, position (cm) = (-100.014,-8.31417,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 97.905, position (cm) = (-103.668,-25.4821,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 96.8465, position (cm) = (-70.8796,-12.6329,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 96.7502, position (cm) = (-70.6614,-11.2521,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 97.0246, position (cm) = (-78.6483,-11.8988,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 97.0246, position (cm) = (-78.6483,-11.8988,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 97.0246, position (cm) = (-78.6483,-11.8988,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 55.4544, position (cm) = (-88.6047,-10.1089,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 55.2137, position (cm) = (-86.2422,-9.91702,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.903021, position (cm) = (-102.231,-21.4102,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 83.4744, position (cm) = (-99.5792,-17.1836,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 0.227208, position (cm) = (-103.455,-11.9541,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 99.079, position (cm) = (-91.0509,-16.2056,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.382728, position (cm) = (-72.8205,6.49279,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 53.8861, position (cm) = (-71.1855,-3.06606,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.351962, position (cm) = (-63.8966,-1.50673,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.247672, position (cm) = (-72.0735,3.14203,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 0.000251764, position (cm) = (-78.9364,19.6414,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 6.71863, position (cm) = (-74.151,-0.590122,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.569118, position (cm) = (-69.4926,7.02957,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 0.923313, position (cm) = (-52.249,26.4758,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 99.332, position (cm) = (-77.1513,-1.67359,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 99.1996, position (cm) = (-77.3277,1.56073,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 99.2508, position (cm) = (-77.3718,1.59778,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 47.3895, position (cm) = (-73.619,-0.269431,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.20663, position (cm) = (-84.2287,-25.6699,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 2.71003, position (cm) = (-69.4862,5.23783,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 3.18714, position (cm) = (-85.2499,-1.10587,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 9.33157e-08, position (cm) = (-108.448,67.2331,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 2.13568, position (cm) = (-97.5432,89.3709,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.848185, position (cm) = (-100.572,98.8598,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 0.199273, position (cm) = (-92.4369,98.8445,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 1.84139, position (cm) = (-112.354,89.1786,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 47.4503, position (cm) = (-113.645,101.851,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.190912, position (cm) = (-114.636,58.2878,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 46.8455, position (cm) = (-112.337,64.5133,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 60.1472, position (cm) = (-111.337,69.5318,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 60.5914, position (cm) = (-114.76,71.2655,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 60.8427, position (cm) = (-135.01,27.4978,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.163257, position (cm) = (-135.012,27.5591,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 0.796041, position (cm) = (-136.615,21.5836,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 17.281, position (cm) = (-135.171,27.5593,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.458208, position (cm) = (-125.423,4.76917,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 13.5012, position (cm) = (-134.38,27.0584,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 18.4885, position (cm) = (-134.979,27.1391,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 60.8427, position (cm) = (-135.01,27.4978,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 0.00243744, position (cm) = (-118,21.5695,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.351572, position (cm) = (-23.7574,7.12218,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 3.11245, position (cm) = (-22.8805,4.81259,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 5.47999, position (cm) = (-23.6241,6.54931,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 33.154, position (cm) = (-18.1395,7.13331,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 0.48807, position (cm) = (-25.2884,-9.10059,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 0.108464, position (cm) = (73.9685,-24.2127,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.41309, position (cm) = (47.7495,-88.4294,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 3.2095, position (cm) = (84.3567,-76.5087,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 0.00758767, position (cm) = (74.8393,-81.6711,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 1.71537, position (cm) = (107.722,-76.7743,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 13.2414, position (cm) = (44.7824,38.555,200), weight = 3.8147e-06 + e-, kinetic energy (MeV) = 3.37432, position (cm) = (42.1632,36.9829,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 1.71787, position (cm) = (35.843,44.7902,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 1.99101, position (cm) = (-71.6479,-13.915,200), weight = 7.45058e-09 + neutron, kinetic energy (MeV) = 2.52315, position (cm) = (-100.637,-12.9036,200), weight = 2.98023e-08 + gamma, kinetic energy (MeV) = 1.08823, position (cm) = (-11.2131,59.512,200), weight = 0.0078125 + gamma, kinetic energy (MeV) = 0.169616, position (cm) = (-40.5588,41.1604,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 1.91606, position (cm) = (-42.7216,36.5791,200), weight = 0.0078125 + gamma, kinetic energy (MeV) = 4.59967, position (cm) = (-39.6088,36.0282,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 66.8221, position (cm) = (-41.1718,32.7784,200), weight = 0.0078125 + gamma, kinetic energy (MeV) = 0.123273, position (cm) = (-61.9417,52.0502,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 0.103905, position (cm) = (-59.3832,51.7258,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.0702783, position (cm) = (-70.6167,68.5283,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.311282, position (cm) = (-72.8167,107.864,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.182397, position (cm) = (-36.0305,89.9764,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 1.42795, position (cm) = (-29.7667,99.775,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 5.66785, position (cm) = (-29.8923,85.6621,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 92.5504, position (cm) = (-33.9782,100.816,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 92.7268, position (cm) = (-33.4062,98.9364,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 92.7268, position (cm) = (-33.4062,98.9364,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 1.35062, position (cm) = (-11.6701,62.2744,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.0498917, position (cm) = (-19.3437,57.988,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.933478, position (cm) = (-30.5286,70.054,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 4.02686e-05, position (cm) = (-18.239,48.3642,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 63.1388, position (cm) = (-14.4667,48.8788,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 62.9681, position (cm) = (-16.2841,51.358,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 62.9681, position (cm) = (-16.2841,51.358,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 62.9681, position (cm) = (-16.2841,51.358,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 24.4329, position (cm) = (-1.16521,50.8841,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 0.0215003, position (cm) = (-2.47287,52.8521,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.119541, position (cm) = (-0.66071,55.9907,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.326479, position (cm) = (14.8177,61.7173,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 1.11329, position (cm) = (13.578,48.9856,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 4.64954e-05, position (cm) = (-9.44475,43.9358,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 3.66932, position (cm) = (-11.3445,52.5245,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 17.0317, position (cm) = (-20.6593,37.7547,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 17.0317, position (cm) = (-20.6593,37.7547,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 16.5938, position (cm) = (-21.7299,33.6646,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 1.10115, position (cm) = (-70.8881,46.9891,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 3.8409, position (cm) = (-43.3339,45.6037,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 2.52257, position (cm) = (-16.5857,38.5881,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 51.246, position (cm) = (-69.5947,94.1409,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 51.246, position (cm) = (-69.5947,94.1409,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 2.16718, position (cm) = (-73.709,96.7272,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.611291, position (cm) = (-59.66,81.1796,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 5.46195, position (cm) = (-57.3568,78.869,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 8.44776, position (cm) = (-54.4676,78.882,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 8.44776, position (cm) = (-54.4676,78.882,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 97.6552, position (cm) = (-67.8808,90.0164,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.533493, position (cm) = (-58.42,85.201,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 79.4425, position (cm) = (-58.4394,88.2032,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 96.35, position (cm) = (-81.9191,70.803,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 96.35, position (cm) = (-81.9191,70.803,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.104159, position (cm) = (-112.321,96.4321,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 31.2494, position (cm) = (-120.457,103.792,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 1.55315, position (cm) = (-110.124,109.934,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 2.16001, position (cm) = (-99.5577,135.797,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 15.1318, position (cm) = (-111.424,103.272,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 15.1318, position (cm) = (-111.424,103.272,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.236245, position (cm) = (-118.128,106.678,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 5.39442, position (cm) = (-135.751,117.029,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 0.341764, position (cm) = (-110.469,104.671,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 5.7253, position (cm) = (-74.9296,81.2858,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 2.35719, position (cm) = (-75.4148,81.2408,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.195875, position (cm) = (-85.5658,87.1789,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 0.376759, position (cm) = (-81.7983,90.8515,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 2.09945, position (cm) = (-79.7366,91.1711,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 27.603, position (cm) = (-82.7866,89.3955,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 27.603, position (cm) = (-82.7866,89.3955,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 66.1424, position (cm) = (-74.6157,111.953,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.053023, position (cm) = (-131.58,89.6571,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.802414, position (cm) = (-95.933,82.3735,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.129412, position (cm) = (-160.589,102.755,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 8.6095, position (cm) = (-161.812,60.9598,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.0728884, position (cm) = (-135.157,93.453,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.495812, position (cm) = (-133.999,90.3728,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.273228, position (cm) = (-135.35,91.5687,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 3.31345, position (cm) = (-137.316,93.5909,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 25.0301, position (cm) = (-136.158,91.2912,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 4.18259, position (cm) = (-151.851,85.8402,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 53.4587, position (cm) = (-200.691,101.353,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.760908, position (cm) = (-199.207,101.303,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 0.833796, position (cm) = (-198.415,99.652,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.952369, position (cm) = (-188.006,100.504,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 3.63209, position (cm) = (-199.065,100.58,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.118744, position (cm) = (-198.139,98.0057,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 1.69259, position (cm) = (-201.149,98.7502,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 5.30131, position (cm) = (-200.657,99.2923,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 5.31272, position (cm) = (-197.205,96.5433,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 53.0606, position (cm) = (-213.763,101.572,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 52.7489, position (cm) = (-214.462,102.171,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 3.90812, position (cm) = (-230.545,104.61,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 52.7237, position (cm) = (-231.158,101.756,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.305888, position (cm) = (-123.263,38.1693,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 14.6306, position (cm) = (-150.957,74.3107,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 3.20278e-07, position (cm) = (-137.441,103.377,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 28.1151, position (cm) = (-59.9733,-5.90988,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 29.3863, position (cm) = (-60.6079,-6.25705,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 29.3863, position (cm) = (-60.6079,-6.25705,200), weight = 0.03125 + gamma, kinetic energy (MeV) = 2.54371, position (cm) = (-96.8401,15.7339,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 29.5649, position (cm) = (-40.206,23.6624,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 29.5649, position (cm) = (-40.206,23.6624,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 29.5649, position (cm) = (-40.206,23.6624,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 29.367, position (cm) = (-38.7079,23.1165,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 0.00610563, position (cm) = (119.362,-39.911,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 3.1891, position (cm) = (126.452,-44.837,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 0.000583332, position (cm) = (-46.3979,32.302,200), weight = 0.03125 + gamma, kinetic energy (MeV) = 0.0798678, position (cm) = (-21.1272,86.3786,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 1.20583, position (cm) = (-35.6368,95.9005,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 0.90637, position (cm) = (-29.4932,98.2594,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 72.1827, position (cm) = (-23.3131,108.484,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.0666888, position (cm) = (-23.249,100.522,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 39.8858, position (cm) = (-11.6186,129.124,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 19.6693, position (cm) = (-17.8708,124.794,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.109052, position (cm) = (-16.7506,128.843,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 1.47474, position (cm) = (-16.9472,127.777,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.0650178, position (cm) = (-23.4264,111.6,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.942096, position (cm) = (16.7552,138.465,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 9.89079, position (cm) = (16.6329,122.617,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.510999, position (cm) = (-31.63,116.668,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.271142, position (cm) = (-50.0921,117.509,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 8.57535, position (cm) = (-33.0701,102.001,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.1389, position (cm) = (-17.6276,101.908,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.391124, position (cm) = (-14.8265,107.058,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 37.7254, position (cm) = (-20.62,102.203,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 7.75933, position (cm) = (-76.8125,131.457,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 39.5527, position (cm) = (-18.4391,110.054,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.347089, position (cm) = (28.8573,11.1263,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 41.8531, position (cm) = (12.6613,33.0634,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 41.8531, position (cm) = (12.6613,33.0634,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 42.3591, position (cm) = (9.15215,26.0831,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 27.205, position (cm) = (2.29671,37.6478,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 73.1931, position (cm) = (55.5498,31.9643,200), weight = 0.03125 + neutron, kinetic energy (MeV) = 72.3879, position (cm) = (53.8493,28.2759,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 72.9133, position (cm) = (51.5627,29.9727,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 72.8979, position (cm) = (51.3724,30.0207,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 0.0119387, position (cm) = (26.4911,-60.0716,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.110932, position (cm) = (18.508,-37.6263,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.136762, position (cm) = (40.729,-49.9609,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 11.8432, position (cm) = (36.1259,-53.733,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 12.4527, position (cm) = (33.7997,-54.9639,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.474832, position (cm) = (41.8462,-51.0531,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 10.6992, position (cm) = (44.0315,-54.9108,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 20.6948, position (cm) = (20.3368,-54.7618,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.147919, position (cm) = (-14.252,-22.3251,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 2.64263, position (cm) = (65.7923,-31.5836,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.223799, position (cm) = (49.1498,-233.928,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 5.4353, position (cm) = (48.4786,-235.471,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 26.8573, position (cm) = (48.8301,-236.034,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 0.983795, position (cm) = (44.0292,-213.108,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 1.19475, position (cm) = (20.1786,-182.253,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 0.0689321, position (cm) = (56.468,-213.325,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 5.33197, position (cm) = (57.8592,-224.038,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 0.0744671, position (cm) = (52.7986,-247.726,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 3.42829, position (cm) = (74.2747,-288.525,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 0.263381, position (cm) = (36.0347,-232.155,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 26.3556, position (cm) = (39.1552,-238.218,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 9.387e-06, position (cm) = (22.4256,-184.994,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 1.82938, position (cm) = (52.4932,-167.013,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 0.510999, position (cm) = (45.2147,-210.492,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 0.609743, position (cm) = (12.1611,-171.017,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 0.199419, position (cm) = (-27.5246,91.3948,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 99.2981, position (cm) = (-1.62365,73.748,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 99.2981, position (cm) = (-1.62365,73.748,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 99.2981, position (cm) = (-1.62365,73.748,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 99.2981, position (cm) = (-1.62365,73.748,200), weight = 0.015625 + gamma, kinetic energy (MeV) = 4.26304, position (cm) = (1.42695,68.8585,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 1.36022, position (cm) = (159.496,-110.117,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.11996, position (cm) = (167.728,-93.7611,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.16903, position (cm) = (96.5762,-95.8319,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.233018, position (cm) = (123.257,-121.635,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 1.71169, position (cm) = (119.341,-111.527,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 1.25748, position (cm) = (149.389,-153.37,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 1.05814, position (cm) = (145.987,-146.307,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.0858204, position (cm) = (138.71,-184.739,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 0.723513, position (cm) = (141.621,-202.067,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.0796391, position (cm) = (149.055,-186.456,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.0732936, position (cm) = (147.307,-192.429,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 2.44355, position (cm) = (150.637,-173.588,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.921059, position (cm) = (143.795,-135.289,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 7.91431, position (cm) = (155.563,-121.208,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 7.91431, position (cm) = (155.563,-121.208,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.32228, position (cm) = (135.292,-140.798,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 7.81309, position (cm) = (144.558,-138.272,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 72.114, position (cm) = (119.863,-104.501,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 21.8319, position (cm) = (122.269,-106.665,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 1.802, position (cm) = (142.272,-93.4835,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 34.664, position (cm) = (115.729,-142.578,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 4.97213, position (cm) = (130.843,-107.625,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.0759996, position (cm) = (118.934,-134.971,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 33.61, position (cm) = (115.776,-143.674,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.091536, position (cm) = (106.445,-121.335,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 1.52157, position (cm) = (75.5289,-86.5501,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.256479, position (cm) = (112.407,-132.261,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 1.54148, position (cm) = (105.428,-115.212,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 1.80088, position (cm) = (113.077,-108.934,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 21.6196, position (cm) = (101.593,-112.277,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 21.6196, position (cm) = (101.593,-112.277,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 21.6196, position (cm) = (101.593,-112.277,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 21.6196, position (cm) = (101.593,-112.277,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 21.6196, position (cm) = (101.593,-112.277,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 21.6196, position (cm) = (101.593,-112.277,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 7.43903, position (cm) = (99.1239,-129.003,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.388209, position (cm) = (35.1318,-102.652,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 2.46248, position (cm) = (58.2222,-80.9707,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 0.0711802, position (cm) = (50.4728,-53.1548,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 0.149563, position (cm) = (23.5611,-54.5757,200), weight = 3.72529e-09 + gamma, kinetic energy (MeV) = 0.0644972, position (cm) = (19.7657,-66.0937,200), weight = 3.72529e-09 + gamma, kinetic energy (MeV) = 0.367195, position (cm) = (20.7543,-61.6485,200), weight = 3.72529e-09 + neutron, kinetic energy (MeV) = 0.717793, position (cm) = (38.0065,-64.2531,200), weight = 1.86265e-09 + gamma, kinetic energy (MeV) = 4.67874, position (cm) = (20.755,-64.1292,200), weight = 3.72529e-09 + neutron, kinetic energy (MeV) = 2.80357, position (cm) = (41.2301,-85.8251,200), weight = 2.98023e-08 + neutron, kinetic energy (MeV) = 1.44995, position (cm) = (38.6201,-52.3695,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 1.45097, position (cm) = (40.8364,-45.8777,200), weight = 3.8147e-06 Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/biasing/GB06/exampleGB06.out b/examples/extended/biasing/GB06/exampleGB06.out index 6a3cc78021..01052196cf 100644 --- a/examples/extended/biasing/GB06/exampleGB06.out +++ b/examples/extended/biasing/GB06/exampleGB06.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -28,6 +28,16 @@ Parallel World `parallelWorldForSlices' constructed. for neutron : 3 to 6 GeV ### Adding tracking cuts for neutron TimeCut(ns)= 10000 KinEnergyCut(MeV)= 0 + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : BIAS.GEN.28 + issued by : G4BiasingHelper::AddBiasingProcessLimiter(G4ProcessManager* pmanager) +Trying to re-add a G4ParallelGeometriesLimiterProcess process to the process manager for 'neutron (PDG : 2112 ) while one is already present. +Call ignored. + +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + neutron : biasWrapper(0) Visualization Manager instantiating with verbosity "warnings (3)"... Visualization Manager initialising... @@ -732,7 +742,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20 Level density (1/MeV) 0.075 Use simple level density model 1 Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1e+12 +Time limit for long lived isomeres (ns) 1000 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 @@ -742,271 +752,122 @@ Upload data before 1st event for Z < 9 ======================================================================= G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. See commands in /vis/modeling/trajectories/ for other options. - gamma, kinetic energy (MeV) = 2.07121, position (cm) = (-15.3501,-51.8805,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 36.5567, position (cm) = (102.308,143.168,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.64189, position (cm) = (110.629,75.9046,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.173143, position (cm) = (-53.745,-13.5127,500), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.066181, position (cm) = (-49.2932,-23.4854,500), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 7.14539, position (cm) = (-123.54,14.8547,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.448404, position (cm) = (-110.43,49.7063,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.0650362, position (cm) = (-118.946,49.1756,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.31649, position (cm) = (-42.2656,26.2973,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.144754, position (cm) = (-36.2594,21.4505,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.605182, position (cm) = (-52.4611,26.2457,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.42897, position (cm) = (-44.9814,25.9194,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.681895, position (cm) = (-41.1218,27.7183,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.552833, position (cm) = (-50.8564,34.4713,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.0712207, position (cm) = (-33.6494,37.5358,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 2.7042, position (cm) = (-42.5088,15.8026,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 2.22305, position (cm) = (-52.2065,20.4415,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 63.3274, position (cm) = (8.27785,-58.9729,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.384946, position (cm) = (-3.23634,-53.3827,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 51.9209, position (cm) = (11.8214,-62.0208,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.03413, position (cm) = (17.1916,-60.7903,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 2.42216, position (cm) = (27.2325,-77.6787,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.527237, position (cm) = (11.3431,-57.7566,500), weight = 1.90735e-06 - e-, kinetic energy (MeV) = 2.01006, position (cm) = (11.5644,-57.3137,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.0518198, position (cm) = (11.5638,-57.3164,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.063351, position (cm) = (11.5767,-57.3383,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.381332, position (cm) = (99.9111,-42.7585,500), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.499004, position (cm) = (120.701,-23.5808,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 17.0586, position (cm) = (76.225,3.93558,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.145605, position (cm) = (101.193,20.9036,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 2.67205, position (cm) = (92.128,1.19854,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 2.25927, position (cm) = (92.998,5.78135,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 39.9708, position (cm) = (86.8145,-6.14569,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 73.876, position (cm) = (3.60653,95.9012,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 72.5212, position (cm) = (15.4757,94.1649,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.463851, position (cm) = (-35.415,65.7941,500), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 1.1254, position (cm) = (-8.47912,109.304,500), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.263613, position (cm) = (-25.8776,31.5623,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 7.4296, position (cm) = (-50.58,40.4892,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 47.2505, position (cm) = (-43.5691,42.8944,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 6.24211, position (cm) = (-19.6382,64.8515,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.0383376, position (cm) = (-53.1976,62.3405,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 66.2026, position (cm) = (-37.852,77.1425,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 68.468, position (cm) = (-57.6737,20.2537,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 2.35365, position (cm) = (-85.3904,59.0563,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 3.69885, position (cm) = (-37.1558,63.0123,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.27345, position (cm) = (-64.2179,68.9882,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 4.39336, position (cm) = (-69.282,65.0275,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.342982, position (cm) = (-36.6927,54.9595,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.552046, position (cm) = (-35.4815,54.2168,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 2.94826, position (cm) = (-16.7624,59.2555,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 2.19785, position (cm) = (-35.0528,59.1528,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.330017, position (cm) = (-20.5396,59.4428,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 5.82228, position (cm) = (-18.1521,27.6256,500), weight = 3.8147e-06 - e-, kinetic energy (MeV) = 0.930141, position (cm) = (-31.9564,59.281,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.339686, position (cm) = (-32.2676,59.1648,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.0777377, position (cm) = (-30.9912,58.777,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.133873, position (cm) = (-15.8564,58.6207,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.21225, position (cm) = (-12.2668,59.5202,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 7.33348e-09, position (cm) = (-1.75047,72.9177,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.324777, position (cm) = (-1.90172,53.1129,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 50.8976, position (cm) = (-1.68837,50.2331,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.27341, position (cm) = (79.6986,63.6209,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.592082, position (cm) = (10.1923,-18.0651,500), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.482983, position (cm) = (-31.6191,133.476,500), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 83.1792, position (cm) = (-12.4161,126.298,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 76.1754, position (cm) = (-36.78,128.725,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 3.29505, position (cm) = (-3.3381,144.615,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 48.7825, position (cm) = (-35.2481,146.234,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 5.58263, position (cm) = (32.7216,-14.8909,500), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 5.89341e-09, position (cm) = (23.5471,12.351,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 9.34702e-06, position (cm) = (26.4468,-20.444,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.256584, position (cm) = (15.2262,35.7827,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.21681, position (cm) = (2.39705,60.122,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.325736, position (cm) = (-93.8594,86.9022,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.19892, position (cm) = (-46.1964,37.2794,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.410941, position (cm) = (-53.4135,39.7847,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.140205, position (cm) = (-31.2154,-79.8971,500), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 3.45031, position (cm) = (-10.554,-140.476,500), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 0.000965653, position (cm) = (-24.0712,-111.245,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.645804, position (cm) = (-52.5394,-111.024,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 4.94893, position (cm) = (-78.4852,-112.377,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 73.3523, position (cm) = (-58.6954,-106.395,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.112818, position (cm) = (-51.032,-96.4824,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.722285, position (cm) = (-49.954,-93.2562,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.892736, position (cm) = (-32.4351,-85.3504,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.180698, position (cm) = (-51.2281,-52.7676,500), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.894129, position (cm) = (-19.5977,-55.8474,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.586456, position (cm) = (-32.8155,-45.1544,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 18.2012, position (cm) = (-34.6584,-41.5161,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 8.99689e-07, position (cm) = (6.34902,-76.3159,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 4.7319, position (cm) = (14.951,-108.422,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.18608, position (cm) = (-20.8909,-64.3839,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.386283, position (cm) = (30.4853,-95.149,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 2.56512, position (cm) = (30.8345,-76.784,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.427088, position (cm) = (7.72036,-81.5644,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.142683, position (cm) = (5.39987,-77.7146,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.00695369, position (cm) = (22.7278,-108.898,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 2.02796, position (cm) = (-27.4012,-101.539,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.425681, position (cm) = (-7.45506,-82.3435,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.127138, position (cm) = (-41.2642,-105.87,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.0841114, position (cm) = (-44.4577,-106.059,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 4.67046, position (cm) = (-40.6014,-102.515,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.653025, position (cm) = (-29.7899,-100.087,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.000744977, position (cm) = (-4.66984,-84.6451,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 2.80614, position (cm) = (18.9615,-35.6752,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 3.89411, position (cm) = (21.1187,-35.3152,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 97.8057, position (cm) = (7.10367,-50.3242,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 97.8057, position (cm) = (7.10367,-50.3242,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 96.3401, position (cm) = (7.60241,-57.1918,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.0715312, position (cm) = (22.5212,-71.4582,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.210338, position (cm) = (28.9192,-65.4476,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 4.84801, position (cm) = (29.7114,-69.5359,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 27.4652, position (cm) = (9.01786,-47.7835,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.109544, position (cm) = (14.2441,-51.2167,500), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.709703, position (cm) = (54.2302,-43.4305,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 1.00861, position (cm) = (52.2157,-54.053,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.021644, position (cm) = (28.4741,-83.3897,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 3.78452, position (cm) = (-14.7246,-113.463,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.176144, position (cm) = (5.57436,-129.993,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.414713, position (cm) = (9.28766,-110.152,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.68076, position (cm) = (-9.74676,-95.5926,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 37.8574, position (cm) = (10.3141,-106.023,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 57.0614, position (cm) = (-7.27121,-80.4282,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.00215578, position (cm) = (67.345,107.405,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.978142, position (cm) = (63.5869,123.605,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 1.27346, position (cm) = (-26.8422,93.5357,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.17978, position (cm) = (5.9646,130.096,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 44.3898, position (cm) = (23.5015,30.2124,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 56.5279, position (cm) = (-0.0770338,-31.691,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.308095, position (cm) = (-15.1456,-18.4249,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 56.7059, position (cm) = (-15.275,-13.0075,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 56.1342, position (cm) = (-18.3393,-8.44393,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 56.6187, position (cm) = (-11.8875,-9.98386,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 1.27675, position (cm) = (-10.8735,-23.5556,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.28295, position (cm) = (25.9075,-9.31038,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 6.51187e-09, position (cm) = (29.427,-83.8705,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 1.6461, position (cm) = (75.3299,76.7701,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.000130066, position (cm) = (72.0109,20.0383,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.228606, position (cm) = (67.7762,25.8002,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.183219, position (cm) = (68.1571,16.2117,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 6.01409, position (cm) = (84.1821,12.5669,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 2.05172, position (cm) = (-65.4232,-85.4332,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.670473, position (cm) = (-70.9697,-105.475,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.186267, position (cm) = (-82.7838,-97.1701,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.313827, position (cm) = (-82.7082,-95.3215,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.211264, position (cm) = (-84.4411,-100.715,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 2.43801, position (cm) = (-85.1479,-103.378,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.00110934, position (cm) = (-85.7143,-113.496,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.359118, position (cm) = (-24.4827,-90.7018,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.11163, position (cm) = (-45.363,-98.0811,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 95.1703, position (cm) = (-54.2882,-95.0462,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 95.1703, position (cm) = (-54.2882,-95.0462,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 3.43977, position (cm) = (-43.5111,148.332,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 2.08888, position (cm) = (-86.0727,133.315,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.5771, position (cm) = (-51.5685,118.391,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 81.4924, position (cm) = (-72.2545,148.004,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 84.6409, position (cm) = (-83.0001,111.238,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 3.60669, position (cm) = (-90.1302,97.8015,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 35.966, position (cm) = (-76.2956,116.864,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.00561588, position (cm) = (-78.5937,114.709,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 2.31195, position (cm) = (-91.1478,126.852,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 4.18677, position (cm) = (-83.312,110.883,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.489246, position (cm) = (-89.8141,124.861,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.679184, position (cm) = (-107.665,115.609,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.788983, position (cm) = (-78.101,130.009,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 84.432, position (cm) = (-85.7101,121.839,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 92.7489, position (cm) = (-81.1875,109.987,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.216364, position (cm) = (-79.0666,117.244,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 70.0489, position (cm) = (-76.627,118.866,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.351608, position (cm) = (-101.687,125.009,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 55.8887, position (cm) = (-77.1954,129.189,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 83.466, position (cm) = (-90.3707,114.735,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 92.1756, position (cm) = (-25.4596,146.575,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.71498, position (cm) = (-53.169,97.3767,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.431017, position (cm) = (-9.91552,73.1086,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.71031, position (cm) = (-81.7522,95.8451,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.496377, position (cm) = (-0.69662,123.582,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 2.22198, position (cm) = (1.01444,124.64,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 4.54466, position (cm) = (0.0472666,125.225,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 19.3834, position (cm) = (0.801679,123.892,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.121555, position (cm) = (-7.90082,142.062,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 6.56556, position (cm) = (21.4547,67.2718,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 28.7608, position (cm) = (25.2849,33.0953,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 28.6245, position (cm) = (33.4719,31.4464,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 7.30587e-08, position (cm) = (-28.2154,36.5212,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.79368, position (cm) = (-72.9019,25.1046,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 2.58527, position (cm) = (-72.8252,22.2497,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.411961, position (cm) = (-73.1734,14.3339,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 6.31664, position (cm) = (-84.43,12.0626,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.112784, position (cm) = (-98.5717,-11.3344,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 7.37647, position (cm) = (-94.0843,15.2089,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 2.02821, position (cm) = (-17.5042,39.1027,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.101423, position (cm) = (-70.1334,58.4543,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 40.9049, position (cm) = (-89.3835,-12.5622,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 68.0475, position (cm) = (-108.144,11.4874,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 7.7684e-06, position (cm) = (-26.0227,34.655,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.433763, position (cm) = (-42.1486,37.406,500), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 69.8329, position (cm) = (-15.4311,52.6672,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 69.7322, position (cm) = (-15.3967,50.1575,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.38669, position (cm) = (-79.9224,-117.828,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 4.39336, position (cm) = (-69.3525,-127.928,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 74.6811, position (cm) = (-84.657,-138.294,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 74.6811, position (cm) = (-84.657,-138.294,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 54.3554, position (cm) = (-98.059,-141.749,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 20.1872, position (cm) = (-129.046,-104.928,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.42187, position (cm) = (-61.9957,-29.5113,500), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.106334, position (cm) = (-30.9071,-68.7255,500), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.280667, position (cm) = (8.15243,-75.4392,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.9215, position (cm) = (-24.2998,-92.8764,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 3.40769, position (cm) = (14.9964,-84.1475,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.205744, position (cm) = (-71.9866,-40.1451,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.235681, position (cm) = (0.280411,-60.1139,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 7.70057, position (cm) = (-21.4348,-56.677,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 84.8865, position (cm) = (-7.24045,-65.037,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 84.5018, position (cm) = (-10.3737,-66.9164,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 2.02776, position (cm) = (3.78871,-63.2655,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 4.39336, position (cm) = (3.54013,-62.3423,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.169487, position (cm) = (20.0044,-83.7334,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.161361, position (cm) = (24.428,-69.6896,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.000337665, position (cm) = (5.45094,-105.835,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 6.249e-08, position (cm) = (30.5804,-74.889,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.733981, position (cm) = (19.8084,-35.8815,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 4.98389e-07, position (cm) = (37.1732,-33.0974,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 44.9487, position (cm) = (-77.0064,-26.7639,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 37.7662, position (cm) = (-58.8984,-15.3855,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.152245, position (cm) = (54.5475,-39.2012,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.778708, position (cm) = (51.9583,-10.7,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 4.29408, position (cm) = (53.9612,-3.86127,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 86.0115, position (cm) = (51.9918,-18.1963,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 5.17955e-05, position (cm) = (61.994,-50.1827,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 49.0608, position (cm) = (-11.5108,-122.511,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.820636, position (cm) = (-7.60773,-89.9535,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.603804, position (cm) = (21.6776,-105.412,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.137163, position (cm) = (8.13696,-127.816,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 24.6835, position (cm) = (6.49554,-119.744,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 2.22306, position (cm) = (48.8255,-71.7675,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 87.3532, position (cm) = (-138.899,-136.657,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 16.0094, position (cm) = (-126.189,-125.431,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 51.5388, position (cm) = (-144.351,-135.089,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.22964, position (cm) = (-115.044,-121.847,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.212421, position (cm) = (-104.259,-120.592,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 1.48736, position (cm) = (-116.328,-122.965,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 4.97771, position (cm) = (-109.487,-116.856,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 57.8992, position (cm) = (-113.823,-128.275,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.263468, position (cm) = (-39.5315,-63.7516,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.20169, position (cm) = (-42.6384,-65.0958,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.147464, position (cm) = (-100.306,-90.8356,500), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 2.23166, position (cm) = (-83.4014,-115.253,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.830487, position (cm) = (-75.9614,-116.473,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 6.46881, position (cm) = (-79.343,-118.907,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 82.8025, position (cm) = (-77.5146,-117.903,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.102311, position (cm) = (-21.2305,-59.0944,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.510999, position (cm) = (-42.7181,-58.1458,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.104753, position (cm) = (-52.592,-56.0512,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 71.2655, position (cm) = (-70.1131,-63.9771,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 2.95893, position (cm) = (-117.832,-53.3097,500), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.639791, position (cm) = (69.0201,48.9649,500), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 1.61523, position (cm) = (24.3959,88.3517,500), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.151538, position (cm) = (11.3605,112.715,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 34.9592, position (cm) = (-17.2122,98.0157,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 43.4565, position (cm) = (-13.4275,37.4003,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.0516084, position (cm) = (2.89442,45.8783,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 3.99132, position (cm) = (-21.1092,48.4994,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 32.5759, position (cm) = (41.3756,39.5985,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 31.552, position (cm) = (37.1451,39.0633,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 1.40092, position (cm) = (57.8455,-9.28008,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 57.1204, position (cm) = (48.0985,17.6639,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.63395, position (cm) = (24.5635,4.46915,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 7.14528, position (cm) = (56.4512,49.4698,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.21681, position (cm) = (56.6426,50.0984,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.0802496, position (cm) = (80.6344,4.56531,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.80545, position (cm) = (39.5943,32.1514,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 2.82127, position (cm) = (50.699,29.7927,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 58.7997, position (cm) = (53.6911,27.6438,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.94, position (cm) = (53.04,42.2585,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.347991, position (cm) = (72.7834,34.3253,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 4.86697, position (cm) = (63.405,44.6408,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 58.4322, position (cm) = (49.8275,38.1405,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 58.732, position (cm) = (66.5418,-3.46536,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 7.37856e-05, position (cm) = (74.5685,-1.91276,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 58.8047, position (cm) = (63.8039,5.31097,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 58.8047, position (cm) = (63.8039,5.31097,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.595309, position (cm) = (-88.2524,36.3376,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 2.87772, position (cm) = (-107.671,31.1625,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 5.41875, position (cm) = (-80.4709,6.50294,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 3.9465, position (cm) = (-144.945,41.6992,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.0114697, position (cm) = (-46.9723,-54.9883,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.886138, position (cm) = (-17.4393,-37.37,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.213126, position (cm) = (-29.8603,-56.0318,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 2.05683, position (cm) = (-31.6529,-57.8285,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 9.34614e-06, position (cm) = (39.1706,-40.5319,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 37.1255, position (cm) = (-6.29132,-83.9697,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.2998, position (cm) = (-23.7211,32.3442,500), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 77.974, position (cm) = (-37.5235,46.4373,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 77.8905, position (cm) = (-42.7451,43.4649,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 2.24794, position (cm) = (-82.2233,-27.9827,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 2.19546, position (cm) = (-94.7321,-4.6318,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 3.49829, position (cm) = (-104.582,-36.6395,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 3.83832, position (cm) = (-95.5055,-9.46786,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.265064, position (cm) = (-91.459,-37.2133,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 2.16842, position (cm) = (-97.0812,-31.5731,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.191295, position (cm) = (-124.029,-22.5278,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 2.33975e-05, position (cm) = (-116.308,-38.9863,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.265682, position (cm) = (-125.073,-47.0393,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 1.19419, position (cm) = (-72.5456,-52.5568,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.46592, position (cm) = (-77.8058,-53.3524,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.00323221, position (cm) = (-110.879,-44.8146,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 9.17353, position (cm) = (-69.1537,-49.5594,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.317938, position (cm) = (-87.8122,-33.313,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 54.3587, position (cm) = (-115.584,-51.1363,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.77214, position (cm) = (58.5233,46.2453,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 2.75755, position (cm) = (74.9456,62.4681,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.34601, position (cm) = (-62.5631,147.271,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 1.17587e-06, position (cm) = (-45.3124,132.049,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 4.58286, position (cm) = (-61.4475,104.286,500), weight = 3.8147e-06 + e-, kinetic energy (MeV) = 1.68306, position (cm) = (-61.4213,104.306,500), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 2.36658, position (cm) = (-54.3443,149.073,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.567663, position (cm) = (-130.455,12.5937,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 7.1052, position (cm) = (-117.255,7.29367,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.469672, position (cm) = (-117.547,0.690701,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.125524, position (cm) = (-121.336,-24.8537,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.0964685, position (cm) = (-123.233,-21.7574,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 1.47404, position (cm) = (-130.494,5.52237,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.182614, position (cm) = (-59.1131,7.87881,500), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.367828, position (cm) = (-70.2227,8.25576,500), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 52.741, position (cm) = (-74.7044,-139.774,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 52.4611, position (cm) = (-77.0829,-137.076,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 53.6436, position (cm) = (-39.9791,-148.351,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 53.6436, position (cm) = (-39.9791,-148.351,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 71.8827, position (cm) = (63.8713,-133.256,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 51.6184, position (cm) = (95.8077,-136.085,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 3.33544, position (cm) = (79.6883,-143.566,500), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 0.000120697, position (cm) = (66.2975,-136.46,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 6.15549, position (cm) = (39.8101,-125.124,500), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.108417, position (cm) = (-18.6654,22.0183,500), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.213762, position (cm) = (-24.1065,69.3656,500), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 1.27341, position (cm) = (-8.02456,5.81084,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.79378, position (cm) = (-15.9261,6.79539,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.163427, position (cm) = (-19.6676,18.3821,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.10018, position (cm) = (-19.2415,7.16647,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 99.3969, position (cm) = (-69.047,21.7303,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 5.40208, position (cm) = (-76.7947,28.9389,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 6.99883, position (cm) = (-72.0983,7.00491,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 3.16521, position (cm) = (-54.3348,21.0511,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 1.61188, position (cm) = (-65.3396,29.8662,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.92926, position (cm) = (-69.802,23.5627,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 3.99495, position (cm) = (-69.7266,25.3574,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 12.4372, position (cm) = (-61.9926,32.8333,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.676798, position (cm) = (-28.1621,31.0819,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 32.5154, position (cm) = (-32.1624,38.6116,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.683474, position (cm) = (-21.916,12.0875,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 78.6401, position (cm) = (-67.2151,5.31433,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 44.2592, position (cm) = (-39.5998,2.90262,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 53.1077, position (cm) = (-45.6447,14.4415,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.162789, position (cm) = (-94.0245,30.196,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.849794, position (cm) = (-88.9888,37.47,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 53.4015, position (cm) = (-64.4221,37.3933,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.593876, position (cm) = (-96.1388,14.9166,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 1.40667, position (cm) = (-73.8801,-0.492411,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.278484, position (cm) = (-108.846,31.1788,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.108632, position (cm) = (-75.7072,-9.14119,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.0918059, position (cm) = (-84.0408,-8.00114,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.287435, position (cm) = (-35.42,9.74852,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.158368, position (cm) = (57.5766,70.5264,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.188273, position (cm) = (30.2992,50.1639,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.787073, position (cm) = (36.9151,61.29,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 7.14551, position (cm) = (88.6317,41.5187,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 4.00648, position (cm) = (57.8475,42.0031,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.238176, position (cm) = (101.431,32.9267,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.139216, position (cm) = (108.41,57.1486,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.00171, position (cm) = (123.192,73.7199,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 3.77909, position (cm) = (96.0107,-40.2337,500), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 2.12481, position (cm) = (62.1496,13.7491,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 2.42551, position (cm) = (74.5753,-71.9721,500), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 1.25276, position (cm) = (-27.1854,41.5848,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 38.9157, position (cm) = (-20.0809,48.0935,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 6.43308, position (cm) = (3.78002,32.5334,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.28616, position (cm) = (-21.2907,35.0911,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.0639728, position (cm) = (-10.8017,38.6868,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 3.18724, position (cm) = (-36.4842,18.2521,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 4.45354, position (cm) = (-30.9495,20.1791,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 19.6017, position (cm) = (-36.2735,12.1127,500), weight = 1.90735e-06 Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/biasing/ReverseMC01/History b/examples/extended/biasing/ReverseMC01/History index 04ff116a99..82a479f909 100644 --- a/examples/extended/biasing/ReverseMC01/History +++ b/examples/extended/biasing/ReverseMC01/History @@ -16,6 +16,11 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +May 17, 2020 V.Ivanchenko (ReverseMC01-V10-05-02) +- RMC01AnalysisManager - use G4double for computation of mean and RMS, + added protection for sqrt argument, to avoid a problem due to precision + loss in arithmetic computations + Nov 18, 2019 G.Cosmo (ReverseMC01-V10-05-01) - Fixed cases of type conversions from size_t to G4int in B5HodoscopeSD. diff --git a/examples/extended/biasing/ReverseMC01/run_adjoint_simulation_electron.out b/examples/extended/biasing/ReverseMC01/run_adjoint_simulation_electron.out index ae011bbc71..b3083f79a2 100644 --- a/examples/extended/biasing/ReverseMC01/run_adjoint_simulation_electron.out +++ b/examples/extended/biasing/ReverseMC01/run_adjoint_simulation_electron.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -322,7 +322,7 @@ nb event 175000 Run terminated. Run Summary Run Aborted after 178102 events processed. - User=78.510000s Real=80.035046s Sys=0.100000s + User=78.620000s Real=79.603457s Sys=0.130000s Results of reverse/adjoint simulation! normalised edep [MeV] = 0.00163833 error[MeV] = 1.63831e-05 diff --git a/examples/extended/biasing/ReverseMC01/src/RMC01AnalysisManager.cc b/examples/extended/biasing/ReverseMC01/src/RMC01AnalysisManager.cc index 315d348f29..442ff2f03a 100644 --- a/examples/extended/biasing/ReverseMC01/src/RMC01AnalysisManager.cc +++ b/examples/extended/biasing/ReverseMC01/src/RMC01AnalysisManager.cc @@ -330,6 +330,7 @@ void RMC01AnalysisManager::EndOfEventForAdjointSimulation( //We need to loop over the adjoint tracks that have reached the external //surface. for (std::size_t j=0;jGetFwdParticlePDGEncodingAtEndOfLastAdjointTrack(j); G4double prim_ekin=theAdjointSimManager @@ -414,7 +415,7 @@ void RMC01AnalysisManager::EndOfEventForAdjointSimulation( //Check if the edep is not wrongly too high //----------------------------------------- - G4double new_mean , new_error; + G4double new_mean(0.0), new_error(0.0); fAccumulated_edep +=edep; fAccumulated_edep2 +=edep*edep; fNentry += 1.0; @@ -442,12 +443,13 @@ void RMC01AnalysisManager::EndOfEventForAdjointSimulation( new_mean_computed=true; } - } - if (!new_mean_computed){ + } + + if (!new_mean_computed){ ComputeMeanEdepAndError(anEvent,fMean_edep,fError_mean_edep); - if (fError_mean_edep>0) fRelative_error= fError_mean_edep/fMean_edep; - } - } + fRelative_error = (fMean_edep > 0.0) ? fError_mean_edep/fMean_edep : 0.0; + } + } } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -506,11 +508,11 @@ void RMC01AnalysisManager::WriteHisto(G4H2* anHisto, void RMC01AnalysisManager::ComputeMeanEdepAndError( const G4Event* anEvent,G4double& mean,G4double& error) { - G4int nb_event=anEvent->GetEventID()+1; + G4int nb_event = anEvent->GetEventID()+1; G4double factor=1.; if (fAdjoint_sim_mode) { - nb_event /=fNb_evt_per_adj_evt; - factor=1.*G4AdjointSimManager::GetInstance()->GetNbEvtOfLastRun(); + nb_event /= fNb_evt_per_adj_evt; + factor = 1.*G4AdjointSimManager::GetInstance()->GetNbEvtOfLastRun(); } // VI: error computation now is based on number of entries and not @@ -518,22 +520,24 @@ void RMC01AnalysisManager::ComputeMeanEdepAndError( // LD: This is wrong! With the use of fNentry the results were no longer // correctly normalised. The mean and the error should be computed // with nb_event. The old computation has been reset. - G4float nb_event_float = G4float(nb_event); - if (nb_event_float >1.) { - mean = fAccumulated_edep/nb_event_float; - G4double mean_x2 = fAccumulated_edep2/nb_event_float; - /* + // VI: OK, but let computations be double + if (nb_event > 0) { + G4double norm = 1.0/(G4double)nb_event; + mean = fAccumulated_edep*norm; + G4double mean_x2 = fAccumulated_edep2*norm; + G4double zz = mean_x2 - mean*mean; + /* G4cout << "Nevt= " << nb_event << " mean= " << mean << " mean_x2= " << mean_x2 << " x2 - x*x= " - << mean_x2-mean*mean << G4endl; - */ - error = factor*std::sqrt(mean_x2-mean*mean)/std::sqrt(nb_event_float); - mean *=factor; + << zz << G4endl; + */ + error = factor*std::sqrt(std::max(zz, 0.)*norm); + mean *= factor; + } else { + mean=0; + error=0; } - else { - mean=0; - error=0; - } + //G4cout << "Aend: " << mean << " " << error << G4endl; } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm0/TestEm0.out b/examples/extended/electromagnetic/TestEm0/TestEm0.out index 01eb14ecc9..d18fe31b4b 100644 --- a/examples/extended/electromagnetic/TestEm0/TestEm0.out +++ b/examples/extended/electromagnetic/TestEm0/TestEm0.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -370,7 +370,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000550s Sys=0.000000s + User=0.000000s Real=0.000605s Sys=0.000000s ========= Table of registered couples ============================== @@ -425,7 +425,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000169s Sys=0.000000s + User=0.000000s Real=0.000177s Sys=0.000000s G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 9 of which, static: 0 diff --git a/examples/extended/electromagnetic/TestEm1/TestEm1.out b/examples/extended/electromagnetic/TestEm1/TestEm1.out index d605eb0741..38bb6a1e83 100644 --- a/examples/extended/electromagnetic/TestEm1/TestEm1.out +++ b/examples/extended/electromagnetic/TestEm1/TestEm1.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -382,7 +382,7 @@ Screening factor 1 ======================================================================= ====== Radioactive Decay Physics Parameters ======== ======================================================================= -Max life time 1e+15 ps +Max life time 1e+06 ps Internal e- conversion flag 1 Stored internal conversion coefficients 0 Enable correlated gamma emission 0 @@ -425,7 +425,7 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008 Run terminated. Run Summary Number of events processed : 2000 - User=1.450000s Real=1.449853s Sys=0.000000s + User=1.440000s Real=1.453337s Sys=0.010000s ======================== run summary ====================== @@ -494,7 +494,7 @@ N=17 V[N]={2090744789413038816, 475879386275182165, 924531448196777844, 92377436 Run terminated. Run Summary Number of events processed : 2000 - User=0.080000s Real=0.085569s Sys=0.000000s + User=0.090000s Real=0.088230s Sys=0.000000s ======================== run summary ====================== diff --git a/examples/extended/electromagnetic/TestEm10/TestEm10.out b/examples/extended/electromagnetic/TestEm10/TestEm10.out index b3616d8d76..faaeb66d60 100644 --- a/examples/extended/electromagnetic/TestEm10/TestEm10.out +++ b/examples/extended/electromagnetic/TestEm10/TestEm10.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -144,7 +144,7 @@ Build angle for energy distribution according the current radiator Lorentz Factor XTR photon number -total time for build XTR angle for given energy tables = 0.12 s +total time for build XTR angle for given energy tables = 0.13 s msc: for e+ SubType= 10 RangeFactor= 0.04, stepLimType: 1, latDisp: 1 @@ -230,7 +230,7 @@ Lorentz Factor XTR photon number 8.085e+04 3.156 9.283e+04 3.157 -total time for build X-ray TR energy loss tables = 0.13 s +total time for build X-ray TR energy loss tables = 0.14 s Build angle for energy distribution according the current radiator Lorentz Factor XTR photon number @@ -560,7 +560,7 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=0.270000s Real=0.273413s Sys=0.000000s + User=0.280000s Real=0.277119s Sys=0.000000s ================== run summary ===================== End of Run TotNbofEvents = 1000 Mean energy deposit in absorber = 0.0480988 +-0.0184346 MeV diff --git a/examples/extended/electromagnetic/TestEm11/TestEm11.out b/examples/extended/electromagnetic/TestEm11/TestEm11.out index 80e6f5ea15..ecd15e4d32 100644 --- a/examples/extended/electromagnetic/TestEm11/TestEm11.out +++ b/examples/extended/electromagnetic/TestEm11/TestEm11.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -192,7 +192,7 @@ nuclearStopping: for GenericIon SubType=8 BuildTable=0 ======================================================================= ====== Radioactive Decay Physics Parameters ======== ======================================================================= -Max life time 1e+15 ps +Max life time 1e+06 ps Internal e- conversion flag 1 Stored internal conversion coefficients 0 Enable correlated gamma emission 0 @@ -474,7 +474,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 20000 - User=1.330000s Real=1.340874s Sys=0.010000s + User=1.530000s Real=1.530152s Sys=0.000000s ======================== run summary ===================== diff --git a/examples/extended/electromagnetic/TestEm12/TestEm12.out b/examples/extended/electromagnetic/TestEm12/TestEm12.out index 5323f17798..32f2a062f0 100644 --- a/examples/extended/electromagnetic/TestEm12/TestEm12.out +++ b/examples/extended/electromagnetic/TestEm12/TestEm12.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -180,7 +180,7 @@ Screening factor 1 Run terminated. Run Summary Number of events processed : 10000 - User=0.920000s Real=0.921520s Sys=0.000000s + User=0.890000s Real=0.898168s Sys=0.000000s ======================== run summary ===================== diff --git a/examples/extended/electromagnetic/TestEm13/TestEm13.out b/examples/extended/electromagnetic/TestEm13/TestEm13.out index e9e4f5e168..291ab50b28 100644 --- a/examples/extended/electromagnetic/TestEm13/TestEm13.out +++ b/examples/extended/electromagnetic/TestEm13/TestEm13.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -171,7 +171,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 1000000 - User=2.250000s Real=2.275494s Sys=0.000000s + User=2.820000s Real=2.832530s Sys=0.000000s ======================== run summary ====================== @@ -238,7 +238,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000000 - User=3.350000s Real=3.420549s Sys=0.000000s + User=2.690000s Real=2.692756s Sys=0.000000s ======================== run summary ====================== diff --git a/examples/extended/electromagnetic/TestEm14/TestEm14.out b/examples/extended/electromagnetic/TestEm14/TestEm14.out index 677daa4910..f552d70852 100644 --- a/examples/extended/electromagnetic/TestEm14/TestEm14.out +++ b/examples/extended/electromagnetic/TestEm14/TestEm14.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -171,7 +171,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 1000000 - User=3.490000s Real=3.547021s Sys=0.000000s + User=3.590000s Real=3.592929s Sys=0.000000s ======================== run summary ====================== @@ -241,7 +241,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000000 - User=3.300000s Real=3.315051s Sys=0.000000s + User=3.280000s Real=3.284644s Sys=0.000000s ======================== run summary ====================== diff --git a/examples/extended/electromagnetic/TestEm15/TestEm15.out b/examples/extended/electromagnetic/TestEm15/TestEm15.out index 8fb026718f..3997a471d7 100644 --- a/examples/extended/electromagnetic/TestEm15/TestEm15.out +++ b/examples/extended/electromagnetic/TestEm15/TestEm15.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -490,7 +490,7 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008 Run terminated. Run Summary Number of events processed : 10000 - User=0.030000s Real=0.045402s Sys=0.000000s + User=0.050000s Real=0.040648s Sys=0.000000s The run consists of 10000 e- of 5 MeV through 100 m of Water (density: 1 g/cm3 ) @@ -562,7 +562,7 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008 Run terminated. Run Summary Number of events processed : 10000 - User=0.050000s Real=0.055686s Sys=0.000000s + User=0.050000s Real=0.057761s Sys=0.000000s The run consists of 10000 e- of 100 keV through 100 m of Water (density: 1 g/cm3 ) diff --git a/examples/extended/electromagnetic/TestEm16/TestEm16.out b/examples/extended/electromagnetic/TestEm16/TestEm16.out index cc5776e4d2..8c814e1f6b 100644 --- a/examples/extended/electromagnetic/TestEm16/TestEm16.out +++ b/examples/extended/electromagnetic/TestEm16/TestEm16.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -270,7 +270,7 @@ G4SynchrotronRadiation::GetRandomEnergySR : Run terminated. Run Summary Number of events processed : 100 - User=0.190000s Real=0.201053s Sys=0.000000s + User=0.200000s Real=0.203947s Sys=0.000000s Summary for synchrotron radiation : Number of photons = 65086 Emean = 20.39 +/- 0.1444 keV diff --git a/examples/extended/electromagnetic/TestEm17/TestEm17.out b/examples/extended/electromagnetic/TestEm17/TestEm17.out index fb75d2296a..236e67deda 100644 --- a/examples/extended/electromagnetic/TestEm17/TestEm17.out +++ b/examples/extended/electromagnetic/TestEm17/TestEm17.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -189,7 +189,7 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008 Run terminated. Run Summary Number of events processed : 10000 - User=1.950000s Real=2.001719s Sys=0.000000s + User=1.700000s Real=1.736048s Sys=0.000000s The run consists of 10000 mu+ of 10 TeV through 1 m of Iron (density: 7.9 g/cm3 ) @@ -246,7 +246,7 @@ N=17 V[N]={286475725969272019, 102930219447347412, 811054343764696615, 164523614 Run terminated. Run Summary Number of events processed : 10000 - User=1.470000s Real=1.497953s Sys=0.000000s + User=1.570000s Real=1.575502s Sys=0.000000s The run consists of 10000 pi+ of 10 TeV through 1 m of Iron (density: 7.9 g/cm3 ) @@ -302,7 +302,7 @@ N=17 V[N]={1938593007681043377, 1555514513714236691, 194451399239091519, 1240852 Run terminated. Run Summary Number of events processed : 10000 - User=1.510000s Real=1.864670s Sys=0.000000s + User=1.470000s Real=1.470375s Sys=0.000000s The run consists of 10000 proton of 10 TeV through 1 m of Iron (density: 7.9 g/cm3 ) diff --git a/examples/extended/electromagnetic/TestEm18/TestEm18.out b/examples/extended/electromagnetic/TestEm18/TestEm18.out index 6b7efa2049..21f04e0542 100644 --- a/examples/extended/electromagnetic/TestEm18/TestEm18.out +++ b/examples/extended/electromagnetic/TestEm18/TestEm18.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -161,7 +161,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 100000 - User=0.580000s Real=0.608585s Sys=0.000000s + User=0.900000s Real=0.906061s Sys=0.000000s ======================== run summary ====================== diff --git a/examples/extended/electromagnetic/TestEm2/TestEm2.out b/examples/extended/electromagnetic/TestEm2/TestEm2.out index 4255178f3d..8b860f5e9c 100644 --- a/examples/extended/electromagnetic/TestEm2/TestEm2.out +++ b/examples/extended/electromagnetic/TestEm2/TestEm2.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -539,7 +539,7 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008 Run terminated. Run Summary Number of events processed : 100 - User=2.850000s Real=2.877386s Sys=0.000000s + User=2.740000s Real=2.743457s Sys=0.000000s ===== SUMMARY ===== diff --git a/examples/extended/electromagnetic/TestEm3/TestEm3.out b/examples/extended/electromagnetic/TestEm3/TestEm3.out index ee5a549c15..ea3515d26b 100644 --- a/examples/extended/electromagnetic/TestEm3/TestEm3.out +++ b/examples/extended/electromagnetic/TestEm3/TestEm3.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -508,7 +508,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 100 - User=1.940000s Real=1.942158s Sys=0.000000s + User=1.660000s Real=1.664279s Sys=0.000000s ------------------------------------------------------------ material Edep RMS sqrt(E0(GeV))*rmsE/Emean total tracklen @@ -958,7 +958,7 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=1.600000s Real=1.618314s Sys=0.000000s + User=1.380000s Real=1.380102s Sys=0.000000s ------------------------------------------------------------ material Edep RMS sqrt(E0(GeV))*rmsE/Emean total tracklen diff --git a/examples/extended/electromagnetic/TestEm4/TestEm4.out b/examples/extended/electromagnetic/TestEm4/TestEm4.out index a9abd3c036..0d2c2be645 100644 --- a/examples/extended/electromagnetic/TestEm4/TestEm4.out +++ b/examples/extended/electromagnetic/TestEm4/TestEm4.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -141,7 +141,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 100000 - User=0.700000s Real=0.773257s Sys=0.000000s + User=0.710000s Real=0.720818s Sys=0.000000s --------- Ranecu engine status --------- Initial seed (index) = 0 diff --git a/examples/extended/electromagnetic/TestEm5/TestEm5.out b/examples/extended/electromagnetic/TestEm5/TestEm5.out index 7c73206b99..445e351667 100644 --- a/examples/extended/electromagnetic/TestEm5/TestEm5.out +++ b/examples/extended/electromagnetic/TestEm5/TestEm5.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -438,7 +438,7 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008 Run terminated. Run Summary Number of events processed : 100000 - User=1.370000s Real=1.377399s Sys=0.000000s + User=1.340000s Real=1.336994s Sys=0.010000s ======================== run summary ====================== @@ -863,7 +863,7 @@ N=17 V[N]={487039142106637111, 268522011348262973, 30963757192920968, 2982170328 Run terminated. Run Summary Number of events processed : 50000 - User=0.920000s Real=0.922438s Sys=0.000000s + User=0.990000s Real=0.990441s Sys=0.000000s ======================== run summary ====================== @@ -1293,7 +1293,7 @@ N=17 V[N]={757573894848696274, 400073108137045350, 2132458077966397313, 96621969 Run terminated. Run Summary Number of events processed : 50000 - User=2.520000s Real=2.530312s Sys=0.000000s + User=2.190000s Real=2.190318s Sys=0.000000s ======================== run summary ====================== @@ -1729,7 +1729,7 @@ N=17 V[N]={2039908199796061254, 212154955260722024, 982286759211187269, 13649097 Run terminated. Run Summary Number of events processed : 50000 - User=0.700000s Real=0.699972s Sys=0.000000s + User=0.490000s Real=0.488763s Sys=0.000000s ======================== run summary ====================== @@ -2166,7 +2166,7 @@ N=17 V[N]={981072211861672983, 1468495847380516116, 656071057052950235, 18853076 Run terminated. Run Summary Number of events processed : 50000 - User=7.940000s Real=8.012233s Sys=0.000000s + User=8.290000s Real=8.305546s Sys=0.000000s ======================== run summary ====================== diff --git a/examples/extended/electromagnetic/TestEm6/TestEm6.out b/examples/extended/electromagnetic/TestEm6/TestEm6.out index bee0af570d..1ed4e72cb9 100644 --- a/examples/extended/electromagnetic/TestEm6/TestEm6.out +++ b/examples/extended/electromagnetic/TestEm6/TestEm6.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -194,7 +194,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Run terminated. Run Summary Number of events processed : 5 - User=0.000000s Real=0.000819s Sys=0.000000s + User=0.000000s Real=0.000826s Sys=0.000000s Number of process calls ---> GammaToMuPair : 5... write Root file : testem6_0.root - done ... close Root file : testem6_0.root - done @@ -300,7 +300,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Run terminated. Run Summary Number of events processed : 5 - User=0.000000s Real=0.000440s Sys=0.000000s + User=0.000000s Real=0.000439s Sys=0.000000s Number of process calls ---> ee2hadr : 5 AnnihiToMuPair : 1... write Root file : testem6_1.root - done ... close Root file : testem6_1.root - done diff --git a/examples/extended/electromagnetic/TestEm7/TestEm7.out b/examples/extended/electromagnetic/TestEm7/TestEm7.out index 1e56a8a615..dcdf42296c 100644 --- a/examples/extended/electromagnetic/TestEm7/TestEm7.out +++ b/examples/extended/electromagnetic/TestEm7/TestEm7.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -508,7 +508,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=5.370000s Real=5.420645s Sys=0.000000s + User=5.540000s Real=5.545902s Sys=0.000000s The run consists of 10000 proton of 160 MeV through 20 cm of G4_WATER (density: 1 g/cm3 ) @@ -566,7 +566,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=2.210000s Real=2.217359s Sys=0.000000s + User=2.330000s Real=2.345884s Sys=0.000000s The run consists of 1000 C12 of 3.5 GeV through 20 cm of G4_WATER (density: 1 g/cm3 ) @@ -966,7 +966,7 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=1.080000s Real=1.101871s Sys=0.000000s + User=1.110000s Real=1.115611s Sys=0.000000s The run consists of 1000 kaon+ of 100 MeV through 20 cm of G4_Cu (density: 8.96 g/cm3 ) @@ -1360,7 +1360,7 @@ Index : 3 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=0.000000s Real=0.000438s Sys=0.000000s + User=0.000000s Real=0.000456s Sys=0.000000s The run consists of 100 alpha of 265 eV through 20 cm of TechVacuum (density: 0.01 kg/m3 ) @@ -1752,7 +1752,7 @@ Index : 3 used in the geometry : No Run terminated. Run Summary Number of events processed : 100 - User=0.010000s Real=0.010026s Sys=0.000000s + User=0.010000s Real=0.010283s Sys=0.000000s The run consists of 100 alpha of 100 MeV through 20 cm of G4_WATER (density: 1 g/cm3 ) @@ -2153,7 +2153,7 @@ Index : 4 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10 - User=3.840000s Real=3.901085s Sys=0.050000s + User=3.920000s Real=3.975950s Sys=0.040000s The run consists of 10 Xe131 of 1.217 GeV through 20 cm of G4_Si (density: 2.33 g/cm3 ) @@ -2560,7 +2560,7 @@ Index : 5 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=0.510000s Real=0.515612s Sys=0.000000s + User=0.530000s Real=0.530370s Sys=0.000000s The run consists of 1000 proton of 160 MeV through 20 cm of Water_1.05 (density: 1.05 g/cm3 ) diff --git a/examples/extended/electromagnetic/TestEm8/TestEm8.out b/examples/extended/electromagnetic/TestEm8/TestEm8.out index be6163fc78..144363c491 100644 --- a/examples/extended/electromagnetic/TestEm8/TestEm8.out +++ b/examples/extended/electromagnetic/TestEm8/TestEm8.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -546,7 +546,7 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=0.070000s Real=0.068029s Sys=0.000000s + User=0.070000s Real=0.087094s Sys=0.000000s RunAction: End of run actions are started 1 Nevt= 1000 Edep= 0.0161372 ==================================================== Beam Particle: proton diff --git a/examples/extended/electromagnetic/TestEm9/TestEm9.out b/examples/extended/electromagnetic/TestEm9/TestEm9.out index ae5805b296..d46c5f4d28 100644 --- a/examples/extended/electromagnetic/TestEm9/TestEm9.out +++ b/examples/extended/electromagnetic/TestEm9/TestEm9.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -506,7 +506,7 @@ Index : 7 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=0.740000s Real=0.745833s Sys=0.000000s + User=0.750000s Real=0.755127s Sys=0.000000s RunAction: End of run actions are started HistoManager: End of run actions are started RunID# 0 ================================================================= @@ -615,7 +615,7 @@ Index : 7 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=1.190000s Real=1.240852s Sys=0.000000s + User=1.200000s Real=1.199416s Sys=0.000000s RunAction: End of run actions are started HistoManager: End of run actions are started RunID# 1 ================================================================= @@ -1128,7 +1128,7 @@ Index : 7 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=0.510000s Real=0.512467s Sys=0.000000s + User=0.520000s Real=0.521553s Sys=0.000000s RunAction: End of run actions are started HistoManager: End of run actions are started RunID# 2 ================================================================= @@ -1641,7 +1641,7 @@ Index : 7 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=0.780000s Real=0.786885s Sys=0.000000s + User=0.770000s Real=0.779708s Sys=0.000000s RunAction: End of run actions are started HistoManager: End of run actions are started RunID# 3 ================================================================= diff --git a/examples/extended/errorpropagation/errorprop.out b/examples/extended/errorpropagation/errorprop.out index 1fd59c63a6..345ffe2f4e 100644 --- a/examples/extended/errorpropagation/errorprop.out +++ b/examples/extended/errorpropagation/errorprop.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -12,7 +12,7 @@ WWW : http://geant4.org/ ************************************************************** - creating G4RunManagerKernel 0x129e650 + creating G4RunManagerKernel 0xb6a5e0 The materials defined are : @@ -87,15 +87,15 @@ G4Transportation: Current values for thresholds related to the killing of loop Important Energy = 250 ( above this tracks are given multiple chances ) Extra Trials = 10 'important' tracks, i.e. those above 'important' energy G4Transportation constructor> set fShortStepOptimisation to false -0x14bb1f0G4ErrorPhysicsList:: particle process manager e+ = 0x14bd870 -0x14bb010G4ErrorPhysicsList:: particle process manager e- = 0x14bf300 -0x14bae30G4ErrorPhysicsList:: particle process manager gamma = 0x14bf530 -0x14bc5a0G4ErrorPhysicsList:: particle process manager geantino = 0x14bf780 -0x14bb3d0G4ErrorPhysicsList:: particle process manager mu+ = 0x14bf9d0 -0x14bb6e0G4ErrorPhysicsList:: particle process manager mu- = 0x14bfc20 -0x14bbb00G4ErrorPhysicsList:: particle process manager pi+ = 0x14bfe70 -0x14bbf50G4ErrorPhysicsList:: particle process manager pi- = 0x14c00c0 -0x14bc370G4ErrorPhysicsList:: particle process manager proton = 0x14c0310 +0xd87520G4ErrorPhysicsList:: particle process manager e+ = 0xd89ba0 +0xd87340G4ErrorPhysicsList:: particle process manager e- = 0xd8b630 +0xd87160G4ErrorPhysicsList:: particle process manager gamma = 0xd8b860 +0xd888d0G4ErrorPhysicsList:: particle process manager geantino = 0xd8bab0 +0xd87700G4ErrorPhysicsList:: particle process manager mu+ = 0xd8bd00 +0xd87a10G4ErrorPhysicsList:: particle process manager mu- = 0xd8bf50 +0xd87e30G4ErrorPhysicsList:: particle process manager pi+ = 0xd8c1a0 +0xd88280G4ErrorPhysicsList:: particle process manager pi- = 0xd8c3f0 +0xd886a0G4ErrorPhysicsList:: particle process manager proton = 0xd8c640 physicsList->CheckParticleList() start. physicsList->setCut() start. diff --git a/examples/extended/eventgenerator/exgps/exgps_batch.out b/examples/extended/eventgenerator/exgps/exgps_batch.out index 7967a5cd12..1e75f477f5 100644 --- a/examples/extended/eventgenerator/exgps/exgps_batch.out +++ b/examples/extended/eventgenerator/exgps/exgps_batch.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/eventgenerator/particleGun/particleGun_run1.out b/examples/extended/eventgenerator/particleGun/particleGun_run1.out index f71051bd34..ef4a7913d2 100644 --- a/examples/extended/eventgenerator/particleGun/particleGun_run1.out +++ b/examples/extended/eventgenerator/particleGun/particleGun_run1.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -60,7 +60,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000624s Sys=0.000000s + User=0.000000s Real=0.000503s Sys=0.000000s # /tracking/verbose 0 /run/beamOn 5 @@ -80,7 +80,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 5 - User=0.000000s Real=0.000044s Sys=0.000000s + User=0.000000s Real=0.000045s Sys=0.000000s G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 9 of which, static: 0 diff --git a/examples/extended/eventgenerator/particleGun/particleGun_run2.out b/examples/extended/eventgenerator/particleGun/particleGun_run2.out index 866bcf2248..84c2ccefcf 100644 --- a/examples/extended/eventgenerator/particleGun/particleGun_run2.out +++ b/examples/extended/eventgenerator/particleGun/particleGun_run2.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -40,7 +40,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100000 - User=0.180000s Real=0.199125s Sys=0.000000s + User=0.200000s Real=0.199325s Sys=0.000000s ... write Root file : run2.root - done ... close Root file : run2.root - done G4 kernel has come to Quit state. diff --git a/examples/extended/eventgenerator/particleGun/particleGun_run3.out b/examples/extended/eventgenerator/particleGun/particleGun_run3.out index a36b133e2f..fb4f133601 100644 --- a/examples/extended/eventgenerator/particleGun/particleGun_run3.out +++ b/examples/extended/eventgenerator/particleGun/particleGun_run3.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -41,7 +41,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100000 - User=0.220000s Real=0.221275s Sys=0.000000s + User=0.210000s Real=0.216384s Sys=0.000000s ... write Root file : run3.root - done ... close Root file : run3.root - done G4 kernel has come to Quit state. diff --git a/examples/extended/eventgenerator/particleGun/particleGun_run4.out b/examples/extended/eventgenerator/particleGun/particleGun_run4.out index 0c123c8bc8..b55aaa9f8c 100644 --- a/examples/extended/eventgenerator/particleGun/particleGun_run4.out +++ b/examples/extended/eventgenerator/particleGun/particleGun_run4.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -56,7 +56,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000000 - User=3.970000s Real=4.006504s Sys=0.000000s + User=3.090000s Real=3.130691s Sys=0.010000s ... write Root file : run4.root - done ... close Root file : run4.root - done G4 kernel has come to Quit state. diff --git a/examples/extended/eventgenerator/userPrimaryGenerator/userPrimaryGenerator.out b/examples/extended/eventgenerator/userPrimaryGenerator/userPrimaryGenerator.out index b587e2685d..677d2ed178 100644 --- a/examples/extended/eventgenerator/userPrimaryGenerator/userPrimaryGenerator.out +++ b/examples/extended/eventgenerator/userPrimaryGenerator/userPrimaryGenerator.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -44,7 +44,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100000 - User=0.400000s Real=0.406575s Sys=0.010000s + User=0.430000s Real=0.435086s Sys=0.000000s G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 9 of which, static: 0 diff --git a/examples/extended/exoticphysics/channeling/channeling.out b/examples/extended/exoticphysics/channeling/channeling.out index 7c6e2fe001..4ade60b6ea 100644 --- a/examples/extended/exoticphysics/channeling/channeling.out +++ b/examples/extended/exoticphysics/channeling/channeling.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -719,7 +719,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20 Level density (1/MeV) 0.075 Use simple level density model 1 Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1e+12 +Time limit for long lived isomeres (ns) 1000 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 diff --git a/examples/extended/exoticphysics/dmparticle/dmparticle.out b/examples/extended/exoticphysics/dmparticle/dmparticle.out index 89d869d3e6..b4eaf76f5e 100644 --- a/examples/extended/exoticphysics/dmparticle/dmparticle.out +++ b/examples/extended/exoticphysics/dmparticle/dmparticle.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -1046,7 +1046,7 @@ Event = 0 z0 = -779.999 Primary direction = (0,0,1) Run terminated. Run Summary Number of events processed : 100 - User=0.570000s Real=0.662627s Sys=0.000000s + User=0.600000s Real=0.606270s Sys=0.000000s RunAction: End of run actions are started 1 Nevt= 100 Edep= 3722.43 ==================================================== Beam Particle: proton diff --git a/examples/extended/exoticphysics/monopole/History b/examples/extended/exoticphysics/monopole/History index 38519fafd8..f1eda3a09c 100644 --- a/examples/extended/exoticphysics/monopole/History +++ b/examples/extended/exoticphysics/monopole/History @@ -14,6 +14,13 @@ track of all tags. * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +21 February 2020: V.Ivantchenko (monopole-V10-05-03) +- G4MonopolePhysics - minor code clean-up for thread safety +- monopole.cc - do not instantiate VisManager in the batch mode; + fixed typos +- G4MonopoleTransportation - removed check on if monopole is + opticalphoton or not + 26 November 2019 I. Hrivnacova (monopole-V10-05-02) - Fixed Doxygen warnings diff --git a/examples/extended/exoticphysics/monopole/monopole.cc b/examples/extended/exoticphysics/monopole/monopole.cc index 0add13801e..db881a4bdf 100644 --- a/examples/extended/exoticphysics/monopole/monopole.cc +++ b/examples/extended/exoticphysics/monopole/monopole.cc @@ -58,7 +58,7 @@ namespace { void PrintUsage() { G4cerr << " Usage: " << G4endl - << " exampleB4a [-m macro ] [-s setupMonopole] [-t nThreads]" << G4endl + << " monopole [-m macro ] [-s setupMonopole] [-t nThreads]" << G4endl << " Note: " << G4endl << " -s should be followed by a composed string, eg. \'1 0 100 GeV\'" << G4endl << " -t option is available only for multi-threaded mode." << G4endl @@ -80,7 +80,7 @@ int main(int argc,char** argv) G4String macro; G4String setupMonopole; #ifdef G4MULTITHREADED - G4int nThreads = 0; + G4int nThreads = 1; #endif for ( G4int i=1; i 0 ) { runManager->SetNumberOfThreads(nThreads); } - G4cout << "===== Monopole is started with " + G4cout << "===== Example is started with " << runManager->GetNumberOfThreads() << " threads =====" << G4endl; #else G4RunManager* runManager = new G4RunManager(); #endif + + // Instantiate G4UIExecutive if interactive + G4UIExecutive* ui = nullptr; + if ( macro.empty() ) { + ui = new G4UIExecutive(argc, argv); + } + + //get the pointer to the User Interface manager + G4UImanager* UImanager = G4UImanager::GetUIpointer(); //create physicsList // Physics List is defined via environment variable PHYSLIST @@ -125,8 +125,6 @@ int main(int argc,char** argv) // monopole physics is added G4MonopolePhysics * theMonopole = new G4MonopolePhysics(); - //get the pointer to the User Interface manager - G4UImanager* UImanager = G4UImanager::GetUIpointer(); // Setup monopole if ( setupMonopole.size() ) { UImanager->ApplyCommand("/control/verbose 1"); @@ -135,11 +133,11 @@ int main(int argc,char** argv) // regsiter monopole physics phys->RegisterPhysics(theMonopole); + runManager->SetUserInitialization(phys); // visualization manager - G4VisManager* visManager = new G4VisExecutive(); - visManager->Initialize(); + G4VisManager* visManager = nullptr; // set detector construction DetectorConstruction* det = new DetectorConstruction(); @@ -157,6 +155,8 @@ int main(int argc,char** argv) } else { // interactive mode : define UI session + visManager = new G4VisExecutive(); + visManager->Initialize(); UImanager->ApplyCommand("/control/execute init_vis.mac"); ui->SessionStart(); delete ui; diff --git a/examples/extended/exoticphysics/monopole/monopole.out b/examples/extended/exoticphysics/monopole/monopole.out index 98e44b0fe2..3e9116a403 100644 --- a/examples/extended/exoticphysics/monopole/monopole.out +++ b/examples/extended/exoticphysics/monopole/monopole.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -18,51 +18,6 @@ G4PhysListFactory::GetReferencePhysList EMoption= 0 <<< Reference Physics List FTFP_BERT is built Monopole is created: m(GeV)= 100 Qel= 0 Qmag= 68.518 -Visualization Manager instantiating with verbosity "warnings (3)"... -Visualization Manager initialising... -Registering graphics systems... - -You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) - -Registering model factories... - -You have successfully registered the following model factories. -Registered model factories: - generic - drawByAttribute - drawByCharge - drawByOriginVolume - drawByParticleID - drawByEncounteredVolume - -Registered filter factories: - attributeFilter - chargeFilter - originVolumeFilter - particleFilter - encounteredVolumeFilter - -You have successfully registered the following user vis actions. -Run Duration User Vis Actions: none -End of Event User Vis Actions: none -End of Run User Vis Actions: none - -Some /vis commands (optionally) take a string to specify colour. -"/vis/list" to see available colours. /control/cout/ignoreThreadsExcept 0 /run/verbose 0 /tracking/verbose 0 @@ -775,7 +730,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20 Level density (1/MeV) 0.075 Use simple level density model 1 Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1e+12 +Time limit for long lived isomeres (ns) 1000 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 @@ -783,8 +738,6 @@ Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 Upload data before 1st event for Z < 9 ======================================================================= -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. ========= Table of registered couples ============================== @@ -820,7 +773,7 @@ Index : 1 used in the geometry : Yes The run consists of 100 monopole of 100 GeV through 10 cm of G4_Si (density: 2.33 g/cm3 ) - Projected Range= 7.7925 cm rms= 181.99 um + Projected Range= 7.7964 cm rms= 173.04 um ################################################################## ### Stopping Powers and Cross Sections @@ -931,5 +884,3 @@ Index : 1 used in the geometry : Yes ################################################################## ... write Root file : monopole.root - done ... close Root file : monopole.root - done -Graphics systems deleted. -Visualization Manager deleting... diff --git a/examples/extended/exoticphysics/monopole/src/G4MonopolePhysics.cc b/examples/extended/exoticphysics/monopole/src/G4MonopolePhysics.cc index a54d598d8d..1e8c6d1fc6 100644 --- a/examples/extended/exoticphysics/monopole/src/G4MonopolePhysics.cc +++ b/examples/extended/exoticphysics/monopole/src/G4MonopolePhysics.cc @@ -90,7 +90,11 @@ G4MonopolePhysics::~G4MonopolePhysics() void G4MonopolePhysics::ConstructParticle() { - fMpl = G4Monopole::MonopoleDefinition(fMonopoleMass, fMagCharge, fElCharge); + if(!fMpl) { + fMpl = G4Monopole::MonopoleDefinition(fMonopoleMass, fMagCharge, fElCharge); + } else { + G4Monopole::Monopole(); + } } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/exoticphysics/monopole/src/G4MonopoleTransportation.cc b/examples/extended/exoticphysics/monopole/src/G4MonopoleTransportation.cc index 84a00c7047..36af797323 100644 --- a/examples/extended/exoticphysics/monopole/src/G4MonopoleTransportation.cc +++ b/examples/extended/exoticphysics/monopole/src/G4MonopoleTransportation.cc @@ -414,9 +414,6 @@ AlongStepGetPhysicalInteractionLength( const G4Track& track, G4VParticleChange* G4MonopoleTransportation::AlongStepDoIt( const G4Track& track, const G4Step& stepData ) { - const G4ParticleDefinition* fOpticalPhoton = - G4ParticleTable::GetParticleTable()->FindParticle("opticalphoton"); - ++noCalls; fParticleChange.Initialize(track) ; @@ -445,14 +442,7 @@ G4VParticleChange* G4MonopoleTransportation::AlongStepDoIt( G4double stepLength = track.GetStepLength() ; deltaTime= 0.0; // in case initialVelocity = 0 - const G4DynamicParticle* fpDynamicParticle = track.GetDynamicParticle(); - if (fpDynamicParticle->GetDefinition()== fOpticalPhoton) - { - // A photon is in the medium of the final point - // during the step, so it has the final velocity. - deltaTime = stepLength/finalVelocity ; - } - else if (finalVelocity > 0.0) + if (finalVelocity > 0.0) { G4double meanInverseVelocity ; // deltaTime = stepLength/finalVelocity ; @@ -464,7 +454,7 @@ G4VParticleChange* G4MonopoleTransportation::AlongStepDoIt( { deltaTime = stepLength/initialVelocity ; } - fCandidateEndGlobalTime = startTime + deltaTime ; + fCandidateEndGlobalTime = startTime + deltaTime ; } else { diff --git a/examples/extended/exoticphysics/ucn/ExUCN.out b/examples/extended/exoticphysics/ucn/ExUCN.out index 46dc14b5a8..cbd346a294 100644 --- a/examples/extended/exoticphysics/ucn/ExUCN.out +++ b/examples/extended/exoticphysics/ucn/ExUCN.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -1479,7 +1479,7 @@ Terminate current event processing. Run terminated. Run Summary Number of events processed : 1 - User=0.030000s Real=0.031555s Sys=0.000000s + User=0.030000s Real=0.033122s Sys=0.000000s Sum NoMT: 0 Sum NoMRT: 0 Sum NoMRCondition: 0 diff --git a/examples/extended/field/field01/field01.out b/examples/extended/field/field01/field01.out index 8c7b677fb8..0eee638f76 100644 --- a/examples/extended/field/field01/field01.out +++ b/examples/extended/field/field01/field01.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -291,7 +291,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20 Level density (1/MeV) 0.075 Use simple level density model 1 Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1e+12 +Time limit for long lived isomeres (ns) 1000 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 @@ -329,7 +329,7 @@ Step# X Y Z Direction x dir y dir Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.001044s Sys=0.000000s + User=0.000000s Real=0.001088s Sys=0.000000s G4Transportation: Statistics for looping particles No looping tracks found or killed. @@ -360,7 +360,7 @@ Step# X Y Z Direction x dir y dir Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000179s Sys=0.000000s + User=0.000000s Real=0.000168s Sys=0.000000s G4Transportation: Statistics for looping particles No looping tracks found or killed. @@ -391,7 +391,7 @@ Step# X Y Z Direction x dir y dir Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000173s Sys=0.000000s + User=0.000000s Real=0.000153s Sys=0.000000s G4Transportation: Statistics for looping particles No looping tracks found or killed. @@ -422,7 +422,7 @@ Step# X Y Z Direction x dir y dir Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000231s Sys=0.000000s + User=0.000000s Real=0.000181s Sys=0.000000s G4Transportation: Statistics for looping particles No looping tracks found or killed. @@ -453,7 +453,7 @@ Step# X Y Z Direction x dir y dir Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000150s Sys=0.000000s + User=0.000000s Real=0.000158s Sys=0.000000s G4Transportation: Statistics for looping particles No looping tracks found or killed. F01FieldSetup::CreateStepperAndChordFinder() called. @@ -491,7 +491,7 @@ Step# X Y Z Direction x dir y dir Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000164s Sys=0.000000s + User=0.000000s Real=0.000178s Sys=0.000000s G4Transportation: Statistics for looping particles No looping tracks found or killed. @@ -522,7 +522,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=0.000000s Real=0.010809s Sys=0.000000s + User=0.000000s Real=0.008507s Sys=0.000000s G4Transportation: Statistics for looping particles No looping tracks found or killed. # @@ -589,7 +589,7 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.008222s Sys=0.000000s + User=0.010000s Real=0.019495s Sys=0.000000s G4Transportation: Statistics for looping particles No looping tracks found or killed. Graphics systems deleted. diff --git a/examples/extended/field/field02/field02.out b/examples/extended/field/field02/field02.out index 6f9d6270cf..88efe10294 100644 --- a/examples/extended/field/field02/field02.out +++ b/examples/extended/field/field02/field02.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -918,7 +918,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20 Level density (1/MeV) 0.075 Use simple level density model 1 Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1e+12 +Time limit for long lived isomeres (ns) 1000 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 @@ -5298,7 +5298,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Run terminated. Run Summary Number of events processed : 100 - User=0.030000s Real=0.051519s Sys=0.000000s + User=0.040000s Real=0.039972s Sys=0.000000s # /calor/setAbsMat Air /calor/setWorldMat Xe20CO2 @@ -5768,7 +5768,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000665s Sys=0.000000s + User=0.000000s Real=0.000714s Sys=0.000000s Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. diff --git a/examples/extended/field/field03/field03.out b/examples/extended/field/field03/field03.out index 98458f7b90..ccb8d3c754 100644 --- a/examples/extended/field/field03/field03.out +++ b/examples/extended/field/field03/field03.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -929,7 +929,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20 Level density (1/MeV) 0.075 Use simple level density model 1 Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1e+12 +Time limit for long lived isomeres (ns) 1000 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 @@ -975,7 +975,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.001170s Sys=0.000000s + User=0.000000s Real=0.001331s Sys=0.000000s ========= Table of registered couples ============================== @@ -994,7 +994,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=0.010000s Real=0.010387s Sys=0.000000s + User=0.010000s Real=0.011085s Sys=0.000000s Set global field value to (0,0,1000) Gauss ========= Table of registered couples ============================== @@ -1013,7 +1013,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001382s Sys=0.000000s + User=0.000000s Real=0.001429s Sys=0.000000s Set global field value to (33000,0,0) Gauss F03FieldSetup::UpdateField> The minimal step is equal to 10 mm Stepper Type chosen = 4 @@ -1056,7 +1056,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000410s Sys=0.000000s + User=0.000000s Real=0.000331s Sys=0.000000s /tracking/verbose 0 # /calor/setAbsMat Xe20CO2 @@ -1494,7 +1494,7 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1 - User=0.340000s Real=0.342283s Sys=0.010000s + User=0.350000s Real=0.360262s Sys=0.000000s Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. diff --git a/examples/extended/field/field04/field04.out b/examples/extended/field/field04/field04.out index 6df523126d..b201a1f501 100644 --- a/examples/extended/field/field04/field04.out +++ b/examples/extended/field/field04/field04.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -916,7 +916,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20 Level density (1/MeV) 0.075 Use simple level density model 1 Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1e+12 +Time limit for long lived isomeres (ns) 1000 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 @@ -11006,7 +11006,51 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.397027(mm),-1.040827(mm),78.695545(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.676713(mm),0.87368791(mm),78.646228(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 + +********************************************************************************************************* +* G4Track Information: Particle = pi+, Track ID = 5, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -1.42 cm 873 um 7.62 cm 38.9 MeV 0 eV 0 fm 0 fm Target initStep + 1 -1.3192255 cm 582.02131 um 7.5379083 cm 33.709603 MeV 5.2163705 MeV 1.3887399 mm 1.3887399 mm Target hIoni + 2 -1.3163422 cm 579.30207 um 7.5364053 cm 33.602565 MeV 107.03844 keV 32.650463 um 1.4213904 mm Target CoulombScat + 3 -1.2167915 cm 534.90751 um 7.48624 cm 28.527407 MeV 5.0751576 MeV 1.1247499 mm 2.5461403 mm Target hIoni + 4 -1.1352514 cm 444.16354 um 7.4525145 cm 23.704864 MeV 4.8225426 MeV 894.69134 um 3.4408316 mm Target hIoni + 5 -1.0683975 cm 412.77512 um 7.4351673 cm 19.273609 MeV 4.4312555 MeV 697.81623 um 4.1386478 mm Target hIoni + 6 -1.0169874 cm 293.1473 um 7.4285679 cm 15.909325 MeV 3.3642835 MeV 537.44018 um 4.676088 mm Target hIoni + 7 -9.8317693 mm 58.735249 um 7.4179575 cm 12.585668 MeV 3.3236576 MeV 429.83456 um 5.1059226 mm Target hIoni + 8 -9.5558649 mm -102.45994 um 7.4090927 cm 9.9159381 MeV 2.6697297 MeV 336.249 um 5.4421716 mm Target hIoni + 9 -9.359966 mm -267.33791 um 7.4021429 cm 7.0782583 MeV 2.8376798 MeV 269.94181 um 5.7121134 mm Target hIoni + 10 -9.2633349 mm -419.51379 um 7.3933449 cm 4.3961284 MeV 2.68213 MeV 205.59882 um 5.9177122 mm Target hIoni + 11 -9.2140656 mm -529.34786 um 7.3876892 cm 939.6711 keV 3.4564573 MeV 138.49246 um 6.0562047 mm Target hIoni + 12 -9.2124755 mm -536.06464 um 7.3870061 cm 112.83167 keV 826.83944 keV 12.374872 um 6.0685795 mm Target hIoni + 13 -9.2124281 mm -536.29523 um 7.386983 cm 0 eV 112.83167 keV 665.31635 nm 6.0692448 mm Target hIoni + 14 -9.2124281 mm -536.29523 um 7.386983 cm 0 eV 0 eV 0 fm 6.0692448 mm Target Scintillation +Track (trackID 5, parentID 1) is processed with stopping code 2 + +********************************************************************************************************* +* G4Track Information: Particle = mu+, Track ID = 17, Parent ID = 5 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -9.21 mm -536 um 7.39 cm 4.12 MeV 0 eV 0 fm 0 fm Target initStep + 1 -9.1456725 mm -592.12299 um 7.3958896 cm 1.4650641 MeV 2.6547486 MeV 143.92583 um 143.92583 um Target muIoni + 2 -9.1287044 mm -590.17162 um 7.3974038 cm 132.84446 keV 1.3322196 MeV 29.335773 um 173.26161 um Target muIoni + 3 -9.1286088 mm -589.82139 um 7.3974252 cm 64.359442 keV 68.485021 keV 874.5444 nm 174.13615 um Target muIoni + 4 -9.1286158 mm -589.89891 um 7.3974367 cm 0 eV 64.359442 keV 359.00018 nm 174.49515 um Target muIoni + 5 -9.1286158 mm -589.89891 um 7.3974367 cm 0 eV 0 eV 0 fm 174.49515 um Target Scintillation +Track (trackID 17, parentID 5) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-17.061419(mm),-1.9046406(mm),78.225741(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11015,7 +11059,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.625758(mm),-3.1224928(mm),78.478886(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.450563(mm),-0.25398401(mm),78.509778(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11024,7 +11068,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.432274(mm),-3.3379955(mm),79.041984(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.749889(mm),-2.7222276(mm),78.985979(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11033,7 +11077,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.965519(mm),-1.9443827(mm),78.418977(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.528645(mm),0.67764856(mm),78.49601(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11042,7 +11086,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.911962(mm),2.3811459(mm),78.604748(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.372204(mm),-1.8981448(mm),78.523595(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11051,7 +11095,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.478616(mm),-3.0532103(mm),78.681158(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.662445(mm),-0.81286577(mm),78.29609(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11060,7 +11104,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.269897(mm),0.7679733(mm),79.070615(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.005841(mm),-0.54924459(mm),79.293502(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11069,16 +11113,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.599402(mm),-0.7409507(mm),78.307207(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-17.70718(mm),-0.13246843(mm),78.111875(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.384607(mm),0.25598394(mm),79.403043(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11101,12 +11136,12 @@ G4NistMaterialBuilder::FindOrBuildMaterial G4_W --------- Ranecu engine status --------- Initial seed (index) = 159 - Current couple of seeds = 1826779113, 332233375 + Current couple of seeds = 231192465, 497078173 ---------------------------------------- ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.054606(mm),-3.1850447(mm),78.403269(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.635733(mm),-3.6166923(mm),78.829781(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 diff --git a/examples/extended/field/field05/field05.out b/examples/extended/field/field05/field05.out index 46f6bbfd63..a413ff2d4c 100644 --- a/examples/extended/field/field05/field05.out +++ b/examples/extended/field/field05/field05.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/field/field06/field06.out b/examples/extended/field/field06/field06.out index e085917ab0..b8d8d7f9d9 100644 --- a/examples/extended/field/field06/field06.out +++ b/examples/extended/field/field06/field06.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -2305,7 +2305,7 @@ Terminate current event processing. Run terminated. Run Summary Number of events processed : 1 - User=0.010000s Real=0.020998s Sys=0.000000s + User=0.030000s Real=0.028212s Sys=0.000000s Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. diff --git a/examples/extended/g3tog4/clGeometry/clGeometry.out b/examples/extended/g3tog4/clGeometry/clGeometry.out index 72ac4be2a2..a246b655ca 100644 --- a/examples/extended/g3tog4/clGeometry/clGeometry.out +++ b/examples/extended/g3tog4/clGeometry/clGeometry.out @@ -7,7 +7,7 @@ evaluating -m ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -780,7 +780,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20 Level density (1/MeV) 0.075 Use simple level density model 1 Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1e+12 +Time limit for long lived isomeres (ns) 1000 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 @@ -846,7 +846,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000498s Sys=0.000000s + User=0.000000s Real=0.000482s Sys=0.000000s Region -- -- appears in world volume This region is in the mass world. @@ -876,7 +876,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000043s Sys=0.000000s + User=0.000000s Real=0.000042s Sys=0.000000s Region -- -- appears in world volume This region is in the mass world. @@ -906,7 +906,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000085s Sys=0.000000s + User=0.000000s Real=0.000073s Sys=0.000000s Region -- -- appears in world volume This region is in the mass world. @@ -936,7 +936,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000035s Sys=0.000000s + User=0.000000s Real=0.000042s Sys=0.000000s Region -- -- appears in world volume This region is in the mass world. @@ -966,7 +966,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000098s Sys=0.000000s + User=0.000000s Real=0.000120s Sys=0.000000s Region -- -- appears in world volume This region is in the mass world. @@ -996,7 +996,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000050s Sys=0.000000s + User=0.000000s Real=0.000068s Sys=0.000000s Region -- -- appears in world volume This region is in the mass world. @@ -1026,7 +1026,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000048s Sys=0.000000s + User=0.000000s Real=0.000044s Sys=0.000000s Region -- -- appears in world volume This region is in the mass world. @@ -1056,7 +1056,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000060s Sys=0.000000s + User=0.000000s Real=0.000047s Sys=0.000000s Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. diff --git a/examples/extended/geometry/transforms/batch.out b/examples/extended/geometry/transforms/batch.out index e8e71b66aa..ee8c96df16 100644 --- a/examples/extended/geometry/transforms/batch.out +++ b/examples/extended/geometry/transforms/batch.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -138,7 +138,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000491s Sys=0.000000s + User=0.000000s Real=0.000523s Sys=0.000000s Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. diff --git a/examples/extended/hadronic/FissionFragment/FissionFragment.out b/examples/extended/hadronic/FissionFragment/FissionFragment.out index cb774dab8d..60e68460ec 100644 --- a/examples/extended/hadronic/FissionFragment/FissionFragment.out +++ b/examples/extended/hadronic/FissionFragment/FissionFragment.out @@ -5,7 +5,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/hadronic/Hadr00/hadr00.out b/examples/extended/hadronic/Hadr00/hadr00.out index 01a493298d..716e564972 100644 --- a/examples/extended/hadronic/Hadr00/hadr00.out +++ b/examples/extended/hadronic/Hadr00/hadr00.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -776,7 +776,7 @@ EventAction: Event # 0 started Run terminated. Run Summary Number of events processed : 10 - User=0.020000s Real=0.262601s Sys=0.010000s + User=0.020000s Real=0.185755s Sys=0.010000s RunAction: End of run actions are started HistoManager: End of run actions are started ### Fill Cross Sections for proton off Al diff --git a/examples/extended/hadronic/Hadr01/hadr01.out b/examples/extended/hadronic/Hadr01/hadr01.out index 36e48bbced..1038644e46 100644 --- a/examples/extended/hadronic/Hadr01/hadr01.out +++ b/examples/extended/hadronic/Hadr01/hadr01.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -769,7 +769,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20 Level density (1/MeV) 0.075 Use simple level density model 1 Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1e+12 +Time limit for long lived isomeres (ns) 1000 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 0 @@ -826,7 +826,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics 100.00 10k 1 197 200 0.00 Check ### Run 0 starts. ### Run 0 start -RunAction::BeginOfRunAction: User=0.840000s Real=1.223337s Sys=0.020000s +RunAction::BeginOfRunAction: User=0.890000s Real=0.947778s Sys=0.010000s NuclearData: User=0.000000s Real=0.000004s Sys=0.000000s EventAction: Event # 0 started EventAction: Event # 10 started @@ -841,7 +841,7 @@ EventAction: Event # 90 started Run terminated. Run Summary Number of events processed : 100 - User=0.090000s Real=0.284320s Sys=0.000000s + User=0.080000s Real=0.094506s Sys=0.000000s RunAction: End of run actions are started HistoManager: End of run actions are started ======================================================== diff --git a/examples/extended/hadronic/Hadr02/hadr02.out b/examples/extended/hadronic/Hadr02/hadr02.out index 0c5d03131c..aac0a90780 100644 --- a/examples/extended/hadronic/Hadr02/hadr02.out +++ b/examples/extended/hadronic/Hadr02/hadr02.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -765,7 +765,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20 Level density (1/MeV) 0.075 Use simple level density model 1 Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1e+12 +Time limit for long lived isomeres (ns) 1000 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 0 @@ -810,7 +810,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 100 - User=0.100000s Real=0.321217s Sys=0.000000s + User=0.120000s Real=0.144003s Sys=0.010000s RunAction: End of run action is starting HistoManager: End of run actions are started ======================================================== diff --git a/examples/extended/hadronic/Hadr03/hadr03.out b/examples/extended/hadronic/Hadr03/hadr03.out index 93730026ab..e0963c477e 100644 --- a/examples/extended/hadronic/Hadr03/hadr03.out +++ b/examples/extended/hadronic/Hadr03/hadr03.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -328,7 +328,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20 Level density (1/MeV) 0.075 Use simple level density model 1 Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1e+12 +Time limit for long lived isomeres (ns) 1000 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 0 @@ -367,7 +367,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.120000s Real=0.132529s Sys=0.000000s + User=0.130000s Real=0.145841s Sys=0.000000s The run is 10000 proton of 10 MeV through 10 m of Molybdenum98 (density: 10.28 g/cm3 ) diff --git a/examples/extended/hadronic/Hadr04/hadr04.out b/examples/extended/hadronic/Hadr04/hadr04.out index 187437f47c..2c9537491b 100644 --- a/examples/extended/hadronic/Hadr04/hadr04.out +++ b/examples/extended/hadronic/Hadr04/hadr04.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -159,7 +159,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 1000 - User=14.900000s Real=15.870897s Sys=0.000000s + User=15.230000s Real=15.437025s Sys=0.000000s The run is 1000 neutron of 2 MeV through 50 cm of Water_ts (density: 1 g/cm3 ) diff --git a/examples/extended/hadronic/Hadr06/hadr06.out b/examples/extended/hadronic/Hadr06/hadr06.out index 6b34066290..9be6bb1f41 100644 --- a/examples/extended/hadronic/Hadr06/hadr06.out +++ b/examples/extended/hadronic/Hadr06/hadr06.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -419,47 +419,45 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=7.800000s Real=8.412191s Sys=0.000000s + User=8.050000s Real=8.152671s Sys=0.010000s The run is 10000 neutron of 14.1 MeV through 30 cm of Li7 (density: 1.85 g/cm3 ) Process calls frequency : - RadioactiveDecayBase= 198889 Transportation= 72623 annihil= 180 - compt= 402383 conv= 181 dInelastic= 2 - eIoni= 411900 hIoni= 438 hadElastic= 182537 - ionIoni= 199215 msc= 197 nCapture= 31 - neutronInelastic= 16434 phot= 20705 + RadioactiveDecayBase= 196503 Transportation= 72782 annihil= 211 + compt= 399357 conv= 211 dInelastic= 4 + eIoni= 408940 hIoni= 487 hadElastic= 180292 + ionIoni= 196860 msc= 196 nCapture= 25 + neutronInelastic= 16328 phot= 20670 List of generated particles: - Be7: 1 Emean = 3.1628 MeV ( 3.1628 MeV --> 3.1628 MeV) - Be8[3030.000]: 31 Emean = 6.9133 keV ( 1.1031 keV --> 11.878 keV) - He6: 147 Emean = 2.3407 MeV ( 8.811 keV --> 4.8593 MeV) - Li6: 727 Emean = 1.6045 MeV ( 96.559 eV --> 8.9438 MeV) - Li7: 197952 Emean = 326.21 keV ( 1.5156 meV --> 6.2078 MeV) - Li8: 31 Emean = 830.43 eV ( 9.7619 eV --> 13.223 keV) - alpha: 357 Emean = 1.2397 MeV ( 51.358 keV --> 7.7977 MeV) - anti_nu_e: 178 Emean = 2.8247 MeV ( 423.11 keV --> 10.484 MeV) - deuteron: 440 Emean = 4.5067 MeV ( 5.9377 keV --> 23.407 MeV) - e+: 181 Emean = 1.4698 MeV ( 70.832 keV --> 3.8761 MeV) - e-: 411844 Emean = 87.003 keV ( 59.468 eV --> 9.7671 MeV) - gamma: 46193 Emean = 1.2076 MeV ( 1.0001 keV --> 5.882 MeV) - neutron: 17163 Emean = 3.3867 MeV ( 471.27 eV --> 13.638 MeV) - nu_e: 1 Emean = 861.78 keV ( 861.78 keV --> 861.78 keV) + Be8[3030.000]: 25 Emean = 6.6116 keV ( 1.6694 keV --> 11.904 keV) + He6: 161 Emean = 1.2872 MeV ( 928.26 keV --> 1.3378 MeV) + Li6: 694 Emean = 1.5212 MeV ( 29.509 eV --> 8.7376 MeV) + Li7: 195598 Emean = 331.52 keV ( 0.69285 meV --> 6.2258 MeV) + Li8: 25 Emean = 1.445 keV ( 51.17 eV --> 21.789 keV) + alpha: 382 Emean = 1.3549 MeV ( 99.301 keV --> 15.199 MeV) + anti_nu_e: 186 Emean = 2.5712 MeV ( 197.3 keV --> 11.909 MeV) + deuteron: 487 Emean = 3.6007 MeV ( 185.82 keV --> 27.403 MeV) + e+: 211 Emean = 1.5367 MeV ( 51.57 keV --> 4.5041 MeV) + e-: 408876 Emean = 87.899 keV ( 100 eV --> 11.343 MeV) + gamma: 46265 Emean = 1.2142 MeV ( 1.0003 keV --> 5.8837 MeV) + neutron: 17032 Emean = 3.3427 MeV ( 6.6683 keV --> 13.639 MeV) + proton: 2 Emean = 4.5421 MeV ( 682.69 keV --> 8.4016 MeV) - Mean energy deposit per event = 10.445 MeV rms = 3.4457 MeV - Mean energy flow per event = 3.103 MeV rms = 3.2432 MeV + Mean energy deposit per event = 10.444 MeV rms = 3.4838 MeV + Mean energy flow per event = 3.1047 MeV rms = 3.2447 MeV List of particles emerging from the absorber : - anti_nu_e: 178 Emean = 2.8247 MeV ( 423.11 keV --> 10.484 MeV) Eflow/event = 50.279 keV - e+: 1 Emean = 1.3136 MeV ( 1.3136 MeV --> 1.3136 MeV) Eflow/event = 131.36 eV - e-: 121 Emean = 1.2316 MeV ( 4.108 keV --> 5.0447 MeV) Eflow/event = 14.903 keV - gamma: 25307 Emean = 786.93 keV ( 2.0953 keV --> 5.882 MeV) Eflow/event = 1.9915 MeV - neutron: 10698 Emean = 977.91 keV ( 2.8605 meV --> 14.1 MeV) Eflow/event = 1.0462 MeV - nu_e: 1 Emean = 861.78 keV ( 861.78 keV --> 861.78 keV) Eflow/event = 86.178 eV + anti_nu_e: 186 Emean = 2.5712 MeV ( 197.3 keV --> 11.909 MeV) Eflow/event = 47.824 keV + e+: 1 Emean = 2.3891 MeV ( 2.3891 MeV --> 2.3891 MeV) Eflow/event = 238.91 eV + e-: 136 Emean = 1.3464 MeV ( 4.108 keV --> 7.9555 MeV) Eflow/event = 18.311 keV + gamma: 25384 Emean = 791.98 keV ( 5.4254 keV --> 5.8823 MeV) Eflow/event = 2.0104 MeV + neutron: 10679 Emean = 962.57 keV ( 5.429 meV --> 14.1 MeV) Eflow/event = 1.0279 MeV --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 1745136536, 1939040133 + Current couple of seeds = 1855812654, 390703059 ---------------------------------------- G4 kernel has come to Quit state. ================== Deleting memory pools =================== diff --git a/examples/extended/hadronic/Hadr07/hadr07.out b/examples/extended/hadronic/Hadr07/hadr07.out index b14a36c040..da90341bb5 100644 --- a/examples/extended/hadronic/Hadr07/hadr07.out +++ b/examples/extended/hadronic/Hadr07/hadr07.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -399,7 +399,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=5.640000s Real=5.703005s Sys=0.000000s + User=5.030000s Real=5.056337s Sys=0.010000s ======================== run summary ===================== @@ -407,46 +407,43 @@ Run Summary 1 30 cm of Li7 (density: 1.85 g/cm3 ) Process calls frequency : - Decay= 1 RadioactiveDecayBase= 99940 Transportation= 90043 - annihil= 131 compt= 127394 conv= 133 - eBrem= 1032 eIoni= 139508 hIoni= 465 - hadElastic= 85966 ionIoni= 100254 msc= 412 - nCapture= 1 neutronInelastic= 14132 phot= 12841 - photonNuclear= 1 + RadioactiveDecayBase= 100442 Transportation= 91029 annihil= 139 + compt= 128881 conv= 140 dInelastic= 2 + eBrem= 1056 eIoni= 140868 hIoni= 462 + hadElastic= 86418 ionElastic= 2 ionIoni= 100762 + msc= 381 neutronInelastic= 14194 phot= 12732 - Edep in absorber 1 = 8.06 MeV (52.8 keV-->32.5 MeV) + + Edep in absorber 1 = 8 MeV (3.2 keV-->28.8 MeV) List of generated particles in absorber 1: - Be8[3030.000]: 1 Emean = 10.4 keV ( 10.4 keV --> 10.4 keV) - He6: 152 Emean = 2 MeV ( 18.8 keV --> 4.84 MeV) - Li6: 641 Emean = 1.61 MeV ( 19.1 eV --> 8.52 MeV) - Li7: 99145 Emean = 559 keV ( 6.66 meV --> 6.22 MeV) - Li8: 1 Emean = 2.24 keV ( 2.24 keV --> 2.24 keV) - alpha: 315 Emean = 1.18 MeV ( 27.9 keV --> 3.84 MeV) - anti_nu_e: 153 Emean = 2.02 MeV ( 141 keV --> 10.4 MeV) - deuteron: 464 Emean = 4.87 MeV ( 34.5 keV --> 28.6 MeV) - e+: 133 Emean = 1.37 MeV ( 41.9 keV --> 4.14 MeV) - e-: 138870 Emean = 156 keV ( 100 eV --> 5.62 MeV) - gamma: 41947 Emean = 1.24 MeV ( 1 keV --> 5.88 MeV) - neutron: 14781 Emean = 3.64 MeV ( 1.46 keV --> 13.6 MeV) - triton: 1 Emean = 959 keV ( 959 keV --> 959 keV) + He6: 146 Emean = 1.29 MeV ( 1.04 MeV --> 1.34 MeV) + Li6: 731 Emean = 1.66 MeV ( 38.7 eV --> 8.18 MeV) + Li7: 99565 Emean = 553 keV ( 84.4 meV --> 6.22 MeV) + alpha: 320 Emean = 1.16 MeV ( 27.9 keV --> 10.7 MeV) + anti_nu_e: 146 Emean = 1.95 MeV ( 308 keV --> 3.36 MeV) + deuteron: 464 Emean = 3.57 MeV ( 39.2 keV --> 24.7 MeV) + e+: 140 Emean = 1.49 MeV ( 159 keV --> 4.05 MeV) + e-: 140262 Emean = 157 keV ( 100 eV --> 5.58 MeV) + gamma: 42218 Emean = 1.25 MeV ( 1 keV --> 5.88 MeV) + neutron: 14952 Emean = 3.59 MeV ( 1.67 keV --> 13.6 MeV) List of particles emerging from absorbers : - anti_nu_e: 153 Emean = 2.02 MeV ( 141 keV --> 10.4 MeV) - e+: 2 Emean = 333 keV ( 146 keV --> 519 keV) - e-: 227 Emean = 1.22 MeV ( 3.34 keV --> 5.06 MeV) - gamma: 28972 Emean = 1.05 MeV ( 2.08 keV --> 5.88 MeV) - neutron: 10648 Emean = 2.23 MeV ( 319 meV --> 14.1 MeV) + anti_nu_e: 146 Emean = 1.95 MeV ( 308 keV --> 3.36 MeV) + e+: 1 Emean = 997 keV ( 997 keV --> 997 keV) + e-: 250 Emean = 1.17 MeV ( 13.8 keV --> 4.97 MeV) + gamma: 29346 Emean = 1.05 MeV ( 2.36 keV --> 5.88 MeV) + neutron: 10758 Emean = 2.16 MeV ( 19.1 eV --> 14.1 MeV) - Nb of events with primary absorbed = 87 %, transmit = 7 %, reflected = 6.2 % + Nb of events with primary absorbed = 88 %, transmit = 6.6 %, reflected = 5.8 % --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 435879993, 14428877 + Current couple of seeds = 136256168, 127568928 ---------------------------------------- G4 kernel has come to Quit state. ================== Deleting memory pools =================== -Number of memory pools allocated: 10 of which, static: 0 -Dynamic pools deleted: 10 / Total memory freed: 0.042 MB +Number of memory pools allocated: 11 of which, static: 0 +Dynamic pools deleted: 11 / Total memory freed: 0.041 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/hadronic/NeutronSource/NeutronSource.out b/examples/extended/hadronic/NeutronSource/NeutronSource.out index c00cb1f172..6569e14e77 100644 --- a/examples/extended/hadronic/NeutronSource/NeutronSource.out +++ b/examples/extended/hadronic/NeutronSource/NeutronSource.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -436,7 +436,7 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=7.300000s Real=7.653393s Sys=0.010000s + User=7.570000s Real=7.737998s Sys=0.010000s The run is 10000 Am241 of 0 meV within BeO (D = 3 cm L = 6 cm ) diff --git a/examples/extended/medical/DICOM/run.out b/examples/extended/medical/DICOM/run.out index 7fcd95e62e..9f1cfae388 100644 --- a/examples/extended/medical/DICOM/run.out +++ b/examples/extended/medical/DICOM/run.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -1005,7 +1005,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 100 - User=0.020000s Real=0.030020s Sys=0.010000s + User=0.020000s Real=0.154051s Sys=0.010000s --------------------End of Global Run----------------------- The run was 100 events LOCAL TOTAL DOSE : 0 Gy diff --git a/examples/extended/medical/GammaTherapy/GammaTherapy.out b/examples/extended/medical/GammaTherapy/GammaTherapy.out index 8267f907fa..5694acbb6a 100644 --- a/examples/extended/medical/GammaTherapy/GammaTherapy.out +++ b/examples/extended/medical/GammaTherapy/GammaTherapy.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -583,7 +583,7 @@ Index : 5 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=3.830000s Real=3.952165s Sys=0.000000s + User=3.800000s Real=3.830643s Sys=0.000000s Histo: End of run actions are started ======================================================== Number of events 10000 diff --git a/examples/extended/medical/dna/chem1/chem1.out b/examples/extended/medical/dna/chem1/chem1.out index 0643ed9385..7e8bbc0799 100644 --- a/examples/extended/medical/dna/chem1/chem1.out +++ b/examples/extended/medical/dna/chem1/chem1.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -514,7 +514,7 @@ ___________________________________ Run terminated. Run Summary Number of events processed : 1 - User=108.040000s Real=108.897602s Sys=0.070000s + User=113.850000s Real=115.037385s Sys=0.050000s G4 kernel has come to Quit state. UserDetectorConstruction deleted. UserPhysicsList deleted. diff --git a/examples/extended/medical/dna/chem2/chem2.out b/examples/extended/medical/dna/chem2/chem2.out index 86404019dd..31155d8823 100644 --- a/examples/extended/medical/dna/chem2/chem2.out +++ b/examples/extended/medical/dna/chem2/chem2.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/medical/dna/chem3/chem3.out b/examples/extended/medical/dna/chem3/chem3.out index d8258562f7..e04d298881 100644 --- a/examples/extended/medical/dna/chem3/chem3.out +++ b/examples/extended/medical/dna/chem3/chem3.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/medical/dna/chem4/chem4.out b/examples/extended/medical/dna/chem4/chem4.out index bf1277ce52..3f982acdfb 100644 --- a/examples/extended/medical/dna/chem4/chem4.out +++ b/examples/extended/medical/dna/chem4/chem4.out @@ -1,11 +1,11 @@ -Seed used : 1581670617 +Seed used : 1590745177 ############################################ !!! WARNING - FPE detection is activated !!! ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -260,17 +260,15 @@ Start event 2 Start event 3 Start event 4 Start event 5 - * PrimaryKiller: aborts event 5, energy loss is too large. - * Energy loss by primary is: 2.1301 keV. Event is aborted if the Eloss is > 2 keV Start event 6 Start event 7 Start event 8 Start event 9 --------------------End of Global Run----------------------- - The run has 9 events -Number of events recorded by the species scorer = 9 - Total energy deposited in the world volume : 9210.8 eV + The run has 10 events +Number of events recorded by the species scorer = 10 + Total energy deposited in the world volume : 10449 eV ------------------------------------------------------------ Graphics systems deleted. diff --git a/examples/extended/medical/dna/clustering/clustering.out b/examples/extended/medical/dna/clustering/clustering.out index 7cd9ca8b08..b7b081c39e 100644 --- a/examples/extended/medical/dna/clustering/clustering.out +++ b/examples/extended/medical/dna/clustering/clustering.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/medical/dna/dnaphysics/dnaphysics.out b/examples/extended/medical/dna/dnaphysics/dnaphysics.out index 2cffb0269b..f249407652 100644 --- a/examples/extended/medical/dna/dnaphysics/dnaphysics.out +++ b/examples/extended/medical/dna/dnaphysics/dnaphysics.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -12,7 +12,7 @@ WWW : http://geant4.org/ ************************************************************** -##### Create analysis manager 0x2789200 +##### Create analysis manager 0x1386520 Using Root analysis manager Visualization Manager instantiating with verbosity "warnings (3)"... Visualization Manager initialising... @@ -695,7 +695,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 2 - User=5.610000s Real=5.721499s Sys=0.040000s + User=5.670000s Real=5.744974s Sys=0.030000s ... write Root file : dna.root - done ... close Root file : dna.root - done Graphics systems deleted. diff --git a/examples/extended/medical/dna/icsd/icsd.out b/examples/extended/medical/dna/icsd/icsd.out index 47fcc9a808..9c79d92df0 100644 --- a/examples/extended/medical/dna/icsd/icsd.out +++ b/examples/extended/medical/dna/icsd/icsd.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -12,7 +12,7 @@ WWW : http://geant4.org/ ************************************************************** -##### Create analysis manager 0x14d9ce0 +##### Create analysis manager 0xbe4c00 Using Root analysis manager e-_G4DNAPTBAugerModel is constructed diff --git a/examples/extended/medical/dna/mfp/mfp.out b/examples/extended/medical/dna/mfp/mfp.out index bc093ee36f..a035ee06dd 100644 --- a/examples/extended/medical/dna/mfp/mfp.out +++ b/examples/extended/medical/dna/mfp/mfp.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/medical/dna/microdosimetry/microdosimetry.out b/examples/extended/medical/dna/microdosimetry/microdosimetry.out index 5dd0c3e3b1..151d0e293d 100644 --- a/examples/extended/medical/dna/microdosimetry/microdosimetry.out +++ b/examples/extended/medical/dna/microdosimetry/microdosimetry.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -345,7 +345,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 2 - User=28.550000s Real=28.673988s Sys=0.020000s + User=30.170000s Real=30.450636s Sys=0.020000s Number and type of particles created outside region "Target" : N e- : 728 _______________________ diff --git a/examples/extended/medical/dna/microyz/microyz.out b/examples/extended/medical/dna/microyz/microyz.out index 2c583f6349..cecd2d5d5a 100644 --- a/examples/extended/medical/dna/microyz/microyz.out +++ b/examples/extended/medical/dna/microyz/microyz.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -12,7 +12,7 @@ WWW : http://geant4.org/ ************************************************************** -##### Create analysis manager 0x29a2db0 +##### Create analysis manager 0xf14d00 Using Root analysis manager Visualization Manager instantiating with verbosity "warnings (3)"... Visualization Manager initialising... diff --git a/examples/extended/medical/dna/neuron/neuron.out b/examples/extended/medical/dna/neuron/neuron.out index 77b8d57eb7..c3487e4d93 100644 --- a/examples/extended/medical/dna/neuron/neuron.out +++ b/examples/extended/medical/dna/neuron/neuron.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -551,7 +551,7 @@ Physics stage ends Outputs of energy deposition per event written in data file: OutputPerEvent.out - Calculation time = 3.1469 s + Calculation time = 3.17447 s Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/medical/dna/pdb4dna/pdb4dna.out b/examples/extended/medical/dna/pdb4dna/pdb4dna.out index 9aed7ab48e..0bd820a3f4 100644 --- a/examples/extended/medical/dna/pdb4dna/pdb4dna.out +++ b/examples/extended/medical/dna/pdb4dna/pdb4dna.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/medical/dna/range/range.out b/examples/extended/medical/dna/range/range.out index b66bd355d1..51ddfb255c 100644 --- a/examples/extended/medical/dna/range/range.out +++ b/examples/extended/medical/dna/range/range.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/medical/dna/slowing/slowing.out b/examples/extended/medical/dna/slowing/slowing.out index 86877767c0..320829585a 100644 --- a/examples/extended/medical/dna/slowing/slowing.out +++ b/examples/extended/medical/dna/slowing/slowing.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/medical/dna/spower/spower.out b/examples/extended/medical/dna/spower/spower.out index 370c1f2bfa..23a31ff887 100644 --- a/examples/extended/medical/dna/spower/spower.out +++ b/examples/extended/medical/dna/spower/spower.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/medical/dna/svalue/svalue.out b/examples/extended/medical/dna/svalue/svalue.out index a6f6c0cd27..74538cf238 100644 --- a/examples/extended/medical/dna/svalue/svalue.out +++ b/examples/extended/medical/dna/svalue/svalue.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/medical/dna/wholeNuclearDNA/wholeNuclearDNA.out b/examples/extended/medical/dna/wholeNuclearDNA/wholeNuclearDNA.out index af9920d349..89487d0bbf 100644 --- a/examples/extended/medical/dna/wholeNuclearDNA/wholeNuclearDNA.out +++ b/examples/extended/medical/dna/wholeNuclearDNA/wholeNuclearDNA.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/medical/dna/wvalue/wvalue.out b/examples/extended/medical/dna/wvalue/wvalue.out index 0a13cb7819..e67df0ef51 100644 --- a/examples/extended/medical/dna/wvalue/wvalue.out +++ b/examples/extended/medical/dna/wvalue/wvalue.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/medical/electronScattering/electronScattering.out b/examples/extended/medical/electronScattering/electronScattering.out index 73c90b7ff6..2596a956a0 100644 --- a/examples/extended/medical/electronScattering/electronScattering.out +++ b/examples/extended/medical/electronScattering/electronScattering.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -290,7 +290,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 100000 - User=5.320000s Real=5.362890s Sys=0.000000s + User=5.460000s Real=5.474989s Sys=0.000000s ======================== run summary ====================== diff --git a/examples/extended/medical/electronScattering2/electronScattering2.out b/examples/extended/medical/electronScattering2/electronScattering2.out index ebc98889af..3eef2c2e04 100644 --- a/examples/extended/medical/electronScattering2/electronScattering2.out +++ b/examples/extended/medical/electronScattering2/electronScattering2.out @@ -8,7 +8,7 @@ Output File : output.csv ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -769,4 +769,4 @@ Number of Events Processed:20000 230 0.010869 0.0023612 14 3 231 0.008474 0.0034744 9 2 232 0.0054951 0.0017784 6 2 -### deleting electronFilter 0xabe2e0 +### deleting electronFilter 0x139a220 diff --git a/examples/extended/medical/fanoCavity/fanoCavity.out b/examples/extended/medical/fanoCavity/fanoCavity.out index b26b99cb23..70c181ac71 100644 --- a/examples/extended/medical/fanoCavity/fanoCavity.out +++ b/examples/extended/medical/fanoCavity/fanoCavity.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -220,7 +220,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 4000 - User=12.630000s Real=12.849939s Sys=0.010000s + User=13.350000s Real=13.447095s Sys=0.000000s ======================== run summary ====================== diff --git a/examples/extended/medical/fanoCavity2/fanoCavity2.out b/examples/extended/medical/fanoCavity2/fanoCavity2.out index e80ffe4d5c..4f256c8ceb 100644 --- a/examples/extended/medical/fanoCavity2/fanoCavity2.out +++ b/examples/extended/medical/fanoCavity2/fanoCavity2.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -236,7 +236,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 40000 - User=2.710000s Real=2.726254s Sys=0.000000s + User=2.640000s Real=2.650786s Sys=0.000000s Process calls frequency ---> msc= 644751 eIoni= 258361 Transportation= 22831 diff --git a/examples/extended/parallel/ThreadsafeScorers/threadsafe-scorers.out b/examples/extended/parallel/ThreadsafeScorers/threadsafe-scorers.out index eeaa8686b1..5040240aed 100644 --- a/examples/extended/parallel/ThreadsafeScorers/threadsafe-scorers.out +++ b/examples/extended/parallel/ThreadsafeScorers/threadsafe-scorers.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -886,7 +886,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 10000 - User=25.590000s Real=100.497609s Sys=1.250000s + User=24.920000s Real=26.728270s Sys=0.910000s ###### EndOfTSRunAction ###### ============================================================ opened file mfd_tl_EnergyDeposit.out for output @@ -1014,129 +1014,129 @@ Run Summary 122 384503.793156 keV 123 383392.714605 keV 124 302752.909748 keV - 0 692.337 [sigma: 314.592 | error: 0.908782 | coeff: 0.908782 | eff: 1 | fom: 0.0465701 | r2int: 0.619413 | r2eff: 0 | hits: 4 ] keV - 1 689.845 [sigma: 319.043 | error: 0.801047 | coeff: 0.801047 | eff: 1 | fom: 0.0599392 | r2int: 0.427784 | r2eff: 0 | hits: 3 ] keV - 2 1773.88 [sigma: 582.273 | error: 0.656499 | coeff: 0.656499 | eff: 1 | fom: 0.0892399 | r2int: 0.323243 | r2eff: 0 | hits: 4 ] keV - 3 406.101 [sigma: 139.152 | error: 0.685309 | coeff: 0.685309 | eff: 1 | fom: 0.0818944 | r2int: 0.352236 | r2eff: 0 | hits: 4 ] keV - 5 123.755 [sigma: 49.9296 | error: 0.57057 | coeff: 0.57057 | eff: 1 | fom: 0.118143 | r2int: 0.162775 | r2eff: 0 | hits: 2 ] keV - 7 556.436 [sigma: 155.415 | error: 0.624543 | coeff: 0.624543 | eff: 1 | fom: 0.0986056 | r2int: 0.312043 | r2eff: 0 | hits: 5 ] keV - 8 426.489 [sigma: 142.977 | error: 0.474105 | coeff: 0.474105 | eff: 1 | fom: 0.171111 | r2int: 0.112388 | r2eff: 0 | hits: 2 ] keV - 9 1644.23 [sigma: 922.483 | error: 0.971756 | coeff: 0.971756 | eff: 1 | fom: 0.0407298 | r2int: 0.629539 | r2eff: 0 | hits: 3 ] keV - 10 3026.32 [sigma: 409.004 | error: 0.427378 | coeff: 0.427378 | eff: 1 | fom: 0.210572 | r2int: 0.164387 | r2eff: 0 | hits: 10 ] keV - 11 3422.96 [sigma: 708.794 | error: 0.507217 | coeff: 0.507217 | eff: 1 | fom: 0.149499 | r2int: 0.214391 | r2eff: 0 | hits: 6 ] keV - 12 422.084 [sigma: 129.246 | error: 0.684704 | coeff: 0.684704 | eff: 1 | fom: 0.0820391 | r2int: 0.375056 | r2eff: 0 | hits: 5 ] keV - 13 35.394 [sigma: 13.016 | error: 0.520072 | coeff: 0.520072 | eff: 1 | fom: 0.1422 | r2int: 0.135237 | r2eff: 0 | hits: 2 ] keV - 14 1755.44 [sigma: 970.057 | error: 0.957134 | coeff: 0.957134 | eff: 1 | fom: 0.0419838 | r2int: 0.610736 | r2eff: 0 | hits: 3 ] keV - 15 39.4938 [sigma: 13.7256 | error: 0.601956 | coeff: 0.601956 | eff: 1 | fom: 0.106144 | r2int: 0.241568 | r2eff: 0 | hits: 3 ] keV - 16 442.829 [sigma: 160.713 | error: 0.725847 | coeff: 0.725847 | eff: 1 | fom: 0.0730022 | r2int: 0.395141 | r2eff: 0 | hits: 4 ] keV - 17 404.587 [sigma: 85.4303 | error: 0.51722 | coeff: 0.51722 | eff: 1 | fom: 0.143773 | r2int: 0.22293 | r2eff: 0 | hits: 6 ] keV + 0 692.337 [sigma: 314.592 | error: 0.908782 | coeff: 0.908782 | eff: 1 | fom: 0.0484329 | r2int: 0.619413 | r2eff: 0 | hits: 4 ] keV + 1 689.845 [sigma: 319.043 | error: 0.801047 | coeff: 0.801047 | eff: 1 | fom: 0.0623367 | r2int: 0.427784 | r2eff: 0 | hits: 3 ] keV + 2 1773.88 [sigma: 582.273 | error: 0.656499 | coeff: 0.656499 | eff: 1 | fom: 0.0928094 | r2int: 0.323243 | r2eff: 0 | hits: 4 ] keV + 3 406.101 [sigma: 139.152 | error: 0.685309 | coeff: 0.685309 | eff: 1 | fom: 0.0851702 | r2int: 0.352236 | r2eff: 0 | hits: 4 ] keV + 5 123.755 [sigma: 49.9296 | error: 0.57057 | coeff: 0.57057 | eff: 1 | fom: 0.122869 | r2int: 0.162775 | r2eff: 0 | hits: 2 ] keV + 7 556.436 [sigma: 155.415 | error: 0.624543 | coeff: 0.624543 | eff: 1 | fom: 0.10255 | r2int: 0.312043 | r2eff: 0 | hits: 5 ] keV + 8 426.489 [sigma: 142.977 | error: 0.474105 | coeff: 0.474105 | eff: 1 | fom: 0.177956 | r2int: 0.112388 | r2eff: 0 | hits: 2 ] keV + 9 1644.23 [sigma: 922.483 | error: 0.971756 | coeff: 0.971756 | eff: 1 | fom: 0.042359 | r2int: 0.629539 | r2eff: 0 | hits: 3 ] keV + 10 3026.32 [sigma: 409.004 | error: 0.427378 | coeff: 0.427378 | eff: 1 | fom: 0.218995 | r2int: 0.164387 | r2eff: 0 | hits: 10 ] keV + 11 3422.96 [sigma: 708.794 | error: 0.507217 | coeff: 0.507217 | eff: 1 | fom: 0.155479 | r2int: 0.214391 | r2eff: 0 | hits: 6 ] keV + 12 422.084 [sigma: 129.246 | error: 0.684704 | coeff: 0.684704 | eff: 1 | fom: 0.0853206 | r2int: 0.375056 | r2eff: 0 | hits: 5 ] keV + 13 35.394 [sigma: 13.016 | error: 0.520072 | coeff: 0.520072 | eff: 1 | fom: 0.147888 | r2int: 0.135237 | r2eff: 0 | hits: 2 ] keV + 14 1755.44 [sigma: 970.057 | error: 0.957134 | coeff: 0.957134 | eff: 1 | fom: 0.0436631 | r2int: 0.610736 | r2eff: 0 | hits: 3 ] keV + 15 39.4938 [sigma: 13.7256 | error: 0.601956 | coeff: 0.601956 | eff: 1 | fom: 0.11039 | r2int: 0.241568 | r2eff: 0 | hits: 3 ] keV + 16 442.829 [sigma: 160.713 | error: 0.725847 | coeff: 0.725847 | eff: 1 | fom: 0.0759223 | r2int: 0.395141 | r2eff: 0 | hits: 4 ] keV + 17 404.587 [sigma: 85.4303 | error: 0.51722 | coeff: 0.51722 | eff: 1 | fom: 0.149524 | r2int: 0.22293 | r2eff: 0 | hits: 6 ] keV 18 36.4535 [sigma: 0 | error: 0 | coeff: 0 | eff: 1 | fom: 1 | r2int: 2.22045e-16 | r2eff: 0 | hits: 1 ] keV - 19 272.101 [sigma: 66.4607 | error: 0.4885 | coeff: 0.4885 | eff: 1 | fom: 0.161175 | r2int: 0.178974 | r2eff: 0 | hits: 4 ] keV - 20 2363.19 [sigma: 845.729 | error: 0.800234 | coeff: 0.800234 | eff: 1 | fom: 0.060061 | r2int: 0.5123 | r2eff: 0 | hits: 5 ] keV - 21 356.338 [sigma: 121.407 | error: 0.681412 | coeff: 0.681412 | eff: 1 | fom: 0.0828337 | r2int: 0.348242 | r2eff: 0 | hits: 4 ] keV - 22 51.6338 [sigma: 4.40469 | error: 0.147755 | coeff: 0.147755 | eff: 1 | fom: 1.76175 | r2int: 0.0145543 | r2eff: 0 | hits: 3 ] keV - 23 63.2207 [sigma: 8.9611 | error: 0.245507 | coeff: 0.245507 | eff: 1 | fom: 0.638117 | r2int: 0.0401823 | r2eff: 0 | hits: 3 ] keV - 24 1357.51 [sigma: 509.619 | error: 0.750812 | coeff: 0.750812 | eff: 1 | fom: 0.0682283 | r2int: 0.422789 | r2eff: 0 | hits: 4 ] keV - 25 2539.9 [sigma: 641.146 | error: 0.757288 | coeff: 0.757288 | eff: 1 | fom: 0.0670664 | r2int: 0.509764 | r2eff: 0 | hits: 9 ] keV - 26 1189.7 [sigma: 267.212 | error: 0.635278 | coeff: 0.635278 | eff: 1 | fom: 0.0953012 | r2int: 0.353131 | r2eff: 0 | hits: 8 ] keV - 27 3624.62 [sigma: 760.565 | error: 0.593497 | coeff: 0.593497 | eff: 1 | fom: 0.109192 | r2int: 0.308209 | r2eff: 0 | hits: 8 ] keV - 28 3370.36 [sigma: 583.022 | error: 0.573725 | coeff: 0.573725 | eff: 1 | fom: 0.116847 | r2int: 0.299237 | r2eff: 0 | hits: 11 ] keV - 29 2797.74 [sigma: 456.424 | error: 0.46143 | coeff: 0.46143 | eff: 1 | fom: 0.18064 | r2int: 0.186303 | r2eff: 0 | hits: 8 ] keV - 30 728.062 [sigma: 105.053 | error: 0.408119 | coeff: 0.408119 | eff: 1 | fom: 0.230915 | r2int: 0.145741 | r2eff: 0 | hits: 8 ] keV - 31 8486.49 [sigma: 710.38 | error: 0.418535 | coeff: 0.418535 | eff: 1 | fom: 0.219564 | r2int: 0.168165 | r2eff: 0 | hits: 25 ] keV - 32 6147.88 [sigma: 705.179 | error: 0.538004 | coeff: 0.538004 | eff: 1 | fom: 0.132879 | r2int: 0.276292 | r2eff: 0 | hits: 22 ] keV - 33 2584.08 [sigma: 150.511 | error: 0.253887 | coeff: 0.253887 | eff: 1 | fom: 0.596687 | r2int: 0.0610659 | r2eff: 0 | hits: 19 ] keV - 34 4643.76 [sigma: 665.187 | error: 0.496209 | coeff: 0.496209 | eff: 1 | fom: 0.156206 | r2int: 0.225704 | r2eff: 0 | hits: 12 ] keV - 35 2209.48 [sigma: 352.688 | error: 0.575536 | coeff: 0.575536 | eff: 1 | fom: 0.116113 | r2int: 0.305761 | r2eff: 0 | hits: 13 ] keV - 36 6433.75 [sigma: 552.759 | error: 0.402979 | coeff: 0.402979 | eff: 1 | fom: 0.236843 | r2int: 0.155011 | r2eff: 0 | hits: 22 ] keV - 37 3699.68 [sigma: 355.475 | error: 0.480414 | coeff: 0.480414 | eff: 1 | fom: 0.166646 | r2int: 0.221566 | r2eff: 0 | hits: 25 ] keV - 38 3338.56 [sigma: 450.595 | error: 0.505001 | coeff: 0.505001 | eff: 1 | fom: 0.150814 | r2int: 0.23681 | r2eff: 0 | hits: 14 ] keV - 39 3273.05 [sigma: 567.02 | error: 0.54783 | coeff: 0.54783 | eff: 1 | fom: 0.128155 | r2int: 0.270106 | r2eff: 0 | hits: 10 ] keV - 40 5025.7 [sigma: 434.988 | error: 0.356865 | coeff: 0.356865 | eff: 1 | fom: 0.302007 | r2int: 0.119862 | r2eff: 0 | hits: 17 ] keV - 41 1933.01 [sigma: 328.153 | error: 0.536836 | coeff: 0.536836 | eff: 1 | fom: 0.133458 | r2int: 0.259373 | r2eff: 0 | hits: 10 ] keV - 42 7331.93 [sigma: 716.29 | error: 0.425841 | coeff: 0.425841 | eff: 1 | fom: 0.212096 | r2int: 0.171796 | r2eff: 0 | hits: 19 ] keV - 43 709.926 [sigma: 44.8693 | error: 0.252811 | coeff: 0.252811 | eff: 1 | fom: 0.601774 | r2int: 0.059919 | r2eff: 0 | hits: 16 ] keV - 44 4168.01 [sigma: 630.535 | error: 0.478389 | coeff: 0.478389 | eff: 1 | fom: 0.16806 | r2int: 0.20597 | r2eff: 0 | hits: 10 ] keV - 45 6316.89 [sigma: 874.154 | error: 0.41515 | coeff: 0.41515 | eff: 1 | fom: 0.22316 | r2int: 0.1532 | r2eff: 0 | hits: 9 ] keV - 46 2762.41 [sigma: 436.059 | error: 0.523544 | coeff: 0.523544 | eff: 1 | fom: 0.14032 | r2int: 0.24918 | r2eff: 0 | hits: 11 ] keV - 47 2183.02 [sigma: 503.64 | error: 0.565116 | coeff: 0.565116 | eff: 1 | fom: 0.120435 | r2int: 0.26613 | r2eff: 0 | hits: 6 ] keV - 48 2737.43 [sigma: 645.818 | error: 0.577887 | coeff: 0.577887 | eff: 1 | fom: 0.11517 | r2int: 0.278294 | r2eff: 0 | hits: 6 ] keV - 49 4746.5 [sigma: 747.777 | error: 0.445598 | coeff: 0.445598 | eff: 1 | fom: 0.193705 | r2int: 0.173738 | r2eff: 0 | hits: 8 ] keV - 50 3162.59 [sigma: 441.117 | error: 0.483171 | coeff: 0.483171 | eff: 1 | fom: 0.16475 | r2int: 0.213999 | r2eff: 0 | hits: 12 ] keV - 51 1302.1 [sigma: 89.3292 | error: 0.299037 | coeff: 0.299037 | eff: 1 | fom: 0.430108 | r2int: 0.0847166 | r2eff: 0 | hits: 19 ] keV - 52 5416.28 [sigma: 310.937 | error: 0.334743 | coeff: 0.334743 | eff: 1 | fom: 0.343245 | r2int: 0.108757 | r2eff: 0 | hits: 34 ] keV - 53 8348.85 [sigma: 410.563 | error: 0.303141 | coeff: 0.303141 | eff: 1 | fom: 0.41854 | r2int: 0.0894762 | r2eff: 0 | hits: 38 ] keV - 54 4448.35 [sigma: 479.734 | error: 0.505839 | coeff: 0.505839 | eff: 1 | fom: 0.150315 | r2int: 0.244243 | r2eff: 0 | hits: 22 ] keV - 55 5453.31 [sigma: 373.831 | error: 0.381677 | coeff: 0.381677 | eff: 1 | fom: 0.264019 | r2int: 0.140978 | r2eff: 0 | hits: 31 ] keV - 56 18619.6 [sigma: 624.242 | error: 0.244073 | coeff: 0.244073 | eff: 1 | fom: 0.645633 | r2int: 0.0584479 | r2eff: 0 | hits: 53 ] keV - 57 22029.6 [sigma: 642.714 | error: 0.245833 | coeff: 0.245833 | eff: 1 | fom: 0.636425 | r2int: 0.0595825 | r2eff: 0 | hits: 71 ] keV - 58 26436.9 [sigma: 755.211 | error: 0.233828 | coeff: 0.233828 | eff: 1 | fom: 0.703453 | r2int: 0.0538593 | r2eff: 0 | hits: 67 ] keV - 59 5587.82 [sigma: 358.403 | error: 0.35131 | coeff: 0.35131 | eff: 1 | fom: 0.311635 | r2int: 0.119304 | r2eff: 0 | hits: 30 ] keV - 60 9256.2 [sigma: 485.257 | error: 0.351678 | coeff: 0.351678 | eff: 1 | fom: 0.310983 | r2int: 0.120929 | r2eff: 0 | hits: 45 ] keV - 61 26036 [sigma: 707.445 | error: 0.225706 | coeff: 0.225706 | eff: 1 | fom: 0.75499 | r2int: 0.0502048 | r2eff: 0 | hits: 69 ] keV - 62 13119.4 [sigma: 377.174 | error: 0.250631 | coeff: 0.250631 | eff: 1 | fom: 0.612289 | r2int: 0.0619895 | r2eff: 0 | hits: 76 ] keV - 63 11919.7 [sigma: 453.217 | error: 0.292056 | coeff: 0.292056 | eff: 1 | fom: 0.450915 | r2int: 0.083851 | r2eff: 0 | hits: 59 ] keV - 64 6819.53 [sigma: 384.161 | error: 0.351796 | coeff: 0.351796 | eff: 1 | fom: 0.310774 | r2int: 0.120587 | r2eff: 0 | hits: 39 ] keV - 65 8312.58 [sigma: 431.828 | error: 0.328552 | coeff: 0.328552 | eff: 1 | fom: 0.356302 | r2int: 0.105248 | r2eff: 0 | hits: 40 ] keV - 66 30261.5 [sigma: 800.869 | error: 0.213367 | coeff: 0.213367 | eff: 1 | fom: 0.844833 | r2int: 0.0448252 | r2eff: 0 | hits: 65 ] keV - 67 17338.5 [sigma: 620.036 | error: 0.292713 | coeff: 0.292713 | eff: 1 | fom: 0.448894 | r2int: 0.0844019 | r2eff: 0 | hits: 67 ] keV - 68 23263.2 [sigma: 879.519 | error: 0.275241 | coeff: 0.275241 | eff: 1 | fom: 0.507692 | r2int: 0.0743282 | r2eff: 0 | hits: 53 ] keV - 69 10715.7 [sigma: 580.244 | error: 0.329375 | coeff: 0.329375 | eff: 1 | fom: 0.354524 | r2int: 0.105556 | r2eff: 0 | hits: 37 ] keV - 70 1232.29 [sigma: 91.5007 | error: 0.323658 | coeff: 0.323658 | eff: 1 | fom: 0.367158 | r2int: 0.0992414 | r2eff: 0 | hits: 19 ] keV - 71 7211.59 [sigma: 429.477 | error: 0.34211 | coeff: 0.34211 | eff: 1 | fom: 0.328621 | r2int: 0.113493 | r2eff: 0 | hits: 33 ] keV - 72 5876.33 [sigma: 409.381 | error: 0.39409 | coeff: 0.39409 | eff: 1 | fom: 0.247648 | r2int: 0.150454 | r2eff: 0 | hits: 32 ] keV - 73 5745.33 [sigma: 315.752 | error: 0.305993 | coeff: 0.305993 | eff: 1 | fom: 0.410774 | r2int: 0.0906115 | r2eff: 0 | hits: 31 ] keV - 74 3992.21 [sigma: 431.278 | error: 0.432119 | coeff: 0.432119 | eff: 1 | fom: 0.205977 | r2int: 0.175057 | r2eff: 0 | hits: 16 ] keV - 75 20054.6 [sigma: 412.233 | error: 0.198231 | coeff: 0.198231 | eff: 1 | fom: 0.97878 | r2int: 0.0388729 | r2eff: 0 | hits: 93 ] keV - 76 20435.8 [sigma: 317.846 | error: 0.180714 | coeff: 0.180714 | eff: 1 | fom: 1.17773 | r2int: 0.0324156 | r2eff: 0 | hits: 135 ] keV - 77 28014.2 [sigma: 441.957 | error: 0.192573 | coeff: 0.192573 | eff: 1 | fom: 1.03714 | r2int: 0.0368353 | r2eff: 0 | hits: 149 ] keV - 78 30370.4 [sigma: 400.017 | error: 0.170719 | coeff: 0.170719 | eff: 1 | fom: 1.31966 | r2int: 0.0289716 | r2eff: 0 | hits: 168 ] keV - 79 20748.8 [sigma: 462.961 | error: 0.225347 | coeff: 0.225347 | eff: 1 | fom: 0.757395 | r2int: 0.0502835 | r2eff: 0 | hits: 102 ] keV - 80 29038 [sigma: 377.262 | error: 0.160176 | coeff: 0.160176 | eff: 1 | fom: 1.4991 | r2int: 0.0254877 | r2eff: 0 | hits: 152 ] keV - 81 387496 [sigma: 1095.33 | error: 0.0446938 | coeff: 0.0446938 | eff: 1 | fom: 19.2545 | r2int: 0.00198954 | r2eff: 0 | hits: 250 ] keV - 82 326569 [sigma: 1131.09 | error: 0.0552001 | coeff: 0.0552001 | eff: 1 | fom: 12.6226 | r2int: 0.00303505 | r2eff: 0 | hits: 254 ] keV - 83 345963 [sigma: 1160.62 | error: 0.0535711 | coeff: 0.0535711 | eff: 1 | fom: 13.4019 | r2int: 0.00285861 | r2eff: 0 | hits: 255 ] keV - 84 27777.5 [sigma: 428.297 | error: 0.181786 | coeff: 0.181786 | eff: 1 | fom: 1.16388 | r2int: 0.0328083 | r2eff: 0 | hits: 139 ] keV - 85 41809.5 [sigma: 422.873 | error: 0.140148 | coeff: 0.140148 | eff: 1 | fom: 1.95819 | r2int: 0.0195391 | r2eff: 0 | hits: 192 ] keV - 86 329403 [sigma: 1149.31 | error: 0.0562596 | coeff: 0.0562596 | eff: 1 | fom: 12.1516 | r2int: 0.00315296 | r2eff: 0 | hits: 260 ] keV - 87 261058 [sigma: 1089.77 | error: 0.0684658 | coeff: 0.0684658 | eff: 1 | fom: 8.20501 | r2int: 0.00467014 | r2eff: 0 | hits: 269 ] keV - 88 301316 [sigma: 1155.35 | error: 0.0605051 | coeff: 0.0605051 | eff: 1 | fom: 10.5061 | r2int: 0.00364616 | r2eff: 0 | hits: 249 ] keV - 89 24315.4 [sigma: 320.332 | error: 0.158088 | coeff: 0.158088 | eff: 1 | fom: 1.53896 | r2int: 0.0248184 | r2eff: 0 | hits: 144 ] keV - 90 37098.4 [sigma: 428.105 | error: 0.150459 | coeff: 0.150459 | eff: 1 | fom: 1.69898 | r2int: 0.0225048 | r2eff: 0 | hits: 170 ] keV - 91 375578 [sigma: 1173.5 | error: 0.0509594 | coeff: 0.0509594 | eff: 1 | fom: 14.8108 | r2int: 0.00258709 | r2eff: 0 | hits: 266 ] keV - 92 359051 [sigma: 1157.93 | error: 0.0524987 | coeff: 0.0524987 | eff: 1 | fom: 13.955 | r2int: 0.00274572 | r2eff: 0 | hits: 265 ] keV - 93 458146 [sigma: 1115.47 | error: 0.0420301 | coeff: 0.0420301 | eff: 1 | fom: 21.7723 | r2int: 0.0017606 | r2eff: 0 | hits: 298 ] keV - 94 29723.3 [sigma: 362.8 | error: 0.160544 | coeff: 0.160544 | eff: 1 | fom: 1.49225 | r2int: 0.0256253 | r2eff: 0 | hits: 173 ] keV - 95 22147.6 [sigma: 468.079 | error: 0.213448 | coeff: 0.213448 | eff: 1 | fom: 0.844191 | r2int: 0.0451136 | r2eff: 0 | hits: 102 ] keV - 96 29733.1 [sigma: 429.707 | error: 0.173426 | coeff: 0.173426 | eff: 1 | fom: 1.27879 | r2int: 0.0298677 | r2eff: 0 | hits: 144 ] keV - 97 31162.9 [sigma: 370.034 | error: 0.157528 | coeff: 0.157528 | eff: 1 | fom: 1.54992 | r2int: 0.0246742 | r2eff: 0 | hits: 176 ] keV - 98 39344.9 [sigma: 472.086 | error: 0.157818 | coeff: 0.157818 | eff: 1 | fom: 1.54424 | r2int: 0.0247624 | r2eff: 0 | hits: 173 ] keV - 99 29549.1 [sigma: 500.052 | error: 0.180685 | coeff: 0.180685 | eff: 1 | fom: 1.17809 | r2int: 0.0323609 | r2eff: 0 | hits: 114 ] keV - 100 294489 [sigma: 447.055 | error: 0.0360202 | coeff: 0.0360202 | eff: 1 | fom: 29.6439 | r2int: 0.00129515 | r2eff: 0 | hits: 563 ] keV - 101 336509 [sigma: 472.634 | error: 0.0364905 | coeff: 0.0364905 | eff: 1 | fom: 27.8148 | r2int: 0.00132958 | r2eff: 0 | hits: 675 ] keV - 102 366816 [sigma: 489.286 | error: 0.0355672 | coeff: 0.0355672 | eff: 1 | fom: 29.2777 | r2int: 0.00126325 | r2eff: 0 | hits: 711 ] keV - 103 366495 [sigma: 477.187 | error: 0.0353711 | coeff: 0.0353711 | eff: 1 | fom: 29.6032 | r2int: 0.00124942 | r2eff: 0 | hits: 738 ] keV - 104 298898 [sigma: 446.185 | error: 0.0356081 | coeff: 0.0356081 | eff: 1 | fom: 29.2105 | r2int: 0.00126571 | r2eff: 0 | hits: 569 ] keV - 105 375118 [sigma: 505.128 | error: 0.0357796 | coeff: 0.0357796 | eff: 1 | fom: 28.9311 | r2int: 0.00127837 | r2eff: 0 | hits: 706 ] keV - 106 383166 [sigma: 464.37 | error: 0.0359516 | coeff: 0.0359516 | eff: 1 | fom: 28.6549 | r2int: 0.00129105 | r2eff: 0 | hits: 880 ] keV - 107 419257 [sigma: 488.874 | error: 0.0344527 | coeff: 0.0344527 | eff: 1 | fom: 31.2024 | r2int: 0.00118563 | r2eff: 0 | hits: 873 ] keV - 108 383740 [sigma: 491.712 | error: 0.0370491 | coeff: 0.0370491 | eff: 1 | fom: 26.9824 | r2int: 0.00137099 | r2eff: 0 | hits: 836 ] keV - 109 353160 [sigma: 520.041 | error: 0.0379447 | coeff: 0.0379447 | eff: 1 | fom: 25.7238 | r2int: 0.00143763 | r2eff: 0 | hits: 664 ] keV - 110 355081 [sigma: 482.15 | error: 0.0364605 | coeff: 0.0364605 | eff: 1 | fom: 27.8607 | r2int: 0.00132752 | r2eff: 0 | hits: 721 ] keV - 111 407895 [sigma: 503.533 | error: 0.0359058 | coeff: 0.0359058 | eff: 1 | fom: 28.7282 | r2int: 0.0012877 | r2eff: 0 | hits: 846 ] keV - 112 378817 [sigma: 464.693 | error: 0.0355953 | coeff: 0.0355953 | eff: 1 | fom: 29.2315 | r2int: 0.00126552 | r2eff: 0 | hits: 842 ] keV - 113 371889 [sigma: 484.356 | error: 0.0377478 | coeff: 0.0377478 | eff: 1 | fom: 25.9928 | r2int: 0.0014232 | r2eff: 0 | hits: 840 ] keV - 114 362065 [sigma: 480.694 | error: 0.0356986 | coeff: 0.0356986 | eff: 1 | fom: 29.0626 | r2int: 0.00127262 | r2eff: 0 | hits: 723 ] keV - 115 366863 [sigma: 462.513 | error: 0.0336403 | coeff: 0.0336403 | eff: 1 | fom: 32.7277 | r2int: 0.00113008 | r2eff: 0 | hits: 712 ] keV - 116 423858 [sigma: 482.184 | error: 0.0341472 | coeff: 0.0341472 | eff: 1 | fom: 31.7634 | r2int: 0.00116473 | r2eff: 0 | hits: 901 ] keV - 117 429988 [sigma: 492.581 | error: 0.0344243 | coeff: 0.0344243 | eff: 1 | fom: 31.2541 | r2int: 0.00118372 | r2eff: 0 | hits: 903 ] keV - 118 393772 [sigma: 474.211 | error: 0.0353368 | coeff: 0.0353368 | eff: 1 | fom: 29.6607 | r2int: 0.00124724 | r2eff: 0 | hits: 861 ] keV - 119 359087 [sigma: 473.626 | error: 0.0351452 | coeff: 0.0351452 | eff: 1 | fom: 29.985 | r2int: 0.00123344 | r2eff: 0 | hits: 710 ] keV - 120 285375 [sigma: 479.695 | error: 0.0391335 | coeff: 0.0391335 | eff: 1 | fom: 24.1846 | r2int: 0.00152861 | r2eff: 0 | hits: 542 ] keV - 121 363410 [sigma: 487.352 | error: 0.0351499 | coeff: 0.0351499 | eff: 1 | fom: 29.977 | r2int: 0.00123372 | r2eff: 0 | hits: 687 ] keV - 122 384504 [sigma: 475.249 | error: 0.0338494 | coeff: 0.0338494 | eff: 1 | fom: 32.3246 | r2int: 0.00114426 | r2eff: 0 | hits: 750 ] keV - 123 383393 [sigma: 496.404 | error: 0.035435 | coeff: 0.035435 | eff: 1 | fom: 28.4432 | r2int: 0.00125396 | r2eff: 0 | hits: 749 ] keV - 124 302753 [sigma: 467.763 | error: 0.0365295 | coeff: 0.0365295 | eff: 1 | fom: 26.7642 | r2int: 0.00133202 | r2eff: 0 | hits: 559 ] keV + 19 272.101 [sigma: 66.4607 | error: 0.4885 | coeff: 0.4885 | eff: 1 | fom: 0.167622 | r2int: 0.178974 | r2eff: 0 | hits: 4 ] keV + 20 2363.19 [sigma: 845.729 | error: 0.800234 | coeff: 0.800234 | eff: 1 | fom: 0.0624634 | r2int: 0.5123 | r2eff: 0 | hits: 5 ] keV + 21 356.338 [sigma: 121.407 | error: 0.681412 | coeff: 0.681412 | eff: 1 | fom: 0.0861471 | r2int: 0.348242 | r2eff: 0 | hits: 4 ] keV + 22 51.6338 [sigma: 4.40469 | error: 0.147755 | coeff: 0.147755 | eff: 1 | fom: 1.83222 | r2int: 0.0145543 | r2eff: 0 | hits: 3 ] keV + 23 63.2207 [sigma: 8.9611 | error: 0.245507 | coeff: 0.245507 | eff: 1 | fom: 0.663642 | r2int: 0.0401823 | r2eff: 0 | hits: 3 ] keV + 24 1357.51 [sigma: 509.619 | error: 0.750812 | coeff: 0.750812 | eff: 1 | fom: 0.0709574 | r2int: 0.422789 | r2eff: 0 | hits: 4 ] keV + 25 2539.9 [sigma: 641.146 | error: 0.757288 | coeff: 0.757288 | eff: 1 | fom: 0.069749 | r2int: 0.509764 | r2eff: 0 | hits: 9 ] keV + 26 1189.7 [sigma: 267.212 | error: 0.635278 | coeff: 0.635278 | eff: 1 | fom: 0.0991133 | r2int: 0.353131 | r2eff: 0 | hits: 8 ] keV + 27 3624.62 [sigma: 760.565 | error: 0.593497 | coeff: 0.593497 | eff: 1 | fom: 0.113559 | r2int: 0.308209 | r2eff: 0 | hits: 8 ] keV + 28 3370.36 [sigma: 583.022 | error: 0.573725 | coeff: 0.573725 | eff: 1 | fom: 0.121521 | r2int: 0.299237 | r2eff: 0 | hits: 11 ] keV + 29 2797.74 [sigma: 456.424 | error: 0.46143 | coeff: 0.46143 | eff: 1 | fom: 0.187866 | r2int: 0.186303 | r2eff: 0 | hits: 8 ] keV + 30 728.062 [sigma: 105.053 | error: 0.408119 | coeff: 0.408119 | eff: 1 | fom: 0.240152 | r2int: 0.145741 | r2eff: 0 | hits: 8 ] keV + 31 8486.49 [sigma: 710.38 | error: 0.418535 | coeff: 0.418535 | eff: 1 | fom: 0.228347 | r2int: 0.168165 | r2eff: 0 | hits: 25 ] keV + 32 6147.88 [sigma: 705.179 | error: 0.538004 | coeff: 0.538004 | eff: 1 | fom: 0.138194 | r2int: 0.276292 | r2eff: 0 | hits: 22 ] keV + 33 2584.08 [sigma: 150.511 | error: 0.253887 | coeff: 0.253887 | eff: 1 | fom: 0.620555 | r2int: 0.0610659 | r2eff: 0 | hits: 19 ] keV + 34 4643.76 [sigma: 665.187 | error: 0.496209 | coeff: 0.496209 | eff: 1 | fom: 0.162454 | r2int: 0.225704 | r2eff: 0 | hits: 12 ] keV + 35 2209.48 [sigma: 352.688 | error: 0.575536 | coeff: 0.575536 | eff: 1 | fom: 0.120758 | r2int: 0.305761 | r2eff: 0 | hits: 13 ] keV + 36 6433.75 [sigma: 552.759 | error: 0.402979 | coeff: 0.402979 | eff: 1 | fom: 0.246317 | r2int: 0.155011 | r2eff: 0 | hits: 22 ] keV + 37 3699.68 [sigma: 355.475 | error: 0.480414 | coeff: 0.480414 | eff: 1 | fom: 0.173312 | r2int: 0.221566 | r2eff: 0 | hits: 25 ] keV + 38 3338.56 [sigma: 450.595 | error: 0.505001 | coeff: 0.505001 | eff: 1 | fom: 0.156847 | r2int: 0.23681 | r2eff: 0 | hits: 14 ] keV + 39 3273.05 [sigma: 567.02 | error: 0.54783 | coeff: 0.54783 | eff: 1 | fom: 0.133281 | r2int: 0.270106 | r2eff: 0 | hits: 10 ] keV + 40 5025.7 [sigma: 434.988 | error: 0.356865 | coeff: 0.356865 | eff: 1 | fom: 0.314088 | r2int: 0.119862 | r2eff: 0 | hits: 17 ] keV + 41 1933.01 [sigma: 328.153 | error: 0.536836 | coeff: 0.536836 | eff: 1 | fom: 0.138796 | r2int: 0.259373 | r2eff: 0 | hits: 10 ] keV + 42 7331.93 [sigma: 716.29 | error: 0.425841 | coeff: 0.425841 | eff: 1 | fom: 0.22058 | r2int: 0.171796 | r2eff: 0 | hits: 19 ] keV + 43 709.926 [sigma: 44.8693 | error: 0.252811 | coeff: 0.252811 | eff: 1 | fom: 0.625845 | r2int: 0.059919 | r2eff: 0 | hits: 16 ] keV + 44 4168.01 [sigma: 630.535 | error: 0.478389 | coeff: 0.478389 | eff: 1 | fom: 0.174783 | r2int: 0.20597 | r2eff: 0 | hits: 10 ] keV + 45 6316.89 [sigma: 874.154 | error: 0.41515 | coeff: 0.41515 | eff: 1 | fom: 0.232086 | r2int: 0.1532 | r2eff: 0 | hits: 9 ] keV + 46 2762.41 [sigma: 436.059 | error: 0.523544 | coeff: 0.523544 | eff: 1 | fom: 0.145933 | r2int: 0.24918 | r2eff: 0 | hits: 11 ] keV + 47 2183.02 [sigma: 503.64 | error: 0.565116 | coeff: 0.565116 | eff: 1 | fom: 0.125252 | r2int: 0.26613 | r2eff: 0 | hits: 6 ] keV + 48 2737.43 [sigma: 645.818 | error: 0.577887 | coeff: 0.577887 | eff: 1 | fom: 0.119777 | r2int: 0.278294 | r2eff: 0 | hits: 6 ] keV + 49 4746.5 [sigma: 747.777 | error: 0.445598 | coeff: 0.445598 | eff: 1 | fom: 0.201453 | r2int: 0.173738 | r2eff: 0 | hits: 8 ] keV + 50 3162.59 [sigma: 441.117 | error: 0.483171 | coeff: 0.483171 | eff: 1 | fom: 0.17134 | r2int: 0.213999 | r2eff: 0 | hits: 12 ] keV + 51 1302.1 [sigma: 89.3292 | error: 0.299037 | coeff: 0.299037 | eff: 1 | fom: 0.447312 | r2int: 0.0847166 | r2eff: 0 | hits: 19 ] keV + 52 5416.28 [sigma: 310.937 | error: 0.334743 | coeff: 0.334743 | eff: 1 | fom: 0.356975 | r2int: 0.108757 | r2eff: 0 | hits: 34 ] keV + 53 8348.85 [sigma: 410.563 | error: 0.303141 | coeff: 0.303141 | eff: 1 | fom: 0.435282 | r2int: 0.0894762 | r2eff: 0 | hits: 38 ] keV + 54 4448.35 [sigma: 479.734 | error: 0.505839 | coeff: 0.505839 | eff: 1 | fom: 0.156327 | r2int: 0.244243 | r2eff: 0 | hits: 22 ] keV + 55 5453.31 [sigma: 373.831 | error: 0.381677 | coeff: 0.381677 | eff: 1 | fom: 0.27458 | r2int: 0.140978 | r2eff: 0 | hits: 31 ] keV + 56 18619.6 [sigma: 624.242 | error: 0.244073 | coeff: 0.244073 | eff: 1 | fom: 0.671458 | r2int: 0.0584479 | r2eff: 0 | hits: 53 ] keV + 57 22029.6 [sigma: 642.714 | error: 0.245833 | coeff: 0.245833 | eff: 1 | fom: 0.661882 | r2int: 0.0595825 | r2eff: 0 | hits: 71 ] keV + 58 26436.9 [sigma: 755.211 | error: 0.233828 | coeff: 0.233828 | eff: 1 | fom: 0.731592 | r2int: 0.0538593 | r2eff: 0 | hits: 67 ] keV + 59 5587.82 [sigma: 358.403 | error: 0.35131 | coeff: 0.35131 | eff: 1 | fom: 0.324101 | r2int: 0.119304 | r2eff: 0 | hits: 30 ] keV + 60 9256.2 [sigma: 485.257 | error: 0.351678 | coeff: 0.351678 | eff: 1 | fom: 0.323422 | r2int: 0.120929 | r2eff: 0 | hits: 45 ] keV + 61 26036 [sigma: 707.445 | error: 0.225706 | coeff: 0.225706 | eff: 1 | fom: 0.785189 | r2int: 0.0502048 | r2eff: 0 | hits: 69 ] keV + 62 13119.4 [sigma: 377.174 | error: 0.250631 | coeff: 0.250631 | eff: 1 | fom: 0.636781 | r2int: 0.0619895 | r2eff: 0 | hits: 76 ] keV + 63 11919.7 [sigma: 453.217 | error: 0.292056 | coeff: 0.292056 | eff: 1 | fom: 0.468951 | r2int: 0.083851 | r2eff: 0 | hits: 59 ] keV + 64 6819.53 [sigma: 384.161 | error: 0.351796 | coeff: 0.351796 | eff: 1 | fom: 0.323205 | r2int: 0.120587 | r2eff: 0 | hits: 39 ] keV + 65 8312.58 [sigma: 431.828 | error: 0.328552 | coeff: 0.328552 | eff: 1 | fom: 0.370554 | r2int: 0.105248 | r2eff: 0 | hits: 40 ] keV + 66 30261.5 [sigma: 800.869 | error: 0.213367 | coeff: 0.213367 | eff: 1 | fom: 0.878626 | r2int: 0.0448252 | r2eff: 0 | hits: 65 ] keV + 67 17338.5 [sigma: 620.036 | error: 0.292713 | coeff: 0.292713 | eff: 1 | fom: 0.466849 | r2int: 0.0844019 | r2eff: 0 | hits: 67 ] keV + 68 23263.2 [sigma: 879.519 | error: 0.275241 | coeff: 0.275241 | eff: 1 | fom: 0.528 | r2int: 0.0743282 | r2eff: 0 | hits: 53 ] keV + 69 10715.7 [sigma: 580.244 | error: 0.329375 | coeff: 0.329375 | eff: 1 | fom: 0.368705 | r2int: 0.105556 | r2eff: 0 | hits: 37 ] keV + 70 1232.29 [sigma: 91.5007 | error: 0.323658 | coeff: 0.323658 | eff: 1 | fom: 0.381844 | r2int: 0.0992414 | r2eff: 0 | hits: 19 ] keV + 71 7211.59 [sigma: 429.477 | error: 0.34211 | coeff: 0.34211 | eff: 1 | fom: 0.341766 | r2int: 0.113493 | r2eff: 0 | hits: 33 ] keV + 72 5876.33 [sigma: 409.381 | error: 0.39409 | coeff: 0.39409 | eff: 1 | fom: 0.257554 | r2int: 0.150454 | r2eff: 0 | hits: 32 ] keV + 73 5745.33 [sigma: 315.752 | error: 0.305993 | coeff: 0.305993 | eff: 1 | fom: 0.427205 | r2int: 0.0906115 | r2eff: 0 | hits: 31 ] keV + 74 3992.21 [sigma: 431.278 | error: 0.432119 | coeff: 0.432119 | eff: 1 | fom: 0.214216 | r2int: 0.175057 | r2eff: 0 | hits: 16 ] keV + 75 20054.6 [sigma: 412.233 | error: 0.198231 | coeff: 0.198231 | eff: 1 | fom: 1.01793 | r2int: 0.0388729 | r2eff: 0 | hits: 93 ] keV + 76 20435.8 [sigma: 317.846 | error: 0.180714 | coeff: 0.180714 | eff: 1 | fom: 1.22483 | r2int: 0.0324156 | r2eff: 0 | hits: 135 ] keV + 77 28014.2 [sigma: 441.957 | error: 0.192573 | coeff: 0.192573 | eff: 1 | fom: 1.07863 | r2int: 0.0368353 | r2eff: 0 | hits: 149 ] keV + 78 30370.4 [sigma: 400.017 | error: 0.170719 | coeff: 0.170719 | eff: 1 | fom: 1.37244 | r2int: 0.0289716 | r2eff: 0 | hits: 168 ] keV + 79 20748.8 [sigma: 462.961 | error: 0.225347 | coeff: 0.225347 | eff: 1 | fom: 0.787691 | r2int: 0.0502835 | r2eff: 0 | hits: 102 ] keV + 80 29038 [sigma: 377.262 | error: 0.160176 | coeff: 0.160176 | eff: 1 | fom: 1.55906 | r2int: 0.0254877 | r2eff: 0 | hits: 152 ] keV + 81 387496 [sigma: 1095.33 | error: 0.0446938 | coeff: 0.0446938 | eff: 1 | fom: 20.0247 | r2int: 0.00198954 | r2eff: 0 | hits: 250 ] keV + 82 326569 [sigma: 1131.09 | error: 0.0552001 | coeff: 0.0552001 | eff: 1 | fom: 13.1275 | r2int: 0.00303505 | r2eff: 0 | hits: 254 ] keV + 83 345963 [sigma: 1160.62 | error: 0.0535711 | coeff: 0.0535711 | eff: 1 | fom: 13.938 | r2int: 0.00285861 | r2eff: 0 | hits: 255 ] keV + 84 27777.5 [sigma: 428.297 | error: 0.181786 | coeff: 0.181786 | eff: 1 | fom: 1.21043 | r2int: 0.0328083 | r2eff: 0 | hits: 139 ] keV + 85 41809.5 [sigma: 422.873 | error: 0.140148 | coeff: 0.140148 | eff: 1 | fom: 2.03652 | r2int: 0.0195391 | r2eff: 0 | hits: 192 ] keV + 86 329403 [sigma: 1149.31 | error: 0.0562596 | coeff: 0.0562596 | eff: 1 | fom: 12.6377 | r2int: 0.00315296 | r2eff: 0 | hits: 260 ] keV + 87 261058 [sigma: 1089.77 | error: 0.0684658 | coeff: 0.0684658 | eff: 1 | fom: 8.53321 | r2int: 0.00467014 | r2eff: 0 | hits: 269 ] keV + 88 301316 [sigma: 1155.35 | error: 0.0605051 | coeff: 0.0605051 | eff: 1 | fom: 10.9264 | r2int: 0.00364616 | r2eff: 0 | hits: 249 ] keV + 89 24315.4 [sigma: 320.332 | error: 0.158088 | coeff: 0.158088 | eff: 1 | fom: 1.60051 | r2int: 0.0248184 | r2eff: 0 | hits: 144 ] keV + 90 37098.4 [sigma: 428.105 | error: 0.150459 | coeff: 0.150459 | eff: 1 | fom: 1.76694 | r2int: 0.0225048 | r2eff: 0 | hits: 170 ] keV + 91 375578 [sigma: 1173.5 | error: 0.0509594 | coeff: 0.0509594 | eff: 1 | fom: 15.4032 | r2int: 0.00258709 | r2eff: 0 | hits: 266 ] keV + 92 359051 [sigma: 1157.93 | error: 0.0524987 | coeff: 0.0524987 | eff: 1 | fom: 14.5132 | r2int: 0.00274572 | r2eff: 0 | hits: 265 ] keV + 93 458146 [sigma: 1115.47 | error: 0.0420301 | coeff: 0.0420301 | eff: 1 | fom: 22.6432 | r2int: 0.0017606 | r2eff: 0 | hits: 298 ] keV + 94 29723.3 [sigma: 362.8 | error: 0.160544 | coeff: 0.160544 | eff: 1 | fom: 1.55194 | r2int: 0.0256253 | r2eff: 0 | hits: 173 ] keV + 95 22147.6 [sigma: 468.079 | error: 0.213448 | coeff: 0.213448 | eff: 1 | fom: 0.877958 | r2int: 0.0451136 | r2eff: 0 | hits: 102 ] keV + 96 29733.1 [sigma: 429.707 | error: 0.173426 | coeff: 0.173426 | eff: 1 | fom: 1.32994 | r2int: 0.0298677 | r2eff: 0 | hits: 144 ] keV + 97 31162.9 [sigma: 370.034 | error: 0.157528 | coeff: 0.157528 | eff: 1 | fom: 1.61192 | r2int: 0.0246742 | r2eff: 0 | hits: 176 ] keV + 98 39344.9 [sigma: 472.086 | error: 0.157818 | coeff: 0.157818 | eff: 1 | fom: 1.60601 | r2int: 0.0247624 | r2eff: 0 | hits: 173 ] keV + 99 29549.1 [sigma: 500.052 | error: 0.180685 | coeff: 0.180685 | eff: 1 | fom: 1.22522 | r2int: 0.0323609 | r2eff: 0 | hits: 114 ] keV + 100 294489 [sigma: 447.055 | error: 0.0360202 | coeff: 0.0360202 | eff: 1 | fom: 30.8296 | r2int: 0.00129515 | r2eff: 0 | hits: 563 ] keV + 101 336509 [sigma: 472.634 | error: 0.0364905 | coeff: 0.0364905 | eff: 1 | fom: 28.8846 | r2int: 0.00132958 | r2eff: 0 | hits: 675 ] keV + 102 366816 [sigma: 489.286 | error: 0.0355672 | coeff: 0.0355672 | eff: 1 | fom: 30.4037 | r2int: 0.00126325 | r2eff: 0 | hits: 711 ] keV + 103 366495 [sigma: 477.187 | error: 0.0353711 | coeff: 0.0353711 | eff: 1 | fom: 30.7418 | r2int: 0.00124942 | r2eff: 0 | hits: 738 ] keV + 104 298898 [sigma: 446.185 | error: 0.0356081 | coeff: 0.0356081 | eff: 1 | fom: 30.334 | r2int: 0.00126571 | r2eff: 0 | hits: 569 ] keV + 105 375118 [sigma: 505.128 | error: 0.0357796 | coeff: 0.0357796 | eff: 1 | fom: 30.0438 | r2int: 0.00127837 | r2eff: 0 | hits: 706 ] keV + 106 383166 [sigma: 464.37 | error: 0.0359516 | coeff: 0.0359516 | eff: 1 | fom: 29.7571 | r2int: 0.00129105 | r2eff: 0 | hits: 880 ] keV + 107 419257 [sigma: 488.874 | error: 0.0344527 | coeff: 0.0344527 | eff: 1 | fom: 32.4025 | r2int: 0.00118563 | r2eff: 0 | hits: 873 ] keV + 108 383740 [sigma: 491.712 | error: 0.0370491 | coeff: 0.0370491 | eff: 1 | fom: 28.0202 | r2int: 0.00137099 | r2eff: 0 | hits: 836 ] keV + 109 353160 [sigma: 520.041 | error: 0.0379447 | coeff: 0.0379447 | eff: 1 | fom: 26.7132 | r2int: 0.00143763 | r2eff: 0 | hits: 664 ] keV + 110 355081 [sigma: 482.15 | error: 0.0364605 | coeff: 0.0364605 | eff: 1 | fom: 28.9323 | r2int: 0.00132752 | r2eff: 0 | hits: 721 ] keV + 111 407895 [sigma: 503.533 | error: 0.0359058 | coeff: 0.0359058 | eff: 1 | fom: 29.8331 | r2int: 0.0012877 | r2eff: 0 | hits: 846 ] keV + 112 378817 [sigma: 464.693 | error: 0.0355953 | coeff: 0.0355953 | eff: 1 | fom: 30.3558 | r2int: 0.00126552 | r2eff: 0 | hits: 842 ] keV + 113 371889 [sigma: 484.356 | error: 0.0377478 | coeff: 0.0377478 | eff: 1 | fom: 26.9925 | r2int: 0.0014232 | r2eff: 0 | hits: 840 ] keV + 114 362065 [sigma: 480.694 | error: 0.0356986 | coeff: 0.0356986 | eff: 1 | fom: 30.1804 | r2int: 0.00127262 | r2eff: 0 | hits: 723 ] keV + 115 366863 [sigma: 462.513 | error: 0.0336403 | coeff: 0.0336403 | eff: 1 | fom: 33.9864 | r2int: 0.00113008 | r2eff: 0 | hits: 712 ] keV + 116 423858 [sigma: 482.184 | error: 0.0341472 | coeff: 0.0341472 | eff: 1 | fom: 32.9851 | r2int: 0.00116473 | r2eff: 0 | hits: 901 ] keV + 117 429988 [sigma: 492.581 | error: 0.0344243 | coeff: 0.0344243 | eff: 1 | fom: 32.4562 | r2int: 0.00118372 | r2eff: 0 | hits: 903 ] keV + 118 393772 [sigma: 474.211 | error: 0.0353368 | coeff: 0.0353368 | eff: 1 | fom: 30.8015 | r2int: 0.00124724 | r2eff: 0 | hits: 861 ] keV + 119 359087 [sigma: 473.626 | error: 0.0351452 | coeff: 0.0351452 | eff: 1 | fom: 31.1383 | r2int: 0.00123344 | r2eff: 0 | hits: 710 ] keV + 120 285375 [sigma: 479.695 | error: 0.0391335 | coeff: 0.0391335 | eff: 1 | fom: 25.1147 | r2int: 0.00152861 | r2eff: 0 | hits: 542 ] keV + 121 363410 [sigma: 487.352 | error: 0.0351499 | coeff: 0.0351499 | eff: 1 | fom: 31.13 | r2int: 0.00123372 | r2eff: 0 | hits: 687 ] keV + 122 384504 [sigma: 475.249 | error: 0.0338494 | coeff: 0.0338494 | eff: 1 | fom: 33.5679 | r2int: 0.00114426 | r2eff: 0 | hits: 750 ] keV + 123 383393 [sigma: 496.404 | error: 0.035435 | coeff: 0.035435 | eff: 1 | fom: 29.4966 | r2int: 0.00125396 | r2eff: 0 | hits: 749 ] keV + 124 302753 [sigma: 467.763 | error: 0.0365295 | coeff: 0.0365295 | eff: 1 | fom: 27.7555 | r2int: 0.00133202 | r2eff: 0 | hits: 559 ] keV ============================================================ closed file mfd_tl_EnergyDeposit.out for output ============================================================ @@ -1395,131 +1395,131 @@ Run Summary 122 19728.000000 steps 123 19005.000000 steps 124 13676.000000 steps - 0 55 [sigma: 10.8817 | error: 0.5596 | coeff: 0.5596 | eff: 1 | fom: 0.114048 | r2int: 0.274008 | r2eff: 0 | hits: 8 ] steps - 1 51 [sigma: 8.66025 | error: 0.294118 | coeff: 0.294118 | eff: 1 | fom: 0.412857 | r2int: 0.0576701 | r2eff: 0 | hits: 3 ] steps - 2 60 [sigma: 8.48528 | error: 0.447214 | coeff: 0.447214 | eff: 1 | fom: 0.178571 | r2int: 0.18 | r2eff: 0 | hits: 10 ] steps - 3 33 [sigma: 3.50714 | error: 0.237642 | coeff: 0.237642 | eff: 1 | fom: 0.632404 | r2int: 0.0451791 | r2eff: 0 | hits: 5 ] steps + 0 55 [sigma: 10.8817 | error: 0.5596 | coeff: 0.5596 | eff: 1 | fom: 0.118272 | r2int: 0.274008 | r2eff: 0 | hits: 8 ] steps + 1 51 [sigma: 8.66025 | error: 0.294118 | coeff: 0.294118 | eff: 1 | fom: 0.428148 | r2int: 0.0576701 | r2eff: 0 | hits: 3 ] steps + 2 60 [sigma: 8.48528 | error: 0.447214 | coeff: 0.447214 | eff: 1 | fom: 0.185185 | r2int: 0.18 | r2eff: 0 | hits: 10 ] steps + 3 33 [sigma: 3.50714 | error: 0.237642 | coeff: 0.237642 | eff: 1 | fom: 0.655827 | r2int: 0.0451791 | r2eff: 0 | hits: 5 ] steps 4 3 [sigma: 0 | error: 0 | coeff: 0 | eff: 1 | fom: 1 | r2int: 0 | r2eff: 0 | hits: 3 ] steps - 5 22 [sigma: 2.69979 | error: 0.388068 | coeff: 0.388068 | eff: 1 | fom: 0.237152 | r2int: 0.135537 | r2eff: 0 | hits: 10 ] steps + 5 22 [sigma: 2.69979 | error: 0.388068 | coeff: 0.388068 | eff: 1 | fom: 0.245935 | r2int: 0.135537 | r2eff: 0 | hits: 10 ] steps 6 4 [sigma: 0 | error: 0 | coeff: 0 | eff: 1 | fom: 1 | r2int: 0 | r2eff: 0 | hits: 4 ] steps - 7 56 [sigma: 6.07728 | error: 0.343179 | coeff: 0.343179 | eff: 1 | fom: 0.303249 | r2int: 0.105995 | r2eff: 0 | hits: 10 ] steps - 8 44 [sigma: 11.0393 | error: 0.614562 | coeff: 0.614562 | eff: 1 | fom: 0.0945608 | r2int: 0.314738 | r2eff: 0 | hits: 6 ] steps - 9 38 [sigma: 7.20725 | error: 0.568993 | coeff: 0.568993 | eff: 1 | fom: 0.110313 | r2int: 0.287781 | r2eff: 0 | hits: 9 ] steps - 10 160 [sigma: 9.36207 | error: 0.218935 | coeff: 0.218935 | eff: 1 | fom: 0.745092 | r2int: 0.0445089 | r2eff: 0 | hits: 14 ] steps - 11 111 [sigma: 10.8397 | error: 0.292966 | coeff: 0.292966 | eff: 1 | fom: 0.416109 | r2int: 0.0762925 | r2eff: 0 | hits: 9 ] steps - 12 50 [sigma: 5.29837 | error: 0.351454 | coeff: 0.351454 | eff: 1 | fom: 0.289138 | r2int: 0.112291 | r2eff: 0 | hits: 11 ] steps - 13 20 [sigma: 2.82843 | error: 0.4 | coeff: 0.4 | eff: 1 | fom: 0.223214 | r2int: 0.14 | r2eff: 0 | hits: 8 ] steps - 14 70 [sigma: 19.6638 | error: 0.688091 | coeff: 0.688091 | eff: 1 | fom: 0.075431 | r2int: 0.394558 | r2eff: 0 | hits: 6 ] steps - 15 18 [sigma: 2.0702 | error: 0.30429 | coeff: 0.30429 | eff: 1 | fom: 0.385714 | r2int: 0.0793651 | r2eff: 0 | hits: 7 ] steps - 16 42 [sigma: 6.84105 | error: 0.398978 | coeff: 0.398978 | eff: 1 | fom: 0.224359 | r2int: 0.132653 | r2eff: 0 | hits: 6 ] steps - 17 60 [sigma: 5.47723 | error: 0.288675 | coeff: 0.288675 | eff: 1 | fom: 0.428571 | r2int: 0.075 | r2eff: 0 | hits: 10 ] steps - 18 12 [sigma: 4 | error: 0.666667 | coeff: 0.666667 | eff: 1 | fom: 0.0803571 | r2int: 0.333333 | r2eff: 0 | hits: 4 ] steps - 19 62 [sigma: 9.17683 | error: 0.418645 | coeff: 0.418645 | eff: 1 | fom: 0.203774 | r2int: 0.153356 | r2eff: 0 | hits: 8 ] steps - 20 89 [sigma: 13.0601 | error: 0.359445 | coeff: 0.359445 | eff: 1 | fom: 0.276425 | r2int: 0.107667 | r2eff: 0 | hits: 6 ] steps - 21 51 [sigma: 7.72364 | error: 0.502282 | coeff: 0.502282 | eff: 1 | fom: 0.141562 | r2int: 0.229352 | r2eff: 0 | hits: 11 ] steps - 22 21 [sigma: 3.49285 | error: 0.371917 | coeff: 0.371917 | eff: 1 | fom: 0.258197 | r2int: 0.110658 | r2eff: 0 | hits: 5 ] steps - 23 41 [sigma: 6.49175 | error: 0.418916 | coeff: 0.418916 | eff: 1 | fom: 0.203511 | r2int: 0.150421 | r2eff: 0 | hits: 7 ] steps - 24 88 [sigma: 17.5005 | error: 0.487128 | coeff: 0.487128 | eff: 1 | fom: 0.150507 | r2int: 0.197744 | r2eff: 0 | hits: 6 ] steps - 25 123 [sigma: 8.94069 | error: 0.262082 | coeff: 0.262082 | eff: 1 | fom: 0.519956 | r2int: 0.0634034 | r2eff: 0 | hits: 13 ] steps - 26 81 [sigma: 4.91063 | error: 0.2348 | coeff: 0.2348 | eff: 1 | fom: 0.647808 | r2int: 0.0514556 | r2eff: 0 | hits: 15 ] steps - 27 141 [sigma: 12.0153 | error: 0.371444 | coeff: 0.371444 | eff: 1 | fom: 0.258854 | r2int: 0.130709 | r2eff: 0 | hits: 19 ] steps - 28 153 [sigma: 8.94592 | error: 0.248067 | coeff: 0.248067 | eff: 1 | fom: 0.580367 | r2int: 0.0581187 | r2eff: 0 | hits: 18 ] steps - 29 132 [sigma: 12.0605 | error: 0.316505 | coeff: 0.316505 | eff: 1 | fom: 0.356518 | r2int: 0.0918274 | r2eff: 0 | hits: 12 ] steps - 30 107 [sigma: 6.9351 | error: 0.267235 | coeff: 0.267235 | eff: 1 | fom: 0.500098 | r2int: 0.0672137 | r2eff: 0 | hits: 17 ] steps - 31 357 [sigma: 11.3046 | error: 0.170524 | coeff: 0.170524 | eff: 1 | fom: 1.22821 | r2int: 0.0280756 | r2eff: 0 | hits: 29 ] steps - 32 266 [sigma: 10.0856 | error: 0.204183 | coeff: 0.204183 | eff: 1 | fom: 0.856652 | r2int: 0.040253 | r2eff: 0 | hits: 29 ] steps - 33 294 [sigma: 11.9584 | error: 0.190783 | coeff: 0.190783 | eff: 1 | fom: 0.981216 | r2int: 0.0347435 | r2eff: 0 | hits: 22 ] steps - 34 223 [sigma: 12.6579 | error: 0.27222 | coeff: 0.27222 | eff: 1 | fom: 0.481952 | r2int: 0.0708816 | r2eff: 0 | hits: 23 ] steps - 35 173 [sigma: 9.61735 | error: 0.277958 | coeff: 0.277958 | eff: 1 | fom: 0.462257 | r2int: 0.0741702 | r2eff: 0 | hits: 25 ] steps - 36 278 [sigma: 9.81882 | error: 0.193453 | coeff: 0.193453 | eff: 1 | fom: 0.954315 | r2int: 0.0361765 | r2eff: 0 | hits: 30 ] steps - 37 383 [sigma: 12.5736 | error: 0.18571 | coeff: 0.18571 | eff: 1 | fom: 1.03555 | r2int: 0.0334106 | r2eff: 0 | hits: 32 ] steps - 38 200 [sigma: 12.9929 | error: 0.267856 | coeff: 0.267856 | eff: 1 | fom: 0.497782 | r2int: 0.0675265 | r2eff: 0 | hits: 17 ] steps - 39 168 [sigma: 12.061 | error: 0.287166 | coeff: 0.287166 | eff: 1 | fom: 0.433089 | r2int: 0.0773101 | r2eff: 0 | hits: 16 ] steps - 40 263 [sigma: 10.3614 | error: 0.208469 | coeff: 0.208469 | eff: 1 | fom: 0.821787 | r2int: 0.0419072 | r2eff: 0 | hits: 28 ] steps - 41 155 [sigma: 8.32175 | error: 0.234024 | coeff: 0.234024 | eff: 1 | fom: 0.652113 | r2int: 0.0518846 | r2eff: 0 | hits: 19 ] steps - 42 288 [sigma: 12.3832 | error: 0.214986 | coeff: 0.214986 | eff: 1 | fom: 0.77272 | r2int: 0.0443702 | r2eff: 0 | hits: 25 ] steps - 43 205 [sigma: 8.686 | error: 0.203203 | coeff: 0.203203 | eff: 1 | fom: 0.864932 | r2int: 0.0394962 | r2eff: 0 | hits: 23 ] steps - 44 153 [sigma: 10.4105 | error: 0.254592 | coeff: 0.254592 | eff: 1 | fom: 0.550999 | r2int: 0.0601875 | r2eff: 0 | hits: 14 ] steps - 45 177 [sigma: 12.6419 | error: 0.319415 | coeff: 0.319415 | eff: 1 | fom: 0.350051 | r2int: 0.0969246 | r2eff: 0 | hits: 20 ] steps - 46 184 [sigma: 10.6953 | error: 0.266371 | coeff: 0.266371 | eff: 1 | fom: 0.503348 | r2int: 0.0675747 | r2eff: 0 | hits: 21 ] steps - 47 112 [sigma: 9.68929 | error: 0.356696 | coeff: 0.356696 | eff: 1 | fom: 0.280702 | r2int: 0.119748 | r2eff: 0 | hits: 17 ] steps - 48 112 [sigma: 8.47545 | error: 0.34678 | coeff: 0.34678 | eff: 1 | fom: 0.296984 | r2int: 0.11453 | r2eff: 0 | hits: 21 ] steps - 49 175 [sigma: 14.9555 | error: 0.330985 | coeff: 0.330985 | eff: 1 | fom: 0.326006 | r2int: 0.102248 | r2eff: 0 | hits: 15 ] steps - 50 254 [sigma: 18.5564 | error: 0.357904 | coeff: 0.357904 | eff: 1 | fom: 0.278811 | r2int: 0.122758 | r2eff: 0 | hits: 24 ] steps - 51 283 [sigma: 10.7885 | error: 0.249982 | coeff: 0.249982 | eff: 1 | fom: 0.571509 | r2int: 0.0610379 | r2eff: 0 | hits: 43 ] steps - 52 518 [sigma: 10.39 | error: 0.148753 | coeff: 0.148753 | eff: 1 | fom: 1.61402 | r2int: 0.0217252 | r2eff: 0 | hits: 55 ] steps - 53 610 [sigma: 12.7841 | error: 0.163684 | coeff: 0.163684 | eff: 1 | fom: 1.333 | r2int: 0.0263531 | r2eff: 0 | hits: 61 ] steps - 54 323 [sigma: 10.3916 | error: 0.184814 | coeff: 0.184814 | eff: 1 | fom: 1.04561 | r2int: 0.0331213 | r2eff: 0 | hits: 33 ] steps - 55 462 [sigma: 9.88001 | error: 0.151217 | coeff: 0.151217 | eff: 1 | fom: 1.56186 | r2int: 0.0224093 | r2eff: 0 | hits: 50 ] steps - 56 801 [sigma: 11.8039 | error: 0.117892 | coeff: 0.117892 | eff: 1 | fom: 2.56964 | r2int: 0.0136814 | r2eff: 0 | hits: 64 ] steps - 57 1103 [sigma: 11.4943 | error: 0.0960762 | coeff: 0.0960762 | eff: 1 | fom: 3.8691 | r2int: 0.00912204 | r2eff: 0 | hits: 85 ] steps - 58 1158 [sigma: 14.2939 | error: 0.112455 | coeff: 0.112455 | eff: 1 | fom: 2.82411 | r2int: 0.0124939 | r2eff: 0 | hits: 83 ] steps - 59 437 [sigma: 9.40531 | error: 0.159615 | coeff: 0.159615 | eff: 1 | fom: 1.40183 | r2int: 0.0250137 | r2eff: 0 | hits: 55 ] steps - 60 923 [sigma: 23.1486 | error: 0.208328 | coeff: 0.208328 | eff: 1 | fom: 0.822902 | r2int: 0.0427714 | r2eff: 0 | hits: 69 ] steps - 61 1194 [sigma: 14.012 | error: 0.110711 | coeff: 0.110711 | eff: 1 | fom: 2.9138 | r2int: 0.0121192 | r2eff: 0 | hits: 89 ] steps - 62 1203 [sigma: 11.8556 | error: 0.0970608 | coeff: 0.0970608 | eff: 1 | fom: 3.791 | r2int: 0.00932368 | r2eff: 0 | hits: 97 ] steps - 63 949 [sigma: 11.0484 | error: 0.100824 | coeff: 0.100824 | eff: 1 | fom: 3.51329 | r2int: 0.01003 | r2eff: 0 | hits: 75 ] steps - 64 591 [sigma: 10.7094 | error: 0.143829 | coeff: 0.143829 | eff: 1 | fom: 1.72642 | r2int: 0.0203586 | r2eff: 0 | hits: 63 ] steps - 65 690 [sigma: 14.8104 | error: 0.180862 | coeff: 0.180862 | eff: 1 | fom: 1.09181 | r2int: 0.0322503 | r2eff: 0 | hits: 71 ] steps - 66 921 [sigma: 9.9314 | error: 0.0964486 | coeff: 0.0964486 | eff: 1 | fom: 3.83928 | r2int: 0.00918605 | r2eff: 0 | hits: 80 ] steps - 67 1019 [sigma: 11.2623 | error: 0.10601 | coeff: 0.10601 | eff: 1 | fom: 3.17794 | r2int: 0.011116 | r2eff: 0 | hits: 92 ] steps - 68 682 [sigma: 10.1752 | error: 0.127473 | coeff: 0.127473 | eff: 1 | fom: 2.19789 | r2int: 0.0160268 | r2eff: 0 | hits: 73 ] steps - 69 586 [sigma: 11.8835 | error: 0.15444 | coeff: 0.15444 | eff: 1 | fom: 1.49734 | r2int: 0.0234405 | r2eff: 0 | hits: 58 ] steps - 70 222 [sigma: 6.45279 | error: 0.183833 | coeff: 0.183833 | eff: 1 | fom: 1.0568 | r2int: 0.0329498 | r2eff: 0 | hits: 40 ] steps - 71 602 [sigma: 13.1383 | error: 0.170455 | coeff: 0.170455 | eff: 1 | fom: 1.22921 | r2int: 0.0285785 | r2eff: 0 | hits: 61 ] steps - 72 622 [sigma: 17.9126 | error: 0.215507 | coeff: 0.215507 | eff: 1 | fom: 0.768985 | r2int: 0.0456141 | r2eff: 0 | hits: 56 ] steps - 73 433 [sigma: 8.82448 | error: 0.146961 | coeff: 0.146961 | eff: 1 | fom: 1.65362 | r2int: 0.0211823 | r2eff: 0 | hits: 52 ] steps - 74 286 [sigma: 12.6083 | error: 0.264509 | coeff: 0.264509 | eff: 1 | fom: 0.510459 | r2int: 0.0680215 | r2eff: 0 | hits: 36 ] steps - 75 2655 [sigma: 24.3983 | error: 0.10558 | coeff: 0.10558 | eff: 1 | fom: 3.20389 | r2int: 0.0110627 | r2eff: 0 | hits: 132 ] steps - 76 3060 [sigma: 22.6005 | error: 0.0996397 | coeff: 0.0996397 | eff: 1 | fom: 3.59731 | r2int: 0.00987352 | r2eff: 0 | hits: 182 ] steps - 77 3753 [sigma: 25.843 | error: 0.096894 | coeff: 0.096894 | eff: 1 | fom: 3.80406 | r2int: 0.00934104 | r2eff: 0 | hits: 198 ] steps - 78 4531 [sigma: 30.6261 | error: 0.102286 | coeff: 0.102286 | eff: 1 | fom: 3.41359 | r2int: 0.0104167 | r2eff: 0 | hits: 229 ] steps - 79 2716 [sigma: 21.7783 | error: 0.0938542 | coeff: 0.0938542 | eff: 1 | fom: 4.05447 | r2int: 0.00874431 | r2eff: 0 | hits: 137 ] steps - 80 3817 [sigma: 20.9216 | error: 0.0792403 | coeff: 0.0792403 | eff: 1 | fom: 5.68787 | r2int: 0.00624899 | r2eff: 0 | hits: 209 ] steps - 81 3989 [sigma: 12.3244 | error: 0.0524321 | coeff: 0.0524321 | eff: 1 | fom: 12.9911 | r2int: 0.00273958 | r2eff: 0 | hits: 288 ] steps - 82 3936 [sigma: 13.0455 | error: 0.0589182 | coeff: 0.0589182 | eff: 1 | fom: 10.2883 | r2int: 0.00346037 | r2eff: 0 | hits: 316 ] steps - 83 3728 [sigma: 11.9304 | error: 0.0572472 | coeff: 0.0572472 | eff: 1 | fom: 10.8976 | r2int: 0.00326701 | r2eff: 0 | hits: 320 ] steps - 84 4072 [sigma: 26.8102 | error: 0.0917051 | coeff: 0.0917051 | eff: 1 | fom: 4.24674 | r2int: 0.00836647 | r2eff: 0 | hits: 194 ] steps - 85 4692 [sigma: 21.0785 | error: 0.0717385 | coeff: 0.0717385 | eff: 1 | fom: 6.93965 | r2int: 0.00512623 | r2eff: 0 | hits: 255 ] steps - 86 4402 [sigma: 13.4877 | error: 0.0548959 | coeff: 0.0548959 | eff: 1 | fom: 11.8512 | r2int: 0.00300417 | r2eff: 0 | hits: 321 ] steps - 87 4477 [sigma: 12.8589 | error: 0.0524128 | coeff: 0.0524128 | eff: 1 | fom: 13.0007 | r2int: 0.00273885 | r2eff: 0 | hits: 333 ] steps - 88 3822 [sigma: 12.148 | error: 0.055691 | coeff: 0.055691 | eff: 1 | fom: 11.5152 | r2int: 0.00309138 | r2eff: 0 | hits: 307 ] steps - 89 3227 [sigma: 23.4831 | error: 0.100834 | coeff: 0.100834 | eff: 1 | fom: 3.5126 | r2int: 0.0101145 | r2eff: 0 | hits: 192 ] steps - 90 4663 [sigma: 30.4037 | error: 0.0926695 | coeff: 0.0926695 | eff: 1 | fom: 4.1588 | r2int: 0.00854513 | r2eff: 0 | hits: 202 ] steps - 91 3950 [sigma: 12.5934 | error: 0.0573878 | coeff: 0.0573878 | eff: 1 | fom: 10.8443 | r2int: 0.0032832 | r2eff: 0 | hits: 324 ] steps - 92 4155 [sigma: 13.0521 | error: 0.0575811 | coeff: 0.0575811 | eff: 1 | fom: 10.7716 | r2int: 0.00330572 | r2eff: 0 | hits: 336 ] steps - 93 4551 [sigma: 12.1931 | error: 0.0511865 | coeff: 0.0511865 | eff: 1 | fom: 13.6311 | r2int: 0.00261288 | r2eff: 0 | hits: 365 ] steps - 94 4329 [sigma: 23.9447 | error: 0.0849725 | coeff: 0.0849725 | eff: 1 | fom: 4.94636 | r2int: 0.00718973 | r2eff: 0 | hits: 236 ] steps - 95 2948 [sigma: 27.7628 | error: 0.110631 | coeff: 0.110631 | eff: 1 | fom: 2.91804 | r2int: 0.0121504 | r2eff: 0 | hits: 138 ] steps - 96 3757 [sigma: 28.3705 | error: 0.108645 | coeff: 0.108645 | eff: 1 | fom: 3.02566 | r2int: 0.0117468 | r2eff: 0 | hits: 207 ] steps - 97 4754 [sigma: 25.8235 | error: 0.0875876 | coeff: 0.0875876 | eff: 1 | fom: 4.6554 | r2int: 0.00764208 | r2eff: 0 | hits: 260 ] steps - 98 4163 [sigma: 27.2083 | error: 0.100616 | coeff: 0.100616 | eff: 1 | fom: 3.52781 | r2int: 0.0100809 | r2eff: 0 | hits: 237 ] steps - 99 2844 [sigma: 22.5376 | error: 0.0986606 | coeff: 0.0986606 | eff: 1 | fom: 3.66906 | r2int: 0.00967111 | r2eff: 0 | hits: 155 ] steps - 100 13997 [sigma: 27.0579 | error: 0.0477837 | coeff: 0.0477837 | eff: 1 | fom: 15.6417 | r2int: 0.00227954 | r2eff: 0 | hits: 611 ] steps - 101 17086 [sigma: 26.4188 | error: 0.0424861 | coeff: 0.0424861 | eff: 1 | fom: 19.7856 | r2int: 0.00180268 | r2eff: 0 | hits: 755 ] steps - 102 18468 [sigma: 27.0967 | error: 0.0411869 | coeff: 0.0411869 | eff: 1 | fom: 21.0534 | r2int: 0.00169421 | r2eff: 0 | hits: 788 ] steps - 103 18981 [sigma: 26.8279 | error: 0.0402512 | coeff: 0.0402512 | eff: 1 | fom: 22.0437 | r2int: 0.00161816 | r2eff: 0 | hits: 811 ] steps - 104 13613 [sigma: 28.3923 | error: 0.0519748 | coeff: 0.0519748 | eff: 1 | fom: 13.2207 | r2int: 0.00269703 | r2eff: 0 | hits: 621 ] steps - 105 18950 [sigma: 29.9208 | error: 0.0440124 | coeff: 0.0440124 | eff: 1 | fom: 18.4371 | r2int: 0.0019346 | r2eff: 0 | hits: 777 ] steps - 106 23426 [sigma: 28.2457 | error: 0.0375526 | coeff: 0.0375526 | eff: 1 | fom: 25.3257 | r2int: 0.00140875 | r2eff: 0 | hits: 970 ] steps - 107 22470 [sigma: 25.3877 | error: 0.0355679 | coeff: 0.0355679 | eff: 1 | fom: 28.231 | r2int: 0.0012638 | r2eff: 0 | hits: 991 ] steps - 108 24487 [sigma: 30.7851 | error: 0.0384629 | coeff: 0.0384629 | eff: 1 | fom: 24.1411 | r2int: 0.00147782 | r2eff: 0 | hits: 936 ] steps - 109 17883 [sigma: 28.2503 | error: 0.0427404 | coeff: 0.0427404 | eff: 1 | fom: 19.5508 | r2int: 0.00182425 | r2eff: 0 | hits: 732 ] steps - 110 18063 [sigma: 26.6692 | error: 0.0416297 | coeff: 0.0416297 | eff: 1 | fom: 20.608 | r2int: 0.00173085 | r2eff: 0 | hits: 795 ] steps - 111 22146 [sigma: 26.0832 | error: 0.036206 | coeff: 0.036206 | eff: 1 | fom: 27.2446 | r2int: 0.00130949 | r2eff: 0 | hits: 945 ] steps - 112 22879 [sigma: 25.9986 | error: 0.0349694 | coeff: 0.0349694 | eff: 1 | fom: 29.2055 | r2int: 0.00122157 | r2eff: 0 | hits: 947 ] steps - 113 22440 [sigma: 26.8139 | error: 0.0368492 | coeff: 0.0368492 | eff: 1 | fom: 26.3019 | r2int: 0.00135643 | r2eff: 0 | hits: 951 ] steps + 7 56 [sigma: 6.07728 | error: 0.343179 | coeff: 0.343179 | eff: 1 | fom: 0.314481 | r2int: 0.105995 | r2eff: 0 | hits: 10 ] steps + 8 44 [sigma: 11.0393 | error: 0.614562 | coeff: 0.614562 | eff: 1 | fom: 0.0980631 | r2int: 0.314738 | r2eff: 0 | hits: 6 ] steps + 9 38 [sigma: 7.20725 | error: 0.568993 | coeff: 0.568993 | eff: 1 | fom: 0.114399 | r2int: 0.287781 | r2eff: 0 | hits: 9 ] steps + 10 160 [sigma: 9.36207 | error: 0.218935 | coeff: 0.218935 | eff: 1 | fom: 0.772688 | r2int: 0.0445089 | r2eff: 0 | hits: 14 ] steps + 11 111 [sigma: 10.8397 | error: 0.292966 | coeff: 0.292966 | eff: 1 | fom: 0.431521 | r2int: 0.0762925 | r2eff: 0 | hits: 9 ] steps + 12 50 [sigma: 5.29837 | error: 0.351454 | coeff: 0.351454 | eff: 1 | fom: 0.299846 | r2int: 0.112291 | r2eff: 0 | hits: 11 ] steps + 13 20 [sigma: 2.82843 | error: 0.4 | coeff: 0.4 | eff: 1 | fom: 0.231481 | r2int: 0.14 | r2eff: 0 | hits: 8 ] steps + 14 70 [sigma: 19.6638 | error: 0.688091 | coeff: 0.688091 | eff: 1 | fom: 0.0782248 | r2int: 0.394558 | r2eff: 0 | hits: 6 ] steps + 15 18 [sigma: 2.0702 | error: 0.30429 | coeff: 0.30429 | eff: 1 | fom: 0.4 | r2int: 0.0793651 | r2eff: 0 | hits: 7 ] steps + 16 42 [sigma: 6.84105 | error: 0.398978 | coeff: 0.398978 | eff: 1 | fom: 0.232669 | r2int: 0.132653 | r2eff: 0 | hits: 6 ] steps + 17 60 [sigma: 5.47723 | error: 0.288675 | coeff: 0.288675 | eff: 1 | fom: 0.444444 | r2int: 0.075 | r2eff: 0 | hits: 10 ] steps + 18 12 [sigma: 4 | error: 0.666667 | coeff: 0.666667 | eff: 1 | fom: 0.0833333 | r2int: 0.333333 | r2eff: 0 | hits: 4 ] steps + 19 62 [sigma: 9.17683 | error: 0.418645 | coeff: 0.418645 | eff: 1 | fom: 0.211322 | r2int: 0.153356 | r2eff: 0 | hits: 8 ] steps + 20 89 [sigma: 13.0601 | error: 0.359445 | coeff: 0.359445 | eff: 1 | fom: 0.286662 | r2int: 0.107667 | r2eff: 0 | hits: 6 ] steps + 21 51 [sigma: 7.72364 | error: 0.502282 | coeff: 0.502282 | eff: 1 | fom: 0.146805 | r2int: 0.229352 | r2eff: 0 | hits: 11 ] steps + 22 21 [sigma: 3.49285 | error: 0.371917 | coeff: 0.371917 | eff: 1 | fom: 0.26776 | r2int: 0.110658 | r2eff: 0 | hits: 5 ] steps + 23 41 [sigma: 6.49175 | error: 0.418916 | coeff: 0.418916 | eff: 1 | fom: 0.211048 | r2int: 0.150421 | r2eff: 0 | hits: 7 ] steps + 24 88 [sigma: 17.5005 | error: 0.487128 | coeff: 0.487128 | eff: 1 | fom: 0.156081 | r2int: 0.197744 | r2eff: 0 | hits: 6 ] steps + 25 123 [sigma: 8.94069 | error: 0.262082 | coeff: 0.262082 | eff: 1 | fom: 0.539214 | r2int: 0.0634034 | r2eff: 0 | hits: 13 ] steps + 26 81 [sigma: 4.91063 | error: 0.2348 | coeff: 0.2348 | eff: 1 | fom: 0.671801 | r2int: 0.0514556 | r2eff: 0 | hits: 15 ] steps + 27 141 [sigma: 12.0153 | error: 0.371444 | coeff: 0.371444 | eff: 1 | fom: 0.268441 | r2int: 0.130709 | r2eff: 0 | hits: 19 ] steps + 28 153 [sigma: 8.94592 | error: 0.248067 | coeff: 0.248067 | eff: 1 | fom: 0.601862 | r2int: 0.0581187 | r2eff: 0 | hits: 18 ] steps + 29 132 [sigma: 12.0605 | error: 0.316505 | coeff: 0.316505 | eff: 1 | fom: 0.369722 | r2int: 0.0918274 | r2eff: 0 | hits: 12 ] steps + 30 107 [sigma: 6.9351 | error: 0.267235 | coeff: 0.267235 | eff: 1 | fom: 0.51862 | r2int: 0.0672137 | r2eff: 0 | hits: 17 ] steps + 31 357 [sigma: 11.3046 | error: 0.170524 | coeff: 0.170524 | eff: 1 | fom: 1.2737 | r2int: 0.0280756 | r2eff: 0 | hits: 29 ] steps + 32 266 [sigma: 10.0856 | error: 0.204183 | coeff: 0.204183 | eff: 1 | fom: 0.888379 | r2int: 0.040253 | r2eff: 0 | hits: 29 ] steps + 33 294 [sigma: 11.9584 | error: 0.190783 | coeff: 0.190783 | eff: 1 | fom: 1.01756 | r2int: 0.0347435 | r2eff: 0 | hits: 22 ] steps + 34 223 [sigma: 12.6579 | error: 0.27222 | coeff: 0.27222 | eff: 1 | fom: 0.499802 | r2int: 0.0708816 | r2eff: 0 | hits: 23 ] steps + 35 173 [sigma: 9.61735 | error: 0.277958 | coeff: 0.277958 | eff: 1 | fom: 0.479378 | r2int: 0.0741702 | r2eff: 0 | hits: 25 ] steps + 36 278 [sigma: 9.81882 | error: 0.193453 | coeff: 0.193453 | eff: 1 | fom: 0.98966 | r2int: 0.0361765 | r2eff: 0 | hits: 30 ] steps + 37 383 [sigma: 12.5736 | error: 0.18571 | coeff: 0.18571 | eff: 1 | fom: 1.0739 | r2int: 0.0334106 | r2eff: 0 | hits: 32 ] steps + 38 200 [sigma: 12.9929 | error: 0.267856 | coeff: 0.267856 | eff: 1 | fom: 0.516218 | r2int: 0.0675265 | r2eff: 0 | hits: 17 ] steps + 39 168 [sigma: 12.061 | error: 0.287166 | coeff: 0.287166 | eff: 1 | fom: 0.449129 | r2int: 0.0773101 | r2eff: 0 | hits: 16 ] steps + 40 263 [sigma: 10.3614 | error: 0.208469 | coeff: 0.208469 | eff: 1 | fom: 0.852223 | r2int: 0.0419072 | r2eff: 0 | hits: 28 ] steps + 41 155 [sigma: 8.32175 | error: 0.234024 | coeff: 0.234024 | eff: 1 | fom: 0.676265 | r2int: 0.0518846 | r2eff: 0 | hits: 19 ] steps + 42 288 [sigma: 12.3832 | error: 0.214986 | coeff: 0.214986 | eff: 1 | fom: 0.801339 | r2int: 0.0443702 | r2eff: 0 | hits: 25 ] steps + 43 205 [sigma: 8.686 | error: 0.203203 | coeff: 0.203203 | eff: 1 | fom: 0.896966 | r2int: 0.0394962 | r2eff: 0 | hits: 23 ] steps + 44 153 [sigma: 10.4105 | error: 0.254592 | coeff: 0.254592 | eff: 1 | fom: 0.571407 | r2int: 0.0601875 | r2eff: 0 | hits: 14 ] steps + 45 177 [sigma: 12.6419 | error: 0.319415 | coeff: 0.319415 | eff: 1 | fom: 0.363016 | r2int: 0.0969246 | r2eff: 0 | hits: 20 ] steps + 46 184 [sigma: 10.6953 | error: 0.266371 | coeff: 0.266371 | eff: 1 | fom: 0.521991 | r2int: 0.0675747 | r2eff: 0 | hits: 21 ] steps + 47 112 [sigma: 9.68929 | error: 0.356696 | coeff: 0.356696 | eff: 1 | fom: 0.291098 | r2int: 0.119748 | r2eff: 0 | hits: 17 ] steps + 48 112 [sigma: 8.47545 | error: 0.34678 | coeff: 0.34678 | eff: 1 | fom: 0.307983 | r2int: 0.11453 | r2eff: 0 | hits: 21 ] steps + 49 175 [sigma: 14.9555 | error: 0.330985 | coeff: 0.330985 | eff: 1 | fom: 0.33808 | r2int: 0.102248 | r2eff: 0 | hits: 15 ] steps + 50 254 [sigma: 18.5564 | error: 0.357904 | coeff: 0.357904 | eff: 1 | fom: 0.289137 | r2int: 0.122758 | r2eff: 0 | hits: 24 ] steps + 51 283 [sigma: 10.7885 | error: 0.249982 | coeff: 0.249982 | eff: 1 | fom: 0.592676 | r2int: 0.0610379 | r2eff: 0 | hits: 43 ] steps + 52 518 [sigma: 10.39 | error: 0.148753 | coeff: 0.148753 | eff: 1 | fom: 1.6738 | r2int: 0.0217252 | r2eff: 0 | hits: 55 ] steps + 53 610 [sigma: 12.7841 | error: 0.163684 | coeff: 0.163684 | eff: 1 | fom: 1.38237 | r2int: 0.0263531 | r2eff: 0 | hits: 61 ] steps + 54 323 [sigma: 10.3916 | error: 0.184814 | coeff: 0.184814 | eff: 1 | fom: 1.08434 | r2int: 0.0331213 | r2eff: 0 | hits: 33 ] steps + 55 462 [sigma: 9.88001 | error: 0.151217 | coeff: 0.151217 | eff: 1 | fom: 1.6197 | r2int: 0.0224093 | r2eff: 0 | hits: 50 ] steps + 56 801 [sigma: 11.8039 | error: 0.117892 | coeff: 0.117892 | eff: 1 | fom: 2.66481 | r2int: 0.0136814 | r2eff: 0 | hits: 64 ] steps + 57 1103 [sigma: 11.4943 | error: 0.0960762 | coeff: 0.0960762 | eff: 1 | fom: 4.0124 | r2int: 0.00912204 | r2eff: 0 | hits: 85 ] steps + 58 1158 [sigma: 14.2939 | error: 0.112455 | coeff: 0.112455 | eff: 1 | fom: 2.9287 | r2int: 0.0124939 | r2eff: 0 | hits: 83 ] steps + 59 437 [sigma: 9.40531 | error: 0.159615 | coeff: 0.159615 | eff: 1 | fom: 1.45375 | r2int: 0.0250137 | r2eff: 0 | hits: 55 ] steps + 60 923 [sigma: 23.1486 | error: 0.208328 | coeff: 0.208328 | eff: 1 | fom: 0.85338 | r2int: 0.0427714 | r2eff: 0 | hits: 69 ] steps + 61 1194 [sigma: 14.012 | error: 0.110711 | coeff: 0.110711 | eff: 1 | fom: 3.02172 | r2int: 0.0121192 | r2eff: 0 | hits: 89 ] steps + 62 1203 [sigma: 11.8556 | error: 0.0970608 | coeff: 0.0970608 | eff: 1 | fom: 3.93141 | r2int: 0.00932368 | r2eff: 0 | hits: 97 ] steps + 63 949 [sigma: 11.0484 | error: 0.100824 | coeff: 0.100824 | eff: 1 | fom: 3.64341 | r2int: 0.01003 | r2eff: 0 | hits: 75 ] steps + 64 591 [sigma: 10.7094 | error: 0.143829 | coeff: 0.143829 | eff: 1 | fom: 1.79036 | r2int: 0.0203586 | r2eff: 0 | hits: 63 ] steps + 65 690 [sigma: 14.8104 | error: 0.180862 | coeff: 0.180862 | eff: 1 | fom: 1.13225 | r2int: 0.0322503 | r2eff: 0 | hits: 71 ] steps + 66 921 [sigma: 9.9314 | error: 0.0964486 | coeff: 0.0964486 | eff: 1 | fom: 3.98148 | r2int: 0.00918605 | r2eff: 0 | hits: 80 ] steps + 67 1019 [sigma: 11.2623 | error: 0.10601 | coeff: 0.10601 | eff: 1 | fom: 3.29564 | r2int: 0.011116 | r2eff: 0 | hits: 92 ] steps + 68 682 [sigma: 10.1752 | error: 0.127473 | coeff: 0.127473 | eff: 1 | fom: 2.27929 | r2int: 0.0160268 | r2eff: 0 | hits: 73 ] steps + 69 586 [sigma: 11.8835 | error: 0.15444 | coeff: 0.15444 | eff: 1 | fom: 1.5528 | r2int: 0.0234405 | r2eff: 0 | hits: 58 ] steps + 70 222 [sigma: 6.45279 | error: 0.183833 | coeff: 0.183833 | eff: 1 | fom: 1.09594 | r2int: 0.0329498 | r2eff: 0 | hits: 40 ] steps + 71 602 [sigma: 13.1383 | error: 0.170455 | coeff: 0.170455 | eff: 1 | fom: 1.27473 | r2int: 0.0285785 | r2eff: 0 | hits: 61 ] steps + 72 622 [sigma: 17.9126 | error: 0.215507 | coeff: 0.215507 | eff: 1 | fom: 0.797466 | r2int: 0.0456141 | r2eff: 0 | hits: 56 ] steps + 73 433 [sigma: 8.82448 | error: 0.146961 | coeff: 0.146961 | eff: 1 | fom: 1.71487 | r2int: 0.0211823 | r2eff: 0 | hits: 52 ] steps + 74 286 [sigma: 12.6083 | error: 0.264509 | coeff: 0.264509 | eff: 1 | fom: 0.529365 | r2int: 0.0680215 | r2eff: 0 | hits: 36 ] steps + 75 2655 [sigma: 24.3983 | error: 0.10558 | coeff: 0.10558 | eff: 1 | fom: 3.32256 | r2int: 0.0110627 | r2eff: 0 | hits: 132 ] steps + 76 3060 [sigma: 22.6005 | error: 0.0996397 | coeff: 0.0996397 | eff: 1 | fom: 3.73054 | r2int: 0.00987352 | r2eff: 0 | hits: 182 ] steps + 77 3753 [sigma: 25.843 | error: 0.096894 | coeff: 0.096894 | eff: 1 | fom: 3.94496 | r2int: 0.00934104 | r2eff: 0 | hits: 198 ] steps + 78 4531 [sigma: 30.6261 | error: 0.102286 | coeff: 0.102286 | eff: 1 | fom: 3.54002 | r2int: 0.0104167 | r2eff: 0 | hits: 229 ] steps + 79 2716 [sigma: 21.7783 | error: 0.0938542 | coeff: 0.0938542 | eff: 1 | fom: 4.20464 | r2int: 0.00874431 | r2eff: 0 | hits: 137 ] steps + 80 3817 [sigma: 20.9216 | error: 0.0792403 | coeff: 0.0792403 | eff: 1 | fom: 5.89853 | r2int: 0.00624899 | r2eff: 0 | hits: 209 ] steps + 81 3989 [sigma: 12.3244 | error: 0.0524321 | coeff: 0.0524321 | eff: 1 | fom: 13.4723 | r2int: 0.00273958 | r2eff: 0 | hits: 288 ] steps + 82 3936 [sigma: 13.0455 | error: 0.0589182 | coeff: 0.0589182 | eff: 1 | fom: 10.6693 | r2int: 0.00346037 | r2eff: 0 | hits: 316 ] steps + 83 3728 [sigma: 11.9304 | error: 0.0572472 | coeff: 0.0572472 | eff: 1 | fom: 11.3013 | r2int: 0.00326701 | r2eff: 0 | hits: 320 ] steps + 84 4072 [sigma: 26.8102 | error: 0.0917051 | coeff: 0.0917051 | eff: 1 | fom: 4.40402 | r2int: 0.00836647 | r2eff: 0 | hits: 194 ] steps + 85 4692 [sigma: 21.0785 | error: 0.0717385 | coeff: 0.0717385 | eff: 1 | fom: 7.19668 | r2int: 0.00512623 | r2eff: 0 | hits: 255 ] steps + 86 4402 [sigma: 13.4877 | error: 0.0548959 | coeff: 0.0548959 | eff: 1 | fom: 12.2901 | r2int: 0.00300417 | r2eff: 0 | hits: 321 ] steps + 87 4477 [sigma: 12.8589 | error: 0.0524128 | coeff: 0.0524128 | eff: 1 | fom: 13.4822 | r2int: 0.00273885 | r2eff: 0 | hits: 333 ] steps + 88 3822 [sigma: 12.148 | error: 0.055691 | coeff: 0.055691 | eff: 1 | fom: 11.9417 | r2int: 0.00309138 | r2eff: 0 | hits: 307 ] steps + 89 3227 [sigma: 23.4831 | error: 0.100834 | coeff: 0.100834 | eff: 1 | fom: 3.6427 | r2int: 0.0101145 | r2eff: 0 | hits: 192 ] steps + 90 4663 [sigma: 30.4037 | error: 0.0926695 | coeff: 0.0926695 | eff: 1 | fom: 4.31283 | r2int: 0.00854513 | r2eff: 0 | hits: 202 ] steps + 91 3950 [sigma: 12.5934 | error: 0.0573878 | coeff: 0.0573878 | eff: 1 | fom: 11.246 | r2int: 0.0032832 | r2eff: 0 | hits: 324 ] steps + 92 4155 [sigma: 13.0521 | error: 0.0575811 | coeff: 0.0575811 | eff: 1 | fom: 11.1706 | r2int: 0.00330572 | r2eff: 0 | hits: 336 ] steps + 93 4551 [sigma: 12.1931 | error: 0.0511865 | coeff: 0.0511865 | eff: 1 | fom: 14.136 | r2int: 0.00261288 | r2eff: 0 | hits: 365 ] steps + 94 4329 [sigma: 23.9447 | error: 0.0849725 | coeff: 0.0849725 | eff: 1 | fom: 5.12956 | r2int: 0.00718973 | r2eff: 0 | hits: 236 ] steps + 95 2948 [sigma: 27.7628 | error: 0.110631 | coeff: 0.110631 | eff: 1 | fom: 3.02612 | r2int: 0.0121504 | r2eff: 0 | hits: 138 ] steps + 96 3757 [sigma: 28.3705 | error: 0.108645 | coeff: 0.108645 | eff: 1 | fom: 3.13772 | r2int: 0.0117468 | r2eff: 0 | hits: 207 ] steps + 97 4754 [sigma: 25.8235 | error: 0.0875876 | coeff: 0.0875876 | eff: 1 | fom: 4.82782 | r2int: 0.00764208 | r2eff: 0 | hits: 260 ] steps + 98 4163 [sigma: 27.2083 | error: 0.100616 | coeff: 0.100616 | eff: 1 | fom: 3.65847 | r2int: 0.0100809 | r2eff: 0 | hits: 237 ] steps + 99 2844 [sigma: 22.5376 | error: 0.0986606 | coeff: 0.0986606 | eff: 1 | fom: 3.80495 | r2int: 0.00967111 | r2eff: 0 | hits: 155 ] steps + 100 13997 [sigma: 27.0579 | error: 0.0477837 | coeff: 0.0477837 | eff: 1 | fom: 16.221 | r2int: 0.00227954 | r2eff: 0 | hits: 611 ] steps + 101 17086 [sigma: 26.4188 | error: 0.0424861 | coeff: 0.0424861 | eff: 1 | fom: 20.5184 | r2int: 0.00180268 | r2eff: 0 | hits: 755 ] steps + 102 18468 [sigma: 27.0967 | error: 0.0411869 | coeff: 0.0411869 | eff: 1 | fom: 21.8332 | r2int: 0.00169421 | r2eff: 0 | hits: 788 ] steps + 103 18981 [sigma: 26.8279 | error: 0.0402512 | coeff: 0.0402512 | eff: 1 | fom: 22.8602 | r2int: 0.00161816 | r2eff: 0 | hits: 811 ] steps + 104 13613 [sigma: 28.3923 | error: 0.0519748 | coeff: 0.0519748 | eff: 1 | fom: 13.7104 | r2int: 0.00269703 | r2eff: 0 | hits: 621 ] steps + 105 18950 [sigma: 29.9208 | error: 0.0440124 | coeff: 0.0440124 | eff: 1 | fom: 19.1199 | r2int: 0.0019346 | r2eff: 0 | hits: 777 ] steps + 106 23426 [sigma: 28.2457 | error: 0.0375526 | coeff: 0.0375526 | eff: 1 | fom: 26.2637 | r2int: 0.00140875 | r2eff: 0 | hits: 970 ] steps + 107 22470 [sigma: 25.3877 | error: 0.0355679 | coeff: 0.0355679 | eff: 1 | fom: 29.2766 | r2int: 0.0012638 | r2eff: 0 | hits: 991 ] steps + 108 24487 [sigma: 30.7851 | error: 0.0384629 | coeff: 0.0384629 | eff: 1 | fom: 25.0352 | r2int: 0.00147782 | r2eff: 0 | hits: 936 ] steps + 109 17883 [sigma: 28.2503 | error: 0.0427404 | coeff: 0.0427404 | eff: 1 | fom: 20.2749 | r2int: 0.00182425 | r2eff: 0 | hits: 732 ] steps + 110 18063 [sigma: 26.6692 | error: 0.0416297 | coeff: 0.0416297 | eff: 1 | fom: 21.3713 | r2int: 0.00173085 | r2eff: 0 | hits: 795 ] steps + 111 22146 [sigma: 26.0832 | error: 0.036206 | coeff: 0.036206 | eff: 1 | fom: 28.2537 | r2int: 0.00130949 | r2eff: 0 | hits: 945 ] steps + 112 22879 [sigma: 25.9986 | error: 0.0349694 | coeff: 0.0349694 | eff: 1 | fom: 30.2872 | r2int: 0.00122157 | r2eff: 0 | hits: 947 ] steps + 113 22440 [sigma: 26.8139 | error: 0.0368492 | coeff: 0.0368492 | eff: 1 | fom: 27.276 | r2int: 0.00135643 | r2eff: 0 | hits: 951 ] steps 114 18826 [sigma: 28.063 | error: 0.0420564 | coeff: 0.0420564 | eff: 1 | fom: 20.1919 | r2int: 0.00176652 | r2eff: 0 | hits: 796 ] steps - 115 18855 [sigma: 28.0932 | error: 0.0421687 | coeff: 0.0421687 | eff: 1 | fom: 19.3919 | r2int: 0.00177598 | r2eff: 0 | hits: 801 ] steps - 116 23237 [sigma: 26.8413 | error: 0.0366372 | coeff: 0.0366372 | eff: 1 | fom: 25.6896 | r2int: 0.00134095 | r2eff: 0 | hits: 1006 ] steps - 117 23547 [sigma: 26.0885 | error: 0.0354018 | coeff: 0.0354018 | eff: 1 | fom: 27.5138 | r2int: 0.00125206 | r2eff: 0 | hits: 1021 ] steps - 118 23816 [sigma: 29.7534 | error: 0.0387888 | coeff: 0.0387888 | eff: 1 | fom: 22.9187 | r2int: 0.00150301 | r2eff: 0 | hits: 964 ] steps - 119 17848 [sigma: 24.9493 | error: 0.0392901 | coeff: 0.0392901 | eff: 1 | fom: 22.3376 | r2int: 0.00154176 | r2eff: 0 | hits: 790 ] steps - 120 14109 [sigma: 29.8744 | error: 0.0521671 | coeff: 0.0521671 | eff: 1 | fom: 12.6709 | r2int: 0.00271693 | r2eff: 0 | hits: 607 ] steps - 121 18215 [sigma: 28.6109 | error: 0.0435011 | coeff: 0.0435011 | eff: 1 | fom: 18.2222 | r2int: 0.00188988 | r2eff: 0 | hits: 767 ] steps - 122 19728 [sigma: 27.7207 | error: 0.0403598 | coeff: 0.0403598 | eff: 1 | fom: 21.1692 | r2int: 0.00162694 | r2eff: 0 | hits: 825 ] steps - 123 19005 [sigma: 26.6895 | error: 0.0404831 | coeff: 0.0404831 | eff: 1 | fom: 21.0405 | r2int: 0.00163691 | r2eff: 0 | hits: 831 ] steps - 124 13676 [sigma: 27.9097 | error: 0.0508151 | coeff: 0.0508151 | eff: 1 | fom: 13.3542 | r2int: 0.002578 | r2eff: 0 | hits: 620 ] steps + 115 18855 [sigma: 28.0932 | error: 0.0421687 | coeff: 0.0421687 | eff: 1 | fom: 20.0845 | r2int: 0.00177598 | r2eff: 0 | hits: 801 ] steps + 116 23237 [sigma: 26.8413 | error: 0.0366372 | coeff: 0.0366372 | eff: 1 | fom: 26.6071 | r2int: 0.00134095 | r2eff: 0 | hits: 1006 ] steps + 117 23547 [sigma: 26.0885 | error: 0.0354018 | coeff: 0.0354018 | eff: 1 | fom: 28.4964 | r2int: 0.00125206 | r2eff: 0 | hits: 1021 ] steps + 118 23816 [sigma: 29.7534 | error: 0.0387888 | coeff: 0.0387888 | eff: 1 | fom: 23.7372 | r2int: 0.00150301 | r2eff: 0 | hits: 964 ] steps + 119 17848 [sigma: 24.9493 | error: 0.0392901 | coeff: 0.0392901 | eff: 1 | fom: 23.1353 | r2int: 0.00154176 | r2eff: 0 | hits: 790 ] steps + 120 14109 [sigma: 29.8744 | error: 0.0521671 | coeff: 0.0521671 | eff: 1 | fom: 13.1235 | r2int: 0.00271693 | r2eff: 0 | hits: 607 ] steps + 121 18215 [sigma: 28.6109 | error: 0.0435011 | coeff: 0.0435011 | eff: 1 | fom: 18.873 | r2int: 0.00188988 | r2eff: 0 | hits: 767 ] steps + 122 19728 [sigma: 27.7207 | error: 0.0403598 | coeff: 0.0403598 | eff: 1 | fom: 21.9253 | r2int: 0.00162694 | r2eff: 0 | hits: 825 ] steps + 123 19005 [sigma: 26.6895 | error: 0.0404831 | coeff: 0.0404831 | eff: 1 | fom: 21.7919 | r2int: 0.00163691 | r2eff: 0 | hits: 831 ] steps + 124 13676 [sigma: 27.9097 | error: 0.0508151 | coeff: 0.0508151 | eff: 1 | fom: 13.8311 | r2int: 0.002578 | r2eff: 0 | hits: 620 ] steps ============================================================ closed file mfd_tl_NumberOfSteps.out for output ============================================================ diff --git a/examples/extended/parameterisations/Par01/examplePar01.out b/examples/extended/parameterisations/Par01/examplePar01.out index a47a83c17a..fb17725c8b 100644 --- a/examples/extended/parameterisations/Par01/examplePar01.out +++ b/examples/extended/parameterisations/Par01/examplePar01.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -742,7 +742,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20 Level density (1/MeV) 0.075 Use simple level density model 1 Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1e+12 +Time limit for long lived isomeres (ns) 1000 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 diff --git a/examples/extended/parameterisations/Par02/examplePar02.out b/examples/extended/parameterisations/Par02/examplePar02.out index e249d56e40..53723c369e 100644 --- a/examples/extended/parameterisations/Par02/examplePar02.out +++ b/examples/extended/parameterisations/Par02/examplePar02.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -25,27 +25,30 @@ G4GDML: Reading 'Par02FullDetector.gdml' done! Stripping off GDML names of materials, solids and volumes ... Geometry loaded from file .......Par02FullDetector.gdml +ecal !!! + +hcal !!! + +hcal !!! + +hcal !!! + +hcal !!! + +hcal !!! + tracker !!! ecal !!! ecal !!! -hcal !!! - -hcal !!! - -hcal !!! - -hcal !!! - -hcal !!! - -ecal !!! - ecal !!! ecal !!! +Warning : Region does not have specific production cuts, +even though it appears in the current tracking world. +Default cuts are used for this region. Warning : Region does not have specific production cuts, even though it appears in the current tracking world. Default cuts are used for this region. @@ -79,9 +82,6 @@ Default cuts are used for this region. Warning : Region does not have specific production cuts, even though it appears in the current tracking world. Default cuts are used for this region. -Warning : Region does not have specific production cuts, -even though it appears in the current tracking world. -Default cuts are used for this region. Instantiating Visualization Manager....... Visualization Manager instantiating with verbosity "warnings (3)"... Visualization Manager initialising... diff --git a/examples/extended/persistency/P03/batch.out b/examples/extended/persistency/P03/batch.out index f151096c61..b8a2469783 100644 --- a/examples/extended/persistency/P03/batch.out +++ b/examples/extended/persistency/P03/batch.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -156,7 +156,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001080s Sys=0.000000s + User=0.010000s Real=0.001000s Sys=0.000000s 10 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. diff --git a/examples/extended/persistency/gdml/G01/g01.out b/examples/extended/persistency/gdml/G01/g01.out index c32d65cdcd..f250011f5f 100644 --- a/examples/extended/persistency/gdml/G01/g01.out +++ b/examples/extended/persistency/gdml/G01/g01.out @@ -41,7 +41,7 @@ Stripping off GDML names of materials, solids and volumes ... ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -767,7 +767,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20 Level density (1/MeV) 0.075 Use simple level density model 1 Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1e+12 +Time limit for long lived isomeres (ns) 1000 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 @@ -1152,7 +1152,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Run terminated. Run Summary Number of events processed : 20 - User=0.010000s Real=0.009418s Sys=0.000000s + User=0.010000s Real=0.005542s Sys=0.000000s /gun/direction 0 0 -1 /run/beamOn 20 @@ -1519,7 +1519,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.004360s Sys=0.000000s + User=0.000000s Real=0.004788s Sys=0.000000s /tracking/verbose 0 /gun/direction 0.3 0.2 1 /run/beamOn 20 @@ -1559,7 +1559,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.002517s Sys=0.000000s + User=0.000000s Real=0.002391s Sys=0.000000s /gun/direction 0.3 -0.2 1 /run/beamOn 20 @@ -1598,7 +1598,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 20 - User=0.010000s Real=0.002205s Sys=0.000000s + User=0.000000s Real=0.002210s Sys=0.000000s /gun/direction -0.3 0.2 0.6 /run/beamOn 20 @@ -1637,7 +1637,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.002361s Sys=0.000000s + User=0.010000s Real=0.002385s Sys=0.000000s Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. diff --git a/examples/extended/persistency/gdml/G04/g04.out b/examples/extended/persistency/gdml/G04/g04.out index bf1e61f009..8e02b5d7c5 100644 --- a/examples/extended/persistency/gdml/G04/g04.out +++ b/examples/extended/persistency/gdml/G04/g04.out @@ -15,7 +15,7 @@ Stripping off GDML names of materials, solids and volumes ... ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -749,7 +749,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20 Level density (1/MeV) 0.075 Use simple level density model 1 Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1e+12 +Time limit for long lived isomeres (ns) 1000 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 @@ -1013,7 +1013,7 @@ Processing hits .... Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.001777s Sys=0.000000s + User=0.000000s Real=0.001481s Sys=0.000000s /gun/direction 0 0 -1 /run/beamOn 20 @@ -1265,7 +1265,7 @@ Processing hits .... Run terminated. Run Summary Number of events processed : 20 - User=0.010000s Real=0.001197s Sys=0.000000s + User=0.000000s Real=0.001032s Sys=0.000000s /tracking/verbose 0 /gun/direction 0.3 0.2 1 /run/beamOn 20 @@ -1318,7 +1318,7 @@ Processing hits .... Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.000173s Sys=0.000000s + User=0.000000s Real=0.000144s Sys=0.000000s /gun/direction 0.3 -0.2 1 /run/beamOn 20 @@ -1370,7 +1370,7 @@ Processing hits .... Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.000189s Sys=0.000000s + User=0.000000s Real=0.000123s Sys=0.000000s /gun/direction -0.3 0.2 0.6 /run/beamOn 20 @@ -1422,7 +1422,7 @@ Processing hits .... Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.000156s Sys=0.000000s + User=0.000000s Real=0.000139s Sys=0.000000s Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. diff --git a/examples/extended/physicslists/extensibleFactory/extensibleFactory.out b/examples/extended/physicslists/extensibleFactory/extensibleFactory.out index b35cce901f..481c8ccaf0 100644 --- a/examples/extended/physicslists/extensibleFactory/extensibleFactory.out +++ b/examples/extended/physicslists/extensibleFactory/extensibleFactory.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -771,7 +771,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20 Level density (1/MeV) 0.075 Use simple level density model 1 Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1e+12 +Time limit for long lived isomeres (ns) 1000 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 0 diff --git a/examples/extended/physicslists/factory/factory-environment.out b/examples/extended/physicslists/factory/factory-environment.out index a7760c1c3d..a36e1762ad 100644 --- a/examples/extended/physicslists/factory/factory-environment.out +++ b/examples/extended/physicslists/factory/factory-environment.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -767,7 +767,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20 Level density (1/MeV) 0.075 Use simple level density model 1 Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1e+12 +Time limit for long lived isomeres (ns) 1000 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 diff --git a/examples/extended/physicslists/factory/factory.out b/examples/extended/physicslists/factory/factory.out index c72422cc7f..705a19b4a9 100644 --- a/examples/extended/physicslists/factory/factory.out +++ b/examples/extended/physicslists/factory/factory.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -772,7 +772,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20 Level density (1/MeV) 0.075 Use simple level density model 1 Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1e+12 +Time limit for long lived isomeres (ns) 1000 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 diff --git a/examples/extended/physicslists/genericPL/genericPL.out b/examples/extended/physicslists/genericPL/genericPL.out index 4ebd11f0fd..6630dcd023 100644 --- a/examples/extended/physicslists/genericPL/genericPL.out +++ b/examples/extended/physicslists/genericPL/genericPL.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -404,7 +404,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20 Level density (1/MeV) 0.075 Use simple level density model 1 Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1e+12 +Time limit for long lived isomeres (ns) 1000 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 diff --git a/examples/extended/polarisation/Pol01/pol01.out b/examples/extended/polarisation/Pol01/pol01.out index dcd7b7918b..060cec2b81 100644 --- a/examples/extended/polarisation/Pol01/pol01.out +++ b/examples/extended/polarisation/Pol01/pol01.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -195,7 +195,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 10000 - User=0.080000s Real=0.075061s Sys=0.000000s + User=0.080000s Real=0.075794s Sys=0.000000s The run consists of 10000 gamma of 10 MeV through 1.75 mm of G4_Fe (density: 7.874 g/cm3 ) diff --git a/examples/extended/radioactivedecay/Activation/Activation.out b/examples/extended/radioactivedecay/Activation/Activation.out index 4e01fab3b3..41fcfbb101 100644 --- a/examples/extended/radioactivedecay/Activation/Activation.out +++ b/examples/extended/radioactivedecay/Activation/Activation.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -418,7 +418,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=0.170000s Real=0.208558s Sys=0.000000s + User=0.170000s Real=0.178285s Sys=0.010000s The run is 1000 neutron of 25 meV through 1 cm of G4_Co (density: 8.9 g/cm3 ) diff --git a/examples/extended/radioactivedecay/rdecay01/rdecay01.out b/examples/extended/radioactivedecay/rdecay01/rdecay01.out index af1754cbf5..390da725ba 100644 --- a/examples/extended/radioactivedecay/rdecay01/rdecay01.out +++ b/examples/extended/radioactivedecay/rdecay01/rdecay01.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -95,7 +95,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.008666s Sys=0.000000s + User=0.000000s Real=0.002769s Sys=0.000000s ======================== run summary ====================== The run was 1 Co60 of 0 eV @@ -170,7 +170,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100000 - User=0.730000s Real=0.730964s Sys=0.000000s + User=0.810000s Real=0.814576s Sys=0.000000s ======================== run summary ====================== The run was 100000 Co60 of 0 eV @@ -245,7 +245,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100000 - User=1.650000s Real=1.813963s Sys=0.000000s + User=1.840000s Real=1.855945s Sys=0.000000s ======================== run summary ====================== The run was 100000 Co60 of 0 eV diff --git a/examples/extended/radioactivedecay/rdecay02/rdecay02.out b/examples/extended/radioactivedecay/rdecay02/rdecay02.out index 3628ebe881..83b33b5dd7 100644 --- a/examples/extended/radioactivedecay/rdecay02/rdecay02.out +++ b/examples/extended/radioactivedecay/rdecay02/rdecay02.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -398,7 +398,7 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=1.100000s Real=1.214392s Sys=0.010000s + User=1.450000s Real=1.484968s Sys=0.000000s The run is 10000 Ne24 of 0 meV through : Target : Length = 1 cm Radius = 5 mm Material = G4_CESIUM_IODIDE diff --git a/examples/extended/runAndEvent/RE01/sample.out b/examples/extended/runAndEvent/RE01/sample.out index 6828d09f3c..44833724ad 100644 --- a/examples/extended/runAndEvent/RE01/sample.out +++ b/examples/extended/runAndEvent/RE01/sample.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -734,7 +734,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20 Level density (1/MeV) 0.075 Use simple level density model 1 Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1e+12 +Time limit for long lived isomeres (ns) 1000 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 @@ -2178,45 +2178,56 @@ Cell[11,0] 0.00021362291981053 [GeV] Source track ID 10248 (kaon-,1.5193869035986[GeV]) at (462.89713481562,-189.01386874907,440.73743419043) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[9,13] 0.0026091505298032 [GeV] Cell[6,47] 0.0014371327146421 [GeV] -Cell[11,47] 1.5544526240774e-07 [GeV] +Cell[11,47] 3.0155815998114e-05 [GeV] Cell[11,29] 8.7914620526135e-06 [GeV] +Cell[9,26] 3.2110581638563e-06 [GeV] Cell[14,42] 2.735760062933e-12 [GeV] -Cell[13,46] 0.025805006601991 [GeV] -Cell[10,40] 0.00010344290634134 [GeV] -Cell[13,47] 0.00051290206756289 [GeV] -Cell[14,22] 0.00022705462774115 [GeV] -Cell[11,43] 1.4019512033656e-05 [GeV] -Cell[12,1] 0.0042881346356948 [GeV] -Cell[12,47] 0.0087341266896512 [GeV] -Cell[12,46] 0.0076992832150593 [GeV] -Cell[10,45] 0.0010762882291608 [GeV] +Cell[13,46] 0.0075704482417089 [GeV] +Cell[8,42] 0.001638032834695 [GeV] +Cell[9,44] 1.0982279491145e-05 [GeV] +Cell[9,43] 4.1463914385531e-06 [GeV] +Cell[13,47] 0.0089620806010625 [GeV] +Cell[11,23] 0.0027682860538059 [GeV] +Cell[11,24] 0.00018284398806145 [GeV] +Cell[11,22] 0.00010527275908414 [GeV] +Cell[14,22] 0.0002902190363219 [GeV] +Cell[11,43] 1.3917592971325e-05 [GeV] +Cell[12,47] 0.0090092575415127 [GeV] +Cell[12,46] 0.0092358405313752 [GeV] +Cell[10,44] 0.0032988162158256 [GeV] +Cell[10,45] 0.033368252744225 [GeV] +Cell[9,46] 0.0012183060971966 [GeV] Cell[11,14] 0.0055944069890531 [GeV] Cell[10,14] 4.031672324345e-08 [GeV] -Cell[11,46] 0.00096237427450922 [GeV] -Cell[12,3] 0.00032421458788765 [GeV] -Cell[11,45] 1.7316490669941e-05 [GeV] +Cell[15,37] 0.00047600229718216 [GeV] +Cell[10,46] 0.032292009362662 [GeV] +Cell[11,46] 0.0045968195090504 [GeV] +Cell[9,45] 0.0034578734952478 [GeV] +Cell[10,43] 0.0087514007054597 [GeV] +Cell[11,45] 0.0043342991209087 [GeV] Cell[2,23] 0.0028305084542508 [GeV] -Cell[11,37] 1.3472462887876e-07 [GeV] -Cell[11,38] 2.6193715556701e-05 [GeV] -Cell[12,2] 0.00056784881126031 [GeV] +Cell[9,27] 1.0297316475771e-07 [GeV] Cell[7,32] 1.9637693767436e-06 [GeV] -Cell[13,1] 1.6044941730797e-10 [GeV] +Cell[13,1] 5.5998680181801e-10 [GeV] +Cell[14,1] 0.00012084108004558 [GeV] +Cell[13,33] 7.9651363193989e-09 [GeV] +Cell[8,43] 7.0890553315053e-05 [GeV] +Cell[12,25] 4.6422239392996e-08 [GeV] Cell[5,46] 0.00010184013189087 [GeV] -Cell[12,45] 0.80657364367671 [GeV] -Cell[12,44] 0.042923855713198 [GeV] -Cell[13,44] 0.015703329817047 [GeV] +Cell[12,45] 0.61060377509917 [GeV] +Cell[12,44] 0.034386256322266 [GeV] +Cell[13,44] 0.012372450448707 [GeV] Cell[17,25] 6.4900816360023e-06 [GeV] Cell[16,14] 0.00040207464283822 [GeV] Cell[16,15] 4.6264167857771e-05 [GeV] -Cell[11,44] 0.00039788625037875 [GeV] -Cell[13,45] 0.013461029839598 [GeV] -Cell[13,43] 0.00046775826106864 [GeV] +Cell[11,44] 8.7884554129914e-05 [GeV] +Cell[13,45] 0.014096116184249 [GeV] +Cell[13,43] 0.0004268113159751 [GeV] Cell[13,42] 4.3904838006824e-05 [GeV] Cell[13,41] 2.2962796037973e-09 [GeV] -Cell[12,0] 0.11539727120078 [GeV] -Cell[12,43] 0.0056883477848629 [GeV] +Cell[12,0] 0.0050056522274642 [GeV] +Cell[12,43] 0.0036149482400895 [GeV] Cell[13,21] 2.6476969971554e-05 [GeV] Cell[15,22] 8.2407208101358e-06 [GeV] Cell[14,23] 8.4551900740735e-06 [GeV] @@ -2224,204 +2235,132 @@ Cell[14,21] 1.2521662177392e-05 [GeV] Cell[14,14] 0.0012463240899262 [GeV] Cell[12,14] 0.0019632412230831 [GeV] Cell[11,15] 0.0052292422402713 [GeV] -Cell[12,12] 2.3112991002563e-05 [GeV] +Cell[12,12] 2.3177212242445e-05 [GeV] Cell[13,13] 0.00062256944522198 [GeV] Cell[13,12] 1.0564690455794e-11 [GeV] -Cell[12,13] 0.00015178525322631 [GeV] -Cell[16,20] 6.7288524334799e-05 [GeV] -Cell[16,19] 0.00024381388793677 [GeV] -Cell[17,1] 2.2864975617267e-06 [GeV] -Cell[15,8] 4.2757800256368e-06 [GeV] -Cell[15,35] 0.00059715913271123 [GeV] -Cell[14,36] 0.0015648655412941 [GeV] -Cell[14,37] 4.5838532969356e-13 [GeV] -Cell[13,0] 0.0013740345618103 [GeV] -Cell[14,44] 0.0003553719519349 [GeV] -Cell[14,45] 0.0091749766770819 [GeV] -Cell[14,46] 0.00036930134181443 [GeV] -Cell[14,47] 0.0002366346103513 [GeV] -### Total energy deposition in calorimeter by a source track in 62 cells : 1.0873361679399 (GeV) +Cell[12,13] 0.00015178890002358 [GeV] +Cell[14,37] 1.8690403179107e-05 [GeV] +Cell[14,33] 3.0648487154394e-08 [GeV] +Cell[16,12] 5.5880705031086e-07 [GeV] +Cell[17,12] 3.1927193049341e-09 [GeV] +Cell[17,11] 5.9291920592841e-08 [GeV] +Cell[16,11] 5.46254159417e-09 [GeV] +Cell[13,0] 0.0040670682132203 [GeV] +Cell[17,21] 7.4151036678813e-06 [GeV] +Cell[17,30] 0.00052442984944275 [GeV] +Cell[17,29] 7.1595422923565e-12 [GeV] +Cell[14,44] 0.00021264553706089 [GeV] +Cell[14,43] 3.1383357599452e-05 [GeV] +Cell[14,45] 0.00025257043436875 [GeV] +Cell[14,46] 0.00078819154671498 [GeV] +Cell[14,47] 0.0029290996062434 [GeV] +Cell[14,0] 0.0096764402738104 [GeV] +### Total energy deposition in calorimeter by a source track in 77 cells : 0.85067830748628 (GeV) Source track ID 10355 (gamma,0.23378010273678[GeV]) at (499.39194143644,24.651345365873,861.27118490328) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[15,29] 0.00049080015525419 [GeV] -Cell[13,30] 0.00051099891 [GeV] -Cell[14,23] 0.00051099891 [GeV] -Cell[14,47] 0.00075053735035867 [GeV] -Cell[14,0] 0.22783432636284 [GeV] -Cell[16,22] 0.0014624379178237 [GeV] -Cell[16,38] 0.0017090042205018 [GeV] -Cell[15,19] 0.00051099891 [GeV] -### Total energy deposition in calorimeter by a source track in 8 cells : 0.23378010273678 (GeV) +Cell[9,10] 0.0001567286272367 [GeV] +Cell[14,5] 0.0012407482370439 [GeV] +Cell[14,7] 0.00040614991478837 [GeV] +Cell[15,1] 0.00056623631580863 [GeV] +Cell[14,1] 0.0036317277800475 [GeV] +Cell[14,0] 0.22529603614009 [GeV] +Cell[16,17] 0.0021275437295292 [GeV] +### Total energy deposition in calorimeter by a source track in 7 cells : 0.23342517074454 (GeV) Source track ID 10356 (gamma,0.24889356279397[GeV]) at (220.29245821224,-448.85546989516,830.38550479504) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[14,26] 0.00038331688449259 [GeV] -Cell[16,24] 0.00074358577882362 [GeV] -Cell[14,29] 0.00012768202550741 [GeV] -Cell[14,39] 0.22387476652561 [GeV] -Cell[14,40] 0.011294475585273 [GeV] -Cell[14,38] 0.012469735994262 [GeV] -### Total energy deposition in calorimeter by a source track in 6 cells : 0.24889356279397 (GeV) +Cell[13,19] 0.00026327872767799 [GeV] +Cell[14,39] 0.22850483422628 [GeV] +Cell[14,38] 0.016082109519251 [GeV] +Cell[19,25] 0.0015404181786174 [GeV] +Cell[19,26] 0.00038056922100136 [GeV] +Cell[14,20] 0.00051099891 [GeV] +Cell[16,46] 0.0011003551011372 [GeV] +Cell[14,40] 0.00051099891 [GeV] +### Total energy deposition in calorimeter by a source track in 8 cells : 0.24889356279397 (GeV) Source track ID 10344 (kaon+,0.66769552364328[GeV]) at (301.46055592622,398.90040513975,371.7603729725) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[11,6] 0.11039735188434 [GeV] -Cell[9,30] 0.0068696624098114 [GeV] -Cell[12,31] 0.001558817570971 [GeV] -Cell[12,27] 0.0033553475963016 [GeV] -Cell[12,29] 0.0051254991026657 [GeV] -Cell[12,30] 0.0010141556057918 [GeV] -Cell[11,4] 0.091279435010653 [GeV] -Cell[11,3] 0.0011325535580745 [GeV] -Cell[12,4] 0.0020477692358051 [GeV] -Cell[12,33] 0.0011062722176275 [GeV] -Cell[9,16] 0.00027047029531628 [GeV] -Cell[12,3] 0.00037960190284743 [GeV] -Cell[12,26] 0.00083146281275654 [GeV] -Cell[13,29] 0.00051099891 [GeV] -Cell[11,7] 0.016404567857353 [GeV] -Cell[12,6] 0.31017505403065 [GeV] -Cell[12,5] 0.0037931770106843 [GeV] -Cell[16,28] 0.0023386450491512 [GeV] -Cell[10,41] 0.00051099891 [GeV] -### Total energy deposition in calorimeter by a source track in 19 cells : 0.5591018409708 (GeV) +Cell[11,6] 0.1200291113943 [GeV] +Cell[11,7] 0.013953452291849 [GeV] +Cell[12,7] 0.00091586981282785 [GeV] +Cell[12,6] 0.23483986677086 [GeV] +### Total energy deposition in calorimeter by a source track in 4 cells : 0.36973830026983 (GeV) Source track ID 10250 (pi-,1.1891822324484[GeV]) at (44.005141249517,-498.059783102,1039.0194080531) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[15,38] 0.0019615753826757 [GeV] -Cell[16,32] 2.0570765263301e-05 [GeV] -Cell[16,31] 9.7814233868121e-10 [GeV] -Cell[16,30] 2.0129534241278e-06 [GeV] -Cell[13,27] 1.8427055726988e-07 [GeV] -Cell[15,13] 0.019858563391629 [GeV] -Cell[14,27] 0.00033137867398489 [GeV] -Cell[16,37] 0.088261391139503 [GeV] -Cell[15,36] 0.11204354899787 [GeV] -Cell[16,36] 0.00092928555374056 [GeV] -Cell[15,37] 0.072155708673207 [GeV] -Cell[16,24] 0.00010265863848883 [GeV] -Cell[14,28] 2.8573759278515e-05 [GeV] -Cell[15,29] 3.9569401706103e-06 [GeV] -Cell[13,37] 2.5149073632065e-05 [GeV] -Cell[13,30] 2.8829149377998e-06 [GeV] -Cell[18,27] 1.0812084539793e-05 [GeV] -Cell[18,14] 0.00015953107248038 [GeV] -Cell[17,14] 4.0340112025206e-07 [GeV] -Cell[16,20] 7.9405461654574e-05 [GeV] -Cell[16,19] 1.2316311185714e-06 [GeV] -Cell[14,37] 7.146181887947e-07 [GeV] -Cell[16,38] 0.0026043790640782 [GeV] -Cell[16,28] 6.6433170242817e-05 [GeV] -Cell[16,35] 4.9969020005506e-05 [GeV] -Cell[18,2] 2.6578716623362e-06 [GeV] -Cell[18,38] 1.856161543401e-05 [GeV] -Cell[15,39] 4.6771700348472e-05 [GeV] -Cell[17,15] 3.5027987905778e-09 [GeV] -Cell[16,29] 2.7621219342109e-06 [GeV] -Cell[17,24] 3.7944037467241e-06 [GeV] -Cell[16,25] 8.7525986172068e-05 [GeV] -Cell[13,36] 5.3932253533731e-06 [GeV] -Cell[14,9] 7.4466038786341e-06 [GeV] -Cell[14,8] 0.0012490534302704 [GeV] -Cell[16,27] 0.0022046980061825 [GeV] -Cell[18,0] 0.0054756967289974 [GeV] -Cell[19,1] 1.0739534627646e-07 [GeV] -Cell[18,1] 5.4889175772814e-06 [GeV] -Cell[18,47] 0.0017444411822036 [GeV] -Cell[19,47] 1.4791934514164e-05 [GeV] -Cell[19,0] 9.0692143203341e-08 [GeV] -Cell[16,12] 0.00023574572525243 [GeV] -Cell[16,13] 6.2518702113948e-05 [GeV] -Cell[17,11] 0.00029457518076254 [GeV] -Cell[16,11] 0.00087877003623794 [GeV] -Cell[17,10] 5.2841403885395e-07 [GeV] -Cell[17,37] 0.30599530193968 [GeV] -Cell[17,36] 0.0001777483115548 [GeV] -Cell[17,38] 0.0012965425280199 [GeV] -Cell[17,35] 0.00054129667463371 [GeV] -Cell[17,34] 0.00096755966210833 [GeV] -Cell[16,33] 0.00065602670023816 [GeV] -Cell[16,3] 1.2582029448822e-06 [GeV] -Cell[18,21] 6.74312870932e-05 [GeV] -Cell[17,21] 2.8424824449758e-10 [GeV] -Cell[18,37] 0.41724137046468 [GeV] -Cell[18,36] 0.0005896499052393 [GeV] -### Total energy deposition in calorimeter by a source track in 58 cells : 1.0385759309673 (GeV) +Cell[15,38] 2.277354412945e-05 [GeV] +Cell[16,37] 0.20255704139334 [GeV] +Cell[15,36] 0.12320645933674 [GeV] +Cell[15,37] 0.08334986044271 [GeV] +Cell[19,39] 1.3517981386485e-05 [GeV] +Cell[19,38] 0.00018628206633628 [GeV] +Cell[12,9] 3.7171100461819e-07 [GeV] +Cell[14,37] 0.0037292225493073 [GeV] +Cell[14,38] 0.00020744473132197 [GeV] +Cell[16,9] 4.2214649372568e-05 [GeV] +Cell[18,32] 9.6601277764421e-06 [GeV] +Cell[18,33] 4.4820054899901e-06 [GeV] +Cell[19,33] 1.8065054668114e-05 [GeV] +Cell[17,27] 8.5176679131109e-06 [GeV] +Cell[14,11] 0.001333406159796 [GeV] +Cell[13,9] 0.0014662793740642 [GeV] +Cell[13,10] 1.1649634689093e-07 [GeV] +Cell[14,9] 0.0017179431541805 [GeV] +Cell[17,37] 0.18405399551728 [GeV] +Cell[18,37] 0.066550461087718 [GeV] +Cell[18,38] 0.16959467056338 [GeV] +Cell[19,37] 0.0042011434155455 [GeV] +Cell[17,38] 0.0026641608403586 [GeV] +Cell[17,36] 0.00039362206043461 [GeV] +Cell[18,36] 0.010423022333305 [GeV] +Cell[18,35] 0.0033594050820575 [GeV] +Cell[19,35] 8.6683428665992e-05 [GeV] +Cell[18,39] 0.015340826239441 [GeV] +Cell[19,36] 0.00017608681933677 [GeV] +Cell[17,39] 0.0025022420176383 [GeV] +Cell[17,40] 0.00035976339338299 [GeV] +Cell[18,34] 0.0009584216778519 [GeV] +Cell[18,40] 2.9930708558368e-07 [GeV] +Cell[19,40] 0.0028323826144905 [GeV] +### Total energy deposition in calorimeter by a source track in 34 cells : 0.88137084484386 (GeV) Source track ID 10330 (gamma,1.5351207931195[GeV]) at (395.55062673959,-305.84260933676,318.34457842222) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[10,40] 0.00051099891 [GeV] -Cell[12,42] 0.036442943605493 [GeV] -Cell[11,23] 0.0010721263421929 [GeV] -Cell[11,43] 0.21378933743906 [GeV] -Cell[12,47] 0.0023587599728504 [GeV] -Cell[15,11] 0.00062474879070121 [GeV] -Cell[11,41] 0.00087906318896079 [GeV] -Cell[12,18] 0.00051099891 [GeV] -Cell[12,44] 0.00069797233667042 [GeV] -Cell[11,44] 0.0022656641815928 [GeV] -Cell[12,43] 0.0482524142929 [GeV] -Cell[12,14] 0.00079509707511809 [GeV] -Cell[11,42] 1.2214958928503 [GeV] -Cell[12,41] 0.0034238152544711 [GeV] -Cell[13,23] 0.00084374354737129 [GeV] -### Total energy deposition in calorimeter by a source track in 15 cells : 1.5339635766977 (GeV) +Cell[9,13] 0.0010777078744614 [GeV] +Cell[7,20] 0.0016377610774804 [GeV] +Cell[10,6] 0.0011608137566522 [GeV] +Cell[12,42] 0.022245863516335 [GeV] +Cell[11,43] 0.26745815269019 [GeV] +Cell[11,41] 0.0013332852009629 [GeV] +Cell[12,45] 0.00029525161325958 [GeV] +Cell[12,44] 0.0037171667858523 [GeV] +Cell[11,44] 0.00054314488968602 [GeV] +Cell[12,43] 0.022279844204247 [GeV] +Cell[16,11] 0.00035551109903738 [GeV] +Cell[11,42] 1.210937346336 [GeV] +Cell[7,24] 0.00075236697224832 [GeV] +Cell[8,20] 3.3646680074851e-05 [GeV] +Cell[12,41] 0.00071219803100008 [GeV] +### Total energy deposition in calorimeter by a source track in 15 cells : 1.5345400607275 (GeV) Source track ID 10331 (gamma,0.1244455075516[GeV]) at (447.26697243518,-223.50001201044,557.8546694079) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[11,23] 0.000849667968704 [GeV] -Cell[11,4] 0.0013818367652046 [GeV] -Cell[12,26] 0.00040297956339245 [GeV] -Cell[12,44] 0.10562456229538 [GeV] -Cell[13,44] 0.0128856030836 [GeV] -Cell[13,45] 0.00051099891 [GeV] -Cell[13,43] 0.0027898589653144 [GeV] -### Total energy deposition in calorimeter by a source track in 7 cells : 0.1244455075516 (GeV) +Cell[12,44] 0.10719399110724 [GeV] +Cell[13,44] 0.002848417871401 [GeV] +Cell[13,45] 0.0028993566563169 [GeV] +Cell[13,43] 0.0017187729851017 [GeV] +Cell[12,43] 0.0016129453197396 [GeV] +### Total energy deposition in calorimeter by a source track in 5 cells : 0.1162734839398 (GeV) Source track ID 10316 (pi+,0.37526621351373[GeV]) at (181.12171410433,466.04176280663,1249.8679263286) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[7,18] 3.2216499384958e-06 [GeV] -Cell[15,38] 8.7010610094239e-05 [GeV] -Cell[16,31] 0.00049991239112578 [GeV] -Cell[16,30] 0.00085561785625157 [GeV] -Cell[13,26] 0.0003052773776812 [GeV] -Cell[13,27] 0.00095612757484831 [GeV] -Cell[12,42] 1.3977114576846e-11 [GeV] -Cell[15,37] 4.9775554771259e-09 [GeV] -Cell[11,45] 0.00076831960049529 [GeV] -Cell[12,26] 0.00091336186228312 [GeV] -Cell[17,5] 9.9008267397949e-09 [GeV] -Cell[5,34] 0.0001117767473155 [GeV] -Cell[16,6] 0.0017594260093782 [GeV] -Cell[13,40] 0.00010484635268222 [GeV] -Cell[13,42] 0.002355658119334 [GeV] -Cell[13,41] 0.0047569186840118 [GeV] -Cell[16,20] 6.0672164181597e-11 [GeV] -Cell[15,39] 0.00025894625763635 [GeV] -Cell[19,1] 0.00033015427282044 [GeV] -Cell[17,21] 2.7349670347121e-06 [GeV] -Cell[12,41] 4.758602961158e-05 [GeV] -Cell[16,9] 0.08334740631475 [GeV] -Cell[16,8] 0.10943066592316 [GeV] -Cell[17,22] 8.0435420386493e-08 [GeV] -Cell[16,21] 1.2776500415157e-06 [GeV] -Cell[17,20] 9.1493581521718e-08 [GeV] -Cell[17,27] 0.00099965659884296 [GeV] -Cell[16,10] 1.2905859862599e-05 [GeV] -Cell[16,7] 0.0001065850587604 [GeV] -Cell[17,8] 0.00028957398144439 [GeV] -Cell[17,9] 0.0019811708694367 [GeV] -Cell[15,16] 5.6125318806153e-05 [GeV] -Cell[17,6] 2.7006852995214e-05 [GeV] -Cell[13,10] 3.9550922228955e-06 [GeV] -Cell[7,19] 1.0559007234406e-05 [GeV] -Cell[8,18] 2.1683032682631e-06 [GeV] -Cell[5,33] 3.2125004402928e-05 [GeV] -Cell[15,9] 0.0033113047791259 [GeV] -Cell[16,39] 1.3416265661363e-05 [GeV] -Cell[15,33] 0.049129099933757 [GeV] -### Total energy deposition in calorimeter by a source track in 40 cells : 0.26287208605835 (GeV) +Cell[16,9] 0.024137774287776 [GeV] +Cell[16,8] 0.15992132920815 [GeV] +Cell[18,0] 0.088405028226387 [GeV] +Cell[18,1] 0.00071622881547082 [GeV] +### Total energy deposition in calorimeter by a source track in 4 cells : 0.27318036053778 (GeV) Source track ID 10307 (gamma,0.00010664996077107[GeV]) at (123.8354117657,-484.42212046192,84.768524718567) Original primary track ID 8 (unknown,11.672977589613[GeV]) @@ -2430,538 +2369,501 @@ Cell[10,37] 0.00010664996077107 [GeV] Source track ID 10297 (pi-,0.47646501083038[GeV]) at (184.17148518675,-464.84498926428,97.362875406167) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[10,39] 0.14732442482703 [GeV] -Cell[10,40] 0.10062467900428 [GeV] -Cell[11,41] 2.4759141297181e-09 [GeV] -Cell[11,40] 0.14891668974111 [GeV] -Cell[11,38] 0.00017490461185787 [GeV] -Cell[12,39] 0.0025583280872692 [GeV] -Cell[10,38] 0.018053550308468 [GeV] -Cell[11,39] 0.0050103706431025 [GeV] -### Total energy deposition in calorimeter by a source track in 8 cells : 0.42266294969903 (GeV) +Cell[10,39] 0.28360856552363 [GeV] +Cell[10,40] 0.085806740558476 [GeV] +Cell[11,41] 0.0013365090728223 [GeV] +Cell[11,40] 0.0010958866125751 [GeV] +Cell[10,37] 6.6073498940682e-05 [GeV] +Cell[9,39] 0.0010432134391983 [GeV] +Cell[10,38] 0.018433128962646 [GeV] +Cell[10,41] 2.948806609254e-05 [GeV] +Cell[11,39] 1.1202916380171e-07 [GeV] +Cell[9,38] 0.00017611584660085 [GeV] +Cell[9,37] 7.8120005582605e-08 [GeV] +### Total energy deposition in calorimeter by a source track in 11 cells : 0.39159591173016 (GeV) Source track ID 10265 (pi+,0.96821363163412[GeV]) at (-71.073877472723,-494.92272522182,1185.9144953086) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[14,32] 4.7509383875877e-09 [GeV] -Cell[15,32] 0.015549204671333 [GeV] -Cell[16,32] 0.10072626464125 [GeV] -Cell[17,32] 2.6847732374335e-07 [GeV] -Cell[16,31] 0.010587409787784 [GeV] -Cell[15,31] 0.0057962447093747 [GeV] -Cell[15,30] 0.00032210964010267 [GeV] -Cell[16,30] 0.00014440397282601 [GeV] -Cell[15,6] 1.2685568071902e-07 [GeV] -Cell[15,28] 0.00029810860184728 [GeV] -Cell[11,1] 0.00056022816713846 [GeV] -Cell[15,29] 0.00061946809727237 [GeV] -Cell[14,29] 0.003990850181942 [GeV] -Cell[11,2] 1.0274933741812e-06 [GeV] -Cell[12,18] 0.00017332968950529 [GeV] -Cell[13,45] 2.1739575866377e-05 [GeV] -Cell[16,20] 3.9949171536136e-05 [GeV] -Cell[15,19] 3.4937034412451e-05 [GeV] -Cell[16,35] 0.17397710618091 [GeV] -Cell[17,36] 0.14403390058764 [GeV] -Cell[17,35] 0.10431574777082 [GeV] -Cell[17,34] 3.5033783919971e-06 [GeV] -Cell[16,33] 0.0049019338786531 [GeV] -Cell[18,37] 0.20668531092419 [GeV] -Cell[18,36] 0.065908100823961 [GeV] -Cell[15,33] 0.0052817712301904 [GeV] -Cell[15,34] 0.024414149694571 [GeV] -Cell[16,34] 0.0359851736157 [GeV] -Cell[12,17] 2.6774781872518e-07 [GeV] -Cell[13,18] 1.6602943651378e-07 [GeV] -Cell[16,44] 1.0367248323746e-06 [GeV] -Cell[18,23] 1.3957603368908e-07 [GeV] -Cell[17,3] 7.1320061950246e-05 [GeV] -Cell[15,18] 0.0017005203918209 [GeV] -Cell[15,17] 0.00091656660683865 [GeV] -Cell[14,18] 1.3299068143624e-07 [GeV] -Cell[14,19] 4.1554484005246e-07 [GeV] -Cell[17,47] 1.0105483524967e-06 [GeV] -Cell[17,0] 4.2756041046232e-05 [GeV] -Cell[15,41] 0.0017256287716114 [GeV] -Cell[18,33] 0.001478174344987 [GeV] -Cell[14,33] 0.0022243739407821 [GeV] -Cell[17,33] 0.00024530516528773 [GeV] -### Total energy deposition in calorimeter by a source track in 43 cells : 0.91278018809085 (GeV) +Cell[17,32] 0.0015704387053871 [GeV] +Cell[15,36] 0.0022010850792015 [GeV] +Cell[16,36] 0.0024453466218857 [GeV] +Cell[15,34] 0.018080600907332 [GeV] +Cell[16,34] 0.80992950209701 [GeV] +Cell[16,35] 0.035124534964684 [GeV] +Cell[17,34] 0.079470120621121 [GeV] +Cell[17,33] 0.00046243303452272 [GeV] +Cell[16,33] 0.0017459033063255 [GeV] +Cell[17,35] 0.0071494795973318 [GeV] +### Total energy deposition in calorimeter by a source track in 10 cells : 0.95817944493481 (GeV) Source track ID 10266 (kaon-,2.440400551569[GeV]) at (342.32513721655,-364.43586600343,532.42138617814) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[14,42] 0.0028167434044688 [GeV] -Cell[13,46] 6.1949417807909e-06 [GeV] -Cell[15,38] 0.022319189311043 [GeV] -Cell[13,31] 4.9634836614132e-09 [GeV] -Cell[14,5] 2.1502857271116e-06 [GeV] -Cell[14,4] 9.5560838650727e-05 [GeV] -Cell[12,42] 0.0062516402080057 [GeV] -Cell[13,6] 1.5745928918477e-05 [GeV] -Cell[12,23] 0.00010648282096008 [GeV] -Cell[11,8] 1.5240823813656e-08 [GeV] -Cell[12,4] 0.00051099891 [GeV] -Cell[11,43] 0.0016678649636139 [GeV] -Cell[12,46] 2.6616822196956e-08 [GeV] -Cell[12,22] 0.0001719976648435 [GeV] -Cell[11,14] 0.00067771840551541 [GeV] -Cell[15,36] 0.00076190392368117 [GeV] -Cell[16,36] 0.0032225497158682 [GeV] -Cell[15,37] 1.6267980252223e-05 [GeV] -Cell[11,41] 2.0735046418849e-06 [GeV] -Cell[11,45] 6.8685039877892e-12 [GeV] -Cell[13,37] 0.0060604538087406 [GeV] -Cell[12,2] 8.1337639130652e-09 [GeV] -Cell[15,44] 1.2090672498744e-09 [GeV] -Cell[13,5] 0.0014966697490592 [GeV] -Cell[9,3] 1.1534367048398e-06 [GeV] -Cell[15,26] 6.6938810050488e-12 [GeV] -Cell[16,5] 2.1274037565718e-05 [GeV] -Cell[13,39] 0.00062671678791673 [GeV] -Cell[13,40] 0.012636498513742 [GeV] -Cell[12,8] 1.7424902497737e-05 [GeV] -Cell[12,7] 0.0013546014691432 [GeV] -Cell[12,6] 0.00052453923961014 [GeV] -Cell[12,45] 0.0027704843962797 [GeV] -Cell[12,44] 0.0004121381075355 [GeV] -Cell[13,44] 0.014354627244757 [GeV] -Cell[11,44] 2.5848919733221e-05 [GeV] -Cell[13,45] 0.0040723868385977 [GeV] -Cell[13,43] 0.039578901694443 [GeV] -Cell[13,42] 0.10673180810873 [GeV] -Cell[13,41] 1.0012580104795 [GeV] -Cell[12,43] 0.045784809682862 [GeV] -Cell[12,14] 1.7607329187513e-05 [GeV] -Cell[11,15] 2.5111930081039e-05 [GeV] -Cell[14,44] 0.010593300798115 [GeV] -Cell[14,45] 0.0045429568691314 [GeV] -Cell[14,46] 0.00048624726694356 [GeV] -Cell[14,47] 6.8306690081954e-11 [GeV] -Cell[14,39] 0.00015582760143025 [GeV] -Cell[14,40] 0.0022866535566667 [GeV] -Cell[14,38] 0.00054546440390095 [GeV] -Cell[12,5] 0.0030424157907087 [GeV] -Cell[15,39] 0.0034824178953605 [GeV] -Cell[16,25] 6.2489716560776e-06 [GeV] -Cell[11,42] 0.00089823079749738 [GeV] -Cell[12,41] 0.096287527313811 [GeV] -Cell[16,21] 3.6008868482895e-07 [GeV] -Cell[15,34] 1.3840617612004e-08 [GeV] -Cell[16,34] 1.5438299038692e-05 [GeV] -Cell[12,17] 7.358001312241e-09 [GeV] -Cell[12,21] 3.1491845220444e-10 [GeV] -Cell[14,43] 0.16634509209503 [GeV] -Cell[12,40] 7.234734045187e-05 [GeV] -Cell[16,4] 2.4252167647774e-06 [GeV] -Cell[15,43] 0.0016755123082078 [GeV] -Cell[15,0] 2.9741047183052e-07 [GeV] -Cell[15,46] 2.0059945095795e-05 [GeV] -Cell[15,47] 2.2616063688474e-11 [GeV] -Cell[14,41] 0.0018553437776128 [GeV] -Cell[13,9] 2.9007619712502e-05 [GeV] -Cell[15,25] 2.4518999271095e-06 [GeV] -Cell[15,45] 2.7830306374881e-06 [GeV] -Cell[16,26] 0.00012985388484719 [GeV] -Cell[15,27] 5.2427981245273e-10 [GeV] -Cell[15,40] 0.00084393835832816 [GeV] -### Total energy deposition in calorimeter by a source track in 74 cells : 1.569738430331 (GeV) +Cell[9,19] 5.9461920929607e-05 [GeV] +Cell[8,22] 1.441115164198e-05 [GeV] +Cell[14,42] 0.00019629273370026 [GeV] +Cell[13,46] 0.00065458380110761 [GeV] +Cell[13,35] 4.9443195330241e-05 [GeV] +Cell[10,25] 0.00062364076952073 [GeV] +Cell[5,31] 4.877556812437e-05 [GeV] +Cell[7,20] 2.0236731405021e-05 [GeV] +Cell[8,0] 0.00026093725188241 [GeV] +Cell[9,44] 0.00091249925550119 [GeV] +Cell[9,43] 0.005325291589684 [GeV] +Cell[7,22] 2.3536485083241e-05 [GeV] +Cell[7,4] 0.00013463033828554 [GeV] +Cell[9,18] 3.3638281311141e-05 [GeV] +Cell[11,26] 1.3973608904053e-05 [GeV] +Cell[19,23] 8.9817040475282e-08 [GeV] +Cell[15,30] 2.5506597012281e-09 [GeV] +Cell[14,5] 1.9396263523959e-06 [GeV] +Cell[14,4] 0.0022977059765551 [GeV] +Cell[15,6] 0.0060976412521985 [GeV] +Cell[15,28] 3.2133477216121e-06 [GeV] +Cell[13,47] 5.7110515892873e-06 [GeV] +Cell[10,16] 0.0015224782206792 [GeV] +Cell[13,28] 4.8726273234934e-08 [GeV] +Cell[14,7] 2.6160255150103e-05 [GeV] +Cell[12,42] 0.17646576100334 [GeV] +Cell[10,4] 7.5035453313603e-05 [GeV] +Cell[13,25] 0.00025617057534873 [GeV] +Cell[12,28] 0.00024177719765987 [GeV] +Cell[12,27] 5.3935410418262e-06 [GeV] +Cell[12,29] 0.00022882118064479 [GeV] +Cell[12,30] 0.00010945853043449 [GeV] +Cell[10,12] 4.8773363232613e-09 [GeV] +Cell[12,10] 0.00084529716767076 [GeV] +Cell[12,23] 0.00030704358222745 [GeV] +Cell[11,22] 0.0015868233324235 [GeV] +Cell[11,21] 0.00031211764005548 [GeV] +Cell[14,6] 2.0218030549586e-06 [GeV] +Cell[14,13] 0.0037638801579947 [GeV] +Cell[14,12] 0.00035208943834346 [GeV] +Cell[11,43] 0.00048763437127434 [GeV] +Cell[12,46] 0.019885479255344 [GeV] +Cell[12,22] 0.0018290905970306 [GeV] +Cell[10,44] 0.0083426860694176 [GeV] +Cell[10,45] 0.00055124827888436 [GeV] +Cell[11,14] 1.0225879086647e-05 [GeV] +Cell[10,14] 0.0002752658861258 [GeV] +Cell[16,37] 0.0024118663690302 [GeV] +Cell[15,36] 0.015191887282805 [GeV] +Cell[16,36] 0.00080467239988423 [GeV] +Cell[15,37] 0.00038255856458136 [GeV] +Cell[10,46] 0.0019037437797921 [GeV] +Cell[15,11] 0.00051099891 [GeV] +Cell[8,47] 0.00013354955069485 [GeV] +Cell[9,45] 0.0023197442877482 [GeV] +Cell[10,5] 2.7293880702928e-07 [GeV] +Cell[10,43] 0.10362273486704 [GeV] +Cell[11,41] 1.1618362918853e-08 [GeV] +Cell[11,40] 1.704111287836e-06 [GeV] +Cell[8,25] 6.5768253989518e-07 [GeV] +Cell[11,1] 0.0024329870733135 [GeV] +Cell[15,29] 0.0016691072784689 [GeV] +Cell[11,38] 0.001991078978889 [GeV] +Cell[13,7] 3.2562211351888e-06 [GeV] +Cell[8,21] 0.0014228219227064 [GeV] +Cell[11,27] 0.00048200831324777 [GeV] +Cell[10,34] 0.00034093890775216 [GeV] +Cell[10,35] 0.00014679266138955 [GeV] +Cell[5,4] 0.00057146816381453 [GeV] +Cell[14,3] 0.00042112632184484 [GeV] +Cell[14,1] 0.044039684895981 [GeV] +Cell[14,2] 0.0053277020240201 [GeV] +Cell[12,26] 3.8404324868679e-08 [GeV] +Cell[9,42] 0.0019229949141737 [GeV] +Cell[13,5] 0.00097376973274897 [GeV] +Cell[17,14] 1.2000215116359e-06 [GeV] +Cell[5,5] 2.6093021233464e-06 [GeV] +Cell[6,9] 6.5928891883232e-05 [GeV] +Cell[4,23] 1.2366385599307e-06 [GeV] +Cell[2,13] 3.7073506973684e-07 [GeV] +Cell[2,44] 1.1861664825119e-07 [GeV] +Cell[4,22] 6.7716062658292e-06 [GeV] +Cell[9,4] 5.2514521257763e-07 [GeV] +Cell[16,6] 0.00025648803226363 [GeV] +Cell[16,5] 7.154819847301e-06 [GeV] +Cell[10,20] 0.00066106491909374 [GeV] +Cell[10,19] 0.00061647384768453 [GeV] +Cell[11,20] 2.0075520296814e-08 [GeV] +Cell[13,39] 0.0070199724161139 [GeV] +Cell[13,40] 0.020281279801076 [GeV] +Cell[12,38] 0.0012225573679772 [GeV] +Cell[12,39] 0.0081710088112973 [GeV] +Cell[13,38] 0.00085722734525482 [GeV] +Cell[6,4] 3.9767129637767e-06 [GeV] +Cell[12,7] 0.0032124748171764 [GeV] +Cell[11,18] 3.4059271856677e-06 [GeV] +Cell[11,17] 2.8239621622106e-07 [GeV] +Cell[12,45] 0.00037520610244849 [GeV] +Cell[12,44] 0.0025757727043672 [GeV] +Cell[13,44] 0.0018691781687976 [GeV] +Cell[16,14] 4.5084070667372e-06 [GeV] +Cell[16,15] 5.659302805725e-07 [GeV] +Cell[11,44] 9.1412652025383e-05 [GeV] +Cell[13,45] 0.0013652276540108 [GeV] +Cell[13,43] 0.0083434226213903 [GeV] +Cell[13,42] 0.0086983193226994 [GeV] +Cell[13,41] 0.019583062316737 [GeV] +Cell[12,43] 0.025902534053065 [GeV] +Cell[13,21] 2.0774314180017e-10 [GeV] +Cell[15,22] 0.0013787737431631 [GeV] +Cell[14,21] 0.00029466707510801 [GeV] +Cell[14,14] 0.000997075597807 [GeV] +Cell[11,15] 0.00040631401280166 [GeV] +Cell[13,13] 0.00056005323388956 [GeV] +Cell[13,12] 3.6413445002381e-07 [GeV] +Cell[13,0] 1.4510078501189e-05 [GeV] +Cell[17,21] 0.00084127706884647 [GeV] +Cell[14,44] 0.0046780440690567 [GeV] +Cell[14,43] 2.1260400219376e-05 [GeV] +Cell[14,0] 0.0034275504012379 [GeV] +Cell[16,17] 0.0020842227591532 [GeV] +Cell[19,25] 0.00016769102817216 [GeV] +Cell[14,20] 1.0593794286251e-10 [GeV] +Cell[16,46] 0.0021339744826115 [GeV] +Cell[14,40] 1.0876895771617e-08 [GeV] +Cell[14,11] 0.0010117216644508 [GeV] +Cell[18,34] 1.2553152897681e-06 [GeV] +Cell[11,42] 0.0025295729589249 [GeV] +Cell[8,20] 2.826170384651e-05 [GeV] +Cell[12,41] 0.83098580724138 [GeV] +Cell[15,34] 0.0010225141714043 [GeV] +Cell[16,34] 2.8032077127136e-05 [GeV] +Cell[16,35] 0.0013687553788523 [GeV] +Cell[16,33] 2.8086837846786e-07 [GeV] +Cell[17,35] 0.0015696915623374 [GeV] +Cell[13,15] 0.0017956494683596 [GeV] +Cell[12,21] 0.00082707515545165 [GeV] +Cell[14,41] 0.0014467066757275 [GeV] +Cell[14,15] 2.4151353136403e-05 [GeV] +Cell[14,19] 4.1123712435365e-11 [GeV] +Cell[14,35] 0.00084527684937504 [GeV] +Cell[12,40] 0.022617063223048 [GeV] +Cell[12,15] 0.00014102980436439 [GeV] +Cell[12,16] 1.8495729779488e-05 [GeV] +Cell[15,23] 8.2958151004277e-05 [GeV] +Cell[15,7] 3.4076801966876e-09 [GeV] +Cell[8,18] 1.2159726116806e-05 [GeV] +Cell[8,19] 0.0010071810798472 [GeV] +Cell[7,21] 0.0037498945793926 [GeV] +Cell[16,43] 1.4045809871277e-07 [GeV] +Cell[14,16] 0.0011585821349591 [GeV] +Cell[14,17] 0.0010754893071511 [GeV] +Cell[13,16] 2.7511032952816e-06 [GeV] +Cell[13,17] 3.1585135729983e-08 [GeV] +Cell[17,9] 1.7646796740109e-06 [GeV] +Cell[12,5] 0.00015837631276693 [GeV] +Cell[12,20] 0.00095706985619034 [GeV] +Cell[13,14] 9.8365751345909e-05 [GeV] +Cell[18,28] 8.2681812054943e-06 [GeV] +Cell[2,14] 2.2160570370033e-07 [GeV] +Cell[12,11] 6.4845985920101e-06 [GeV] +Cell[10,13] 1.4491961337626e-09 [GeV] +Cell[15,15] 0.00027944783010241 [GeV] +Cell[15,16] 0.00020459606557256 [GeV] +Cell[16,29] 1.6768255554098e-05 [GeV] +Cell[19,47] 2.6877309414886e-07 [GeV] +Cell[11,13] 2.9412868898362e-06 [GeV] +Cell[11,16] 4.0000199559813e-05 [GeV] +Cell[16,13] 0.00021110827870177 [GeV] +Cell[17,15] 1.5189627302334e-05 [GeV] +Cell[10,42] 0.0024691875337826 [GeV] +Cell[17,16] 4.9486293538507e-05 [GeV] +Cell[15,18] 2.0449489589964e-05 [GeV] +Cell[16,18] 1.0502037475817e-05 [GeV] +Cell[16,16] 0.0018822767253344 [GeV] +Cell[18,25] 1.7017902573571e-06 [GeV] +Cell[19,24] 0.00083570999076426 [GeV] +Cell[17,20] 3.9134235903816e-05 [GeV] +Cell[13,11] 4.5204069465399e-10 [GeV] +Cell[13,23] 0.0010865805236226 [GeV] +Cell[14,18] 0.026551470151259 [GeV] +Cell[13,18] 0.00097487086410575 [GeV] +Cell[10,15] 0.0019705698936553 [GeV] +Cell[15,17] 0.00016626814337394 [GeV] +Cell[18,24] 6.3233310356736e-09 [GeV] +Cell[15,35] 0.0022392554153192 [GeV] +Cell[17,2] 1.0849991551368e-05 [GeV] +Cell[13,24] 1.3651745888637e-05 [GeV] +Cell[15,42] 0.00033634819790461 [GeV] +Cell[16,47] 3.8403295548051e-09 [GeV] +Cell[16,38] 0.002529531298815 [GeV] +Cell[16,28] 0.0011458847968489 [GeV] +### Total energy deposition in calorimeter by a source track in 192 cells : 1.4691821402177 (GeV) Source track ID 10264 (kaon0L,0.85324689363199[GeV]) at (443.61976117133,-230.65451978727,564.59737040268) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[13,46] 0.0048478943029012 [GeV] -Cell[16,32] 0.0098016844119015 [GeV] -Cell[17,32] 0.0072244842004575 [GeV] -Cell[16,31] 0.0016672904301375 [GeV] -Cell[17,31] 0.0044931814847575 [GeV] -Cell[16,30] 0.00037860900166345 [GeV] -Cell[13,47] 0.00045185857758986 [GeV] -Cell[12,42] 0.01186923016867 [GeV] -Cell[11,23] 0.00091436878388845 [GeV] -Cell[11,24] 0.0017742231227498 [GeV] -Cell[11,25] 3.1799124865302e-05 [GeV] -Cell[12,33] 0.00085284772963486 [GeV] -Cell[11,43] 0.0008710729653601 [GeV] -Cell[12,46] 0.0021140230941765 [GeV] -Cell[11,41] 2.9058306720344e-05 [GeV] -Cell[11,40] 5.7275726703665e-08 [GeV] -Cell[15,44] 1.2793549391176e-05 [GeV] -Cell[12,35] 5.163289426946e-08 [GeV] -Cell[12,34] 0.0066896551297932 [GeV] -Cell[13,40] 3.3874704968184e-07 [GeV] -Cell[12,45] 0.004236215156571 [GeV] -Cell[12,44] 0.043663311527565 [GeV] -Cell[13,44] 0.19859518328142 [GeV] -Cell[11,44] 2.5526986463547e-06 [GeV] -Cell[13,45] 0.024212940531806 [GeV] -Cell[13,43] 0.0081716982154253 [GeV] -Cell[13,42] 0.01020821444402 [GeV] -Cell[13,41] 0.00017449777397303 [GeV] -Cell[12,43] 0.016241056163462 [GeV] -Cell[13,21] 5.6471326388419e-09 [GeV] -Cell[14,44] 0.00022006174814976 [GeV] -Cell[14,45] 0.0057731112997664 [GeV] -Cell[14,46] 0.00026611302026356 [GeV] -Cell[14,47] 0.00019607840128208 [GeV] -Cell[14,0] 4.2603068322933e-08 [GeV] -Cell[16,28] 2.5788163766265e-06 [GeV] -Cell[16,29] 0.00037493758169967 [GeV] -Cell[11,42] 0.00088549526303211 [GeV] -Cell[12,41] 0.016864702288703 [GeV] -Cell[14,19] 0.00027458703827028 [GeV] -Cell[18,33] 0.0036846493367041 [GeV] -Cell[17,33] 0.000161115978417 [GeV] -Cell[12,40] 0.00066820628574863 [GeV] -Cell[15,45] 0.00080259631593628 [GeV] -Cell[18,10] 3.4589954302646e-06 [GeV] -Cell[17,41] 0.00019978083654428 [GeV] -Cell[17,30] 0.0023123965319015 [GeV] -Cell[17,28] 0.00097903267501056 [GeV] -Cell[17,29] 1.8744334986081e-05 [GeV] -Cell[18,32] 0.0045453489725108 [GeV] -Cell[13,20] 4.2155892565802e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 51 cells : 0.39780539169672 (GeV) +Cell[14,42] 0.0017402125431988 [GeV] +Cell[13,46] 0.00078392107657135 [GeV] +Cell[13,47] 0.00077059806812065 [GeV] +Cell[12,42] 0.0024176468508438 [GeV] +Cell[12,23] 6.941192016825e-06 [GeV] +Cell[14,22] 0.00054803052006332 [GeV] +Cell[12,47] 0.002099406927278 [GeV] +Cell[12,46] 1.4531182725023e-05 [GeV] +Cell[12,24] 0.00045169228431359 [GeV] +Cell[15,44] 3.9708500281677e-06 [GeV] +Cell[12,45] 2.0621792873499e-07 [GeV] +Cell[12,44] 0.070446681159294 [GeV] +Cell[13,44] 0.15395923388701 [GeV] +Cell[13,45] 0.0038547974681834 [GeV] +Cell[13,43] 0.0025041449389975 [GeV] +Cell[12,43] 0.06622530307936 [GeV] +Cell[14,21] 1.3391365678217e-07 [GeV] +Cell[11,15] 1.6902339518765e-07 [GeV] +Cell[14,44] 0.026793676234407 [GeV] +Cell[14,43] 6.0404590134908e-05 [GeV] +Cell[14,45] 0.0039610953082835 [GeV] +Cell[14,46] 1.4996332465671e-05 [GeV] +Cell[14,47] 3.3239777928884e-07 [GeV] +Cell[14,41] 6.1170258021775e-05 [GeV] +Cell[13,16] 0.0011621572427467 [GeV] +Cell[13,17] 1.66621049284e-05 [GeV] +Cell[11,16] 4.5578605977425e-08 [GeV] +Cell[13,23] 1.9586795009673e-05 [GeV] +Cell[13,24] 0.00022163425080851 [GeV] +Cell[14,24] 1.7726382007822e-05 [GeV] +Cell[15,45] 8.6107759840388e-06 [GeV] +### Total energy deposition in calorimeter by a source track in 31 cells : 0.33816571943417 (GeV) Source track ID 10255 (pi+,4.2124294839362[GeV]) at (194.28233765485,-460.71072624302,515.86221956022) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[13,35] 7.2415268321379e-05 [GeV] -Cell[15,38] 1.0584472811994 [GeV] -Cell[16,37] 0.21584013152753 [GeV] -Cell[15,36] 0.016592125790235 [GeV] -Cell[16,36] 4.0271178876537e-05 [GeV] -Cell[15,37] 0.072397480205252 [GeV] -Cell[13,37] 0.0089763490872732 [GeV] -Cell[13,39] 0.011877734642707 [GeV] -Cell[13,40] 6.2540053153839e-05 [GeV] -Cell[12,38] 0.066917255078148 [GeV] -Cell[12,39] 0.060638106499169 [GeV] -Cell[13,38] 0.27297774481327 [GeV] -Cell[13,41] 2.2838660242996e-09 [GeV] -Cell[15,35] 0.036923534132574 [GeV] -Cell[14,36] 0.0040000325408115 [GeV] -Cell[14,37] 0.073258074081932 [GeV] -Cell[16,38] 0.019172682185919 [GeV] -Cell[14,39] 0.06263678674115 [GeV] -Cell[14,40] 0.0094316888700429 [GeV] -Cell[14,38] 0.9567547359399 [GeV] -Cell[16,35] 3.1913931597956e-06 [GeV] -Cell[15,39] 0.073710567906088 [GeV] -Cell[13,36] 0.0015144349265938 [GeV] -Cell[16,39] 0.0091013694298206 [GeV] -Cell[15,41] 7.1246006205001e-06 [GeV] -Cell[12,40] 7.4705331246605e-06 [GeV] -Cell[14,41] 0.0028133311935009 [GeV] -Cell[15,40] 0.0087197358646645 [GeV] -Cell[14,35] 3.0797811970388e-05 [GeV] -Cell[16,40] 0.050283131428548 [GeV] -Cell[17,39] 3.3818650990725e-11 [GeV] -Cell[16,41] 0.0016249944765743 [GeV] -### Total energy deposition in calorimeter by a source track in 32 cells : 3.0948331217181 (GeV) +Cell[15,38] 0.31559659293332 [GeV] +Cell[16,37] 0.14118872273599 [GeV] +Cell[15,36] 0.0004750610007327 [GeV] +Cell[16,36] 0.001279586705331 [GeV] +Cell[15,37] 0.01480198346851 [GeV] +Cell[19,38] 0.00077890455831637 [GeV] +Cell[13,39] 0.0017786302208928 [GeV] +Cell[12,38] 0.062130604705916 [GeV] +Cell[12,39] 0.099983301388695 [GeV] +Cell[13,38] 0.27407996861432 [GeV] +Cell[14,37] 0.0020282827875995 [GeV] +Cell[14,39] 0.0024534332214563 [GeV] +Cell[14,38] 0.32079526318137 [GeV] +Cell[17,37] 0.034062394631669 [GeV] +Cell[18,37] 0.029073262530595 [GeV] +Cell[18,38] 0.028668707632323 [GeV] +Cell[19,37] 0.01077479091427 [GeV] +Cell[17,38] 1.1907374924141 [GeV] +Cell[17,36] 0.011806808742123 [GeV] +Cell[18,36] 0.0011960646467901 [GeV] +Cell[18,39] 3.9386279922837e-08 [GeV] +Cell[19,36] 0.00049338744466957 [GeV] +Cell[17,39] 0.063096511586245 [GeV] +Cell[17,40] 0.0018726957673281 [GeV] +Cell[16,35] 3.7823858004231e-05 [GeV] +Cell[15,35] 2.7380940696276e-07 [GeV] +Cell[16,38] 0.37496503302077 [GeV] +Cell[16,39] 0.035477759924818 [GeV] +Cell[15,39] 7.2418827670617e-06 [GeV] +Cell[17,41] 0.0069809232633988 [GeV] +Cell[17,42] 2.8620037028304e-08 [GeV] +### Total energy deposition in calorimeter by a source track in 31 cells : 3.0266215755981 (GeV) Source track ID 9358 (kaon+,2.4810089336886[GeV]) at (286.88959914964,-409.5050157199,-438.61870457239) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[4,11] 3.1891257181996e-05 [GeV] -Cell[8,9] 8.3871986716986e-06 [GeV] -Cell[7,33] 0.0021792825474473 [GeV] -Cell[6,37] 0.0058442819666198 [GeV] -Cell[7,41] 0.020506119845451 [GeV] -Cell[7,36] 8.0157702768702e-09 [GeV] -Cell[9,19] 0.00029498333906055 [GeV] -Cell[8,46] 0.0018172203708857 [GeV] -Cell[6,47] 8.032509712848e-05 [GeV] -Cell[7,42] 0.0041971142757339 [GeV] -Cell[7,6] 5.7210694649257e-07 [GeV] -Cell[9,8] 0.0003881828679195 [GeV] -Cell[7,15] 8.7438669579569e-06 [GeV] -Cell[6,12] 7.9596488908578e-05 [GeV] -Cell[7,26] 1.2336981744738e-05 [GeV] -Cell[6,25] 3.9041000709403e-06 [GeV] -Cell[6,0] 0.00084133725938796 [GeV] -Cell[7,46] 7.3036869707721e-10 [GeV] -Cell[8,41] 0.00076602901893697 [GeV] -Cell[6,40] 0.017756828283246 [GeV] -Cell[8,40] 0.017667757219152 [GeV] -Cell[8,38] 0.0067431720054982 [GeV] -Cell[8,26] 0.00076940039538798 [GeV] -Cell[7,43] 0.0018084683901932 [GeV] -Cell[2,38] 8.6575164459646e-10 [GeV] -Cell[5,45] 2.4504195380359e-08 [GeV] -Cell[8,0] 5.6371805840172e-07 [GeV] -Cell[7,5] 1.2774876668118e-06 [GeV] -Cell[11,36] 4.6695777273271e-06 [GeV] -Cell[10,28] 1.0374028427123e-06 [GeV] -Cell[6,36] 6.0884542563144e-10 [GeV] -Cell[5,25] 1.0795171197969e-05 [GeV] -Cell[5,24] 0.00018016288656395 [GeV] -Cell[5,36] 0.00012408293664339 [GeV] -Cell[8,42] 0.0013907637456107 [GeV] -Cell[17,23] 7.2353859764007e-07 [GeV] -Cell[9,44] 2.6372712227385e-09 [GeV] -Cell[6,39] 0.006091477345311 [GeV] -Cell[4,34] 5.2972861396938e-07 [GeV] -Cell[12,24] 7.4433225672692e-06 [GeV] -Cell[10,26] 4.936009645462e-11 [GeV] -Cell[4,42] 0.00011472478668009 [GeV] -Cell[4,43] 0.0038838155360976 [GeV] -Cell[4,44] 0.0046538851047355 [GeV] -Cell[6,24] 0.0051510462779869 [GeV] -Cell[8,47] 1.8190462469647e-11 [GeV] -Cell[5,37] 0.0036191370441942 [GeV] -Cell[9,45] 2.2811011876911e-07 [GeV] -Cell[6,20] 1.850201664206e-05 [GeV] -Cell[5,43] 0.00033019188767662 [GeV] -Cell[8,24] 0.0029987310722552 [GeV] -Cell[6,1] 1.0653337812982e-07 [GeV] -Cell[10,27] 1.0412915950269e-05 [GeV] -Cell[11,37] 0.00042586268352227 [GeV] -Cell[11,38] 0.00058638962370443 [GeV] -Cell[10,37] 0.00087300084800711 [GeV] -Cell[6,31] 5.93840770307e-06 [GeV] -Cell[6,46] 3.8174013297976e-08 [GeV] -Cell[6,45] 8.7245110159984e-07 [GeV] -Cell[4,2] 0.00061238756691057 [GeV] -Cell[9,41] 0.0011062365496682 [GeV] -Cell[9,40] 0.00042440567173765 [GeV] -Cell[18,27] 0.00025848442336712 [GeV] -Cell[9,42] 8.3574875588965e-09 [GeV] -Cell[7,1] 0.0001774584791003 [GeV] -Cell[7,0] 5.0809783159139e-05 [GeV] -Cell[4,15] 3.608874976635e-12 [GeV] -Cell[1,44] 1.2872032561972e-07 [GeV] -Cell[5,23] 0.0026473905048274 [GeV] -Cell[8,43] 0.064998645566117 [GeV] -Cell[8,44] 0.0027205598356904 [GeV] -Cell[5,34] 1.1713974946133e-05 [GeV] -Cell[6,44] 0.0017643122320623 [GeV] -Cell[3,17] 0.00038058509430675 [GeV] -Cell[5,39] 4.3605319579228e-05 [GeV] -Cell[3,44] 0.00058470889752812 [GeV] -Cell[6,38] 0.10930876187224 [GeV] -Cell[1,0] 0.00017282467347161 [GeV] -Cell[1,18] 2.9183980397647e-05 [GeV] -Cell[2,5] 6.1513856053352e-09 [GeV] -Cell[3,32] 1.0991492308676e-07 [GeV] -Cell[3,45] 0.0023968827948363 [GeV] -Cell[5,42] 0.0013519256984552 [GeV] -Cell[5,41] 0.00039774667070276 [GeV] -Cell[3,16] 0.00014825875638746 [GeV] -Cell[6,41] 0.086119937330873 [GeV] -Cell[5,35] 9.512842661934e-06 [GeV] -Cell[5,38] 0.0015512213947476 [GeV] -Cell[2,1] 1.4647151840563e-07 [GeV] -Cell[2,0] 5.3976837079972e-09 [GeV] -Cell[5,40] 1.2523743189604e-05 [GeV] -Cell[5,46] 1.7667193285888e-05 [GeV] -Cell[4,1] 6.7343031485052e-06 [GeV] -Cell[3,46] 1.1617382858731e-07 [GeV] -Cell[9,39] 4.4274094398133e-07 [GeV] -Cell[7,39] 0.059049653705608 [GeV] -Cell[7,40] 0.83249556963912 [GeV] -Cell[7,38] 0.014372694968188 [GeV] -Cell[7,44] 1.4543863914014e-06 [GeV] -Cell[6,11] 0.00051370901608209 [GeV] -Cell[17,1] 5.9831512167989e-05 [GeV] -Cell[17,24] 4.4889163859807e-08 [GeV] -Cell[18,21] 6.9269367086235e-06 [GeV] -Cell[5,33] 3.1315714287757e-05 [GeV] -Cell[10,38] 0.00027849647631047 [GeV] -Cell[11,39] 0.0073322609519791 [GeV] -Cell[17,3] 4.2158710130025e-06 [GeV] -Cell[6,43] 0.0045717379022759 [GeV] -Cell[7,37] 0.0015720677492633 [GeV] -Cell[8,39] 0.0068032223863026 [GeV] -Cell[15,7] 1.6871843021363e-05 [GeV] -Cell[17,2] 0.00026968978476395 [GeV] -Cell[16,2] 1.5199921108433e-09 [GeV] -Cell[8,37] 0.003161897087398 [GeV] -Cell[9,38] 0.00018813756616726 [GeV] -Cell[5,32] 4.9838997074403e-07 [GeV] -Cell[5,12] 0.0002613634013901 [GeV] -Cell[6,23] 0.0069287512719736 [GeV] -Cell[6,42] 0.16555935683331 [GeV] -Cell[5,22] 9.8358879040461e-06 [GeV] -Cell[18,43] 4.3785878515337e-06 [GeV] -Cell[18,26] 6.0138674623886e-05 [GeV] -Cell[18,28] 5.1832064559676e-07 [GeV] -Cell[6,22] 0.0030846887922195 [GeV] -Cell[7,34] 9.9737038544845e-06 [GeV] -Cell[18,20] 0.00020006452264636 [GeV] -Cell[6,19] 5.3333513581038e-06 [GeV] -Cell[7,21] 0.0011033954239385 [GeV] -Cell[8,19] 8.7945407722145e-07 [GeV] -Cell[7,47] 4.9873710850079e-10 [GeV] -Cell[5,44] 6.7574059357867e-08 [GeV] -Cell[2,15] 7.9040377167985e-06 [GeV] -Cell[4,45] 6.3125976149308e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 133 cells : 1.4976279063412 (GeV) +Cell[4,9] 1.3214064529166e-07 [GeV] +Cell[6,37] 0.00070156863463638 [GeV] +Cell[7,41] 0.021796476084601 [GeV] +Cell[4,21] 3.0742762498903e-07 [GeV] +Cell[7,42] 0.0026973885298381 [GeV] +Cell[8,17] 3.9763399399817e-09 [GeV] +Cell[4,36] 9.6052535809577e-09 [GeV] +Cell[6,40] 0.084307007860377 [GeV] +Cell[8,40] 0.0016944617301256 [GeV] +Cell[8,38] 0.0042338884265565 [GeV] +Cell[4,20] 1.8063368042931e-07 [GeV] +Cell[7,43] 0.00098517256327079 [GeV] +Cell[5,31] 7.1061370545067e-07 [GeV] +Cell[5,45] 0.00072851195680857 [GeV] +Cell[7,20] 3.8277939893305e-09 [GeV] +Cell[8,5] 2.8832461655838e-05 [GeV] +Cell[6,35] 4.7784402559046e-06 [GeV] +Cell[6,39] 0.031252803481045 [GeV] +Cell[10,12] 1.2306747464663e-07 [GeV] +Cell[4,37] 8.4066491351678e-06 [GeV] +Cell[4,42] 0.00022906378684831 [GeV] +Cell[4,43] 0.0017025995105521 [GeV] +Cell[5,37] 0.0038220319265209 [GeV] +Cell[8,23] 1.6133510371219e-07 [GeV] +Cell[5,20] 0.002828682774724 [GeV] +Cell[5,19] 0.00121393511744 [GeV] +Cell[8,31] 9.1253592981957e-06 [GeV] +Cell[5,43] 0.018464640685126 [GeV] +Cell[7,29] 0.0013834004311458 [GeV] +Cell[6,30] 1.71895446897e-07 [GeV] +Cell[4,5] 1.8262837366933e-05 [GeV] +Cell[4,4] 5.2446828867687e-06 [GeV] +Cell[4,6] 0.0038405689508292 [GeV] +Cell[5,4] 0.0011061505453042 [GeV] +Cell[4,3] 1.1088559404016e-11 [GeV] +Cell[8,34] 1.6742231673561e-07 [GeV] +Cell[5,5] 6.9151353706957e-05 [GeV] +Cell[0,19] 2.2873573470861e-09 [GeV] +Cell[8,43] 1.2425971567609e-07 [GeV] +Cell[8,44] 5.3305606797949e-08 [GeV] +Cell[1,31] 2.1051346266177e-10 [GeV] +Cell[6,5] 0.00029693479730486 [GeV] +Cell[6,44] 3.2477010733146e-05 [GeV] +Cell[4,17] 6.4164114301093e-06 [GeV] +Cell[5,39] 0.00099165498663785 [GeV] +Cell[8,32] 0.00029063865095964 [GeV] +Cell[5,2] 1.7220800509676e-07 [GeV] +Cell[6,38] 0.005637266504063 [GeV] +Cell[5,16] 1.4639223007748e-05 [GeV] +Cell[1,8] 3.7083548610099e-05 [GeV] +Cell[1,9] 9.5962938212324e-06 [GeV] +Cell[5,7] 0.020142208756664 [GeV] +Cell[5,8] 0.00058296862650639 [GeV] +Cell[4,31] 1.8477657363519e-05 [GeV] +Cell[4,30] 0.00056677900923114 [GeV] +Cell[5,42] 0.001954182966095 [GeV] +Cell[5,41] 0.0042377800094188 [GeV] +Cell[6,41] 0.12220720136954 [GeV] +Cell[5,38] 0.011060044788483 [GeV] +Cell[5,30] 6.6331419356516e-05 [GeV] +Cell[5,40] 0.0029092227329429 [GeV] +Cell[5,46] 0.0016361921068071 [GeV] +Cell[1,30] 9.7348400967121e-06 [GeV] +Cell[2,30] 2.4237524442015e-06 [GeV] +Cell[5,6] 0.017538855052776 [GeV] +Cell[7,39] 0.084396498018885 [GeV] +Cell[7,40] 0.86547407665192 [GeV] +Cell[7,38] 0.0020480702077358 [GeV] +Cell[6,3] 0.00040659730687651 [GeV] +Cell[6,11] 0.0005344445161661 [GeV] +Cell[6,2] 4.8407728900202e-07 [GeV] +Cell[6,4] 0.00029132075803636 [GeV] +Cell[10,11] 1.7101410776377e-10 [GeV] +Cell[7,21] 8.3589569726428e-07 [GeV] +Cell[10,13] 4.4053977035219e-08 [GeV] +Cell[7,37] 1.0040294201303e-05 [GeV] +Cell[6,18] 0.00026359399480316 [GeV] +Cell[6,17] 0.00022061924966692 [GeV] +Cell[6,42] 0.0041870060406238 [GeV] +Cell[6,43] 0.0043208863455912 [GeV] +Cell[8,39] 1.0032556019723e-07 [GeV] +Cell[6,19] 6.3788349507377e-08 [GeV] +Cell[8,33] 4.4578340493899e-06 [GeV] +Cell[5,15] 0.0015320932669493 [GeV] +Cell[4,40] 0.00042313576421157 [GeV] +Cell[4,8] 7.2210593498312e-07 [GeV] +Cell[7,19] 1.5526660718024e-08 [GeV] +Cell[5,44] 0.013489164898325 [GeV] +### Total energy deposition in calorimeter by a source track in 88 cells : 1.3509878606145 (GeV) Source track ID 9662 (gamma,0.19649521790461[GeV]) at (-493.903211094,77.843548679585,489.46550356119) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[11,47] 0.00059128780912342 [GeV] -Cell[13,22] 0.0089506298057763 [GeV] -Cell[12,23] 0.014380579336944 [GeV] -Cell[12,24] 0.00044255764174052 [GeV] -Cell[12,22] 0.16714152293368 [GeV] -Cell[12,8] 0.0011266111262226 [GeV] -Cell[13,23] 0.0038620292511267 [GeV] -### Total energy deposition in calorimeter by a source track in 7 cells : 0.19649521790461 (GeV) +Cell[12,23] 0.0062488504752848 [GeV] +Cell[12,24] 0.0020189567719071 [GeV] +Cell[12,22] 0.18508705424608 [GeV] +Cell[12,2] 0.00058342986758944 [GeV] +Cell[12,21] 0.0025569265437557 [GeV] +### Total energy deposition in calorimeter by a source track in 5 cells : 0.19649521790461 (GeV) Source track ID 9663 (gamma,0.89164369738079[GeV]) at (-456.12361587977,204.82003573078,886.89513832554) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[12,46] 0.00050264342686185 [GeV] -Cell[13,30] 0.00058345856173573 [GeV] -Cell[14,21] 0.031243996493027 [GeV] -Cell[15,19] 0.0015962587232416 [GeV] -Cell[14,19] 0.0093764302400966 [GeV] -Cell[14,20] 0.82242082916587 [GeV] -Cell[15,20] 0.004694736762678 [GeV] -Cell[18,42] 0.00038430107456841 [GeV] -Cell[14,10] 0.0005752003953983 [GeV] -Cell[15,21] 0.0062308970214957 [GeV] -Cell[14,24] 0.0019123526702979 [GeV] -Cell[13,11] 0.0012104411248132 [GeV] -### Total energy deposition in calorimeter by a source track in 12 cells : 0.88073154566009 (GeV) +Cell[9,30] 0.000550950451414 [GeV] +Cell[13,43] 0.00049153141701379 [GeV] +Cell[14,21] 0.020368064619839 [GeV] +Cell[14,20] 0.77598221193955 [GeV] +Cell[18,0] 0.0021969295355807 [GeV] +Cell[17,35] 0.00070388801307164 [GeV] +Cell[14,19] 0.0014508466321174 [GeV] +Cell[15,20] 0.07111525391356 [GeV] +Cell[15,19] 0.00046062497919514 [GeV] +Cell[15,21] 0.018046398903049 [GeV] +### Total energy deposition in calorimeter by a source track in 10 cells : 0.89136670040439 (GeV) Source track ID 9648 (pi-,0.85434396776798[GeV]) at (-164.66186493542,472.10853649981,872.61282272391) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[13,46] 0.0012448974094241 [GeV] -Cell[13,35] 0.0062548971017847 [GeV] -Cell[18,4] 0.00022251310469164 [GeV] -Cell[19,4] 0.00035934748840771 [GeV] -Cell[18,3] 1.257192080061e-06 [GeV] -Cell[11,31] 5.0084840664795e-06 [GeV] -Cell[15,31] 1.4621662674472e-05 [GeV] -Cell[15,30] 1.4227248728275e-05 [GeV] -Cell[16,30] 6.1586170016426e-05 [GeV] -Cell[15,28] 0.00087795960998012 [GeV] -Cell[13,47] 4.2392349130523e-05 [GeV] -Cell[14,25] 0.0023692299622786 [GeV] -Cell[13,4] 0.00031828788642235 [GeV] -Cell[15,2] 0.00058609321602307 [GeV] -Cell[11,30] 0.0021677148225049 [GeV] -Cell[15,13] 0.0011219268527268 [GeV] -Cell[14,13] 0.0034374721431058 [GeV] -Cell[14,12] 0.0002093086655321 [GeV] -Cell[11,5] 5.1531952049118e-06 [GeV] -Cell[11,4] 2.0147421368165e-05 [GeV] -Cell[4,34] 8.2298728508249e-05 [GeV] -Cell[12,47] 6.0475420591501e-06 [GeV] -Cell[12,46] 1.3732386605625e-09 [GeV] -Cell[10,32] 5.3691737465897e-05 [GeV] -Cell[14,26] 0.0010293748025167 [GeV] -Cell[14,27] 0.014098276303048 [GeV] -Cell[15,1] 0.020028928635004 [GeV] -Cell[15,11] 7.5000991637353e-06 [GeV] -Cell[11,41] 0.00047997865465516 [GeV] -Cell[11,40] 7.7598486669103e-05 [GeV] -Cell[12,3] 0.00066829114221136 [GeV] -Cell[14,28] 0.0012522756410121 [GeV] -Cell[14,29] 0.00069795940789076 [GeV] -Cell[10,31] 0.00091097467030135 [GeV] -Cell[6,46] 1.351146583329e-05 [GeV] -Cell[3,41] 0.0017314069568745 [GeV] -Cell[13,2] 0.00025003270930722 [GeV] -Cell[13,3] 4.7067657704815e-05 [GeV] -Cell[14,1] 4.7748565411894e-05 [GeV] -Cell[17,46] 0.0015927764513684 [GeV] -Cell[18,46] 0.0020054652057549 [GeV] -Cell[17,14] 0.00016932454107678 [GeV] -Cell[15,26] 0.002283851121325 [GeV] -Cell[12,39] 8.0628266298504e-05 [GeV] -Cell[11,18] 0.00050075843284924 [GeV] -Cell[12,19] 1.7898396443343e-05 [GeV] -Cell[16,15] 0.0001782644641374 [GeV] -Cell[13,45] 1.3090332191041e-05 [GeV] -Cell[12,0] 0.00028264286301373 [GeV] -Cell[14,23] 7.9031173954718e-06 [GeV] -Cell[14,14] 0.30359380373021 [GeV] -Cell[12,14] 6.8465952062979e-07 [GeV] -Cell[13,13] 0.058882978599389 [GeV] -Cell[13,12] 0.017218186176167 [GeV] -Cell[12,13] 0.0015303157287173 [GeV] -Cell[17,1] 9.7771408036351e-10 [GeV] -Cell[13,0] 4.941074814451e-05 [GeV] -Cell[15,19] 3.2496695857844e-05 [GeV] -Cell[14,40] 0.00021001778986283 [GeV] -Cell[18,2] 7.6437136158347e-09 [GeV] -Cell[18,38] 5.8523748807602e-06 [GeV] -Cell[17,15] 7.658226212618e-05 [GeV] -Cell[16,29] 0.00045567929727292 [GeV] -Cell[13,36] 0.0017407103075312 [GeV] -Cell[18,0] 2.2303953642222e-08 [GeV] -Cell[18,47] 1.16247169899e-08 [GeV] -Cell[16,11] 0.00032705422691811 [GeV] -Cell[17,37] 3.4279348154087e-05 [GeV] -Cell[17,36] 0.0005745318351328 [GeV] -Cell[17,35] 0.0017650475907792 [GeV] -Cell[12,41] 0.0011895677668604 [GeV] -Cell[16,9] 0.00045970340549661 [GeV] -Cell[16,8] 1.4248663278522e-06 [GeV] -Cell[16,10] 0.0004327862511924 [GeV] -Cell[15,16] 2.1673199662473e-06 [GeV] -Cell[11,39] 3.5201836567467e-08 [GeV] -Cell[15,34] 1.2714840995613e-05 [GeV] -Cell[16,44] 4.6548671671189e-06 [GeV] -Cell[15,18] 2.0741686836118e-05 [GeV] -Cell[14,19] 2.2083064250182e-06 [GeV] -Cell[17,47] 0.00017618394143483 [GeV] -Cell[17,0] 8.8188230181458e-06 [GeV] -Cell[12,40] 7.2858439816628e-06 [GeV] -Cell[15,0] 0.0053594860374939 [GeV] -Cell[15,47] 0.0066693434858575 [GeV] -Cell[14,41] 0.00017682845756462 [GeV] -Cell[15,27] 0.00010184058444429 [GeV] -Cell[17,30] 2.1228321391391e-05 [GeV] -Cell[17,29] 8.6702678498114e-05 [GeV] -Cell[16,41] 0.0010938333440492 [GeV] -Cell[17,2] 2.1487283129318e-07 [GeV] -Cell[15,20] 0.0019805260880685 [GeV] -Cell[14,24] 0.0029048331758597 [GeV] -Cell[14,15] 0.020505722350931 [GeV] -Cell[13,15] 6.6977914897507e-05 [GeV] -Cell[17,12] 9.6166888251901e-06 [GeV] -Cell[15,14] 0.003959994410005 [GeV] -Cell[15,15] 0.0012080503785768 [GeV] -Cell[13,14] 0.00043023253350259 [GeV] -Cell[14,16] 0.0042763364464462 [GeV] -Cell[18,24] 0.0023692436460571 [GeV] -Cell[10,18] 1.6798103430347e-06 [GeV] -Cell[13,34] 0.00014495188282558 [GeV] -Cell[10,30] 0.0052391880634944 [GeV] -Cell[12,15] 1.9783479263992e-05 [GeV] -Cell[16,47] 0.00017346928292079 [GeV] -Cell[10,3] 3.4426650498062e-05 [GeV] -Cell[10,2] 5.9411118796561e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 108 cells : 0.51365949850262 (GeV) +Cell[15,13] 0.0069763856511332 [GeV] +Cell[16,14] 0.015765797608685 [GeV] +Cell[16,15] 0.0027440052754292 [GeV] +Cell[14,14] 0.1854348450781 [GeV] +Cell[14,15] 0.0028948204169855 [GeV] +Cell[14,16] 0.0032386857914867 [GeV] +Cell[15,15] 0.35283713744634 [GeV] +Cell[15,16] 0.00015038805447591 [GeV] +Cell[16,13] 8.1668531825161e-05 [GeV] +Cell[16,16] 5.0581183284521e-05 [GeV] +Cell[15,17] 3.3551623346284e-10 [GeV] +Cell[15,14] 0.2462762544937 [GeV] +### Total energy deposition in calorimeter by a source track in 12 cells : 0.81645056986697 (GeV) Source track ID 9506 (pi+,0.41599911580086[GeV]) at (-366.45829892828,-340.15924968549,-454.26842290022) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[6,28] 0.013690974626978 [GeV] -Cell[7,28] 0.14337282944486 [GeV] -Cell[7,29] 0.16854874783456 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.3256125519064 (GeV) +Cell[10,8] 0.0085214306104078 [GeV] +Cell[7,28] 0.10619924406804 [GeV] +Cell[9,15] 0.00045025549628808 [GeV] +Cell[7,29] 0.20213657773411 [GeV] +### Total energy deposition in calorimeter by a source track in 4 cells : 0.31730750790884 (GeV) Source track ID 9518 (neutron,1.0701113802454[GeV]) at (90.010234414109,491.83143220083,-613.68262380867) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[4,11] 0.011192832741724 [GeV] -Cell[4,12] 0.00081841461541819 [GeV] -Cell[4,10] 0.009109408237899 [GeV] -Cell[4,9] 0.0020823938492709 [GeV] -Cell[5,10] 0.00015162753093864 [GeV] -Cell[3,11] 3.7978410887263e-08 [GeV] -Cell[3,10] 0.0076206807218754 [GeV] -Cell[5,11] 1.9373171759071e-05 [GeV] -Cell[6,10] 1.8824444909114e-05 [GeV] -Cell[6,11] 0.0018625392542326 [GeV] -Cell[3,9] 0.016515616284065 [GeV] -Cell[5,12] 2.3753087114528e-05 [GeV] -Cell[4,8] 0.00014285788999086 [GeV] -Cell[4,13] 2.0119312007068e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 14 cells : 0.049578479119616 (GeV) +Cell[7,13] 9.7580151418697e-08 [GeV] +Cell[7,11] 0.0024117713313296 [GeV] +Cell[7,10] 2.90084872139e-05 [GeV] +Cell[7,9] 7.3265441666308e-06 [GeV] +Cell[8,6] 6.5774314871078e-05 [GeV] +Cell[7,12] 0.0018301883224957 [GeV] +Cell[6,12] 0.0018618362158828 [GeV] +Cell[7,25] 0.0002911628011243 [GeV] +Cell[6,0] 4.2689385591075e-06 [GeV] +Cell[7,20] 6.1572849517688e-07 [GeV] +Cell[8,5] 2.046906738542e-07 [GeV] +Cell[6,8] 2.661034011453e-08 [GeV] +Cell[8,3] 9.9340708111413e-06 [GeV] +Cell[9,36] 4.4743773967184e-06 [GeV] +Cell[12,23] 1.9920267582165e-06 [GeV] +Cell[4,37] 8.0231911852025e-09 [GeV] +Cell[5,37] 5.1498702571394e-05 [GeV] +Cell[10,0] 5.4182077292353e-08 [GeV] +Cell[5,21] 4.8754183808342e-08 [GeV] +Cell[9,34] 4.5168043288868e-06 [GeV] +Cell[3,28] 0.00058801450193698 [GeV] +Cell[3,27] 7.7358038967077e-06 [GeV] +Cell[10,33] 9.610986628104e-06 [GeV] +Cell[10,34] 0.00066121792395165 [GeV] +Cell[10,35] 2.8215872589499e-09 [GeV] +Cell[6,9] 0.0044336000229432 [GeV] +Cell[0,22] 3.1237141229212e-10 [GeV] +Cell[1,31] 1.8049616133794e-05 [GeV] +Cell[5,9] 2.0304400241002e-06 [GeV] +Cell[5,10] 3.8752865293645e-07 [GeV] +Cell[5,8] 9.4403095556004e-05 [GeV] +Cell[1,47] 1.5639687306248e-05 [GeV] +Cell[0,46] 0.00055213410281874 [GeV] +Cell[4,22] 2.3851391975768e-05 [GeV] +Cell[5,11] 3.8487990082103e-08 [GeV] +Cell[4,1] 6.0604594182223e-06 [GeV] +Cell[6,10] 0.013710930258724 [GeV] +Cell[0,45] 0.00078345250044845 [GeV] +Cell[7,39] 0.0019606861143342 [GeV] +Cell[7,40] 6.2894990833229e-09 [GeV] +Cell[7,38] 0.00063948686058129 [GeV] +Cell[7,23] 0.00060114700749489 [GeV] +Cell[6,11] 0.0037703681844785 [GeV] +Cell[11,44] 0.00025867253226816 [GeV] +Cell[7,24] 0.00051541500940084 [GeV] +Cell[9,37] 6.7352957557887e-09 [GeV] +Cell[7,19] 0.00016724734272361 [GeV] +Cell[8,4] 4.8707355745137e-08 [GeV] +Cell[5,22] 2.3412081645802e-08 [GeV] +Cell[4,38] 1.0538261904003e-08 [GeV] +Cell[6,22] 9.908806077874e-10 [GeV] +Cell[9,35] 0.001186232570822 [GeV] +### Total energy deposition in calorimeter by a source track in 52 cells : 0.036581320744464 (GeV) Source track ID 9556 (neutron,0.94365923917391[GeV]) at (167.16465389703,-471.22815969283,259.19057903033) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[11,38] 0.0014846406571805 [GeV] -Cell[10,38] 0.0026072463507816 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.0040918870079621 (GeV) +Cell[11,37] 0.0029874867321235 [GeV] +Cell[11,38] 2.4248326430097e-05 [GeV] +Cell[10,37] 0.0024100376930672 [GeV] +Cell[10,38] 0.00085881465976308 [GeV] +### Total energy deposition in calorimeter by a source track in 4 cells : 0.0062805874113838 (GeV) Source track ID 9558 (gamma,0.00045976594704103[GeV]) at (242.4045824191,-437.30997978805,-115.5279715319) Original primary track ID 25 (unknown,7.7728456153487[GeV]) @@ -2975,19 +2877,16 @@ Cell[14,17] 0.00017084923259172 [GeV] Source track ID 9520 (neutron,1.0422536597794[GeV]) at (364.28044014422,-342.49052677167,487.86027701106) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[14,42] 0.00056176925407757 [GeV] -Cell[12,42] 4.5862350234529e-05 [GeV] -Cell[13,43] 0.0029686252202563 [GeV] -Cell[13,42] 0.011473657134621 [GeV] -Cell[13,41] 0.01876881243036 [GeV] -Cell[14,40] 0.019785920910038 [GeV] -Cell[12,41] 2.4370481842197e-05 [GeV] -Cell[15,41] 3.6901036881886e-05 [GeV] -Cell[14,43] 8.1407600873717e-09 [GeV] -Cell[12,40] 6.0074485190853e-09 [GeV] -Cell[14,41] 0.00058677557257059 [GeV] -Cell[15,40] 0.0029376712249604 [GeV] -### Total energy deposition in calorimeter by a source track in 12 cells : 0.057190379764051 (GeV) +Cell[14,42] 0.0025282005155337 [GeV] +Cell[18,5] 1.9688159227371e-09 [GeV] +Cell[12,42] 1.3164185889764e-05 [GeV] +Cell[13,44] 0.00014689591891909 [GeV] +Cell[13,43] 0.0020267035897898 [GeV] +Cell[13,42] 0.023975321989507 [GeV] +Cell[13,41] 0.0003783244618719 [GeV] +Cell[14,44] 1.4763026797482e-08 [GeV] +Cell[14,43] 0.0060185100392761 [GeV] +### Total energy deposition in calorimeter by a source track in 9 cells : 0.03508713743263 (GeV) Source track ID 9536 (gamma,0.00033322908115935[GeV]) at (267.88256555743,422.18352771084,41.474174245774) Original primary track ID 25 (unknown,7.7728456153487[GeV]) @@ -2996,31 +2895,28 @@ Cell[10,7] 0.00033322908115935 [GeV] Source track ID 9544 (gamma,0.0045769394357161[GeV]) at (499.89972974387,-10.013001648226,-578.8320749405) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[7,0] 0.0039616695153637 [GeV] -Cell[7,47] 0.00061526992035238 [GeV] +Cell[6,0] 0.00041922112522499 [GeV] +Cell[7,0] 0.0041577183104911 [GeV] ### Total energy deposition in calorimeter by a source track in 2 cells : 0.0045769394357161 (GeV) Source track ID 9546 (neutron,0.94057477617754[GeV]) at (434.08488830801,-248.13365298286,-246.35957904466) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[8,45] 1.2675711564953e-05 [GeV] -Cell[15,5] 0.0017520174191211 [GeV] -Cell[15,6] 2.1410940775013e-06 [GeV] -Cell[8,44] 6.6726442250001e-05 [GeV] -Cell[12,38] 0.00058646033487992 [GeV] -Cell[13,38] 0.00032011427539646 [GeV] -Cell[15,4] 0.00049365390024706 [GeV] -### Total energy deposition in calorimeter by a source track in 7 cells : 0.003233789177537 (GeV) +Cell[8,43] 4.7984570028348e-05 [GeV] +Cell[8,44] 9.9984986009076e-06 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 5.7983068629255e-05 (GeV) Source track ID 9538 (neutron,0.96169606516734[GeV]) at (-490.19381661273,98.539444663799,-76.916428785373) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[9,24] 2.2650491246168e-07 [GeV] -Cell[9,22] 0.01330366229477 [GeV] -Cell[9,23] 0.0014002894731175 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.0147041782728 (GeV) +Cell[8,22] 6.4470695429009e-07 [GeV] +Cell[9,22] 0.0069899357918094 [GeV] +Cell[8,23] 1.6786303973504e-06 [GeV] +Cell[9,23] 0.00079326094343799 [GeV] +Cell[9,21] 0.00012492907554542 [GeV] +### Total energy deposition in calorimeter by a source track in 5 cells : 0.0079104491481445 (GeV) Source track ID 9524 (gamma,0.002958439251524[GeV]) at (455.04507774661,-207.20515731656,-111.08972578259) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[9,44] 0.002958439251524 [GeV] +Cell[8,45] 0.002958439251524 [GeV] ### Total energy deposition in calorimeter by a source track in 1 cells : 0.002958439251524 (GeV) Source track ID 9525 (gamma,0.0012662198281565[GeV]) at (-488.52120138414,-106.52246616653,685.43757138303) @@ -3035,284 +2931,299 @@ Cell[9,38] 0.00045610050420234 [GeV] Source track ID 9504 (gamma,0.062293140479318[GeV]) at (-277.09239034422,416.19683710154,226.70075543132) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[13,31] 0.00099791509637186 [GeV] -Cell[12,33] 0.00033987474987743 [GeV] -Cell[11,15] 0.0012424992475425 [GeV] -Cell[12,40] 0.0017706627089443 [GeV] -Cell[11,16] 0.057942188676582 [GeV] -### Total energy deposition in calorimeter by a source track in 5 cells : 0.062293140479318 (GeV) +Cell[10,16] 0.0062265947731965 [GeV] +Cell[11,16] 0.054260742743194 [GeV] +Cell[10,15] 0.00045998667656198 [GeV] +Cell[9,17] 0.00011616355212415 [GeV] +Cell[13,34] 0.00083481737636519 [GeV] +### Total energy deposition in calorimeter by a source track in 5 cells : 0.061898305121442 (GeV) Source track ID 9505 (gamma,0.18169391742921[GeV]) at (418.45377904041,273.67213012435,279.34343987106) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[11,4] 0.17669548101822 [GeV] -Cell[11,3] 0.0036809994300193 [GeV] -Cell[10,34] 0.0013174369809687 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.18169391742921 (GeV) +Cell[9,43] 0.00051099891 [GeV] +Cell[11,5] 0.0010590470703943 [GeV] +Cell[11,4] 0.17431902025596 [GeV] +Cell[11,3] 0.0039384360582927 [GeV] +Cell[10,41] 0.0018664151345597 [GeV] +### Total energy deposition in calorimeter by a source track in 5 cells : 0.18169391742921 (GeV) Source track ID 9478 (kaon+,1.7504650074154[GeV]) at (74.453780756478,494.42556015144,1963.3618378966) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[19,10] 0.04923031621248 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.04923031621248 (GeV) +Cell[8,6] 1.0725540377507e-05 [GeV] +Cell[13,46] 3.5678426793311e-06 [GeV] +Cell[7,43] 1.618483918719e-06 [GeV] +Cell[18,4] 5.3273804747278e-05 [GeV] +Cell[19,29] 0.0020185165961421 [GeV] +Cell[18,3] 6.098044052078e-05 [GeV] +Cell[16,31] 2.2161023749504e-05 [GeV] +Cell[15,28] 2.3701856726007e-05 [GeV] +Cell[16,24] 0.00035649642393082 [GeV] +Cell[17,45] 0.00044614730536033 [GeV] +Cell[7,40] 3.3991644158959e-07 [GeV] +Cell[13,40] 0.0002107332592243 [GeV] +Cell[13,41] 2.5265193244195e-09 [GeV] +Cell[14,21] 3.2965742866509e-07 [GeV] +Cell[13,13] 4.958025063388e-06 [GeV] +Cell[13,12] 4.2347263079137e-06 [GeV] +Cell[17,30] 0.00066542389503456 [GeV] +Cell[17,29] 0.00034878581319583 [GeV] +Cell[14,45] 0.0010049689217542 [GeV] +Cell[14,46] 0.00061854275097099 [GeV] +Cell[14,11] 2.602988097351e-07 [GeV] +Cell[18,1] 1.8435985810356e-05 [GeV] +Cell[15,34] 0.01303577192774 [GeV] +Cell[16,34] 0.00074780835018916 [GeV] +Cell[16,35] 0.00018556542970987 [GeV] +Cell[14,35] 0.00057798982832281 [GeV] +Cell[18,28] 6.4204286104541e-08 [GeV] +Cell[19,47] 1.559712081189e-06 [GeV] +Cell[16,18] 6.2935513369666e-09 [GeV] +Cell[13,18] 3.2686129270587e-06 [GeV] +Cell[15,17] 3.4507669624873e-07 [GeV] +Cell[15,45] 6.8158713901539e-05 [GeV] +Cell[19,10] 0.22826106844263 [GeV] +Cell[9,6] 2.0199955798716e-05 [GeV] +Cell[19,9] 0.00065734261834677 [GeV] +Cell[18,2] 0.00091281795269242 [GeV] +Cell[18,29] 5.5080812125652e-05 [GeV] +Cell[18,30] 1.1751785825709e-07 [GeV] +Cell[19,11] 0.10119797950122 [GeV] +Cell[19,12] 0.0010150802070855 [GeV] +Cell[16,19] 0.0012950903815919 [GeV] +Cell[16,20] 4.4346692418912e-05 [GeV] +Cell[17,19] 4.8356782644987e-07 [GeV] +Cell[17,18] 7.2978536991286e-11 [GeV] +Cell[15,46] 2.2417292484533e-09 [GeV] +Cell[16,25] 0.0051435788198827 [GeV] +Cell[14,10] 4.1974781631779e-06 [GeV] +Cell[16,26] 0.0078092371866308 [GeV] +Cell[19,13] 0.00013183592734714 [GeV] +Cell[16,27] 0.0007579983836597 [GeV] +Cell[15,27] 0.00045211705241707 [GeV] +Cell[19,30] 0.0022608926446788 [GeV] +Cell[19,28] 1.6382730450687e-05 [GeV] +Cell[19,31] 0.0014914013134116 [GeV] +Cell[18,47] 1.9850890384987e-07 [GeV] +Cell[19,0] 4.7116460638108e-06 [GeV] +Cell[15,33] 0.00071752049919362 [GeV] +### Total energy deposition in calorimeter by a source track in 57 cells : 0.37274442539922 (GeV) Source track ID 9362 (pi-,0.45746442888744[GeV]) at (-499.98297972694,-4.125528253025,-204.03003610923) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[8,7] 3.857082717559e-06 [GeV] -Cell[8,22] 0.006553399356184 [GeV] -Cell[9,13] 0.0018757770083293 [GeV] -Cell[8,6] 5.1478497334756e-07 [GeV] -Cell[9,26] 0.0014145058135504 [GeV] -Cell[7,25] 0.0023500098942329 [GeV] -Cell[7,26] 0.00017448930776106 [GeV] -Cell[8,26] 9.0221874415874e-13 [GeV] -Cell[7,43] 8.9911658724304e-06 [GeV] -Cell[6,6] 0.00034638043775988 [GeV] -Cell[8,5] 0.00031103835241322 [GeV] -Cell[10,6] 1.9055732991546e-11 [GeV] -Cell[10,4] 5.4396939231083e-05 [GeV] -Cell[10,12] 0.0025016510188985 [GeV] -Cell[9,24] 0.0038625059321809 [GeV] -Cell[9,22] 0.0050653505419437 [GeV] -Cell[10,21] 3.6906404716319e-08 [GeV] -Cell[9,25] 0.0094038037462266 [GeV] -Cell[8,23] 0.014168219278653 [GeV] -Cell[10,5] 0.001605190346939 [GeV] -Cell[8,25] 0.0044964417919471 [GeV] -Cell[8,24] 0.15766008645879 [GeV] -Cell[8,21] 0.0057106979262491 [GeV] -Cell[8,34] 0.00071334141257383 [GeV] -Cell[6,5] 2.1504865435418e-06 [GeV] -Cell[6,7] 2.3216655233682e-07 [GeV] -Cell[7,23] 0.002326888551916 [GeV] -Cell[6,23] 0.00052577510007405 [GeV] -Cell[9,23] 0.0087883157400092 [GeV] -Cell[10,13] 0.0004988780339463 [GeV] -Cell[7,24] 0.00019370560014682 [GeV] -Cell[8,4] 0.00075336612078645 [GeV] -Cell[9,35] 6.7720661376143e-06 [GeV] -Cell[9,21] 1.5770945857184e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 34 cells : 0.23139254033576 (GeV) +Cell[9,7] 2.2877518063069e-08 [GeV] +Cell[7,25] 0.0017207693989218 [GeV] +Cell[7,26] 0.0006740895305054 [GeV] +Cell[6,26] 2.0732420580316e-10 [GeV] +Cell[8,26] 0.0018452164744635 [GeV] +Cell[8,28] 0.00067002794343819 [GeV] +Cell[8,27] 1.9309166938228e-06 [GeV] +Cell[10,6] 3.2887328416109e-11 [GeV] +Cell[9,24] 0.0049263320328037 [GeV] +Cell[9,25] 0.0019507163571502 [GeV] +Cell[8,23] 5.2029917951586e-05 [GeV] +Cell[8,25] 0.17683665429626 [GeV] +Cell[8,24] 0.15691421370784 [GeV] +Cell[7,24] 0.00030766510137448 [GeV] +Cell[9,23] 0.0021692231910532 [GeV] +Cell[9,6] 0.00048287204340318 [GeV] +Cell[9,5] 0.00030764475833496 [GeV] +### Total energy deposition in calorimeter by a source track in 17 cells : 0.34885940878792 (GeV) Source track ID 9466 (gamma,0.43032370642417[GeV]) at (-193.66745839476,460.96953864536,1404.1020575273) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[14,42] 0.00068217888697905 [GeV] -Cell[14,31] 0.00051099891 [GeV] -Cell[11,4] 0.00024325951690854 [GeV] -Cell[18,7] 0.00072523944856737 [GeV] -Cell[18,14] 0.0021995096761295 [GeV] -Cell[17,14] 0.084536595565296 [GeV] -Cell[15,39] 0.00061335883016528 [GeV] -Cell[17,15] 0.33460946336152 [GeV] -Cell[16,25] 0.00020350606854908 [GeV] -Cell[17,37] 0.00046116197431399 [GeV] -Cell[11,39] 0.00073753015744621 [GeV] -Cell[15,46] 0.00088900745670425 [GeV] -Cell[15,21] 0.00061586767544986 [GeV] -Cell[18,15] 0.0016476810400864 [GeV] -### Total energy deposition in calorimeter by a source track in 14 cells : 0.42867535856812 (GeV) +Cell[12,31] 0.00040958052441208 [GeV] +Cell[15,30] 0.0015434037546662 [GeV] +Cell[15,37] 0.0020237740545367 [GeV] +Cell[12,2] 0.0022183624756967 [GeV] +Cell[17,14] 0.14472963116806 [GeV] +Cell[1,11] 0.00037487122202602 [GeV] +Cell[13,41] 0.00060086757257302 [GeV] +Cell[15,22] 0.00051099891 [GeV] +Cell[14,37] 0.0017875309232632 [GeV] +Cell[14,33] 0.0019690891200321 [GeV] +Cell[16,34] 0.0019579547797964 [GeV] +Cell[17,15] 0.26048226436191 [GeV] +Cell[16,44] 0.00032345547953618 [GeV] +Cell[13,36] 0.00051099891 [GeV] +Cell[17,24] 0.0004940369141049 [GeV] +Cell[8,36] 0.00055489576347951 [GeV] +Cell[16,2] 0.00053478613189513 [GeV] +### Total energy deposition in calorimeter by a source track in 17 cells : 0.42102650206598 (GeV) Source track ID 9467 (gamma,0.84468519705162[GeV]) at (143.95468786943,478.82882937477,1448.6318382153) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[14,42] 0.00024025710494648 [GeV] -Cell[17,32] 0.00027682218560636 [GeV] -Cell[14,22] 0.0010190559479046 [GeV] -Cell[15,11] 0.00011795508680942 [GeV] -Cell[18,7] 0.00029914459713168 [GeV] -Cell[18,46] 0.00069825943220607 [GeV] -Cell[17,4] 0.0028278764704369 [GeV] -Cell[18,2] 0.00051099891 [GeV] -Cell[17,10] 0.014502069946763 [GeV] -Cell[17,8] 0.0022115584908289 [GeV] -Cell[17,9] 0.74816769565057 [GeV] -Cell[13,18] 0.00039304382319058 [GeV] -Cell[15,45] 0.000639969120596 [GeV] -Cell[18,10] 0.00051099891 [GeV] -Cell[16,41] 0.0007341029348845 [GeV] -Cell[18,20] 0.00051099891 [GeV] -Cell[13,14] 0.00051099891 [GeV] -Cell[18,15] 0.00051099891 [GeV] -Cell[18,9] 0.00231204835767 [GeV] -Cell[18,8] 0.0094306046553061 [GeV] -Cell[19,43] 0.0038333880210465 [GeV] -Cell[19,42] 0.00076996165240385 [GeV] -Cell[19,41] 0.00076362747780541 [GeV] -Cell[17,44] 0.0031321989104109 [GeV] -Cell[19,35] 0.00096101687880166 [GeV] -### Total energy deposition in calorimeter by a source track in 25 cells : 0.79588565129532 (GeV) +Cell[8,45] 0.00037112271197264 [GeV] +Cell[15,31] 0.0013164610594832 [GeV] +Cell[14,26] 0.00048132642544415 [GeV] +Cell[17,4] 0.00051099891 [GeV] +Cell[12,37] 0.0010051413759883 [GeV] +Cell[16,15] 0.00051099891 [GeV] +Cell[13,0] 0.0004324456190173 [GeV] +Cell[19,33] 0.00051099891 [GeV] +Cell[17,38] 0.00088419202624623 [GeV] +Cell[19,36] 0.0018802950488689 [GeV] +Cell[16,35] 0.00051099891 [GeV] +Cell[17,33] 0.00051099891 [GeV] +Cell[17,35] 0.00051099891 [GeV] +Cell[17,9] 0.78478671849826 [GeV] +Cell[15,42] 0.00099035013414094 [GeV] +Cell[16,28] 0.00051099891 [GeV] +Cell[18,19] 0.00051099891 [GeV] +Cell[17,10] 0.010476986418973 [GeV] +Cell[19,41] 0.0011064335373771 [GeV] +Cell[17,8] 0.0039638758127624 [GeV] +### Total energy deposition in calorimeter by a source track in 20 cells : 0.81178333994853 (GeV) Source track ID 9368 (pi-,1.1276335771418[GeV]) at (-499.98406277269,-3.9921138909742,952.60253522544) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[8,5] 1.3591488823295e-11 [GeV] -Cell[8,3] 0.0051566831246475 [GeV] -Cell[14,32] 6.9761881604791e-10 [GeV] -Cell[15,28] 0.00083600505762456 [GeV] -Cell[14,25] 0.00015506096754666 [GeV] -Cell[11,8] 2.8711747290799e-10 [GeV] -Cell[14,22] 6.0523919237312e-06 [GeV] -Cell[14,13] 0.00029787667562496 [GeV] -Cell[12,4] 0.0011339873032724 [GeV] -Cell[16,24] 0.012379763834827 [GeV] -Cell[12,9] 0.00010020321941931 [GeV] -Cell[17,5] 3.4041344633806e-08 [GeV] -Cell[4,32] 0.00021208694581672 [GeV] -Cell[9,3] 0.00029988068568798 [GeV] -Cell[9,4] 3.2625393941998e-11 [GeV] -Cell[15,26] 0.0045779872645409 [GeV] -Cell[16,5] 0.00016656255866712 [GeV] -Cell[12,8] 3.8090825523796e-07 [GeV] -Cell[16,15] 0.0003130263795249 [GeV] -Cell[15,22] 0.0014278132400948 [GeV] -Cell[14,23] 0.0026360146932784 [GeV] -Cell[15,8] 0.00051099891 [GeV] -Cell[14,44] 4.6493369154632e-10 [GeV] -Cell[16,22] 1.4757126791665e-09 [GeV] -Cell[15,19] 0.0016248718657605 [GeV] -Cell[16,28] 0.002927533117758 [GeV] -Cell[16,29] 0.0033175927166459 [GeV] -Cell[17,24] 1.1667900707835e-09 [GeV] -Cell[16,25] 2.1997308416417e-05 [GeV] -Cell[16,27] 0.0029052435991096 [GeV] -Cell[17,6] 0.00018848993284814 [GeV] -Cell[15,33] 7.174676284194e-10 [GeV] -Cell[15,34] 0.00047926142129178 [GeV] -Cell[14,43] 1.1396929232887e-07 [GeV] -Cell[16,4] 0.00060600794965045 [GeV] -Cell[13,9] 0.00039485065084693 [GeV] -Cell[15,25] 0.012724130836406 [GeV] -Cell[16,26] 0.00078963505495449 [GeV] -Cell[15,27] 4.2418624191441e-05 [GeV] -Cell[17,30] 0.00085159418991873 [GeV] -Cell[17,28] 0.0065801219662752 [GeV] -Cell[17,29] 0.052269480822809 [GeV] -Cell[8,37] 0.0012672158183777 [GeV] -Cell[18,28] 0.018510634251668 [GeV] -Cell[15,20] 1.4108139439486e-05 [GeV] -Cell[15,21] 0.0028006527420397 [GeV] -Cell[14,24] 0.070724400917495 [GeV] -Cell[10,3] 1.3409988605417e-07 [GeV] -Cell[14,17] 0.00065757139110794 [GeV] -Cell[15,4] 0.0003431406624139 [GeV] -Cell[8,4] 6.9903913640701e-08 [GeV] -Cell[15,24] 0.28451155714786 [GeV] -Cell[15,23] 0.13808853585277 [GeV] -Cell[9,2] 1.9043459906243e-07 [GeV] -Cell[19,45] 1.3179952313294e-05 [GeV] -Cell[19,8] 5.9136720956303e-06 [GeV] -Cell[16,23] 0.0020216418676886 [GeV] -Cell[16,16] 5.9251733516248e-05 [GeV] -Cell[18,29] 0.017760381455221 [GeV] -Cell[18,30] 2.3802743224223e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 60 cells : 0.65273614986976 (GeV) +Cell[17,23] 0.012467397055976 [GeV] +Cell[16,24] 0.45810452560103 [GeV] +Cell[17,5] 0.00011941467171164 [GeV] +Cell[17,25] 0.0063147034468832 [GeV] +Cell[17,21] 0.00015051024665399 [GeV] +Cell[18,25] 4.0429084940115e-05 [GeV] +Cell[18,24] 0.00015518331107023 [GeV] +Cell[14,24] 0.069156804689608 [GeV] +Cell[16,25] 0.1233369547227 [GeV] +Cell[16,26] 0.0014840106937405 [GeV] +Cell[16,27] 5.6771659728838e-09 [GeV] +Cell[17,24] 0.012695252721784 [GeV] +Cell[15,24] 0.20337138869086 [GeV] +Cell[16,23] 0.0040670122813826 [GeV] +Cell[16,22] 0.00038870150628804 [GeV] +Cell[18,23] 0.00079996182960508 [GeV] +Cell[17,22] 0.0026490973490844 [GeV] +Cell[18,20] 0.0012109249264137 [GeV] +Cell[18,22] 2.1357626828831e-06 [GeV] +### Total energy deposition in calorimeter by a source track in 19 cells : 0.89651441426957 (GeV) Source track ID 9356 (gamma,0.21259862372436[GeV]) at (298.67434412772,-400.99081804933,-1192.0286673711) Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[2,10] 0.0018045893530935 [GeV] -Cell[3,40] 0.16055787404886 [GeV] -Cell[2,23] 0.00046690814972494 [GeV] -Cell[3,29] 0.0010154013728016 [GeV] -Cell[3,41] 0.022043330167463 [GeV] -Cell[4,23] 0.00029258925724293 [GeV] -Cell[0,18] 0.0013657920288147 [GeV] -Cell[3,45] 0.00051099891 [GeV] -Cell[4,40] 0.011458604587612 [GeV] -Cell[0,30] 0.00071410015215021 [GeV] -### Total energy deposition in calorimeter by a source track in 10 cells : 0.20023018802776 (GeV) +Cell[7,25] 0.00051004178710351 [GeV] +Cell[15,38] 0.00033796413270639 [GeV] +Cell[15,37] 0.0014622514848275 [GeV] +Cell[3,40] 0.13166149243875 [GeV] +Cell[3,41] 0.024634891749979 [GeV] +Cell[0,10] 0.0011375876467415 [GeV] +Cell[3,11] 0.00062915419862335 [GeV] +Cell[3,39] 0.0003593570124525 [GeV] +Cell[4,40] 0.037696363338915 [GeV] +### Total energy deposition in calorimeter by a source track in 9 cells : 0.1984291037901 (GeV) Source track ID 9319 (pi-,0.62983143358282[GeV]) at (341.14847515096,365.53757385825,-1020.6508677349) Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[3,6] 0.0013484047878736 [GeV] -Cell[4,10] 1.5784981607112e-06 [GeV] -Cell[4,9] 0.00053964618306236 [GeV] -Cell[5,36] 7.8993055012688e-09 [GeV] -Cell[4,35] 1.2753298506141e-10 [GeV] -Cell[5,26] 3.0917733674869e-06 [GeV] -Cell[4,4] 0.028948735285619 [GeV] -Cell[4,6] 0.16845285174391 [GeV] -Cell[4,3] 0.0018131163791013 [GeV] -Cell[4,2] 1.231189594364e-08 [GeV] -Cell[3,20] 0.0036921823601843 [GeV] -Cell[3,21] 0.0071941866887982 [GeV] -Cell[5,34] 0.00058580156143535 [GeV] -Cell[4,26] 0.00052279802887961 [GeV] -Cell[3,5] 3.8536384818144e-07 [GeV] -Cell[4,25] 0.00118613031399 [GeV] -Cell[3,10] 0.0022241808525415 [GeV] -Cell[2,8] 0.0038329620627072 [GeV] -Cell[3,4] 0.0005079184939442 [GeV] -Cell[3,3] 5.5776784415684e-07 [GeV] -Cell[4,7] 0.0600825895834 [GeV] -Cell[2,9] 0.00098531415043986 [GeV] -Cell[5,35] 0.00063484128776804 [GeV] -Cell[3,7] 0.17729052778979 [GeV] -Cell[3,22] 3.1141098588705e-12 [GeV] -Cell[3,8] 8.8514430054147e-05 [GeV] -Cell[3,9] 0.0084226596171049 [GeV] -Cell[5,33] 0.00026609960988435 [GeV] -Cell[5,27] 8.7409594038036e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 29 cells : 0.4687125045496 (GeV) +Cell[3,6] 0.042152709232207 [GeV] +Cell[4,9] 0.0027065679452454 [GeV] +Cell[4,21] 0.0010233423063585 [GeV] +Cell[7,15] 3.1763192499056e-05 [GeV] +Cell[8,41] 2.0667488024628e-07 [GeV] +Cell[4,39] 0.00011108094928964 [GeV] +Cell[6,40] 0.00050979801073038 [GeV] +Cell[5,31] 5.7267140886893e-05 [GeV] +Cell[8,42] 0.00041292426540224 [GeV] +Cell[6,39] 0.0023225107809078 [GeV] +Cell[2,7] 1.9624479818958e-09 [GeV] +Cell[2,6] 1.1738102330128e-09 [GeV] +Cell[3,40] 0.00035134294319967 [GeV] +Cell[2,40] 0.0008270283481055 [GeV] +Cell[2,41] 0.00038126170961758 [GeV] +Cell[6,31] 1.6903927294152e-06 [GeV] +Cell[6,30] 0.0023237051374633 [GeV] +Cell[4,41] 3.0154978958308e-11 [GeV] +Cell[4,6] 0.13282162985429 [GeV] +Cell[1,23] 1.5563605604711e-06 [GeV] +Cell[1,22] 1.9040932595544e-06 [GeV] +Cell[6,5] 5.0602943384774e-06 [GeV] +Cell[5,9] 3.4754426678774e-09 [GeV] +Cell[2,35] 1.2346569565125e-07 [GeV] +Cell[3,5] 0.012946943132806 [GeV] +Cell[6,38] 0.0025347713960607 [GeV] +Cell[0,8] 0.0003561026934141 [GeV] +Cell[1,16] 0.00017529591942935 [GeV] +Cell[3,10] 3.4958286846631e-08 [GeV] +Cell[1,8] 6.6062432314311e-06 [GeV] +Cell[1,7] 0.00011298298527709 [GeV] +Cell[2,4] 2.9127113521099e-09 [GeV] +Cell[2,5] 1.134205746348e-05 [GeV] +Cell[4,7] 0.074789007832023 [GeV] +Cell[3,34] 1.1282839986961e-06 [GeV] +Cell[3,35] 5.1302439533174e-07 [GeV] +Cell[2,43] 0.00031352879589633 [GeV] +Cell[5,42] 0.002503776497966 [GeV] +Cell[5,41] 0.000471638341573 [GeV] +Cell[6,41] 0.0043931718477807 [GeV] +Cell[5,30] 6.9315860332608e-07 [GeV] +Cell[3,7] 0.01884959751812 [GeV] +Cell[5,40] 1.0704442072893e-05 [GeV] +Cell[1,39] 3.5105852002744e-06 [GeV] +Cell[2,30] 6.7538348957896e-10 [GeV] +Cell[1,15] 5.6945138190144e-05 [GeV] +Cell[3,25] 0.00073065296475321 [GeV] +Cell[3,39] 0.00045091390707906 [GeV] +Cell[3,8] 0.072458301807159 [GeV] +Cell[6,3] 6.0914093046449e-07 [GeV] +Cell[6,4] 1.6752637674017e-05 [GeV] +Cell[3,9] 0.002355454266962 [GeV] +Cell[4,40] 0.00074232147129055 [GeV] +Cell[4,8] 0.0035977870265268 [GeV] +Cell[4,38] 0.016692436765398 [GeV] +Cell[3,30] 0.00012322097590379 [GeV] +Cell[2,31] 4.1165724837811e-08 [GeV] +Cell[5,33] 6.6786677925847e-06 [GeV] +### Total energy deposition in calorimeter by a source track in 58 cells : 0.4007569489766 (GeV) Source track ID 9320 (pi+,3.2625436071314[GeV]) at (499.99163790898,-2.8917159422998,-1672.004870072) Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[1,0] 0.0017802617425377 [GeV] -Cell[1,47] 0.16864178569015 [GeV] -Cell[0,47] 0.1633423289327 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.33376437636538 (GeV) +Cell[1,47] 0.17320304842646 [GeV] +Cell[0,47] 0.16502517682209 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.33822822524855 (GeV) Source track ID 9316 (gamma,0.53051937575115[GeV]) at (475.84610117729,-153.52683151283,-782.17056473706) Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[7,13] 0.00051099891 [GeV] -Cell[5,45] 0.28876057217967 [GeV] -Cell[11,34] 0.0010978915694889 [GeV] -Cell[8,23] 0.00051099891 [GeV] -Cell[6,31] 0.00051099891 [GeV] -Cell[6,46] 0.0011198420571456 [GeV] -Cell[6,45] 0.22324458762376 [GeV] -Cell[1,32] 0.0011511757055373 [GeV] -Cell[5,46] 0.0072374244763184 [GeV] -Cell[4,46] 0.00075624633882281 [GeV] -Cell[4,33] 0.00051099891 [GeV] -Cell[5,44] 0.0017161999255666 [GeV] -Cell[4,45] 0.0010275440378314 [GeV] -### Total energy deposition in calorimeter by a source track in 13 cells : 0.52815547955414 (GeV) +Cell[5,45] 0.51258071794128 [GeV] +Cell[10,45] 7.865144834172e-05 [GeV] +Cell[6,45] 0.0089590374824374 [GeV] +Cell[5,46] 0.0050856850076275 [GeV] +Cell[5,44] 0.0013518974874874 [GeV] +Cell[8,4] 0.0002571526887085 [GeV] +### Total energy deposition in calorimeter by a source track in 6 cells : 0.52831314205588 (GeV) Source track ID 9317 (gamma,0.17927399228015[GeV]) at (168.15425594365,-470.87593504875,-1264.5234731756) Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[2,46] 0.00090707738732276 [GeV] -Cell[5,5] 0.00042900352175243 [GeV] -Cell[0,24] 0.00016752022704862 [GeV] -Cell[0,25] 0.0029669600678655 [GeV] -Cell[1,46] 1.3621461395217e-06 [GeV] -Cell[1,45] 0.00070657371090927 [GeV] -Cell[4,0] 0.00051099891 [GeV] -Cell[3,38] 0.169979063615 [GeV] -Cell[3,24] 0.00051099891 [GeV] -Cell[3,39] 0.00057303452021979 [GeV] -Cell[4,38] 0.0013633351264227 [GeV] -### Total energy deposition in calorimeter by a source track in 11 cells : 0.17811592814268 (GeV) +Cell[2,10] 0.00035618899153895 [GeV] +Cell[3,1] 0.0001831608328962 [GeV] +Cell[0,12] 0.00051099891 [GeV] +Cell[0,28] 0.0003278380771038 [GeV] +Cell[3,38] 0.16435662274799 [GeV] +Cell[3,39] 0.0021093166863061 [GeV] +Cell[3,30] 0.00051099891 [GeV] +Cell[3,37] 0.0023990819767465 [GeV] +### Total energy deposition in calorimeter by a source track in 8 cells : 0.17075420713259 (GeV) Source track ID 9266 (gamma,0.0068669591841856[GeV]) at (-255.41511767525,429.84080502314,-128.84694200583) Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[9,16] 0.0058035386731668 [GeV] -Cell[11,16] 0.00014789562131336 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.0059514342944802 (GeV) +Cell[9,16] 0.0068669591841856 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.0068669591841856 (GeV) Source track ID 9267 (gamma,0.071100426623186[GeV]) at (-254.9886476944,430.09393107434,-129.64125312771) Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[9,16] 0.043635026502431 [GeV] -Cell[9,15] 0.027389950675511 [GeV] -Cell[8,16] 7.5449445242915e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.071100426623186 (GeV) +Cell[5,24] 0.00028579348133465 [GeV] +Cell[10,44] 0.00034824119904231 [GeV] +Cell[9,16] 0.063916803993172 [GeV] +Cell[9,15] 0.0043527308661026 [GeV] +Cell[8,35] 0.00051099891 [GeV] +### Total energy deposition in calorimeter by a source track in 5 cells : 0.069414568449652 (GeV) Source track ID 9270 (gamma,0.15862189045398[GeV]) at (-218.97125795676,449.50148852794,-138.20382968251) Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[9,14] 0.0029629272025906 [GeV] -Cell[9,16] 0.00025606050936464 [GeV] -Cell[9,15] 0.13969526174309 [GeV] -Cell[8,14] 0.0011200660554198 [GeV] -Cell[7,1] 0.00015065558996929 [GeV] -Cell[11,7] 0.0088523861565515 [GeV] -Cell[8,39] 0.00064358715932193 [GeV] -Cell[8,15] 0.0038853970076604 [GeV] -### Total energy deposition in calorimeter by a source track in 8 cells : 0.15756634142396 (GeV) +Cell[8,13] 0.00033619991987502 [GeV] +Cell[9,14] 0.012203758790473 [GeV] +Cell[8,17] 0.0011726662113229 [GeV] +Cell[9,16] 6.7882752355422e-05 [GeV] +Cell[9,15] 0.13836106488486 [GeV] +Cell[9,17] 0.00011171276990097 [GeV] +Cell[8,15] 0.0063686051251883 [GeV] +### Total energy deposition in calorimeter by a source track in 7 cells : 0.15862189045398 (GeV) Source track ID 9272 (gamma,0.00072399955900513[GeV]) at (-85.129650688058,492.69964742602,25.385141000368) Original primary track ID 27 (unknown,1.8699577628705[GeV]) @@ -3326,16 +3237,15 @@ Cell[9,18] 9.4096398629568e-05 [GeV] Source track ID 9276 (gamma,0.056551040708461[GeV]) at (165.13507535012,471.94322422206,-205.21374479889) Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[8,9] 0.024882983519519 [GeV] -Cell[8,8] 0.0032766898222845 [GeV] -Cell[9,9] 0.025473144166715 [GeV] -Cell[9,8] 0.0024072242899428 [GeV] -Cell[17,19] 0.0004382363214122 [GeV] -### Total energy deposition in calorimeter by a source track in 5 cells : 0.056478278119873 (GeV) +Cell[8,9] 0.024601339870269 [GeV] +Cell[8,8] 0.014517560279447 [GeV] +Cell[9,9] 0.0019415846172095 [GeV] +Cell[9,8] 0.015490555941535 [GeV] +### Total energy deposition in calorimeter by a source track in 4 cells : 0.056551040708461 (GeV) Source track ID 9277 (gamma,0.0051604899862108[GeV]) at (252.9110445481,431.31891164843,-232.25006173078) Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[8,7] 0.0051604899862108 [GeV] +Cell[8,6] 0.0051604899862108 [GeV] ### Total energy deposition in calorimeter by a source track in 1 cells : 0.0051604899862108 (GeV) Source track ID 9282 (gamma,0.00013461232867017[GeV]) at (-178.53791457154,467.0376998278,-159.71967465821) @@ -3360,25 +3270,23 @@ Cell[9,4] 0.00051099891 [GeV] Source track ID 9248 (gamma,0.020454502019701[GeV]) at (-496.72541564205,57.130214906217,-131.00158322551) Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[9,46] 0.0038055941306112 [GeV] -Cell[9,23] 0.016648907889089 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.020454502019701 (GeV) +Cell[10,24] 0.00015097591788941 [GeV] +Cell[9,22] 0.00082633252939026 [GeV] +Cell[9,23] 0.01911717058031 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.02009447902759 (GeV) Source track ID 9250 (gamma,0.48568833346257[GeV]) at (-499.43365828021,23.791195363946,-136.09334274072) Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[8,22] 0.00031255841225231 [GeV] -Cell[8,26] 0.001478978106422 [GeV] -Cell[9,24] 0.098967380768772 [GeV] -Cell[9,22] 0.0051556305369607 [GeV] -Cell[9,25] 0.0024891602582149 [GeV] -Cell[8,23] 0.0067805683351091 [GeV] -Cell[8,25] 0.00023032523738642 [GeV] -Cell[8,24] 0.00435903989247 [GeV] -Cell[4,3] 0.00044114945691085 [GeV] -Cell[9,23] 0.36385738257136 [GeV] -Cell[8,20] 0.00019906010092558 [GeV] -Cell[9,6] 0.00059300860297144 [GeV] -### Total energy deposition in calorimeter by a source track in 12 cells : 0.48486424227976 (GeV) +Cell[9,24] 0.12533825031372 [GeV] +Cell[9,22] 0.00026225804324293 [GeV] +Cell[8,23] 0.00033616054288353 [GeV] +Cell[8,24] 0.00091090993447441 [GeV] +Cell[6,5] 0.00053709232641053 [GeV] +Cell[8,32] 0.00069696275657496 [GeV] +Cell[12,43] 0.00095746983752782 [GeV] +Cell[6,17] 0.00018701769037018 [GeV] +Cell[9,23] 0.35556047548699 [GeV] +### Total energy deposition in calorimeter by a source track in 9 cells : 0.48478659693219 (GeV) Source track ID 9253 (gamma,5.1035467530227e-05[GeV]) at (491.45995900962,92.016893504717,-572.171566775) Original primary track ID 27 (unknown,1.8699577628705[GeV]) @@ -3392,215 +3300,313 @@ Cell[3,44] 0.00073663120573012 [GeV] Source track ID 9243 (gamma,0.14815181584447[GeV]) at (-470.45468956495,169.32922094649,-336.66130507831) Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[7,20] 0.00029028373037243 [GeV] -Cell[2,46] 0.0011115071547378 [GeV] -Cell[8,21] 0.13969176468267 [GeV] -Cell[7,21] 0.0024559343727946 [GeV] -Cell[8,20] 0.004602325903893 [GeV] -### Total energy deposition in calorimeter by a source track in 5 cells : 0.14815181584447 (GeV) +Cell[8,46] 0.00051099891 [GeV] +Cell[3,40] 0.0078411326889722 [GeV] +Cell[8,21] 0.13485614778032 [GeV] +Cell[8,20] 0.0049068806322418 [GeV] +### Total energy deposition in calorimeter by a source track in 4 cells : 0.14811516001154 (GeV) Source track ID 9220 (e-,0.00079356233177403[GeV]) at (-487.59837347696,110.66989736429,1392.2063604942) Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[16,22] 0.00028256342177403 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00028256342177403 (GeV) +Cell[16,22] 1.447526121736e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 1.447526121736e-05 (GeV) Source track ID 9178 (pi+,0.18740948952204[GeV]) at (-499.93787537827,-7.8816725545492,1562.9465383954) Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[17,23] 0.01934634080417 [GeV] -Cell[17,31] 0.00084487476954412 [GeV] -Cell[18,7] 0.0010189708811073 [GeV] -Cell[17,24] 0.068568737696229 [GeV] -Cell[13,9] 0.0012524596182034 [GeV] -Cell[16,43] 0.00036791493307065 [GeV] -### Total energy deposition in calorimeter by a source track in 6 cells : 0.091399298702324 (GeV) +Cell[17,23] 0.029215900389807 [GeV] +Cell[11,8] 0.0010294862747817 [GeV] +Cell[14,46] 0.00042659947625615 [GeV] +Cell[9,37] 0.00045000354882145 [GeV] +Cell[17,24] 0.06938261388046 [GeV] +### Total energy deposition in calorimeter by a source track in 5 cells : 0.10050460357013 (GeV) Source track ID 9169 (pi-,0.95196187566742[GeV]) at (-378.33246564164,-326.90143077313,-224.89896773169) Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[5,29] 1.0528646754437e-06 [GeV] -Cell[9,30] 4.5121942002879e-05 [GeV] -Cell[8,29] 0.1680822891072 [GeV] -Cell[9,31] 8.4478186835327e-05 [GeV] -Cell[9,32] 3.2868701964617e-09 [GeV] -Cell[7,31] 0.0048407411216207 [GeV] -Cell[7,30] 0.014581692748232 [GeV] -Cell[8,31] 0.020668679889867 [GeV] -Cell[7,29] 0.0026006420354627 [GeV] -Cell[6,31] 0.0018635594301656 [GeV] -Cell[6,32] 4.5950952744533e-07 [GeV] -Cell[7,32] 0.0016537379566645 [GeV] -Cell[6,30] 0.0052588348611494 [GeV] -Cell[8,30] 0.54133126770683 [GeV] -Cell[8,32] 0.010654593504495 [GeV] -Cell[5,30] 0.00018521770481868 [GeV] -### Total energy deposition in calorimeter by a source track in 16 cells : 0.77185237185642 (GeV) +Cell[6,29] 0.10248171475842 [GeV] +Cell[5,29] 0.0020043716473054 [GeV] +Cell[8,29] 0.1593148073496 [GeV] +Cell[8,28] 0.00046632067768226 [GeV] +Cell[9,31] 2.6131456252187e-09 [GeV] +Cell[7,31] 0.18157304509933 [GeV] +Cell[7,30] 0.046458503765093 [GeV] +Cell[8,31] 0.12603637200095 [GeV] +Cell[6,32] 1.7106358427554e-09 [GeV] +Cell[7,32] 0.00021190315428566 [GeV] +Cell[6,30] 4.8109156778082e-05 [GeV] +Cell[8,30] 0.27168905882164 [GeV] +### Total energy deposition in calorimeter by a source track in 12 cells : 0.89028421075485 (GeV) Source track ID 9129 (mu-,0.22519410584162[GeV]) at (120.48486726316,-485.26631529561,1832.0586666912) Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[18,3] 9.2642200115733e-06 [GeV] -Cell[19,39] 5.2643718516947e-06 [GeV] -Cell[19,38] 0.0049414632712164 [GeV] -Cell[18,38] 0.00077128889239591 [GeV] -Cell[18,37] 0.0010870913870724 [GeV] -Cell[18,36] 4.0205577533925e-11 [GeV] -Cell[15,16] 0.00022927955003396 [GeV] -Cell[19,35] 3.6023570828547e-09 [GeV] -Cell[19,37] 0.14254177856293 [GeV] -Cell[19,36] 2.1922716383415e-05 [GeV] -Cell[16,18] 0.00086924620895026 [GeV] -### Total energy deposition in calorimeter by a source track in 11 cells : 0.15047660282341 (GeV) +Cell[19,38] 0.050411499639734 [GeV] +Cell[19,37] 0.085472799486782 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.13588429912652 (GeV) Source track ID 9104 (pi+,3.7103992500444[GeV]) at (209.68274044484,453.90874452861,1946.1211983203) Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[16,36] 0.0013470819694434 [GeV] -Cell[19,8] 0.097271965672666 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.09861904764211 (GeV) +Cell[18,45] 0.00051099891 [GeV] +Cell[19,9] 0.00081620755133859 [GeV] +Cell[19,8] 0.16726836029709 [GeV] +Cell[17,26] 0.00023653127185139 [GeV] +### Total energy deposition in calorimeter by a source track in 4 cells : 0.16883209803028 (GeV) Source track ID 8867 (pi+,0.59774688923905[GeV]) at (-417.15997471535,275.64026464848,364.37396437989) Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[12,32] 0.00028411282711943 [GeV] -Cell[11,11] 0.00086342282617193 [GeV] -Cell[13,6] 5.0144794732887e-06 [GeV] -Cell[11,21] 0.00092702001101918 [GeV] -Cell[12,33] 2.0491311443038e-07 [GeV] -Cell[12,1] 0.0014030343008961 [GeV] -Cell[10,32] 0.00052651466466534 [GeV] -Cell[9,47] 5.2285613492131e-09 [GeV] -Cell[8,16] 1.409353795907e-07 [GeV] -Cell[9,31] 5.0458285964851e-05 [GeV] -Cell[9,32] 0.00015017463574077 [GeV] -Cell[10,31] 1.8518381402828e-05 [GeV] -Cell[12,2] 0.0026024369991286 [GeV] -Cell[10,19] 8.8036422093865e-06 [GeV] -Cell[11,20] 3.9381306540236e-05 [GeV] -Cell[12,6] 1.4790566638112e-10 [GeV] -Cell[11,12] 0.0012137183164634 [GeV] -Cell[11,19] 0.060328369444877 [GeV] -Cell[11,18] 0.11654231064777 [GeV] -Cell[11,17] 0.0013496689198905 [GeV] -Cell[12,18] 0.2196310291213 [GeV] -Cell[12,19] 0.020252230041007 [GeV] -Cell[13,44] 4.1227584006265e-08 [GeV] -Cell[13,43] 1.8946838099509e-07 [GeV] -Cell[12,0] 7.7047708909959e-06 [GeV] -Cell[14,23] 0.00045999978681368 [GeV] -Cell[14,36] 0.00048705918570033 [GeV] -Cell[13,0] 4.5583845349029e-05 [GeV] -Cell[12,17] 0.0014865013824572 [GeV] -Cell[14,24] 1.4551915228367e-13 [GeV] -Cell[11,16] 0.0015488474863391 [GeV] -Cell[12,20] 0.003512339468089 [GeV] -Cell[10,17] 9.8641610435266e-05 [GeV] -Cell[11,13] 0.0074830379955353 [GeV] -### Total energy deposition in calorimeter by a source track in 34 cells : 0.44132651630433 (GeV) +Cell[8,9] 3.5121622902807e-05 [GeV] +Cell[9,10] 0.00087420262104183 [GeV] +Cell[8,13] 1.9646063068649e-05 [GeV] +Cell[9,9] 1.2683932698565e-05 [GeV] +Cell[8,45] 0.0012241103450666 [GeV] +Cell[6,47] 0.00039272623932618 [GeV] +Cell[8,6] 1.8707651179284e-09 [GeV] +Cell[9,8] 0.0022015758208943 [GeV] +Cell[6,34] 0.00027140982039873 [GeV] +Cell[6,0] 0.0022460938261876 [GeV] +Cell[14,42] 4.7533671931888e-10 [GeV] +Cell[13,35] 0.00063076177636322 [GeV] +Cell[6,40] 2.1519750589505e-08 [GeV] +Cell[8,38] 2.941557709164e-07 [GeV] +Cell[7,43] 4.459032561499e-08 [GeV] +Cell[10,39] 0.00022336119800832 [GeV] +Cell[10,40] 0.0047260506824081 [GeV] +Cell[8,0] 3.8919592043385e-08 [GeV] +Cell[7,5] 1.0700023267418e-08 [GeV] +Cell[9,44] 0.012188999996499 [GeV] +Cell[9,43] 3.1205079401843e-05 [GeV] +Cell[13,26] 4.7456353513553e-10 [GeV] +Cell[13,4] 6.4652871515136e-06 [GeV] +Cell[11,21] 4.2578898477359e-06 [GeV] +Cell[11,43] 5.0195376388729e-09 [GeV] +Cell[12,1] 0.0010849868215719 [GeV] +Cell[16,37] 9.9279255373403e-06 [GeV] +Cell[10,43] 0.00063522949133221 [GeV] +Cell[11,41] 2.7111653457723e-07 [GeV] +Cell[11,40] 9.7049783386183e-06 [GeV] +Cell[11,45] 6.1798350432582e-05 [GeV] +Cell[11,1] 3.9052717911545e-06 [GeV] +Cell[15,29] 8.5737507615704e-06 [GeV] +Cell[11,37] 0.00017470381953171 [GeV] +Cell[11,38] 0.0044529222334493 [GeV] +Cell[12,2] 0.00011100661366106 [GeV] +Cell[11,2] 0.00029928537097419 [GeV] +Cell[13,7] 3.6205809738021e-06 [GeV] +Cell[6,46] 7.0527554135197e-05 [GeV] +Cell[12,35] 6.6706093093671e-11 [GeV] +Cell[13,3] 1.3021411228692e-05 [GeV] +Cell[12,26] 1.7546832565699e-05 [GeV] +Cell[12,34] 0.00011011660763995 [GeV] +Cell[0,24] 1.7246720381081e-07 [GeV] +Cell[0,23] 2.1456321701407e-07 [GeV] +Cell[8,43] 0.00011072141975421 [GeV] +Cell[8,44] 0.0027632241150467 [GeV] +Cell[5,34] 1.5401255848246e-07 [GeV] +Cell[12,25] 0.00091262612953085 [GeV] +Cell[9,4] 0.0013860042908935 [GeV] +Cell[1,13] 0.00015942895274621 [GeV] +Cell[11,20] 0.0057081680010513 [GeV] +Cell[9,39] 6.2820013160945e-06 [GeV] +Cell[12,39] 1.1594811221585e-06 [GeV] +Cell[11,12] 1.087620461476e-05 [GeV] +Cell[11,19] 0.081502297503048 [GeV] +Cell[11,18] 0.1072365947797 [GeV] +Cell[11,17] 1.1030622216481e-05 [GeV] +Cell[12,18] 0.0052066205526029 [GeV] +Cell[12,19] 0.010433308147555 [GeV] +Cell[12,45] 8.8339204758086e-05 [GeV] +Cell[12,44] 0.00053213450483281 [GeV] +Cell[13,44] 0.0017505688661355 [GeV] +Cell[11,44] 0.0012211766197417 [GeV] +Cell[13,45] 3.4687342122197e-08 [GeV] +Cell[13,43] 0.00053197468981286 [GeV] +Cell[13,42] 2.2017993770874e-05 [GeV] +Cell[12,43] 0.00066778125113819 [GeV] +Cell[11,15] 6.8672930435696e-06 [GeV] +Cell[14,37] 3.8454354580608e-08 [GeV] +Cell[14,44] 0.00026589141222269 [GeV] +Cell[14,38] 1.3100128853694e-08 [GeV] +Cell[8,20] 5.1997647260578e-06 [GeV] +Cell[10,41] 7.2875991463661e-11 [GeV] +Cell[11,39] 7.636620401172e-05 [GeV] +Cell[9,38] 4.2828032746911e-09 [GeV] +Cell[13,15] 2.4546175875003e-05 [GeV] +Cell[12,21] 0.0019013235073513 [GeV] +Cell[14,41] 3.2399758538304e-08 [GeV] +Cell[12,40] 0.0009874228525947 [GeV] +Cell[12,16] 2.4774477963319e-05 [GeV] +Cell[8,19] 3.2581860822688e-05 [GeV] +Cell[13,16] 2.9276940709678e-05 [GeV] +Cell[12,20] 0.12613183487701 [GeV] +Cell[11,16] 0.002467837089366 [GeV] +Cell[10,42] 0.00031732816665101 [GeV] +Cell[13,34] 8.8235184666701e-06 [GeV] +Cell[9,6] 1.0918606091082e-06 [GeV] +Cell[15,46] 0.0002751670448348 [GeV] +Cell[5,33] 6.5095491222337e-05 [GeV] +Cell[8,37] 5.3143594413996e-11 [GeV] +Cell[14,36] 1.5634336591575e-07 [GeV] +Cell[12,17] 0.00058313007415692 [GeV] +Cell[19,18] 1.1141765251523e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 94 cells : 0.38563509486912 (GeV) Source track ID 9095 (gamma,0.15251351239083[GeV]) at (-487.09323465364,-112.87240918249,-730.31334329596) Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[6,26] 0.0061582058402583 [GeV] -Cell[6,25] 0.13947459385767 [GeV] -Cell[5,10] 0.00045501752915766 [GeV] -Cell[2,1] 0.0010619905490063 [GeV] -Cell[5,27] 0.0053637046147332 [GeV] -### Total energy deposition in calorimeter by a source track in 5 cells : 0.15251351239083 (GeV) +Cell[7,33] 0.00051099891 [GeV] +Cell[6,37] 0.00035339354275343 [GeV] +Cell[6,26] 0.0081835566084602 [GeV] +Cell[6,25] 0.086498641248674 [GeV] +Cell[5,25] 0.046134244469764 [GeV] +Cell[5,26] 0.0090726685153581 [GeV] +Cell[6,21] 0.001190445311617 [GeV] +Cell[6,38] 0.00056956378420123 [GeV] +### Total energy deposition in calorimeter by a source track in 8 cells : 0.15251351239083 (GeV) Source track ID 9096 (gamma,0.13352323164713[GeV]) at (-462.295998601,-190.47942061415,2.9650113942907) Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[9,26] 0.010987577153914 [GeV] -Cell[9,28] 0.00051099891 [GeV] -Cell[10,25] 0.000496562322877 [GeV] -Cell[10,28] 0.001442263985293 [GeV] -Cell[10,26] 0.067759921309391 [GeV] -Cell[9,25] 0.0025517553957041 [GeV] -Cell[9,16] 0.00017481822846933 [GeV] -Cell[9,27] 0.034932384301986 [GeV] -Cell[10,27] 0.013761180371509 [GeV] -### Total energy deposition in calorimeter by a source track in 9 cells : 0.13261746197914 (GeV) +Cell[9,26] 0.018040519194895 [GeV] +Cell[18,5] 0.00033871181414737 [GeV] +Cell[10,26] 0.055235013304515 [GeV] +Cell[9,27] 0.011198204503372 [GeV] +Cell[10,27] 0.046296592376161 [GeV] +Cell[10,31] 0.00054137896026288 [GeV] +Cell[12,41] 0.0014290250249487 [GeV] +### Total energy deposition in calorimeter by a source track in 7 cells : 0.1330794451783 (GeV) Source track ID 9081 (pi-,0.85379953419879[GeV]) at (323.49871788582,-381.24608788318,732.71103141799) Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[7,13] 3.3779788850552e-08 [GeV] -Cell[7,14] 2.9521203329978e-05 [GeV] -Cell[11,6] 0.0017880846940618 [GeV] -Cell[7,15] 5.4017127695261e-09 [GeV] -Cell[14,42] 0.0027635324098098 [GeV] -Cell[8,3] 1.0957582833271e-07 [GeV] -Cell[11,31] 0.00015800189431218 [GeV] -Cell[13,31] 5.8741956221638e-05 [GeV] -Cell[11,11] 1.1459685629234e-07 [GeV] -Cell[18,13] 5.6640804882591e-06 [GeV] -Cell[15,5] 0.00027638258759544 [GeV] -Cell[12,42] 2.5116043398157e-06 [GeV] -Cell[12,28] 9.6911682630889e-06 [GeV] -Cell[13,6] 1.1329407716403e-05 [GeV] -Cell[11,30] 0.00058963517689619 [GeV] -Cell[11,22] 2.1376763470471e-10 [GeV] -Cell[11,21] 0.00087191994398074 [GeV] -Cell[8,2] 1.1515367795027e-06 [GeV] -Cell[11,8] 7.4198523248015e-07 [GeV] -Cell[14,13] 0.0024787523640676 [GeV] -Cell[14,12] 9.2748609604314e-06 [GeV] -Cell[11,5] 0.00078392350980873 [GeV] -Cell[12,22] 2.1806541212754e-08 [GeV] -Cell[10,44] 3.8128042248218e-06 [GeV] -Cell[10,45] 2.9556635388417e-07 [GeV] -Cell[9,46] 1.1716669519046e-08 [GeV] -Cell[14,26] 0.0013390059055502 [GeV] -Cell[10,46] 1.1314346019958e-05 [GeV] -Cell[10,43] 5.7636003475636e-08 [GeV] -Cell[13,37] 0.0010876083798494 [GeV] -Cell[8,14] 0.0040302223119323 [GeV] -Cell[13,19] 0.00051099891 [GeV] -Cell[17,14] 0.00037444318940516 [GeV] -Cell[17,13] 1.4004556046416e-05 [GeV] -Cell[11,7] 0.0011607256774781 [GeV] -Cell[13,39] 0.0016005733884205 [GeV] -Cell[13,40] 0.0047988749967289 [GeV] -Cell[16,1] 2.9461516533047e-09 [GeV] -Cell[12,6] 0.00075539626224008 [GeV] -Cell[11,12] 1.5471933875233e-07 [GeV] -Cell[11,17] 2.4249618964745e-05 [GeV] -Cell[12,18] 9.0555779479473e-09 [GeV] -Cell[12,19] 0.0011475547932877 [GeV] -Cell[13,44] 4.3900766513616e-08 [GeV] -Cell[16,14] 2.2276653908193e-09 [GeV] -Cell[16,15] 4.1367602534592e-09 [GeV] -Cell[13,43] 0.0010892341281987 [GeV] -Cell[13,42] 0.014975601066461 [GeV] -Cell[13,41] 0.33686475549878 [GeV] -Cell[14,21] 1.3098561994411e-06 [GeV] -Cell[14,14] 7.5907946900088e-05 [GeV] -Cell[13,12] 2.8408201149432e-05 [GeV] -Cell[16,19] 0.00011453628950483 [GeV] -Cell[15,8] 7.5982418941294e-05 [GeV] -Cell[14,37] 0.0002807195517762 [GeV] -Cell[14,44] 4.9380622613171e-09 [GeV] -Cell[14,39] 2.6081258576596e-05 [GeV] -Cell[14,40] 0.0034552620110521 [GeV] -Cell[14,38] 2.919825995923e-05 [GeV] -Cell[12,5] 1.9824504387088e-05 [GeV] -Cell[17,15] 0.00035816617354533 [GeV] -Cell[14,8] 0.00013339718042414 [GeV] -Cell[12,41] 2.9760155939584e-10 [GeV] -Cell[17,6] 0.0014322332772713 [GeV] -Cell[13,18] 1.9851143292726e-08 [GeV] -Cell[16,44] 1.2659846106544e-08 [GeV] -Cell[12,21] 0.00020047802773274 [GeV] -Cell[14,43] 1.0227086022496e-10 [GeV] -Cell[12,40] 0.0012385615622122 [GeV] -Cell[15,0] 2.608808021364e-06 [GeV] -Cell[15,47] 2.3071595090073e-05 [GeV] -Cell[14,41] 0.014428906581635 [GeV] -Cell[16,2] 1.5362194972113e-08 [GeV] -Cell[14,15] 0.00053133386010632 [GeV] -Cell[15,4] 0.0010793424197785 [GeV] -Cell[9,2] 2.9550920020256e-06 [GeV] -Cell[16,18] 6.3703724212019e-06 [GeV] -Cell[12,20] 0.00024094676126651 [GeV] -Cell[15,12] 0.00066866417240443 [GeV] -Cell[16,45] 5.2972617122578e-06 [GeV] -Cell[16,46] 4.4563042251866e-08 [GeV] -Cell[14,11] 5.8343461423647e-06 [GeV] -Cell[15,3] 8.9336282371733e-09 [GeV] -### Total energy deposition in calorimeter by a source track in 83 cells : 0.40409360799524 (GeV) +Cell[7,13] 9.6897538234089e-06 [GeV] +Cell[9,10] 0.0032553373506177 [GeV] +Cell[7,12] 0.0034811677993905 [GeV] +Cell[9,11] 0.0001511545034499 [GeV] +Cell[14,42] 0.0017397152110005 [GeV] +Cell[13,46] 4.7890249988995e-06 [GeV] +Cell[10,25] 0.0011663098242637 [GeV] +Cell[9,33] 0.00090271582793456 [GeV] +Cell[9,18] 1.0609867516905e-05 [GeV] +Cell[15,38] 8.5449438774958e-06 [GeV] +Cell[11,31] 2.387427460053e-05 [GeV] +Cell[16,31] 2.1055088290382e-05 [GeV] +Cell[14,31] 0.00049153983686722 [GeV] +Cell[16,30] 1.6290676695689e-06 [GeV] +Cell[15,28] 1.4005532721058e-06 [GeV] +Cell[13,26] 5.9953890740871e-12 [GeV] +Cell[10,16] 0.00052241994559176 [GeV] +Cell[13,27] 9.8926590226256e-08 [GeV] +Cell[13,28] 0.00043523016223605 [GeV] +Cell[14,7] 0.0093763118385061 [GeV] +Cell[12,42] 1.1369138387636e-06 [GeV] +Cell[13,6] 2.15902165437e-05 [GeV] +Cell[15,2] 8.2059883012562e-05 [GeV] +Cell[11,22] 6.9049060584803e-09 [GeV] +Cell[10,24] 8.0445903357258e-05 [GeV] +Cell[11,21] 6.0909716397987e-05 [GeV] +Cell[14,6] 0.0032603376655344 [GeV] +Cell[11,33] 0.00053348208500529 [GeV] +Cell[11,34] 6.1659911796141e-07 [GeV] +Cell[12,46] 0.00037942175474655 [GeV] +Cell[10,23] 0.0026273038671591 [GeV] +Cell[10,26] 4.6769826216405e-05 [GeV] +Cell[14,27] 5.4167360940482e-06 [GeV] +Cell[9,16] 3.0621025767005e-05 [GeV] +Cell[16,37] 0.00029072531837994 [GeV] +Cell[15,36] 2.957935901577e-06 [GeV] +Cell[16,36] 0.00035718835240709 [GeV] +Cell[15,1] 4.916754809301e-07 [GeV] +Cell[16,24] 0.00068109558271317 [GeV] +Cell[11,40] 5.4111197508178e-05 [GeV] +Cell[12,3] 5.129749068351e-05 [GeV] +Cell[14,28] 0.0016465514154562 [GeV] +Cell[15,29] 2.6141855038304e-05 [GeV] +Cell[9,34] 0.00069598984072411 [GeV] +Cell[10,27] 1.3553769909777e-05 [GeV] +Cell[12,2] 1.2032390361583e-07 [GeV] +Cell[11,2] 3.4765548303881e-05 [GeV] +Cell[13,7] 0.00092762756915704 [GeV] +Cell[10,34] 1.1345847987059e-06 [GeV] +Cell[13,19] 3.4634886731055e-07 [GeV] +Cell[14,3] 2.1451672658259e-05 [GeV] +Cell[13,30] 0.00035146638144056 [GeV] +Cell[13,29] 0.00010634955901696 [GeV] +Cell[19,39] 1.9930017401748e-07 [GeV] +Cell[17,45] 3.2063618226061e-05 [GeV] +Cell[19,38] 0.0012128584399786 [GeV] +Cell[12,9] 0.001236402452488 [GeV] +Cell[12,25] 0.0017002396730296 [GeV] +Cell[15,26] 3.930767683778e-05 [GeV] +Cell[11,20] 1.5585999335599e-10 [GeV] +Cell[13,39] 0.0093249577116165 [GeV] +Cell[13,40] 0.0057326580063167 [GeV] +Cell[12,38] 0.001272614435988 [GeV] +Cell[12,39] 0.00030790569682642 [GeV] +Cell[13,38] 0.0093232637651654 [GeV] +Cell[12,7] 3.9624813145565e-05 [GeV] +Cell[11,19] 0.0001105265648722 [GeV] +Cell[11,18] 0.00086085683788303 [GeV] +Cell[11,17] 9.8249553166625e-05 [GeV] +Cell[12,19] 1.2846343224737e-08 [GeV] +Cell[13,44] 2.1509238194994e-09 [GeV] +Cell[17,25] 0.00027269333868787 [GeV] +Cell[13,43] 0.00060660351180747 [GeV] +Cell[13,42] 0.0059680351373766 [GeV] +Cell[13,41] 0.25430533345725 [GeV] +Cell[14,45] 0.00049754405162594 [GeV] +Cell[14,46] 1.594183742418e-05 [GeV] +Cell[14,0] 3.1996640900616e-06 [GeV] +Cell[14,39] 4.1945139847826e-05 [GeV] +Cell[14,38] 4.8383278772235e-06 [GeV] +Cell[14,20] 1.496422370451e-06 [GeV] +Cell[14,40] 0.0012624921907231 [GeV] +Cell[17,37] 0.00080402914057752 [GeV] +Cell[18,37] 0.0023344941410344 [GeV] +Cell[18,38] 0.029903867094272 [GeV] +Cell[19,37] 0.00021136100146339 [GeV] +Cell[17,38] 7.6451063500826e-07 [GeV] +Cell[18,36] 0.0017823254719176 [GeV] +Cell[11,42] 0.00017778880717356 [GeV] +Cell[10,41] 0.00047511757218933 [GeV] +Cell[15,34] 0.0022871813883232 [GeV] +Cell[16,35] 0.0020989974740291 [GeV] +Cell[14,41] 0.011123999668249 [GeV] +Cell[14,35] 0.00048191565639752 [GeV] +Cell[12,40] 7.3810416597325e-05 [GeV] +Cell[15,23] 0.00067786997353448 [GeV] +Cell[15,7] 0.0014966249628658 [GeV] +Cell[13,17] 6.9065442467036e-05 [GeV] +Cell[12,20] 0.00040104403640146 [GeV] +Cell[15,16] 9.1652583796531e-07 [GeV] +Cell[16,29] 3.6594361229163e-06 [GeV] +Cell[11,16] 0.00093438816260755 [GeV] +Cell[10,42] 1.4316850894829e-05 [GeV] +Cell[13,18] 0.0006283021145681 [GeV] +Cell[10,15] 2.3073168646079e-05 [GeV] +Cell[15,17] 7.8656077675987e-06 [GeV] +Cell[15,35] 0.00025797487897853 [GeV] +Cell[16,38] 7.0559485878221e-05 [GeV] +Cell[16,28] 3.0130398988604e-07 [GeV] +Cell[15,45] 6.9678507861681e-06 [GeV] +Cell[15,20] 0.00024360180267183 [GeV] +Cell[15,19] 0.014062806859137 [GeV] +Cell[13,34] 4.8818337381817e-07 [GeV] +Cell[16,19] 0.023922066927943 [GeV] +Cell[15,46] 0.00072793824131202 [GeV] +Cell[16,25] 2.3371218958346e-08 [GeV] +Cell[16,26] 8.2654878497124e-11 [GeV] +Cell[16,27] 2.033622514864e-05 [GeV] +Cell[15,24] 0.00059373900247306 [GeV] +Cell[16,23] 7.5468402093975e-05 [GeV] +Cell[17,26] 2.8810209528274e-08 [GeV] +Cell[14,36] 0.00014805282115594 [GeV] +Cell[15,0] 0.00066974589460347 [GeV] +Cell[17,17] 1.2647636467591e-06 [GeV] +Cell[17,44] 4.9030062747306e-06 [GeV] +Cell[19,19] 3.1034101266414e-05 [GeV] +Cell[14,34] 0.00059997620022489 [GeV] +Cell[10,17] 0.0098004515902683 [GeV] +Cell[15,3] 0.00037337682223256 [GeV] +Cell[13,20] 7.8355086152442e-06 [GeV] +Cell[10,18] 9.1501859587765e-05 [GeV] +Cell[14,30] 5.442890710583e-09 [GeV] +Cell[15,25] 5.8789737522602e-12 [GeV] +### Total energy deposition in calorimeter by a source track in 133 cells : 0.43599217417355 (GeV) Source track ID 9075 (gamma,0.00089279460064432[GeV]) at (316.86296529522,-386.77882726996,152.63298074893) Original primary track ID 29 (unknown,1.6025887774154[GeV]) @@ -3609,186 +3615,303 @@ Cell[10,41] 0.00089279460064432 [GeV] Source track ID 9030 (e-,0.25915921690042[GeV]) at (347.05458289034,-359.9348781305,157.04940758746) Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[11,43] 0.00027254814293735 [GeV] -Cell[10,43] 0.024839601757071 [GeV] -Cell[11,41] 0.0020007870829715 [GeV] -Cell[10,41] 0.099907434187205 [GeV] -Cell[11,42] 0.0068096628107791 [GeV] -Cell[10,42] 0.12481818400946 [GeV] -### Total energy deposition in calorimeter by a source track in 6 cells : 0.25864821799042 (GeV) +Cell[1,25] 0.00029300747961098 [GeV] +Cell[10,45] 0.00026586690320904 [GeV] +Cell[10,43] 0.00049698697583275 [GeV] +Cell[12,7] 0.0011264353486831 [GeV] +Cell[11,42] 0.012629580234706 [GeV] +Cell[10,41] 0.10833420130623 [GeV] +Cell[10,42] 0.13395102068354 [GeV] +### Total energy deposition in calorimeter by a source track in 7 cells : 0.25709709893182 (GeV) Source track ID 9032 (gamma,0.026292583169064[GeV]) at (315.45330703443,-387.9293892979,149.23443814548) Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[10,40] 0.0088589243279577 [GeV] -Cell[10,41] 0.017433658841107 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.026292583169064 (GeV) +Cell[10,41] 0.026292583169065 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.026292583169065 (GeV) Source track ID 9034 (gamma,0.018392093582882[GeV]) at (253.61966112716,-430.90261949743,157.10192253689) Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[10,39] 0.00121177705102 [GeV] -Cell[10,40] 0.011070570925707 [GeV] -Cell[12,3] 0.00049366186492135 [GeV] -Cell[10,17] 0.00015750402789857 [GeV] -### Total energy deposition in calorimeter by a source track in 4 cells : 0.012933513869547 (GeV) +Cell[10,39] 0.006263006594496 [GeV] +Cell[10,40] 0.0097172104334753 [GeV] +Cell[10,31] 0.00050736543479954 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.016487582462771 (GeV) Source track ID 9031 (e+,0.051040894245688[GeV]) at (399.15628615942,301.12166846546,1320.2060975023) Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[16,5] 0.013316349860253 [GeV] -Cell[16,4] 0.037474352963902 [GeV] -Cell[14,20] 0.00030208334407143 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.051092786168227 (GeV) +Cell[15,36] 0.00098885502805819 [GeV] +Cell[16,5] 0.027697358470142 [GeV] +Cell[18,40] 0.0014314225064269 [GeV] +Cell[16,4] 0.011681661600216 [GeV] +Cell[19,22] 0.00053086305288687 [GeV] +Cell[18,41] 0.0092217324979584 [GeV] +### Total energy deposition in calorimeter by a source track in 6 cells : 0.051551893155688 (GeV) Source track ID 9029 (gamma,0.13885684299554[GeV]) at (475.10691622037,-155.79928805862,345.33261146431) Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[11,47] 0.00083310250372033 [GeV] -Cell[11,46] 0.0026506943358924 [GeV] -Cell[11,45] 0.13327670946976 [GeV] -Cell[12,45] 0.0020156891697544 [GeV] -### Total energy deposition in calorimeter by a source track in 4 cells : 0.13877619547913 (GeV) +Cell[11,47] 0.000427964449624 [GeV] +Cell[12,46] 0.001812221598191 [GeV] +Cell[11,46] 0.0020485841572344 [GeV] +Cell[11,45] 0.12839811076548 [GeV] +Cell[12,45] 0.0061699620250162 [GeV] +### Total energy deposition in calorimeter by a source track in 5 cells : 0.13885684299554 (GeV) Source track ID 9026 (e-,0.00052297320919408[GeV]) at (414.20818132135,-280.05639169006,1925.0991940846) Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[19,43] 1.2009197145486e-07 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 1.2009197145486e-07 (GeV) +Cell[19,43] 1.197429919408e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 1.197429919408e-05 (GeV) Source track ID 8901 (e-,0.00074197523153615[GeV]) at (416.24619759768,-277.01823583561,1920.0838937951) Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[19,43] 0.00020166728055784 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00020166728055784 (GeV) +Cell[19,43] 0.00012492749573419 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00012492749573419 (GeV) Source track ID 8881 (gamma,0.1484777566564[GeV]) at (-237.2276168365,440.13981620625,-159.00519862946) Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[8,0] 0.00051099891 [GeV] -Cell[9,16] 0.0036367122768128 [GeV] -Cell[9,15] 0.14007203164829 [GeV] -Cell[18,47] 0.0011032421846871 [GeV] -Cell[9,17] 0.00075965001986296 [GeV] -Cell[9,37] 0.00048053769111834 [GeV] -Cell[17,42] 0.0018841227067462 [GeV] -### Total energy deposition in calorimeter by a source track in 7 cells : 0.14844729543752 (GeV) +Cell[11,21] 0.00088619615082553 [GeV] +Cell[9,16] 0.0046648248257991 [GeV] +Cell[9,15] 0.13660520796928 [GeV] +Cell[8,16] 0.0025061338037719 [GeV] +Cell[9,17] 0.0019107838398257 [GeV] +Cell[8,15] 0.0014077520679845 [GeV] +### Total energy deposition in calorimeter by a source track in 6 cells : 0.14798089865749 (GeV) Source track ID 8882 (gamma,0.20137908385321[GeV]) at (152.32667048377,476.2316510474,-66.015723937746) Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[9,10] 0.0058160870111364 [GeV] -Cell[9,9] 0.19218714555582 [GeV] -Cell[9,8] 0.0033758512862572 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.20137908385321 (GeV) +Cell[9,10] 0.0043530412350991 [GeV] +Cell[9,9] 0.19457938139423 [GeV] +Cell[9,8] 0.0019356623138864 [GeV] +Cell[8,14] 0.00034806756100626 [GeV] +### Total energy deposition in calorimeter by a source track in 4 cells : 0.20121615250422 (GeV) Source track ID 8872 (pi-,0.40001460491105[GeV]) at (385.25627005268,-318.71241956519,360.23696107582) Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[13,46] 0.014292417639338 [GeV] -Cell[13,47] 0.015375012868232 [GeV] -Cell[12,42] 0.00085180125065772 [GeV] -Cell[11,23] 0.0011648279095511 [GeV] -Cell[11,43] 0.11268276597121 [GeV] -Cell[12,47] 1.4366553375567e-07 [GeV] -Cell[12,46] 0.00031503688483372 [GeV] -Cell[13,30] 0.0011005700782559 [GeV] -Cell[12,45] 0.00019035873488758 [GeV] -Cell[12,44] 0.00051133047474819 [GeV] -Cell[11,44] 0.0023409705503775 [GeV] -Cell[13,45] 2.3017454939691e-05 [GeV] -Cell[12,43] 0.12923604416742 [GeV] -Cell[13,0] 9.2494325485859e-08 [GeV] -Cell[14,45] 1.0899466414003e-06 [GeV] -Cell[14,46] 0.00019438151480495 [GeV] -Cell[11,42] 0.063870778527586 [GeV] -Cell[12,41] 0.0013095929613603 [GeV] -Cell[14,30] 0.0015803877247428 [GeV] -### Total energy deposition in calorimeter by a source track in 19 cells : 0.34504062081944 (GeV) +Cell[9,7] 2.181210334129e-09 [GeV] +Cell[11,47] 1.5137131197207e-07 [GeV] +Cell[5,28] 0.0009941241969226 [GeV] +Cell[9,26] 0.0035108634109502 [GeV] +Cell[7,25] 5.113306833664e-05 [GeV] +Cell[6,26] 2.9255126457429e-05 [GeV] +Cell[13,35] 1.276044520182e-08 [GeV] +Cell[9,28] 2.2517482284456e-07 [GeV] +Cell[7,22] 1.5065940118234e-05 [GeV] +Cell[11,32] 1.7648653069045e-05 [GeV] +Cell[12,32] 0.00041000229697352 [GeV] +Cell[10,6] 0.00041962901779846 [GeV] +Cell[13,26] 0.0014859529648746 [GeV] +Cell[13,27] 0.0019350558132729 [GeV] +Cell[12,42] 0.0044448675227328 [GeV] +Cell[10,4] 0.0043315430807728 [GeV] +Cell[10,1] 2.8269022436689e-08 [GeV] +Cell[10,12] 0.00091746130834485 [GeV] +Cell[9,24] 0.000126526777972 [GeV] +Cell[10,24] 0.00020162509600641 [GeV] +Cell[12,33] 0.00026751268651708 [GeV] +Cell[11,33] 6.9050433353368e-08 [GeV] +Cell[11,34] 0.00042988087397773 [GeV] +Cell[11,43] 0.010399570891793 [GeV] +Cell[12,47] 5.848319233337e-10 [GeV] +Cell[10,23] 1.9041541090701e-06 [GeV] +Cell[9,25] 0.00032292881937735 [GeV] +Cell[10,32] 1.0678944614483e-05 [GeV] +Cell[10,10] 2.5831395760179e-09 [GeV] +Cell[11,41] 0.0030005614140162 [GeV] +Cell[10,0] 0.00020748153000386 [GeV] +Cell[9,27] 0.0038901407197036 [GeV] +Cell[12,35] 8.9066460786853e-06 [GeV] +Cell[8,34] 1.2143899337389e-05 [GeV] +Cell[13,1] 0.001477457371015 [GeV] +Cell[12,34] 4.5344537240453e-05 [GeV] +Cell[12,36] 0.0018821493442971 [GeV] +Cell[12,37] 0.00018620427556277 [GeV] +Cell[6,27] 0.00028809388352965 [GeV] +Cell[0,46] 0.0008995643803014 [GeV] +Cell[2,20] 1.327538798796e-05 [GeV] +Cell[9,4] 0.00015467004241611 [GeV] +Cell[4,46] 1.6269041225314e-11 [GeV] +Cell[6,3] 0.0024859256824979 [GeV] +Cell[7,23] 0.00078976815363008 [GeV] +Cell[6,2] 0.00048762840910888 [GeV] +Cell[11,12] 1.8380107532721e-05 [GeV] +Cell[10,11] 0.0068387779771964 [GeV] +Cell[11,0] 1.1555684523046e-08 [GeV] +Cell[12,45] 0.00083645848708841 [GeV] +Cell[12,44] 0.0015628134991484 [GeV] +Cell[16,15] 0.0034754119656704 [GeV] +Cell[11,44] 0.00050739632660373 [GeV] +Cell[13,43] 0.00034913035322518 [GeV] +Cell[13,42] 9.4815374259269e-06 [GeV] +Cell[12,0] 0.00034178592794729 [GeV] +Cell[12,43] 0.0021242190489553 [GeV] +Cell[13,21] 2.8367381572025e-05 [GeV] +Cell[12,14] 1.3977076625451e-05 [GeV] +Cell[11,42] 0.093800312040622 [GeV] +Cell[12,40] 1.1389282735763e-05 [GeV] +Cell[12,11] 2.7450099267298e-05 [GeV] +Cell[11,13] 0.00055556020686527 [GeV] +Cell[17,16] 0.0016936575056466 [GeV] +Cell[16,16] 0.0070678416368152 [GeV] +Cell[6,17] 3.6750483559445e-08 [GeV] +Cell[8,33] 0.00081307562298417 [GeV] +Cell[6,22] 3.638969307076e-07 [GeV] +Cell[13,34] 1.4783334222557e-08 [GeV] +Cell[9,6] 4.9230105186325e-05 [GeV] +Cell[13,36] 7.6398020951274e-08 [GeV] +Cell[17,26] 0.00076083499412072 [GeV] +Cell[17,17] 0.0015253100750269 [GeV] +Cell[6,16] 2.9652549789034e-06 [GeV] +Cell[5,27] 4.1398571411264e-06 [GeV] +Cell[18,15] 2.6737247593701e-05 [GeV] +Cell[10,2] 0.0032033295071992 [GeV] +Cell[6,23] 8.8891738414532e-13 [GeV] +Cell[4,45] 0.00085817866208993 [GeV] +Cell[18,16] 0.001761686131898 [GeV] +Cell[18,17] 9.8451069857219e-07 [GeV] +### Total energy deposition in calorimeter by a source track in 81 cells : 0.17442242412841 (GeV) Source track ID 8864 (gamma,0.094503470007519[GeV]) at (318.07142778765,385.78564880659,-1059.6706907862) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[4,39] 8.9649246696534e-05 [GeV] -Cell[6,32] 0.0010025785744776 [GeV] -Cell[4,6] 0.087900240267284 [GeV] -Cell[4,7] 0.0015313515574487 [GeV] -Cell[2,47] 0.00027799104642257 [GeV] -Cell[0,31] 0.00034865062560728 [GeV] -Cell[18,24] 0.00051099891 [GeV] -Cell[4,38] 0.000381005882784 [GeV] -### Total energy deposition in calorimeter by a source track in 8 cells : 0.092042466110721 (GeV) +Cell[2,38] 0.00031262619855082 [GeV] +Cell[4,6] 0.092823057878384 [GeV] +Cell[4,7] 0.00051099891 [GeV] +Cell[4,29] 0.00085678702058375 [GeV] +### Total energy deposition in calorimeter by a source track in 4 cells : 0.094503470007519 (GeV) Source track ID 8778 (pi+,0.33207240653513[GeV]) at (218.61875062503,449.67303885729,-1603.7786756606) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[4,21] 2.9023685638094e-05 [GeV] -Cell[0,40] 0.0010799145210592 [GeV] -Cell[5,20] 0.0042485886031527 [GeV] -Cell[5,21] 2.4109024525387e-05 [GeV] -Cell[0,26] 0.00017102937503296 [GeV] -Cell[0,25] 0.00059632594255174 [GeV] -Cell[1,8] 0.2364293000953 [GeV] -Cell[1,7] 0.0041294665081494 [GeV] -Cell[1,9] 0.0028482131509693 [GeV] -Cell[1,10] 0.0009216759136732 [GeV] -Cell[0,39] 2.0809881942114e-05 [GeV] -Cell[0,46] 8.9959650608762e-08 [GeV] -Cell[0,13] 0.004382319688272 [GeV] -Cell[0,14] 0.0015722776990116 [GeV] -Cell[0,45] 0.00019592889985688 [GeV] -Cell[0,47] 1.5570549294353e-11 [GeV] -Cell[0,41] 2.8177423280681e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 17 cells : 0.25667725038764 (GeV) +Cell[2,38] 6.2003870552871e-06 [GeV] +Cell[2,29] 0.00092972674700366 [GeV] +Cell[3,29] 0.0022856775130567 [GeV] +Cell[5,1] 7.0205038355198e-06 [GeV] +Cell[9,40] 7.5031374462924e-05 [GeV] +Cell[0,19] 9.7897695643837e-05 [GeV] +Cell[1,23] 0.0031498097376342 [GeV] +Cell[0,10] 0.016435938698325 [GeV] +Cell[0,9] 0.0010583875004224 [GeV] +Cell[1,19] 6.4964189019861e-05 [GeV] +Cell[0,8] 0.00087282817005356 [GeV] +Cell[1,18] 0.00018630574954648 [GeV] +Cell[1,8] 0.17770668762631 [GeV] +Cell[1,7] 0.0015767000798793 [GeV] +Cell[2,8] 0.0039373402316786 [GeV] +Cell[1,9] 0.0085760154146585 [GeV] +Cell[1,10] 0.00093842230028417 [GeV] +Cell[0,11] 0.00063600350168155 [GeV] +Cell[1,30] 1.0577959736111e-05 [GeV] +Cell[3,22] 1.6753176809289e-05 [GeV] +Cell[9,39] 0.0072308893676943 [GeV] +Cell[8,39] 5.5126942038896e-05 [GeV] +Cell[3,30] 1.3327254230262e-06 [GeV] +Cell[8,37] 7.7028907835484e-06 [GeV] +### Total energy deposition in calorimeter by a source track in 24 cells : 0.22586334048303 (GeV) Source track ID 8784 (e-,0.00092720887572138[GeV]) at (57.154839599462,496.72258284717,-1084.1243078827) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[4,11] 0.00017931841835649 [GeV] -Cell[5,10] 0.00014783941817013 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.00032715783652661 (GeV) +Cell[4,11] 0.00041620996572138 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00041620996572138 (GeV) Source track ID 8779 (pi-,0.61387615001562[GeV]) at (87.031636762496,492.36723510246,-888.62959515126) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[4,11] 0.14304250747423 [GeV] -Cell[4,12] 0.057743186025267 [GeV] -Cell[4,10] 0.12479988366093 [GeV] -Cell[4,9] 0.0045447595026356 [GeV] -Cell[7,35] 1.8457649275661e-10 [GeV] -Cell[8,34] 3.3767996260735e-05 [GeV] -Cell[8,35] 1.4249343621486e-08 [GeV] -Cell[5,9] 1.3963341075396e-08 [GeV] -Cell[5,10] 0.076481962984082 [GeV] -Cell[3,11] 0.0086760283749956 [GeV] -Cell[3,10] 0.0014355884969371 [GeV] -Cell[3,12] 0.0042316787780404 [GeV] -Cell[5,11] 0.068953039949419 [GeV] -Cell[3,8] 2.2885740970651e-06 [GeV] -Cell[3,9] 0.00057076625317848 [GeV] -Cell[5,12] 7.1977194693318e-10 [GeV] -Cell[7,34] 6.0990689730716e-06 [GeV] -Cell[4,13] 0.00424783913342 [GeV] -Cell[3,13] 0.0027159746958168 [GeV] -Cell[4,14] 0.0011540845522425 [GeV] -### Total energy deposition in calorimeter by a source track in 20 cells : 0.49863948463756 (GeV) +Cell[4,11] 0.11072204992009 [GeV] +Cell[4,12] 0.010848065738391 [GeV] +Cell[4,10] 0.0012175372628715 [GeV] +Cell[7,45] 3.4594505850691e-06 [GeV] +Cell[6,12] 6.7203755080754e-05 [GeV] +Cell[7,26] 1.0756085423054e-05 [GeV] +Cell[6,26] 9.580107871443e-10 [GeV] +Cell[13,46] 1.4010684419191e-05 [GeV] +Cell[2,17] 0.0011800804289948 [GeV] +Cell[10,28] 0.0028348018120657 [GeV] +Cell[17,23] 3.2170440651498e-05 [GeV] +Cell[8,3] 9.2908295254915e-05 [GeV] +Cell[6,39] 0.0027144580827556 [GeV] +Cell[7,4] 1.0797949698826e-08 [GeV] +Cell[10,29] 1.9570638221921e-05 [GeV] +Cell[11,34] 2.2972807928454e-06 [GeV] +Cell[4,35] 1.3989559334959e-06 [GeV] +Cell[4,34] 1.304851173245e-08 [GeV] +Cell[10,14] 2.6817014731932e-06 [GeV] +Cell[15,36] 6.4006095635705e-07 [GeV] +Cell[5,17] 0.00049340790185772 [GeV] +Cell[4,15] 0.00088018011133602 [GeV] +Cell[5,18] 4.4408632729301e-05 [GeV] +Cell[4,16] 7.2192801744677e-06 [GeV] +Cell[3,17] 0.00015391425788835 [GeV] +Cell[5,14] 0.0035947884969108 [GeV] +Cell[5,10] 0.072111075438512 [GeV] +Cell[6,38] 0.00018784263804889 [GeV] +Cell[6,27] 9.499737996066e-08 [GeV] +Cell[5,16] 5.3271579645298e-09 [GeV] +Cell[1,17] 9.4743419075485e-06 [GeV] +Cell[0,37] 2.6450230972841e-05 [GeV] +Cell[4,31] 0.00012230671364102 [GeV] +Cell[2,16] 5.8619352541427e-05 [GeV] +Cell[3,16] 0.00013732729859316 [GeV] +Cell[3,15] 0.011173422705952 [GeV] +Cell[0,38] 0.0007155512198583 [GeV] +Cell[5,11] 0.063294635888664 [GeV] +Cell[6,13] 0.0016927004246309 [GeV] +Cell[6,14] 8.390726088453e-05 [GeV] +Cell[7,3] 4.7736371517772e-05 [GeV] +Cell[5,13] 0.029640254825896 [GeV] +Cell[6,11] 1.9626781740953e-06 [GeV] +Cell[14,45] 0.00048724917578465 [GeV] +Cell[14,46] 0.00069447694856626 [GeV] +Cell[14,47] 7.3677794041487e-06 [GeV] +Cell[14,0] 5.263773346087e-10 [GeV] +Cell[8,18] 2.8039772005286e-06 [GeV] +Cell[17,15] 8.1585080104787e-05 [GeV] +Cell[17,16] 3.9664253485512e-05 [GeV] +Cell[6,42] 3.1953502222791e-05 [GeV] +Cell[5,15] 4.7034834037731e-06 [GeV] +Cell[8,4] 2.5977027462432e-09 [GeV] +Cell[17,24] 5.4695905419067e-08 [GeV] +Cell[16,23] 2.5905706791036e-06 [GeV] +Cell[3,30] 0.0022243747209437 [GeV] +Cell[5,12] 0.011676915131612 [GeV] +Cell[3,31] 0.00076952773927258 [GeV] +Cell[4,14] 0.0010367234977247 [GeV] +Cell[4,13] 0.0069533637868904 [GeV] +### Total energy deposition in calorimeter by a source track in 60 cells : 0.33825475926094 (GeV) Source track ID 5108 (proton,1.064005230558[GeV]) at (185.28008537244,-464.40423120853,-323.73291114647) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[8,38] 0.12573321755795 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.12573321755795 (GeV) +Cell[9,19] 2.0366869380382e-05 [GeV] +Cell[8,41] 0.00010950406274151 [GeV] +Cell[8,40] 0.00034750553983588 [GeV] +Cell[8,38] 0.087117165752186 [GeV] +Cell[4,42] 1.0995242856779e-05 [GeV] +Cell[4,43] 0.00086999835546806 [GeV] +Cell[5,43] 1.323804229969e-07 [GeV] +Cell[9,41] 1.5077405350894e-08 [GeV] +Cell[9,40] 0.00029174554858355 [GeV] +Cell[9,42] 2.6107662733921e-09 [GeV] +Cell[5,42] 5.2681879094507e-07 [GeV] +Cell[8,39] 0.0024753484280083 [GeV] +Cell[5,33] 1.0479188960744e-05 [GeV] +Cell[9,20] 7.4090216603508e-06 [GeV] +### Total energy deposition in calorimeter by a source track in 14 cells : 0.091261194897067 (GeV) Source track ID 5109 (neutron,0.97469878135098[GeV]) at (-327.73799731036,-377.60800457485,-649.67964999547) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[6,28] 0.00013203548857928 [GeV] -Cell[6,29] 1.9821437599603e-06 [GeV] -Cell[7,33] 1.9618670630734e-06 [GeV] -Cell[9,9] 1.3802491594106e-09 [GeV] -Cell[5,29] 0.0010086873314967 [GeV] -Cell[5,28] 6.865695569104e-05 [GeV] -Cell[6,34] 9.9314489572635e-05 [GeV] -Cell[8,29] 0.0011812719179957 [GeV] -Cell[8,28] 0.00030873077978268 [GeV] -Cell[8,16] 2.9228631756268e-06 [GeV] -Cell[7,31] 3.1090299278731e-05 [GeV] -Cell[7,30] 0.00084983547339789 [GeV] -Cell[10,31] 0.00046717854546432 [GeV] -Cell[7,29] 5.2257877347074e-05 [GeV] -Cell[6,31] 8.762982592998e-05 [GeV] -Cell[7,32] 0.0039407087730257 [GeV] -Cell[6,30] 0.00069380620315333 [GeV] -Cell[3,5] 2.7845219010487e-06 [GeV] -Cell[7,34] 4.4695578126039e-05 [GeV] -Cell[10,30] 4.2200554162264e-11 [GeV] -Cell[6,15] 3.5701143340475e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 21 cells : 0.009011253500531 (GeV) +Cell[8,9] 0.00096330569635029 [GeV] +Cell[8,8] 0.001509034602232 [GeV] +Cell[8,7] 4.7944785037544e-06 [GeV] +Cell[7,33] 0.0011272227070992 [GeV] +Cell[7,10] 8.6276402487329e-07 [GeV] +Cell[7,9] 3.7513045754167e-09 [GeV] +Cell[8,40] 2.3551133926958e-06 [GeV] +Cell[2,10] 3.8518962639955e-07 [GeV] +Cell[6,31] 0.0017133953576698 [GeV] +Cell[7,32] 1.8880782881752e-05 [GeV] +Cell[6,30] 0.0040243762759984 [GeV] +Cell[8,43] 2.4725098337512e-06 [GeV] +Cell[2,11] 5.7680671156277e-05 [GeV] +Cell[1,11] 6.7461250016095e-05 [GeV] +Cell[7,38] 1.6829883679748e-06 [GeV] +Cell[9,21] 9.9078009365257e-05 [GeV] +Cell[6,33] 1.2011466751574e-05 [GeV] +Cell[7,34] 3.3440301194787e-11 [GeV] +### Total energy deposition in calorimeter by a source track in 18 cells : 0.009605003648015 (GeV) Source track ID 5110 (proton,0.9652435614822[GeV]) at (-496.30471373411,60.676446215154,-682.25092105431) Original primary track ID 31 (unknown,691.32334101424[GeV]) @@ -3802,28 +3925,33 @@ Cell[7,30] 0.020046060109053 [GeV] Source track ID 5112 (neutron,0.95280765531774[GeV]) at (-367.97569385984,338.51719118587,-950.81426800642) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[3,19] 3.192251897417e-07 [GeV] -Cell[4,18] 0.002094969158333 [GeV] -Cell[3,18] 0.00032161656765948 [GeV] -Cell[5,18] 0.0022172550798499 [GeV] -Cell[4,17] 0.001148434321699 [GeV] -### Total energy deposition in calorimeter by a source track in 5 cells : 0.0057825943527311 (GeV) +Cell[3,40] 8.6602625125352e-06 [GeV] +Cell[2,40] 5.543209604582e-05 [GeV] +Cell[2,41] 0.00017473894843977 [GeV] +Cell[2,39] 2.1621775467793e-06 [GeV] +Cell[5,17] 0.00093391190978905 [GeV] +Cell[4,18] 7.820451750149e-07 [GeV] +Cell[5,18] 0.0036589070926471 [GeV] +Cell[4,17] 0.0010107698263348 [GeV] +Cell[2,42] 4.4095451303292e-06 [GeV] +Cell[3,39] 1.363818902496e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 10 cells : 0.0058634120926462 (GeV) Source track ID 5113 (neutron,0.95156181488161[GeV]) at (-494.63985411857,-73.016537288203,-647.09864308437) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[7,27] 0.00027140038910602 [GeV] -Cell[6,26] 0.00078147381156611 [GeV] -Cell[6,25] 0.0022170492800361 [GeV] -Cell[7,28] 0.00057053823731462 [GeV] -Cell[7,29] 6.0254578863805e-07 [GeV] -### Total energy deposition in calorimeter by a source track in 5 cells : 0.0038410642638115 (GeV) +Cell[7,27] 6.6720744030135e-08 [GeV] +Cell[7,26] 0.0012844450013408 [GeV] +Cell[6,26] 0.00086309945762525 [GeV] +Cell[6,25] 9.9070559547954e-05 [GeV] +Cell[6,27] 0.0029835441924556 [GeV] +### Total energy deposition in calorimeter by a source track in 5 cells : 0.0052302259317136 (GeV) Source track ID 5116 (neutron,0.9453417553991[GeV]) at (-55.128416664066,-496.95156471845,-930.09367433769) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[4,36] 0.0011890621166688 [GeV] -Cell[5,36] 0.0045844661413739 [GeV] -Cell[4,35] 2.4533102191526e-08 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.0057735527911449 (GeV) +Cell[4,36] 0.0054673538736042 [GeV] +Cell[5,37] 0.00022455366879308 [GeV] +Cell[5,35] 5.0080374930985e-06 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.0056969155798904 (GeV) Source track ID 5117 (gamma,0.00024823371805505[GeV]) at (498.8484892062,33.914374779642,-1425.9294437599) Original primary track ID 31 (unknown,691.32334101424[GeV]) @@ -3832,611 +3960,722 @@ Cell[2,0] 0.00024823371805505 [GeV] Source track ID 5067 (pi-,0.4937221057664[GeV]) at (309.82905962012,-392.43592319628,-957.44753059329) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[4,9] 0.0011463664767472 [GeV] -Cell[4,21] 1.021870074328e-05 [GeV] -Cell[4,39] 7.9149346461236e-06 [GeV] -Cell[4,20] 3.8738429138903e-06 [GeV] -Cell[13,27] 0.0021589817184152 [GeV] -Cell[4,42] 0.14967422853333 [GeV] -Cell[4,43] 0.085954830425478 [GeV] -Cell[4,44] 5.7214375032345e-05 [GeV] -Cell[5,43] 4.5830490648768e-08 [GeV] -Cell[4,41] 0.10398533162985 [GeV] -Cell[3,41] 0.00057696871367727 [GeV] -Cell[3,21] 0.0015388860562928 [GeV] -Cell[5,34] 6.4992793431884e-05 [GeV] -Cell[5,9] 0.00024896751596805 [GeV] -Cell[3,43] 0.003537671351097 [GeV] -Cell[5,8] 7.9364743724e-06 [GeV] -Cell[2,43] 0.0041134814144301 [GeV] -Cell[5,42] 6.4010660656322e-05 [GeV] -Cell[5,41] 0.058642204965588 [GeV] -Cell[2,32] 3.817962409812e-05 [GeV] -Cell[3,38] 0.0025985528398502 [GeV] -Cell[3,42] 0.0015269482258408 [GeV] -Cell[3,23] 3.6194382232679e-08 [GeV] -Cell[3,22] 0.00026864908656376 [GeV] -Cell[3,39] 6.3253263990873e-05 [GeV] -Cell[5,33] 0.00016141513062621 [GeV] -Cell[5,32] 5.029960696811e-05 [GeV] -Cell[4,40] 0.00078337791574847 [GeV] -Cell[6,33] 5.373674969178e-08 [GeV] -### Total energy deposition in calorimeter by a source track in 29 cells : 0.41728489203798 (GeV) +Cell[6,29] 4.8366986447945e-08 [GeV] +Cell[4,10] 1.0110818548128e-05 [GeV] +Cell[7,41] 7.3376371292397e-06 [GeV] +Cell[7,7] 4.0851124707842e-05 [GeV] +Cell[7,35] 0.00019051842976637 [GeV] +Cell[7,27] 0.00024642265122327 [GeV] +Cell[7,28] 6.0203274770174e-06 [GeV] +Cell[8,17] 9.8348885795758e-06 [GeV] +Cell[2,17] 0.0064176400983803 [GeV] +Cell[8,0] 8.5436935187317e-06 [GeV] +Cell[5,47] 2.0700031200249e-09 [GeV] +Cell[7,18] 1.0517828172851e-08 [GeV] +Cell[9,43] 9.1855107783658e-06 [GeV] +Cell[7,17] 1.1014059816716e-05 [GeV] +Cell[13,28] 1.7601134197321e-05 [GeV] +Cell[4,42] 0.00080852986782315 [GeV] +Cell[4,43] 0.00024847096070494 [GeV] +Cell[4,44] 0.0026357784246925 [GeV] +Cell[4,47] 0.00083254122030485 [GeV] +Cell[6,20] 8.8997105194721e-06 [GeV] +Cell[5,21] 0.000143093284722 [GeV] +Cell[4,19] 0.00091868655584551 [GeV] +Cell[7,30] 9.6613966576342e-06 [GeV] +Cell[5,43] 1.823110489704e-05 [GeV] +Cell[6,1] 1.1779180000303e-05 [GeV] +Cell[3,40] 0.0051133168759652 [GeV] +Cell[2,40] 1.6108070390146e-06 [GeV] +Cell[2,41] 8.0545478881504e-06 [GeV] +Cell[7,29] 4.3045612983406e-08 [GeV] +Cell[6,31] 0.0022230562248433 [GeV] +Cell[6,30] 4.5433539850137e-06 [GeV] +Cell[4,41] 0.13490916971584 [GeV] +Cell[3,41] 0.00093584895935101 [GeV] +Cell[5,17] 0.00032270256228719 [GeV] +Cell[8,43] 1.1145177442813e-05 [GeV] +Cell[4,16] 6.1203291406855e-06 [GeV] +Cell[6,27] 0.00027781714623154 [GeV] +Cell[5,16] 0.00024735524744494 [GeV] +Cell[3,32] 0.0032736224897763 [GeV] +Cell[3,45] 0.036546324612199 [GeV] +Cell[5,42] 0.00067870111275522 [GeV] +Cell[5,41] 0.067348808047552 [GeV] +Cell[2,16] 7.7449536009226e-05 [GeV] +Cell[2,22] 4.4383025902789e-05 [GeV] +Cell[2,32] 0.0021246700146045 [GeV] +Cell[4,22] 1.558726595249e-06 [GeV] +Cell[3,0] 3.0278737511821e-05 [GeV] +Cell[3,38] 6.9030059385113e-06 [GeV] +Cell[5,40] 0.0017874009983104 [GeV] +Cell[1,29] 0.001734189944683 [GeV] +Cell[3,47] 0.00024656944612354 [GeV] +Cell[1,3] 0.0009900144273779 [GeV] +Cell[3,42] 2.6215362595394e-08 [GeV] +Cell[1,30] 2.651072331355e-05 [GeV] +Cell[3,39] 0.00049207087603986 [GeV] +Cell[2,37] 1.2267450714717e-05 [GeV] +Cell[3,46] 0.0056982460719101 [GeV] +Cell[7,40] 3.1616090564057e-07 [GeV] +Cell[5,13] 6.4013156224973e-06 [GeV] +Cell[11,18] 1.6112728335429e-06 [GeV] +Cell[11,17] 8.7631199858151e-07 [GeV] +Cell[12,45] 3.4978645271622e-07 [GeV] +Cell[12,44] 6.3968855600251e-05 [GeV] +Cell[12,13] 1.3642424542923e-05 [GeV] +Cell[6,18] 1.0047560586827e-05 [GeV] +Cell[6,17] 2.598750506877e-05 [GeV] +Cell[4,40] 0.00088253024578728 [GeV] +Cell[5,44] 3.4363487173323e-05 [GeV] +Cell[5,22] 1.38230980956e-05 [GeV] +Cell[18,30] 0.0024635946502679 [GeV] +Cell[10,18] 0.0009878600913471 [GeV] +Cell[5,27] 1.0087424481753e-05 [GeV] +Cell[4,45] 0.00059320114341259 [GeV] +Cell[3,31] 0.001598548332694 [GeV] +Cell[7,34] 0.00041600178547856 [GeV] +Cell[1,38] 0.00012770156740078 [GeV] +Cell[18,31] 1.2780961909129e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 77 cells : 0.28505528647252 (GeV) Source track ID 5068 (pi+,1.8607759867074[GeV]) at (-197.34131315697,459.4087571232,-617.88836230729) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[4,11] 0.0055304083593682 [GeV] -Cell[4,10] 0.008328399995122 [GeV] -Cell[2,21] 0.00028234141143116 [GeV] -Cell[7,13] 0.0041732089652297 [GeV] -Cell[7,33] 4.4259650167078e-09 [GeV] -Cell[7,11] 7.1248541644309e-10 [GeV] -Cell[8,13] 0.0002289360563102 [GeV] -Cell[8,12] 9.6883707954021e-07 [GeV] -Cell[7,14] 0.00041949717876969 [GeV] -Cell[7,12] 7.1625738056355e-05 [GeV] -Cell[7,15] 7.07557244084e-06 [GeV] -Cell[6,12] 0.00082648973260211 [GeV] -Cell[4,36] 5.1362119265832e-06 [GeV] -Cell[8,0] 1.0897906577156e-11 [GeV] -Cell[5,47] 9.5231214363594e-06 [GeV] -Cell[5,36] 0.00040447979193993 [GeV] -Cell[4,35] 2.9144571760753e-07 [GeV] -Cell[4,42] 3.4123254590668e-06 [GeV] -Cell[9,47] 0.00086767945816882 [GeV] -Cell[8,47] 0.00052673586817241 [GeV] -Cell[5,43] 0.0007286051818738 [GeV] -Cell[2,40] 0.0017863236071303 [GeV] -Cell[2,41] 0.0015003858208038 [GeV] -Cell[3,28] 5.9466368071526e-06 [GeV] -Cell[7,32] 9.8214368335903e-09 [GeV] -Cell[6,30] 4.3786675407318e-05 [GeV] -Cell[5,17] 3.9674514811168e-06 [GeV] -Cell[3,20] 0.00022153044050549 [GeV] -Cell[3,21] 9.9569286931001e-09 [GeV] -Cell[4,15] 0.0054796808541698 [GeV] -Cell[4,16] 0.0030950934685594 [GeV] -Cell[5,9] 0.0024170249967016 [GeV] -Cell[1,42] 2.2705875482643e-05 [GeV] -Cell[5,14] 0.64244804850334 [GeV] -Cell[5,10] 0.057273940356584 [GeV] -Cell[5,2] 4.8394757186543e-08 [GeV] -Cell[5,16] 0.0030318218526348 [GeV] -Cell[0,37] 1.5844672743697e-06 [GeV] -Cell[1,6] 9.9722032318823e-06 [GeV] -Cell[3,16] 0.0022230510621662 [GeV] -Cell[3,15] 0.0023586115570971 [GeV] -Cell[2,22] 6.6072557431198e-06 [GeV] -Cell[5,35] 0.0005365254549323 [GeV] -Cell[5,46] 2.3487843869134e-05 [GeV] -Cell[5,11] 0.061740996717472 [GeV] -Cell[4,33] 5.5225433723535e-05 [GeV] -Cell[6,13] 0.015671040693806 [GeV] -Cell[6,14] 0.19593294737174 [GeV] -Cell[1,41] 0.00019179724842797 [GeV] -Cell[5,13] 0.01590024158818 [GeV] -Cell[6,11] 0.00075234857816918 [GeV] -Cell[5,3] 3.0432535038472e-07 [GeV] -Cell[5,12] 0.0031208738785615 [GeV] -Cell[7,47] 0.007346795524327 [GeV] -Cell[4,45] 1.2716469500447e-05 [GeV] -Cell[4,13] 0.0044433410158661 [GeV] -Cell[4,14] 0.003475967481998 [GeV] -Cell[6,15] 0.090797630338673 [GeV] -Cell[5,15] 0.017994078302879 [GeV] -Cell[3,14] 0.0001168273240346 [GeV] -Cell[4,29] 3.3918805023859e-05 [GeV] -Cell[4,28] 0.00017268440981479 [GeV] -Cell[6,17] 0.00070814296827154 [GeV] -Cell[6,16] 0.00021113278084613 [GeV] -### Total energy deposition in calorimeter by a source track in 64 cells : 1.1635839962142 (GeV) +Cell[8,11] 6.0260828846367e-05 [GeV] +Cell[7,13] 0.0081259134907078 [GeV] +Cell[8,10] 0.00022665078987893 [GeV] +Cell[8,8] 0.0044551592405321 [GeV] +Cell[9,10] 5.3850205913477e-05 [GeV] +Cell[7,10] 8.6173773891005e-06 [GeV] +Cell[8,13] 0.0044813108486778 [GeV] +Cell[7,9] 1.7519492212159e-07 [GeV] +Cell[8,45] 9.2735909902331e-08 [GeV] +Cell[8,12] 0.0022471331313497 [GeV] +Cell[7,14] 0.018899157489777 [GeV] +Cell[6,47] 4.2960920158066e-05 [GeV] +Cell[7,42] 0.0026100648675127 [GeV] +Cell[7,12] 0.0032749024431989 [GeV] +Cell[9,11] 0.00064898926371768 [GeV] +Cell[9,8] 4.862488625804e-06 [GeV] +Cell[7,15] 0.0078881199636044 [GeV] +Cell[6,12] 0.0016245031109668 [GeV] +Cell[7,25] 7.2292898494197e-09 [GeV] +Cell[7,27] 0.0013079857850695 [GeV] +Cell[7,26] 2.0800507627428e-10 [GeV] +Cell[6,26] 1.6704018840755e-05 [GeV] +Cell[6,25] 0.00074352893668623 [GeV] +Cell[7,28] 0.00044286204418529 [GeV] +Cell[7,16] 0.0018351904793401 [GeV] +Cell[8,17] 3.3742981031537e-10 [GeV] +Cell[7,46] 0.00034188862310339 [GeV] +Cell[8,41] 7.7459982712753e-06 [GeV] +Cell[4,39] 3.2661023316905e-05 [GeV] +Cell[4,36] 4.2777344899605e-06 [GeV] +Cell[8,38] 1.8177703248057e-07 [GeV] +Cell[7,43] 0.00039720834633836 [GeV] +Cell[2,38] 4.2068359778114e-07 [GeV] +Cell[10,25] 2.6691946550272e-07 [GeV] +Cell[9,33] 2.786614375168e-05 [GeV] +Cell[10,39] 2.9758641396711e-06 [GeV] +Cell[10,40] 0.00046848159766409 [GeV] +Cell[5,31] 0.0014771130902683 [GeV] +Cell[7,20] 1.6861946438439e-05 [GeV] +Cell[6,35] 3.2693738830858e-08 [GeV] +Cell[7,18] 0.0070663588353246 [GeV] +Cell[8,42] 0.0010218404297408 [GeV] +Cell[7,17] 0.0049924566031903 [GeV] +Cell[15,28] 1.0332337050158e-05 [GeV] +Cell[4,37] 0.0017895917996409 [GeV] +Cell[4,35] 6.5282157179354e-06 [GeV] +Cell[10,26] 8.1388273974881e-07 [GeV] +Cell[9,47] 0.0062449606202949 [GeV] +Cell[9,0] 4.1372506530024e-06 [GeV] +Cell[6,24] 0.00026975431918777 [GeV] +Cell[8,47] 0.0010520382940485 [GeV] +Cell[4,47] 1.6180730599444e-06 [GeV] +Cell[11,41] 0.001117039312492 [GeV] +Cell[11,40] 2.3695317712509e-06 [GeV] +Cell[6,20] 9.9938597062533e-05 [GeV] +Cell[5,43] 1.5412648790516e-06 [GeV] +Cell[15,29] 0.0004516916015516 [GeV] +Cell[9,34] 0.0013210366405054 [GeV] +Cell[2,39] 7.992622258007e-05 [GeV] +Cell[3,29] 1.9380193552934e-06 [GeV] +Cell[11,37] 0.00083741181444573 [GeV] +Cell[10,37] 5.2105997165199e-06 [GeV] +Cell[6,31] 1.5550133412034e-08 [GeV] +Cell[6,32] 9.570968072353e-06 [GeV] +Cell[6,46] 6.3939077563191e-07 [GeV] +Cell[3,41] 5.0514600297902e-06 [GeV] +Cell[2,45] 0.0029484756497651 [GeV] +Cell[5,17] 0.0016102563017203 [GeV] +Cell[8,14] 0.0021406401191281 [GeV] +Cell[9,41] 0.0009640764948266 [GeV] +Cell[8,34] 4.2047872739204e-11 [GeV] +Cell[9,42] 0.00078773582837096 [GeV] +Cell[4,15] 3.2459502108395e-10 [GeV] +Cell[8,43] 8.1424484355921e-05 [GeV] +Cell[8,44] 8.3313069569613e-07 [GeV] +Cell[5,34] 0.00072418502069377 [GeV] +Cell[4,16] 6.9667563593612e-09 [GeV] +Cell[5,14] 0.0093840628381798 [GeV] +Cell[2,3] 0.00025776884955087 [GeV] +Cell[5,2] 4.3312613561284e-06 [GeV] +Cell[2,44] 0.0015825594245728 [GeV] +Cell[5,16] 0.0071488683180206 [GeV] +Cell[1,10] 1.8569498497527e-06 [GeV] +Cell[2,4] 3.0948082132682e-05 [GeV] +Cell[2,5] 2.4060012026439e-06 [GeV] +Cell[0,46] 0.00019601098129647 [GeV] +Cell[4,31] 0.00095780273050212 [GeV] +Cell[2,2] 0.0004480984669807 [GeV] +Cell[5,35] 6.8776921580138e-10 [GeV] +Cell[5,30] 1.5940624900395e-05 [GeV] +Cell[3,38] 7.302270969376e-07 [GeV] +Cell[5,46] 7.7478023285948e-10 [GeV] +Cell[3,23] 5.3467994690095e-05 [GeV] +Cell[0,45] 2.3997371022233e-06 [GeV] +Cell[6,13] 0.0081801652870067 [GeV] +Cell[6,14] 0.32975587164441 [GeV] +Cell[7,44] 1.1784558591899e-06 [GeV] +Cell[5,13] 5.3795601968432e-07 [GeV] +Cell[6,11] 7.5859831577645e-05 [GeV] +Cell[6,4] 2.91606062965e-05 [GeV] +Cell[8,20] 3.8063879677793e-05 [GeV] +Cell[10,38] 4.4355586200254e-05 [GeV] +Cell[8,18] 1.1182832508894e-08 [GeV] +Cell[10,13] 4.2367244896013e-06 [GeV] +Cell[16,47] 6.7683881497942e-06 [GeV] +Cell[6,18] 8.5716948308345e-07 [GeV] +Cell[6,17] 0.0026649180414947 [GeV] +Cell[8,39] 4.8177276994465e-09 [GeV] +Cell[6,19] 5.1958187832497e-06 [GeV] +Cell[8,33] 1.5171480322351e-07 [GeV] +Cell[5,15] 0.0024298057917037 [GeV] +Cell[7,19] 0.0031191143735502 [GeV] +Cell[4,38] 0.00085673482078914 [GeV] +Cell[6,16] 0.37502773300503 [GeV] +Cell[5,12] 1.924148807575e-08 [GeV] +Cell[6,15] 0.39784624641466 [GeV] +Cell[9,1] 3.1530639826087e-05 [GeV] +Cell[5,32] 3.444784705539e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 118 cells : 1.237668655058 (GeV) Source track ID 5065 (gamma,1.5112205487345[GeV]) at (-499.81457207558,13.615929674816,-1633.5784615142) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[7,26] 3.8540524696549e-05 [GeV] -Cell[11,21] 0.00047245838530345 [GeV] -Cell[2,39] 0.00051099891 [GeV] -Cell[4,3] 0.00051099891 [GeV] -Cell[5,5] 0.00051099891 [GeV] -Cell[1,24] 0.056004153416503 [GeV] -Cell[1,23] 1.3940634082834 [GeV] -Cell[0,23] 0.0033264987029401 [GeV] -Cell[1,22] 0.0082935162280565 [GeV] -Cell[6,7] 0.00051099891 [GeV] -Cell[2,44] 0.00040106931230704 [GeV] -Cell[0,8] 0.00067557445818209 [GeV] -Cell[0,17] 0.00010992959769296 [GeV] -Cell[1,8] 0.00024590805523659 [GeV] -Cell[0,37] 0.00058449725695985 [GeV] -Cell[3,33] 0.0031500982376207 [GeV] -Cell[1,6] 0.00054403034100257 [GeV] -Cell[0,46] 0.0018123001583302 [GeV] -Cell[3,8] 0.00064381687369255 [GeV] -Cell[1,1] 0.00051099891 [GeV] -Cell[2,24] 0.00043278713635906 [GeV] -Cell[1,43] 0.00039636571115161 [GeV] -Cell[0,2] 0.0032253871541337 [GeV] -Cell[2,14] 0.00050017591322196 [GeV] -Cell[0,1] 0.0071445694590255 [GeV] -### Total energy deposition in calorimeter by a source track in 25 cells : 1.4846200797558 (GeV) +Cell[7,45] 0.00021420993057443 [GeV] +Cell[1,25] 0.0023219385055468 [GeV] +Cell[2,25] 0.00086028622579447 [GeV] +Cell[10,39] 0.00063735933540216 [GeV] +Cell[5,45] 0.0036017048815586 [GeV] +Cell[4,43] 0.00051099891 [GeV] +Cell[2,10] 0.00054509293756587 [GeV] +Cell[2,41] 0.00044715883696756 [GeV] +Cell[2,46] 0.00051099891 [GeV] +Cell[4,2] 0.00037126097125222 [GeV] +Cell[7,1] 0.00070257159927916 [GeV] +Cell[1,24] 0.051306174978848 [GeV] +Cell[0,24] 0.0031871868971674 [GeV] +Cell[0,19] 0.001919461099779 [GeV] +Cell[1,23] 1.3785058608207 [GeV] +Cell[0,23] 0.009743386022705 [GeV] +Cell[1,22] 0.0015978586578022 [GeV] +Cell[0,6] 0.002351793550095 [GeV] +Cell[0,4] 0.00051099891 [GeV] +Cell[0,25] 0.00025868285163501 [GeV] +Cell[0,18] 0.0020864919938144 [GeV] +Cell[3,5] 0.00041063294245261 [GeV] +Cell[1,18] 0.0014715673356282 [GeV] +Cell[3,10] 0.00051099891 [GeV] +Cell[1,8] 0.00039446381524938 [GeV] +Cell[3,3] 0.00051099891 [GeV] +Cell[0,36] 0.0013950540891764 [GeV] +Cell[3,33] 0.0013496323705929 [GeV] +Cell[3,34] 0.00066761933730568 [GeV] +Cell[3,32] 0.0012201120318272 [GeV] +Cell[3,35] 0.00023252257971461 [GeV] +Cell[1,46] 0.0021031656290706 [GeV] +Cell[1,47] 0.00038555643900904 [GeV] +Cell[2,47] 0.0016846163819421 [GeV] +Cell[4,0] 0.00079606804406176 [GeV] +Cell[2,11] 0.00039780478679134 [GeV] +Cell[2,0] 0.0038795462707362 [GeV] +Cell[0,13] 0.00051099891 [GeV] +Cell[0,14] 0.00060366830891642 [GeV] +Cell[4,1] 0.00040484054201874 [GeV] +Cell[3,9] 0.0019058467865466 [GeV] +Cell[0,47] 0.00071140849412908 [GeV] +Cell[2,36] 0.00047111470226097 [GeV] +Cell[0,41] 0.00051099891 [GeV] +Cell[0,35] 0.0041987441541805 [GeV] +Cell[2,15] 0.0010226849719759 [GeV] +Cell[0,1] 0.00043935637146959 [GeV] +### Total energy deposition in calorimeter by a source track in 47 cells : 1.4903814988516 (GeV) Source track ID 5066 (gamma,2.1679106429722[GeV]) at (-488.39602897378,-107.09490596027,-1544.0566821353) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[7,6] 0.00085794199005305 [GeV] -Cell[1,25] 1.3832310136334 [GeV] -Cell[2,25] 0.65402422545253 [GeV] -Cell[6,12] 0.0011178734330383 [GeV] -Cell[2,38] 0.00051099891 [GeV] -Cell[1,33] 0.00095237324004011 [GeV] -Cell[2,7] 0.0010114249183289 [GeV] -Cell[1,24] 0.017087049222438 [GeV] -Cell[0,7] 0.00051099891 [GeV] -Cell[5,9] 0.00060407008152122 [GeV] -Cell[1,2] 0.00090012735791335 [GeV] -Cell[1,10] 0.00086735131043628 [GeV] -Cell[2,5] 0.00050436395931665 [GeV] -Cell[0,39] 0.0007234878225306 [GeV] -Cell[1,26] 0.078594477814548 [GeV] -Cell[2,1] 0.00051099891 [GeV] -Cell[2,26] 0.006477480042157 [GeV] -Cell[2,24] 0.0030708623761745 [GeV] -Cell[5,12] 0.0011175937661739 [GeV] -Cell[2,14] 0.00065127867009638 [GeV] -Cell[1,28] 0.00023659532903328 [GeV] -Cell[1,40] 0.0028622666299982 [GeV] -### Total energy deposition in calorimeter by a source track in 22 cells : 2.1564248537798 (GeV) +Cell[4,12] 0.0027462903057786 [GeV] +Cell[1,25] 0.95038164647844 [GeV] +Cell[2,25] 1.1241356355323 [GeV] +Cell[3,36] 0.0042338810890602 [GeV] +Cell[2,7] 0.00054828022976809 [GeV] +Cell[2,6] 0.0010170886599389 [GeV] +Cell[4,6] 0.00072894479901988 [GeV] +Cell[1,34] 0.0021057738003585 [GeV] +Cell[1,35] 0.0017906235677504 [GeV] +Cell[1,24] 0.0041659418639349 [GeV] +Cell[0,20] 0.00023724663040289 [GeV] +Cell[1,22] 0.001401852043112 [GeV] +Cell[0,26] 0.00059705654733482 [GeV] +Cell[0,25] 0.023519684347662 [GeV] +Cell[0,18] 0.0011030130679117 [GeV] +Cell[5,14] 0.0028500309605033 [GeV] +Cell[2,3] 0.0012512311943168 [GeV] +Cell[1,7] 0.001541654991322 [GeV] +Cell[4,7] 0.00021745383848535 [GeV] +Cell[0,15] 0.0010158345082471 [GeV] +Cell[0,11] 0.00051682676523005 [GeV] +Cell[3,35] 0.00051099891 [GeV] +Cell[1,26] 0.011935686754116 [GeV] +Cell[3,15] 0.00094148982674616 [GeV] +Cell[1,4] 0.00024302423514902 [GeV] +Cell[2,1] 0.00071321730798795 [GeV] +Cell[2,26] 0.0058860544296288 [GeV] +Cell[1,1] 0.00054047459989138 [GeV] +Cell[2,24] 0.0027791050286919 [GeV] +Cell[16,1] 0.00051099891 [GeV] +Cell[0,1] 0.0025547750273313 [GeV] +### Total energy deposition in calorimeter by a source track in 31 cells : 2.1527218162504 (GeV) Source track ID 5025 (pi-,0.39138162242658[GeV]) at (-224.35553848576,446.83844099491,-1618.5462298556) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[7,42] 0.00014034986555157 [GeV] -Cell[0,40] 0.00087738526629869 [GeV] -Cell[10,25] 0.0034968478009328 [GeV] -Cell[2,7] 0.002183090667442 [GeV] -Cell[10,26] 0.00061693344529399 [GeV] -Cell[7,30] 1.4140678104013e-09 [GeV] -Cell[2,28] 0.00032664090836238 [GeV] -Cell[3,28] 1.0737376345219e-05 [GeV] -Cell[2,29] 4.67617023196e-05 [GeV] -Cell[3,27] 5.9951787534374e-10 [GeV] -Cell[1,44] 0.0051383348199258 [GeV] -Cell[3,2] 2.0341809761248e-07 [GeV] -Cell[1,17] 1.560489977237e-09 [GeV] -Cell[1,16] 0.0019902263109931 [GeV] -Cell[3,11] 0.0012403392386567 [GeV] -Cell[3,10] 2.939086779952e-05 [GeV] -Cell[0,17] 5.1474483905508e-05 [GeV] -Cell[1,7] 0.0013655675687335 [GeV] -Cell[2,8] 0.048496729412443 [GeV] -Cell[1,9] 0.00025939280741477 [GeV] -Cell[3,3] 2.620845407364e-11 [GeV] -Cell[0,15] 0.00043002946245558 [GeV] -Cell[0,39] 0.00047127693178095 [GeV] -Cell[1,6] 0.00051099891 [GeV] -Cell[2,16] 6.8900136511729e-09 [GeV] -Cell[3,7] 7.0677616006378e-06 [GeV] -Cell[1,39] 3.618976499979e-06 [GeV] -Cell[1,14] 0.00084765526959863 [GeV] -Cell[1,13] 1.7666297033429e-05 [GeV] -Cell[1,15] 0.1454586400975 [GeV] -Cell[1,12] 2.8256992023671e-05 [GeV] -Cell[0,14] 2.2118911147118e-12 [GeV] -Cell[3,8] 0.0010198749346948 [GeV] -Cell[0,16] 2.9312970983256e-05 [GeV] -Cell[10,30] 0.00040321471555308 [GeV] -Cell[4,8] 2.4813925847411e-06 [GeV] -Cell[0,30] 0.00044301684399602 [GeV] -Cell[9,37] 0.00049626367530594 [GeV] -Cell[1,43] 3.3525375736644e-05 [GeV] -Cell[1,40] 0.0011378776277752 [GeV] -Cell[0,29] 5.6840572506189e-07 [GeV] -### Total energy deposition in calorimeter by a source track in 41 cells : 0.21761176309388 (GeV) +Cell[1,21] 9.3777384386158e-06 [GeV] +Cell[1,20] 0.0002575278616963 [GeV] +Cell[1,19] 0.00010420151797791 [GeV] +Cell[2,3] 0.00037022234010662 [GeV] +Cell[1,2] 7.9813190518166e-05 [GeV] +Cell[1,0] 0.010718196654231 [GeV] +Cell[1,47] 0.0018702456877756 [GeV] +Cell[2,47] 2.0532607974019e-05 [GeV] +Cell[2,2] 0.00092062921898738 [GeV] +Cell[2,1] 0.14292850134248 [GeV] +Cell[2,0] 0.038345526207775 [GeV] +Cell[1,15] 0.14843385846958 [GeV] +Cell[1,1] 0.00015400348594801 [GeV] +Cell[0,1] 3.2144439786748e-05 [GeV] +Cell[2,34] 0.0022385512966612 [GeV] +### Total energy deposition in calorimeter by a source track in 15 cells : 0.34648333205994 (GeV) Source track ID 4998 (pi+,4.0201145966647[GeV]) at (-418.65608108641,-273.36255370729,-1790.7114001931) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[0,28] 0.20196667646672 [GeV] -Cell[1,28] 0.016345526178619 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.21831220264534 (GeV) - -Source track ID 4999 (neutron,7.3741998938947[GeV]) at (-413.0762339184,-281.72331279429,-1776.1644807987) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[1,28] 1.1870569171151e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 1.1870569171151e-05 (GeV) +Cell[8,11] 6.3543543361675e-06 [GeV] +Cell[2,21] 2.1546147763729e-09 [GeV] +Cell[8,10] 1.5617109761479e-07 [GeV] +Cell[9,19] 0.00090843171663357 [GeV] +Cell[8,13] 8.5860509134363e-06 [GeV] +Cell[8,12] 0.00062115679490705 [GeV] +Cell[6,47] 0.00071672187084087 [GeV] +Cell[1,25] 8.9414295416645e-09 [GeV] +Cell[7,25] 0.00011696893008593 [GeV] +Cell[7,26] 0.00095357869675263 [GeV] +Cell[6,0] 0.003207529957547 [GeV] +Cell[7,46] 0.0034727576051891 [GeV] +Cell[5,31] 2.5562019754943e-07 [GeV] +Cell[5,45] 1.0664449655451e-07 [GeV] +Cell[7,20] 0.0011613019619281 [GeV] +Cell[8,5] 0.00027175753857999 [GeV] +Cell[1,33] 4.4911689474247e-06 [GeV] +Cell[6,8] 8.6111125710886e-06 [GeV] +Cell[9,18] 0.00069662986629987 [GeV] +Cell[9,22] 6.3784452806431e-05 [GeV] +Cell[11,4] 4.141712679484e-10 [GeV] +Cell[11,3] 0.0012024184824299 [GeV] +Cell[10,44] 0.00014111042078218 [GeV] +Cell[4,44] 0.00032764355708889 [GeV] +Cell[2,10] 3.6906788847773e-05 [GeV] +Cell[6,1] 0.0020246336942532 [GeV] +Cell[3,40] 6.3937855884433e-08 [GeV] +Cell[2,40] 0.00076244868021274 [GeV] +Cell[2,28] 1.372165002067e-09 [GeV] +Cell[2,29] 6.058685357857e-10 [GeV] +Cell[10,37] 2.8575815353179e-05 [GeV] +Cell[11,2] 0.00023827218895116 [GeV] +Cell[6,31] 1.6443664208055e-11 [GeV] +Cell[6,32] 8.7513698993007e-06 [GeV] +Cell[6,30] 4.3229857566303e-06 [GeV] +Cell[6,21] 1.6277433587675e-09 [GeV] +Cell[4,41] 0.00080735495316401 [GeV] +Cell[2,45] 6.6770791003933e-05 [GeV] +Cell[8,21] 1.475855242461e-10 [GeV] +Cell[10,33] 0.0011062842625084 [GeV] +Cell[4,18] 0.00054122126249354 [GeV] +Cell[3,18] 7.6313218160067e-06 [GeV] +Cell[17,14] 0.00018573846313188 [GeV] +Cell[7,1] 0.0029005492082792 [GeV] +Cell[7,0] 0.0056537795100454 [GeV] +Cell[0,33] 2.7140448393766e-05 [GeV] +Cell[1,34] 0.0054664997617719 [GeV] +Cell[1,35] 5.2113954639594e-05 [GeV] +Cell[1,44] 0.00054274837480193 [GeV] +Cell[1,24] 1.4915908250259e-05 [GeV] +Cell[0,20] 0.00073441329789532 [GeV] +Cell[0,19] 0.00021529621170871 [GeV] +Cell[4,23] 0.0030196495382941 [GeV] +Cell[1,22] 3.332259572926e-05 [GeV] +Cell[1,31] 0.0037899739561211 [GeV] +Cell[0,26] 0.0073224212422079 [GeV] +Cell[0,25] 0.0016146455319078 [GeV] +Cell[0,18] 0.0014057349520552 [GeV] +Cell[1,19] 7.352844113484e-08 [GeV] +Cell[6,44] 8.6994980531585e-05 [GeV] +Cell[4,16] 1.1200615495909e-05 [GeV] +Cell[4,17] 1.4490352477878e-06 [GeV] +Cell[1,42] 1.2957311810169e-09 [GeV] +Cell[2,3] 0.00091146359930929 [GeV] +Cell[4,32] 4.881192362518e-07 [GeV] +Cell[1,0] 0.00077062188154204 [GeV] +Cell[2,44] 0.00056550832492746 [GeV] +Cell[7,2] 4.7248525768396e-05 [GeV] +Cell[1,18] 1.137611689046e-06 [GeV] +Cell[1,16] 0.0019108798069641 [GeV] +Cell[3,12] 6.9824112979404e-06 [GeV] +Cell[0,17] 7.3353224433959e-07 [GeV] +Cell[1,8] 0.00032983900424347 [GeV] +Cell[1,7] 0.0060598475914585 [GeV] +Cell[3,4] 0.0017918141250718 [GeV] +Cell[2,4] 8.7791008925592e-05 [GeV] +Cell[0,36] 4.118774086237e-10 [GeV] +Cell[0,42] 0.0048845196977361 [GeV] +Cell[1,45] 0.0078934047970256 [GeV] +Cell[1,47] 5.6160930136684e-05 [GeV] +Cell[2,43] 0.0025143283519254 [GeV] +Cell[0,39] 1.3757281703874e-07 [GeV] +Cell[1,6] 9.7826705314219e-09 [GeV] +Cell[1,5] 1.4267483493313e-08 [GeV] +Cell[1,32] 3.3751481623767e-08 [GeV] +Cell[1,26] 0.018115166228277 [GeV] +Cell[0,46] 0.00052264729030742 [GeV] +Cell[0,27] 0.14304415404216 [GeV] +Cell[2,20] 8.9642126113176e-09 [GeV] +Cell[2,2] 3.2434289020443e-05 [GeV] +Cell[1,4] 2.0510200294666e-05 [GeV] +Cell[2,11] 0.0021384555952313 [GeV] +Cell[0,31] 0.011350004229777 [GeV] +Cell[0,28] 1.8882186583063 [GeV] +Cell[1,29] 0.021283258877395 [GeV] +Cell[1,14] 0.00070262230619744 [GeV] +Cell[1,30] 0.051638698413106 [GeV] +Cell[2,30] 0.00057879066242731 [GeV] +Cell[1,13] 0.0053277105471538 [GeV] +Cell[1,15] 0.00045406451946815 [GeV] +Cell[1,12] 0.001353969257528 [GeV] +Cell[3,8] 1.642678398639e-09 [GeV] +Cell[1,37] 0.0010673302408791 [GeV] +Cell[2,37] 2.2760010528145e-05 [GeV] +Cell[1,1] 0.00048305707204429 [GeV] +Cell[0,45] 0.0020494428838529 [GeV] +Cell[1,41] 6.16423235806e-06 [GeV] +Cell[7,3] 6.7102631305715e-07 [GeV] +Cell[6,3] 0.0011601778340677 [GeV] +Cell[6,2] 0.0054569112560361 [GeV] +Cell[3,9] 2.5255878631469e-07 [GeV] +Cell[13,43] 0.00069292591662846 [GeV] +Cell[10,38] 0.00081881108303673 [GeV] +Cell[8,18] 6.213059510128e-05 [GeV] +Cell[8,19] 1.5617115423083e-10 [GeV] +Cell[7,21] 0.00024666243898309 [GeV] +Cell[2,14] 2.4447217583656e-12 [GeV] +Cell[12,11] 4.3267209548503e-08 [GeV] +Cell[4,40] 2.6792157098043e-07 [GeV] +Cell[5,44] 1.3643121801124e-05 [GeV] +Cell[8,4] 7.9437011470418e-07 [GeV] +Cell[6,22] 1.064210437471e-05 [GeV] +Cell[9,21] 0.0013538030879008 [GeV] +Cell[2,31] 1.7110083190346e-06 [GeV] +Cell[0,47] 0.00027240375243923 [GeV] +Cell[4,45] 0.001075734195271 [GeV] +Cell[6,33] 0.00066694687503878 [GeV] +Cell[0,41] 0.0010561400404349 [GeV] +Cell[0,35] 6.3542187563144e-06 [GeV] +Cell[2,15] 3.3732276884848e-06 [GeV] +Cell[0,1] 0.014080732898975 [GeV] +Cell[1,28] 0.021632089380173 [GeV] +Cell[0,29] 0.02137289204771 [GeV] +Cell[0,30] 0.0019957668465416 [GeV] +Cell[1,27] 0.15082228996822 [GeV] +Cell[3,13] 1.6770709007005e-05 [GeV] +Cell[10,3] 3.7222926039249e-08 [GeV] +Cell[1,40] 2.4970958093718e-05 [GeV] +Cell[0,34] 0.0049981829586334 [GeV] +Cell[1,43] 1.851634671084e-05 [GeV] +Cell[1,36] 0.00025228603337928 [GeV] +Cell[0,2] 0.008517225003737 [GeV] +Cell[0,3] 3.1646154431655e-05 [GeV] +Cell[7,47] 0.00061268958302253 [GeV] +### Total energy deposition in calorimeter by a source track in 144 cells : 2.4661216398043 (GeV) Source track ID 4995 (anti_neutron,5.3948206100571[GeV]) at (-415.09134243251,-278.74572182829,-1871.4579101789) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[4,9] 0.00074963031970741 [GeV] -Cell[8,7] 1.1030038062017e-05 [GeV] -Cell[9,19] 0.00016191562279971 [GeV] -Cell[4,21] 0.0035855115355658 [GeV] -Cell[10,8] 0.00099331953652264 [GeV] -Cell[9,8] 2.0602845092071e-05 [GeV] -Cell[1,25] 3.0752153892536e-05 [GeV] -Cell[6,25] 1.3368895417898e-07 [GeV] -Cell[3,36] 6.8420747993514e-08 [GeV] -Cell[4,36] 3.1725109010949e-08 [GeV] -Cell[4,20] 0.0066306310795295 [GeV] -Cell[0,40] 0.004450342845972 [GeV] -Cell[7,43] 5.9513957239687e-08 [GeV] -Cell[5,31] 2.589431591332e-05 [GeV] -Cell[9,18] 3.9639417082071e-10 [GeV] -Cell[11,11] 6.0785613546614e-05 [GeV] -Cell[12,10] 0.001401346748149 [GeV] -Cell[10,9] 1.7400199112672e-09 [GeV] -Cell[11,9] 0.0005223559555219 [GeV] -Cell[11,8] 0.0084319785481875 [GeV] -Cell[2,6] 0.00064925106106023 [GeV] -Cell[4,35] 9.4047824518384e-06 [GeV] -Cell[10,47] 2.7744076505769e-06 [GeV] -Cell[4,44] 4.8404315066364e-08 [GeV] -Cell[4,47] 0.00030236928683064 [GeV] -Cell[10,0] 1.4638018386904e-05 [GeV] -Cell[4,19] 1.5820079414652e-06 [GeV] -Cell[3,40] 0.0043699261034641 [GeV] -Cell[2,41] 5.6561754252016e-07 [GeV] -Cell[2,23] 0.0041919867265273 [GeV] -Cell[2,28] 2.1510129499802e-09 [GeV] -Cell[2,29] 8.8019079385049e-09 [GeV] -Cell[13,7] 1.9560044393074e-09 [GeV] -Cell[3,41] 0.0023915433153138 [GeV] -Cell[4,5] 1.4195746389305e-06 [GeV] -Cell[4,4] 0.0025464519999576 [GeV] -Cell[5,1] 1.4314221567474e-05 [GeV] -Cell[9,41] 2.7811772995847e-05 [GeV] -Cell[12,9] 0.014978788906861 [GeV] -Cell[9,42] 0.0010566698380359 [GeV] -Cell[3,1] 0.00021047877376304 [GeV] -Cell[5,5] 0.00052028342688493 [GeV] -Cell[0,33] 4.9713304622401e-07 [GeV] -Cell[1,35] 0.000547012632915 [GeV] -Cell[11,7] 0.00014748425165794 [GeV] -Cell[1,44] 0.011565442870139 [GeV] -Cell[1,24] 0.0027940173844371 [GeV] -Cell[0,24] 7.9005562874954e-05 [GeV] -Cell[0,20] 0.0019572981761656 [GeV] -Cell[0,19] 0.00023787099010042 [GeV] -Cell[0,22] 6.5597234643064e-06 [GeV] -Cell[1,23] 0.01711984294812 [GeV] -Cell[0,23] 3.6411787034012e-05 [GeV] -Cell[1,20] 0.00092080517771635 [GeV] -Cell[1,22] 0.00010230685949591 [GeV] -Cell[0,6] 0.0016770558602065 [GeV] -Cell[0,5] 0.00020341777652584 [GeV] -Cell[0,4] 7.6513940292898e-05 [GeV] -Cell[1,31] 0.0009688844837101 [GeV] -Cell[2,13] 0.0020631212754261 [GeV] -Cell[2,12] 0.0006456552895814 [GeV] -Cell[0,26] 0.0030466701036755 [GeV] -Cell[0,25] 0.0017239752499022 [GeV] -Cell[0,9] 0.00049721411662647 [GeV] -Cell[0,18] 0.0065796214417561 [GeV] -Cell[2,33] 0.0018586987228594 [GeV] -Cell[1,19] 0.0010082325906156 [GeV] -Cell[5,34] 0.00023611699888625 [GeV] -Cell[1,42] 0.0010425504018276 [GeV] -Cell[3,43] 1.9120518118143e-08 [GeV] -Cell[3,44] 0.0013406405559363 [GeV] -Cell[2,42] 4.3509773340134e-05 [GeV] -Cell[4,32] 0.0010891163016853 [GeV] -Cell[5,2] 0.00025493459759548 [GeV] -Cell[1,2] 0.0011566325361923 [GeV] -Cell[2,44] 0.0018918605866731 [GeV] -Cell[1,18] 3.3512167249228e-07 [GeV] -Cell[1,17] 0.000754174040816 [GeV] -Cell[1,16] 5.337893526405e-05 [GeV] -Cell[3,11] 7.2230153018609e-06 [GeV] -Cell[3,10] 4.1571325273253e-06 [GeV] -Cell[3,12] 0.0035571592802372 [GeV] -Cell[0,17] 0.0013749301819373 [GeV] -Cell[1,9] 0.090597663386606 [GeV] -Cell[3,4] 5.034164787503e-06 [GeV] -Cell[2,4] 0.0006967944992008 [GeV] -Cell[0,37] 6.5862910069313e-05 [GeV] -Cell[0,36] 0.049342679205577 [GeV] -Cell[0,15] 0.00043004316322405 [GeV] -Cell[5,7] 5.6243865807346e-06 [GeV] -Cell[3,32] 1.2358445587779e-08 [GeV] -Cell[0,43] 0.0009693690840059 [GeV] -Cell[1,45] 0.00021042764328683 [GeV] -Cell[2,47] 0.00045986444036824 [GeV] -Cell[2,43] 0.0028490291422095 [GeV] -Cell[3,45] 2.0927860954544e-05 [GeV] -Cell[0,39] 0.011402703048079 [GeV] -Cell[1,6] 0.0034800623916533 [GeV] -Cell[1,5] 0.00015917332200434 [GeV] -Cell[1,32] 3.2238738521073e-05 [GeV] -Cell[2,19] 3.6829451026733e-05 [GeV] -Cell[1,26] 3.1977459730115e-07 [GeV] -Cell[4,31] 0.0090206119356942 [GeV] -Cell[4,30] 2.7092461823486e-07 [GeV] -Cell[0,27] 0.040480393924503 [GeV] -Cell[2,20] 0.074849830714637 [GeV] -Cell[2,32] 0.00064034270017783 [GeV] -Cell[2,2] 0.039346891669212 [GeV] -Cell[4,0] 0.0010623894107842 [GeV] -Cell[2,11] 5.3034020762539e-05 [GeV] -Cell[5,35] 4.1878743213601e-06 [GeV] -Cell[0,31] 0.0017189044416513 [GeV] -Cell[0,28] 2.2412250976826 [GeV] -Cell[1,39] 6.0547114117071e-08 [GeV] -Cell[0,38] 0.006173484192969 [GeV] -Cell[1,29] 0.0018927402848818 [GeV] -Cell[1,14] 1.8527787149651e-05 [GeV] -Cell[5,11] 1.0293209925294e-07 [GeV] -Cell[3,42] 0.00021471032897769 [GeV] -Cell[1,30] 0.0025736832080476 [GeV] -Cell[2,30] 0.00054325740340153 [GeV] -Cell[1,13] 0.0003012019104159 [GeV] -Cell[0,13] 0.0060687140296372 [GeV] -Cell[1,15] 0.00062102997972002 [GeV] -Cell[1,12] 3.2969546737149e-10 [GeV] -Cell[4,46] 8.5298509696941e-05 [GeV] -Cell[3,46] 0.0016288673874868 [GeV] -Cell[1,1] 7.0875665250242e-05 [GeV] -Cell[0,45] 0.001849923404424 [GeV] -Cell[4,33] 4.1300838347524e-08 [GeV] -Cell[1,41] 0.091106518083306 [GeV] -Cell[6,4] 4.8707543688806e-06 [GeV] -Cell[12,8] 0.012405454284563 [GeV] -Cell[12,7] 0.0014587967421777 [GeV] -Cell[12,6] 0.0021575666336971 [GeV] -Cell[10,11] 0.00037806563580955 [GeV] -Cell[12,5] 1.4489431513312e-06 [GeV] -Cell[10,41] 1.0652001947165e-11 [GeV] -Cell[13,10] 0.00088370287892894 [GeV] -Cell[8,18] 0.00039957681675708 [GeV] -Cell[4,45] 6.8293345945904e-05 [GeV] -Cell[4,8] 0.0016895541940521 [GeV] -Cell[4,40] 6.8853644188493e-06 [GeV] -Cell[0,30] 0.026673623028446 [GeV] -Cell[10,42] 2.642773528919e-06 [GeV] -Cell[9,37] 0.0008104416495114 [GeV] -Cell[1,43] 0.010086817688424 [GeV] -Cell[0,2] 0.0020217869285541 [GeV] -Cell[1,28] 0.12983710624916 [GeV] -Cell[1,40] 0.00098791750437294 [GeV] -Cell[0,29] 0.3895836872061 [GeV] -Cell[1,27] 0.0055044688600139 [GeV] -Cell[0,3] 0.00040219511180692 [GeV] -Cell[0,35] 0.0076695593777798 [GeV] -Cell[3,31] 0.004764462277677 [GeV] -Cell[0,32] 0.0081662732411755 [GeV] -Cell[9,20] 8.0700402395451e-07 [GeV] -Cell[9,12] 0.0012937561790366 [GeV] -Cell[2,31] 4.5012191959927e-05 [GeV] -Cell[0,34] 0.00087317346043494 [GeV] -Cell[19,32] 9.6356744734294e-08 [GeV] -Cell[19,33] 1.1188240233651e-06 [GeV] -### Total energy deposition in calorimeter by a source track in 162 cells : 3.4175318818 (GeV) +Cell[7,35] 0.0010215683447024 [GeV] +Cell[4,37] 0.0014265872265679 [GeV] +Cell[2,40] 8.8947462734537e-05 [GeV] +Cell[2,41] 0.0072957441290607 [GeV] +Cell[7,32] 0.00019816629125653 [GeV] +Cell[5,4] 0.0030981690251748 [GeV] +Cell[4,3] 9.0055982216199e-06 [GeV] +Cell[3,18] 5.3509193530772e-06 [GeV] +Cell[5,5] 0.00093614841286211 [GeV] +Cell[1,23] 0.00014533985071648 [GeV] +Cell[0,23] 0.00010662308525309 [GeV] +Cell[1,22] 3.980598441558e-06 [GeV] +Cell[1,31] 0.00051559763426598 [GeV] +Cell[2,13] 2.6097761169922e-05 [GeV] +Cell[0,26] 1.6470232716529e-05 [GeV] +Cell[5,9] 0.0020051949909916 [GeV] +Cell[3,17] 2.9164392326493e-06 [GeV] +Cell[3,12] 0.000472434874295 [GeV] +Cell[1,6] 1.6753591073211e-05 [GeV] +Cell[1,5] 3.9768685237505e-06 [GeV] +Cell[1,32] 4.4979375388721e-09 [GeV] +Cell[0,27] 0.00082309468064989 [GeV] +Cell[0,31] 0.0023994013251555 [GeV] +Cell[0,28] 0.40535268916864 [GeV] +Cell[1,29] 2.7649697442712e-05 [GeV] +Cell[1,30] 0.00046140169991315 [GeV] +Cell[1,41] 0.00011558137926022 [GeV] +Cell[5,3] 0.005498055766972 [GeV] +Cell[5,33] 0.00050994761726338 [GeV] +Cell[1,28] 3.4508140524849e-06 [GeV] +Cell[0,29] 0.0271737874217 [GeV] +Cell[0,30] 0.0044698627684703 [GeV] +Cell[3,13] 5.4094071656436e-06 [GeV] +Cell[1,40] 0.011926069237256 [GeV] +Cell[0,32] 8.5518453323971e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 35 cells : 0.47624699727182 (GeV) Source track ID 4984 (e-,0.00090101831329999[GeV]) at (-236.21813905942,-440.68241487414,-1939.2517755647) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[0,32] 1.4490624571641e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 1.4490624571641e-05 (GeV) +Cell[0,32] 6.1668204813564e-06 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 6.1668204813564e-06 (GeV) Source track ID 4896 (pi-,5.4472485115985[GeV]) at (-299.00341880184,-400.74549971872,-1915.5484683114) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[0,31] 0.15375222313071 [GeV] -Cell[0,30] 0.0037376105085525 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.15748983363926 (GeV) +Cell[0,31] 0.12462395169559 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.12462395169559 (GeV) Source track ID 4854 (e-,0.00072474280267595[GeV]) at (-444.9347190606,-228.10764076301,-1805.2357841332) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[0,27] 2.8457122592209e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 2.8457122592209e-05 (GeV) +Cell[0,27] 0.00021374389267595 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00021374389267595 (GeV) Source track ID 3572 (pi-,5.0454956932765[GeV]) at (-463.67569079687,-187.09584111906,-1931.5201329033) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[0,26] 0.093908202576756 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.093908202576756 (GeV) +Cell[0,26] 0.13238654345892 [GeV] +Cell[0,27] 0.00075759008563171 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.13314413354455 (GeV) Source track ID 4699 (pi-,26.431198148964[GeV]) at (-348.7630971408,-358.27964228066,-1955.4469823598) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[0,30] 0.093538338416238 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.093538338416238 (GeV) +Cell[0,30] 0.074552486266722 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.074552486266722 (GeV) Source track ID 4700 (pi+,1.1826369510799[GeV]) at (-499.00058167932,31.597776562614,-1753.9494730695) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[1,25] 0.0022562473676609 [GeV] -Cell[5,25] 8.0363525694338e-07 [GeV] -Cell[5,24] 4.6575786268477e-07 [GeV] -Cell[5,1] 1.1809011127639e-05 [GeV] -Cell[0,33] 0.022752217670271 [GeV] -Cell[1,24] 2.412481169813e-06 [GeV] -Cell[0,24] 0.010269171089084 [GeV] -Cell[0,21] 0.004616150275627 [GeV] -Cell[0,20] 0.00087386217093433 [GeV] -Cell[0,22] 0.1404482259889 [GeV] -Cell[1,23] 0.068631501017791 [GeV] -Cell[0,23] 0.5516263130013 [GeV] -Cell[1,22] 0.0019866195946143 [GeV] -Cell[0,25] 0.0018462266407112 [GeV] -Cell[0,9] 0.013999204581708 [GeV] -Cell[1,9] 0.0084856914121879 [GeV] -Cell[1,10] 0.00034683052124933 [GeV] -Cell[1,47] 0.0026919244191956 [GeV] -Cell[0,39] 0.00047056507853624 [GeV] -Cell[3,47] 1.1971511412412e-08 [GeV] -Cell[2,30] 4.3163192458451e-08 [GeV] -Cell[3,46] 3.4148528720834e-07 [GeV] -Cell[1,1] 0.00091084270195173 [GeV] -Cell[5,0] 1.9680378500198e-09 [GeV] -Cell[0,2] 0.0048264927303757 [GeV] -Cell[0,32] 0.0024684927780087 [GeV] -Cell[2,31] 9.7683077910915e-08 [GeV] -Cell[0,34] 1.5238647847582e-08 [GeV] -### Total energy deposition in calorimeter by a source track in 28 cells : 0.83952258143527 (GeV) +Cell[1,23] 0.066187406018679 [GeV] +Cell[0,23] 0.17530780023199 [GeV] +Cell[2,31] 0.00029902066374211 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.24179422691441 (GeV) Source track ID 4697 (gamma,1.5279055119092[GeV]) at (-73.254819193428,-494.60462135421,-436.11294835244) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[7,33] 0.0011577248390319 [GeV] -Cell[7,36] 0.00246219096045 [GeV] -Cell[7,35] 0.11810556175904 [GeV] -Cell[8,3] 0.0023948484884059 [GeV] -Cell[8,34] 0.0029416129781247 [GeV] -Cell[8,35] 0.00054527885180035 [GeV] -Cell[5,14] 6.8076941935763e-05 [GeV] -Cell[5,13] 0.00043934614330624 [GeV] -Cell[7,34] 1.3989398935138 [GeV] -Cell[6,33] 0.00051099891 [GeV] -### Total energy deposition in calorimeter by a source track in 10 cells : 1.5275655333859 (GeV) +Cell[8,10] 0.0013799334793885 [GeV] +Cell[7,33] 0.013246091639344 [GeV] +Cell[7,41] 0.00099678671422542 [GeV] +Cell[7,36] 0.00042640589403282 [GeV] +Cell[7,9] 0.002085178391388 [GeV] +Cell[7,35] 0.13978520139386 [GeV] +Cell[6,34] 0.00079998646970049 [GeV] +Cell[6,35] 4.376857076615e-05 [GeV] +Cell[8,34] 0.00051099891 [GeV] +Cell[8,35] 0.0015379320714883 [GeV] +Cell[13,5] 0.0010631263247605 [GeV] +Cell[4,15] 0.00018806914105659 [GeV] +Cell[5,8] 0.00047435300948499 [GeV] +Cell[6,14] 0.00051099891 [GeV] +Cell[13,12] 0.00075177734292443 [GeV] +Cell[9,38] 0.00031459381440296 [GeV] +Cell[12,21] 0.00023130713006293 [GeV] +Cell[8,33] 0.0045591894921174 [GeV] +Cell[7,19] 0.00054311705479187 [GeV] +Cell[7,34] 1.3558760362832 [GeV] +### Total energy deposition in calorimeter by a source track in 20 cells : 1.525324852037 (GeV) Source track ID 4698 (gamma,2.1921548366006[GeV]) at (-105.19675513121,-488.80839058865,-488.29268687399) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[7,33] 0.074012326991157 [GeV] -Cell[7,35] 0.008371705306756 [GeV] -Cell[6,34] 0.027809234896631 [GeV] -Cell[8,26] 0.0016049795185869 [GeV] -Cell[6,35] 0.00017187849807442 [GeV] -Cell[7,31] 0.00018616387908068 [GeV] -Cell[2,10] 0.00051099891 [GeV] -Cell[6,27] 0.00047872686677725 [GeV] -Cell[1,11] 0.00060717380312377 [GeV] -Cell[3,8] 0.0012368448395413 [GeV] -Cell[11,15] 0.0044818588530178 [GeV] -Cell[7,34] 2.0586230148097 [GeV] -Cell[6,33] 0.013558943890352 [GeV] -### Total energy deposition in calorimeter by a source track in 13 cells : 2.1916538510628 (GeV) +Cell[3,6] 0.0010675697730803 [GeV] +Cell[7,33] 0.075965049949386 [GeV] +Cell[7,36] 0.0017202243229672 [GeV] +Cell[7,9] 0.0019770637052441 [GeV] +Cell[7,35] 0.037601320319327 [GeV] +Cell[7,14] 0.00060251220092594 [GeV] +Cell[6,34] 0.041861504361464 [GeV] +Cell[7,28] 0.0011041345916291 [GeV] +Cell[6,35] 0.0064669381643204 [GeV] +Cell[10,10] 0.0011124671849827 [GeV] +Cell[10,5] 0.00086814791421866 [GeV] +Cell[2,33] 8.0233286369676e-06 [GeV] +Cell[5,18] 0.00051099891 [GeV] +Cell[4,25] 0.0025384406001887 [GeV] +Cell[4,24] 0.00019057290095472 [GeV] +Cell[6,33] 0.015690754985338 [GeV] +Cell[7,34] 1.9980866881829 [GeV] +Cell[9,12] 0.0043972961732069 [GeV] +### Total energy deposition in calorimeter by a source track in 18 cells : 2.1917697075688 (GeV) Source track ID 4695 (gamma,0.076632669216442[GeV]) at (-300.435996881,399.67263075937,200.63474681959) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[10,16] 0.00051099891 [GeV] -Cell[13,37] 0.00051099891 [GeV] -Cell[11,19] 0.00015831680611105 [GeV] -Cell[11,17] 0.00080609043624901 [GeV] -Cell[11,15] 0.0031091070254895 [GeV] -Cell[11,16] 0.071113177743764 [GeV] -### Total energy deposition in calorimeter by a source track in 6 cells : 0.076208689831614 (GeV) +Cell[10,16] 0.00030589386194087 [GeV] +Cell[11,17] 0.0051665192936091 [GeV] +Cell[11,16] 0.071160256060892 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.076632669216442 (GeV) Source track ID 4696 (gamma,0.17932025858732[GeV]) at (-255.57095700135,429.74816571734,-559.8002992084) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[7,15] 0.0031166252611333 [GeV] -Cell[7,16] 0.096426214901473 [GeV] -Cell[4,39] 0.00019285326704418 [GeV] -Cell[5,47] 0.00076461818245168 [GeV] -Cell[5,4] 0.0067878605408074 [GeV] -Cell[8,44] 0.00055647359780343 [GeV] -Cell[5,39] 0.00024170397390682 [GeV] -Cell[3,42] 0.00094942955314159 [GeV] -Cell[6,14] 0.00065289779207771 [GeV] -Cell[9,39] 0.00051099891 [GeV] -Cell[5,3] 0.00033246524125328 [GeV] -Cell[6,15] 0.0029650531586785 [GeV] -Cell[6,17] 0.0010375978333443 [GeV] -Cell[6,16] 0.064785466374209 [GeV] -### Total energy deposition in calorimeter by a source track in 14 cells : 0.17932025858732 (GeV) +Cell[7,15] 0.0056666735613084 [GeV] +Cell[7,16] 0.15402287301107 [GeV] +Cell[10,39] 0.0029936895239206 [GeV] +Cell[10,7] 0.00065873907835067 [GeV] +Cell[0,26] 0.0025921289826873 [GeV] +Cell[6,16] 0.0020139862832946 [GeV] +Cell[6,15] 0.0088360780621227 [GeV] +Cell[9,2] 0.0019218252185247 [GeV] +### Total energy deposition in calorimeter by a source track in 8 cells : 0.17870599372128 (GeV) Source track ID 3576 (pi-,0.22761671221737[GeV]) at (38.741090188302,498.4968685268,-1283.4161110812) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[6,28] 3.0413017407227e-07 [GeV] -Cell[8,13] 0.00013840936099882 [GeV] -Cell[8,12] 4.7119657438088e-09 [GeV] -Cell[11,29] 2.0681811438408e-06 [GeV] -Cell[5,36] 1.4400359941646e-07 [GeV] -Cell[11,28] 0.00035740441381984 [GeV] -Cell[5,37] 1.6648808377795e-07 [GeV] -Cell[10,27] 0.0073362036908877 [GeV] -Cell[6,46] 4.3837346282089e-05 [GeV] -Cell[4,6] 0.001783440719754 [GeV] -Cell[2,12] 2.056484518107e-07 [GeV] -Cell[3,11] 0.17007433681057 [GeV] -Cell[3,10] 0.0059302087016165 [GeV] -Cell[3,12] 2.5710517138577e-07 [GeV] -Cell[4,7] 6.475219688582e-07 [GeV] -Cell[3,7] 0.00058074888876524 [GeV] -Cell[3,8] 0.0079576077559406 [GeV] -Cell[3,26] 3.5081055830233e-07 [GeV] -Cell[3,9] 0.001143968618593 [GeV] -Cell[5,3] 2.0443794492166e-06 [GeV] -Cell[4,13] 1.6531332221348e-06 [GeV] -Cell[9,12] 3.4564948236948e-10 [GeV] -### Total energy deposition in calorimeter by a source track in 22 cells : 0.19535401276667 (GeV) +Cell[4,10] 3.7314263704502e-07 [GeV] +Cell[4,9] 0.0026035799380305 [GeV] +Cell[8,6] 4.2517087422311e-08 [GeV] +Cell[7,20] 0.00051757155162672 [GeV] +Cell[6,24] 8.1997701660157e-06 [GeV] +Cell[10,43] 8.4076145867584e-10 [GeV] +Cell[11,41] 5.0910089805711e-07 [GeV] +Cell[6,20] 0.00063453982205976 [GeV] +Cell[3,28] 0.0010202240424082 [GeV] +Cell[3,29] 1.1440759612015e-05 [GeV] +Cell[6,21] 6.2148684804697e-06 [GeV] +Cell[2,45] 9.4028890998743e-08 [GeV] +Cell[3,27] 0.0021516823004124 [GeV] +Cell[3,1] 1.3760999718215e-06 [GeV] +Cell[1,24] 3.090561949648e-08 [GeV] +Cell[4,23] 0.00070267685315741 [GeV] +Cell[5,23] 0.00015331382271074 [GeV] +Cell[1,19] 3.8970695255557e-05 [GeV] +Cell[5,9] 0.0034090887637631 [GeV] +Cell[5,10] 8.4360465171358e-05 [GeV] +Cell[2,42] 0.001045264010051 [GeV] +Cell[1,18] 1.492427723133e-05 [GeV] +Cell[1,16] 0.0003295769134221 [GeV] +Cell[3,11] 0.017845610109343 [GeV] +Cell[3,10] 0.007256478563962 [GeV] +Cell[3,12] 7.3715069978789e-05 [GeV] +Cell[2,8] 0.0010197045168334 [GeV] +Cell[0,37] 9.5376241370104e-07 [GeV] +Cell[2,43] 0.00081522077908994 [GeV] +Cell[3,45] 1.6325035858813e-05 [GeV] +Cell[3,15] 4.0313964152233e-05 [GeV] +Cell[3,0] 0.00010941224739292 [GeV] +Cell[3,7] 2.4430919438601e-09 [GeV] +Cell[1,39] 6.532651636428e-05 [GeV] +Cell[0,38] 0.00018570825660925 [GeV] +Cell[3,47] 2.8776573482901e-05 [GeV] +Cell[1,15] 0.00020333559397852 [GeV] +Cell[3,8] 0.00041705654746534 [GeV] +Cell[4,46] 9.1862942739112e-05 [GeV] +Cell[3,46] 0.0038275602418638 [GeV] +Cell[3,26] 0.0017379063825345 [GeV] +Cell[1,41] 5.134018138051e-07 [GeV] +Cell[3,9] 0.0016603766952979 [GeV] +Cell[7,24] 0.00032344842541056 [GeV] +Cell[7,21] 0.00065901404239229 [GeV] +Cell[10,42] 0.00016718607624773 [GeV] +Cell[8,33] 3.0529226030922e-05 [GeV] +Cell[5,22] 1.7250375531148e-06 [GeV] +Cell[6,22] 1.3553847111325e-10 [GeV] +Cell[9,6] 1.173543338723e-06 [GeV] +Cell[6,33] 0.00071392708007829 [GeV] +Cell[1,38] 0.0012079250938548 [GeV] +Cell[2,36] 9.533277346236e-05 [GeV] +Cell[3,13] 0.0018767902647612 [GeV] +Cell[1,40] 6.6982058342546e-08 [GeV] +Cell[3,14] 0.0018963284602196 [GeV] +### Total energy deposition in calorimeter by a source track in 56 cells : 0.055103662274638 (GeV) Source track ID 4572 (gamma,0.31054837923301[GeV]) at (447.33312732682,223.36757418212,253.26070782363) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[11,6] 0.0025032301141362 [GeV] -Cell[10,4] 0.00051099891 [GeV] -Cell[11,4] 0.0073448183613351 [GeV] -Cell[11,3] 0.28525628510313 [GeV] -Cell[12,3] 0.00086992208092808 [GeV] -Cell[11,2] 0.0098013277907961 [GeV] -Cell[9,40] 0.0017348906438719 [GeV] -Cell[3,31] 0.00083334179151558 [GeV] -### Total energy deposition in calorimeter by a source track in 8 cells : 0.30885481479571 (GeV) +Cell[11,4] 0.00051099891 [GeV] +Cell[11,3] 0.30892044151637 [GeV] +Cell[11,2] 0.0011169388066314 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.310548379233 (GeV) Source track ID 4573 (gamma,0.15995014937721[GeV]) at (486.2206820888,-116.57378911703,276.45970734161) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[9,9] 0.00048639175118216 [GeV] -Cell[13,22] 0.00020140608801106 [GeV] -Cell[11,46] 0.14867342677098 [GeV] -Cell[11,45] 0.0083633269239462 [GeV] -Cell[11,7] 0.0016055272505847 [GeV] -Cell[14,9] 0.00055475660386281 [GeV] -### Total energy deposition in calorimeter by a source track in 6 cells : 0.15988483538857 (GeV) +Cell[11,47] 0.00021247446744076 [GeV] +Cell[11,46] 0.14545949345868 [GeV] +Cell[11,45] 0.0081396106600442 [GeV] +Cell[16,20] 0.00026080280996502 [GeV] +Cell[16,26] 0.0020930129351011 [GeV] +Cell[18,31] 0.0037847550459741 [GeV] +### Total energy deposition in calorimeter by a source track in 6 cells : 0.15995014937721 (GeV) Source track ID 4543 (pi+,0.58322964021203[GeV]) at (-499.15972434926,28.975327221119,858.17046130888) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[14,25] 3.0902419093763e-05 [GeV] -Cell[13,22] 0.0003605215208172 [GeV] -Cell[14,22] 0.11889689548251 [GeV] -Cell[15,11] 9.654173435365e-07 [GeV] -Cell[15,44] 0.001034469379931 [GeV] -Cell[11,7] 8.0066249938682e-06 [GeV] -Cell[15,22] 0.0038975886977068 [GeV] -Cell[14,23] 0.17801602966158 [GeV] -Cell[14,21] 0.0011638118520833 [GeV] -Cell[13,23] 0.00019906789936044 [GeV] -Cell[16,34] 0.0013131187746717 [GeV] -Cell[15,43] 1.1072863605932e-07 [GeV] -Cell[15,0] 0.0001841578714816 [GeV] -Cell[15,46] 1.2094805872835e-05 [GeV] -Cell[15,47] 0.00013015965617797 [GeV] -Cell[15,45] 1.8229245324619e-07 [GeV] -Cell[18,42] 0.0039291929008291 [GeV] -Cell[15,21] 0.0012374791944073 [GeV] -Cell[14,24] 0.0213872404971 [GeV] -Cell[15,15] 0.00065274038850369 [GeV] -Cell[10,18] 2.5890845302001e-06 [GeV] -Cell[15,24] 0.080256382215267 [GeV] -Cell[15,23] 0.0022626892484934 [GeV] -Cell[16,43] 0.0001142050652827 [GeV] -Cell[10,17] 0.000388581199805 [GeV] -Cell[15,12] 1.1750817066059e-08 [GeV] -### Total energy deposition in calorimeter by a source track in 26 cells : 0.41547919462975 (GeV) +Cell[14,31] 5.0552476401208e-05 [GeV] +Cell[14,25] 0.00089494619591994 [GeV] +Cell[13,25] 0.0015078991421495 [GeV] +Cell[14,22] 0.0013551954802402 [GeV] +Cell[17,4] 0.00094744395758696 [GeV] +Cell[14,23] 0.22576751413178 [GeV] +Cell[14,21] 4.055597308934e-07 [GeV] +Cell[16,34] 0.00067793782648118 [GeV] +Cell[16,33] 8.394272993894e-05 [GeV] +Cell[14,15] 0.0018601059299472 [GeV] +Cell[15,23] 0.16110185008582 [GeV] +Cell[14,16] 1.0219827818219e-06 [GeV] +Cell[14,24] 1.3045579468098e-06 [GeV] +Cell[15,33] 1.447332351745e-10 [GeV] +Cell[17,10] 3.229772017221e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 15 cells : 0.39428241792163 (GeV) Source track ID 4527 (gamma,1.004682788758[GeV]) at (-131.64956905467,-482.35711974399,294.93685951191) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[11,47] 0.00020141645446305 [GeV] -Cell[11,32] 0.0053509726193408 [GeV] -Cell[12,33] 0.0096427240264786 [GeV] -Cell[11,33] 0.76695978227609 [GeV] -Cell[11,34] 0.19035541673988 [GeV] -Cell[10,47] 0.0001157222132648 [GeV] -Cell[10,0] 0.00041056118622987 [GeV] -Cell[10,33] 0.0077792267912967 [GeV] -Cell[12,34] 0.00059994159794754 [GeV] -Cell[11,35] 0.0010405972982859 [GeV] -Cell[12,0] 0.0012214116668642 [GeV] -Cell[14,9] 0.00069133863391553 [GeV] -Cell[13,9] 0.00045905456530022 [GeV] -Cell[14,15] 0.0012089262410008 [GeV] -### Total energy deposition in calorimeter by a source track in 14 cells : 0.98603709231036 (GeV) +Cell[11,31] 0.00018124753135157 [GeV] +Cell[11,32] 0.00015564713377716 [GeV] +Cell[12,32] 0.0007902166815563 [GeV] +Cell[12,33] 0.0042535518611613 [GeV] +Cell[11,33] 0.55513204387624 [GeV] +Cell[11,34] 0.43159649709969 [GeV] +Cell[12,34] 0.0038393162831715 [GeV] +Cell[11,35] 0.0043396961080144 [GeV] +Cell[5,7] 0.00031212828759566 [GeV] +### Total energy deposition in calorimeter by a source track in 9 cells : 1.0006003448626 (GeV) Source track ID 4540 (gamma,0.047344912284535[GeV]) at (-167.6917755668,-471.04083518019,257.21356697034) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[11,33] 0.044280399080871 [GeV] -Cell[11,34] 0.0025445328041097 [GeV] -Cell[10,34] 0.00051998039955466 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.047344912284535 (GeV) +Cell[11,32] 0.002400130620267 [GeV] +Cell[11,33] 0.044944781664268 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.047344912284535 (GeV) Source track ID 4529 (e-,0.45572972920221[GeV]) at (-121.13190369133,-485.10520705113,252.3185994497) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[11,32] 0.00034270829775008 [GeV] -Cell[12,33] 0.0012338912878802 [GeV] -Cell[11,33] 0.014025830388879 [GeV] -Cell[11,34] 0.43513443116012 [GeV] -Cell[11,35] 0.0028535258960432 [GeV] -Cell[11,7] 0.0016283432615314 [GeV] -### Total energy deposition in calorimeter by a source track in 6 cells : 0.45521873029221 (GeV) +Cell[10,36] 0.000700451922199 [GeV] +Cell[11,33] 0.0043864041030896 [GeV] +Cell[11,34] 0.43985004093434 [GeV] +Cell[10,34] 0.0035567825496858 [GeV] +Cell[10,35] 0.0010422750037134 [GeV] +Cell[11,35] 0.0041777668414463 [GeV] +Cell[6,9] 0.00013883070319286 [GeV] +### Total energy deposition in calorimeter by a source track in 7 cells : 0.45385255205766 (GeV) Source track ID 4531 (gamma,0.00095137690391003[GeV]) at (-188.9631430854,-462.91784428264,253.59877302816) Original primary track ID 31 (unknown,691.32334101424[GeV]) @@ -4455,280 +4694,300 @@ Cell[11,32] 0.00042957638698552 [GeV] Source track ID 4530 (e+,0.6400920826122[GeV]) at (-233.54818700119,-442.10320553967,252.81438153271) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[11,29] 0.00081776467174738 [GeV] -Cell[9,33] 0.00021317990481097 [GeV] -Cell[11,31] 0.035687068898412 [GeV] -Cell[11,32] 0.59923671088226 [GeV] -Cell[9,24] 0.0017533900233279 [GeV] -Cell[11,30] 0.0004203032670675 [GeV] -Cell[11,33] 0.0006535216589919 [GeV] -Cell[10,32] 0.00089087916602599 [GeV] -Cell[2,29] 0.00019496168020503 [GeV] -### Total energy deposition in calorimeter by a source track in 9 cells : 0.63986778015285 (GeV) +Cell[11,31] 0.060494495770012 [GeV] +Cell[11,32] 0.56955717530548 [GeV] +Cell[12,31] 0.0021000969450825 [GeV] +Cell[12,30] 0.0056057182887507 [GeV] +Cell[11,30] 0.00051099891 [GeV] +Cell[11,3] 0.00032090098552153 [GeV] +Cell[11,33] 0.00050607447426616 [GeV] +Cell[11,46] 0.00012464822455355 [GeV] +Cell[10,31] 0.00094081709983986 [GeV] +### Total energy deposition in calorimeter by a source track in 9 cells : 0.64016092600351 (GeV) Source track ID 3562 (gamma,0.17435926984906[GeV]) at (-435.61886486003,245.43065126032,445.72702586482) Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[12,19] 0.0084295789396734 [GeV] -Cell[14,46] 0.00076662949242305 [GeV] -Cell[12,21] 0.0039281377551286 [GeV] -Cell[12,20] 0.16122089875891 [GeV] -### Total energy deposition in calorimeter by a source track in 4 cells : 0.17434524494613 (GeV) +Cell[12,18] 0.0016078461754158 [GeV] +Cell[12,19] 0.024505739294713 [GeV] +Cell[12,20] 0.14824568437893 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.17435926984906 (GeV) Source track ID 2988 (pi+,0.27816460875763[GeV]) at (266.40002603081,423.12058107682,15.006142572343) Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[10,6] 0.10531619624991 [GeV] -Cell[10,7] 0.072489029902234 [GeV] -Cell[9,6] 0.0032900519727746 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.18109527812492 (GeV) +Cell[10,6] 0.10349610244617 [GeV] +Cell[10,7] 0.071762157613806 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.17525826005998 (GeV) Source track ID 3547 (gamma,0.67224858404432[GeV]) at (444.05231999685,-229.82066292093,-518.95898316305) Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[7,45] 0.0044095801760786 [GeV] -Cell[6,47] 0.00018064679802503 [GeV] -Cell[7,42] 0.00066622750908558 [GeV] -Cell[6,26] 0.0010349219654027 [GeV] -Cell[7,43] 0.013217335751893 [GeV] -Cell[2,27] 0.00093196153869046 [GeV] -Cell[8,35] 0.00049906880457185 [GeV] -Cell[9,42] 0.00035755721526793 [GeV] -Cell[6,44] 0.0032075634829629 [GeV] -Cell[7,44] 0.63055316120961 [GeV] -Cell[6,4] 0.00041941637806902 [GeV] -Cell[14,33] 0.0019522423921486 [GeV] -Cell[6,43] 0.0063806884504955 [GeV] -Cell[8,39] 0.00048794288533401 [GeV] -Cell[8,15] 0.00051099891 [GeV] -Cell[8,33] 0.0026578976547809 [GeV] -### Total energy deposition in calorimeter by a source track in 16 cells : 0.66746721112242 (GeV) +Cell[7,45] 0.0021294427130781 [GeV] +Cell[7,42] 0.0063603955987905 [GeV] +Cell[7,46] 0.00055872104636029 [GeV] +Cell[6,40] 2.4050915468987e-05 [GeV] +Cell[7,43] 0.0091498383424042 [GeV] +Cell[6,46] 0.0033934673808188 [GeV] +Cell[6,45] 0.013486215240649 [GeV] +Cell[6,44] 0.048290025921985 [GeV] +Cell[6,41] 0.00048694799453101 [GeV] +Cell[7,44] 0.5648868863386 [GeV] +Cell[6,43] 0.022456499360749 [GeV] +Cell[8,37] 0.0010260931908907 [GeV] +### Total energy deposition in calorimeter by a source track in 12 cells : 0.67224858404432 (GeV) Source track ID 3548 (gamma,0.13757172036947[GeV]) at (417.90943082583,-274.50265504514,-190.7461144873) Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[8,45] 0.002085108426756 [GeV] -Cell[8,12] 0.00012087762807466 [GeV] -Cell[9,44] 0.0039723611657016 [GeV] -Cell[9,43] 0.10389081012885 [GeV] -Cell[8,43] 0.026671683643759 [GeV] -Cell[8,44] 0.0004407580944001 [GeV] -### Total energy deposition in calorimeter by a source track in 6 cells : 0.13718159908754 (GeV) +Cell[9,44] 0.00051099891 [GeV] +Cell[9,43] 0.090701377460137 [GeV] +Cell[8,43] 0.032147304590544 [GeV] +Cell[8,44] 0.013273771312583 [GeV] +Cell[12,18] 0.00093826809620184 [GeV] +### Total energy deposition in calorimeter by a source track in 5 cells : 0.13757172036947 (GeV) Source track ID 3519 (kaon-,1.1677299737134[GeV]) at (474.64220307505,-157.20934787747,-18.859639528135) Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[8,10] 2.3290546930639e-06 [GeV] -Cell[8,8] 1.8633154172676e-07 [GeV] -Cell[8,45] 0.0061118166830697 [GeV] -Cell[8,46] 0.00036852431025522 [GeV] -Cell[11,47] 0.011764258864189 [GeV] -Cell[7,25] 0.0050214970776014 [GeV] -Cell[7,26] 0.00051099891 [GeV] -Cell[10,39] 0.00021198818683865 [GeV] -Cell[8,0] 1.6071412005658e-07 [GeV] -Cell[9,44] 0.02162929639261 [GeV] -Cell[9,43] 0.0030526124122226 [GeV] -Cell[15,30] 8.9712093467824e-06 [GeV] -Cell[13,22] 0.0066868092383581 [GeV] -Cell[10,1] 0.0012549626774275 [GeV] -Cell[10,9] 0.00073216108245035 [GeV] -Cell[14,22] 0.0053149021543896 [GeV] -Cell[15,13] 2.2954248765018e-05 [GeV] -Cell[12,46] 0.00049310803252627 [GeV] -Cell[12,22] 0.00014862180390628 [GeV] -Cell[10,44] 0.0018840778335963 [GeV] -Cell[10,45] 0.011581249115842 [GeV] -Cell[9,46] 0.0293720678269 [GeV] -Cell[10,47] 0.015354040257015 [GeV] -Cell[10,46] 0.02461184918725 [GeV] -Cell[11,46] 1.1955440268935e-05 [GeV] -Cell[9,47] 0.021971260479426 [GeV] -Cell[9,0] 7.920519325728e-05 [GeV] -Cell[8,47] 1.1825571971713e-05 [GeV] -Cell[9,45] 0.50899922523242 [GeV] -Cell[10,43] 0.0015594158856237 [GeV] -Cell[10,0] 0.00035257585519008 [GeV] -Cell[11,45] 2.9947614166304e-11 [GeV] -Cell[11,1] 0.0057549006104853 [GeV] -Cell[9,34] 0.00092695207832708 [GeV] -Cell[12,2] 6.2773071294146e-05 [GeV] -Cell[11,2] 0.0011130834537316 [GeV] -Cell[13,7] 2.6570690951075e-05 [GeV] -Cell[8,1] 9.3980474423461e-07 [GeV] -Cell[10,33] 2.6770140524604e-05 [GeV] -Cell[10,34] 0.00034430284693713 [GeV] -Cell[10,35] 4.3974443987054e-06 [GeV] -Cell[13,30] 4.1600747499615e-07 [GeV] -Cell[13,29] 7.7639881783398e-06 [GeV] -Cell[9,42] 5.7455966953057e-09 [GeV] -Cell[17,13] 4.0789086597215e-10 [GeV] -Cell[8,43] 6.4043199264461e-06 [GeV] -Cell[8,44] 0.0013903226889884 [GeV] -Cell[13,40] 0.0022050458769526 [GeV] -Cell[7,23] 8.1424126023194e-05 [GeV] -Cell[12,19] 0.00028854059104157 [GeV] -Cell[11,0] 0.00032888786340015 [GeV] -Cell[12,45] 3.5317454644428e-05 [GeV] -Cell[12,44] 3.7667142578357e-09 [GeV] -Cell[13,44] 0.0015856533982782 [GeV] -Cell[13,45] 2.5755712813407e-06 [GeV] -Cell[13,21] 0.0028216638939954 [GeV] -Cell[14,23] 0.0012163542683654 [GeV] -Cell[14,21] 0.0045709034855887 [GeV] -Cell[11,15] 3.7811135371157e-08 [GeV] -Cell[14,39] 0.0021054306314471 [GeV] -Cell[14,40] 1.8509418005124e-05 [GeV] -Cell[15,39] 0.0016973479403406 [GeV] -Cell[16,29] 0.00065698001009259 [GeV] -Cell[17,11] 3.8442866692549e-05 [GeV] -Cell[13,23] 0.0013469585990544 [GeV] -Cell[10,38] 8.7599471498834e-10 [GeV] -Cell[15,18] 6.3361634965986e-07 [GeV] -Cell[15,17] 1.0034664010163e-06 [GeV] -Cell[14,19] 0.00016164367868214 [GeV] -Cell[12,40] 0.00013048090587108 [GeV] -Cell[13,20] 9.5474925146846e-05 [GeV] -Cell[18,20] 2.7294615720166e-05 [GeV] -Cell[14,20] 0.0030379668283193 [GeV] -Cell[17,12] 3.9615827063244e-09 [GeV] -Cell[10,2] 6.1358703533188e-08 [GeV] -Cell[11,16] 3.827209092151e-07 [GeV] -Cell[7,24] 0.00010460955486633 [GeV] -Cell[9,1] 0.00092332956537734 [GeV] -Cell[18,11] 1.8191781418864e-06 [GeV] -Cell[18,12] 4.227725526107e-09 [GeV] -### Total energy deposition in calorimeter by a source track in 80 cells : 0.71227529764532 (GeV) +Cell[8,22] 0.0010487730923011 [GeV] +Cell[10,8] 2.9166903259465e-05 [GeV] +Cell[8,45] 0.00092219310419341 [GeV] +Cell[11,47] 8.1064888490801e-09 [GeV] +Cell[11,29] 2.1015631500632e-07 [GeV] +Cell[8,41] 1.2797760864487e-05 [GeV] +Cell[7,5] 0.00016680800595714 [GeV] +Cell[9,44] 0.043011731320563 [GeV] +Cell[9,43] 0.0030623742626863 [GeV] +Cell[8,3] 5.0792095862562e-11 [GeV] +Cell[7,4] 0.0011443408264823 [GeV] +Cell[19,23] 6.8116189504508e-06 [GeV] +Cell[11,11] 0.00094651832317733 [GeV] +Cell[10,6] 0.0022062125697013 [GeV] +Cell[12,27] 0.00051099891 [GeV] +Cell[12,30] 5.7256777330622e-05 [GeV] +Cell[13,4] 6.2348704668693e-06 [GeV] +Cell[11,30] 1.592244632775e-06 [GeV] +Cell[11,21] 9.3301187924112e-05 [GeV] +Cell[14,12] 8.9090875317538e-05 [GeV] +Cell[4,37] 0.00035033380347613 [GeV] +Cell[12,24] 0.0050138114821504 [GeV] +Cell[10,44] 0.0029577556575946 [GeV] +Cell[10,45] 0.11305617206132 [GeV] +Cell[9,46] 0.013850057250249 [GeV] +Cell[10,14] 7.8189432299041e-05 [GeV] +Cell[10,47] 0.0025554812555995 [GeV] +Cell[10,46] 0.025692172500626 [GeV] +Cell[4,42] 0.0014026253105447 [GeV] +Cell[15,11] 0.001809827863487 [GeV] +Cell[11,46] 0.0011478807044071 [GeV] +Cell[9,47] 0.003678976018492 [GeV] +Cell[9,0] 0.00082899663867227 [GeV] +Cell[9,45] 0.3909233807553 [GeV] +Cell[10,43] 0.0011286328116777 [GeV] +Cell[10,0] 0.00050067945237424 [GeV] +Cell[15,29] 4.3302232934366e-06 [GeV] +Cell[3,40] 9.0998946689069e-10 [GeV] +Cell[10,37] 0.00014109651053957 [GeV] +Cell[4,41] 5.3232286048797e-06 [GeV] +Cell[3,41] 3.5582898590292e-08 [GeV] +Cell[3,27] 1.911710127024e-05 [GeV] +Cell[9,41] 3.3255017342526e-08 [GeV] +Cell[8,35] 3.6617177946027e-05 [GeV] +Cell[13,19] 0.00060013246035078 [GeV] +Cell[9,40] 5.1135580841219e-05 [GeV] +Cell[12,26] 5.568764754571e-08 [GeV] +Cell[9,42] 0.00044633967680947 [GeV] +Cell[13,5] 2.6030529697891e-06 [GeV] +Cell[17,14] 5.3728048806079e-07 [GeV] +Cell[13,33] 0.00014259340982608 [GeV] +Cell[12,37] 4.8161717131734e-08 [GeV] +Cell[4,15] 0.00035887679228218 [GeV] +Cell[8,44] 0.0035805431909552 [GeV] +Cell[4,16] 0.0043401292437985 [GeV] +Cell[4,17] 9.6388647216372e-06 [GeV] +Cell[4,26] 6.3021898677107e-06 [GeV] +Cell[12,25] 1.9956109172199e-06 [GeV] +Cell[16,5] 8.9002185850404e-06 [GeV] +Cell[5,11] 0.001307159001649 [GeV] +Cell[6,13] 5.6677120676e-05 [GeV] +Cell[9,39] 0.00077733530935825 [GeV] +Cell[7,3] 0.00070390865297975 [GeV] +Cell[7,44] 3.5386281649608e-07 [GeV] +Cell[5,13] 0.00038261489580282 [GeV] +Cell[13,42] 5.202642059885e-07 [GeV] +Cell[14,11] 8.2945854810532e-06 [GeV] +Cell[13,9] 2.8827096684836e-06 [GeV] +Cell[14,9] 1.4807680161198e-05 [GeV] +Cell[9,38] 0.00027409062163429 [GeV] +Cell[9,37] 3.9332995889708e-05 [GeV] +Cell[15,34] 0.00044791269985853 [GeV] +Cell[14,41] 1.1303947016131e-05 [GeV] +Cell[14,35] 1.8350301834289e-06 [GeV] +Cell[13,17] 5.6650359056221e-08 [GeV] +Cell[10,42] 0.00031857473968069 [GeV] +Cell[19,24] 0.00060664019002194 [GeV] +Cell[13,18] 1.3760419016307e-05 [GeV] +Cell[15,35] 4.6945574023994e-05 [GeV] +Cell[16,39] 1.3679640571354e-05 [GeV] +Cell[17,41] 0.00043095961479708 [GeV] +Cell[17,42] 2.0006955800341e-05 [GeV] +Cell[4,40] 8.3866142620082e-07 [GeV] +Cell[4,38] 0.00020571451388889 [GeV] +Cell[13,34] 0.0028320254081709 [GeV] +Cell[14,10] 5.9565246920101e-07 [GeV] +Cell[16,44] 2.7970335213467e-07 [GeV] +Cell[18,23] 8.9925941429101e-06 [GeV] +Cell[14,34] 0.0021911584591998 [GeV] +Cell[16,4] 0.00018133880911228 [GeV] +Cell[18,17] 1.5723609230918e-06 [GeV] +Cell[5,12] 0.0007615854660695 [GeV] +Cell[9,1] 2.0727693935555e-05 [GeV] +Cell[10,3] 0.0011623596653963 [GeV] +Cell[9,2] 6.6859884327641e-08 [GeV] +Cell[14,8] 1.7954074110094e-08 [GeV] +Cell[18,18] 0.0023941591891033 [GeV] +Cell[16,41] 4.4109317823313e-06 [GeV] +Cell[16,42] 6.9767675086041e-09 [GeV] +Cell[15,12] 0.053832256908372 [GeV] +### Total energy deposition in calorimeter by a source track in 100 cells : 0.69712554034673 (GeV) Source track ID 3516 (gamma,0.015859560263227[GeV]) at (453.63011549699,-210.28485041532,-430.35183456153) Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[7,44] 0.015859560263227 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.015859560263227 (GeV) +Cell[6,29] 0.0026771476761381 [GeV] +Cell[7,45] 0.0011588369845307 [GeV] +Cell[5,29] 0.00074251843229269 [GeV] +Cell[7,44] 0.011281057170266 [GeV] +### Total energy deposition in calorimeter by a source track in 4 cells : 0.015859560263227 (GeV) Source track ID 3517 (gamma,0.75885122891297[GeV]) at (497.51078033779,-49.829945290781,326.48051083415) Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[11,47] 0.70819999438118 [GeV] -Cell[12,1] 0.0011189429093838 [GeV] -Cell[12,47] 0.019210113743374 [GeV] -Cell[12,46] 0.0019414294948138 [GeV] -Cell[10,47] 0.00046259122360249 [GeV] -Cell[11,46] 0.011000128751097 [GeV] -Cell[11,45] 0.00034698989605576 [GeV] -Cell[11,1] 0.0018197905710305 [GeV] -Cell[13,37] 0.0055582366739789 [GeV] -Cell[13,1] 0.00051099891 [GeV] -Cell[11,0] 0.0043065391144025 [GeV] -Cell[12,0] 0.0043754732440569 [GeV] -### Total energy deposition in calorimeter by a source track in 12 cells : 0.75885122891297 (GeV) +Cell[11,47] 0.69352114105116 [GeV] +Cell[13,35] 0.0018827577186697 [GeV] +Cell[8,28] 0.0011214419530154 [GeV] +Cell[13,32] 0.00034026898308222 [GeV] +Cell[14,5] 0.00034592209208657 [GeV] +Cell[12,28] 0.0011126185772562 [GeV] +Cell[12,27] 0.00086504377809098 [GeV] +Cell[9,24] 0.00051099891 [GeV] +Cell[11,34] 0.00064302211458045 [GeV] +Cell[12,47] 0.0047466397696425 [GeV] +Cell[12,46] 0.0087616600077204 [GeV] +Cell[11,46] 0.031756040786223 [GeV] +Cell[11,45] 0.0011622014866229 [GeV] +Cell[11,1] 0.00075926792763998 [GeV] +Cell[11,0] 0.0017319176454499 [GeV] +Cell[12,0] 0.0009854901151778 [GeV] +Cell[15,22] 0.0016363838830932 [GeV] +Cell[10,18] 0.0025155325694719 [GeV] +### Total energy deposition in calorimeter by a source track in 18 cells : 0.75439834936899 (GeV) Source track ID 3274 (mu-,0.90747186102164[GeV]) at (-495.01092354563,-70.45697673407,1794.0604343839) Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[16,8] 0.00047199025906088 [GeV] -Cell[18,25] 0.008380239918566 [GeV] -Cell[19,25] 0.15595107161654 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.16480330179417 (GeV) +Cell[19,25] 0.22538611656008 [GeV] +Cell[19,26] 0.0024049264559831 [GeV] +Cell[18,25] 0.014251890628626 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.24204293364469 (GeV) Source track ID 3258 (gamma,0.12620965025075[GeV]) at (-487.28250301992,-112.05249774389,703.88980967664) Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[13,26] 0.0040022018002664 [GeV] -Cell[13,25] 0.11996532620456 [GeV] -Cell[13,1] 0.00051099891 [GeV] -Cell[14,15] 0.00058983275411779 [GeV] -Cell[14,17] 0.0011412905818054 [GeV] -### Total energy deposition in calorimeter by a source track in 5 cells : 0.12620965025075 (GeV) +Cell[13,26] 0.0012405518622043 [GeV] +Cell[14,25] 0.0038426271248915 [GeV] +Cell[13,25] 0.11651432039825 [GeV] +Cell[16,1] 0.0003802858197979 [GeV] +Cell[11,12] 0.0015557320045956 [GeV] +Cell[13,15] 6.3515918189634e-05 [GeV] +Cell[13,16] 0.0021651341310104 [GeV] +Cell[15,46] 0.00044748299181037 [GeV] +### Total energy deposition in calorimeter by a source track in 8 cells : 0.12620965025075 (GeV) Source track ID 3259 (gamma,0.088297327870564[GeV]) at (61.272156676056,-496.23152138519,76.525338646172) Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[10,36] 0.085748984109963 [GeV] -Cell[10,37] 0.0025483437606011 [GeV] +Cell[10,36] 0.082985314938423 [GeV] +Cell[10,37] 0.005312012932141 [GeV] ### Total energy deposition in calorimeter by a source track in 2 cells : 0.088297327870564 (GeV) Source track ID 2993 (pi+,0.88672798454736[GeV]) at (5.2511205757455,499.97242497232,750.14464187733) Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[7,27] 6.2258428417977e-05 [GeV] -Cell[7,26] 8.712991369066e-06 [GeV] -Cell[7,28] 2.3632808006369e-07 [GeV] -Cell[8,28] 3.1121759093367e-07 [GeV] -Cell[14,5] 1.440639491193e-06 [GeV] -Cell[11,9] 1.2622352514882e-06 [GeV] -Cell[15,13] 0.00015131659071153 [GeV] -Cell[14,13] 0.00058225940765055 [GeV] -Cell[14,12] 0.003410496410161 [GeV] -Cell[15,37] 3.0614528222941e-06 [GeV] -Cell[15,11] 0.00092382597262164 [GeV] -Cell[15,10] 0.29954122991885 [GeV] -Cell[13,5] 6.075969140511e-07 [GeV] -Cell[14,23] 1.2357686355244e-06 [GeV] -Cell[14,36] 1.2970027495612e-05 [GeV] -Cell[14,45] 0.00090162073992417 [GeV] -Cell[16,28] 6.8676477530971e-07 [GeV] -Cell[16,29] 4.5057444367558e-07 [GeV] -Cell[14,9] 0.0041179804136542 [GeV] -Cell[13,23] 2.3399713682011e-06 [GeV] -Cell[13,10] 0.0013560319317188 [GeV] -Cell[15,9] 0.011321819880536 [GeV] -Cell[13,9] 3.7483354182086e-06 [GeV] -Cell[15,45] 2.8413748077583e-06 [GeV] -Cell[14,10] 0.11902249362297 [GeV] -Cell[13,11] 0.072367007883817 [GeV] -Cell[15,12] 0.00030700173705702 [GeV] -Cell[14,11] 0.26130738911227 [GeV] -Cell[17,42] 3.0753022874705e-06 [GeV] -Cell[18,40] 1.6218620003201e-06 [GeV] -### Total energy deposition in calorimeter by a source track in 30 cells : 0.77541733449311 (GeV) +Cell[14,7] 0.0056758862294051 [GeV] +Cell[15,13] 1.6708165967657e-05 [GeV] +Cell[14,13] 0.0012770807854923 [GeV] +Cell[14,12] 0.00041252395723313 [GeV] +Cell[15,11] 0.0069689185061426 [GeV] +Cell[15,10] 0.0044393387983001 [GeV] +Cell[17,14] 4.0838403947419e-10 [GeV] +Cell[17,13] 2.2670103248856e-08 [GeV] +Cell[15,26] 0.00077420654812329 [GeV] +Cell[16,14] 4.1555134089322e-08 [GeV] +Cell[16,12] 4.7908010287756e-08 [GeV] +Cell[17,12] 0.00095442089806147 [GeV] +Cell[16,9] 0.011059259757822 [GeV] +Cell[18,32] 0.00037011575216502 [GeV] +Cell[18,33] 0.0012761119185753 [GeV] +Cell[19,33] 1.8815135751993e-07 [GeV] +Cell[14,11] 0.39615612100849 [GeV] +Cell[13,10] 3.3322783360745e-07 [GeV] +Cell[14,9] 0.0042007876399655 [GeV] +Cell[16,8] 0.0083259245453781 [GeV] +Cell[15,7] 8.7601961518885e-05 [GeV] +Cell[17,9] 0.002162731065809 [GeV] +Cell[16,13] 0.011035372637283 [GeV] +Cell[13,11] 0.066874185380575 [GeV] +Cell[14,10] 0.0058266392136674 [GeV] +Cell[15,27] 2.1189298015088e-05 [GeV] +Cell[14,8] 0.0022309057990368 [GeV] +Cell[15,12] 2.8793895888157e-05 [GeV] +Cell[19,32] 9.5135199080687e-07 [GeV] +Cell[17,1] 8.0874851164481e-08 [GeV] +Cell[15,9] 0.022372464244568 [GeV] +Cell[18,9] 5.2604855227401e-10 [GeV] +Cell[15,8] 3.9278507756535e-08 [GeV] +### Total energy deposition in calorimeter by a source track in 33 cells : 0.55254899395971 (GeV) Source track ID 3105 (pi-,0.65424359264842[GeV]) at (-91.720828329565,-491.5152995081,1125.4086718541) Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[9,13] 4.6821848402487e-06 [GeV] -Cell[9,11] 7.9309364082292e-08 [GeV] -Cell[15,38] 1.6472768038511e-11 [GeV] -Cell[16,32] 0.0027639441613812 [GeV] -Cell[16,31] 9.1693147551268e-06 [GeV] -Cell[10,12] 1.5942990392887e-05 [GeV] -Cell[12,23] 0.00074482772370187 [GeV] -Cell[16,37] 0.0036497524051284 [GeV] -Cell[15,36] 0.0029057778210208 [GeV] -Cell[16,36] 0.0073742091118457 [GeV] -Cell[15,37] 0.002968147403447 [GeV] -Cell[13,33] 2.4579026103311e-09 [GeV] -Cell[10,11] 0.00013384383442622 [GeV] -Cell[15,35] 0.000167852747506 [GeV] -Cell[16,38] 0.00036144161588072 [GeV] -Cell[16,35] 0.24318824791202 [GeV] -Cell[18,0] 0.0042203431536466 [GeV] -Cell[18,1] 2.2492792340927e-06 [GeV] -Cell[17,37] 0.00034845054640596 [GeV] -Cell[17,36] 0.0035367239419812 [GeV] -Cell[17,38] 3.4106736291051e-07 [GeV] -Cell[17,35] 0.0017411445648515 [GeV] -Cell[17,34] 0.0019930161494189 [GeV] -Cell[16,33] 1.7357557643322e-05 [GeV] -Cell[17,20] 0.00016137278826125 [GeV] -Cell[16,39] 1.9694633901281e-05 [GeV] -Cell[15,33] 1.019133729244e-05 [GeV] -Cell[15,34] 0.11341740429792 [GeV] -Cell[16,34] 0.0095241112624927 [GeV] -Cell[14,33] 0.0020201557297403 [GeV] -Cell[17,33] 5.9971027326355e-08 [GeV] -Cell[17,41] 2.3770305915605e-08 [GeV] -Cell[14,35] 5.479886604121e-06 [GeV] -Cell[17,39] 0.00024440322589544 [GeV] -Cell[16,41] 3.0460796551779e-11 [GeV] -Cell[18,20] 2.4251801278297e-09 [GeV] -Cell[13,34] 8.9836791451944e-05 [GeV] -Cell[10,13] 1.7847864569376e-07 [GeV] -Cell[17,19] 3.4004366259751e-05 [GeV] -Cell[17,40] 2.1859267357058e-05 [GeV] -Cell[18,19] 1.1985323340014e-07 [GeV] -Cell[18,18] 3.3146364462596e-05 [GeV] -Cell[19,18] 3.5422957486162e-05 [GeV] -Cell[19,19] 2.1291518396538e-07 [GeV] -Cell[14,34] 0.013459470843351 [GeV] -### Total energy deposition in calorimeter by a source track in 45 cells : 0.41522469846714 (GeV) +Cell[8,17] 2.8284398431424e-06 [GeV] +Cell[15,38] 3.1609670259058e-10 [GeV] +Cell[19,7] 8.6110003505837e-06 [GeV] +Cell[15,32] 0.00091735369975606 [GeV] +Cell[14,7] 0.00052167361148202 [GeV] +Cell[12,42] 7.1675990739095e-07 [GeV] +Cell[16,37] 0.0041777896662822 [GeV] +Cell[16,36] 0.036466312642953 [GeV] +Cell[11,40] 4.1699641587911e-07 [GeV] +Cell[8,16] 0.003134202031055 [GeV] +Cell[11,38] 3.3093387938038e-05 [GeV] +Cell[16,12] 1.1317693861201e-08 [GeV] +Cell[17,27] 3.1458213925362e-08 [GeV] +Cell[14,9] 5.3923718152191e-06 [GeV] +Cell[17,37] 0.0095357584867962 [GeV] +Cell[17,36] 0.029897655308845 [GeV] +Cell[18,35] 0.00074127583469601 [GeV] +Cell[19,35] 8.4843117065247e-09 [GeV] +Cell[12,41] 3.4869299270213e-10 [GeV] +Cell[11,39] 3.3309669181563e-06 [GeV] +Cell[15,34] 0.10086431516699 [GeV] +Cell[16,34] 0.0058345783703441 [GeV] +Cell[16,35] 0.1281560316778 [GeV] +Cell[16,33] 2.2702674039465e-05 [GeV] +Cell[17,35] 0.0018684278188682 [GeV] +Cell[15,35] 6.8198185908841e-05 [GeV] +Cell[16,47] 1.4983082867275e-06 [GeV] +Cell[16,38] 3.5814788909875e-05 [GeV] +Cell[16,39] 8.3839755689041e-09 [GeV] +Cell[9,17] 0.00016299106899999 [GeV] +Cell[16,20] 1.9059283658862e-08 [GeV] +Cell[14,10] 2.5020327257153e-08 [GeV] +Cell[15,33] 0.00089240591673547 [GeV] +Cell[14,34] 0.0016073229426473 [GeV] +Cell[19,15] 9.4483626889996e-06 [GeV] +Cell[19,34] 1.2904820323456e-11 [GeV] +Cell[17,0] 0.00066788780647221 [GeV] +Cell[17,47] 8.3678751252592e-09 [GeV] +Cell[16,0] 2.3204006538435e-10 [GeV] +### Total energy deposition in calorimeter by a source track in 39 cells : 0.32563814729516 (GeV) Source track ID 2943 (e-,0.10333826231856[GeV]) at (34.07274490176,-498.83769710684,-20.991620984339) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[10,25] 0.00017374220748854 [GeV] -Cell[9,36] 0.09675661019252 [GeV] -Cell[10,24] 0.0031065125381336 [GeV] -Cell[10,37] 0.00028305216358753 [GeV] -Cell[9,37] 0.0010692817626473 [GeV] -### Total energy deposition in calorimeter by a source track in 5 cells : 0.10138919886438 (GeV) +Cell[9,36] 0.098425748753228 [GeV] +Cell[8,35] 0.00019639153149086 [GeV] +Cell[9,37] 0.003992636898458 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.10261477718318 (GeV) Source track ID 2945 (gamma,4.4327787692407e-05[GeV]) at (-53.67723123915,-497.11040508774,-20.023309335458) Original primary track ID 43 (unknown,52.984237098069[GeV]) @@ -4737,21 +4996,23 @@ Cell[9,35] 4.4327787692407e-05 [GeV] Source track ID 2946 (gamma,0.058012336454055[GeV]) at (-55.097842717986,-496.9549554314,-19.603827870488) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[9,34] 0.0090243390776608 [GeV] -Cell[9,35] 0.048987997376394 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.058012336454055 (GeV) +Cell[9,36] 0.00029982796574229 [GeV] +Cell[10,36] 0.00021117094425771 [GeV] +Cell[9,34] 0.034493655268825 [GeV] +Cell[10,33] 0.00051099891 [GeV] +Cell[10,35] 0.0041774963729031 [GeV] +Cell[9,35] 0.018319186992327 [GeV] +### Total energy deposition in calorimeter by a source track in 6 cells : 0.058012336454055 (GeV) Source track ID 2947 (gamma,0.0096907614520967[GeV]) at (-57.689091491533,-496.6608185904,-18.87521340349) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[9,34] 0.0091161942781032 [GeV] -Cell[9,35] 0.00057456717399351 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.0096907614520967 (GeV) +Cell[9,34] 0.0096907614520967 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.0096907614520967 (GeV) Source track ID 2953 (gamma,0.00074314472963598[GeV]) at (-14.471071828006,-499.79054420842,-44.943409692921) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[9,36] 0.00071565305527241 [GeV] -Cell[9,35] 2.7491674363569e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.00074314472963598 (GeV) +Cell[9,35] 0.00074314472963598 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00074314472963598 (GeV) Source track ID 2954 (gamma,0.00037257020570334[GeV]) at (131.28801785783,-482.45565222823,-280.32478155779) Original primary track ID 43 (unknown,52.984237098069[GeV]) @@ -4760,14 +5021,15 @@ Cell[8,38] 0.00037257020570334 [GeV] Source track ID 2958 (gamma,0.0015134800769359[GeV]) at (485.80234203064,118.30504840263,-216.9468060842) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[8,2] 0.00044350261466636 [GeV] -Cell[8,1] 0.0010699774622696 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.0015134800769359 (GeV) +Cell[8,1] 0.0015134800769359 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.0015134800769359 (GeV) Source track ID 2960 (gamma,0.0057458935923631[GeV]) at (-15.017369568104,-499.77442772841,-81.879259365328) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[9,36] 0.0057458935923631 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.0057458935923631 (GeV) +Cell[13,26] 0.00051099891 [GeV] +Cell[9,34] 0.0010080415474582 [GeV] +Cell[9,35] 0.0042268531349048 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.0057458935923631 (GeV) Source track ID 2961 (gamma,7.7028844988673e-05[GeV]) at (-102.14943654383,-489.45428041215,-80.442428914196) Original primary track ID 43 (unknown,52.984237098069[GeV]) @@ -4781,9 +5043,8 @@ Cell[9,36] 7.0510992949004e-05 [GeV] Source track ID 2965 (gamma,0.012522347812634[GeV]) at (100.24622885797,-489.84762283771,-87.151319025482) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[9,38] 0.00046185051975638 [GeV] -Cell[9,37] 0.012060497292877 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.012522347812634 (GeV) +Cell[9,37] 0.012522347812634 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.012522347812634 (GeV) Source track ID 2968 (gamma,0.0005598087508551[GeV]) at (366.44221967606,-340.17657126687,-1260.4109549274) Original primary track ID 43 (unknown,52.984237098069[GeV]) @@ -4802,86 +5063,114 @@ Cell[11,17] 0.0003495219890744 [GeV] Source track ID 2942 (gamma,0.33413532464401[GeV]) at (245.8933673121,435.35784351717,97.500310757389) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[10,8] 0.27430799927489 [GeV] -Cell[9,7] 0.0063685003442124 [GeV] -Cell[5,47] 0.0014846391197547 [GeV] -Cell[10,7] 0.04870471684396 [GeV] -Cell[11,10] 0.00047264613161911 [GeV] -Cell[12,9] 0.00020490200223925 [GeV] -Cell[13,12] 0.00088197171940108 [GeV] -Cell[15,33] 0.00043814268320438 [GeV] -### Total energy deposition in calorimeter by a source track in 8 cells : 0.33286351811928 (GeV) +Cell[10,8] 0.27856090145487 [GeV] +Cell[10,6] 0.0028070127408578 [GeV] +Cell[10,9] 0.0049102303744836 [GeV] +Cell[10,7] 0.047857180073798 [GeV] +### Total energy deposition in calorimeter by a source track in 4 cells : 0.33413532464401 (GeV) Source track ID 2825 (pi-,1.7949639347304[GeV]) at (442.72387946477,-232.36946131465,-1863.5147116066) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[3,6] 2.7763957332354e-06 [GeV] -Cell[4,12] 7.5201769650448e-06 [GeV] -Cell[4,9] 0.00099563129141053 [GeV] -Cell[5,28] 4.0994200389832e-09 [GeV] -Cell[6,8] 0.00020614544381669 [GeV] -Cell[4,35] 6.1143424827605e-06 [GeV] -Cell[2,10] 0.00070471501331656 [GeV] -Cell[2,23] 7.246937538298e-06 [GeV] -Cell[3,41] 3.3036921813618e-06 [GeV] -Cell[3,1] 9.9663109822814e-05 [GeV] -Cell[4,15] 2.0988963369746e-06 [GeV] -Cell[0,33] 0.0037500617886331 [GeV] -Cell[1,23] 0.00054172873614009 [GeV] -Cell[3,2] 2.5874350194499e-07 [GeV] -Cell[1,42] 0.00016898555703335 [GeV] -Cell[0,17] 0.0013341349240997 [GeV] -Cell[4,7] 8.7981941178441e-06 [GeV] -Cell[0,15] 6.3450691465277e-05 [GeV] -Cell[1,46] 0.002986549605323 [GeV] -Cell[0,43] 0.01491494644702 [GeV] -Cell[0,42] 0.0038765461468705 [GeV] -Cell[1,45] 0.00073832500376628 [GeV] -Cell[0,46] 0.0015835955739548 [GeV] -Cell[2,22] 0.003503530556944 [GeV] -Cell[2,2] 0.0012269332237617 [GeV] -Cell[6,41] 0.00019634712289542 [GeV] -Cell[2,11] 0.00036947005754337 [GeV] -Cell[1,11] 0.00014536633783064 [GeV] -Cell[3,0] 1.3475073501468e-11 [GeV] -Cell[0,31] 3.5048466694889e-05 [GeV] -Cell[3,7] 0.0017053877643066 [GeV] -Cell[1,39] 0.00010133127797576 [GeV] -Cell[1,29] 1.344124808611e-07 [GeV] -Cell[3,42] 2.5042425171705e-05 [GeV] -Cell[2,37] 9.3741382879671e-06 [GeV] -Cell[0,16] 0.00020172118627738 [GeV] -Cell[0,45] 0.010835937409013 [GeV] -Cell[0,44] 0.35634395997135 [GeV] -Cell[3,9] 1.0474951093784e-05 [GeV] -Cell[6,22] 3.068183461437e-06 [GeV] -Cell[0,30] 2.5351562499054e-08 [GeV] -Cell[5,27] 1.4460264412719e-07 [GeV] -Cell[0,47] 0.0012190647731834 [GeV] -Cell[0,41] 3.2434785453006e-09 [GeV] -Cell[1,43] 4.4735476080859e-08 [GeV] -Cell[2,14] 0.00079921625486338 [GeV] -Cell[0,29] 0.0010513421687351 [GeV] -Cell[0,32] 0.002549349396876 [GeV] -Cell[1,38] 8.7883643941268e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 49 cells : 0.41242280248027 (GeV) +Cell[4,21] 9.0075677145478e-06 [GeV] +Cell[7,46] 1.9986878032796e-06 [GeV] +Cell[4,20] 0.00223315937107 [GeV] +Cell[0,40] 0.0016256029823153 [GeV] +Cell[7,20] 2.3369591148594e-05 [GeV] +Cell[2,7] 1.9055915548734e-06 [GeV] +Cell[5,20] 0.0087108342423064 [GeV] +Cell[5,19] 1.2434925338312e-08 [GeV] +Cell[4,19] 0.0026498453972332 [GeV] +Cell[7,30] 5.6390892714262e-06 [GeV] +Cell[2,28] 6.9709401286673e-06 [GeV] +Cell[3,41] 9.9197742529213e-06 [GeV] +Cell[2,45] 0.0012974454860226 [GeV] +Cell[2,46] 0.00046247313862989 [GeV] +Cell[4,5] 0.002951923900723 [GeV] +Cell[4,4] 0.0040303224052437 [GeV] +Cell[2,27] 0.0020434872325762 [GeV] +Cell[3,27] 3.6149102583749e-05 [GeV] +Cell[5,17] 2.4476760423568e-05 [GeV] +Cell[4,3] 4.143189471506e-10 [GeV] +Cell[4,18] 0.0015986412065974 [GeV] +Cell[3,18] 1.3175281310396e-11 [GeV] +Cell[3,20] 3.7921315506082e-05 [GeV] +Cell[3,21] 5.032580824718e-06 [GeV] +Cell[1,44] 0.00021661240736205 [GeV] +Cell[1,21] 9.6563526312821e-07 [GeV] +Cell[1,20] 6.7107382526046e-05 [GeV] +Cell[1,22] 0.0017327101739203 [GeV] +Cell[0,5] 6.6485524876043e-06 [GeV] +Cell[0,9] 2.3986129499463e-06 [GeV] +Cell[5,18] 4.1687412594911e-06 [GeV] +Cell[4,17] 1.8613594496856e-05 [GeV] +Cell[1,42] 0.0011593606941816 [GeV] +Cell[3,5] 1.1055626944199e-06 [GeV] +Cell[2,3] 0.00090554314426515 [GeV] +Cell[4,32] 1.521697164435e-07 [GeV] +Cell[1,2] 9.8111695186162e-05 [GeV] +Cell[1,0] 0.0066589797436212 [GeV] +Cell[0,8] 4.1442399378866e-09 [GeV] +Cell[3,4] 0.00040228955253588 [GeV] +Cell[2,4] 1.60097169653e-05 [GeV] +Cell[0,0] 0.0010825285827627 [GeV] +Cell[1,46] 0.0062238354615203 [GeV] +Cell[0,43] 0.024612436297966 [GeV] +Cell[0,42] 0.023269271037892 [GeV] +Cell[1,45] 0.0074319907722979 [GeV] +Cell[1,47] 1.8447669119382e-05 [GeV] +Cell[2,47] 0.0045800941261565 [GeV] +Cell[0,39] 0.00012438825826894 [GeV] +Cell[1,6] 0.0017488388117956 [GeV] +Cell[1,5] 3.8228371175592e-05 [GeV] +Cell[0,46] 0.00042504501758776 [GeV] +Cell[4,31] 9.2627888079733e-09 [GeV] +Cell[4,30] 5.4337142501026e-09 [GeV] +Cell[2,20] 6.0558663099073e-06 [GeV] +Cell[2,2] 2.9521559280283e-06 [GeV] +Cell[4,22] 1.7933643903234e-11 [GeV] +Cell[2,1] 0.0013015556657959 [GeV] +Cell[2,0] 0.0040790472409129 [GeV] +Cell[1,39] 0.0016949656572858 [GeV] +Cell[0,38] 7.4515372450605e-06 [GeV] +Cell[0,16] 2.529540855528e-05 [GeV] +Cell[1,1] 0.00060469738028974 [GeV] +Cell[0,45] 0.0064978016991387 [GeV] +Cell[0,44] 0.48086120283548 [GeV] +Cell[1,41] 9.3253399491687e-05 [GeV] +Cell[7,21] 9.5815817615858e-05 [GeV] +Cell[6,18] 7.6970900408924e-10 [GeV] +Cell[7,19] 8.4730584148929e-10 [GeV] +Cell[5,22] 2.8163701063022e-07 [GeV] +Cell[6,22] 0.00041487975441123 [GeV] +Cell[0,47] 0.00048827794034185 [GeV] +Cell[6,23] 5.4864638659637e-06 [GeV] +Cell[4,14] 8.9508206315259e-08 [GeV] +Cell[1,38] 5.4531910791411e-09 [GeV] +Cell[0,41] 0.0050822309998307 [GeV] +Cell[1,27] 0.0017406461228858 [GeV] +Cell[1,40] 0.00094021516507906 [GeV] +Cell[1,43] 9.1323635715526e-06 [GeV] +Cell[0,2] 7.2925620770548e-06 [GeV] +Cell[3,14] 0.0012928085866334 [GeV] +### Total energy deposition in calorimeter by a source track in 81 cells : 0.61386348270917 (GeV) Source track ID 2543 (gamma,0.16498092085606[GeV]) at (-167.27757101576,471.18808795965,-1116.9833877855) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[6,39] 0.00051099891 [GeV] -Cell[3,40] 0.00090515269360951 [GeV] -Cell[7,0] 0.00018773472250028 [GeV] -Cell[4,15] 0.001264312367341 [GeV] -Cell[3,15] 0.0037150830125086 [GeV] -Cell[3,25] 0.00051099891 [GeV] -Cell[2,37] 0.00044212259601469 [GeV] -Cell[7,47] 0.0012541634863872 [GeV] -Cell[4,14] 0.1561903541577 [GeV] -### Total energy deposition in calorimeter by a source track in 9 cells : 0.16498092085606 (GeV) +Cell[6,26] 0.00052155206050529 [GeV] +Cell[15,38] 0.00028291160204316 [GeV] +Cell[4,15] 0.0039685482720131 [GeV] +Cell[3,22] 0.00051099891 [GeV] +Cell[4,14] 0.15585803604838 [GeV] +Cell[4,13] 0.0017856234584392 [GeV] +Cell[3,14] 0.0020532505046777 [GeV] +### Total energy deposition in calorimeter by a source track in 7 cells : 0.16498092085606 (GeV) Source track ID 2454 (gamma,0.010797010482249[GeV]) at (-498.58295828964,37.616933728752,-405.5344744185) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[7,23] 0.010797010482249 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.010797010482249 (GeV) +Cell[8,23] 0.001352450825824 [GeV] +Cell[7,3] 0.00061321356170581 [GeV] +Cell[7,23] 0.0088313460947193 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.010797010482249 (GeV) Source track ID 2456 (gamma,0.00051099891[GeV]) at (-455.2297571622,-206.79910104747,350.80764973678) Original primary track ID 43 (unknown,52.984237098069[GeV]) @@ -4895,403 +5184,327 @@ Cell[6,13] 0.00046347025834578 [GeV] Source track ID 2450 (gamma,0.77353931528222[GeV]) at (193.22390241712,-461.1556391661,-1884.3170181557) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[2,25] 0.00051099891 [GeV] -Cell[6,21] 0.00051099891 [GeV] -Cell[0,20] 0.0018711236496071 [GeV] -Cell[0,19] 0.00029621899726621 [GeV] -Cell[0,42] 0.0011314028189617 [GeV] -Cell[0,39] 0.612404701575 [GeV] -Cell[0,28] 0.00051099891 [GeV] -Cell[0,38] 0.11374269397548 [GeV] -Cell[1,15] 0.00028631643330865 [GeV] -Cell[0,3] 0.0010735741618628 [GeV] -Cell[3,30] 0.0013348643563924 [GeV] -### Total energy deposition in calorimeter by a source track in 11 cells : 0.73367389269789 (GeV) +Cell[2,28] 0.00031570207326964 [GeV] +Cell[6,7] 0.0004656571220855 [GeV] +Cell[1,9] 0.00067389258761588 [GeV] +Cell[0,37] 0.00082807325952041 [GeV] +Cell[0,11] 0.0012006093553171 [GeV] +Cell[0,39] 0.60031563003385 [GeV] +Cell[0,27] 0.00029266749777353 [GeV] +Cell[0,38] 0.13511579664244 [GeV] +Cell[1,1] 0.00065887684827737 [GeV] +Cell[3,9] 0.001673990494601 [GeV] +Cell[2,14] 0.0013316363583568 [GeV] +### Total energy deposition in calorimeter by a source track in 11 cells : 0.74287253227311 (GeV) Source track ID 2412 (pi+,0.23581836869373[GeV]) at (54.675458408949,497.00160386841,-1610.374924583) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[0,40] 4.2489409679547e-06 [GeV] -Cell[4,34] 0.00093404501042966 [GeV] -Cell[4,43] 5.8145528714704e-07 [GeV] -Cell[4,44] 2.0713079574421e-05 [GeV] -Cell[4,47] 1.5791447367519e-09 [GeV] -Cell[5,43] 1.9240809913413e-05 [GeV] -Cell[2,10] 0.00017791097136978 [GeV] -Cell[4,5] 5.1659772364701e-05 [GeV] -Cell[4,6] 2.0622205920517e-07 [GeV] -Cell[4,15] 5.7886916329153e-07 [GeV] -Cell[1,44] 0.00018119449555661 [GeV] -Cell[0,6] 0.0002886432292076 [GeV] -Cell[0,5] 0.0004641729077366 [GeV] -Cell[4,17] 1.8580449686851e-06 [GeV] -Cell[3,44] 0.0048871697964647 [GeV] -Cell[1,9] 4.4708378579799e-06 [GeV] -Cell[1,10] 0.0011842065950681 [GeV] -Cell[0,12] 4.0631892625242e-06 [GeV] -Cell[1,45] 2.8072393266484e-05 [GeV] -Cell[3,45] 2.1889214986004e-07 [GeV] -Cell[1,6] 0.0022824971987251 [GeV] -Cell[1,5] 0.013563254772139 [GeV] -Cell[2,11] 0.00028992279327099 [GeV] -Cell[1,11] 0.093792293504611 [GeV] -Cell[3,24] 3.2596476376057e-07 [GeV] -Cell[1,13] 3.0140163641704e-05 [GeV] -Cell[1,12] 0.014929025324232 [GeV] -Cell[3,22] 9.674106258899e-07 [GeV] -Cell[5,6] 5.724261117939e-05 [GeV] -Cell[4,33] 0.0022971698341572 [GeV] -Cell[5,44] 1.3314505565631e-07 [GeV] -Cell[4,45] 0.0014209659285098 [GeV] -### Total energy deposition in calorimeter by a source track in 32 cells : 0.13691719574272 (GeV) +Cell[1,10] 0.00061462974764267 [GeV] +Cell[1,11] 0.14900921232229 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.14962384206993 (GeV) Source track ID 2409 (gamma,0.59980090891317[GeV]) at (255.70125411862,-429.67065136237,-1133.3038249472) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[7,26] 0.0025585496039695 [GeV] -Cell[4,39] 0.015963838186733 [GeV] -Cell[4,47] 0.00091562757861697 [GeV] -Cell[3,40] 0.016834322874146 [GeV] -Cell[3,28] 0.0009333680377717 [GeV] -Cell[4,41] 0.0097322531517459 [GeV] -Cell[3,41] 0.0030201793303195 [GeV] -Cell[0,22] 0.00072630966204785 [GeV] -Cell[1,23] 7.3962697645911e-05 [GeV] -Cell[2,12] 0.00051099891 [GeV] -Cell[3,17] 0.00051099891 [GeV] -Cell[4,7] 0.0013586633600568 [GeV] -Cell[4,30] 0.00051099891 [GeV] -Cell[2,1] 0.0022256125286022 [GeV] -Cell[3,39] 0.0050214031918867 [GeV] -Cell[4,40] 0.53539998207399 [GeV] -### Total energy deposition in calorimeter by a source track in 16 cells : 0.59629706900753 (GeV) +Cell[6,28] 0.00087573625698366 [GeV] +Cell[6,29] 4.7290821337444e-05 [GeV] +Cell[9,11] 8.5166292863592e-05 [GeV] +Cell[6,25] 0.00089236670632817 [GeV] +Cell[4,39] 0.024347972636416 [GeV] +Cell[5,47] 0.00029548852389735 [GeV] +Cell[3,40] 0.020597767519536 [GeV] +Cell[2,39] 0.00059190729301615 [GeV] +Cell[5,1] 0.0056892398620408 [GeV] +Cell[3,17] 1.7426648475449e-05 [GeV] +Cell[2,3] 0.00028299245670252 [GeV] +Cell[1,8] 0.00097014737452996 [GeV] +Cell[2,8] 0.0012263008216193 [GeV] +Cell[3,4] 0.012137675386622 [GeV] +Cell[3,3] 0.00051099891 [GeV] +Cell[2,16] 0.00077664056992316 [GeV] +Cell[5,46] 0.0022080225339566 [GeV] +Cell[3,47] 0.0011635269784083 [GeV] +Cell[3,42] 0.0043592924220594 [GeV] +Cell[2,30] 0.0014403249539451 [GeV] +Cell[3,39] 0.014614432392081 [GeV] +Cell[0,45] 0.0012146485927869 [GeV] +Cell[4,40] 0.49182144760376 [GeV] +Cell[2,31] 0.00051099891 [GeV] +Cell[3,31] 0.00051099891 [GeV] +Cell[2,36] 3.1269966323382e-05 [GeV] +Cell[2,34] 0.00051099891 [GeV] +### Total energy deposition in calorimeter by a source track in 27 cells : 0.58773108025361 (GeV) Source track ID 2410 (gamma,0.053266099197347[GeV]) at (183.99447358771,464.91508223458,-1027.4557474184) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[4,9] 0.049747141833389 [GeV] -Cell[4,4] 0.0008876653085277 [GeV] -Cell[4,3] 0.00082034697527314 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.05145515411719 (GeV) +Cell[4,9] 0.04050754227191 [GeV] +Cell[2,17] 0.0019489042870763 [GeV] +Cell[6,24] 0.00047840047083898 [GeV] +Cell[1,19] 0.00071310575369833 [GeV] +Cell[5,10] 0.0017306902159761 [GeV] +Cell[2,16] 0.00029677017657053 [GeV] +Cell[4,24] 0.0011485472847875 [GeV] +Cell[4,8] 0.00051099891 [GeV] +### Total energy deposition in calorimeter by a source track in 8 cells : 0.047334959370858 (GeV) Source track ID 2407 (gamma,0.39597382458922[GeV]) at (-372.59430025967,-333.4268846599,-1802.3851770954) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[2,45] 0.00051099891 [GeV] -Cell[0,7] 0.00039844601666798 [GeV] -Cell[0,28] 0.0036709268331729 [GeV] -Cell[1,39] 0.00051099891 [GeV] -Cell[0,30] 0.0021596494372033 [GeV] -Cell[1,28] 0.0012336764826967 [GeV] -Cell[0,29] 0.38638152556814 [GeV] -### Total energy deposition in calorimeter by a source track in 7 cells : 0.39486622215788 (GeV) +Cell[7,41] 0.00046815965454778 [GeV] +Cell[2,17] 0.00030507457571961 [GeV] +Cell[0,19] 0.00072790928319532 [GeV] +Cell[2,0] 0.00056436022594296 [GeV] +Cell[0,28] 0.0036377908691505 [GeV] +Cell[1,29] 0.0010866273718611 [GeV] +Cell[1,12] 0.00051099891 [GeV] +Cell[5,12] 0.00045897864299322 [GeV] +Cell[0,29] 0.37379403918271 [GeV] +Cell[0,30] 0.0015813029162034 [GeV] +Cell[0,2] 0.0022349183490813 [GeV] +Cell[3,14] 0.00063252385411553 [GeV] +### Total energy deposition in calorimeter by a source track in 12 cells : 0.38600268383552 (GeV) Source track ID 2408 (gamma,0.02130681471934[GeV]) at (476.42903519095,151.70818839804,-84.417530924257) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[9,2] 0.016106391974193 [GeV] -Cell[9,1] 0.005200422745147 [GeV] +Cell[9,1] 0.0041198455062353 [GeV] +Cell[9,2] 0.017186969213105 [GeV] ### Total energy deposition in calorimeter by a source track in 2 cells : 0.02130681471934 (GeV) Source track ID 2406 (gamma,0.19239638056034[GeV]) at (-414.65189490664,279.39900867815,-1130.2072892199) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[3,19] 0.016660433128612 [GeV] -Cell[4,20] 0.0012573997683701 [GeV] -Cell[4,19] 0.16049449485945 [GeV] -Cell[4,18] 0.005135585268756 [GeV] -Cell[3,18] 0.0074920394066053 [GeV] -Cell[1,6] 0.0005312028296572 [GeV] -Cell[5,40] 0.0003142263888891 [GeV] -Cell[4,33] 0.00051099891 [GeV] -### Total energy deposition in calorimeter by a source track in 8 cells : 0.19239638056034 (GeV) +Cell[3,19] 0.0037943909126867 [GeV] +Cell[6,29] 0.00093287276562649 [GeV] +Cell[4,19] 0.16806466260549 [GeV] +Cell[8,1] 0.00090562140146818 [GeV] +Cell[4,4] 0.00051099891 [GeV] +Cell[3,20] 0.0012620777682162 [GeV] +Cell[2,13] 0.00013689078272628 [GeV] +Cell[3,32] 0.00028517639691787 [GeV] +Cell[3,16] 4.6024226150289e-06 [GeV] +Cell[0,31] 0.00051862644619658 [GeV] +Cell[6,22] 1.38633024488e-06 [GeV] +Cell[9,21] 0.0035344182344157 [GeV] +Cell[0,32] 0.00046319308888108 [GeV] +Cell[15,12] 0.00012539645816194 [GeV] +Cell[16,7] 0.0040982945400393 [GeV] +### Total energy deposition in calorimeter by a source track in 15 cells : 0.18463860906369 (GeV) Source track ID 2338 (gamma,0.25162621009879[GeV]) at (499.02634689842,-31.188220552225,957.00754715835) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[14,47] 0.18266692852322 [GeV] -Cell[16,33] 0.00051099891 [GeV] -Cell[15,46] 0.014199920799933 [GeV] -Cell[15,47] 0.054248361865637 [GeV] -### Total energy deposition in calorimeter by a source track in 4 cells : 0.25162621009879 (GeV) +Cell[15,5] 0.00051099891 [GeV] +Cell[14,47] 0.23403093947054 [GeV] +Cell[17,35] 0.00051099891 [GeV] +Cell[16,23] 0.00065686866934393 [GeV] +Cell[15,47] 0.013658800805615 [GeV] +### Total energy deposition in calorimeter by a source track in 5 cells : 0.2493686067655 (GeV) Source track ID 2070 (e-,0.00096143880294879[GeV]) at (469.57542643546,171.7524931055,1201.2186959977) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[16,2] 0.00044703533950354 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00044703533950354 (GeV) +Cell[14,1] 0.00014399868998382 [GeV] +Cell[16,2] 4.9862498398248e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.00019386118838207 (GeV) Source track ID 2058 (gamma,0.23940053141976[GeV]) at (-378.30991176711,-326.92753120342,1067.9855768915) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[15,28] 0.0015821928392117 [GeV] -Cell[14,7] 0.00051099891 [GeV] -Cell[15,29] 0.22916198964156 [GeV] -Cell[16,29] 0.0030850357127724 [GeV] -Cell[16,25] 0.0006759714521651 [GeV] -Cell[16,12] 0.00050073854146274 [GeV] -Cell[15,45] 0.00051099891 [GeV] -Cell[15,4] 0.00056223369828133 [GeV] -Cell[18,8] 0.00056168058034677 [GeV] -### Total energy deposition in calorimeter by a source track in 9 cells : 0.2371518402858 (GeV) +Cell[15,30] 0.0014665027804522 [GeV] +Cell[14,12] 0.00036189871257009 [GeV] +Cell[15,29] 0.23301065870027 [GeV] +Cell[14,43] 0.00029441630743398 [GeV] +Cell[16,29] 0.00051099891 [GeV] +Cell[16,47] 0.00089071478274942 [GeV] +Cell[16,26] 0.0019882424401529 [GeV] +Cell[19,13] 0.00087709878613111 [GeV] +### Total energy deposition in calorimeter by a source track in 8 cells : 0.23940053141976 (GeV) Source track ID 1762 (gamma,0.41164872010706[GeV]) at (-456.4220843953,204.15406162075,168.67818732075) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[11,21] 0.027766571139078 [GeV] -Cell[10,21] 0.0064078467239823 [GeV] -Cell[10,22] 0.0010847318654253 [GeV] -Cell[10,20] 0.2655908200013 [GeV] -Cell[11,20] 0.11046997611211 [GeV] -Cell[11,19] 0.00032877426516693 [GeV] -### Total energy deposition in calorimeter by a source track in 6 cells : 0.41164872010706 (GeV) +Cell[11,21] 0.0013901505738252 [GeV] +Cell[10,21] 0.0015236374513664 [GeV] +Cell[10,20] 0.27786369487869 [GeV] +Cell[11,20] 0.12707609596493 [GeV] +Cell[11,19] 0.0037951412382569 [GeV] +### Total energy deposition in calorimeter by a source track in 5 cells : 0.41164872010706 (GeV) Source track ID 1763 (gamma,0.17556583448629[GeV]) at (-370.26451991326,336.01218027536,-37.7282643361) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[9,18] 0.17173079264895 [GeV] -Cell[10,18] 0.00051099891 [GeV] -Cell[9,17] 0.0015991135539512 [GeV] -Cell[10,17] 0.0017249293733976 [GeV] -### Total energy deposition in calorimeter by a source track in 4 cells : 0.17556583448629 (GeV) +Cell[9,19] 0.00091947909718804 [GeV] +Cell[9,18] 0.15917331411118 [GeV] +Cell[10,16] 0.00051099891 [GeV] +Cell[9,17] 0.0021794919439584 [GeV] +Cell[10,17] 0.0024128809326007 [GeV] +Cell[10,18] 0.010369669491368 [GeV] +### Total energy deposition in calorimeter by a source track in 6 cells : 0.17556583448629 (GeV) Source track ID 1761 (gamma,0.41324573943274[GeV]) at (303.44001238969,-397.39672731534,976.47730315274) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[16,24] 0.00054927353663621 [GeV] -Cell[17,14] 0.00077749571195171 [GeV] -Cell[14,39] 4.4203311290403e-08 [GeV] -Cell[14,40] 0.00071662955555752 [GeV] -Cell[15,39] 0.00059683071484978 [GeV] -Cell[15,41] 0.040049771008628 [GeV] -Cell[14,41] 0.0015848900689986 [GeV] -Cell[15,40] 0.36218907810254 [GeV] -### Total energy deposition in calorimeter by a source track in 8 cells : 0.40646401290247 (GeV) +Cell[13,31] 0.00096888190018491 [GeV] +Cell[15,13] 0.00077634175138854 [GeV] +Cell[13,30] 0.0010501862146481 [GeV] +Cell[10,20] 0.00253017070473 [GeV] +Cell[14,40] 0.13453206375764 [GeV] +Cell[17,35] 0.012224169942379 [GeV] +Cell[14,41] 0.020912953055148 [GeV] +Cell[17,20] 0.0010911946103089 [GeV] +Cell[15,12] 0.00094524532308951 [GeV] +Cell[15,40] 0.17188804458881 [GeV] +Cell[15,41] 0.066326487584416 [GeV] +### Total energy deposition in calorimeter by a source track in 11 cells : 0.41324573943274 (GeV) Source track ID 1716 (mu-,0.2096842669961[GeV]) at (154.44467220785,-475.54899140531,-1362.8283554151) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[2,38] 0.0064997349833384 [GeV] -Cell[2,40] 2.7108060351111e-07 [GeV] -Cell[2,39] 0.0054237863355844 [GeV] -Cell[3,38] 0.10969209896661 [GeV] -Cell[3,39] 0.001492562804797 [GeV] -Cell[2,37] 0.0036638992894052 [GeV] -Cell[4,8] 0.0014361824323494 [GeV] -### Total energy deposition in calorimeter by a source track in 7 cells : 0.12820853589269 (GeV) +Cell[2,38] 0.047181690343465 [GeV] +Cell[2,10] 2.0947782089934e-05 [GeV] +Cell[2,39] 0.00077563962847864 [GeV] +Cell[3,28] 0.00077314768409643 [GeV] +Cell[3,38] 0.069188060238302 [GeV] +Cell[5,44] 7.0065874606371e-06 [GeV] +Cell[3,37] 0.0056738808698981 [GeV] +Cell[4,29] 8.2960602885578e-06 [GeV] +Cell[1,38] 1.8604749584483e-08 [GeV] +Cell[4,28] 4.7227017967089e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 10 cells : 0.1236759148168 (GeV) Source track ID 1695 (pi+,1.0811176603476[GeV]) at (389.57687181548,-313.41643375303,505.70089598324) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[8,8] 4.7904904931784e-11 [GeV] -Cell[9,10] 5.9762201999547e-06 [GeV] -Cell[9,9] 0.00015206412973168 [GeV] -Cell[9,8] 5.272159546621e-08 [GeV] -Cell[7,16] 3.3555857080501e-06 [GeV] -Cell[13,46] 6.2625499267597e-06 [GeV] -Cell[11,11] 0.00038642914249222 [GeV] -Cell[15,6] 0.00085814797505465 [GeV] -Cell[13,26] 0.00044380433844867 [GeV] -Cell[13,8] 1.5154364518821e-10 [GeV] -Cell[12,42] 0.5641715401391 [GeV] -Cell[13,25] 3.04930274649e-06 [GeV] -Cell[12,23] 0.00062778285501375 [GeV] -Cell[11,43] 0.0032355269814033 [GeV] -Cell[12,1] 2.0428371732123e-05 [GeV] -Cell[12,47] 2.1250694313721e-06 [GeV] -Cell[12,46] 1.6310719261924e-05 [GeV] -Cell[10,22] 0.005340820129823 [GeV] -Cell[10,44] 1.4830324507784e-05 [GeV] -Cell[11,46] 6.1538588965959e-08 [GeV] -Cell[11,40] 3.5771370137809e-05 [GeV] -Cell[9,32] 1.4241392840631e-05 [GeV] -Cell[11,45] 9.0086929209178e-05 [GeV] -Cell[15,44] 1.5862963249674e-05 [GeV] -Cell[4,3] 6.7900423346146e-07 [GeV] -Cell[4,2] 0.00018232185774559 [GeV] -Cell[9,42] 2.6187188923359e-06 [GeV] -Cell[6,9] 1.1221632565139e-05 [GeV] -Cell[5,9] 0.00046064716705166 [GeV] -Cell[2,35] 0.00096426612990908 [GeV] -Cell[5,10] 1.3316688769919e-05 [GeV] -Cell[6,27] 0.00242651014346 [GeV] -Cell[3,35] 3.0646333470941e-11 [GeV] -Cell[4,1] 6.7221549979877e-06 [GeV] -Cell[13,40] 2.9956814927232e-05 [GeV] -Cell[12,39] 3.34200387897e-09 [GeV] -Cell[12,8] 0.0027401746578463 [GeV] -Cell[12,7] 0.0022230469493132 [GeV] -Cell[11,0] 0.00027027443527652 [GeV] -Cell[12,45] 1.7165498547911e-08 [GeV] -Cell[12,44] 0.0027013960741485 [GeV] -Cell[11,44] 0.0012835529493456 [GeV] -Cell[13,42] 0.00028931180016306 [GeV] -Cell[13,41] 0.00033372449866363 [GeV] -Cell[12,0] 2.0645453187171e-06 [GeV] -Cell[12,43] 0.067513249042989 [GeV] -Cell[11,15] 0.00021719246962595 [GeV] -Cell[17,1] 5.6716395766784e-05 [GeV] -Cell[14,46] 0.00044683473502656 [GeV] -Cell[16,35] 6.4005437889136e-05 [GeV] -Cell[18,38] 6.7312808710085e-08 [GeV] -Cell[16,12] 0.0028451780405142 [GeV] -Cell[17,10] 6.6051946491825e-05 [GeV] -Cell[16,33] 0.00017758984008685 [GeV] -Cell[18,37] 0.0011807477113455 [GeV] -Cell[18,36] 1.6129275755929e-06 [GeV] -Cell[11,42] 0.0088284466575465 [GeV] -Cell[12,41] 0.13390936859379 [GeV] -Cell[13,23] 3.1141098588705e-12 [GeV] -Cell[16,9] 0.00031209972359386 [GeV] -Cell[16,8] 0.039739056607987 [GeV] -Cell[16,10] 0.00019574321015273 [GeV] -Cell[17,8] 6.6294203293182e-08 [GeV] -Cell[17,9] 1.2814615635079e-06 [GeV] -Cell[17,6] 0.0012387065662284 [GeV] -Cell[17,3] 4.348304355517e-08 [GeV] -Cell[15,41] 1.780916950338e-07 [GeV] -Cell[12,40] 0.0068864118501436 [GeV] -Cell[15,45] 1.623103916063e-05 [GeV] -Cell[17,39] 7.066733087413e-08 [GeV] -Cell[16,41] 0.0016344247563303 [GeV] -Cell[17,2] 0.00030330993487667 [GeV] -Cell[14,15] 7.0546792994719e-06 [GeV] -Cell[13,15] 0.0019629244989468 [GeV] -Cell[13,14] 0.00030098641711402 [GeV] -Cell[18,24] 8.4935454651713e-09 [GeV] -Cell[11,16] 0.0017636858406191 [GeV] -Cell[18,11] 2.9984647437232e-05 [GeV] -Cell[18,25] 7.9692345047988e-07 [GeV] -Cell[18,40] 2.3798204586001e-06 [GeV] -Cell[19,18] 4.3308778869687e-05 [GeV] -Cell[19,19] 2.4297297317389e-05 [GeV] -Cell[19,27] 0.00013710482858005 [GeV] -Cell[19,26] 0.0030848618490091 [GeV] -Cell[16,42] 6.0489110182971e-09 [GeV] -Cell[15,42] 0.00083872707841628 [GeV] -Cell[19,17] 1.908717819606e-05 [GeV] -Cell[13,16] 0.0045859990631273 [GeV] -Cell[13,24] 2.7690725278262e-07 [GeV] -Cell[18,39] 6.6262052587263e-07 [GeV] -Cell[2,36] 0.0038016628501586 [GeV] -### Total energy deposition in calorimeter by a source track in 91 cells : 0.87162485833254 (GeV) +Cell[14,42] 0.00070082772801572 [GeV] +Cell[12,42] 0.12065905640899 [GeV] +Cell[13,40] 0.00095000948769234 [GeV] +Cell[13,42] 0.14397503448822 [GeV] +Cell[13,41] 0.13338287064908 [GeV] +Cell[14,43] 0.0015854020650557 [GeV] +Cell[14,40] 0.080858013139618 [GeV] +Cell[14,41] 0.42172747847055 [GeV] +Cell[15,42] 0.00036500017975106 [GeV] +Cell[15,40] 0.011611302710523 [GeV] +Cell[15,41] 0.014793736324459 [GeV] +Cell[15,43] 4.1956773202401e-09 [GeV] +### Total energy deposition in calorimeter by a source track in 12 cells : 0.93060873584763 (GeV) Source track ID 1692 (gamma,0.028595474656773[GeV]) at (328.18598341926,377.21871677733,-300.64103077359) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[8,6] 0.028084475746773 [GeV] -Cell[7,47] 0.00051099891 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.028595474656773 (GeV) +Cell[8,6] 0.028595474656773 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.028595474656773 (GeV) Source track ID 1693 (gamma,0.46372847760985[GeV]) at (-465.99474893438,181.24263837626,-913.38295231319) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[7,8] 0.00102199782 [GeV] -Cell[4,21] 0.0017165308454943 [GeV] -Cell[5,20] 0.014751933799394 [GeV] -Cell[5,21] 0.44066710109463 [GeV] -Cell[2,10] 0.00021789118600779 [GeV] -Cell[3,11] 0.00044160890873785 [GeV] -Cell[3,4] 0.0011773068608655 [GeV] -Cell[4,30] 0.0014213310520397 [GeV] -Cell[2,11] 0.00051099891 [GeV] -Cell[5,38] 0.00034492015545625 [GeV] -Cell[8,36] 0.00051099891 [GeV] -### Total energy deposition in calorimeter by a source track in 11 cells : 0.46278261954262 (GeV) +Cell[6,37] 0.00051099891 [GeV] +Cell[4,21] 0.00051099891 [GeV] +Cell[4,37] 0.0083048786142405 [GeV] +Cell[6,24] 0.0010729982674662 [GeV] +Cell[10,43] 0.00027967709022694 [GeV] +Cell[5,20] 0.024565112667367 [GeV] +Cell[5,21] 0.41661993976595 [GeV] +Cell[3,40] 0.00094086511938564 [GeV] +Cell[9,29] 0.00064323017649438 [GeV] +Cell[4,2] 0.00055335773024411 [GeV] +Cell[2,33] 0.00022754818872612 [GeV] +Cell[3,12] 0.0038833588035563 [GeV] +Cell[3,8] 0.0012885164467526 [GeV] +### Total energy deposition in calorimeter by a source track in 13 cells : 0.45940148069041 (GeV) Source track ID 1690 (gamma,0.21067608644927[GeV]) at (-247.62062804232,-434.3777440983,-1046.3395502888) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[4,32] 0.16111509524373 [GeV] -Cell[4,31] 0.04768863152778 [GeV] -Cell[4,33] 0.001872359677754 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.21067608644927 (GeV) +Cell[3,27] 0.00053700620405935 [GeV] +Cell[4,32] 0.18194668708304 [GeV] +Cell[1,8] 0.00054578510146362 [GeV] +Cell[4,31] 0.027135609150706 [GeV] +Cell[6,41] 0.00051099891 [GeV] +### Total energy deposition in calorimeter by a source track in 5 cells : 0.21067608644927 (GeV) Source track ID 1688 (gamma,0.06726801612498[GeV]) at (-461.11390425204,-193.32347841232,-562.35054581228) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[7,27] 0.041663021667013 [GeV] -Cell[7,26] 0.022412195567806 [GeV] -Cell[4,4] 0.00051099891 [GeV] -Cell[6,27] 0.0026817999801605 [GeV] -### Total energy deposition in calorimeter by a source track in 4 cells : 0.06726801612498 (GeV) +Cell[7,27] 0.022280659779258 [GeV] +Cell[7,26] 0.034532208059112 [GeV] +Cell[6,26] 0.00535766924191 [GeV] +Cell[4,4] 0.0010030579945275 [GeV] +Cell[5,38] 0.0021227888163985 [GeV] +Cell[7,21] 0.00094755525797802 [GeV] +Cell[4,8] 0.0010240769757954 [GeV] +### Total energy deposition in calorimeter by a source track in 7 cells : 0.06726801612498 (GeV) Source track ID 1689 (gamma,1.2213291054873[GeV]) at (-495.81010258856,64.593669744992,-1525.2871324817) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[4,11] 0.00051099891 [GeV] -Cell[2,21] 0.0025753597102692 [GeV] -Cell[1,25] 0.0017382504377236 [GeV] -Cell[3,36] 0.0012314818892325 [GeV] -Cell[6,0] 0.0010372747792548 [GeV] -Cell[4,39] 0.0008923883999796 [GeV] -Cell[13,47] 0.00013746203640824 [GeV] -Cell[2,41] 0.0010160729592409 [GeV] -Cell[2,23] 0.81719388722696 [GeV] -Cell[4,6] 0.00026904169518157 [GeV] -Cell[1,44] 0.0038059164663668 [GeV] -Cell[1,24] 0.0056767384436682 [GeV] -Cell[1,21] 0.0012259771254902 [GeV] -Cell[1,23] 0.019248319815596 [GeV] -Cell[1,22] 0.018231933798394 [GeV] -Cell[0,4] 0.00072061953738736 [GeV] -Cell[2,3] 0.00051099891 [GeV] -Cell[6,38] 0.00040135099668897 [GeV] -Cell[0,8] 0.00056803192610285 [GeV] -Cell[1,7] 0.00051099891 [GeV] -Cell[2,5] 0.00066125473483079 [GeV] -Cell[0,36] 0.0006343909576523 [GeV] -Cell[0,0] 0.00067900484617546 [GeV] -Cell[0,42] 0.00052251975526863 [GeV] -Cell[3,45] 0.00077536207568639 [GeV] -Cell[1,5] 0.00051099891 [GeV] -Cell[1,26] 0.002599350915358 [GeV] -Cell[2,22] 0.29668582295973 [GeV] -Cell[2,32] 0.0009757452120438 [GeV] -Cell[1,11] 0.00051099891 [GeV] -Cell[2,1] 0.001658026963495 [GeV] -Cell[2,18] 0.00051099891 [GeV] -Cell[0,38] 0.00046924335344752 [GeV] -Cell[3,42] 0.001122286153759 [GeV] -Cell[3,39] 0.00063849894396931 [GeV] -Cell[2,37] 0.00071648797938254 [GeV] -Cell[3,46] 0.00051099891 [GeV] -Cell[0,44] 0.00044822459930542 [GeV] -Cell[2,24] 0.0002488051211515 [GeV] -Cell[4,45] 0.002010198335913 [GeV] -Cell[9,21] 0.00023017675980613 [GeV] -Cell[0,30] 0.00095106167693233 [GeV] -Cell[0,35] 0.00048006820325964 [GeV] -Cell[0,32] 0.00099713001855369 [GeV] -Cell[2,36] 0.0015951019626637 [GeV] -### Total energy deposition in calorimeter by a source track in 45 cells : 1.1946458611423 (GeV) +Cell[4,44] 0.0063484658506511 [GeV] +Cell[2,23] 0.76769195399142 [GeV] +Cell[4,41] 0.0010866747320937 [GeV] +Cell[3,41] 6.6012329711795e-05 [GeV] +Cell[1,24] 0.0029677979651812 [GeV] +Cell[1,23] 0.095143429786682 [GeV] +Cell[1,22] 0.11294587264171 [GeV] +Cell[0,7] 0.00072545058028645 [GeV] +Cell[2,4] 0.0027265789115719 [GeV] +Cell[3,33] 0.000352903678984 [GeV] +Cell[2,47] 0.00043881777129525 [GeV] +Cell[2,43] 0.00043916156269056 [GeV] +Cell[1,6] 0.0006812352245787 [GeV] +Cell[1,32] 0.0030233459282927 [GeV] +Cell[0,46] 0.00035033581530881 [GeV] +Cell[2,22] 0.20907187362651 [GeV] +Cell[0,31] 0.0035043389308232 [GeV] +Cell[0,38] 0.00051099891 [GeV] +Cell[4,1] 0.0003995621482497 [GeV] +Cell[9,35] 0.00051099891 [GeV] +Cell[4,13] 0.0033392190943488 [GeV] +### Total energy deposition in calorimeter by a source track in 21 cells : 1.2123250283904 (GeV) Source track ID 99 (pi-,0.29342985017753[GeV]) at (-34.703052818987,-530.35410348335,-2000) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[2,21] 1.5104888007045e-08 [GeV] -Cell[1,33] 0.00077436838058958 [GeV] -Cell[4,41] 6.4775230421219e-06 [GeV] -Cell[0,33] 0.0020915603117092 [GeV] -Cell[1,34] 0.0019278135652671 [GeV] -Cell[1,35] 6.0068177218909e-05 [GeV] -Cell[1,21] 2.7538447170627e-08 [GeV] -Cell[1,20] 4.4340423198719e-06 [GeV] -Cell[0,18] 0.0021941997882499 [GeV] -Cell[1,19] 1.4710079402676e-06 [GeV] -Cell[1,18] 0.0045819191335294 [GeV] -Cell[0,36] 0.0013574120913573 [GeV] -Cell[2,19] 0.00010997121641788 [GeV] -Cell[4,30] 4.0992675640155e-06 [GeV] -Cell[5,42] 9.0801804035436e-06 [GeV] -Cell[2,20] 9.1164601876244e-05 [GeV] -Cell[2,2] 8.2904004100783e-05 [GeV] -Cell[1,14] 1.7542775144875e-05 [GeV] -Cell[1,13] 5.8935596825904e-08 [GeV] -Cell[1,15] 6.7220049337493e-05 [GeV] -Cell[1,37] 1.7295297711939e-05 [GeV] -Cell[0,41] 1.4616148604546e-05 [GeV] -Cell[1,43] 0.00077291169103898 [GeV] -Cell[2,14] 2.5201006792486e-10 [GeV] -Cell[0,35] 0.041207391334018 [GeV] -Cell[0,34] 0.14597546062163 [GeV] -Cell[1,36] 1.3102826113141e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 27 cells : 0.20138258586613 (GeV) +Cell[3,6] 9.6833376446739e-06 [GeV] +Cell[2,25] 0.00058031018128372 [GeV] +Cell[1,33] 4.1630344526311e-08 [GeV] +Cell[2,40] 4.0581169305369e-06 [GeV] +Cell[2,41] 0.00024071230456207 [GeV] +Cell[2,23] 0.00057975754350673 [GeV] +Cell[3,20] 1.4168617781252e-09 [GeV] +Cell[3,21] 9.194028282559e-05 [GeV] +Cell[4,15] 4.5354254565382e-05 [GeV] +Cell[0,33] 0.00096801978557393 [GeV] +Cell[1,35] 0.0024857688205746 [GeV] +Cell[0,9] 1.3646029401571e-08 [GeV] +Cell[3,2] 2.9774763902424e-08 [GeV] +Cell[4,16] 0.0012229250722069 [GeV] +Cell[4,17] 1.490202464538e-08 [GeV] +Cell[2,35] 1.3618048719877e-05 [GeV] +Cell[3,43] 1.4541289939416e-05 [GeV] +Cell[3,44] 1.4666990784463e-05 [GeV] +Cell[2,42] 0.00060899431864061 [GeV] +Cell[2,3] 0.00042269409386699 [GeV] +Cell[2,44] 8.8016061345115e-06 [GeV] +Cell[1,8] 9.4913993962109e-09 [GeV] +Cell[3,3] 2.9697696679705e-06 [GeV] +Cell[0,37] 1.5726953279227e-08 [GeV] +Cell[0,36] 1.5305599517887e-06 [GeV] +Cell[3,45] 7.3672953090863e-05 [GeV] +Cell[1,6] 1.8355646765258e-06 [GeV] +Cell[1,32] 2.0222400780767e-07 [GeV] +Cell[2,2] 3.9215072465595e-06 [GeV] +Cell[3,7] 0.00058190611386374 [GeV] +Cell[3,24] 0.01211016374408 [GeV] +Cell[2,30] 0.00034629074640867 [GeV] +Cell[3,23] 0.0016393614128527 [GeV] +Cell[3,22] 0.00040908280643612 [GeV] +Cell[2,26] 2.3013304064079e-05 [GeV] +Cell[3,25] 0.0022117664735503 [GeV] +Cell[3,46] 0.001492208338517 [GeV] +Cell[2,24] 0.0014099059813683 [GeV] +Cell[1,38] 5.5004113687573e-07 [GeV] +Cell[0,35] 0.053321450309832 [GeV] +Cell[2,34] 1.805020235679e-08 [GeV] +Cell[0,34] 0.121823242149 [GeV] +Cell[0,2] 1.1244090273976e-08 [GeV] +### Total energy deposition in calorimeter by a source track in 43 cells : 0.20276507593018 (GeV) Source track ID 103 (gamma,0.0014724843787097[GeV]) at (495.2894231023,68.471799764533,-1473.5397825067) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[2,25] 0.00026543415122196 [GeV] -Cell[2,1] 0.0012070502274878 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.0014724843787097 (GeV) +Cell[2,1] 0.0014724843787097 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.0014724843787097 (GeV) >>> Summary of Event 0 Tracker hits -------------------------------------------------------------- -1463 hits are stored in RE01TrackerHitsCollection. +1527 hits are stored in RE01TrackerHitsCollection. Calorimeter hits -------------------------------------------------------------- -918 hits are stored in RE01CalorimeterHitsCollection. - Total energy deposition in calorimeter : 150.69815855278 (GeV) +928 hits are stored in RE01CalorimeterHitsCollection. + Total energy deposition in calorimeter : 149.04680546684 (GeV) Trajectories in tracker -------------------------------------------------------------- diff --git a/examples/extended/runAndEvent/RE02/run.out b/examples/extended/runAndEvent/RE02/run.out index f6c4b72644..3a6ce25268 100644 --- a/examples/extended/runAndEvent/RE02/run.out +++ b/examples/extended/runAndEvent/RE02/run.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -854,7 +854,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20 Level density (1/MeV) 0.075 Use simple level density model 1 Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1e+12 +Time limit for long lived isomeres (ns) 1000 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 @@ -1187,7 +1187,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.002213s Sys=0.000000s + User=0.010000s Real=0.002438s Sys=0.000000s PrimitiveScorer RUN PhantomSD,totalEDep Number of entries 10 PrimitiveScorer RUN PhantomSD,protonEDep diff --git a/examples/extended/runAndEvent/RE02/run3.out b/examples/extended/runAndEvent/RE02/run3.out index 06f3427e03..fef15806d8 100644 --- a/examples/extended/runAndEvent/RE02/run3.out +++ b/examples/extended/runAndEvent/RE02/run3.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -852,7 +852,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20 Level density (1/MeV) 0.075 Use simple level density model 1 Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1e+12 +Time limit for long lived isomeres (ns) 1000 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 @@ -963,74 +963,74 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 10000 - User=13.050000s Real=13.188433s Sys=0.040000s + User=13.010000s Real=13.248097s Sys=0.040000s PrimitiveScorer RUN PhantomSD,totalEDep - Number of entries 50896 + Number of entries 50886 PrimitiveScorer RUN PhantomSD,protonEDep - Number of entries 9 + Number of entries 12 PrimitiveScorer RUN PhantomSD,protonNStep - Number of entries 9 + Number of entries 12 PrimitiveScorer RUN PhantomSD,chargedPassCellFlux - Number of entries 20152 + Number of entries 20144 PrimitiveScorer RUN PhantomSD,chargedCellFlux - Number of entries 50821 + Number of entries 50806 PrimitiveScorer RUN PhantomSD,chargedSurfFlux - Number of entries 11770 + Number of entries 11842 PrimitiveScorer RUN PhantomSD,gammaSurfCurr000 - Number of entries 49 + Number of entries 43 PrimitiveScorer RUN PhantomSD,gammaSurfCurr001 - Number of entries 394 + Number of entries 376 PrimitiveScorer RUN PhantomSD,gammaSurfCurr002 - Number of entries 50308 + Number of entries 49889 PrimitiveScorer RUN PhantomSD,gammaSurfCurr003 - Number of entries 70393 + Number of entries 70664 ============================================================= Number of event processed : 10000 ============================================================= #Z Cell# totalEDep protonEDep protonNStep chargedPassCellFlux chargedCellFlux chargedSurfFlux gammaSurfCurr000 gammaSurfCurr001 gammaSurfCurr002 gammaSurfCurr003 - 0 33.5559 MeV 0 eV 0 2196.89 /cm2 2354.6 /cm2 2036.32 /cm2 0 /cm2 25 /cm2 500 /cm2 275 /cm2 - 1 470.289 MeV 0 eV 0 3089.15 /cm2 4435.64 /cm2 2488.92 /cm2 0 /cm2 25 /cm2 900 /cm2 625 /cm2 - 2 57.4733 MeV 0 eV 0 3557.39 /cm2 3868.27 /cm2 4799.14 /cm2 0 /cm2 0 /cm2 3625 /cm2 2850 /cm2 - 3 277.541 MeV 0 eV 0 1562.89 /cm2 2548.55 /cm2 3281.4 /cm2 0 /cm2 25 /cm2 3625 /cm2 3300 /cm2 - 4 18.1143 MeV 0 eV 0 1136.99 /cm2 1230.82 /cm2 1357.68 /cm2 0 /cm2 0 /cm2 2800 /cm2 3225 /cm2 - 5 149.838 MeV 0 eV 0 463.446 /cm2 1407.56 /cm2 963.097 /cm2 0 /cm2 50 /cm2 2425 /cm2 2775 /cm2 - 6 5.83359 MeV 0 eV 0 295.338 /cm2 326.732 /cm2 175.883 /cm2 0 /cm2 0 /cm2 1825 /cm2 2450 /cm2 - 7 48.1217 MeV 0 eV 0 70.3018 /cm2 411.707 /cm2 359.893 /cm2 0 /cm2 0 /cm2 1725 /cm2 2600 /cm2 - 8 1.27542 MeV 0 eV 0 53.5329 /cm2 70.7856 /cm2 32.8258 /cm2 0 /cm2 0 /cm2 950 /cm2 2425 /cm2 - 9 21.1316 MeV 0 eV 0 12.7232 /cm2 165.198 /cm2 59.7772 /cm2 0 /cm2 0 /cm2 975 /cm2 1950 /cm2 - 10 6.44016 MeV 0 eV 0 353.104 /cm2 394.077 /cm2 95.55 /cm2 0 /cm2 0 /cm2 975 /cm2 1975 /cm2 - 11 41.758 MeV 0 eV 0 53.3596 /cm2 379.377 /cm2 1865.14 /cm2 0 /cm2 0 /cm2 850 /cm2 1625 /cm2 - 12 2.50632 MeV 0 eV 0 116.739 /cm2 134.32 /cm2 92.9749 /cm2 0 /cm2 0 /cm2 400 /cm2 1375 /cm2 - 13 18.6406 MeV 0 eV 0 36.188 /cm2 159.682 /cm2 255.684 /cm2 0 /cm2 0 /cm2 425 /cm2 1050 /cm2 - 14 3.04584 MeV 0 eV 0 155.552 /cm2 183.436 /cm2 220.041 /cm2 0 /cm2 0 /cm2 425 /cm2 675 /cm2 - 15 24.3906 MeV 0 eV 0 75.1683 /cm2 228.664 /cm2 126.344 /cm2 0 /cm2 0 /cm2 400 /cm2 725 /cm2 - 16 3.05696 MeV 0 eV 0 236.983 /cm2 236.983 /cm2 205.327 /cm2 0 /cm2 0 /cm2 350 /cm2 750 /cm2 - 17 7.85837 MeV 0 eV 0 38.9716 /cm2 70.2239 /cm2 260.209 /cm2 0 /cm2 0 /cm2 250 /cm2 575 /cm2 - 18 1.55009 MeV 0 eV 0 114.77 /cm2 114.77 /cm2 72.746 /cm2 0 /cm2 0 /cm2 325 /cm2 425 /cm2 - 19 3.38335 MeV 0 eV 0 24.0245 /cm2 32.7765 /cm2 430.98 /cm2 0 /cm2 0 /cm2 325 /cm2 275 /cm2 - 20 244.082 keV 0 eV 0 14.8138 /cm2 15.9723 /cm2 0 /cm2 0 /cm2 0 /cm2 200 /cm2 325 /cm2 - 21 2.53215 MeV 0 eV 0 1.27352 /cm2 20.7947 /cm2 0 /cm2 0 /cm2 0 /cm2 125 /cm2 400 /cm2 - 22 449.642 keV 0 eV 0 0 /cm2 25.7242 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 300 /cm2 - 23 3.70248 MeV 0 eV 0 1.30839 /cm2 27.8177 /cm2 25.2694 /cm2 0 /cm2 0 /cm2 275 /cm2 325 /cm2 - 24 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 75 /cm2 250 /cm2 - 25 914.582 keV 0 eV 0 0 /cm2 4.54391 /cm2 0 /cm2 0 /cm2 0 /cm2 125 /cm2 275 /cm2 + 0 35.5476 MeV 0 eV 0 2329.42 /cm2 2487.13 /cm2 2161.37 /cm2 0 /cm2 25 /cm2 475 /cm2 275 /cm2 + 1 466.19 MeV 0 eV 0 3036.03 /cm2 4427.08 /cm2 2559.13 /cm2 0 /cm2 25 /cm2 1025 /cm2 625 /cm2 + 2 55.2818 MeV 0 eV 0 3538.91 /cm2 3790.29 /cm2 4240.08 /cm2 0 /cm2 0 /cm2 3400 /cm2 2900 /cm2 + 3 278.738 MeV 0 eV 0 1547.13 /cm2 2585.55 /cm2 2967.03 /cm2 0 /cm2 50 /cm2 3675 /cm2 3275 /cm2 + 4 21.8166 MeV 0 eV 0 1285.46 /cm2 1397.96 /cm2 1966.52 /cm2 0 /cm2 0 /cm2 2925 /cm2 2975 /cm2 + 5 133.284 MeV 0 eV 0 443.982 /cm2 1259.33 /cm2 2315.6 /cm2 0 /cm2 50 /cm2 2400 /cm2 2925 /cm2 + 6 5.85763 MeV 0 eV 0 273.226 /cm2 308.935 /cm2 112.034 /cm2 0 /cm2 0 /cm2 1500 /cm2 2500 /cm2 + 7 49.1862 MeV 0 eV 0 66.6068 /cm2 421.937 /cm2 365.287 /cm2 0 /cm2 0 /cm2 1550 /cm2 2525 /cm2 + 8 2.37441 MeV 0 eV 0 66.1909 /cm2 130.335 /cm2 743.667 /cm2 0 /cm2 0 /cm2 900 /cm2 2350 /cm2 + 9 25.8497 MeV 0 eV 0 47.7512 /cm2 207.143 /cm2 58.7129 /cm2 0 /cm2 0 /cm2 900 /cm2 1950 /cm2 + 10 6.97018 MeV 0 eV 0 369.868 /cm2 433.377 /cm2 125.423 /cm2 0 /cm2 0 /cm2 875 /cm2 2050 /cm2 + 11 39.9028 MeV 0 eV 0 63.4098 /cm2 367.711 /cm2 2147.38 /cm2 0 /cm2 0 /cm2 750 /cm2 1725 /cm2 + 12 3.9692 MeV 0 eV 0 196.202 /cm2 239.283 /cm2 155.953 /cm2 0 /cm2 0 /cm2 325 /cm2 1350 /cm2 + 13 15.0225 MeV 0 eV 0 35.795 /cm2 125.274 /cm2 255.684 /cm2 0 /cm2 0 /cm2 400 /cm2 1100 /cm2 + 14 3.3357 MeV 0 eV 0 174.412 /cm2 202.296 /cm2 220.041 /cm2 0 /cm2 0 /cm2 475 /cm2 725 /cm2 + 15 24.9305 MeV 0 eV 0 75.1683 /cm2 230.357 /cm2 126.344 /cm2 0 /cm2 0 /cm2 475 /cm2 725 /cm2 + 16 3.05696 MeV 0 eV 0 236.983 /cm2 236.983 /cm2 205.327 /cm2 0 /cm2 0 /cm2 400 /cm2 775 /cm2 + 17 7.46417 MeV 0 eV 0 38.9716 /cm2 68.6114 /cm2 260.209 /cm2 0 /cm2 0 /cm2 300 /cm2 575 /cm2 + 18 1.21217 MeV 0 eV 0 89.6428 /cm2 89.6428 /cm2 72.746 /cm2 0 /cm2 0 /cm2 325 /cm2 500 /cm2 + 19 3.04438 MeV 0 eV 0 17.0594 /cm2 27.7645 /cm2 129.661 /cm2 0 /cm2 0 /cm2 250 /cm2 375 /cm2 + 20 169.83 keV 0 eV 0 14.8138 /cm2 14.8903 /cm2 0 /cm2 0 /cm2 0 /cm2 200 /cm2 375 /cm2 + 21 3.07609 MeV 0 eV 0 1.27352 /cm2 25.2893 /cm2 0 /cm2 0 /cm2 0 /cm2 100 /cm2 400 /cm2 + 22 449.642 keV 0 eV 0 0 /cm2 25.7242 /cm2 0 /cm2 0 /cm2 0 /cm2 50 /cm2 300 /cm2 + 23 4.26569 MeV 0 eV 0 1.30839 /cm2 31.3699 /cm2 25.2694 /cm2 0 /cm2 0 /cm2 300 /cm2 300 /cm2 + 24 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 50 /cm2 250 /cm2 + 25 1.28483 MeV 0 eV 0 0 /cm2 7.07732 /cm2 0 /cm2 0 /cm2 0 /cm2 100 /cm2 275 /cm2 26 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 175 /cm2 - 27 729.982 keV 0 eV 0 0 /cm2 5.23879 /cm2 0 /cm2 0 /cm2 0 /cm2 50 /cm2 200 /cm2 - 28 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 275 /cm2 - 29 823.329 keV 0 eV 0 0 /cm2 6.30389 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 325 /cm2 - 30 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 175 /cm2 - 31 2.16885 MeV 0 eV 0 10.1891 /cm2 14.1259 /cm2 0 /cm2 0 /cm2 0 /cm2 50 /cm2 125 /cm2 - 32 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 100 /cm2 - 33 137.195 keV 0 eV 0 1.64927 /cm2 1.64927 /cm2 0 /cm2 0 /cm2 0 /cm2 50 /cm2 50 /cm2 - 34 1.04243 MeV 0 eV 0 60.8218 /cm2 65.3963 /cm2 123.274 /cm2 0 /cm2 0 /cm2 50 /cm2 75 /cm2 - 35 1.48891 MeV 0 eV 0 0 /cm2 12.623 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 50 /cm2 - 36 355.886 keV 0 eV 0 0 /cm2 14.4251 /cm2 0 /cm2 0 /cm2 0 /cm2 50 /cm2 125 /cm2 - 37 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 100 /cm2 - 38 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 100 /cm2 + 27 1.28977 MeV 0 eV 0 0 /cm2 10.789 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 200 /cm2 + 28 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 250 /cm2 + 29 1.60581 MeV 0 eV 0 6.05734 /cm2 12.7824 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 300 /cm2 + 30 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 150 /cm2 + 31 320.432 keV 0 eV 0 0 /cm2 1.27545 /cm2 0 /cm2 0 /cm2 0 /cm2 50 /cm2 150 /cm2 + 32 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 150 /cm2 + 33 137.195 keV 0 eV 0 1.64927 /cm2 1.64927 /cm2 0 /cm2 0 /cm2 0 /cm2 50 /cm2 75 /cm2 + 34 1.04243 MeV 0 eV 0 60.8218 /cm2 65.3963 /cm2 123.274 /cm2 0 /cm2 0 /cm2 50 /cm2 125 /cm2 + 35 1.99991 MeV 0 eV 0 0 /cm2 16.3809 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 100 /cm2 + 36 355.886 keV 0 eV 0 0 /cm2 14.4251 /cm2 0 /cm2 0 /cm2 0 /cm2 75 /cm2 175 /cm2 + 37 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 125 /cm2 + 38 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 75 /cm2 39 510.999 keV 0 eV 0 0 /cm2 3.91095 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 25 /cm2 40 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 41 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 - 42 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 + 42 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 43 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 44 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 45 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 @@ -1041,19 +1041,19 @@ Run Summary 50 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 51 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 52 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 - 53 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 + 53 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 50 /cm2 54 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 55 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 56 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 57 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 58 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 59 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 - 60 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 + 60 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 0 /cm2 61 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 62 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 63 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 - 64 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 - 65 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 + 64 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 + 65 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 66 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 67 829.866 keV 0 eV 0 0 /cm2 5.46262 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 68 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 @@ -1067,7 +1067,7 @@ Run Summary 76 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 77 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 78 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 - 79 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 + 79 142.809 keV 0 eV 0 0 /cm2 0.603644 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 80 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 81 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 82 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 @@ -1212,14 +1212,14 @@ Pool ID '7G4Event', size : 0.000961 MB Pool ID '15G4PrimaryVertex', size : 0.000961 MB Pool ID '17G4PrimaryParticle', size : 0.000961 MB Pool ID '15G4HCofThisEvent', size : 0.000961 MB -Pool ID '17G4DynamicParticle', size : 0.0115 MB -Pool ID '7G4Track', size : 0.0221 MB +Pool ID '17G4DynamicParticle', size : 0.00961 MB +Pool ID '7G4Track', size : 0.0183 MB Pool ID '18G4TouchableHistory', size : 0.00192 MB Pool ID '15G4CountedObjectIvE', size : 0.000961 MB Pool ID '10G4Fragment', size : 0.000961 MB Pool ID '17G4ReactionProduct', size : 0.000961 MB Number of memory pools allocated: 13 of which, static: 0 -Dynamic pools deleted: 13 / Total memory freed: 0.071 MB +Dynamic pools deleted: 13 / Total memory freed: 0.065 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/extended/runAndEvent/RE02/run4.out b/examples/extended/runAndEvent/RE02/run4.out index 8c524ff19a..055a34c5dc 100644 --- a/examples/extended/runAndEvent/RE02/run4.out +++ b/examples/extended/runAndEvent/RE02/run4.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -854,7 +854,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20 Level density (1/MeV) 0.075 Use simple level density model 1 Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1e+12 +Time limit for long lived isomeres (ns) 1000 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 @@ -965,7 +965,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 10000 - User=0.180000s Real=0.177634s Sys=0.000000s + User=0.190000s Real=0.188527s Sys=0.000000s PrimitiveScorer RUN PhantomSD,totalEDep Number of entries 85 PrimitiveScorer RUN PhantomSD,protonEDep diff --git a/examples/extended/runAndEvent/RE04/exampleRE04.out b/examples/extended/runAndEvent/RE04/exampleRE04.out index a4eb11f5ba..61a8c2f7e8 100644 --- a/examples/extended/runAndEvent/RE04/exampleRE04.out +++ b/examples/extended/runAndEvent/RE04/exampleRE04.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -786,7 +786,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20 Level density (1/MeV) 0.075 Use simple level density model 1 Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1e+12 +Time limit for long lived isomeres (ns) 1000 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 diff --git a/examples/extended/runAndEvent/RE05/exampleRE05.out b/examples/extended/runAndEvent/RE05/exampleRE05.out index 973d40d944..22c9fe7f10 100644 --- a/examples/extended/runAndEvent/RE05/exampleRE05.out +++ b/examples/extended/runAndEvent/RE05/exampleRE05.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -727,7 +727,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20 Level density (1/MeV) 0.075 Use simple level density model 1 Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1e+12 +Time limit for long lived isomeres (ns) 1000 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 0 @@ -819,8 +819,8 @@ See commands in /vis/modeling/trajectories/ for other options. G4HEPEvtInterface - reading 484 HEPEvt particles from pythia_event.data. >>> Event 0 59 hits are stored in RE05TrackerHitsCollection. - 52 hits are stored in RE05CalorimeterHitsCollection. - Total energy deposition in calorimeter : 5.65420211946 (GeV) + 50 hits are stored in RE05CalorimeterHitsCollection. + Total energy deposition in calorimeter : 5.7286004553098 (GeV) 1 hits are stored in RE05MuonHitsCollection. G4HEPEvtInterface - reading 755 HEPEvt particles from pythia_event.data. >>> Event 1 @@ -838,19 +838,19 @@ G4HEPEvtInterface - reading 448 HEPEvt particles from pythia_event.data. >>> Event 3 0 hits are stored in RE05TrackerHitsCollection. 3 hits are stored in RE05CalorimeterHitsCollection. - Total energy deposition in calorimeter : 0.51782953875026 (GeV) + Total energy deposition in calorimeter : 0.52882974412438 (GeV) 0 hits are stored in RE05MuonHitsCollection. G4HEPEvtInterface - reading 945 HEPEvt particles from pythia_event.data. >>> Event 4 - 103 hits are stored in RE05TrackerHitsCollection. - 65 hits are stored in RE05CalorimeterHitsCollection. - Total energy deposition in calorimeter : 9.9066449187363 (GeV) + 96 hits are stored in RE05TrackerHitsCollection. + 63 hits are stored in RE05CalorimeterHitsCollection. + Total energy deposition in calorimeter : 10.47017665681 (GeV) 1 hits are stored in RE05MuonHitsCollection. G4HEPEvtInterface - reading 837 HEPEvt particles from pythia_event.data. >>> Event 5 - 52 hits are stored in RE05TrackerHitsCollection. - 7 hits are stored in RE05CalorimeterHitsCollection. - Total energy deposition in calorimeter : 2.9150506676619 (GeV) + 40 hits are stored in RE05TrackerHitsCollection. + 60 hits are stored in RE05CalorimeterHitsCollection. + Total energy deposition in calorimeter : 8.3789479522989 (GeV) 1 hits are stored in RE05MuonHitsCollection. G4HEPEvtInterface - reading 603 HEPEvt particles from pythia_event.data. >>> Event 6 @@ -860,26 +860,26 @@ G4HEPEvtInterface - reading 603 HEPEvt particles from pythia_event.data. 0 hits are stored in RE05MuonHitsCollection. G4HEPEvtInterface - reading 627 HEPEvt particles from pythia_event.data. >>> Event 7 - 34 hits are stored in RE05TrackerHitsCollection. - 30 hits are stored in RE05CalorimeterHitsCollection. - Total energy deposition in calorimeter : 6.2254016365643 (GeV) + 46 hits are stored in RE05TrackerHitsCollection. + 28 hits are stored in RE05CalorimeterHitsCollection. + Total energy deposition in calorimeter : 6.8474191582943 (GeV) 1 hits are stored in RE05MuonHitsCollection. G4HEPEvtInterface - reading 682 HEPEvt particles from pythia_event.data. >>> Event 8 - 79 hits are stored in RE05TrackerHitsCollection. - 64 hits are stored in RE05CalorimeterHitsCollection. - Total energy deposition in calorimeter : 13.085833766909 (GeV) + 47 hits are stored in RE05TrackerHitsCollection. + 51 hits are stored in RE05CalorimeterHitsCollection. + Total energy deposition in calorimeter : 8.651102396679 (GeV) 1 hits are stored in RE05MuonHitsCollection. G4HEPEvtInterface - reading 330 HEPEvt particles from pythia_event.data. >>> Event 9 - 16 hits are stored in RE05TrackerHitsCollection. - 25 hits are stored in RE05CalorimeterHitsCollection. - Total energy deposition in calorimeter : 5.5902611947368 (GeV) + 52 hits are stored in RE05TrackerHitsCollection. + 28 hits are stored in RE05CalorimeterHitsCollection. + Total energy deposition in calorimeter : 17.258363242762 (GeV) 1 hits are stored in RE05MuonHitsCollection. Run terminated. Run Summary Number of events processed : 10 - User=1.950000s Real=2.087637s Sys=0.020000s + User=2.870000s Real=3.009022s Sys=0.020000s # Graphics systems deleted. Visualization Manager deleting... @@ -894,9 +894,9 @@ G4SDManager deleted. EventManager deleted. Units table cleared. TransportationManager deleted. -Total navigation history collections cleaned: 419 +Total navigation history collections cleaned: 413 ================== Deleting memory pools =================== -Pool ID '20G4NavigationLevelRep', size : 0.685 MB +Pool ID '20G4NavigationLevelRep', size : 0.676 MB Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB Pool ID '7G4Event', size : 0.000961 MB Pool ID '17G4PrimaryParticle', size : 0.13 MB @@ -904,18 +904,18 @@ Pool ID '16G4HEPEvtParticle', size : 0.0221 MB Pool ID '15G4PrimaryVertex', size : 0.000961 MB Pool ID '15G4HCofThisEvent', size : 0.000961 MB Pool ID '16G4HitsCollection', size : 0.000961 MB -Pool ID '17G4DynamicParticle', size : 0.684 MB -Pool ID '7G4Track', size : 1.17 MB +Pool ID '17G4DynamicParticle', size : 0.683 MB +Pool ID '7G4Track', size : 1.16 MB Pool ID '18G4TouchableHistory', size : 0.05 MB Pool ID '15G4CountedObjectIvE', size : 0.00673 MB Pool ID '12G4Trajectory', size : 0.0279 MB -Pool ID '17G4TrajectoryPoint', size : 0.153 MB -Pool ID '14RE05TrackerHit', size : 0.00481 MB -Pool ID '18RE05CalorimeterHit', size : 0.00961 MB +Pool ID '17G4TrajectoryPoint', size : 0.16 MB +Pool ID '14RE05TrackerHit', size : 0.00385 MB +Pool ID '18RE05CalorimeterHit', size : 0.00865 MB Pool ID '11RE05MuonHit', size : 0.000961 MB Pool ID '21G4TrajectoryContainer', size : 0.000961 MB -Pool ID '10G4Fragment', size : 0.00577 MB -Pool ID '17G4ReactionProduct', size : 0.0115 MB +Pool ID '10G4Fragment', size : 0.00673 MB +Pool ID '17G4ReactionProduct', size : 0.00961 MB Number of memory pools allocated: 20 of which, static: 0 Dynamic pools deleted: 20 / Total memory freed: 3 MB ============================================================ diff --git a/examples/extended/runAndEvent/RE06/exampleRE06.out b/examples/extended/runAndEvent/RE06/exampleRE06.out index b300a43e91..a3307a24d5 100644 --- a/examples/extended/runAndEvent/RE06/exampleRE06.out +++ b/examples/extended/runAndEvent/RE06/exampleRE06.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -863,7 +863,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20 Level density (1/MeV) 0.075 Use simple level density model 1 Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1e+12 +Time limit for long lived isomeres (ns) 1000 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 @@ -931,7 +931,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 10 - User=5.170000s Real=6.728280s Sys=1.340000s + User=4.840000s Real=6.334580s Sys=1.450000s ############################################################ Run Summary - Number of events : 10 ############################################################ @@ -1579,7 +1579,7 @@ Index : 6 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10 - User=1.400000s Real=1.969286s Sys=0.370000s + User=1.260000s Real=1.708044s Sys=0.420000s ############################################################ Run Summary - Number of events : 10 ############################################################ @@ -2258,7 +2258,7 @@ Index : 12 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10 - User=0.310000s Real=0.393709s Sys=0.080000s + User=0.310000s Real=0.400465s Sys=0.090000s ############################################################ Run Summary - Number of events : 10 ############################################################ @@ -2966,7 +2966,7 @@ Index : 12 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10 - User=0.670000s Real=0.858924s Sys=0.180000s + User=0.830000s Real=1.062548s Sys=0.220000s ############################################################ Run Summary - Number of events : 10 ############################################################ diff --git a/examples/extended/visualization/userVisAction/run1.out b/examples/extended/visualization/userVisAction/run1.out index 8a31b78283..9aad217129 100644 --- a/examples/extended/visualization/userVisAction/run1.out +++ b/examples/extended/visualization/userVisAction/run1.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -737,7 +737,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20 Level density (1/MeV) 0.075 Use simple level density model 1 Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1e+12 +Time limit for long lived isomeres (ns) 1000 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 0 @@ -1015,7 +1015,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Run terminated. Run Summary Number of events processed : 5 - User=0.010000s Real=0.001898s Sys=0.000000s + User=0.000000s Real=0.002006s Sys=0.000000s --------------------End of Global Run----------------------- The run consists of 5 gamma of 6 MeV @@ -1186,7 +1186,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000816s Sys=0.000000s + User=0.000000s Real=0.000917s Sys=0.000000s --------------------End of Global Run----------------------- The run consists of 1 proton of 210 MeV diff --git a/examples/extended/visualization/userVisAction/run2.out b/examples/extended/visualization/userVisAction/run2.out index bc92246bc4..afcf95fb32 100644 --- a/examples/extended/visualization/userVisAction/run2.out +++ b/examples/extended/visualization/userVisAction/run2.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -737,7 +737,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20 Level density (1/MeV) 0.075 Use simple level density model 1 Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1e+12 +Time limit for long lived isomeres (ns) 1000 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 0 @@ -822,7 +822,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 1000 - User=0.030000s Real=0.055962s Sys=0.000000s + User=0.040000s Real=0.035022s Sys=0.000000s --------------------End of Global Run----------------------- The run consists of 1000 gamma of 6 MeV @@ -897,11 +897,11 @@ Index : 3 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=0.290000s Real=0.355726s Sys=0.000000s + User=0.290000s Real=0.309659s Sys=0.010000s --------------------End of Global Run----------------------- The run consists of 1000 proton of 210 MeV - Dose in scoring volume : 5.02005 nanoGy +- 145.635 picoGy + Dose in scoring volume : 4.94027 nanoGy +- 144.816 picoGy ------------------------------------------------------------ Graphics systems deleted. @@ -918,19 +918,19 @@ Units table cleared. TransportationManager deleted. Total navigation history collections cleaned: 12 ================== Deleting memory pools =================== -Pool ID '20G4NavigationLevelRep', size : 0.0163 MB +Pool ID '20G4NavigationLevelRep', size : 0.0173 MB Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB Pool ID '7G4Event', size : 0.000961 MB Pool ID '15G4PrimaryVertex', size : 0.000961 MB Pool ID '17G4PrimaryParticle', size : 0.000961 MB -Pool ID '17G4DynamicParticle', size : 0.00385 MB -Pool ID '7G4Track', size : 0.00769 MB +Pool ID '17G4DynamicParticle', size : 0.00481 MB +Pool ID '7G4Track', size : 0.00961 MB Pool ID '18G4TouchableHistory', size : 0.00192 MB Pool ID '15G4CountedObjectIvE', size : 0.000961 MB Pool ID '10G4Fragment', size : 0.00192 MB Pool ID '17G4ReactionProduct', size : 0.00192 MB Number of memory pools allocated: 11 of which, static: 0 -Dynamic pools deleted: 11 / Total memory freed: 0.038 MB +Dynamic pools deleted: 11 / Total memory freed: 0.042 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/extended/visualization/userVisAction/userVisAction.out b/examples/extended/visualization/userVisAction/userVisAction.out index 41522e82cf..0719720ab4 100644 --- a/examples/extended/visualization/userVisAction/userVisAction.out +++ b/examples/extended/visualization/userVisAction/userVisAction.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -727,7 +727,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20 Level density (1/MeV) 0.075 Use simple level density model 1 Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1e+12 +Time limit for long lived isomeres (ns) 1000 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 0 @@ -768,7 +768,7 @@ See commands in /vis/modeling/trajectories/ for other options. --------------------End of Global Run----------------------- The run consists of 1000 proton of 210 MeV - Dose in scoring volume : 5.02005 nanoGy +- 145.635 picoGy + Dose in scoring volume : 4.94027 nanoGy +- 144.816 picoGy ------------------------------------------------------------ Graphics systems deleted. diff --git a/source/GNUmakefile b/source/GNUmakefile index 555764c714..23f5fd251a 100644 --- a/source/GNUmakefile +++ b/source/GNUmakefile @@ -167,7 +167,7 @@ endif banner: @$(ECHO) "*************************************************************" - @$(ECHO) " Installation Geant4 version geant4-10-06-patch-01 " + @$(ECHO) " Installation Geant4 version geant4-10-06-patch-02 " @$(ECHO) " Copyright (C) 1994-2020 Geant4 Collaboration " @$(ECHO) "*************************************************************" diff --git a/source/analysis/CMakeLists.txt b/source/analysis/CMakeLists.txt index 44fa4a97be..4c40c704be 100644 --- a/source/analysis/CMakeLists.txt +++ b/source/analysis/CMakeLists.txt @@ -67,7 +67,7 @@ endif() # if (GEANT4_USE_FREETYPE) install(DIRECTORY fonts/ - DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/Geant4-${Geant4_VERSION}/fonts + DESTINATION ${CMAKE_INSTALL_DATADIR}/fonts PATTERN ".svn" EXCLUDE ) endif() diff --git a/source/analysis/g4tools/CMakeLists.txt b/source/analysis/g4tools/CMakeLists.txt index 54c72f1297..df87582bc1 100644 --- a/source/analysis/g4tools/CMakeLists.txt +++ b/source/analysis/g4tools/CMakeLists.txt @@ -43,7 +43,7 @@ install(DIRECTORY include/ # We also need to install the tools license # install(FILES tools.license - DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/Geant4-${Geant4_VERSION} + DESTINATION ${CMAKE_INSTALL_DATADIR} ) #------------------------------------------------------------------------------ diff --git a/source/geometry/solids/specific/History b/source/geometry/solids/specific/History index 6ef0ee3003..ca65a14afb 100644 --- a/source/geometry/solids/specific/History +++ b/source/geometry/solids/specific/History @@ -16,11 +16,15 @@ committal in the source repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +21-May-2020 G.Lima (geom-specific-V10-05-23) +- Fix constructor signatures in G4UExtrudedSolid wrapper. + There were missing const and reference qualifiers in non-POD parameters. + 17-January-2020 E.Tcherniaev (geom-specific-V10-05-22) - Implemented G4Tet::SetVertices(), it addresses request made at Geant4 Technical Forum. -14-January-2020 Gabriele Cosmo +14-January-2020 G.Cosmo - Added protection in G4VFacet header for double definition of global symbols from Windows Kits code. diff --git a/source/geometry/solids/specific/include/G4UExtrudedSolid.hh b/source/geometry/solids/specific/include/G4UExtrudedSolid.hh index 8e20a10dd3..90a3dd9c35 100644 --- a/source/geometry/solids/specific/include/G4UExtrudedSolid.hh +++ b/source/geometry/solids/specific/include/G4UExtrudedSolid.hh @@ -62,16 +62,16 @@ class G4UExtrudedSolid : public G4UAdapter public: // with description - G4UExtrudedSolid(const G4String& pName, - std::vector polygon, - std::vector zsections); + G4UExtrudedSolid(const G4String& pName, + const std::vector& polygon, + const std::vector& zsections); // General constructor - G4UExtrudedSolid(const G4String& pName, - std::vector polygon, - G4double halfZ, - G4TwoVector off1, G4double scale1, - G4TwoVector off2, G4double scale2); + G4UExtrudedSolid(const G4String& pName, + const std::vector& polygon, + G4double halfZ, + const G4TwoVector& off1, G4double scale1, + const G4TwoVector& off2, G4double scale2); // Special constructor for solid with 2 z-sections ~G4UExtrudedSolid(); diff --git a/source/geometry/solids/specific/src/G4UExtrudedSolid.cc b/source/geometry/solids/specific/src/G4UExtrudedSolid.cc index a7edd03179..ce0656f865 100644 --- a/source/geometry/solids/specific/src/G4UExtrudedSolid.cc +++ b/source/geometry/solids/specific/src/G4UExtrudedSolid.cc @@ -44,8 +44,8 @@ // Constructors // G4UExtrudedSolid::G4UExtrudedSolid(const G4String& name, - std::vector polygon, - std::vector zsections) + const std::vector& polygon, + const std::vector& zsections) : Base_t(name) // General constructor { unsigned int nVertices = polygon.size(); @@ -73,10 +73,10 @@ G4UExtrudedSolid::G4UExtrudedSolid(const G4String& name, G4UExtrudedSolid::G4UExtrudedSolid(const G4String& name, - std::vector polygon, + const std::vector& polygon, G4double halfZ, - G4TwoVector off1, G4double scale1, - G4TwoVector off2, G4double scale2) + const G4TwoVector& off1, G4double scale1, + const G4TwoVector& off2, G4double scale2) : Base_t(name) // Special constructor for 2 sections { unsigned int nVertices = polygon.size(); diff --git a/source/global/History b/source/global/History index 28de54d601..fa5c2ea574 100644 --- a/source/global/History +++ b/source/global/History @@ -16,6 +16,12 @@ commit in the repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +May 29, 2020 Gabriele Cosmo (global-V10-05-29) +- Updated tag IDs for release 10.6.p02. + +March 31, 2020 Ben Morgan (global-V10-05-28) +- G4UnitsTable - add inheriting constructors for std::vector + December 03, 2019 Gabriele Cosmo (global-V10-05-27) - Updated tag IDs for release 10.6.p01. diff --git a/source/global/management/include/G4UnitsTable.hh b/source/global/management/include/G4UnitsTable.hh index dbd6a8a12b..b0899e5059 100644 --- a/source/global/management/include/G4UnitsTable.hh +++ b/source/global/management/include/G4UnitsTable.hh @@ -25,7 +25,7 @@ // // // -// +// // ----------------------------------------------------------------- // // ------------------- class G4UnitsTable ----------------- @@ -63,9 +63,10 @@ class G4UnitDefinition; class G4UnitsTable : public std::vector { public: + using std::vector::vector; G4UnitsTable(); - ~G4UnitsTable(); - + ~G4UnitsTable(); + public: void Synchronize(); G4bool Contains(const G4UnitDefinition*,const G4String&); @@ -82,25 +83,25 @@ class G4UnitDefinition G4UnitDefinition(const G4String& name, const G4String& symbol, const G4String& category, G4double value); - + public: // without description - + ~G4UnitDefinition(); G4bool operator==(const G4UnitDefinition&) const; G4bool operator!=(const G4UnitDefinition&) const; - + public: // with description inline const G4String& GetName() const; inline const G4String& GetSymbol() const; inline G4double GetValue() const; - + void PrintDefinition(); - - static void BuildUnitsTable(); + + static void BuildUnitsTable(); static void PrintUnitsTable(); static void ClearUnitsTable(); - + static G4UnitsTable& GetUnitsTable(); static G4bool IsUnitDefined(const G4String&); @@ -111,13 +112,13 @@ class G4UnitDefinition G4UnitDefinition(const G4UnitDefinition&); G4UnitDefinition& operator=(const G4UnitDefinition&); - + private: G4String Name; // SI name G4String SymbolName; // SI symbol G4double Value; // value in the internal system of units - + static G4ThreadLocal G4UnitsTable *pUnitsTable; // table of Units static G4ThreadLocal G4bool unitsTableDestroyed; @@ -143,7 +144,7 @@ class G4UnitsCategory ~G4UnitsCategory(); G4bool operator==(const G4UnitsCategory&) const; G4bool operator!=(const G4UnitsCategory&) const; - + public: // without description inline const G4String& GetName() const; @@ -158,7 +159,7 @@ class G4UnitsCategory G4UnitsCategory(const G4UnitsCategory&); G4UnitsCategory& operator=(const G4UnitsCategory&); - + private: G4String Name; // dimensional family: Length,Volume,Energy @@ -180,16 +181,16 @@ class G4BestUnit // In practice it builds an object VU = (newValue, newUnit) ~G4BestUnit(); - + public: // without description inline G4double* GetValue(); inline const G4String& GetCategory() const; inline size_t GetIndexOfCategory() const; operator G4String () const; // Conversion to best string. - - public: // with description - + + public: // with description + friend std::ostream& operator<<(std::ostream&,G4BestUnit VU); // Default format to print the objet VU above. diff --git a/source/global/management/include/G4Version.hh b/source/global/management/include/G4Version.hh index 99720a4ded..7a6a6fe1e7 100644 --- a/source/global/management/include/G4Version.hh +++ b/source/global/management/include/G4Version.hh @@ -40,11 +40,11 @@ // |--> patch number #ifndef G4VERSION_NUMBER -#define G4VERSION_NUMBER 1061 +#define G4VERSION_NUMBER 1062 #endif #ifndef G4VERSION_TAG -#define G4VERSION_TAG "$Name: geant4-10-06-patch-01 $" +#define G4VERSION_TAG "$Name: geant4-10-06-patch-02 $" #endif // as variables @@ -53,10 +53,10 @@ #include "G4String.hh" #ifdef G4MULTITHREADED -static const G4String G4Version = "$Name: geant4-10-06-patch-01 [MT]$"; +static const G4String G4Version = "$Name: geant4-10-06-patch-02 [MT]$"; #else -static const G4String G4Version = "$Name: geant4-10-06-patch-01 $"; +static const G4String G4Version = "$Name: geant4-10-06-patch-02 $"; #endif -static const G4String G4Date = "(14-February-2020)"; +static const G4String G4Date = "(29-May-2020)"; #endif diff --git a/source/intercoms/History b/source/intercoms/History index 5789e22644..f0cc91c316 100644 --- a/source/intercoms/History +++ b/source/intercoms/History @@ -16,6 +16,9 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +19 February, 2020 M. Asai (intercoms-V10-05-10) +- Accept null string as an alias value. Addressing bug report #2208. + 26 November, 2019 G. Cosmo (intercoms-V10-05-09) - Fixed more cases of implicit type conversions from size_t to G4int. diff --git a/source/intercoms/src/G4UIcontrolMessenger.cc b/source/intercoms/src/G4UIcontrolMessenger.cc index 68738f2a76..6bd4f2e8ae 100644 --- a/source/intercoms/src/G4UIcontrolMessenger.cc +++ b/source/intercoms/src/G4UIcontrolMessenger.cc @@ -424,11 +424,10 @@ void G4UIcontrolMessenger::SetNewValue(G4UIcommand * command,G4String newValue) command->ResetFailure(); if(std::getenv(newValue)) { - G4String st = "/control/alias "; - st += newValue; + G4String st = newValue; st += " "; st += std::getenv(newValue); - UI->ApplyCommand(st); + UI->SetAlias(st.c_str()); } else { diff --git a/source/physics_lists/constructors/limiters/History b/source/physics_lists/constructors/limiters/History index 2803abdbbd..c34ac649f9 100644 --- a/source/physics_lists/constructors/limiters/History +++ b/source/physics_lists/constructors/limiters/History @@ -13,6 +13,10 @@ introduced in the code and keeptrack of all tags. * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +13-May-2020, M. Asai (phys-ctor-limiters-V10-05-01) +- G4GenericBiasingPhysics.cc : add missing code for parallel geometries + for all neutral / charged particles. + 15-Nov-2019, G. Cosmo (phys-ctor-limiters-V10-05-00) - Fixed cases of implicit type conversions from size_t to G4int. diff --git a/source/physics_lists/constructors/limiters/src/G4GenericBiasingPhysics.cc b/source/physics_lists/constructors/limiters/src/G4GenericBiasingPhysics.cc index 22ccd72547..5f732b44f6 100644 --- a/source/physics_lists/constructors/limiters/src/G4GenericBiasingPhysics.cc +++ b/source/physics_lists/constructors/limiters/src/G4GenericBiasingPhysics.cc @@ -565,9 +565,45 @@ void G4GenericBiasingPhysics::AssociateParallelGeometries() } - // -- parallel geometries for all charged particles: - + // -- parallel geometries for all neutral / charged particles: + particleIterator->reset(); + G4bool islAllNeutral = false; + for(auto isln : fAllNeutralParallelGeometriesISL) + { islAllNeutral |= isln; } + G4bool islAllCharged = false; + for(auto islc : fAllChargedParallelGeometriesISL) + { islAllCharged |= islc; } - + while((*particleIterator)()) + { + G4ParticleDefinition* particle = particleIterator->value(); + G4ProcessManager* pmanager = particle->GetProcessManager(); + if(particle->GetPDGCharge() == 0.) + { + // Neutral particle + if(particle->IsShortLived() && !islAllNeutral) continue; + G4ParallelGeometriesLimiterProcess* limiter = G4BiasingHelper::AddLimiterProcess(pmanager); + G4int j = 0; + for(G4String wNameN : fParallelGeometriesForCharged) + { + if(!(particle->IsShortLived()) || fAllNeutralParallelGeometriesISL[j]) + { limiter->AddParallelWorld(wNameN); } + j++; + } + } + else + { + // charged + if(particle->IsShortLived() && !islAllCharged) continue; + G4ParallelGeometriesLimiterProcess* limiter = G4BiasingHelper::AddLimiterProcess(pmanager); + G4int j = 0; + for(G4String wNameC : fParallelGeometriesForCharged) + { + if(!(particle->IsShortLived()) || fAllChargedParallelGeometriesISL[j]) + { limiter->AddParallelWorld(wNameC); } + j++; + } + } + } } diff --git a/source/processes/electromagnetic/utils/History b/source/processes/electromagnetic/utils/History index 16b3f05ef7..38af8de037 100644 --- a/source/processes/electromagnetic/utils/History +++ b/source/processes/electromagnetic/utils/History @@ -16,6 +16,9 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +28 April 19: V.Ivanchenko (emutils-V10-05-24) +- G4LossTableBuilder - fixed #2230 (typo in the code) + 13 January 19: V.Ivanchenko (emutils-V10-05-23) - G4EmParameters, G4EmParametersMessenger - added new parameter to enable read of e+e- production table from file (CMS request) diff --git a/source/processes/electromagnetic/utils/src/G4LossTableBuilder.cc b/source/processes/electromagnetic/utils/src/G4LossTableBuilder.cc index e572bba219..63b1fc8dfc 100644 --- a/source/processes/electromagnetic/utils/src/G4LossTableBuilder.cc +++ b/source/processes/electromagnetic/utils/src/G4LossTableBuilder.cc @@ -91,11 +91,11 @@ G4LossTableBuilder::G4LossTableBuilder(G4bool master) : isMaster(master) theFlag = new std::vector; } else { isMaster = false; - } #ifdef G4MULTITHREADED - } - G4MUTEXUNLOCK(<bMutex); + } + G4MUTEXUNLOCK(<bMutex); #endif + } } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... diff --git a/source/processes/hadronic/models/de_excitation/History b/source/processes/hadronic/models/de_excitation/History index c95f303f8a..4418d3e39e 100644 --- a/source/processes/hadronic/models/de_excitation/History +++ b/source/processes/hadronic/models/de_excitation/History @@ -14,6 +14,11 @@ code and to keep track of all tags. * Please list in reverse chronological order (last date on top) --------------------------------------------------------------- +25 May 2020 Alberto Ribon (hadr-deex-V10-05-22) +- G4DeexPrecoParameters : changed the parameter fMaxLifeTime + from 1000 sec to 1 microsec, to correct the treatment of isomers. + This fix the bug #2226 reported by NA61/SHINE. + 25 November 2019 Vladimir Ivanchenko (hadr-deex-V10-05-21) - G4PhotonEvaporation - fixed Coverity problem diff --git a/source/processes/hadronic/models/de_excitation/management/src/G4DeexPrecoParameters.cc b/source/processes/hadronic/models/de_excitation/management/src/G4DeexPrecoParameters.cc index c85f555818..b268d57e56 100644 --- a/source/processes/hadronic/models/de_excitation/management/src/G4DeexPrecoParameters.cc +++ b/source/processes/hadronic/models/de_excitation/management/src/G4DeexPrecoParameters.cc @@ -67,7 +67,7 @@ void G4DeexPrecoParameters::SetDefaults() fPrecoHighEnergy = 30*CLHEP::MeV; fPhenoFactor = 1.0; fMinExcitation = 10*CLHEP::eV; - fMaxLifeTime = 1000*CLHEP::second; + fMaxLifeTime = 1.0*CLHEP::microsecond; fMinExPerNucleounForMF = 200*CLHEP::GeV; fMinZForPreco = 3; fMinAForPreco = 5; diff --git a/source/processes/hadronic/models/lend/History b/source/processes/hadronic/models/lend/History index 81564ec4c6..f88f5ab130 100644 --- a/source/processes/hadronic/models/lend/History +++ b/source/processes/hadronic/models/lend/History @@ -1,4 +1,4 @@ -# ----------------------------------------------------------- +--------------------------------------------------------------------- ================================================== Geant4 - an Object-Oriented Toolkit for Simulation @@ -14,11 +14,19 @@ code and to keep track of all tags. * Please list in reverse chronological order (last date on top) --------------------------------------------------------------- -5 February 2020 Alberto Ribon (hadr-lend-V10-05-02) +30 March 2020 Dennis Wright (hadr-lend-V10-05-03) --------------------------------------------------- -- MCGIDI_energy : (applied patch from Tech-X made by Ben Morgan on - 6 January 2020 on the master) remove inclusion of amp_math on Windows - as it is not required. +- fix of bug report #2174: + Create class G4LENDGammaModel to sample GND gamma-nuclear reactions + Create class G4LENDGammaCrossSection to sample GND gamma-nuclear reactions + add documentation to MCGIDI_outputChannel.cc + rewrite T. Koi's version of G4LENDInelastic.cc to take care of large + baryon number violations + +06 January 2020 Ben Morgan (hadr-lend-V10-05-02) +------------------------------------------------ +- Patch from Tech-X: + Remove inclusion of amp_math on Windows as it is not required 29 May 2019 Dennis Wright (hadr-lend-V10-05-01) ------------------------------------------------- diff --git a/source/processes/hadronic/models/lend/include/G4LENDGammaCrossSection.hh b/source/processes/hadronic/models/lend/include/G4LENDGammaCrossSection.hh new file mode 100644 index 0000000000..941afe8628 --- /dev/null +++ b/source/processes/hadronic/models/lend/include/G4LENDGammaCrossSection.hh @@ -0,0 +1,70 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +//////////////////////////////////////////////////////////////////////////////// +// // +// File: G4LENDGammaCrossSection.hh // +// Date: 30 March 2020 // +// Author: Dennis H. Wright // +// // +// Description: cross sections for inelastic scattering of gammas from // +// nuclei including gamma-induced fission. This cross section // +// is very similar to G4LENDCombinedCrossSection except that // +// does not sample elastic or capture reactions since there are // +// no such data for gammas in GND. // +// // +//////////////////////////////////////////////////////////////////////////////// + +#ifndef G4LENDGammaCrossSection_h +#define G4LENDGammaCrossSection_h 1 + +#include "G4LENDCrossSection.hh" + +class G4LENDInelasticCrossSection; +class G4LENDFissionCrossSection; +class G4HadProjectile; + +class G4LENDGammaCrossSection : public G4LENDCrossSection +{ + public: + G4LENDGammaCrossSection(G4ParticleDefinition* pd); + ~G4LENDGammaCrossSection(){;}; + + void BuildPhysicsTable(const G4ParticleDefinition&); + + G4double GetIsoCrossSection(const G4DynamicParticle*, G4int /*Z*/, + G4int /*A*/, const G4Isotope*, + const G4Element*, const G4Material*); + + G4int SelectChannel(const G4DynamicParticle*, G4int /*Z*/, + G4int /*A*/, const G4Isotope*, const G4Element*, + const G4Material*); + + private: + G4LENDInelasticCrossSection* inelasticXS; + G4LENDFissionCrossSection* fissionXS; + +}; +#endif diff --git a/source/processes/hadronic/models/lend/include/G4LENDGammaModel.hh b/source/processes/hadronic/models/lend/include/G4LENDGammaModel.hh new file mode 100644 index 0000000000..8cf9370e28 --- /dev/null +++ b/source/processes/hadronic/models/lend/include/G4LENDGammaModel.hh @@ -0,0 +1,71 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +//////////////////////////////////////////////////////////////////////////////// +// // +// File: G4LENDGammaModel.hh // +// Date: 30 March 2020 // +// Author: Dennis H. Wright // +// // +// Description: model for inelastic scattering of gammas from nuclei // +// including gamma-induced fission. This model is very similar // +// to G4LENDCombinedModel except that it does not sample // +// elastic or capture reactions since there are no such data // +// for gammas in GND. // +// // +//////////////////////////////////////////////////////////////////////////////// + +#ifndef G4LENDGammaModel_h +#define G4LENDGammaModel_h 1 + +#include "G4LENDModel.hh" + +class G4LENDGammaCrossSection; + +class G4LENDInelastic; +class G4LENDFission; + +class G4LENDGammaModel : public G4LENDModel +{ + public: + G4LENDGammaModel(G4ParticleDefinition* pd); + ~G4LENDGammaModel(){;}; + + void BuildPhysicsTable(const G4ParticleDefinition&); + + G4HadFinalState* ApplyYourself(const G4HadProjectile& aTrack, + G4Nucleus& aTargetNucleus); + + G4bool HasData(const G4DynamicParticle*, G4int iZ, G4int iA, G4int iM, + const G4Isotope*, const G4Element*, const G4Material*); + + private: + G4LENDGammaCrossSection* crossSection; + G4LENDInelastic* inelastic; + G4LENDFission* fission; + G4LENDModel* channels[2]; +}; + +#endif diff --git a/source/processes/hadronic/models/lend/sources.cmake b/source/processes/hadronic/models/lend/sources.cmake index 54dd60fe75..9c9f0f0866 100644 --- a/source/processes/hadronic/models/lend/sources.cmake +++ b/source/processes/hadronic/models/lend/sources.cmake @@ -60,7 +60,9 @@ GEANT4_DEFINE_MODULE(NAME G4had_lend G4LENDCaptureCrossSection.hh G4LENDCrossSection.hh G4LENDCombinedCrossSection.hh + G4LENDGammaCrossSection.hh G4LENDCombinedModel.hh + G4LENDGammaModel.hh G4LENDElastic.hh G4LENDElasticCrossSection.hh G4LENDFission.hh @@ -102,7 +104,9 @@ GEANT4_DEFINE_MODULE(NAME G4had_lend G4LENDCapture.cc G4LENDCaptureCrossSection.cc G4LENDCombinedCrossSection.cc + G4LENDGammaCrossSection.cc G4LENDCombinedModel.cc + G4LENDGammaModel.cc G4LENDCrossSection.cc G4LENDElastic.cc G4LENDElasticCrossSection.cc diff --git a/source/processes/hadronic/models/lend/src/G4LENDGammaCrossSection.cc b/source/processes/hadronic/models/lend/src/G4LENDGammaCrossSection.cc new file mode 100644 index 0000000000..13673c0770 --- /dev/null +++ b/source/processes/hadronic/models/lend/src/G4LENDGammaCrossSection.cc @@ -0,0 +1,99 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +//////////////////////////////////////////////////////////////////////////////// +// // +// File: G4LENDGammaCrossSection.cc // +// Date: 30 March 2020 // +// Author: Dennis H. Wright // +// // +// Description: cross sections for inelastic scattering of gammas from // +// nuclei including gamma-induced fission. This cross section // +// is very similar to G4LENDCombinedCrossSection except that // +// does not sample elastic or capture reactions since there are // +// no such data for gammas in GND. // +// // +//////////////////////////////////////////////////////////////////////////////// + +#include "G4LENDGammaCrossSection.hh" +#include "G4LENDInelasticCrossSection.hh" +#include "G4LENDFissionCrossSection.hh" +#include "Randomize.hh" + + +G4LENDGammaCrossSection::G4LENDGammaCrossSection(G4ParticleDefinition* pd) + :G4LENDCrossSection("LENDGammaCrossSection") +{ + proj = pd; + inelasticXS = new G4LENDInelasticCrossSection(pd); + fissionXS = new G4LENDFissionCrossSection(pd); +} + +void G4LENDGammaCrossSection::BuildPhysicsTable(const G4ParticleDefinition& pd) +{ + inelasticXS->BuildPhysicsTable(pd); + fissionXS->BuildPhysicsTable(pd); + create_used_target_map(); +} + +G4double +G4LENDGammaCrossSection::GetIsoCrossSection(const G4DynamicParticle* dp, + G4int iZ, G4int iA, + const G4Isotope* isotope, + const G4Element*, + const G4Material* material) +{ + G4double XS = 0.0; + XS += inelasticXS->GetIsoCrossSection(dp, iZ, iA, isotope, NULL, material); + XS += fissionXS->GetIsoCrossSection(dp, iZ, iA, isotope, NULL, material); + //G4cout << "G4LENDGammaCrossSection::GetIsoCrossSection " + // << XS/CLHEP::barn << " [barn]" << G4endl; + return XS; +} + +G4int G4LENDGammaCrossSection::SelectChannel(const G4DynamicParticle* dp, + G4int iZ, G4int iA, + const G4Isotope* isotope, + const G4Element*, + const G4Material* material) +{ + G4int ichannel = -1; + G4double XSs[2]; + XSs[0] = inelasticXS->GetIsoCrossSection(dp, iZ, iA, isotope, nullptr, material); + XSs[1] = XSs[0] + fissionXS->GetIsoCrossSection(dp, iZ, iA, isotope, nullptr, material); + + G4double total = XSs[1]; + + G4double random = G4UniformRand(); + for (G4int i = 0; i < 2; i++) { + if (random*total <= XSs[i]) { + ichannel = i; + break; + } + } + + return ichannel; +} + diff --git a/source/processes/hadronic/models/lend/src/G4LENDGammaModel.cc b/source/processes/hadronic/models/lend/src/G4LENDGammaModel.cc new file mode 100644 index 0000000000..206fcc3422 --- /dev/null +++ b/source/processes/hadronic/models/lend/src/G4LENDGammaModel.cc @@ -0,0 +1,87 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +//////////////////////////////////////////////////////////////////////////////// +// // +// File: G4LENDGammaModel.cc // +// Date: 30 March 2020 // +// Author: Dennis H. Wright // +// // +// Description: model for inelastic scattering of gammas from nuclei // +// including gamma-induced fission. This model is very similar // +// to G4LENDCombinedModel except that it does not sample // +// elastic or capture reactions since there are no such data // +// for gammas in GND. // +// // +//////////////////////////////////////////////////////////////////////////////// + +#include "G4LENDGammaModel.hh" +#include "G4LENDGammaCrossSection.hh" +#include "G4LENDInelastic.hh" +#include "G4LENDFission.hh" +#include "G4DynamicParticle.hh" + +G4LENDGammaModel::G4LENDGammaModel(G4ParticleDefinition* pd) + :G4LENDModel("LENDGammaModel") { + proj = pd; + crossSection = new G4LENDGammaCrossSection(pd); + inelastic = new G4LENDInelastic(pd); + fission = new G4LENDFission(pd); + channels[0] = inelastic; + channels[1] = fission; +} + +void G4LENDGammaModel::BuildPhysicsTable(const G4ParticleDefinition& projectile) { + crossSection->BuildPhysicsTable(projectile); + create_used_target_map(); +} + +G4bool G4LENDGammaModel::HasData(const G4DynamicParticle*, G4int iZ, G4int iA, + G4int iM, const G4Isotope*, const G4Element*, + const G4Material*) +{ + G4bool result = false; + if (get_target_from_map(lend_manager->GetNucleusEncoding(iZ, iA, iM) ) != nullptr) result = true; + return result; +} + + +G4HadFinalState* G4LENDGammaModel::ApplyYourself(const G4HadProjectile& aTrack, + G4Nucleus& aTarg) +{ + G4LENDModel* channel = nullptr; + + G4int iZ = aTarg.GetZ_asInt(); + G4int iA = aTarg.GetA_asInt(); + //To pass kinetic energy, need to generate dynamic particle + G4DynamicParticle* dp = new G4DynamicParticle(proj, G4ThreeVector(0.,0.,1.), + aTrack.GetKineticEnergy() ); + G4int ichannel = crossSection->SelectChannel(dp, iZ, iA, aTarg.GetIsotope(), + nullptr, aTrack.GetMaterial() ); + delete dp; + channel = channels[ichannel]; + return channel->ApplyYourself(aTrack, aTarg); +} + diff --git a/source/processes/hadronic/models/lend/src/G4LENDInelastic.cc b/source/processes/hadronic/models/lend/src/G4LENDInelastic.cc index 25361f4e37..f1e51d268d 100644 --- a/source/processes/hadronic/models/lend/src/G4LENDInelastic.cc +++ b/source/processes/hadronic/models/lend/src/G4LENDInelastic.cc @@ -23,166 +23,244 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -#include "G4LENDInelastic.hh" +//////////////////////////////////////////////////////////////////////////////// +// // +// File: G4LENDInelastic.cc // +// Date: 24 March 2020 // +// Author: Dennis Wright // +// // +// Description: model for inelastic scattering of neutrons, light ions and // +// gammas at energies of order 20 MeV and lower. // +// This model uses GIDI particle data which are stored mostly // +// in spectrum mode. In this mode, spectra are reproduced // +// for each possible particle type which can result from a // +// given interaction. Unlike Geant4, this is done without // +// consideration of event-by-event conservation rules. // +// Indeed, forcing such conservation on GIDI output products // +// introduces correlations and distortions in the resulting // +// spectra which are not present in the data. // +// // +// In order to use GIDI data within the Geant4 framework, a // +// minimal event-by-event baryon number conservation is // +// enforced which allows deviations of up to 1 GeV without // +// giving warnings. Neither charge, nor energy, nor momentum // +// conservation is enforced. Under this scheme, light // +// fragment (n, p, d, t, alpha) spectra are well reproduced // +// after a large number of events. Charge and energy // +// conservation also approach their event-by-event values in // +// this limit. The mass, charge and energy distributions of // +// large fragments, however, are not expected to reproduce the // +// data very well. This is a result of forcing the crude // +// baryon number conservation and ensuring that the light // +// fragment spectra are correct. // +// // +//////////////////////////////////////////////////////////////////////////////// +#include "G4LENDInelastic.hh" #include "G4SystemOfUnits.hh" #include "G4Nucleus.hh" #include "G4IonTable.hh" +#include +#include -G4HadFinalState * G4LENDInelastic::ApplyYourself(const G4HadProjectile& aTrack, G4Nucleus& aTarg ) +G4HadFinalState* G4LENDInelastic::ApplyYourself(const G4HadProjectile& aTrack, + G4Nucleus& aTarg) { - //return preco->ApplyYourself( aTrack, aTarg ); + G4ThreeVector projMom = aTrack.Get4Momentum().vect(); + G4double temp = aTrack.GetMaterial()->GetTemperature(); - G4ThreeVector proj_p = aTrack.Get4Momentum().vect(); + G4int iZ = aTarg.GetZ_asInt(); + G4int iA = aTarg.GetA_asInt(); + G4int iM = 0; + if (aTarg.GetIsotope() != nullptr) iM = aTarg.GetIsotope()->Getm(); - G4double temp = aTrack.GetMaterial()->GetTemperature(); + G4double ke = aTrack.GetKineticEnergy(); - //G4int iZ = int ( aTarg.GetZ() ); - //G4int iA = int ( aTarg.GetN() ); - //migrate to integer A and Z (GetN_asInt returns number of neutrons in the nucleus since this) - G4int iZ = aTarg.GetZ_asInt(); - G4int iA = aTarg.GetA_asInt(); - //G4int iM = aTarg.GetM_asInt(); - G4int iM = 0; - if ( aTarg.GetIsotope() != NULL ) { - iM = aTarg.GetIsotope()->Getm(); - } - //G4cout << "target: Z = " << iZ << " N = " << iA << G4endl; + G4HadFinalState* theResult = &theParticleChange; + theResult->Clear(); - G4double ke = aTrack.GetKineticEnergy(); - //G4cout << "projectile: KE = " << ke/MeV << " [MeV]" << G4endl; + G4GIDI_target* aGIDITarget = + get_target_from_map(lend_manager->GetNucleusEncoding(iZ, iA, iM) ); + if (aGIDITarget == nullptr) { +// G4cout << " No target found " << G4endl; + theParticleChange.Clear(); + theParticleChange.SetStatusChange(isAlive); + theParticleChange.SetEnergyChange(aTrack.GetKineticEnergy()); + theParticleChange.SetMomentumChange(aTrack.Get4Momentum().vect().unit()); + return &theParticleChange; + } +// return returnUnchanged(aTrack, theResult); - G4HadFinalState* theResult = &theParticleChange; - theResult->Clear(); + // Get GIDI final state products for givern target and projectile + G4int loop(0); + G4int loopMax = 1000; + std::vector* products; + do { + products = aGIDITarget->getOthersFinalState(ke*MeV, temp, MyRNG, NULL); + loop++; + } while (products == nullptr && loop < loopMax); - G4GIDI_target* aTarget = get_target_from_map( lend_manager->GetNucleusEncoding( iZ , iA , iM ) ); - if ( aTarget == NULL ) return returnUnchanged( aTrack , theResult ); + // G4LENDInelastic accepts all light fragments and gammas from GIDI (A < 5) + // and removes any heavy fragments which cause large baryon number violation. + // Charge and energy non-conservation still occur, but over a large number + // of events, this improves on average. - std::vector* products; - for ( G4int i = 0 ; i != 1024 ; i++ ) { - products = aTarget->getOthersFinalState( ke*MeV, temp, MyRNG, NULL ); - if ( products != NULL ) break; - } - //return preco->ApplyYourself( aTrack, aTarg ); + if (loop > loopMax - 1) { +// G4cout << " too many loops, return intial state " << G4endl; - G4int iTotZ = iZ + aTrack.GetDefinition()->GetAtomicNumber(); - G4int iTotA = iA + aTrack.GetDefinition()->GetAtomicMass(); + theParticleChange.Clear(); + theParticleChange.SetStatusChange(isAlive); + theParticleChange.SetEnergyChange(aTrack.GetKineticEnergy()); + theParticleChange.SetMomentumChange(aTrack.Get4Momentum().vect().unit()); + return &theParticleChange; - if ( products != NULL ) - { - //G4cout << "Using LENDModel" << G4endl; +// if (aTrack.GetDefinition() == G4Proton::Proton() || +// aTrack.GetDefinition() == G4Neutron::Neutron() ) { +// theResult = preco->ApplyYourself(aTrack, aTarg); +// } else { +// theResult = returnUnchanged(aTrack, theResult); +// } - G4ThreeVector psum(0); - G4bool needResidual = true; - int totN = 0; - int totZ = 0; - for ( G4int j = 0; j < int( products->size() ); j++ ) - { + } else { + G4int iTotZ = iZ + aTrack.GetDefinition()->GetAtomicNumber(); + G4int iTotA = iA + aTrack.GetDefinition()->GetAtomicMass(); - G4int jZ = (*products)[j].Z; - G4int jA = (*products)[j].A; - G4int jm = (*products)[j].m; - //TK - //We need coordination LEND *products)[j].m and G4IonTable(Z,A,m) - //Excitation energy of isomer level is might (probably) different each other. - // - - //G4cout << "ZA = " << 1000 * (*products)[j].Z + (*products)[j].A << " EK = " - // << (*products)[j].kineticEnergy - // << " px " << (*products)[j].px - // << " py " << (*products)[j].py - // << " pz " << (*products)[j].pz - // << G4endl; - - iTotZ -= jZ; - iTotA -= jA; - - G4DynamicParticle* theSec = new G4DynamicParticle; - - if ( jA == 1 && jZ == 1 ) - { - theSec->SetDefinition( G4Proton::Proton() ); - totN += 1; - totZ += 1; - } - else if ( jA == 1 && jZ == 0 ) - { - theSec->SetDefinition( G4Neutron::Neutron() ); - totN += 1; - } - else if ( jZ > 0 ) - { - if ( jA != 0 ) - { - theSec->SetDefinition( G4IonTable::GetIonTable()->GetIon( jZ , jA , jm ) ); - totN += jA; - totZ += jZ; - } - else - { - theSec->SetDefinition( G4IonTable::GetIonTable()->GetIon( jZ , iA+aTrack.GetDefinition()->GetAtomicMass()-totN , jm ) ); - iTotZ -= jZ; - iTotA -= iA+aTrack.GetDefinition()->GetAtomicMass()-totN; - needResidual=false; - } - } - else - { - theSec->SetDefinition( G4Gamma::Gamma() ); - } - - G4ThreeVector p( (*products)[j].px*MeV , (*products)[j].py*MeV , (*products)[j].pz*MeV ); - psum += p; - if ( p.mag() == 0 ) p = proj_p - psum; - - theSec->SetMomentum( p ); - - theResult->AddSecondary( theSec ); - } - - if ( !( iTotZ == 0 && iTotA == 0 ) ) { - - if ( iTotZ >= 0 && iTotA > 0 ) { - if ( needResidual ) { - G4DynamicParticle* residual = new G4DynamicParticle; - if ( iTotZ > 0 ) { - residual->SetDefinition( G4IonTable::GetIonTable()->GetIon( iTotZ , iTotA ) ); - } else if ( iTotA == 1 ) { - residual->SetDefinition( G4Neutron::Neutron() ); - } else { - //G4cout << "Charge or Baryon Number Error #3 iTotZ = " << iTotZ << ", iTotA = " << iTotA << G4endl; - ; - } - residual->SetMomentum( proj_p - psum ); - theResult->AddSecondary( residual ); - } else { - //G4cout << "Charge or Baryon Number Error #1 iTotZ = " << iTotZ << ", iTotA = " << iTotA << G4endl; - ; - } - } else { - - if ( needResidual ) { - //G4cout << "Charge or Baryon Number Error #2 iTotZ = " << iTotZ << ", iTotA = " << iTotA << G4endl; - ; - } - } - - } - - } - else { - //G4cout << "Using PreCompoundModel" << G4endl; - if ( aTrack.GetDefinition() == G4Proton::Proton() || - aTrack.GetDefinition() == G4Neutron::Neutron() ) { - theResult = preco->ApplyYourself( aTrack, aTarg ); + // Loop over GIDI products and separate light from heavy fragments + G4int GZtot(0); + G4int GAtot(0); + G4int productA(0); + G4int productZ(0); + std::vector lightProductIndex; + std::vector heavyProductIndex; + for (G4int i = 0; i < int( products->size() ); i++ ) { + productA = (*products)[i].A; + if (productA < 5) { + lightProductIndex.push_back(i); + GZtot += (*products)[i].Z; + GAtot += productA; } else { - return theResult; + heavyProductIndex.push_back(i); } - } - delete products; + } - theResult->SetStatusChange( stopAndKill ); + // Randomize order of heavies to correct somewhat for sampling bias + // std::random_shuffle(heavyProductIndex.begin(), heavyProductIndex.end() ); + // std::cout << " Heavy product index before shuffle : " ; + // for (G4int i = 0; i < int(heavyProductIndex.size() ); i++) std::cout << heavyProductIndex[i] << ", " ; + // std::cout << std::endl; - return theResult; + auto rng = std::default_random_engine {}; + std::shuffle(heavyProductIndex.begin(), heavyProductIndex.end(), rng); + // std::cout << " Heavy product index after shuffle : " ; + // for (G4int i = 0; i < int(heavyProductIndex.size() ); i++) std::cout << heavyProductIndex[i] << ", " ; + // std::cout << std::endl; + + std::vector savedHeavyIndex; + G4int itest(0); + for (G4int i = 0; i < int(heavyProductIndex.size() ); i++) { + itest = heavyProductIndex[i]; + productA = (*products)[itest].A; + productZ = (*products)[itest].Z; + if ((GAtot + productA <= iTotA) && (GZtot + productZ <= iTotZ) ) { + savedHeavyIndex.push_back(itest); + GZtot += productZ; + GAtot += productA; + } + } + +/* + G4cout << " saved light products = "; + for (G4int k = 0; k < int(lightProductIndex.size() ); k++ ) { + itest = lightProductIndex[k]; + G4cout << "(" << (*products)[itest].Z << ", " << (*products)[itest].A << "), "; + } + G4cout << G4endl; + + G4cout << " saved heavy products = "; + for (G4int k = 0; k < int(savedHeavyIndex.size() ); k++ ) { + itest = savedHeavyIndex[k]; + G4cout << "(" << (*products)[itest].Z << ", " << (*products)[itest].A << "), "; + } + G4cout << G4endl; +*/ + // Now convert saved products to Geant4 particles + // Note that, at least for heavy fragments, GIDI masses and Geant4 masses + // have slightly different values. + + G4DynamicParticle* theSec = nullptr; + G4ThreeVector Psum; + for (G4int i = 0; i < int(lightProductIndex.size() ); i++) { + itest = lightProductIndex[i]; + productZ = (*products)[itest].Z; + productA = (*products)[itest].A; + theSec = new G4DynamicParticle(); + if (productA == 1 && productZ == 0) { + theSec->SetDefinition(G4Neutron::Neutron() ); + } else if (productA == 1 && productZ == 1) { + theSec->SetDefinition(G4Proton::Proton() ); + } else if (productA == 2 && productZ == 1) { + theSec->SetDefinition(G4Deuteron::Deuteron() ); + } else if (productA == 3 && productZ == 1) { + theSec->SetDefinition(G4Triton::Triton() ); + } else if (productA == 4 && productZ == 2) { + theSec->SetDefinition(G4Alpha::Alpha() ); + } else { + theSec->SetDefinition(G4Gamma::Gamma() ); + } + + G4ThreeVector momentum((*products)[itest].px*MeV, + (*products)[itest].py*MeV, + (*products)[itest].pz*MeV ); + Psum += momentum; + theSec->SetMomentum(momentum); +// theResult->AddSecondary(theSec); + theParticleChange.AddSecondary(theSec); + } + + G4int productM(0); + for (G4int i = 0; i < int(savedHeavyIndex.size() ); i++) { + itest = savedHeavyIndex[i]; + productZ = (*products)[itest].Z; + productA = (*products)[itest].A; + productM = (*products)[itest].m; + theSec = new G4DynamicParticle(); + theSec->SetDefinition(G4IonTable::GetIonTable()->GetIon(productZ, + productA, + productM) ); + G4ThreeVector momentum((*products)[itest].px*MeV, + (*products)[itest].py*MeV, + (*products)[itest].pz*MeV ); + Psum += momentum; + theSec->SetMomentum(momentum); +// theResult->AddSecondary(theSec); + theParticleChange.AddSecondary(theSec); + } + + // Create heavy fragment if necessary to try to balance A, Z + // Note: this step is only required to prevent warnings at the process level + // where "catastrophic" non-conservation tolerances are set to 1 GeV. + // The residual generated will not necessarily be the one that would + // occur in the actual reaction. + if (iTotA - GAtot > 1) { + theSec = new G4DynamicParticle(); + if (iTotZ == GZtot) { + // Special case when a nucleus of only neutrons is requested + // Violate charge conservation and set Z = 1 + // G4cout << " Z = 1, A = "<< iTotA - GAtot << " created " << G4endl; + theSec->SetDefinition(G4IonTable::GetIonTable()->GetIon(1, iTotA-GAtot, 0) ); + } else { + theSec->SetDefinition(G4IonTable::GetIonTable()->GetIon(iTotZ-GZtot, iTotA-GAtot, 0) ); + } + theSec->SetMomentum(projMom - Psum); +// theResult->AddSecondary(theSec); + theParticleChange.AddSecondary(theSec); + } + } // loop OK + + delete products; +// theResult->SetStatusChange( stopAndKill ); + theParticleChange.SetStatusChange( stopAndKill ); +// return theResult; + return &theParticleChange; } diff --git a/source/processes/hadronic/models/lend/src/MCGIDI_outputChannel.cc b/source/processes/hadronic/models/lend/src/MCGIDI_outputChannel.cc index 2b8f9c0bfa..5894aec94d 100644 --- a/source/processes/hadronic/models/lend/src/MCGIDI_outputChannel.cc +++ b/source/processes/hadronic/models/lend/src/MCGIDI_outputChannel.cc @@ -205,122 +205,156 @@ double MCGIDI_outputChannel_getFinalQ( statusMessageReporting *smr, MCGIDI_outpu /* ************************************************************ */ -int MCGIDI_outputChannel_sampleProductsAtE( statusMessageReporting *smr, MCGIDI_outputChannel *outputChannel, MCGIDI_quantitiesLookupModes &modes, - MCGIDI_decaySamplingInfo *decaySamplingInfo, MCGIDI_sampledProductsDatas *productDatas, double *masses_ ) { +int MCGIDI_outputChannel_sampleProductsAtE(statusMessageReporting* smr, + MCGIDI_outputChannel* outputChannel, + MCGIDI_quantitiesLookupModes &modes, + MCGIDI_decaySamplingInfo* decaySamplingInfo, + MCGIDI_sampledProductsDatas* productDatas, + double *masses_ ) +{ + int i1; + int multiplicity(0); + int secondTwoBody = 0, isDecayChannel = ( outputChannel->reaction == NULL ); + double e_in = modes.getProjectileEnergy( ); + MCGIDI_product *product; + double phi, p, masses[3]; + MCGIDI_distribution *distribution; + MCGIDI_sampledProductsData productData[2]; - int i1, multiplicity, secondTwoBody = 0, isDecayChannel = ( outputChannel->reaction == NULL ); - double e_in = modes.getProjectileEnergy( ); - MCGIDI_product *product; - double phi, p, masses[3]; - MCGIDI_distribution *distribution; - MCGIDI_sampledProductsData productData[2]; + if (isDecayChannel) { + masses[0] = masses_[0]; /* More work may be needed here. */ + masses[1] = masses_[1]; + } else { + masses[0] = MCGIDI_reaction_getProjectileMass_MeV( smr, outputChannel->reaction ); + masses[1] = MCGIDI_reaction_getTargetMass_MeV( smr, outputChannel->reaction ); + } - if( isDecayChannel ) { - masses[0] = masses_[0]; /* More work may be needed here. */ - masses[1] = masses_[1]; } - else { - masses[0] = MCGIDI_reaction_getProjectileMass_MeV( smr, outputChannel->reaction ); - masses[1] = MCGIDI_reaction_getTargetMass_MeV( smr, outputChannel->reaction ); - } + // Loop over all possible final state particles reachable from initial state + // List of these particles (products) was read in from GIDI + // Note: all particles satifying the sampling criteria are included in the + // final state, regardless of charge, energy or baryon number conservation + + for (i1 = 0; i1 < outputChannel->numberOfProducts; i1++) { + product = &(outputChannel->products[i1]); + if (product->decayChannel.genre != MCGIDI_channelGenre_undefined_e ) { + if( MCGIDI_outputChannel_sampleProductsAtE(smr, &(product->decayChannel), + modes, decaySamplingInfo, + productDatas, masses ) < 0 ) return( -1 ); + } else { + distribution = &(product->distribution); + if( distribution->type == MCGIDI_distributionType_none_e ) continue; - for( i1 = 0; i1 < outputChannel->numberOfProducts; i1++ ) { - product = &(outputChannel->products[i1]); - if( product->decayChannel.genre != MCGIDI_channelGenre_undefined_e ) { - if( MCGIDI_outputChannel_sampleProductsAtE( smr, &(product->decayChannel), modes, decaySamplingInfo, productDatas, masses ) < 0 ) return( -1 ); } - else { - distribution = &(product->distribution); - if( distribution->type == MCGIDI_distributionType_none_e ) continue; - if( !secondTwoBody ) { - if( ( multiplicity = product->multiplicity ) == 0 ) multiplicity = MCGIDI_product_sampleMultiplicity( smr, product, e_in, - decaySamplingInfo->rng( decaySamplingInfo->rngState ) ); - while( multiplicity > 0 ) { + if (!secondTwoBody) { + // Sample multiplicity of final state particle at kinetic energy of projectile + // The multiplicity stored in GIDI is a real number whose fractional part is + // compared to a random number to decide what integer value is returned + if ((multiplicity = product->multiplicity) == 0) multiplicity = + MCGIDI_product_sampleMultiplicity(smr, product, e_in, + decaySamplingInfo->rng( decaySamplingInfo->rngState ) ); + while (multiplicity > 0) { - multiplicity--; - decaySamplingInfo->pop = product->pop; - decaySamplingInfo->mu = 0; - decaySamplingInfo->Ep = 0; - productData[0].isVelocity = decaySamplingInfo->isVelocity; - productData[0].pop = product->pop; - productData[0].delayedNeutronIndex = product->delayedNeutronIndex; - productData[0].delayedNeutronRate = product->delayedNeutronRate; - productData[0].birthTimeSec = 0; - if( product->delayedNeutronRate > 0 ) { - productData[0].birthTimeSec = -G4Log( decaySamplingInfo->rng( decaySamplingInfo->rngState ) ) / product->delayedNeutronRate; - } + multiplicity--; + decaySamplingInfo->pop = product->pop; + decaySamplingInfo->mu = 0; + decaySamplingInfo->Ep = 0; + productData[0].isVelocity = decaySamplingInfo->isVelocity; + productData[0].pop = product->pop; + productData[0].delayedNeutronIndex = product->delayedNeutronIndex; + productData[0].delayedNeutronRate = product->delayedNeutronRate; + productData[0].birthTimeSec = 0; + if (product->delayedNeutronRate > 0) { + productData[0].birthTimeSec = + -G4Log( decaySamplingInfo->rng( decaySamplingInfo->rngState ) ) / product->delayedNeutronRate; + } - switch( outputChannel->genre ) { - case MCGIDI_channelGenre_twoBody_e : - secondTwoBody = 1; - MCGIDI_angular_sampleMu( smr, distribution->angular, modes, decaySamplingInfo ); - if( smr_isOk( smr ) ) { - phi = 2. * M_PI * decaySamplingInfo->rng( decaySamplingInfo->rngState ); - MCGIDI_kinetics_2BodyReaction( smr, distribution->angular, e_in, decaySamplingInfo->mu, phi, productData ); - if( !smr_isOk( smr ) ) return( -1 ); - productData[1].pop = product[1].pop; - productData[1].delayedNeutronIndex = product[1].delayedNeutronIndex; - productData[1].delayedNeutronRate = product->delayedNeutronRate; - productData[1].birthTimeSec = 0; - MCGIDI_sampledProducts_addProduct( smr, productDatas, productData ); - if( !smr_isOk( smr ) ) return( -1 ); - MCGIDI_sampledProducts_addProduct( smr, productDatas, &(productData[1]) ); - if( !smr_isOk( smr ) ) return( -1 ); - } - break; - case MCGIDI_channelGenre_uncorrelated_e : - case MCGIDI_channelGenre_sumOfRemaining_e : - masses[2] = MCGIDI_product_getMass_MeV( smr, product ); - switch( distribution->type ) { - case MCGIDI_distributionType_uncorrelated_e : - MCGIDI_uncorrelated_sampleDistribution( smr, distribution, modes, decaySamplingInfo ); - break; - case MCGIDI_distributionType_energyAngular_e : - MCGIDI_energyAngular_sampleDistribution( smr, distribution, modes, decaySamplingInfo ); - break; - case MCGIDI_distributionType_KalbachMann_e : - MCGIDI_KalbachMann_sampleEp( smr, distribution->KalbachMann, modes, decaySamplingInfo ); - break; - case MCGIDI_distributionType_angularEnergy_e : - MCGIDI_angularEnergy_sampleDistribution( smr, distribution->angularEnergy, modes, decaySamplingInfo ); - break; - default : - printf( "Unknown spectral data form product name = %s, channel genre = %d\n", product->pop->name, outputChannel->genre ); - break; - } - break; - case MCGIDI_channelGenre_undefined_e : - printf( "Channel is undefined\n" ); - break; - case MCGIDI_channelGenre_twoBodyDecay_e : - printf( "Channel is twoBodyDecay\n" ); - break; - case MCGIDI_channelGenre_uncorrelatedDecay_e : - printf( "Channel is uncorrelatedDecay\n" ); - break; - default : - printf( "Unsupported channel genre = %d\n", outputChannel->genre ); - break; - } - if( !smr_isOk( smr ) ) return( -1 ); - if( !secondTwoBody ) { - if( decaySamplingInfo->frame == xDataTOM_frame_centerOfMass ) { - if( MCGIDI_kinetics_COM2Lab( smr, modes, decaySamplingInfo, masses ) != 0 ) return( -1 ); - } - productData[0].kineticEnergy = decaySamplingInfo->Ep; - p = std::sqrt( decaySamplingInfo->Ep * ( decaySamplingInfo->Ep + 2. * product->pop->mass_MeV ) ); - if( productData[0].isVelocity ) p *= MCGIDI_speedOfLight_cm_sec / std::sqrt( p * p + product->pop->mass_MeV * product->pop->mass_MeV ); - productData[0].pz_vz = p * decaySamplingInfo->mu; - p = std::sqrt( 1. - decaySamplingInfo->mu * decaySamplingInfo->mu ) * p; - phi = 2. * M_PI * decaySamplingInfo->rng( decaySamplingInfo->rngState ); - productData[0].px_vx = p * std::sin( phi ); - productData[0].py_vy = p * std::cos( phi ); - MCGIDI_sampledProducts_addProduct( smr, productDatas, productData ); - if( !smr_isOk( smr ) ) return( -1 ); - } - } // Loop checking, 11.06.2015, T. Koi + switch( outputChannel->genre ) { + + case MCGIDI_channelGenre_twoBody_e : + secondTwoBody = 1; + MCGIDI_angular_sampleMu( smr, distribution->angular, modes, decaySamplingInfo ); + if (smr_isOk(smr) ) { + phi = 2. * M_PI * decaySamplingInfo->rng( decaySamplingInfo->rngState ); + MCGIDI_kinetics_2BodyReaction( smr, distribution->angular, e_in, decaySamplingInfo->mu, phi, productData ); + if (!smr_isOk(smr) ) return( -1 ); + productData[1].pop = product[1].pop; + productData[1].delayedNeutronIndex = product[1].delayedNeutronIndex; + productData[1].delayedNeutronRate = product->delayedNeutronRate; + productData[1].birthTimeSec = 0; + MCGIDI_sampledProducts_addProduct( smr, productDatas, productData ); + if( !smr_isOk( smr ) ) return( -1 ); + MCGIDI_sampledProducts_addProduct( smr, productDatas, &(productData[1]) ); + if( !smr_isOk( smr ) ) return( -1 ); } - } - } - return( productDatas->numberOfProducts ); + break; + + case MCGIDI_channelGenre_uncorrelated_e : + + case MCGIDI_channelGenre_sumOfRemaining_e : + // Get mass of final state particle, then get its distribution + // masses[0] and masses[1] are incident and target masses + masses[2] = MCGIDI_product_getMass_MeV( smr, product ); + switch( distribution->type ) { + case MCGIDI_distributionType_uncorrelated_e : + MCGIDI_uncorrelated_sampleDistribution( smr, distribution, modes, decaySamplingInfo ); + break; + case MCGIDI_distributionType_energyAngular_e : + MCGIDI_energyAngular_sampleDistribution( smr, distribution, modes, decaySamplingInfo ); + break; + case MCGIDI_distributionType_KalbachMann_e : + MCGIDI_KalbachMann_sampleEp( smr, distribution->KalbachMann, modes, decaySamplingInfo ); + break; + case MCGIDI_distributionType_angularEnergy_e : + MCGIDI_angularEnergy_sampleDistribution( smr, distribution->angularEnergy, modes, decaySamplingInfo ); + break; + default : + printf( "Unknown spectral data form product name = %s, channel genre = %d\n", product->pop->name, outputChannel->genre ); + break; + } + break; + + case MCGIDI_channelGenre_undefined_e : + printf( "Channel is undefined\n" ); + break; + + case MCGIDI_channelGenre_twoBodyDecay_e : + printf( "Channel is twoBodyDecay\n" ); + break; + + case MCGIDI_channelGenre_uncorrelatedDecay_e : + printf( "Channel is uncorrelatedDecay\n" ); + break; + + default : + printf( "Unsupported channel genre = %d\n", outputChannel->genre ); + break; + } + + if (!smr_isOk(smr) ) return( -1 ); + if (!secondTwoBody) { + if (decaySamplingInfo->frame == xDataTOM_frame_centerOfMass) { + if (MCGIDI_kinetics_COM2Lab( smr, modes, decaySamplingInfo, masses) != 0 ) return( -1 ); + } + + // Assign kinematics to final state product + productData[0].kineticEnergy = decaySamplingInfo->Ep; + p = std::sqrt( decaySamplingInfo->Ep * ( decaySamplingInfo->Ep + 2. * product->pop->mass_MeV ) ); + if (productData[0].isVelocity) p *= MCGIDI_speedOfLight_cm_sec / std::sqrt( p * p + product->pop->mass_MeV * product->pop->mass_MeV ); + productData[0].pz_vz = p * decaySamplingInfo->mu; + p = std::sqrt( 1. - decaySamplingInfo->mu * decaySamplingInfo->mu ) * p; + phi = 2. * M_PI * decaySamplingInfo->rng( decaySamplingInfo->rngState ); + productData[0].px_vx = p * std::sin( phi ); + productData[0].py_vy = p * std::cos( phi ); + MCGIDI_sampledProducts_addProduct( smr, productDatas, productData ); + if (!smr_isOk(smr) ) return( -1 ); + } + } // while multiplicity + + } // if !secondTwoBody + } // if decay channel genre + + } // loop over possible final state products + return( productDatas->numberOfProducts ); + } #if defined __cplusplus diff --git a/source/processes/hadronic/models/particle_hp/History b/source/processes/hadronic/models/particle_hp/History index 4245b599d5..b3b92c0773 100644 --- a/source/processes/hadronic/models/particle_hp/History +++ b/source/processes/hadronic/models/particle_hp/History @@ -14,6 +14,36 @@ code and to keep track of all tags. * Please list in reverse chronological order (last date on top) --------------------------------------------------------------- +05 May 2020 Gunter Folger (hadr-hpp-V10-05-10) +------------------------------------------------- +- fix for clang10: Correct copy ctor in G4ParticleHPDataPoint.hh + using default implementation + +18 February 2020 Dennis Wright +---------------------------------------------------- +- fix (from Artem Zontikov) bug 1838: + G4ParticleHPInelasticBaseFS.cc, + lines 412-413, 599-600: use QI[0]-QI[it] for excitation + line 442: add particle definition protection to iLevel calculation + +13 February 2020 Dennis Wright +---------------------------------------------------- +- fix (from Artem Zontikov) bug 1824: + change line 166 of G4ParticleHPInelasticBaseFS.cc to + theFinalStatePhotons->InitPartials(theData, theXsection); + + change line 182 of G4ParticleHPInelasticCompFS.cc to + theFinalStatePhotons[it]->InitPartials(theData, theXsection[50]); + + remove line delete [] theReactionXsec; in ~G4ParticleHPPhotonDist() as memory + allocation does not take place in this class + +15 January 2020 Dennis Wright +--------------------------------------------------- +- G4ParticleHPThermalScvattering::create_E_isoAng_from_energy : + add fatal exception for case when pointers panEPM_T_EL or panEPM_T_EH + are null. This fixes Coverity bugs 82418 and 82419. + 4 December 2019 Alberto Ribon (hadr-hpp-V10-05-09) ---------------------------------------------------- - G4ParticleHPContAngularPar : set protection against unphysical interpolation diff --git a/source/processes/hadronic/models/particle_hp/include/G4ParticleHPDataPoint.hh b/source/processes/hadronic/models/particle_hp/include/G4ParticleHPDataPoint.hh index 0d24c3c0c6..5e81d01950 100644 --- a/source/processes/hadronic/models/particle_hp/include/G4ParticleHPDataPoint.hh +++ b/source/processes/hadronic/models/particle_hp/include/G4ParticleHPDataPoint.hh @@ -39,14 +39,7 @@ class G4ParticleHPDataPoint G4ParticleHPDataPoint(){energy = 0; xSec = 0;} G4ParticleHPDataPoint(G4double e, G4double x){ energy = e; xSec = x;} - void operator= (const G4ParticleHPDataPoint & aSet) - { - if(&aSet!=this) - { - energy = aSet.GetEnergy(); - xSec = aSet.GetXsection(); - } - } + G4ParticleHPDataPoint & operator= (const G4ParticleHPDataPoint & aSet) = default; // ~G4ParticleHPDataPoint(){} diff --git a/source/processes/hadronic/models/particle_hp/include/G4ParticleHPHash.hh b/source/processes/hadronic/models/particle_hp/include/G4ParticleHPHash.hh index 9ffa9b8cfb..5c3d3b1208 100644 --- a/source/processes/hadronic/models/particle_hp/include/G4ParticleHPHash.hh +++ b/source/processes/hadronic/models/particle_hp/include/G4ParticleHPHash.hh @@ -104,7 +104,7 @@ public: if(0 == theData.size()%10 && 0!=theData.size()) { if(0 == theUpper) theUpper = new G4ParticleHPHash(); - theUpper->SetData(theData.size()-1, x, y); + theUpper->SetData( static_cast(theData.size())-1, x, y); } } diff --git a/source/processes/hadronic/models/particle_hp/include/G4ParticleHPPhotonDist.hh b/source/processes/hadronic/models/particle_hp/include/G4ParticleHPPhotonDist.hh index ff335aee33..c0b5ee9131 100644 --- a/source/processes/hadronic/models/particle_hp/include/G4ParticleHPPhotonDist.hh +++ b/source/processes/hadronic/models/particle_hp/include/G4ParticleHPPhotonDist.hh @@ -100,7 +100,8 @@ public: delete [] energy; delete [] theYield; delete [] thePartialXsec; - delete [] theReactionXsec; +// delete [] theReactionXsec; +// DHW: not created in this class delete [] isPrimary; delete [] theShells; delete [] theGammas; diff --git a/source/processes/hadronic/models/particle_hp/src/G4ParticleHPInelasticBaseFS.cc b/source/processes/hadronic/models/particle_hp/src/G4ParticleHPInelasticBaseFS.cc index 52db97d1e6..ad4d55f853 100644 --- a/source/processes/hadronic/models/particle_hp/src/G4ParticleHPInelasticBaseFS.cc +++ b/source/processes/hadronic/models/particle_hp/src/G4ParticleHPInelasticBaseFS.cc @@ -163,7 +163,7 @@ void G4ParticleHPInelasticBaseFS::Init (G4double A, G4double Z, G4int M, G4Strin else if(dataType==13) { theFinalStatePhotons = new G4ParticleHPPhotonDist; - theFinalStatePhotons->InitPartials(theData); + theFinalStatePhotons->InitPartials(theData, theXsection); hasFSData = true; } else if(dataType==14) diff --git a/source/processes/hadronic/models/particle_hp/src/G4ParticleHPInelasticCompFS.cc b/source/processes/hadronic/models/particle_hp/src/G4ParticleHPInelasticCompFS.cc index 4668a1703d..9fd78ddd9e 100644 --- a/source/processes/hadronic/models/particle_hp/src/G4ParticleHPInelasticCompFS.cc +++ b/source/processes/hadronic/models/particle_hp/src/G4ParticleHPInelasticCompFS.cc @@ -179,7 +179,7 @@ void G4ParticleHPInelasticCompFS::Init (G4double A, G4double Z, G4int M, G4Strin else if(dataType==13) { theFinalStatePhotons[it] = new G4ParticleHPPhotonDist; - theFinalStatePhotons[it]->InitPartials(theData); + theFinalStatePhotons[it]->InitPartials(theData, theXsection[50]); } else if(dataType==14) { @@ -406,48 +406,48 @@ void G4ParticleHPInelasticCompFS::CompositeApply(const G4HadProjectile& theTrack G4double dqi = QI[it]; if ( dqi < 0 || 849 < dqi ) useQI = true; //Former libraies does not have values of this range - if ( useQI ) - { - // QI introudced since G4NDL3.15 - G4double QM=(incidReactionProduct.GetMass()+targetMass)-(aHadron.GetMass()+residualMass); - eExcitation = QM-QI[it]; - if(eExcitation<20*CLHEP::keV){eExcitation=0;} + if (useQI) { + // QI introudced since G4NDL3.15 + // G4double QM=(incidReactionProduct.GetMass()+targetMass)-(aHadron.GetMass()+residualMass); + // eExcitation = QM-QI[it]; + eExcitation = QI[0] - QI[it]; // Bug fix #1838 + if(eExcitation < 20*CLHEP::keV) eExcitation = 0; - //Re-evluate iLevel based on this eExcitation - iLevel = 0; - G4bool find = false; - G4int imaxEx = 0; - G4double level_tolerance = 1.0*CLHEP::keV; + // Re-evluate iLevel based on this eExcitation + iLevel = 0; + G4bool find = false; + G4int imaxEx = 0; + G4double level_tolerance = 1.0*CLHEP::keV; - while( theGammas.GetLevel(iLevel+1) != 0 ) // Loop checking, 11.05.2015, T. Koi - { - G4double maxEx = 0.0; - if ( maxEx < theGammas.GetLevel(iLevel)->GetLevelEnergy() ) - { - maxEx = theGammas.GetLevel(iLevel)->GetLevelEnergy(); - imaxEx = iLevel; + while( theGammas.GetLevel(iLevel+1) != 0 ) { // Loop checking, 11.05.2015, T. Koi + G4double maxEx = 0.0; + if (maxEx < theGammas.GetLevel(iLevel)->GetLevelEnergy() ) { + maxEx = theGammas.GetLevel(iLevel)->GetLevelEnergy(); + imaxEx = iLevel; + } + + // Fix bug 1789 DHW - first if-branch added because gamma data come from ENSDF + // and do not necessarily match the excitations used in ENDF-B.VII + // Compromise solution: use 1 keV tolerance suggested by T. Koi + if (std::abs(eExcitation - theGammas.GetLevel(iLevel)->GetLevelEnergy() ) < level_tolerance) { + find = true; + break; + + } else if (eExcitation < theGammas.GetLevel(iLevel)->GetLevelEnergy() ) { + find = true; + iLevel--; + // very small eExcitation, iLevel becomes -1, this is protected below + if (theTrack.GetDefinition() == aDefinition) { // this line added as part of fix #1838 + if (iLevel == -1) iLevel = 0; } + break; + } + iLevel++; + } - // Fix bug 1789 DHW - first if-branch added because gamma data come from ENSDF - // and do not necessarily match the excitations used in ENDF-B.VII - // Compromise solution: use 1 keV tolerance suggested by T. Koi - if (std::abs(eExcitation - theGammas.GetLevel(iLevel)->GetLevelEnergy() ) < level_tolerance) { - find = true; - break; - - } else if (eExcitation < theGammas.GetLevel(iLevel)->GetLevelEnergy() ) { - find = true; - iLevel--; - // very small eExcitation, iLevel becomes -1, this is protected below. - if ( iLevel == -1 ) iLevel = 0; // But cause energy trouble. - break; - } - iLevel++; - } - // In case, cannot find proper level, then use the maximum level. - if ( !find ) iLevel = imaxEx; + // If proper level cannot be found, use the maximum level + if (!find) iLevel = imaxEx; } - //110610TK END if(std::getenv("G4ParticleHPDebug") && eKinetic-eExcitation < 0) { @@ -596,8 +596,9 @@ void G4ParticleHPInelasticCompFS::CompositeApply(const G4HadProjectile& theTrack { // In this case, hadron should be isotropic in CM // Next 12 lines are Emilio's replacement - G4double QM=(incidReactionProduct.GetMass()+targetMass)-(aHadron.GetMass()+residualMass); - G4double eExcitation = QM-QI[it]; + // G4double QM=(incidReactionProduct.GetMass()+targetMass)-(aHadron.GetMass()+residualMass); + // G4double eExcitation = QM-QI[it]; + G4double eExcitation = QI[0] - QI[it]; // Fix of bug #1838 if(eExcitation<20*CLHEP::keV){eExcitation=0;} two_body_reaction(&incidReactionProduct,&theTarget,&aHadron,eExcitation); if(thePhotons==0 && eExcitation>0){ diff --git a/source/processes/hadronic/models/particle_hp/src/G4ParticleHPThermalScattering.cc b/source/processes/hadronic/models/particle_hp/src/G4ParticleHPThermalScattering.cc index b56869d51e..496ecdc1ae 100644 --- a/source/processes/hadronic/models/particle_hp/src/G4ParticleHPThermalScattering.cc +++ b/source/processes/hadronic/models/particle_hp/src/G4ParticleHPThermalScattering.cc @@ -805,74 +805,74 @@ G4double G4ParticleHPThermalScattering::get_linear_interpolated ( G4double x , s -E_isoAng G4ParticleHPThermalScattering::create_E_isoAng_from_energy ( G4double energy , std::vector< E_isoAng* >* vEPM ) +E_isoAng +G4ParticleHPThermalScattering::create_E_isoAng_from_energy(G4double energy, + std::vector* vEPM) { E_isoAng anEPM_T_E; + std::vector::iterator iv; - std::vector< E_isoAng* >::iterator iv; - - std::vector< G4double > v_e; + std::vector v_e; v_e.clear(); - for ( iv = vEPM->begin() ; iv != vEPM->end() ; iv++ ) - v_e.push_back ( (*iv)->energy ); + for (iv = vEPM->begin(); iv != vEPM->end(); iv++) + v_e.push_back( (*iv)->energy ); - std::pair < G4double , G4double > energyLH = find_LH ( energy , &v_e ); + std::pair energyLH = find_LH(energy, &v_e); //G4cout << " " << energy/eV << " " << energyLH.first/eV << " " << energyLH.second/eV << G4endl; - E_isoAng* panEPM_T_EL=0; - E_isoAng* panEPM_T_EH=0; + E_isoAng* panEPM_T_EL = 0; + E_isoAng* panEPM_T_EH = 0; - if ( energyLH.first != 0.0 && energyLH.second != 0.0 ) - { - for ( iv = vEPM->begin() ; iv != vEPM->end() ; iv++ ) - { - if ( energyLH.first == (*iv)->energy ) { - panEPM_T_EL = *iv; - iv++; - panEPM_T_EH = *iv; - break; - } - } - } - else if ( energyLH.first == 0.0 ) - { - panEPM_T_EL = (*vEPM)[0]; - panEPM_T_EH = (*vEPM)[1]; - } - else if ( energyLH.second == 0.0 ) - { - panEPM_T_EH = (*vEPM).back(); - iv = vEPM->end(); - iv--; - iv--; - panEPM_T_EL = *iv; + if (energyLH.first != 0.0 && energyLH.second != 0.0) { + for (iv = vEPM->begin(); iv != vEPM->end(); iv++) { + if (energyLH.first == (*iv)->energy) { + panEPM_T_EL = *iv; + iv++; + panEPM_T_EH = *iv; + break; + } + } + + } else if (energyLH.first == 0.0) { + panEPM_T_EL = (*vEPM)[0]; + panEPM_T_EH = (*vEPM)[1]; + + } else if (energyLH.second == 0.0) { + panEPM_T_EH = (*vEPM).back(); + iv = vEPM->end(); + iv--; + iv--; + panEPM_T_EL = *iv; } - //checking isoAng has proper values or not - // Inelastic/FS, the first and last entries of *vEPM has all zero values. - if ( ! ( check_E_isoAng (panEPM_T_EL) ) ) panEPM_T_EL= panEPM_T_EH; - if ( ! ( check_E_isoAng (panEPM_T_EH) ) ) panEPM_T_EH= panEPM_T_EL; + if (panEPM_T_EL != 0 && panEPM_T_EH != 0) { + //checking isoAng has proper values or not + // Inelastic/FS, the first and last entries of *vEPM has all zero values. + if ( !(check_E_isoAng(panEPM_T_EL) ) ) panEPM_T_EL = panEPM_T_EH; + if ( !(check_E_isoAng(panEPM_T_EH) ) ) panEPM_T_EH = panEPM_T_EL; - if ( panEPM_T_EL->n == panEPM_T_EH->n ) - { - anEPM_T_E.energy = energy; - anEPM_T_E.n = panEPM_T_EL->n; + if (panEPM_T_EL->n == panEPM_T_EH->n) { + anEPM_T_E.energy = energy; + anEPM_T_E.n = panEPM_T_EL->n; - for ( G4int i=0 ; i < panEPM_T_EL->n ; i++ ) - { + for (G4int i=0; i < panEPM_T_EL->n; i++) { G4double angle; - angle = get_linear_interpolated ( energy , std::pair< G4double , G4double > ( energyLH.first , panEPM_T_EL->isoAngle[ i ] ) - , std::pair< G4double , G4double > ( energyLH.second , panEPM_T_EH->isoAngle[ i ] ) ); - anEPM_T_E.isoAngle.push_back( angle ); - } - } - else - { - G4Exception("G4ParticleHPThermalScattering::create_E_isoAng_from_energy", - "NotSupported", JustWarning, - "G4ParticleHPThermalScattering does not support yet EL->n != EH->n."); - } + angle = get_linear_interpolated(energy, std::pair(energyLH.first, panEPM_T_EL->isoAngle[i] ), + std::pair(energyLH.second, panEPM_T_EH->isoAngle[i] ) ); + anEPM_T_E.isoAngle.push_back(angle); + } + } else { + G4Exception("G4ParticleHPThermalScattering::create_E_isoAng_from_energy", + "NotSupported", JustWarning, + "G4ParticleHPThermalScattering does not support yet EL->n != EH->n."); + } + + } else { + G4Exception("G4ParticleHPThermalScattering::create_E_isoAng_from_energy", + "HAD_THERM_000", FatalException, + "Pointer panEPM_T_EL or panEPM_T_EH is zero"); + } return anEPM_T_E; } diff --git a/source/processes/hadronic/models/parton_string/hadronization/History b/source/processes/hadronic/models/parton_string/hadronization/History index f8bea6d038..7c1fb67c89 100644 --- a/source/processes/hadronic/models/parton_string/hadronization/History +++ b/source/processes/hadronic/models/parton_string/hadronization/History @@ -14,6 +14,11 @@ code and to keep track of all tags. * Please list in reverse chronological order (last date on top) --------------------------------------------------------------- +26-Apr-2020 V. Ivanchenko (had-hadronization-V10-05-05) +- G4QGSMFragmentation, G4LundStringFragmentation - fixed Coverity warnings + if fragmentation at low energy is not possible always return flag + "false"; initialise with nullptr and not NULL + 19-Nov-2019 A. Ribon (had-hadronization-V10-05-04) - G4ExcitedStringDecay : protection in the sampling of resonance masses against values below threshold. diff --git a/source/processes/hadronic/models/parton_string/hadronization/src/G4LundStringFragmentation.cc b/source/processes/hadronic/models/parton_string/hadronization/src/G4LundStringFragmentation.cc index 064535dc75..2d055c993f 100644 --- a/source/processes/hadronic/models/parton_string/hadronization/src/G4LundStringFragmentation.cc +++ b/source/processes/hadronic/models/parton_string/hadronization/src/G4LundStringFragmentation.cc @@ -787,14 +787,10 @@ Diquark_AntiDiquark_belowThreshold_lastSplitting(G4FragmentingString * & string, { G4double StringMass = string->Mass(); - G4int cClusterInterrupt = 0; + G4bool isOK = false; + G4int cClusterInterrupt = 0; do { - if (cClusterInterrupt++ >= ClusterLoopInterrupt) - { - return false; - } - G4int LeftQuark1= string->GetLeftParton()->GetPDGEncoding()/1000; G4int LeftQuark2=(string->GetLeftParton()->GetPDGEncoding()/100)%10; @@ -805,24 +801,27 @@ Diquark_AntiDiquark_belowThreshold_lastSplitting(G4FragmentingString * & string, { LeftHadron =hadronizer->Build(FindParticle( LeftQuark1), FindParticle(RightQuark1)); - RightHadron=hadronizer->Build(FindParticle( LeftQuark2), - FindParticle(RightQuark2)); - } else - { - LeftHadron =hadronizer->Build(FindParticle( LeftQuark1), - FindParticle(RightQuark2)); - RightHadron=hadronizer->Build(FindParticle( LeftQuark2), - FindParticle(RightQuark1)); - } + RightHadron= (LeftHadron == nullptr) ? nullptr : + hadronizer->Build(FindParticle( LeftQuark2), + FindParticle(RightQuark2)); + } else + { + LeftHadron =hadronizer->Build(FindParticle( LeftQuark1), + FindParticle(RightQuark2)); + RightHadron=(LeftHadron == nullptr) ? nullptr : + hadronizer->Build(FindParticle( LeftQuark2), + FindParticle(RightQuark1)); + } - if ( (LeftHadron == NULL) || (RightHadron == NULL) ) continue; - - //... repeat procedure, if mass of cluster is too low to produce hadrons - //... ClusterMassCut = 0.15*GeV model parameter - } - while ((StringMass <= LeftHadron->GetPDGMass() + RightHadron->GetPDGMass())); - - return true; + isOK = (LeftHadron != nullptr) && (RightHadron != nullptr); + if(isOK) { isOK = (StringMass > LeftHadron->GetPDGMass() + RightHadron->GetPDGMass()); } + ++cClusterInterrupt; + //... repeat procedure, if mass of cluster is too low to produce hadrons + //... ClusterMassCut = 0.15*GeV model parameter + } + while (isOK == false || cClusterInterrupt < ClusterLoopInterrupt); + /* Loop checking, 07.08.2015, A.Ribon */ + return isOK; } //---------------------------------------------------------------------------------------- diff --git a/source/processes/hadronic/models/parton_string/hadronization/src/G4QGSMFragmentation.cc b/source/processes/hadronic/models/parton_string/hadronization/src/G4QGSMFragmentation.cc index dab908b190..b63c3a3d14 100644 --- a/source/processes/hadronic/models/parton_string/hadronization/src/G4QGSMFragmentation.cc +++ b/source/processes/hadronic/models/parton_string/hadronization/src/G4QGSMFragmentation.cc @@ -615,22 +615,18 @@ G4bool G4QGSMFragmentation::SplitLast(G4FragmentingString * string, <GetRightParton()->GetParticleName()<= ClusterLoopInterrupt) - { - return false; - } LeftHadronMass = -MaxMass; RightHadronMass = -MaxMass; - G4ParticleDefinition * quark = NULL; + G4ParticleDefinition * quark = nullptr; string->SetLeftPartonStable(); // to query quark contents.. if (string->DecayIsQuark() && string->StableIsQuark() ) @@ -663,20 +659,25 @@ G4bool G4QGSMFragmentation::SplitLast(G4FragmentingString * string, LeftHadron=hadronizer->BuildLowSpin(QuarkPair.first, string->GetLeftParton()); } - if ( LeftHadron == NULL ) continue; + if ( LeftHadron != nullptr ) { + RightHadron = hadronizer->BuildLowSpin(string->GetRightParton(), quark); - RightHadron = hadronizer->BuildLowSpin(string->GetRightParton(), quark); + if ( RightHadron != nullptr ) { - if ( RightHadron == NULL ) continue; - - LeftHadronMass = LeftHadron->GetPDGMass(); - RightHadronMass = RightHadron->GetPDGMass(); - } while ( ( ResidualMass <= LeftHadronMass + RightHadronMass ) - && ++loopCounter < maxNumberOfLoops ); /* Loop checking, 07.08.2015, A.Ribon */ - - if ( loopCounter >= maxNumberOfLoops ) { - return false; + LeftHadronMass = LeftHadron->GetPDGMass(); + RightHadronMass = RightHadron->GetPDGMass(); + isOK = (ResidualMass > LeftHadronMass + RightHadronMass); + } + } + ++loopCounter; + if ( loopCounter >= maxNumberOfLoops ) { + return false; + } + //... repeat procedure, if mass of cluster is too low to produce hadrons + //... ClusterMassCut = 0.15*GeV model parameter } + while (isOK == false); + /* Loop checking, 07.08.2015, A.Ribon */ //... compute hadron momenta and energies G4LorentzVector LeftMom, RightMom; diff --git a/source/processes/hadronic/models/radioactive_decay/History b/source/processes/hadronic/models/radioactive_decay/History index 88eeeae8eb..c5017e6719 100644 --- a/source/processes/hadronic/models/radioactive_decay/History +++ b/source/processes/hadronic/models/radioactive_decay/History @@ -14,6 +14,13 @@ track of all tags. * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +19 February 2020 Alberto Ribon radioactive_decay-V10-05-12 +---------------------------------------------------------- +- G4RadioactiveDecayBase.cc , G4RadioactiveDecay.cc , G4Radioactivation.cc : + use G4VERBOSE consistently; + for G4Radioactivation, forgotten change of verbosity from 0 to 1 + at line 844. + 12 February 2020 Alberto Ribon radioactive_decay-V10-05-11 ---------------------------------------------------------- - G4RadioactiveDecayBase.cc , G4RadioactiveDecay.cc : forgotten change of diff --git a/source/processes/hadronic/models/radioactive_decay/src/G4Radioactivation.cc b/source/processes/hadronic/models/radioactive_decay/src/G4Radioactivation.cc index 75067cfb66..167715a4d5 100644 --- a/source/processes/hadronic/models/radioactive_decay/src/G4Radioactivation.cc +++ b/source/processes/hadronic/models/radioactive_decay/src/G4Radioactivation.cc @@ -818,7 +818,7 @@ G4Radioactivation::DecayIt(const G4Track& theTrack, const G4Step&) // Now check if particle is valid for RDM if (!(IsApplicable(*theParticleDef) ) ) { // Particle is not an ion or is outside the nucleuslimits for decay - +#ifdef G4VERBOSE if (GetVerboseLevel() > 1) { G4cout << "G4RadioactiveDecay::DecayIt : " << theParticleDef->GetParticleName() @@ -826,6 +826,7 @@ G4Radioactivation::DecayIt(const G4Track& theTrack, const G4Step&) << " Set particle change accordingly. " << G4endl; } +#endif fParticleChangeForRadDecay.SetNumberOfSecondaries(0); // Kill the parent particle @@ -840,14 +841,15 @@ G4Radioactivation::DecayIt(const G4Track& theTrack, const G4Step&) if (theDecayTable == 0 || theDecayTable->entries() == 0) { // No data in the decay table. Set particle change parameters // to indicate this. - - if (GetVerboseLevel() > 0) { +#ifdef G4VERBOSE + if (GetVerboseLevel() > 1) { G4cout << "G4RadioactiveDecay::DecayIt : " << "decay table not defined for " << theParticleDef->GetParticleName() << ". Set particle change accordingly. " << G4endl; } +#endif fParticleChangeForRadDecay.SetNumberOfSecondaries(0); // Kill the parent particle. diff --git a/source/processes/hadronic/models/radioactive_decay/src/G4RadioactiveDecay.cc b/source/processes/hadronic/models/radioactive_decay/src/G4RadioactiveDecay.cc index d5cb2f9197..dbf8aaeebc 100644 --- a/source/processes/hadronic/models/radioactive_decay/src/G4RadioactiveDecay.cc +++ b/source/processes/hadronic/models/radioactive_decay/src/G4RadioactiveDecay.cc @@ -1696,14 +1696,14 @@ G4RadioactiveDecay::DecayIt(const G4Track& theTrack, const G4Step&) // Now check if particle is valid for RDM if (!(IsApplicable(*theParticleDef) ) ) { // Particle is not an ion or is outside the nucleuslimits for decay - +#ifdef G4VERBOSE if (GetVerboseLevel() > 1) { G4cout << " G4RadioactiveDecay::DecayIt : " << theParticleDef->GetParticleName() << " is not a valid nucleus for the RDM. "<< G4endl; G4cout << " Set particle change accordingly. " << G4endl; } - +#endif fParticleChangeForRadDecay.SetNumberOfSecondaries(0); // Kill the parent particle @@ -1717,11 +1717,13 @@ G4RadioactiveDecay::DecayIt(const G4Track& theTrack, const G4Step&) if (theDecayTable == 0 || theDecayTable->entries() == 0) { // No data in the decay table. Set particle change parameters // to indicate this. +#ifdef G4VERBOSE if (GetVerboseLevel() > 1) { G4cout <<" G4RadioactiveDecay::DecayIt : decay table not defined for "; G4cout << theParticleDef->GetParticleName() << G4endl; G4cout << " Set particle change to indicate this. " << G4endl; } +#endif fParticleChangeForRadDecay.SetNumberOfSecondaries(0); // Kill the parent particle. diff --git a/source/processes/hadronic/models/radioactive_decay/src/G4RadioactiveDecayBase.cc b/source/processes/hadronic/models/radioactive_decay/src/G4RadioactiveDecayBase.cc index 84e0dc7af9..fc689bf652 100644 --- a/source/processes/hadronic/models/radioactive_decay/src/G4RadioactiveDecayBase.cc +++ b/source/processes/hadronic/models/radioactive_decay/src/G4RadioactiveDecayBase.cc @@ -952,7 +952,7 @@ G4RadioactiveDecayBase::DecayIt(const G4Track& theTrack, const G4Step&) // Now check if particle is valid for RDM if (!(IsApplicable(*theParticleDef) ) ) { // Particle is not an ion or is outside the nucleuslimits for decay - +#ifdef G4VERBOSE if (GetVerboseLevel() > 1) { G4cout << "G4RadioactiveDecay::DecayIt : " << theParticleDef->GetParticleName() @@ -960,6 +960,7 @@ G4RadioactiveDecayBase::DecayIt(const G4Track& theTrack, const G4Step&) << " Set particle change accordingly. " << G4endl; } +#endif fParticleChangeForRadDecay.SetNumberOfSecondaries(0); // Kill the parent particle @@ -974,6 +975,7 @@ G4RadioactiveDecayBase::DecayIt(const G4Track& theTrack, const G4Step&) if (theDecayTable == 0 || theDecayTable->entries() == 0) { // No data in the decay table. Set particle change parameters // to indicate this. +#ifdef G4VERBOSE if (GetVerboseLevel() > 1) { G4cout << "G4RadioactiveDecay::DecayIt : " << "decay table not defined for " @@ -981,6 +983,7 @@ G4RadioactiveDecayBase::DecayIt(const G4Track& theTrack, const G4Step&) << ". Set particle change accordingly. " << G4endl; } +#endif fParticleChangeForRadDecay.SetNumberOfSecondaries(0); // Kill the parent particle.